:root{--bg:#f9fafc;--bg-soft:#f4f6fb;--card:#fff;--line:#e8ebf4;--text-900:#202532;--text-700:#4a5266;--text-500:#767f96;--orange:#ff8f63;--orange-deep:#ff6f3f;--purple:#9a8bff;--green:#27ae60;--yellow:#e1a100;--red:#e25050;--shadow:0 12px 34px rgba(47,59,94,.08);--font-body:"Pretendard Variable","SUIT Variable","Apple SD Gothic Neo","Noto Sans KR",sans-serif;--font-heading:"Pretendard Variable","SUIT Variable","Apple SD Gothic Neo","Noto Sans KR",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:radial-gradient(circle at 16% 10%,rgba(255,143,99,.11),transparent 31%),radial-gradient(circle at 88% 10%,rgba(154,139,255,.13),transparent 30%),linear-gradient(180deg,#fff,var(--bg) 48%,var(--bg-soft));color:var(--text-900)}body{font-family:var(--font-body);line-height:1.5}a{color:inherit;text-decoration:none}.page-shell{width:min(980px,100% - 26px);margin:0 auto;padding:16px 0 56px}.home-shell{display:grid;grid-gap:12px;gap:12px}.reveal-up{opacity:0;transform:translateY(10px);animation:reveal-up .48s ease forwards}.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}@keyframes reveal-up{to{opacity:1;transform:translateY(0)}}.community-section,.detail-header,.detail-section,.hero-main,.search-results,.section-card,.status-card,.top-nav{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.nav-logo{display:inline-flex;align-items:center;justify-content:flex-start;height:32px;padding:1px 0;opacity:1;transition:opacity .18s ease,filter .18s ease}.nav-logo:hover{opacity:.95;filter:brightness(1.02)}.nav-logo-image{display:block;height:100%;width:auto;max-width:min(50vw,188px)}.nav-menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;color:var(--text-700);font-size:.9rem}.nav-menu .nav-placeholder{border:0;padding:0;margin:0;background:transparent;color:var(--text-500);font:inherit}.hero-main{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:clamp(320px,52vw,410px);padding:52px 20px 40px;text-align:center}.hero-main:after{content:"";position:absolute;inset:auto -80px -120px auto;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(154,139,255,.2),transparent 70%);pointer-events:none}.hero-copy-block{width:min(700px,100%);display:grid;justify-items:center;grid-gap:14px;gap:14px}.hero-label{margin:0 auto;display:flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:6px 11px;background:#fff3ed;color:#e86a3b;font-size:.8rem;font-weight:700;letter-spacing:.03em}.hero-label-dot{color:#e57f55;opacity:.58;transform-origin:center center;text-shadow:0 0 0 rgba(232,106,59,0);animation:hero-signal-dot 3.2s ease-in-out infinite}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.02em}.hero-main h1{margin:0;font-size:clamp(1.68rem,5.9vw,2.58rem)}.hero-headline{display:inline-flex;align-items:baseline;justify-content:center;gap:.02em;line-height:1.1;letter-spacing:-.015em}.hero-headline:before{content:"...";visibility:hidden;display:inline-block;width:3ch;min-width:3ch}.hero-dots{display:inline-flex;align-items:baseline;min-width:3ch;text-align:left;line-height:1.1;margin-left:.04em;transform:translateY(.01em)}.hero-dots,.hero-dots:before{width:3ch;overflow:hidden;white-space:nowrap}.hero-dots:before{content:"...";display:block;animation:hero-ellipsis 1.4s steps(3) infinite}.hero-subtext{margin:2px 0 0;color:var(--text-500);font-weight:500}.data-fallback{margin:10px auto 0;width:min(680px,100%);border-radius:11px;border:1px solid #f1dccf;background:#fff8f2;color:#9f5a29;padding:8px 10px;font-size:.82rem}.search-spotlight{margin:40px auto 0;width:min(760px,100%);position:relative}.search-spotlight:before{content:"";position:absolute;inset:-10px;border-radius:20px;background:radial-gradient(circle,rgba(255,143,99,.15),rgba(154,139,255,.13),transparent 72%);animation:radar-pulse 2.6s ease-in-out infinite;pointer-events:none}@keyframes radar-pulse{0%{opacity:.5;transform:scale(.97)}50%{opacity:1;transform:scale(1.02)}to{opacity:.5;transform:scale(.97)}}@keyframes hero-signal-dot{0%,to{opacity:.54;transform:scale(1);text-shadow:0 0 0 rgba(232,106,59,0)}50%{opacity:.82;transform:scale(1.05);text-shadow:0 0 6px rgba(232,106,59,.22)}}@keyframes hero-ellipsis{0%{width:1ch}34%{width:2ch}to{width:3ch}}.search-form{position:relative;z-index:1;display:grid;grid-template-areas:"input" "panel" "button";grid-gap:10px;gap:10px}.search-input{grid-area:input;border:1px solid #dfe4f1;border-radius:14px;padding:17px 15px;font-size:1.06rem;background:#fff}.search-input:focus{outline:2px solid rgba(255,143,99,.27);border-color:var(--orange)}.search-button{grid-area:button;border:0;border-radius:14px;padding:14px 18px;background:linear-gradient(120deg,var(--orange),var(--orange-deep));color:#fff;font-size:1.06rem;font-weight:700;cursor:pointer}.search-button:disabled{opacity:.78;cursor:progress}.autocomplete-panel{grid-area:panel;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(47,59,94,.08);overflow:hidden}.autocomplete-list{list-style:none;margin:0;padding:0}.autocomplete-item{width:100%;text-align:left;border:0;border-bottom:1px solid #f0f2f8;background:#fff;cursor:pointer;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.autocomplete-list li:last-child .autocomplete-item{border-bottom:0}.autocomplete-item.is-active,.autocomplete-item:hover{background:#f8f9ff}.autocomplete-main{display:grid;grid-gap:2px;gap:2px}.autocomplete-main strong{font-size:.95rem}.autocomplete-main em{font-style:normal;color:var(--text-500);font-size:.78rem}.autocomplete-badge{border-radius:999px;background:#f4f6fb;color:var(--text-700);font-size:.74rem;font-weight:700;padding:4px 8px;white-space:nowrap}.autocomplete-empty{margin:0;padding:12px;color:var(--text-500);font-size:.88rem;display:flex;align-items:center;gap:8px}.inline-spinner{width:14px;height:14px;border-radius:999px;border:2px solid #e4e9f8;border-top-color:#5867ce;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.home-sections,.service-intro{display:grid;grid-gap:10px;gap:10px}.service-intro-panel{padding:17px 14px;background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.service-intro-head{display:grid;grid-gap:6px;gap:6px;margin-bottom:12px}.service-intro-head-center{text-align:center}.service-intro-head h2{margin:0;font-size:clamp(1.28rem,4.8vw,2rem);line-height:1.28}.service-cta-copy h2 em,.service-intro-head h2 em{color:var(--orange-deep);font-style:normal}.service-cta-copy p,.service-feature-card p,.service-intro-head p,.service-mini-card p,.service-step-card p{margin:0;color:var(--text-700);font-size:.91rem;line-height:1.55}.service-intro-grid,.service-step-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:9px;gap:9px}.service-mini-card,.service-step-card{border:1px solid #e8ecf8;border-radius:14px;background:#fff;padding:12px}.service-feature-card h3,.service-mini-card h3,.service-step-card h3{margin:0;font-size:.98rem}.service-mini-card{display:grid;grid-gap:8px;gap:8px}.service-mini-card-problem{background:linear-gradient(145deg,#fffdf9,#f9faff)}.service-step-card{position:relative;display:grid;grid-gap:8px;gap:8px}.service-step-number{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#5e6ad0;font-size:.76rem;font-weight:800}.service-feature-card{border:1px solid #e8ecf8;border-radius:14px;background:#fff;padding:12px;display:flex;align-items:flex-start;gap:10px}.service-feature-card>div{display:grid;grid-gap:5px;gap:5px}.intro-line-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#fff6f1,#f7f8ff);color:#5f6a91;flex:none}.intro-line-icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-cta-panel{display:grid;grid-gap:12px;gap:12px;align-items:center;background:linear-gradient(120deg,#fff8f4,#f8f6ff)}.service-cta-copy{display:grid;grid-gap:7px;gap:7px}.service-cta-copy h2{margin:0;font-size:clamp(1.28rem,4.8vw,1.95rem);line-height:1.25}.service-cta-button{width:-moz-fit-content;width:fit-content;border:0;border-radius:14px;padding:12px 20px;background:linear-gradient(120deg,var(--orange),var(--orange-deep));color:#fff;font-size:.96rem;font-weight:700}.section-card{padding:15px 14px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.section-card h2,.section-head h2{margin:0;font-size:1rem}.section-head span{color:var(--text-500);font-size:.82rem}.mini-alert-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.mini-alert-list li a{display:block;border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff}.mini-top{display:flex;justify-content:space-between;align-items:center}.mini-top strong{font-size:.96rem}.mini-top em{font-style:normal;color:#e86a3b;font-weight:700;font-size:.8rem}.mini-alert-list p{margin:5px 0 0;color:var(--text-700);font-size:.88rem}.shield-card{background:linear-gradient(140deg,#fff8f4,#f7f4ff 65%)}.shield-stock{margin:8px 0 4px;font-weight:700}.shield-percent{margin:0;font-size:1.32rem;font-weight:800;color:#2c3243}.shield-gauge{margin-top:9px;width:100%;height:10px;border-radius:999px;background:#ebeef7;overflow:hidden}.shield-gauge span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--purple))}.shield-status{margin:8px 0 0;font-size:.85rem;font-weight:700;color:#6458ca}.shield-message{margin:4px 0 0;color:var(--text-700);font-size:.9rem}.mood-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.mood-chips span,.theme-pills span{border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:600;background:#f2f4fb;color:#50597a}.mood-help{margin:10px 0 0;color:var(--text-700);font-size:.88rem}.search-results{padding:17px 14px}.section-headline{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.section-headline h2{margin:0;font-size:1.03rem}.section-headline span{color:var(--text-500);font-size:.85rem}.comment-list,.related-list,.result-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:9px;gap:9px}.result-list li a{display:block;border:1px solid var(--line);border-radius:12px;padding:11px}.result-top,.stock-title-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.result-top strong{font-size:1rem}.result-badge{border-radius:999px;padding:5px 9px;font-size:.74rem;font-weight:700}.badge-calm{background:#eaf8ef;color:#1f8b4d}.badge-watch{background:#fff9e6;color:#987000}.badge-alert{background:#fff3e8;color:#c25f2b}.badge-risk{background:#ffecee;color:#c13939}.comment-item p,.detail-section p,.related-list p,.result-list p,.status-explanation,.stock-item p{margin:7px 0 0;color:var(--text-700)}.comment-empty,.stock-empty{padding:12px;border-radius:12px;border:1px dashed #dbdff0;background:#fbfcff;color:var(--text-500)}.detail-shell{display:grid;grid-gap:12px;gap:12px}.back-link{width:-moz-fit-content;width:fit-content;color:var(--text-700);font-weight:700;font-size:.9rem}.detail-header{padding:18px 14px}.title-line{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.title-line h1{margin:0;font-size:clamp(1.5rem,5.2vw,2.2rem)}.title-line span{color:var(--text-500)}.one-liner{margin:8px 0 0;font-weight:500;color:var(--text-700)}.detail-fallback-box{margin-top:10px;border-radius:11px;border:1px solid #f2dfcf;background:#fff8f2;padding:10px}.detail-fallback-box h2{margin:0;font-size:.9rem}.detail-fallback-box ul{margin:7px 0 0;padding-left:17px;color:#8f5225}.trend-overview{margin-top:10px;border:1px solid #e7ebf8;border-radius:14px;background:#fcfdff;padding:11px}.trend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.trend-stat{border:1px solid #eaf0fb;border-radius:12px;background:#fff;padding:10px}.trend-label{margin:0;font-size:.75rem;font-weight:700;color:var(--text-500);letter-spacing:.01em}.trend-value{margin:6px 0 0;font-size:clamp(1rem,3.9vw,1.22rem);font-weight:800;color:#1f2537;line-height:1.25}.trend-flow-status{color:#5f55c8}.trend-summary{margin:10px 0 0;color:#46506b;font-size:.9rem;font-weight:600}.theme-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.status-summary-box{margin-top:11px;padding:12px;border:1px solid #ebe8fb;border-radius:12px;background:linear-gradient(120deg,#fffaf6,#f8f6ff)}.status-summary-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.status-summary-head h2{margin:0;font-size:.96rem}.status-summary-head span{font-size:.78rem;font-weight:700;color:#5f55c8}.status-summary-line{margin:8px 0 0;color:#444d67;font-weight:600}.status-summary-tags{margin-top:9px;display:flex;flex-wrap:wrap;gap:7px}.status-summary-tags span{border-radius:999px;padding:5px 9px;font-size:.76rem;font-weight:700;background:#f1effd;color:#4f459e}.status-summary-reasons{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-gap:7px;gap:7px}.status-summary-reasons li{border:1px solid #ebeef7;background:#fff;border-radius:10px;padding:8px 9px;display:grid;grid-gap:5px;gap:5px}.status-summary-reasons li p{margin:0;color:var(--text-700);font-size:.88rem;line-height:1.45}.reason-severity{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:700}.reason-high{background:#ffecee;color:#bf3131}.reason-medium{background:#fff5e8;color:#b05f1b}.reason-low{background:#eaf8ef;color:#1f8b4d}.status-summary-empty{margin:10px 0 0;color:var(--text-700);font-size:.88rem}.status-summary-updated{margin:9px 0 0;font-size:.8rem;color:var(--text-500)}.explain-layer{margin-top:11px;border:1px solid #ece8fb;border-radius:12px;padding:12px;background:linear-gradient(120deg,#fffdfa,#f9f7ff)}.explain-head h2{margin:0;font-size:.96rem}.explain-head p{margin:4px 0 0;color:var(--text-500);font-size:.8rem}.explain-grid{margin-top:9px;display:grid;grid-gap:8px;gap:8px}.explain-card{border:1px solid #e8edf9;border-radius:11px;background:#fff;padding:10px}.explain-card h3{margin:0;font-size:.9rem}.explain-value-list{margin-top:7px;display:grid;grid-gap:4px;gap:4px}.explain-value-list p{margin:0;color:var(--text-700);font-size:.84rem}.explain-value-list strong{font-size:1.02rem;color:#1e2435;font-weight:800}.explain-copy{margin:8px 0 0;padding-top:8px;border-top:1px solid #eef2fb;color:#4c5570;font-size:.84rem;line-height:1.45}.translation-label{margin:13px 0 0;font-size:.79rem;font-weight:700;color:#6f64d6}.narrative{margin:6px 0 0;padding:12px;border-radius:12px;background:linear-gradient(120deg,#fff8f4,#f7f4ff);border:1px solid #f1e8fc}.tone-disclaimer{margin:7px 0 0;color:var(--text-500);font-size:.82rem}.status-grid{display:grid;grid-gap:9px;gap:9px}.status-card{padding:14px}.status-card-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.status-card h3{margin:0;font-size:1.06rem;font-weight:800}.status-meta{margin:6px 0 0;color:#6a6fd6;font-size:.77rem;font-weight:600}.level-pill{border-radius:999px;color:#fff;font-size:.78rem;font-weight:800;padding:6px 11px}.level-stable{background:var(--green)}.level-watch{background:#5e6ad0}.level-warning{background:var(--yellow)}.level-danger{background:var(--red)}.detail-section ul,.status-bullets{margin:10px 0 0;padding-left:17px;color:var(--text-700)}.detail-section li+li,.status-bullets li+li{margin-top:6px}.status-key-number{font-size:1.02rem;font-weight:800;color:#1e2435}.status-card .status-explanation{margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.community-section,.detail-section{padding:16px 14px}.community-section h3,.detail-section h2{margin:0;font-size:1rem}.event-list{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-gap:9px;gap:9px}.timeline-section{display:grid;grid-gap:10px;gap:10px}.state-history-flow{display:flex;flex-wrap:wrap;gap:7px}.state-history-item{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;border:1px solid #e4e9f7;background:#f8faff}.state-history-item:not(:last-child):after{content:"→";margin-left:5px;color:var(--text-500)}.state-history-item em{font-style:normal;font-size:.76rem;font-weight:700;color:#444f6c}.state-history-item small{font-size:.72rem;color:var(--text-500)}.timeline-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.timeline-list li{position:relative;display:grid;grid-template-columns:14px 1fr;grid-gap:9px;gap:9px;align-items:start}.timeline-list li:not(:last-child):after{content:"";position:absolute;left:4px;top:18px;width:2px;height:calc(100% + 8px);background:#e4e9f7;border-radius:999px}.timeline-dot{width:10px;height:10px;border-radius:50%;margin-top:6px}.timeline-content{border:1px solid #e7ebf8;border-radius:12px;padding:10px;background:#fff}.timeline-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.timeline-top time{font-size:.78rem;color:var(--text-500)}.timeline-severity{border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:700}.timeline-state{margin:6px 0 0;font-size:.86rem;font-weight:700;color:#3f4a67}.timeline-content p{margin:5px 0 0;color:var(--text-700);font-size:.87rem;line-height:1.45}.timeline-high{background:#ffe8eb;color:#bf2e3e}.timeline-medium{background:#fff2e4;color:#c56722}.timeline-low{background:#edf3ff;color:#445f9a}.event-list li{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px}.event-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.event-top strong{font-size:.93rem}.event-side{display:flex;align-items:center;gap:6px}.event-side em{font-style:normal;font-size:.76rem;font-weight:700;color:#5d52c4;background:#f1effe;border-radius:999px;padding:3px 7px}.event-top span{color:var(--text-500);font-size:.78rem}.comment-item,.related-list li a{display:block;border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff}.community-caption{margin:8px 0 0;color:var(--text-500);font-size:.87rem}.comment-form{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.comment-input,.comment-textarea{border:1px solid #dfe4f1;border-radius:12px;padding:11px 12px;font-family:inherit;font-size:.92rem}.comment-input:focus,.comment-textarea:focus{outline:2px solid rgba(154,139,255,.23);border-color:var(--purple)}.comment-textarea{min-height:84px;resize:vertical}.form-error{margin:0;color:var(--red);font-size:.85rem}.comment-list{margin-top:12px}.comment-meta{display:flex;justify-content:space-between;align-items:center;gap:8px}.comment-meta span{color:var(--text-500);font-size:.8rem}.loading-block{animation:fade-skeleton 1.2s ease-in-out infinite alternate}@keyframes fade-skeleton{0%{opacity:.72}to{opacity:1}}.skeleton{border-radius:10px;background:linear-gradient(90deg,#eceff8 20%,#f7f8fc 45%,#eceff8 80%)}.skeleton-search{width:100%;height:52px;margin-top:14px}.skeleton-row{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.skeleton-card{height:80px}.skeleton-title{width:48%;height:34px}.skeleton-line{width:100%;height:16px;margin-top:10px}.skeleton-line.short{width:72%}.error-card{border-color:#f1d6dc;background:#fff8fa}.error-detail{color:#944251;font-size:.86rem}.error-actions{margin-top:11px;display:flex;flex-wrap:wrap;gap:8px}.card-link{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text-700);padding:10px 12px;font-size:.9rem;font-weight:600}@media (min-width:768px){.page-shell{padding-top:24px}.nav-logo{height:34px}.nav-logo-image{max-width:220px}.hero-main{min-height:clamp(360px,43vw,450px);padding:58px 30px 46px}.hero-copy-block{gap:16px}.search-spotlight{margin-top:52px}.search-form{grid-template-columns:1fr auto;grid-template-areas:"input button" "panel panel";align-items:start}.autocomplete-item{padding:12px 14px}.autocomplete-main strong{font-size:.98rem}.autocomplete-badge{font-size:.76rem}.search-button{min-width:180px}.skeleton-row{grid-template-columns:repeat(3,minmax(0,1fr))}.home-sections{grid-template-columns:1.1fr 1fr 1fr}.service-intro-panel{padding:22px 20px}.service-intro-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.service-intro-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.service-intro-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.service-step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-feature-card,.service-mini-card,.service-step-card{padding:14px}.service-cta-panel{grid-template-columns:1fr auto;padding-right:24px}.explain-grid,.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trend-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:480px){.hero-main{min-height:300px;padding:46px 16px 34px}.hero-copy-block{gap:12px}.search-spotlight{margin-top:36px}.nav-logo{height:30px}.nav-logo-image{max-width:160px}.service-intro-head h2{font-size:1.25rem}.service-feature-card{flex-direction:column}}