:root{--brand-primary:#3182f6;--brand-primary-hover:#1b64da;--brand-primary-weak:#e8f1fd;--up:#f04452;--up-weak:#fdecee;--down:#3182f6;--down-weak:#e8f1fd;--flat:#6b7684;--bg:#fff;--bg-subtle:#f9fafb;--surface:#fff;--border:#f2f4f6;--text-strong:#191f28;--text:#333d4b;--text-weak:#6b7684;--text-disabled:#b0b8c1;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-card:0 1px 4px #0000000a, 0 4px 16px #0000000f;--shadow-pop:0 4px 24px #0000001f;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--maxw:1200px;--header-h:60px;--gutter:24px}[data-theme=dark]{--bg:#17171c;--bg-subtle:#1e1e24;--surface:#26262c;--border:#2e2e36;--text-strong:#f9fafb;--text:#d1d6db;--text-weak:#8b95a1;--text-disabled:#5a5a63;--brand-primary-weak:#1e2a3d;--up-weak:#2e1b20;--down-weak:#1e2a3d;--shadow-card:0 1px 4px #0000004d, 0 4px 16px #00000059;--shadow-pop:0 4px 24px #00000080}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{scrollbar-gutter:stable;background:var(--bg);overflow-y:scroll}body{background:var(--bg);letter-spacing:-.02em;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,Segoe UI,sans-serif;font-size:15px;line-height:1.5;overflow-x:clip}img{max-width:100%;height:auto}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.up{color:var(--up)!important}.down{color:var(--down)!important}.flat{color:var(--flat)!important}.container{max-width:var(--maxw);padding:0 var(--gutter);margin:0 auto}.main{padding:var(--sp-8) 0 var(--sp-16);min-height:70vh}.section{margin-bottom:var(--sp-10)}.row{align-items:center;display:flex}.between{justify-content:space-between}.gap-2{gap:var(--sp-2)}.gap-3{gap:var(--sp-3)}.gap-4{gap:var(--sp-4)}.grid-2{gap:var(--sp-5);grid-template-columns:1fr 1fr;display:grid}.stock-layout{gap:var(--sp-6);grid-template-columns:2fr 1fr;display:grid}@media (width<=1023px){.grid-2,.stock-layout{grid-template-columns:1fr}}.display{color:var(--text-strong);font-size:32px;font-weight:700;line-height:1.3}.title1{color:var(--text-strong);font-size:24px;font-weight:700}.title2{color:var(--text-strong);font-size:19px;font-weight:700}.body-strong{color:var(--text-strong);font-size:17px;font-weight:600}.caption{color:var(--text-weak);font-size:13px}.micro{color:var(--text-weak);font-size:12px}.weak{color:var(--text-weak)}#app-header{height:var(--header-h);display:block}.header{z-index:50;height:var(--header-h);background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.header .container{align-items:center;gap:var(--sp-4);flex-wrap:nowrap;height:100%;display:flex}.header svg{flex-shrink:0;width:16px;height:16px}.theme-toggle svg{width:18px;height:18px}.logo{color:var(--text-strong);letter-spacing:-.04em;white-space:nowrap;flex-shrink:0;font-size:20px;font-weight:800}.logo b{color:var(--brand-primary)}.nav{scrollbar-width:none;flex-wrap:nowrap;flex:0 auto;gap:2px;min-width:0;transition:opacity .18s,max-width .25s;display:flex;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav a{white-space:nowrap;border-radius:var(--radius-md);color:var(--text-weak);align-items:center;gap:6px;padding:8px 11px;font-size:15px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.nav a:hover{background:var(--bg-subtle);color:var(--text)}.nav a.active{color:var(--brand-primary)}.nav a [data-lucide]{opacity:.85}.header-search{white-space:nowrap;background:var(--bg-subtle);border-radius:var(--radius-full);color:var(--text-weak);align-items:center;gap:8px;min-width:0;padding:8px 14px;font-size:14px;display:flex}[data-lucide]{vertical-align:middle;stroke-width:2px;display:inline-block}.rt-ticker{height:38px;color:var(--text);white-space:nowrap;background:0 0;flex-shrink:0;align-items:center;gap:8px;width:168px;margin-left:auto;padding:0 4px;font-size:14px;transition:width .25s,opacity .18s,margin .25s;display:inline-flex;overflow:hidden}.rt-ticker:hover .rt-kw{color:var(--brand-primary)}.rt-badge{color:var(--text-weak);border-right:1px solid var(--border);flex-shrink:0;padding-right:8px;font-size:12px;font-weight:700}.rt-rank{color:var(--brand-primary);flex-shrink:0;font-weight:800}.rt-kw{min-width:0;color:var(--text-strong);text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.rt-flip{animation:.4s rtFlip}@keyframes rtFlip{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.search-wrap{flex-shrink:0;width:220px;transition:width .25s,margin .25s;position:relative}.search-wrap.searching{width:min(600px,72vw);margin:0 auto}.header.searching .nav,.header.searching .rt-ticker{opacity:0;pointer-events:none;width:0;min-width:0;max-width:0;margin:0;padding:0;overflow:hidden}.search-box{background:var(--bg-subtle);border-radius:var(--radius-full);cursor:text;border:2px solid #0000;align-items:center;gap:8px;height:40px;padding:0 6px 0 14px;transition:background .2s,border-color .2s;display:flex}.search-box [data-lucide]{color:var(--text-weak);flex-shrink:0}.search-wrap.searching .search-box{background:var(--surface);border-color:var(--brand-primary)}.search-input{min-width:0;height:100%;color:var(--text-strong);letter-spacing:-.02em;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.search-input::placeholder{color:var(--text-disabled)}.search-kbd{background:var(--surface);border:1px solid var(--border);color:var(--text-weak);border-radius:6px;flex-shrink:0;padding:1px 6px;font-size:12px}.search-close{border-radius:var(--radius-full);width:30px;height:30px;color:var(--text-weak);flex-shrink:0;place-items:center;display:grid}.search-close:hover{background:var(--bg-subtle);color:var(--text)}.search-ac{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:4px 0;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.ac-head{color:var(--text-weak);padding:8px 16px 4px;font-size:12px;font-weight:700}.ac-empty{text-align:center;color:var(--text-weak);padding:24px 16px;font-size:14px}.ac-item{align-items:center;gap:10px;padding:8px 16px;transition:background .12s;display:flex}.ac-item:hover{background:var(--bg-subtle)}.ac-name{color:var(--text-strong);font-size:14px;font-weight:700}.ac-code{color:var(--text-weak);font-size:12px}.ac-chg{margin-left:auto;font-size:13px;font-weight:700}.search-panel{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:300px;box-shadow:var(--shadow-pop);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.sp-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding:13px 16px;display:flex}.sp-head b{color:var(--text-strong);font-size:14px}.sp-list{padding:4px 0}.rt-item{align-items:center;gap:12px;padding:9px 16px;transition:background .12s;display:flex}.rt-item:hover{background:var(--bg-subtle)}.rt-i-rank{text-align:center;width:18px;color:var(--text-weak);font-size:14px;font-weight:700}.rt-i-rank.top{color:var(--brand-primary)}.rt-i-kw{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:600;overflow:hidden}.rt-chg{flex-shrink:0;font-size:12px;font-weight:700}.rt-chg.up{color:var(--up)}.rt-chg.down{color:var(--down)}.rt-chg.flat{color:var(--text-disabled)}.rt-chg.new{color:var(--up);background:var(--up-weak);border-radius:5px;padding:2px 5px;font-size:10px}@media (width<=1023px){.rt-ticker{display:none}.search-wrap{margin-left:auto}}.header-search kbd{background:var(--surface);border:1px solid var(--border);color:var(--text-weak);border-radius:6px;margin-left:auto;padding:1px 6px;font-size:12px}.btn-ghost{border-radius:var(--radius-md);color:var(--text);white-space:nowrap;flex-shrink:0;padding:8px 12px;font-weight:600}.btn-ghost:hover{background:var(--bg-subtle)}.theme-switching,.theme-switching *,.theme-switching :before,.theme-switching :after{transition:none!important}.profile-btn{border-radius:var(--radius-full);flex-shrink:0;align-items:center;padding:3px;transition:background .15s;display:inline-flex}.profile-btn:hover{background:var(--bg-subtle)}.profile-btn .avatar{background:var(--brand-primary);width:32px;height:32px;font-size:13px}.profile-wrap{flex-shrink:0;position:relative}.profile-menu{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:300px;box-shadow:var(--shadow-pop);padding:10px;position:absolute;top:calc(100% + 10px);right:0}.profile-menu[hidden]{display:none}.pm-head{border-bottom:1px solid var(--border);align-items:center;gap:14px;margin-bottom:8px;padding:14px 12px 18px;display:flex}.pm-head .avatar{background:var(--brand-primary);width:52px;height:52px;font-size:21px}.pm-name{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:800;overflow:hidden}.pm-item{border-radius:var(--radius-md);width:100%;color:var(--text);text-align:left;align-items:center;gap:12px;padding:14px 12px;font-size:15px;font-weight:600;display:flex}.pm-item:hover{background:var(--bg-subtle)}.pm-item svg{width:19px;height:19px;color:var(--text-weak)}.mypage-layout{grid-template-columns:220px 1fr;align-items:start;gap:20px;display:grid}.mp-side{flex-direction:column;gap:4px;display:flex}.mp-tab{border-radius:var(--radius-md);color:var(--text-weak);text-align:left;align-items:center;gap:10px;padding:12px 14px;font-size:15px;font-weight:600;transition:background .15s,color .15s;display:flex}.mp-tab:hover{background:var(--bg-subtle);color:var(--text)}.mp-tab.active{background:var(--brand-primary-weak);color:var(--brand-primary)}.mp-tab.danger{color:var(--up)}.mp-tab svg{flex-shrink:0;width:18px;height:18px}.mp-pane{min-height:340px}.pane-title{color:var(--text-strong);margin-bottom:18px;font-size:18px;font-weight:800}.notice{border-radius:var(--radius-md);background:var(--bg-subtle);color:var(--text);align-items:flex-start;gap:8px;margin-bottom:18px;padding:12px 14px;font-size:14px;line-height:1.5;display:flex}.notice svg{width:18px;height:18px;color:var(--brand-primary);flex-shrink:0;margin-top:1px}.notice.danger{background:var(--up-weak);color:var(--up)}.notice.danger svg{color:var(--up)}.opt-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 0;display:flex}.opt-row:last-child{border-bottom:none}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:6px;padding:14px 20px;font-size:15px;font-weight:600;transition:transform .15s,background .15s,filter .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:disabled:hover{transform:none}.btn-primary{background:var(--brand-primary);color:#fff}.btn-primary:hover{background:var(--brand-primary-hover)}.btn-secondary{background:var(--bg-subtle);color:var(--text)}.btn-secondary:hover{filter:brightness(.97)}.btn-up{background:var(--up);color:#fff}.btn-down{background:var(--down);color:#fff}.btn-block{width:100%}.btn-sm{padding:9px 14px;font-size:14px}.btn.oauth{justify-content:center;gap:8px;font-weight:700;position:relative}.oauth-recent{z-index:1;background:var(--text-strong);color:var(--bg);white-space:nowrap;box-shadow:var(--shadow-card);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1;position:absolute;top:-10px;left:12px}.oauth-recent:after{content:"";border:5px solid #0000;border-top-color:var(--text-strong);position:absolute;top:100%;left:14px}.oauth-ic{flex-shrink:0;place-items:center;width:18px;height:18px;display:inline-grid}.oauth-ic svg{width:18px;height:18px;display:block}.auth-links{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.auth-links a{color:var(--text-weak);font-size:13px;font-weight:600}.auth-links a:hover{color:var(--text)}.auth-links .sep{background:var(--border);width:1px;height:12px}.auth-bottom{text-align:center;color:var(--text-weak);margin-top:20px;font-size:14px}.auth-bottom a{color:var(--brand-primary);margin-left:4px;font-weight:700}.field-msg{margin-top:8px;font-size:12px;font-weight:600}.field-msg.ok{color:#17b26a}.field-msg.no{color:#f04452}.pw-rules{flex-wrap:wrap;gap:6px 14px;margin-top:8px;list-style:none;display:flex}.pw-rules li{color:var(--text-disabled);align-items:center;gap:5px;font-size:12px;font-weight:600;transition:color .15s;display:inline-flex}.pw-rules li.ok{color:#17b26a}.pw-rules li svg{width:14px;height:14px}.trade-toggle{background:var(--bg-subtle);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;margin-bottom:16px;padding:4px;display:grid;position:relative}.tt-thumb{border-radius:var(--radius-sm);background:var(--up);width:calc(50% - 4px);transition:transform .22s cubic-bezier(.4,0,.2,1),background .22s;position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 1px 3px #00000026}.trade-toggle[data-side=sell] .tt-thumb{background:var(--down);transform:translate(100%)}.tt-opt{z-index:1;text-align:center;color:var(--text-weak);padding:10px 0;font-size:15px;font-weight:700;transition:color .18s;position:relative}.trade-toggle[data-side=buy] .tt-opt.buy,.trade-toggle[data-side=sell] .tt-opt.sell{color:#fff}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--sp-6)}.card-pad-0{padding:0;overflow:hidden}.chips{gap:var(--sp-2);flex-wrap:wrap;display:flex}.chip{border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--text-weak);padding:8px 14px;font-size:14px;font-weight:600;transition:all .15s}.chip:hover{color:var(--text)}.chip.active{background:var(--brand-primary-weak);color:var(--brand-primary)}.badge{border-radius:var(--radius-sm);padding:3px 8px;font-size:12px;font-weight:700;display:inline-block}.badge-up{background:var(--up-weak);color:var(--up)}.badge-down{background:var(--down-weak);color:var(--down)}.badge-blue{background:var(--brand-primary-weak);color:var(--brand-primary)}.list{flex-direction:column;display:flex}.list-head,.list-row{align-items:center;gap:var(--sp-3);padding:14px var(--sp-4);grid-template-columns:28px 1.6fr 1fr 1fr 1fr;display:grid}.list-head{color:var(--text-weak);border-bottom:1px solid var(--border);font-size:13px}.list-row{border-radius:var(--radius-md);cursor:pointer;transition:background .12s}.list-row:hover{background:var(--bg-subtle)}.list-row .rank{color:var(--text-weak);text-align:center;font-weight:700}.stock-name{align-items:center;gap:10px;display:flex}.stock-icon{border-radius:var(--radius-full);background:var(--bg-subtle);width:34px;height:34px;color:var(--brand-primary);flex-shrink:0;place-items:center;font-size:13px;font-weight:800;display:grid}.t-right{text-align:right}.price,.cell-strong{color:var(--text-strong);font-weight:700}.tabs{gap:var(--sp-2);border-bottom:1px solid var(--border);margin-bottom:var(--sp-5);display:flex}.tab{color:var(--text-weak);border-bottom:2px solid #0000;margin-bottom:-1px;margin-right:16px;padding:12px 4px;font-weight:600}.tab.active{color:var(--text-strong);border-bottom-color:var(--text-strong)}.orderbook{flex-direction:column;font-size:13px;display:flex}.ob-row{grid-template-columns:1fr 90px 1fr;align-items:center;height:26px;display:grid}.ob-bar{border-radius:4px;height:20px}.ob-ask{background:var(--up-weak);justify-self:end}.ob-bid{background:var(--down-weak);justify-self:start}.ob-price{text-align:center;font-weight:700}.field{margin-bottom:var(--sp-4)}.field label{color:var(--text-weak);margin-bottom:6px;font-size:13px;display:block}.input{border-radius:var(--radius-md);background:var(--bg-subtle);width:100%;color:var(--text-strong);border:1px solid #0000;padding:14px 16px;font-family:inherit;font-size:15px}.input:focus{border-color:var(--brand-primary);background:var(--surface);outline:none}.input::placeholder{color:var(--text-disabled)}.chart-wrap{width:100%;position:relative}.chart-wrap svg{width:100%;height:auto;display:block}.chart-tip{background:var(--text-strong);color:var(--bg);pointer-events:none;white-space:nowrap;z-index:5;text-align:center;box-shadow:var(--shadow-pop);border-radius:8px;padding:5px 9px;font-size:12px;line-height:1.3;display:none;position:absolute;transform:translate(-50%)}.chart-tip b{font-size:13px}.chart-tip span{opacity:.75;margin-top:1px;font-size:11px;font-weight:500;display:block}.cx-v{pointer-events:none}.divider{background:var(--border);height:1px;margin:var(--sp-5) 0}.stat{flex-direction:column;gap:4px;display:flex}.stat .k{color:var(--text-weak);font-size:13px}.stat .v{color:var(--text-strong);font-size:17px;font-weight:700}.pill-toggle{border-radius:var(--radius-full);background:var(--border);flex-shrink:0;width:42px;height:24px;transition:background .15s;position:relative}.pill-toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.pill-toggle.on{background:var(--brand-primary)}.pill-toggle.on:after{transform:translate(18px)}.mock-banner{background:var(--brand-primary-weak);color:var(--brand-primary);text-align:center;padding:8px;font-size:13px;font-weight:600}.hero{padding:var(--sp-16) var(--sp-6);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#e8f1fd 0%,#f5f8ff 100%)}.hero-split{align-items:center;gap:var(--sp-8);padding:var(--sp-12) var(--sp-10);border-radius:var(--radius-xl);background:linear-gradient(135deg,#eaf2fe 0%,#f6f9ff 60%,#fff 100%);grid-template-columns:1fr 1fr;display:grid;position:relative;overflow:hidden}.hero-split .display{font-size:40px;line-height:1.25}.hero-art{place-items:center;display:grid}.hero-art img{width:100%;max-width:520px;height:auto}@media (width<=1023px){.hero-split{text-align:center;grid-template-columns:1fr}.hero-split .display{font-size:30px}.hero-art{order:-1}}.features{gap:var(--sp-4);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1023px){.features{grid-template-columns:repeat(2,1fr)}}.feature{background:var(--surface);border-radius:var(--radius-lg);padding:var(--sp-6);box-shadow:var(--shadow-card);transition:transform .18s,box-shadow .18s}.feature:hover{box-shadow:var(--shadow-pop);transform:translateY(-3px)}.feature-ico{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--sp-4);place-items:center;display:grid}.feature-ico [data-lucide]{width:24px;height:24px}.ico-blue{background:var(--brand-primary-weak);color:var(--brand-primary)}.ico-red{background:var(--up-weak);color:var(--up)}.ico-gold{color:#e8961e;background:#fef3d6}.ico-green{color:#17b26a;background:#e4f7ec}.feature h3{color:var(--text-strong);margin-bottom:6px;font-size:16px;font-weight:700}.legend{align-items:center;gap:14px;display:inline-flex}.legend .lg{color:var(--text-weak);align-items:center;gap:6px;font-size:13px;display:inline-flex}.legend .dot{border-radius:50%;width:10px;height:10px}.legend .dot-up{background:var(--up)}.legend .dot-down{background:var(--down)}.step-badge{letter-spacing:.04em;color:var(--brand-primary);background:var(--brand-primary-weak);border-radius:var(--radius-full);margin-bottom:8px;padding:2px 8px;font-size:11px;font-weight:800;display:inline-block}.feature.as-link{display:block}.feature .go{color:var(--brand-primary);align-items:center;gap:4px;margin-top:12px;font-size:13px;font-weight:700;display:inline-flex}.feature .go [data-lucide]{width:14px;height:14px}.sec-desc{color:var(--text-weak);margin-top:2px;font-size:14px}.market-featured{padding:var(--sp-5) var(--sp-6)}.idx-tab{color:var(--text-weak);padding:4px 2px;font-size:16px;font-weight:700;position:relative}.idx-tab.active{color:var(--text-strong)}.idx-tab.active:after{content:"";background:var(--text-strong);border-radius:2px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.live-dot{background:var(--up);width:7px;height:7px;box-shadow:0 0 0 0 var(--up);border-radius:50%;animation:1.6s ease-out infinite livePulse;display:inline-block}@keyframes livePulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--up) 55%, transparent)}70%,to{box-shadow:0 0 0 6px #0000}}.chart-animate svg{animation:.5s ease-out chartIn}@keyframes chartIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.chart-animate svg,.live-dot{animation:none}}.disc-list{flex-direction:column;display:flex}.disc-item{padding:14px var(--sp-4);border-bottom:1px solid var(--border);transition:background .12s;display:block}.disc-item:last-child{border-bottom:none}.disc-item:hover{background:var(--bg-subtle)}.disc-title{color:var(--text-strong);letter-spacing:-.02em;margin-bottom:5px;font-family:Pretendard,-apple-system,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:17px;font-weight:600}.disc-meta{color:var(--text-weak);align-items:center;font-size:13px;font-weight:400;display:flex}.disc-meta b{color:var(--text);font-weight:700}.disc-dot{background:var(--text-disabled);border-radius:50%;width:3px;height:3px;margin:0 8px;display:inline-block}.crow{padding:10px var(--sp-4);border-bottom:1px solid var(--border);align-items:center;gap:10px;transition:background .12s;display:flex}.crow:last-child{border-bottom:none}.crow:hover{background:var(--bg-subtle)}.crank{text-align:center;width:16px;color:var(--text-weak);flex-shrink:0;font-size:13px;font-weight:700}.crow .cmain{flex-direction:column;flex:1;min-width:0;display:flex}.crow .cname{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.crow .cmeta{color:var(--text-weak);font-size:12px}.crow .cnum{text-align:right;flex-direction:column;flex-shrink:0;display:flex}.crow .cprice{color:var(--text-strong);font-size:14px;font-weight:700}.crow .cchg{font-size:12px}.market-grid{gap:var(--sp-4);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1023px){.market-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.market-grid{grid-template-columns:1fr}}.market-card{padding:var(--sp-5)}.mk-name{color:var(--text-strong);font-size:15px;font-weight:700}.mk-value{color:var(--text-strong);margin:12px 0 4px;font-size:26px;font-weight:700}.mk-change{font-size:14px;font-weight:600}.mk-spark{margin-top:14px}.cta-band{align-items:center;gap:var(--sp-6);padding:var(--sp-10);border-radius:var(--radius-xl);color:#fff;background:linear-gradient(120deg,#3182f6 0%,#1b64da 100%);grid-template-columns:1fr auto;display:grid}.cta-band .btn-white{color:var(--brand-primary);background:#fff}@media (width<=767px){.cta-band{text-align:center;grid-template-columns:1fr}}.title2 [data-lucide],.sec-title [data-lucide]{vertical-align:-3px;width:20px;height:20px}.sec-title{align-items:center;gap:8px;display:inline-flex}[data-theme=dark] .hero,[data-theme=dark] .hero-split{background:linear-gradient(135deg,#1e2a3d 0%,#1a1a20 100%)}[data-theme=dark] .feature-ico.ico-gold{background:#3a2e12}[data-theme=dark] .feature-ico.ico-green{background:#12321f}[data-theme=dark] .mock-banner{color:#7fb0f5;background:#1e2a3d}.theme-toggle{border-radius:var(--radius-full);width:38px;height:38px;color:var(--text-weak);background:0 0;border:none;flex-shrink:0;place-items:center;font-size:16px;display:grid}.theme-toggle [data-lucide]{width:18px;height:18px}.theme-toggle:hover{color:var(--text-strong)}.footer{border-top:1px solid var(--border);padding:var(--sp-8) 0;color:var(--text-weak);font-size:13px}.community-layout{gap:var(--sp-6);grid-template-columns:1fr 320px;align-items:start;display:grid}@media (width<=1023px){.community-layout{grid-template-columns:1fr}}.write-box{gap:var(--sp-3);align-items:center;display:flex}.avatar{border-radius:var(--radius-full);color:#fff;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:grid}.post{padding:var(--sp-5) var(--sp-4);border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.post:hover{background:var(--bg-subtle)}.post:last-child{border-bottom:none}.post-title{color:var(--text-strong);margin:6px 0;font-size:16px;font-weight:700}.post-body{color:var(--text-weak);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:14px;display:-webkit-box;overflow:hidden}.post-meta{align-items:center;gap:var(--sp-4);color:var(--text-weak);font-size:13px;display:flex}.post-meta .mi{align-items:center;gap:4px;display:inline-flex}.post-meta [data-lucide]{width:15px;height:15px}.post-thumbs{gap:6px;margin-bottom:10px;display:flex}.post-thumbs img{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border);width:84px;height:84px}.rte{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.rte-toolbar{background:var(--bg-subtle);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:10px;display:flex}.rte-group{background:var(--surface);border:1px solid var(--border);border-radius:9px;align-items:center;gap:2px;padding:3px;display:inline-flex}.rte-btn{width:32px;height:32px;color:var(--text);border-radius:6px;place-items:center;transition:background .12s,color .12s;display:grid}.rte-btn:hover{background:var(--bg-subtle);color:var(--brand-primary)}.rte-btn svg{width:18px;height:18px}.rte-select{height:32px;color:var(--text);border-radius:6px;align-items:center;gap:4px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.rte-select:hover{background:var(--bg-subtle)}.rte-select svg{width:14px;height:14px;color:var(--text-weak)}.rte-body{min-height:320px;color:var(--text-strong);background:var(--surface);outline:none;padding:18px;font-size:15px;line-height:1.7}.rte-body:empty:before{content:attr(data-placeholder);color:var(--text-disabled)}.tag{border-radius:var(--radius-full);background:var(--brand-primary-weak);color:var(--brand-primary);padding:3px 9px;font-size:12px;font-weight:700;display:inline-block}.tag-gray{background:var(--bg-subtle);color:var(--text-weak)}.chat-panel{flex-direction:column;height:520px;display:flex;position:sticky;top:80px}.chat-head{padding:var(--sp-4);border-bottom:1px solid var(--border);align-items:center;gap:8px;display:flex}.dot-live{background:var(--up);width:8px;height:8px;box-shadow:0 0 0 3px var(--up-weak);border-radius:50%}.chat-body{padding:var(--sp-4);gap:var(--sp-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.chat-msg{align-items:flex-start;gap:8px;display:flex}.chat-msg .avatar{width:28px;height:28px;font-size:12px}.chat-bubble{background:var(--bg-subtle);border-radius:4px 12px 12px;max-width:220px;padding:8px 12px;font-size:13px}.chat-name{color:var(--text-weak);margin-bottom:2px;font-size:11px}.chat-input{padding:var(--sp-3);border-top:1px solid var(--border);gap:8px;display:flex}.chat-input .input{padding:10px 12px}.back-link{color:var(--text-weak);margin-bottom:var(--sp-4);align-items:center;gap:4px;font-size:14px;font-weight:600;display:inline-flex}.back-link:hover{color:var(--text)}.back-link [data-lucide]{width:16px;height:16px}.post-detail-title{color:var(--text-strong);margin:12px 0;font-size:24px;font-weight:700;line-height:1.4}.post-content{color:var(--text);margin:var(--sp-5) 0;font-size:15px;line-height:1.75}.post-actions{gap:var(--sp-3);padding:var(--sp-4) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex}.act-btn{border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--text);align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.act-btn:hover{filter:brightness(.97)}.act-btn.liked{background:var(--up-weak);color:var(--up)}.comment{padding:var(--sp-4) 0;border-bottom:1px solid var(--border);gap:10px;display:flex}.comment:last-child{border-bottom:none}.comment .avatar{width:34px;height:34px;font-size:13px}.comment .c-name{color:var(--text-strong);font-size:13px;font-weight:700}.comment .c-time{color:var(--text-weak);font-size:12px}.comment .c-body{color:var(--text);margin:4px 0 6px;font-size:14px;line-height:1.6}.comment .c-meta{color:var(--text-weak);gap:14px;font-size:12px;display:flex}.comment .c-meta span{align-items:center;gap:4px;display:inline-flex}.comment .c-meta [data-lucide]{width:14px;height:14px}.bottomnav{display:none}@media (width<=1023px){:root{--gutter:20px}.header .container{gap:var(--sp-4)}.hs-text{display:none}.header-search{min-width:auto}.nav a{padding:8px 10px}.stock-layout{grid-template-columns:1fr}.stock-layout>div:last-child .card[style*=sticky]{position:static!important}.community-layout{grid-template-columns:1fr}.chat-panel{height:420px;position:static}.mypage-layout{grid-template-columns:1fr}.section .grid-2[style*=repeat\(4]{grid-template-columns:repeat(2,1fr)!important}}@media (width<=767px){:root{--header-h:54px;--gutter:16px}.main{padding:var(--sp-5) 0 88px}.header .nav,.search-wrap{display:none}.profile-menu{width:min(300px,100vw - 32px)}.logo{margin-right:auto;font-size:18px}.btn-ghost{padding:8px 10px;font-size:14px}.display{font-size:26px}.title1{font-size:20px}.title2{font-size:17px}.mk-value{font-size:22px}.grid-2{grid-template-columns:1fr}.section .grid-2[style*=repeat\(4]{grid-template-columns:repeat(2,1fr)!important}.features{grid-template-columns:1fr}.features[style*=repeat\(3]{grid-template-columns:1fr!important}.market-grid{grid-template-columns:repeat(2,1fr)}.cta-band{text-align:center;padding:var(--sp-6);grid-template-columns:1fr}.card-pad-0{-webkit-overflow-scrolling:touch;overflow-x:auto}.list-head,.list-row{min-width:460px}.card,.market-card{padding:var(--sp-4)}.bottomnav{z-index:60;background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-top:1px solid var(--border);padding:6px 2px calc(6px + env(safe-area-inset-bottom));display:flex;position:fixed;bottom:0;left:0;right:0}.bottomnav a{color:var(--text-weak);flex-direction:column;flex:1;align-items:center;gap:2px;padding:4px 0;font-size:10px;font-weight:600;display:flex}.bottomnav a.active{color:var(--brand-primary)}.bottomnav svg{width:20px;height:20px}.chat-panel{height:360px}}@media (width<=380px){.market-grid{grid-template-columns:1fr}.section .grid-2[style*=repeat\(4]{grid-template-columns:1fr!important}}.filter-bar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filter-open{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);color:var(--text);align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.filter-open:hover{background:var(--bg-subtle);border-color:var(--text-disabled)}.filter-open svg{width:16px;height:16px}.filter-active{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-active .muted{color:var(--text-disabled);font-size:14px}.filter-chip{border-radius:var(--radius-full);background:var(--brand-primary-weak);color:var(--brand-primary);align-items:center;gap:2px;padding:4px 6px 4px 4px;font-size:13px;font-weight:700;display:inline-flex}.filter-chip .fc-toggle{border-radius:var(--radius-full);color:inherit;align-items:center;gap:5px;padding:2px 8px;display:inline-flex}.filter-chip .fc-x{width:18px;height:18px;color:inherit;opacity:.65;border-radius:50%;place-items:center;display:grid}.filter-chip .fc-x:hover{opacity:1;background:color-mix(in srgb, currentColor 16%, transparent)}.filter-chip svg{width:13px;height:13px}.filter-chip.off{background:var(--bg-subtle);color:var(--text-disabled)}.modal-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-overlay[hidden]{display:none}.modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:560px;height:480px;max-height:calc(100vh - 40px);box-shadow:var(--shadow-pop);flex-direction:column;animation:.18s modalIn;display:flex;overflow:hidden}.modal.modal-auto{max-width:400px;height:auto}@keyframes modalIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.modal-head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-head b{color:var(--text-strong);font-size:16px}.modal-x{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-weak);place-items:center;display:grid}.modal-x:hover{background:var(--bg-subtle);color:var(--text)}.modal-body{flex:1;min-height:0;padding:0;display:flex}.filter-tabs{background:var(--bg-subtle);border-right:1px solid var(--border);flex-direction:column;flex:0 0 150px;gap:4px;padding:12px;display:flex;overflow-y:auto}.filter-tab{border-radius:var(--radius-md);text-align:left;color:var(--text-weak);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:flex}.filter-tab:hover{background:var(--surface);color:var(--text)}.filter-tab.active{background:var(--surface);color:var(--brand-primary);box-shadow:inset 0 0 0 1px var(--border)}.filter-tab .tab-val{color:var(--text-disabled);text-overflow:ellipsis;white-space:nowrap;max-width:56px;font-size:12px;font-weight:600;overflow:hidden}.filter-tab.active .tab-val{color:var(--brand-primary)}.filter-pane{flex:1;min-width:0;padding:20px;overflow-y:auto}.filter-label{color:var(--text-weak);margin-bottom:12px;font-size:13px;font-weight:700}.seg{flex-wrap:wrap;gap:8px;display:flex}.seg-item{border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--text-weak);padding:8px 14px;font-size:14px;font-weight:600;transition:all .15s}.seg-item:hover{color:var(--text)}.seg-item.active{background:var(--brand-primary);color:#fff}.modal-foot{border-top:1px solid var(--border);flex-shrink:0;gap:10px;padding:16px 20px;display:flex}.modal-foot .btn{flex:1;padding:12px}.pager{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.pager[hidden]{display:none}.pager-btn{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);background:var(--surface);align-items:center;gap:4px;padding:8px 14px;font-size:14px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.pager-btn:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--text-disabled)}.pager-btn:disabled{color:var(--text-disabled);opacity:.6;cursor:default}.pager-btn svg{width:16px;height:16px}.pager-info{color:var(--text-weak);text-align:center;min-width:52px;font-size:14px;font-weight:600}.cal-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.cal-nav{align-items:center;gap:4px;display:flex}.cal-title{color:var(--text-strong);text-align:center;min-width:104px}.cal-arrow{border-radius:var(--radius-md);width:30px;height:30px;color:var(--text-weak);flex-shrink:0;place-items:center;transition:background .15s,color .15s;display:grid}.cal-arrow:hover{background:var(--bg-subtle);color:var(--text)}.cal-arrow svg{width:18px;height:18px}.cal-legend{flex-wrap:wrap;gap:12px;display:flex}.cal-legend span{color:var(--text-weak);align-items:center;gap:5px;font-size:12px;font-weight:600;display:inline-flex}.cal-legend .dot{border-radius:3px;flex-shrink:0;width:9px;height:9px}.cal-legend .dot.meeting{background:var(--brand-primary)}.cal-legend .dot.dividend{background:#e8961e}.cal-legend .dot.rights{background:#8e5be8}.cal-weekdays{border-bottom:1px solid var(--border);grid-template-columns:repeat(7,1fr);margin-bottom:0;padding-bottom:8px;display:grid}.cal-weekdays span{text-align:center;color:var(--text-weak);padding:2px 0;font-size:12px;font-weight:700}.cal-weekdays span:first-child{color:var(--down)}.cal-weekdays span:last-child{color:var(--brand-primary)}.cal-grid{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.cal-day{background:var(--surface);flex-direction:column;gap:4px;min-height:92px;padding:8px 6px;display:flex}.cal-day.empty{background:var(--bg-subtle)}.cal-day.today{background:var(--brand-primary-weak)}.cal-daynum{color:var(--text-weak);font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.cal-day.has-event .cal-daynum{color:var(--text-strong)}.cal-ev{white-space:nowrap;text-overflow:ellipsis;background:var(--bg-subtle);color:var(--text);border-left:3px solid var(--flat);border-radius:6px;padding:3px 6px;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden}.cal-ev b{color:var(--text-strong);font-weight:700}.cal-ev.meeting{border-left-color:var(--brand-primary)}.cal-ev.dividend{border-left-color:#e8961e}.cal-ev.rights{border-left-color:#8e5be8}@media (width<=767px){.cal-day{gap:3px;min-height:52px;padding:4px}.cal-ev{background:var(--flat);border-left:none;border-radius:3px;height:5px;padding:0;font-size:0}.cal-ev.meeting{background:var(--brand-primary)}.cal-ev.dividend{background:#e8961e}.cal-ev.rights{background:#8e5be8}}.route-fallback{place-items:center;min-height:60vh;display:grid}.route-loader{border:3px solid var(--border);border-top-color:var(--brand-primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite routeSpin}@keyframes routeSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.route-loader{animation-duration:2s}}input:-webkit-autofill{caret-color:var(--text-strong);transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--text-strong)!important;-webkit-box-shadow:0 0 0 1000px var(--bg-subtle) inset!important}input:-webkit-autofill:hover{caret-color:var(--text-strong);transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--text-strong)!important;-webkit-box-shadow:0 0 0 1000px var(--bg-subtle) inset!important}input:-webkit-autofill:focus{caret-color:var(--text-strong);transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--text-strong)!important;-webkit-box-shadow:0 0 0 1000px var(--bg-subtle) inset!important}input:-webkit-autofill:active{caret-color:var(--text-strong);transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--text-strong)!important;-webkit-box-shadow:0 0 0 1000px var(--bg-subtle) inset!important}.input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--surface) inset!important}.prediction-page{max-width:1200px;padding-left:var(--gutter);padding-right:var(--gutter);--prediction-up-text:#b42318;--prediction-down-text:#175cd3;--prediction-neutral-text:#475467;--prediction-error-text:#b42318;--prediction-demo-text:#7a4300}[data-theme=dark] .prediction-page{--prediction-up-text:#ff9ca5;--prediction-down-text:#84adff;--prediction-neutral-text:#cbd5e1;--prediction-error-text:#ff9ca5;--prediction-demo-text:#ffd08a}.prediction-hero{isolation:isolate;align-items:center;gap:var(--sp-10);min-height:330px;padding:var(--sp-12);margin-bottom:var(--sp-8);border:1px solid color-mix(in srgb, var(--brand-primary) 12%, var(--border));border-radius:var(--radius-xl);background:radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--brand-primary) 18%, transparent), transparent 34%), linear-gradient(135deg, color-mix(in srgb, var(--brand-primary-weak) 86%, var(--surface)) 0%, var(--surface) 72%);grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);display:grid;position:relative;overflow:hidden}.prediction-hero:after{content:"";z-index:-1;background:color-mix(in srgb, var(--brand-primary) 7%, transparent);border-radius:50%;width:340px;height:340px;position:absolute;bottom:-130px;right:-80px}.prediction-hero-copy{max-width:650px}.prediction-kicker{margin-bottom:var(--sp-4);border-radius:var(--radius-full);background:var(--surface);color:var(--brand-primary);box-shadow:var(--shadow-card);align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.prediction-hero .display{letter-spacing:-.04em;font-size:38px}.prediction-hero .display span{color:var(--brand-primary)}.prediction-hero-copy>p{max-width:600px;margin-top:var(--sp-4);color:var(--text-weak);line-height:1.75}.prediction-build-status{margin-top:var(--sp-5);color:var(--text-weak);align-items:center;gap:10px;font-size:13px;display:flex}.prediction-build-status .badge{background:var(--brand-primary);color:#fff}.prediction-orbit{min-height:240px;position:relative}.prediction-orbit:before{content:"";border:1px dashed color-mix(in srgb, var(--brand-primary) 35%, var(--border));border-radius:50%;position:absolute;inset:26px 8px;transform:rotate(-8deg)}.prediction-core{border:10px solid color-mix(in srgb, var(--brand-primary) 9%, var(--surface));background:var(--brand-primary);color:#fff;width:116px;height:116px;box-shadow:0 20px 45px color-mix(in srgb, var(--brand-primary) 28%, transparent);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prediction-core b{letter-spacing:.08em;margin-top:-20px;font-size:12px}.prediction-signal{border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-pop);align-items:center;gap:7px;padding:11px 14px;font-size:13px;font-weight:800;display:inline-flex;position:absolute}.prediction-signal-up{color:var(--prediction-up-text);top:18px;right:4px}.prediction-signal-flat{color:var(--prediction-neutral-text);top:88px;left:0}.prediction-signal-down{color:var(--prediction-down-text);bottom:18px;right:22px}.prediction-tabs{margin-bottom:var(--sp-8);background:var(--bg-subtle);border:1px solid var(--border);border-radius:20px;grid-template-columns:1fr 1fr;gap:6px;padding:6px;display:grid}.prediction-tabs button{min-height:74px;color:var(--text-weak);text-align:left;border-radius:15px;justify-content:center;align-items:center;gap:12px;padding:12px 18px;transition:background .18s,color .18s,box-shadow .18s;display:flex}.prediction-tabs button:hover{color:var(--text)}.prediction-tabs button.active{background:var(--surface);color:var(--text-strong);box-shadow:var(--shadow-card)}.prediction-tabs button:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.prediction-tab-icon{background:var(--border);border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.prediction-tabs button.active .prediction-tab-icon{background:var(--brand-primary-weak);color:var(--brand-primary)}.prediction-tabs small{color:var(--text-weak);margin-bottom:2px;font-size:11px;font-weight:700;display:block}.prediction-tabs b{font-size:15px;display:block}.prediction-panel{animation:.2s ease-out predictionPanelIn}@keyframes predictionPanelIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.prediction-panel-head{justify-content:space-between;align-items:flex-end;gap:var(--sp-4);margin-bottom:var(--sp-5);display:flex}.prediction-panel-head h2{margin:4px 0}.prediction-section-label{color:var(--brand-primary);font-size:12px;font-weight:800}.prediction-ready-badge{border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--text-weak);border:1px solid var(--border);flex-shrink:0;padding:6px 10px;font-size:12px;font-weight:700}.prediction-ready-badge.is-ready{border-color:color-mix(in srgb, var(--brand-primary) 28%, var(--border));background:var(--brand-primary-weak);color:var(--brand-primary)}.prediction-toolbar{margin-bottom:var(--sp-5);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card);grid-template-columns:minmax(240px,1fr) 150px auto;align-items:stretch;gap:10px;padding:12px;display:grid}.prediction-search-shell{border-radius:var(--radius-md);background:var(--bg-subtle);min-width:0;color:var(--text-weak);grid-template-columns:auto auto 1fr;align-items:center;gap:9px;padding:0 14px;display:grid}.prediction-search-shell:focus-within{outline:2px solid color-mix(in srgb, var(--brand-primary) 70%, transparent);outline-offset:1px}.prediction-search-shell .micro{white-space:nowrap;font-weight:700}.prediction-search-shell input,.prediction-stock-input input{width:100%;min-width:0;color:var(--text-strong);font:inherit;background:0 0;border:none;outline:none}.prediction-search-shell input::placeholder,.prediction-stock-input input::placeholder{color:var(--text-disabled)}.prediction-filter{border-radius:var(--radius-md);background:var(--bg-subtle);min-width:0;color:var(--text);font:inherit;border:1px solid #0000;outline:none;padding:0 14px;font-size:13px;font-weight:700}.prediction-filter:focus-visible{border-color:var(--brand-primary);box-shadow:0 0 0 2px var(--brand-primary-weak)}.prediction-filter:disabled{cursor:not-allowed;color:var(--text-disabled);opacity:.7}.prediction-toolbar button:disabled,.prediction-stock-search button:disabled{cursor:not-allowed;opacity:.58}.prediction-submit{white-space:nowrap}.prediction-form-error{color:var(--prediction-error-text);grid-column:1/-1;align-items:center;gap:6px;padding:0 4px;font-size:12px;font-weight:700;display:flex}.prediction-visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.prediction-spinner{animation:.8s linear infinite predictionSpin}@keyframes predictionSpin{to{transform:rotate(360deg)}}.prediction-workspace{gap:var(--sp-5);grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);display:grid}.prediction-news-feed,.prediction-related-news,.prediction-result-shell{min-height:410px}.prediction-card-head{padding-bottom:var(--sp-4);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;display:flex}.prediction-card-head h3{color:var(--text-strong);font-size:16px}.prediction-card-head span{color:var(--text-weak);font-size:12px}.prediction-card-head>svg{color:var(--brand-primary)}.prediction-card-head .badge{background:var(--bg-subtle);color:var(--text-weak)}.prediction-news-list{flex-direction:column;display:flex}.prediction-news-placeholder{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:18px 2px;display:flex}.prediction-news-placeholder:last-child{border-bottom:none}.prediction-source-placeholder{background:var(--bg-subtle);border-radius:13px;flex-shrink:0;width:42px;height:42px}.prediction-placeholder-copy{flex:1;min-width:0}.prediction-placeholder-meta,.prediction-placeholder-title,.prediction-placeholder-summary{border-radius:var(--radius-full);background:color-mix(in srgb, var(--text-disabled) 18%, var(--bg-subtle))}.prediction-placeholder-meta{width:72px;height:7px;margin-bottom:8px}.prediction-placeholder-title{height:11px;margin-bottom:9px}.prediction-placeholder-title.is-long{width:92%}.prediction-placeholder-title.is-medium{width:76%}.prediction-placeholder-title.is-short{width:61%}.prediction-placeholder-summary{width:48%;height:8px}.prediction-waiting{border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--text-disabled);flex-shrink:0;padding:5px 8px;font-size:11px;font-weight:700}.prediction-loading-state>span{padding:var(--sp-4) 0 2px;color:var(--brand-primary);justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.prediction-state-message{min-height:320px;padding:var(--sp-8) var(--sp-4);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.prediction-state-icon{background:var(--brand-primary-weak);width:54px;height:54px;color:var(--brand-primary);border-radius:18px;place-items:center;margin-bottom:13px;display:grid}.prediction-state-message b{color:var(--text-strong)}.prediction-state-message p{max-width:360px;color:var(--text-weak);margin-top:6px;font-size:13px;line-height:1.6}.prediction-state-message .btn{margin-top:var(--sp-4)}.prediction-state-message.is-error .prediction-state-icon{background:var(--up-weak);color:var(--prediction-up-text)}.prediction-news-results{list-style:none}.prediction-news-results li{border-bottom:1px solid var(--border)}.prediction-news-results li:last-child{border-bottom:none}.prediction-news-item{border-radius:var(--radius-md);width:100%;color:var(--text);text-align:left;align-items:center;gap:13px;padding:16px 8px;transition:background .15s,box-shadow .15s;display:flex}.prediction-news-item:hover{background:var(--bg-subtle)}.prediction-news-item.is-selected{background:var(--brand-primary-weak);box-shadow:inset 3px 0 var(--brand-primary)}.prediction-news-item:focus-visible{outline:2px solid var(--brand-primary);outline-offset:-2px}.prediction-source-mark{background:var(--surface);width:42px;height:42px;color:var(--brand-primary);box-shadow:inset 0 0 0 1px var(--border);border-radius:13px;flex-shrink:0;place-items:center;font-size:14px;font-weight:800;display:grid}.prediction-news-copy{flex-direction:column;flex:1;min-width:0;display:flex}.prediction-news-meta{color:var(--text-weak);align-items:center;gap:7px;font-size:11px;display:flex}.prediction-news-meta b{color:var(--text);font-size:12px}.prediction-news-copy>strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 2px;font-size:14px;display:block;overflow:hidden}.prediction-news-summary{color:var(--text-weak);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.prediction-direction-badge{border-radius:var(--radius-full);flex-shrink:0;align-items:center;gap:4px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.prediction-direction-badge.is-up{background:var(--up-weak);color:var(--prediction-up-text)}.prediction-direction-badge.is-down{background:var(--down-weak);color:var(--prediction-down-text)}.prediction-direction-badge.is-neutral{background:var(--bg-subtle);color:var(--prediction-neutral-text)}.prediction-demo-badge{border-radius:var(--radius-sm);background:color-mix(in srgb, #f59f00 16%, var(--surface));color:var(--prediction-demo-text);letter-spacing:.04em;align-items:center;padding:2px 6px;font-size:10px;font-style:normal;font-weight:900;display:inline-flex}.prediction-result-shell{flex-direction:column;display:flex}.prediction-empty-state{padding:var(--sp-8) 12px;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.prediction-empty-icon{width:64px;height:64px;margin-bottom:var(--sp-4);background:var(--brand-primary-weak);color:var(--brand-primary);border-radius:20px;place-items:center;display:grid}.prediction-empty-state b{color:var(--text-strong)}.prediction-empty-state p{max-width:280px;color:var(--text-weak);margin-top:6px;font-size:13px;line-height:1.6}.prediction-empty-large{min-height:300px}.prediction-direction-preview{padding-top:var(--sp-4);border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.prediction-direction-preview span{border-radius:var(--radius-md);background:var(--bg-subtle);color:var(--text-disabled);justify-content:center;align-items:center;gap:5px;padding:9px 4px;font-size:12px;font-weight:700;display:flex}.prediction-result-content{gap:var(--sp-4);padding-top:var(--sp-5);flex-direction:column;flex:1;display:flex}.prediction-result-direction{border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:10px;padding:16px 18px;display:flex}.prediction-result-direction>span{font-size:12px;font-weight:700}.prediction-result-direction strong{align-items:center;gap:7px;font-size:22px;display:inline-flex}.prediction-result-direction.is-up{background:var(--up-weak);color:var(--prediction-up-text)}.prediction-result-direction.is-down{background:var(--down-weak);color:var(--prediction-down-text)}.prediction-result-direction.is-neutral{background:var(--bg-subtle);color:var(--prediction-neutral-text)}.prediction-result-meta{color:var(--text-weak);flex-wrap:wrap;align-items:center;gap:7px;font-size:11px;display:flex}.prediction-result-meta b{color:var(--text);font-size:12px}.prediction-result-article h4{color:var(--text-strong);margin-top:7px;font-size:17px;line-height:1.45}.prediction-result-article>p{color:var(--text);margin-top:7px;font-size:13px;line-height:1.65}.prediction-original-link,.prediction-original-unavailable{align-items:center;gap:4px;margin-top:9px;font-size:12px;font-weight:700;display:inline-flex}.prediction-original-link{color:var(--brand-primary)}.prediction-original-link:hover{text-decoration:underline}.prediction-original-link:focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px;border-radius:3px}.prediction-original-unavailable{color:var(--text-disabled)}.prediction-analysis-basis{border-radius:var(--radius-md);background:var(--bg-subtle);grid-template-columns:auto 1fr;gap:2px 10px;padding:13px 14px;display:grid}.prediction-analysis-basis>span{color:var(--text-weak);grid-row:1/3;font-size:11px;font-weight:700}.prediction-analysis-basis b{color:var(--text-strong);font-size:12px}.prediction-analysis-basis p{color:var(--text-weak);font-size:11px;line-height:1.5}.prediction-confidence{border:1px solid var(--border);border-radius:var(--radius-md);padding:14px}.prediction-confidence>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.prediction-confidence>div:first-child span{color:var(--text);font-size:12px;font-weight:700}.prediction-confidence em{background:var(--brand-primary-weak);color:var(--brand-primary);border-radius:5px;margin-left:4px;padding:2px 5px;font-size:9px;font-style:normal}.prediction-confidence strong{color:var(--text-strong);font-size:16px}.prediction-confidence-track{border-radius:var(--radius-full);background:var(--bg-subtle);height:7px;margin-top:9px;overflow:hidden}.prediction-confidence-track span{border-radius:inherit;background:var(--brand-primary);height:100%;display:block}.prediction-confidence>p{color:var(--text-weak);margin-top:7px;font-size:10px;line-height:1.5}.prediction-reasons h4{color:var(--text-strong);margin-bottom:9px;font-size:13px}.prediction-reasons ul{flex-direction:column;gap:8px;list-style:none;display:flex}.prediction-reasons li{align-items:flex-start;gap:8px;display:flex}.prediction-reasons li>span{background:var(--brand-primary-weak);width:19px;height:19px;color:var(--brand-primary);border-radius:7px;flex-shrink:0;place-items:center;margin-top:1px;font-size:10px;font-weight:800;display:grid}.prediction-reasons li p{color:var(--text);font-size:12px;line-height:1.55}.prediction-provider-info{grid-template-columns:1fr 1fr;gap:8px;display:grid}.prediction-provider-info div{border-radius:var(--radius-sm);background:var(--bg-subtle);padding:9px 10px}.prediction-provider-info dt{color:var(--text-weak);font-size:9px;font-weight:700}.prediction-provider-info dd{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:11px;font-weight:700;overflow:hidden}.prediction-disclaimer{border-top:1px solid var(--border);color:var(--text-weak);padding-top:12px;font-size:10px;line-height:1.55}.prediction-stock-search{align-items:center;gap:var(--sp-4);margin-bottom:var(--sp-5);grid-template-columns:minmax(260px,1fr) minmax(260px,.8fr) auto;display:grid}.prediction-stock-search-copy{align-items:center;gap:12px;display:flex}.prediction-stock-search-copy b{color:var(--text-strong)}.prediction-stock-search-copy p{color:var(--text-weak);margin-top:2px;font-size:12px}.prediction-stock-icon{background:var(--brand-primary-weak);width:44px;height:44px;color:var(--brand-primary);border-radius:14px;flex-shrink:0;place-items:center;display:grid}.prediction-stock-input{border-radius:var(--radius-md);background:var(--bg-subtle);height:48px;color:var(--text-weak);align-items:center;gap:9px;padding:0 14px;display:flex}.prediction-score-placeholder{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.prediction-score-placeholder>span{color:var(--text-weak);font-size:12px;font-weight:700}.prediction-score-placeholder strong{color:var(--text-disabled);margin:4px 0;font-size:56px;line-height:1}.prediction-score-placeholder p{color:var(--text-weak);font-size:13px}.prediction-scope-note{margin-top:var(--sp-8);padding:var(--sp-5);border-radius:var(--radius-lg);background:var(--brand-primary-weak);color:var(--brand-primary);align-items:flex-start;gap:12px;display:flex}.prediction-scope-note svg{flex-shrink:0;margin-top:1px}.prediction-scope-note b{margin-bottom:3px;display:block}.prediction-scope-note p{color:color-mix(in srgb, var(--brand-primary) 72%, var(--text));font-size:13px}@media (width<=1023px){.prediction-hero{padding:var(--sp-8);grid-template-columns:1fr minmax(250px,.55fr)}.prediction-hero .display{font-size:32px}.prediction-workspace{grid-template-columns:1fr}.prediction-news-feed,.prediction-related-news,.prediction-result-shell{min-height:auto}.prediction-result-shell{min-height:360px}.prediction-stock-search{grid-template-columns:1fr 1fr}.prediction-stock-search-copy{grid-column:1/-1}}@media (width<=767px){.prediction-hero{min-height:auto;padding:var(--sp-6);text-align:left;grid-template-columns:1fr}.prediction-hero .display{font-size:28px}.prediction-orbit{min-height:210px;margin-top:-8px}.prediction-tabs{gap:4px}.prediction-tabs button{gap:8px;min-height:68px;padding:10px}.prediction-tab-icon{width:36px;height:36px}.prediction-tabs b{font-size:13px}.prediction-panel-head{align-items:flex-start}.prediction-panel-head .weak{font-size:13px}.prediction-toolbar{grid-template-columns:1fr}.prediction-search-shell{min-height:48px}.prediction-filter,.prediction-toolbar .btn{min-height:44px}.prediction-news-placeholder{gap:10px}.prediction-source-placeholder{width:36px;height:36px}.prediction-waiting{display:none}.prediction-stock-search{padding:var(--sp-4);grid-template-columns:1fr}.prediction-stock-search-copy{grid-column:auto}.prediction-stock-search .btn{min-height:44px}.prediction-direction-preview{gap:4px}.prediction-news-item{align-items:flex-start;gap:9px;padding:14px 4px}.prediction-source-mark{width:36px;height:36px}.prediction-direction-badge{padding:5px 7px}.prediction-news-summary{-webkit-line-clamp:2}.prediction-result-direction strong{font-size:20px}}@media (prefers-reduced-motion:reduce){.prediction-panel,.prediction-spinner{animation:none}}@keyframes signupFieldIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}@keyframes signupSummaryIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.su-active{animation:.32s cubic-bezier(.2,.7,.2,1) signupFieldIn}.su-summary{animation:.3s ease-out signupSummaryIn}@media (prefers-reduced-motion:reduce){.su-active,.su-summary{animation:none}}
