:root{--bg-top:#edf4ff;--bg-bottom:#f8fbff;--surface:#fff;--surface-soft:#f4f8ff;--text:#111827;--muted:#667085;--line:#e4ebf6;--brand:#3182f6;--brand-strong:#1d6df2;--brand-soft:#eaf2ff;--warning:#d13b2f;--warning-bg:#fff2ee;--up:#e92020;--up-bg:#fff1f0;--up-border:#ffc9c5;--down:#1d6df2;--down-bg:#eef5ff;--down-border:#c4daff;--neutral:#667085;--neutral-bg:#f3f5f8;--neutral-border:#dde2ea;--shadow-card:0 12px 34px rgba(31,61,117,.08);--shadow-elevated:0 20px 44px rgba(31,61,117,.14);--spark-up:#e92020;--spark-down:#1d6df2}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{color:var(--text);font-family:var(--font-body),sans-serif;background:radial-gradient(circle at 0 0,rgba(56,132,255,.16),transparent 40%),radial-gradient(circle at 100% 10%,rgba(56,132,255,.11),transparent 36%),linear-gradient(180deg,var(--bg-top) 0,var(--bg-bottom) 52%,#fff 100%)}a{color:inherit;text-decoration:none}.home-shell{min-height:100vh;display:grid;place-items:center;padding:2.4rem 1.2rem}.home-card{max-width:56rem;width:100%;border:1px solid var(--line);border-radius:32px;background:var(--surface);padding:2.3rem;box-shadow:var(--shadow-elevated);animation:reveal .5s ease both}.eyebrow{margin:0;color:var(--brand-strong);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.home-card h1,.panel-title,.stock-header h1,.tab-button,.toolbar-button{font-family:var(--font-heading),var(--font-body),sans-serif}.home-card h1{margin:.42rem 0 .72rem;font-size:clamp(1.6rem,3.2vw,2.2rem);letter-spacing:-.02em}.subtitle{margin:0;color:var(--muted);line-height:1.64}.search-wrap{position:relative;border:1.5px solid var(--line);border-radius:12px;background:var(--surface);display:flex;align-items:center;transition:border-color .2s,box-shadow .2s,background .2s}.search-wrap:hover{border-color:#b8c6db}.search-wrap--focused{border-color:var(--brand);box-shadow:0 0 0 3px rgba(49,130,246,.1);background:var(--surface)}.search-icon-svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;flex-shrink:0;transition:color .2s}.search-wrap--focused .search-icon-svg{color:var(--brand)}.search-input{width:100%;border:none;border-radius:12px;background:transparent;padding:.7rem 2.4rem;font-size:.88rem;font-family:inherit;color:var(--text);outline:none}.search-input::placeholder{color:var(--muted);font-weight:400}.search-shortcut{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:2px;padding:.15rem .4rem;border-radius:5px;border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);font-size:.68rem;font-family:inherit;line-height:1;pointer-events:none;white-space:nowrap}.search-shortcut span{font-size:.72rem}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:22px;height:22px;border-radius:6px;border:none;background:var(--neutral-bg);color:var(--muted);cursor:pointer;transition:background .15s,color .15s;padding:0}.search-clear:hover{background:var(--line);color:var(--text)}.search-loading-bar{position:absolute;bottom:0;left:10%;right:10%;height:2px;border-radius:1px;background:var(--brand);animation:searchPulse 1s ease-in-out infinite}@keyframes searchPulse{0%,to{opacity:.3;transform:scaleX(.5)}50%{opacity:1;transform:scaleX(1)}}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 12px 40px rgba(31,61,117,.12);max-height:380px;overflow-y:auto;overflow-x:hidden;list-style:none;margin:0;padding:.3rem;scrollbar-width:thin;scrollbar-color:#d0d8e6 transparent}.search-results::-webkit-scrollbar{width:4px}.search-results::-webkit-scrollbar-track{background:transparent}.search-results::-webkit-scrollbar-thumb{background:#d0d8e6;border-radius:4px}.search-results li a{display:flex;justify-content:space-between;align-items:center;padding:.6rem .7rem;border-radius:8px;transition:background-color .12s ease;gap:.6rem}.search-results li a:hover,.search-results li.active a{background:var(--brand-soft)}.search-result-name{font-weight:600;font-size:.85rem;color:var(--text)}.search-result-meta{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.search-result-code{font-size:.75rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.search-result-market{font-size:.65rem;font-weight:600;padding:.15rem .42rem;border-radius:4px;background:var(--brand-soft);color:var(--brand-strong)}.search-empty{padding:1.5rem 1rem;text-align:center;color:var(--muted);font-size:.85rem;display:flex;flex-direction:column;align-items:center;gap:.3rem}.search-empty-icon{font-size:1.4rem;opacity:.5}.section-divider{display:flex;align-items:center;gap:.6rem;margin:1.6rem 0 .9rem;color:var(--muted);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.section-divider:after{content:"";flex:1 1;height:1px;background:var(--line)}.stock-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.65rem;gap:.65rem}.stock-list li a{border:1px solid var(--line);border-radius:14px;padding:.85rem 1rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fff,#f9fbff);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.stock-list li a:hover{transform:translateY(-2px);border-color:#c9daf8;box-shadow:0 10px 20px rgba(58,114,202,.12)}.stock-item-left{display:flex;align-items:center;gap:.7rem}.stock-item-code{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.82rem;color:var(--muted);background:var(--surface-soft);padding:.2rem .5rem;border-radius:6px;border:1px solid var(--line)}.stock-item-name{font-weight:600;font-size:.92rem}.stock-item-arrow{color:#b4c0d3;font-size:1.1rem;transition:transform .2s ease}.stock-list li a:hover .stock-item-arrow{transform:translateX(3px);color:var(--brand)}.dashboard-shell{min-height:100vh;max-width:960px;margin:0 auto;padding:1.6rem 1.2rem 2.4rem;animation:reveal .4s ease both}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;margin-bottom:1.2rem}.dashboard-header-left{flex:1 1;min-width:0}.dashboard-header h1{margin:.3rem 0 0;font-family:var(--font-heading),var(--font-body),sans-serif;font-size:clamp(1.4rem,3vw,1.9rem);letter-spacing:-.02em}.dashboard-header-right{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.dashboard-search{width:280px;flex-shrink:0}.index-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.7rem;gap:.7rem;margin-bottom:1.4rem}.index-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:.75rem 1rem;box-shadow:var(--shadow-card);display:flex;flex-direction:row;align-items:center;gap:.6rem}.index-card-info{display:flex;flex-direction:column;gap:.2rem;flex:1 1;min-width:0}.index-sparkline{flex-shrink:0}.index-name{font-size:.74rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.index-value{font-family:var(--font-heading),var(--font-body),sans-serif;font-size:1.15rem;font-weight:800;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.index-change{font-size:.8rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.index-change.up{color:var(--up)}.index-change.down{color:var(--down)}.index-change.flat{color:var(--neutral)}.dashboard-section{margin-bottom:1.4rem}.dashboard-section-title{margin:0 0 .7rem;font-family:var(--font-heading),var(--font-body),sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.dashboard-loading{display:flex;align-items:center;gap:.5rem;padding:1.5rem;color:var(--muted);font-size:.88rem}.dashboard-empty{padding:2rem 1rem;text-align:center;color:var(--muted);font-size:.88rem;border:1px dashed var(--line);border-radius:16px}.watchlist-chips{display:flex;flex-wrap:wrap;gap:.5rem}.watchlist-chip{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.42rem .75rem;font-size:.82rem;font-weight:600;transition:border-color .2s ease,box-shadow .2s ease}.watchlist-chip:hover{border-color:#c0d0ec;box-shadow:0 4px 12px rgba(57,108,191,.1)}.watchlist-chip-name{font-weight:700;color:var(--text)}.watchlist-chip-price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--muted)}.watchlist-chip-change{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.78rem}.watchlist-chip-change.up{color:var(--up)}.watchlist-chip-change.down{color:var(--down)}.watchlist-chip-change.flat{color:var(--neutral)}.watchlist-chip-remove{background:none;border:none;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1;padding:0 .1rem;transition:color .2s ease}.watchlist-chip-remove:hover{color:var(--warning)}.watchlist-chip.dragging{opacity:.4;transform:scale(.95)}.watchlist-chip.drag-over{border-color:var(--brand);box-shadow:0 0 0 2px rgba(49,130,246,.25)}.event-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.7rem;gap:.7rem}.summary-card{position:relative;border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:.9rem 1rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:.35rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:pointer}.summary-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:#c0d0ec}.summary-card-top{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.summary-card-name{font-weight:700;font-size:.92rem;color:var(--text)}.summary-card-market{font-size:.68rem;font-weight:700;padding:.12rem .4rem;border-radius:4px;background:var(--brand-soft);color:var(--brand-strong);border:1px solid #c8dcff}.summary-card-events{font-size:.78rem;font-weight:600;color:var(--brand-strong)}.summary-card-price-row{display:flex;align-items:baseline;gap:.4rem;margin-top:.15rem}.summary-card-price{font-family:var(--font-heading),var(--font-body),sans-serif;font-size:1.05rem;font-weight:800;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.summary-card-change{font-size:.78rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.summary-card-change.up{color:var(--up)}.summary-card-change.down{color:var(--down)}.summary-card-change.flat{color:var(--neutral)}.watchlist-star{position:absolute;bottom:.55rem;right:.55rem;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--muted);padding:.15rem;line-height:1;transition:color .2s ease,transform .2s ease;opacity:.5}.summary-card:hover .watchlist-star{opacity:1}.watchlist-star:hover{transform:scale(1.2)}.watchlist-star.active{color:#f5a623;opacity:1}.terminal-shell{min-height:100vh;padding:1.3rem 1rem 2rem}.back-link{display:inline-flex;align-items:center;gap:.35rem;margin:0 auto .7rem;max-width:1400px;font-size:.84rem;font-weight:600;color:var(--muted);transition:color .2s ease;width:100%}.back-link:hover{color:var(--brand-strong)}.stock-header{position:relative;z-index:50;margin:0 auto 1rem;max-width:1400px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,#fff,#f8fbff);padding:1.15rem 1.3rem 1.3rem;box-shadow:var(--shadow-card);animation:reveal .4s ease both;overflow:visible}.stock-header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.stock-header-left{flex:1 1;min-width:0}.stock-header h1{margin:.25rem 0 .6rem;font-size:clamp(1.35rem,2.4vw,1.8rem);letter-spacing:-.02em}.stock-name-row{display:flex;align-items:center;gap:.4rem}.stock-name-clickable{cursor:pointer;border-radius:8px;padding:.1rem .3rem;margin:.25rem 0 .6rem;font-size:clamp(1.35rem,2.4vw,1.8rem);letter-spacing:-.02em;transition:background .15s}.stock-name-clickable:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .stock-name-clickable:hover{background:hsla(0,0%,100%,.06)}.stock-name-switch-icon{font-size:.7em;opacity:.4;margin-left:.2rem}.stock-switcher-dropdown{position:relative;z-index:200;max-width:360px;margin-bottom:.5rem}.stock-switcher-dropdown .compact-search{max-width:100%}.stock-badges{display:flex;flex-wrap:wrap;gap:.5rem}.stock-badge{display:inline-flex;align-items:center;padding:.38rem .72rem;border-radius:999px;border:1px solid #dce6f9;background:#fff;color:#40506a;font-size:.79rem;font-weight:600}.stock-badge.primary{border-color:#b8d2ff;background:var(--brand-soft);color:var(--brand-strong)}.watchlist-star-inline{display:inline-block;background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--muted);padding:0 .3rem;vertical-align:middle;transition:color .2s ease,transform .2s ease}.watchlist-star-inline:hover{transform:scale(1.2)}.watchlist-star-inline.active{color:#f5a623}.stock-meta{color:var(--muted);font-size:.9rem}.price-summary{display:flex;flex-direction:column;gap:.55rem;padding:.85rem 1.1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface);flex-shrink:0}.price-main-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.price-current{font-family:var(--font-heading),var(--font-body),sans-serif;font-size:1.65rem;font-weight:800;letter-spacing:-.02em;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.price-current.flash-up{animation:text-flash-up .6s ease}.price-current.flash-down{animation:text-flash-down .6s ease}@keyframes text-flash-up{0%,20%{color:#f33}to{color:var(--text)}}@keyframes text-flash-down{0%,20%{color:#2864ff}to{color:var(--text)}}.price-unit{font-size:.82rem;font-weight:600;color:var(--muted);margin-left:-.2rem}.price-change{display:inline-flex;align-items:center;gap:.25rem;font-size:.88rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding:.28rem .6rem;border-radius:8px}.price-change.flash-up{animation:badge-flash-up .6s ease}.price-change.flash-down{animation:badge-flash-down .6s ease}@keyframes badge-flash-up{0%,20%{color:#fff;background:#f33}}@keyframes badge-flash-down{0%,20%{color:#fff;background:#2864ff}}.price-change.up{color:var(--up);background:var(--up-bg)}.price-change.down{color:var(--down);background:var(--down-bg)}.price-change.flat{color:var(--neutral);background:var(--neutral-bg)}.price-range{display:flex;gap:.8rem;font-size:.78rem;color:var(--muted);padding-top:.5rem;border-top:1px solid var(--line)}.price-range-item{display:flex;align-items:center;gap:.25rem}.price-range-label{font-weight:500}.price-range-value{font-weight:700;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.terminal-grid{margin:0 auto;max-width:1400px;display:grid;grid-template-columns:minmax(0,1.85fr) minmax(310px,1fr);grid-gap:1rem;gap:1rem}.chart-card,.side-card{border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:1rem;box-shadow:var(--shadow-card);animation:reveal .5s ease both}.side-card{position:-webkit-sticky;position:sticky;top:1rem;align-self:start;max-height:calc(100vh - 2rem);overflow-y:auto}.side-card::-webkit-scrollbar{width:4px}.side-card::-webkit-scrollbar-track{background:transparent}.side-card::-webkit-scrollbar-thumb{background:#d0d8e6;border-radius:4px}.chart-card{position:relative}.chart-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:var(--muted);font-size:.85rem;font-weight:600}.chart-toolbars{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.85rem}.chart-toolbar,.tab-toolbar,.tf-toolbar{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding:.3rem;border-radius:999px;border:1px solid var(--line);background:var(--surface-soft)}.tab-toolbar{margin-bottom:.85rem}.tab-button,.toolbar-button{border:1px solid transparent;border-radius:999px;background:transparent;color:#60708a;padding:.44rem .92rem;font-size:.82rem;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.tab-button.active,.toolbar-button.active{background:#fff;border-color:#cfdcf5;color:var(--brand-strong);box-shadow:0 4px 10px rgba(57,107,190,.16)}.chart-wrap{width:100%;height:440px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.panel-title{margin:0 0 .68rem;font-size:1.08rem;letter-spacing:-.01em}.filter-bar{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.7rem}.filter-chip{border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:.3rem .68rem;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-chip:hover{border-color:#c0d0ec;color:var(--text)}.filter-chip.active{background:var(--brand-soft);border-color:#b0cbff;color:var(--brand-strong)}.filter-chip.sort-toggle{margin-left:auto}.timeline-list{list-style:none;margin:0;display:grid;grid-gap:.52rem;gap:.52rem;max-height:400px;overflow-y:auto;overflow-x:hidden;padding:0 .2rem 0 0}.timeline-list::-webkit-scrollbar{width:4px}.timeline-list::-webkit-scrollbar-track{background:transparent}.timeline-list::-webkit-scrollbar-thumb{background:#d0d8e6;border-radius:4px}.event-button{width:100%;text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;padding:.72rem .78rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;overflow:hidden;min-width:0}.event-button:hover{border-color:#c8d8f7;transform:translateY(-1px)}.event-button.active{border-color:#b9d0ff;background:linear-gradient(180deg,#fff,#f2f7ff);box-shadow:0 7px 18px rgba(57,108,191,.16)}.event-title-row{margin:0;display:flex;align-items:flex-start;gap:.5rem;min-width:0}.event-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .5rem;font-size:.71rem;font-weight:700;color:#4b5565;background:#ecf2ff;border:1px solid #d9e5fb;flex-shrink:0}.event-chip.filing{color:#1d4ed8;background:#e8f1ff;border-color:#cfe0ff}.event-chip.insider{color:#0369a1;background:#e6f7ff;border-color:#c9ecff}.event-chip.major{color:#3f43a8;background:#eef0ff;border-color:#d9dcff}.event-chip.news{color:#08786d;background:#e8faf5;border-color:#c8eee2}.event-title{margin:0;font-size:.86rem;font-weight:700;color:#1b2433;word-break:break-word}.insider-trade-meta{display:flex;align-items:center;gap:.35rem;margin-top:.3rem}.insider-meta-tag{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.insider-meta-tag.price{background:#eef3ff;color:#3b6fd4;border:1px solid #d4e2ff}.insider-meta-tag.amount{background:#f0faf0;color:#2d8a4e;border:1px solid #c8ecd0}.event-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:.38rem}.event-date{display:inline-block;color:var(--muted);font-size:.78rem}.impact-badge{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;padding:.16rem .44rem;border-radius:6px}.impact-badge.up{color:var(--up);background:var(--up-bg);border:1px solid var(--up-border)}.impact-badge.down{color:var(--down);background:var(--down-bg);border:1px solid var(--down-border)}.impact-badge.neutral{color:var(--neutral);background:var(--neutral-bg);border:1px solid var(--neutral-border)}.event-details{margin-top:.82rem;border:1px solid #d9e4f9;border-radius:14px;padding:.8rem;background:#f7faff;animation:reveal .25s ease both}.event-details p{margin:.4rem 0;font-size:.85rem;line-height:1.58;color:#263041}.event-empty{padding:2rem 1rem;text-align:center;color:var(--muted);font-size:.88rem}.drill-back-btn{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--brand-strong);font-size:.82rem;font-weight:700;cursor:pointer;padding:.3rem 0;margin-bottom:.6rem;transition:color .2s ease}.drill-back-btn:hover{color:var(--brand)}.event-detail-view{animation:reveal .25s ease both}.event-detail-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--text);line-height:1.4}.event-detail-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.7rem}.event-detail-body{border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);padding:.75rem;margin-bottom:.7rem}.event-detail-body p{margin:.3rem 0;font-size:.85rem;line-height:1.6;color:var(--text)}.event-detail-actions{display:flex;align-items:center;gap:.5rem}.drill-source-btn{border:1px solid var(--brand);border-radius:10px;background:var(--brand-soft);color:var(--brand-strong);padding:.45rem .9rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease}.drill-source-btn:hover{background:var(--brand);color:#fff}.filing-source-view{animation:reveal .25s ease both}.filing-source-title{margin:0 0 .3rem;font-size:1rem;font-weight:700;color:var(--text)}.filing-source-date{margin:0 0 .6rem;font-size:.8rem;color:var(--muted)}.filing-source-summary{padding:.6rem .75rem;background:var(--surface-soft);font-size:.85rem;margin-bottom:.6rem;line-height:1.6}.filing-source-summary,.filing-source-text{border:1px solid var(--line);border-radius:10px}.filing-source-text{font-size:.82rem;line-height:1.7;color:var(--text);white-space:pre-wrap;word-break:break-all;max-height:400px;overflow-y:auto;padding:.7rem;background:var(--surface)}.filing-source-text::-webkit-scrollbar{width:4px}.filing-source-text::-webkit-scrollbar-thumb{background:#d0d8e6;border-radius:4px}.filing-source-truncated{margin-top:.5rem;color:var(--muted);font-size:.8rem}.filing-source-truncated a{color:var(--brand-strong)}.report-box{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.84rem;max-height:520px;overflow:auto}.report-box::-webkit-scrollbar{width:4px}.report-box::-webkit-scrollbar-track{background:transparent}.report-box::-webkit-scrollbar-thumb{background:#d0d8e6;border-radius:4px}.report-heading{margin:.6rem 0 .35rem;font-family:var(--font-heading),var(--font-body),sans-serif;font-size:1.05rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.report-heading:first-child{margin-top:0}.report-subheading{margin:.55rem 0 .3rem;font-size:.92rem;font-weight:700;color:#2d3a4f}.report-text{margin:.35rem 0;line-height:1.65;font-size:.85rem;color:#263041}.report-bullet-list{margin:.3rem 0 .5rem;padding-left:1.2rem;list-style:disc}.report-bullet-list li{margin-bottom:.25rem;font-size:.85rem;line-height:1.58;color:#263041}.report-divider{border:none;border-top:1px solid var(--line);margin:.7rem 0}.report-box p{margin:.48rem 0;line-height:1.6;font-size:.85rem}.report-subtitle{margin-top:.86rem;font-weight:700;color:#2d3a4f}.evidence-section{margin-top:.7rem;padding-top:.6rem;border-top:1px solid var(--line)}.evidence-title{font-size:.82rem;font-weight:700;color:#2d3a4f;margin-bottom:.4rem}.evidence-list{margin:.3rem 0 0;padding-left:1rem;list-style:none}.evidence-list li{margin-bottom:.4rem;font-size:.82rem;color:#32435d;position:relative;padding-left:.6rem}.evidence-list li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--brand)}.evidence-list a{color:var(--brand-strong);text-decoration:underline;text-underline-offset:.15em;-webkit-text-decoration-color:#b0cbff;text-decoration-color:#b0cbff;transition:-webkit-text-decoration-color .2s ease;transition:text-decoration-color .2s ease;transition:text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.evidence-list a:hover{-webkit-text-decoration-color:var(--brand-strong);text-decoration-color:var(--brand-strong)}.report-section{border:1px solid var(--line);border-radius:14px;padding:.75rem .85rem;margin-bottom:.6rem;background:var(--surface)}.report-section--facts{border-left:3px solid var(--brand);background:linear-gradient(135deg,var(--surface) 0,var(--brand-soft) 100%)}.report-section--interpretation{border-left:3px solid #f5a623;background:linear-gradient(135deg,var(--surface) 0,#fef9ee 100%)}.report-section--checklist{border-left:3px solid #00c853;background:linear-gradient(135deg,var(--surface) 0,#f0faf4 100%)}.report-section-title{margin:0 0 .4rem;font-size:.92rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.35rem}.report-section-icon{font-size:1rem}.report-section .report-bullet-list{margin:.2rem 0 0}.report-section .report-text{margin:.2rem 0}.report-footer{margin-top:.8rem;padding-top:.5rem;border-top:1px solid var(--line);color:var(--muted);font-size:.77rem}.report-disclaimer{margin-top:.4rem;padding:.5rem .65rem;border-radius:8px;background:#fef9ee;border:1px solid #f0e3c0;font-size:.74rem;color:#8a6d2b;line-height:1.5}.error-banner{color:var(--warning);background:var(--warning-bg);border:1px solid #ffd0c8;border-radius:14px;padding:.75rem;margin-top:.8rem;font-size:.82rem;font-weight:600}@keyframes reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.loading-spinner{width:16px;height:16px;border:2px solid var(--line);border-top-color:var(--brand);animation:spin .6s linear infinite}.loading-spinner,.realtime-dot{display:inline-block;border-radius:50%}.realtime-dot{width:8px;height:8px;background:#d0d0d0;margin-left:.5rem;vertical-align:middle}.realtime-dot.live{background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(34,197,94,.5)}50%{opacity:.7;box-shadow:0 0 0 4px rgba(34,197,94,0)}}.disclosure-list{display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden}.disclosure-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;background:var(--surface);text-decoration:none;color:inherit;cursor:pointer;transition:background .15s ease;animation:disclosure-fadein .4s ease-out}@keyframes disclosure-fadein{0%{background:#e8f1ff;opacity:.7}to{background:var(--surface);opacity:1}}.disclosure-item:hover{background:#f4f8ff}.disclosure-time{flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:3rem}.disclosure-company{flex-shrink:0;font-weight:700;color:var(--brand);max-width:8rem}.disclosure-company,.disclosure-title{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disclosure-title{color:var(--text);min-width:0}.disclosure-badge{flex-shrink:0;font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:3px;line-height:1.4}.disclosure-badge-insider{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.disclosure-badge-major{background:#fff7ed;color:#ea580c;border:1px solid #fdba74}[data-theme=dark] .disclosure-badge-insider{background:rgba(220,38,38,.2);color:#fca5a5;border-color:rgba(220,38,38,.4)}[data-theme=dark] .disclosure-badge-major{background:rgba(234,88,12,.2);color:#fdba74;border-color:rgba(234,88,12,.4)}.news-list{display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden}.news-item{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .8rem;background:var(--surface);text-decoration:none;color:var(--text);transition:background .15s ease}.news-item:hover{background:#f4f8ff}.news-title{flex:1 1;font-size:.82rem;font-weight:500;min-width:0;word-break:break-word}.news-office{flex-shrink:0;font-size:.7rem;font-weight:600;color:var(--muted);background:var(--surface-soft);padding:.15rem .45rem;border-radius:4px}.news-external-icon{flex-shrink:0;font-size:.75rem;color:var(--muted);opacity:.5}.section-toggle-btn{display:block;width:100%;margin-top:.5rem;padding:.5rem;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);color:var(--muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.section-toggle-btn:hover{background:#e8f1ff;color:var(--brand)}.home-feature-link{display:flex;align-items:center;gap:.8rem;margin-top:1.4rem;padding:1rem 1.1rem;border:1.5px solid var(--brand);border-radius:16px;background:linear-gradient(135deg,#f0f6ff,#e8f1ff);transition:transform .2s ease,box-shadow .2s ease}.home-feature-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(49,130,246,.18)}.home-feature-icon{font-size:1.6rem;flex-shrink:0}.home-feature-text{display:flex;flex-direction:column;gap:.15rem;flex:1 1}.home-feature-text strong{font-size:.95rem;color:var(--brand-strong)}.home-feature-text span:last-child{font-size:.78rem;color:var(--muted)}.insiders-shell{min-height:100vh;padding:1.3rem 1.2rem 2rem;max-width:1600px;margin:0 auto}.insiders-header{margin-bottom:1rem;animation:reveal .4s ease both}.insiders-header-left{max-width:800px}.insiders-title{margin:.3rem 0 .5rem;font-family:var(--font-heading),var(--font-body),sans-serif;font-size:clamp(1.4rem,2.8vw,2rem);letter-spacing:-.02em}.insider-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.8rem;margin-bottom:.8rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card);animation:reveal .45s ease both}.insider-filter-group{display:flex;align-items:center;gap:.35rem}.insider-filter-label{font-size:.78rem;font-weight:700;color:var(--muted);white-space:nowrap}.insider-filter-input{border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:.45rem .6rem;font-size:.82rem;font-family:inherit;color:var(--text);outline:none;transition:border-color .2s ease}.insider-filter-input:focus{border-color:var(--brand)}.insider-filter-input.search{width:200px}.insider-filter-sep{color:var(--muted);font-size:.8rem}.insider-filter-summary{margin-left:auto;font-size:.82rem;color:var(--muted)}.insider-table-wrap{border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card);overflow-x:auto;animation:reveal .5s ease both}.insider-table{width:100%;border-collapse:collapse;font-size:.84rem;white-space:nowrap}.insider-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:2}.insider-table th{padding:.7rem .75rem;text-align:left;font-size:.76rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;background:var(--surface-soft);border-bottom:1.5px solid var(--line);-webkit-user-select:none;-moz-user-select:none;user-select:none}.insider-table th:first-child{border-top-left-radius:18px}.insider-table th:last-child{border-top-right-radius:18px}.insider-table th.sortable{cursor:pointer;transition:color .2s ease}.insider-table th.sortable:hover{color:var(--brand-strong)}.insider-table td.num,.insider-table th.num{text-align:right}.insider-table td{padding:.6rem .75rem;border-bottom:1px solid var(--line);color:var(--text)}.insider-table tbody tr:hover{background:#f8fafe}.insider-table tbody tr:last-child td{border-bottom:none}.insider-table tbody tr:last-child td:first-child{border-bottom-left-radius:18px}.insider-table tbody tr:last-child td:last-child{border-bottom-right-radius:18px}.insider-table td.mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.82rem;color:var(--muted)}.insider-table td.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.insider-table .name-cell{font-weight:600}.insider-company-link{color:var(--brand-strong);font-weight:600;text-decoration:none;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}.insider-company-link:hover{text-decoration:underline}.market-mini-badge{font-size:.68rem;font-weight:700;padding:.12rem .38rem;border-radius:4px;background:var(--surface-soft);color:var(--muted);border:1px solid var(--line)}.txn-badge{display:inline-flex;align-items:center;padding:.18rem .5rem;border-radius:6px;font-size:.76rem;font-weight:700}.txn-badge.buy{color:var(--up);background:var(--up-bg);border:1px solid var(--up-border)}.txn-badge.sell{color:var(--down);background:var(--down-bg);border:1px solid var(--down-border)}.dart-link{font-size:.76rem;font-weight:700;color:var(--brand-strong);padding:.15rem .4rem;border-radius:4px;background:var(--brand-soft);border:1px solid #c4daff;text-decoration:none;transition:background-color .2s ease}.dart-link:hover{background:#d8e8ff}.live-badge{display:inline-flex;align-items:center;gap:.3rem;margin-left:.6rem;font-size:.7rem;font-weight:700;color:var(--muted);letter-spacing:.04em}.live-badge.connected{color:#00c853}.live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--muted)}.live-badge.connected .live-dot{background:#00c853;box-shadow:0 0 4px rgba(0,200,83,.5);animation:live-pulse 2s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.4}}.price-estimate-badge{display:inline-block;font-size:.65rem;color:var(--muted);margin-left:.2rem;vertical-align:baseline;opacity:.7}.insider-table-empty{padding:3rem 1rem!important;text-align:center;color:var(--muted);font-size:.9rem}.insider-table-hint{display:block;margin-top:.4rem;font-size:.78rem;color:#9aa5b8}.insider-pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:.8rem;padding:.6rem}.pagination-btn{border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--brand-strong);padding:.45rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:var(--brand-soft);border-color:#b0cbff}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.82rem;font-weight:600;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-theme=dark]{--bg-top:#0d1117;--bg-bottom:#0d1117;--surface:#161b22;--surface-soft:#1c2128;--text:#e6edf3;--muted:#8b949e;--line:#30363d;--brand:#58a6ff;--brand-strong:#79c0ff;--brand-soft:#1a2332;--warning:#f85149;--warning-bg:#2d1b1b;--shadow-card:0 8px 24px rgba(0,0,0,.3);--shadow-elevated:0 16px 36px rgba(0,0,0,.4);--up:#f85149;--up-bg:#2d1b1b;--up-border:#5a2020;--down:#58a6ff;--down-bg:#1a2332;--down-border:#1f3a5f;--neutral:#8b949e;--neutral-bg:#1c2128;--neutral-border:#30363d;--spark-up:#f85149;--spark-down:#58a6ff}[data-theme=dark] body{background:radial-gradient(circle at 0 0,rgba(56,132,255,.08),transparent 40%),radial-gradient(circle at 100% 10%,rgba(56,132,255,.06),transparent 36%),linear-gradient(180deg,#0d1117,#0d1117)}[data-theme=dark] .stock-list li a{background:linear-gradient(135deg,#161b22,#1c2128)}[data-theme=dark] .stock-list li a:hover{border-color:#30363d;box-shadow:0 10px 20px rgba(0,0,0,.3)}[data-theme=dark] .stock-header{background:linear-gradient(180deg,#161b22,#1c2128)}[data-theme=dark] .event-button{background:#161b22}[data-theme=dark] .event-button:hover{border-color:#30363d}[data-theme=dark] .event-button.active{border-color:#1f3a5f;background:linear-gradient(180deg,#161b22,#1a2332);box-shadow:0 7px 18px rgba(0,0,0,.3)}[data-theme=dark] .event-details{border-color:#30363d;background:#1c2128}[data-theme=dark] .event-details p{color:#c9d1d9}[data-theme=dark] .event-title{color:#e6edf3}[data-theme=dark] .event-chip{color:#8b949e;background:#1c2128;border-color:#30363d}[data-theme=dark] .event-chip.filing{color:#58a6ff;background:#1a2332;border-color:#1f3a5f}[data-theme=dark] .event-chip.insider{color:#56d4dd;background:#12262e;border-color:#1b3a42}[data-theme=dark] .event-chip.major{color:#a5a8ff;background:#1c1e3a;border-color:#2d2f5a}[data-theme=dark] .event-chip.news{color:#3fb98c;background:#122a22;border-color:#1b3d32}[data-theme=dark] .insider-meta-tag.price{background:#152040;color:#6ea8fe;border-color:#1f3a5f}[data-theme=dark] .insider-meta-tag.amount{background:#0f2818;color:#56d375;border-color:#1b3d2a}[data-theme=dark] .price-current.flash-up{animation:text-flash-up-dark .6s ease}[data-theme=dark] .price-current.flash-down{animation:text-flash-down-dark .6s ease}@keyframes text-flash-up-dark{0%,20%{color:#f55}to{color:#e6edf3}}@keyframes text-flash-down-dark{0%,20%{color:#58a6ff}to{color:#e6edf3}}[data-theme=dark] .report-box{background:#161b22}[data-theme=dark] .report-box::-webkit-scrollbar-thumb{background:#30363d}[data-theme=dark] .evidence-title,[data-theme=dark] .report-subheading,[data-theme=dark] .report-subtitle{color:#c9d1d9}[data-theme=dark] .evidence-list li,[data-theme=dark] .report-box p,[data-theme=dark] .report-bullet-list li,[data-theme=dark] .report-text{color:#b1bac4}[data-theme=dark] .report-disclaimer{background:#2d2a1b;border-color:#4d4422;color:#c9a93e}[data-theme=dark] .chart-wrap{background:#0d1117}[data-theme=dark] .tab-button,[data-theme=dark] .toolbar-button{color:#8b949e}[data-theme=dark] .tab-button.active,[data-theme=dark] .toolbar-button.active{background:#1c2128;border-color:#30363d;color:#79c0ff;box-shadow:0 4px 10px rgba(0,0,0,.3)}[data-theme=dark] .insider-table tbody tr:hover{background:#1c2128}[data-theme=dark] .stock-badge{border-color:#30363d;background:#1c2128;color:#8b949e}[data-theme=dark] .stock-badge.primary{border-color:#1f3a5f;background:#1a2332;color:#79c0ff}[data-theme=dark] .search-wrap{background:#161b22;border-color:#30363d}[data-theme=dark] .search-wrap:hover{border-color:#484f58}[data-theme=dark] .search-wrap--focused{border-color:#58a6ff;box-shadow:0 0 0 3px rgba(88,166,255,.12);background:#0d1117}[data-theme=dark] .search-icon-svg{color:#484f58}[data-theme=dark] .search-wrap--focused .search-icon-svg{color:#58a6ff}[data-theme=dark] .search-input{color:#e6edf3}[data-theme=dark] .insider-table-hint,[data-theme=dark] .search-input::placeholder{color:#484f58}[data-theme=dark] .search-shortcut{background:#21262d;border-color:#30363d;color:#484f58}[data-theme=dark] .search-clear{background:#21262d;color:#8b949e}[data-theme=dark] .search-clear:hover{background:#30363d;color:#e6edf3}[data-theme=dark] .search-results{background:#161b22;border-color:#30363d;box-shadow:0 12px 40px rgba(0,0,0,.4)}[data-theme=dark] .search-results::-webkit-scrollbar-thumb{background:#30363d}[data-theme=dark] .search-results li a:hover,[data-theme=dark] .search-results li.active a{background:#1a2332}[data-theme=dark] .search-result-name{color:#e6edf3}[data-theme=dark] .search-result-code{color:#8b949e}[data-theme=dark] .search-result-market{background:#1a2332;color:#58a6ff}[data-theme=dark] .search-empty{color:#484f58}[data-theme=dark] .search-loading-bar{background:#58a6ff}[data-theme=dark] .stock-item-arrow{color:#484f58}[data-theme=dark] .timeline-list::-webkit-scrollbar-thumb{background:#30363d}[data-theme=dark] .disclosure-item:hover,[data-theme=dark] .news-item:hover{background:#1a2332}[data-theme=dark] .section-toggle-btn{background:#161b22;border-color:#30363d;color:#8b949e}[data-theme=dark] .section-toggle-btn:hover{background:#1a2332;color:#58a6ff}[data-theme=dark] .home-feature-link{background:linear-gradient(135deg,#1a2332,#161b22);border-color:#58a6ff}[data-theme=dark] .error-banner{border-color:#5a2020}[data-theme=dark] .dart-link{border-color:#1f3a5f}[data-theme=dark] .dart-link:hover{background:#1a2332}[data-theme=dark] .evidence-list a{-webkit-text-decoration-color:#1f3a5f;text-decoration-color:#1f3a5f}[data-theme=dark] .filter-chip.active{border-color:#1f3a5f}[data-theme=dark] .summary-card{background:#161b22}[data-theme=dark] .summary-card:hover{border-color:#30363d}[data-theme=dark] .summary-card-market{border-color:#1f3a5f}[data-theme=dark] .index-card,[data-theme=dark] .watchlist-chip{background:#161b22}[data-theme=dark] .watchlist-chip:hover{border-color:#30363d}[data-theme=dark] .watchlist-star,[data-theme=dark] .watchlist-star-inline{color:#484f58}[data-theme=dark] .watchlist-star-inline.active,[data-theme=dark] .watchlist-star.active{color:#f5a623}[data-theme=dark] .filing-source-text::-webkit-scrollbar-thumb,[data-theme=dark] .search-results::-webkit-scrollbar-thumb,[data-theme=dark] .side-card::-webkit-scrollbar-thumb{background:#30363d}[data-theme=dark] .search-results{scrollbar-color:#30363d transparent}[data-theme=dark] .event-detail-body{border-color:#30363d;background:#1c2128}[data-theme=dark] .filing-source-text{background:#0d1117;border-color:#30363d}[data-theme=dark] .drill-source-btn{border-color:#58a6ff;background:#1a2332;color:#79c0ff}[data-theme=dark] .drill-source-btn:hover{background:#58a6ff;color:#0d1117}[data-theme=dark] .report-section{background:#161b22}[data-theme=dark] .report-section--facts{background:linear-gradient(135deg,#161b22,#1a2332)}[data-theme=dark] .report-section--interpretation{border-left-color:#f5a623;background:linear-gradient(135deg,#161b22,#2d2a1b)}[data-theme=dark] .report-section--checklist{border-left-color:#00c853;background:linear-gradient(135deg,#161b22,#122a1e)}.theme-toggle{position:fixed;bottom:76px;right:20px;z-index:100;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--text);font-size:1.1rem;cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow-card);transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.theme-toggle:hover{transform:scale(1.1);border-color:var(--brand)}@media (max-width:1060px){.terminal-grid{grid-template-columns:1fr}.chart-wrap{height:360px}.price-summary{width:100%;margin-top:.6rem}.stock-header-top{flex-direction:column}}@media (max-width:720px){.dashboard-shell{padding:1rem .7rem 2rem}.dashboard-header{flex-direction:column;gap:.8rem}.dashboard-header h1{font-size:1.3rem}.dashboard-header-right{width:100%;gap:.6rem}.dashboard-header-right .dashboard-search{flex:1 1;width:auto;min-width:0}.stock-nav-bar{gap:.5rem}.stock-nav-bar .back-link{font-size:.78rem;margin:0;width:auto;padding:0}.nav-login-btn{font-size:.75rem;padding:.3rem .7rem}.user-menu{font-size:.75rem;gap:.35rem}.user-menu-logout{font-size:.7rem;padding:.18rem .45rem}.index-bar{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.45rem;margin-bottom:1rem}.index-card{padding:.5rem .65rem;border-radius:12px;gap:.3rem}.index-value{font-size:.95rem}.index-change{font-size:.7rem}.index-sparkline{width:60px;height:38px}.event-cards-grid{grid-template-columns:1fr 1fr;gap:.5rem}.summary-card{padding:.7rem .8rem;border-radius:14px}.home-card{padding:1.5rem;border-radius:24px}.stock-header{border-radius:16px;padding:.9rem 1rem}.chart-card,.side-card{border-radius:14px;padding:.7rem}.chart-wrap{height:280px}.price-summary{flex-direction:column;align-items:flex-start;gap:.3rem}.price-range{margin-left:0}.terminal-shell{padding:.6rem .5rem 1.5rem}.disclosure-item{padding:.5rem .6rem;gap:.35rem}.disclosure-time{font-size:.68rem;min-width:2.5rem}.disclosure-company{font-size:.72rem;max-width:5rem}.disclosure-title{font-size:.72rem}.news-item{padding:.5rem .6rem;gap:.4rem}.news-title{font-size:.75rem}.popular-section{border-radius:14px;padding:.7rem}.popular-tabs{gap:0}.popular-tab{font-size:.72rem;padding:.4rem .5rem}.popular-item{padding:.35rem .3rem;gap:.4rem}.popular-item,.popular-name-text{font-size:.75rem}.popular-price{font-size:.72rem}.popular-change{font-size:.7rem;min-width:3.2rem}.popular-volume{display:none}.insiders-shell{padding:.8rem .5rem 1.5rem}.insider-filters{flex-direction:column;align-items:stretch;gap:.5rem;padding:.7rem;border-radius:14px}.insider-filter-input.search{width:100%}.insider-filter-summary{margin-left:0}.insider-table-wrap{border-radius:14px}.insider-table{font-size:.75rem}.insider-table td,.insider-table th{padding:.5rem .4rem}.stock-detail-wrap{gap:.5rem}.detail-card{border-radius:14px;padding:.7rem .8rem}.detail-info-grid{grid-template-columns:1fr;column-gap:0}.detail-info-row{font-size:.75rem;padding:.35rem 0}.detail-table{font-size:.7rem}.detail-table td,.detail-table th{padding:.3rem .4rem}.chart-toolbars{gap:.3rem}.tab-button,.toolbar-button{padding:.35rem .6rem;font-size:.72rem}.watchlist-chip{padding:.35rem .6rem;font-size:.75rem}.home-feature-link{padding:.8rem;border-radius:12px;gap:.6rem}.home-feature-text strong{font-size:.85rem}.home-feature-text span:last-child{font-size:.72rem}.popular-sidebar-card{padding:.4rem .55rem;min-width:85px;font-size:.7rem}.discussion-section-standalone{border-radius:14px}}@media (max-width:480px){.dashboard-shell{padding:.8rem .5rem 1.5rem}.dashboard-header h1{font-size:1.15rem}.eyebrow{font-size:.68rem}.dashboard-section-title{font-size:.92rem}.index-bar{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.35rem}.index-card{padding:.4rem .5rem;border-radius:10px}.index-name{font-size:.65rem}.index-value{font-size:.85rem}.index-change{font-size:.65rem}.index-sparkline{width:50px;height:30px}.event-cards-grid{grid-template-columns:1fr;gap:.4rem}.summary-card{padding:.6rem .7rem;border-radius:12px}.summary-card-name{font-size:.82rem}.chart-wrap{height:240px}.stock-header{padding:.7rem .8rem;border-radius:14px}.stock-header h1,.stock-name-clickable{font-size:1.2rem!important}.stock-badges{gap:.3rem}.stock-badge{font-size:.7rem;padding:.25rem .5rem}.price-now{font-size:1.6rem}.price-change{font-size:.78rem}.price-range{flex-wrap:wrap;gap:.4rem .6rem;font-size:.7rem}.popular-tab{font-size:.68rem;padding:.35rem}.popular-item{padding:.3rem .2rem;gap:.3rem}.popular-rank{width:1.2rem;height:1.2rem;font-size:.62rem}.popular-name-text{font-size:.72rem}.popular-code{font-size:.62rem}.popular-price{font-size:.68rem}.popular-change{min-width:2.8rem}.popular-change,.popular-filter-toggle-label{font-size:.65rem}.terminal-shell{padding:.5rem .4rem 1.2rem}.chart-card,.side-card{border-radius:12px;padding:.5rem}.filter-bar{gap:.25rem}.filter-chip{padding:.25rem .5rem;font-size:.68rem}.event-button{padding:.55rem .6rem;border-radius:10px}.event-title{font-size:.78rem}.event-chip{font-size:.65rem;padding:.15rem .4rem}.stock-detail-wrap{gap:.4rem}.detail-card{border-radius:12px;padding:.6rem .5rem}.detail-card-title{font-size:.85rem}.detail-info-row{font-size:.7rem;padding:.3rem 0}.detail-table{font-size:.65rem}.detail-table td,.detail-table th{padding:.25rem .3rem}.financial-table td.financial-row-header,.financial-table th.financial-row-header{min-width:60px;font-size:.63rem}.insiders-title{font-size:1.2rem}.insider-filter-group{flex-wrap:wrap}.insider-table td,.insider-table th{padding:.4rem .3rem;font-size:.7rem}}.stock-nav-bar{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.stock-nav-bar .back-link{white-space:nowrap;width:auto;padding:0;margin:0}.nav-bar-right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.nav-login-btn{background:var(--brand,#3182f6);color:#fff;border:none;border-radius:6px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .15s}.nav-login-btn:hover{opacity:.85}.user-menu{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.user-menu-name{font-weight:600;color:var(--brand,#3182f6)}.user-menu-logout{background:none;border:1px solid rgba(0,0,0,.15);border-radius:5px;padding:.2rem .6rem;font-size:.75rem;cursor:pointer;color:inherit;transition:background .15s}.user-menu-logout:hover{background:rgba(0,0,0,.05)}.compact-search{position:relative;flex:1 1;max-width:360px;min-width:160px;display:flex;align-items:center;border:1.5px solid var(--line);border-radius:10px;background:var(--surface);transition:border-color .2s,box-shadow .2s}.compact-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(49,130,246,.1)}.compact-search-icon-svg{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;transition:color .2s}.compact-search:focus-within .compact-search-icon-svg{color:var(--brand)}.compact-search-input{width:100%;padding:.45rem 1.8rem .45rem 2rem;border:none;border-radius:10px;font-size:.82rem;font-family:inherit;background:transparent;color:var(--text);outline:none}.compact-search-input::placeholder{color:var(--muted)}.compact-search-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:20px;height:20px;border-radius:5px;border:none;background:var(--neutral-bg);color:var(--muted);cursor:pointer;transition:background .15s,color .15s;padding:0}.compact-search-clear:hover{background:var(--line);color:var(--text)}.compact-search-loading{position:absolute;bottom:0;left:10%;right:10%;height:2px;border-radius:1px;background:var(--brand);animation:searchPulse 1s ease-in-out infinite}.compact-search-results{position:absolute;top:calc(100% + 5px);left:0;right:0;background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 32px rgba(31,61,117,.12);max-height:340px;overflow-y:auto;z-index:100;list-style:none;padding:.3rem;margin:0;scrollbar-width:thin;scrollbar-color:#d0d8e6 transparent}.compact-search-results::-webkit-scrollbar{width:4px}.compact-search-results::-webkit-scrollbar-track{background:transparent}.compact-search-results::-webkit-scrollbar-thumb{background:#d0d8e6;border-radius:2px}.compact-search-section-label{font-size:.68rem;color:var(--muted);padding:.35rem .6rem .2rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.compact-search-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.45rem .6rem;border:none;background:none;cursor:pointer;border-radius:7px;font-size:.82rem;text-align:left;color:var(--text);transition:background .12s}.compact-search-item:hover,.compact-search-results li.active .compact-search-item{background:var(--brand-soft)}.compact-search-name{font-weight:600;font-size:.82rem}.compact-search-meta{display:flex;gap:.35rem;font-size:.72rem;color:var(--muted)}.compact-search-code{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.compact-search-market{background:var(--brand-soft);color:var(--brand-strong);padding:.05rem .32rem;border-radius:3px;font-size:.65rem;font-weight:600}.compact-search-empty{padding:.8rem;text-align:center;font-size:.8rem;color:var(--muted)}.auth-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-modal{background:#fff;border-radius:16px;padding:1.5rem;width:90%;max-width:380px;box-shadow:0 20px 60px rgba(0,0,0,.2)}.auth-tab-bar{display:flex;gap:0;margin-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.06)}.auth-tab{flex:1 1;padding:.6rem;background:none;font-size:.9rem;font-weight:600;cursor:pointer;color:rgba(0,0,0,.4);border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.auth-tab.active{color:var(--brand,#3182f6);border-bottom-color:var(--brand,#3182f6)}.auth-form{display:flex;flex-direction:column;gap:.6rem}.auth-input{padding:.6rem .8rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.85rem;transition:border-color .15s}.auth-input:focus{outline:none;border-color:var(--brand,#3182f6)}.auth-submit{padding:.65rem;background:var(--brand,#3182f6);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:.3rem;transition:opacity .15s}.auth-submit:hover{opacity:.9}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-error{background:#fef2f2;color:#dc2626;padding:.5rem .7rem;border-radius:6px;font-size:.8rem;margin-bottom:.3rem}.stock-detail-wrap{margin:1rem auto 0;max-width:1400px;display:flex;flex-direction:column;gap:.75rem;overflow:hidden}.stock-detail-top-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}@media (max-width:860px){.stock-detail-top-grid{grid-template-columns:1fr}}.detail-card{border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card);padding:1rem 1.1rem;overflow:hidden;min-width:0}.detail-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.detail-card-title{font-size:.95rem;font-weight:700;margin:0 0 .6rem}.detail-card-header .detail-card-title{margin-bottom:0}.detail-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1.5rem;column-gap:1.5rem}.detail-info-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid rgba(0,0,0,.04);font-size:.78rem}.detail-info-row:last-child{border-bottom:none}.detail-info-label{color:var(--muted);font-weight:500}.detail-info-value{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.detail-table-scroll{overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch;max-width:100%}.detail-table{width:100%;border-collapse:collapse;font-size:.75rem;white-space:nowrap}.detail-table th{padding:.4rem .5rem;text-align:right;font-weight:600;color:var(--muted);border-bottom:2px solid var(--line);font-size:.72rem}.detail-table th:first-child{text-align:left}.detail-table td{padding:.4rem .5rem;text-align:right;border-bottom:1px solid rgba(0,0,0,.04);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.detail-table td:first-child{text-align:left}.detail-table td.up{color:var(--up,#e92020)}.detail-table td.down{color:var(--down,#1d6df2)}.detail-table td.flat{color:var(--muted)}.detail-peer-link{color:inherit;text-decoration:none;font-weight:600}.detail-peer-link:hover{color:var(--brand);text-decoration:underline}.financial-table td.financial-row-header,.financial-table th.financial-row-header{position:-webkit-sticky;position:sticky;left:0;background:var(--surface);z-index:1;font-weight:600;text-align:left;min-width:80px}.consensus-col{background:rgba(49,130,246,.04)}.consensus-badge{display:inline-block;font-size:.55rem;font-weight:700;color:var(--brand);background:rgba(49,130,246,.1);border-radius:3px;padding:0 3px;margin-left:3px;vertical-align:super}.detail-period-tabs{display:flex;gap:.25rem}.detail-period-tab{padding:.25rem .6rem;border:1px solid var(--line);border-radius:8px;background:transparent;font-size:.72rem;font-weight:600;cursor:pointer;color:var(--muted);transition:all .15s}.detail-period-tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}.detail-period-tab:hover:not(.active){background:rgba(0,0,0,.04)}[data-theme=dark] .detail-card{background:#161b22;border-color:hsla(0,0%,100%,.06)}[data-theme=dark] .detail-info-row{border-bottom-color:hsla(0,0%,100%,.05)}[data-theme=dark] .detail-info-value{color:#e5e5e5}[data-theme=dark] .detail-table th{border-bottom-color:hsla(0,0%,100%,.1)}[data-theme=dark] .detail-table td{border-bottom-color:hsla(0,0%,100%,.05);color:#d1d5db}[data-theme=dark] .detail-peer-link{color:#e5e5e5}[data-theme=dark] .detail-peer-link:hover{color:#60a5fa}[data-theme=dark] .financial-table td.financial-row-header,[data-theme=dark] .financial-table th.financial-row-header{background:#161b22}[data-theme=dark] .consensus-col{background:rgba(96,165,250,.06)}[data-theme=dark] .detail-period-tab{border-color:hsla(0,0%,100%,.1);color:#9ca3af}[data-theme=dark] .detail-period-tab:hover:not(.active){background:hsla(0,0%,100%,.05)}[data-theme=dark] .detail-period-tab.active{background:#3b82f6;border-color:#3b82f6}.discussion-section-standalone{margin:1rem auto 0;max-width:1400px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.discussion-section-standalone .discussion-panel{padding:.8rem 1rem 0}.discussion-panel{padding:0}.comment-input-area{padding:.8rem;border-bottom:1px solid rgba(0,0,0,.06)}.comment-input-header{margin-bottom:.4rem}.comment-user-badge{font-size:.75rem;font-weight:600;color:var(--brand,#3182f6);background:rgba(49,130,246,.08);padding:.15rem .5rem;border-radius:4px}.comment-textarea{width:100%;padding:.5rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:.8rem;resize:vertical;min-height:60px;font-family:inherit;transition:border-color .15s}.comment-textarea:focus{outline:none;border-color:var(--brand,#3182f6)}.comment-input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.3rem}.comment-char-count{font-size:.7rem;color:rgba(0,0,0,.35)}.comment-submit-btn{background:var(--brand,#3182f6);color:#fff;border:none;border-radius:6px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .15s}.comment-submit-btn:hover{opacity:.85}.comment-submit-btn:disabled{opacity:.4;cursor:not-allowed}.comment-login-prompt{text-align:center;padding:1.2rem;border-bottom:1px solid rgba(0,0,0,.06)}.comment-login-prompt p{font-size:.8rem;color:rgba(0,0,0,.5);margin:0 0 .5rem}.comment-login-btn{background:var(--brand,#3182f6);color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer}.comment-list{list-style:none;padding:0;margin:0;max-height:500px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.comment-list::-webkit-scrollbar{width:4px}.comment-list::-webkit-scrollbar-track{background:transparent}.comment-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:2px}.comment-item{padding:.7rem .8rem;border-bottom:1px solid rgba(0,0,0,.04);transition:background .1s}.comment-item:hover{background:rgba(0,0,0,.01)}.comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.comment-nickname{font-size:.8rem;font-weight:700}.comment-time{font-size:.7rem;color:rgba(0,0,0,.35)}.comment-body{font-size:.82rem;line-height:1.45;margin:0;word-break:break-word}.comment-actions{display:flex;gap:.6rem;margin-top:.3rem}.comment-delete-btn,.comment-like-btn{background:none;border:none;cursor:pointer;font-size:.72rem;color:rgba(0,0,0,.4);padding:.1rem .3rem;border-radius:4px;transition:color .15s,background .15s}.comment-like-btn:hover{color:#e92020;background:rgba(233,32,32,.06)}.comment-delete-btn:hover{color:#dc2626;background:rgba(220,38,38,.06)}.comment-empty{text-align:center;padding:2rem 1rem;font-size:.82rem;color:rgba(0,0,0,.35)}.popular-section{padding:0}.popular-controls{display:flex;align-items:center;justify-content:space-between;gap:.3rem .5rem;border-bottom:2px solid rgba(0,0,0,.06);margin-bottom:.6rem;flex-wrap:wrap}.popular-tabs{display:flex;gap:0}.popular-tab{padding:.45rem .8rem;background:none;font-size:.78rem;font-weight:600;color:rgba(0,0,0,.4);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s}.popular-tab.active{color:var(--brand,#3182f6);border-bottom-color:var(--brand,#3182f6)}.popular-list{display:flex;flex-direction:column;gap:0}.popular-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .6rem;border-radius:8px;text-decoration:none;color:inherit;transition:background .12s;font-size:.8rem}.popular-item:hover{background:rgba(49,130,246,.06)}.popular-rank{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.06);font-size:.7rem;font-weight:700;flex-shrink:0}.popular-rank.top3{background:var(--brand,#3182f6);color:#fff}.popular-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.popular-name-text{font-weight:600;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-code{font-size:.68rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.popular-price{font-size:.78rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.popular-change{font-size:.75rem;font-weight:600;min-width:4rem;text-align:right}.popular-change.up{color:var(--up,#e92020)}.popular-change.down{color:var(--down,#1d6df2)}.popular-badge{font-size:.65rem;padding:.1rem .35rem;border-radius:3px;background:rgba(49,130,246,.08);color:var(--brand,#3182f6);font-weight:600}.popular-badge.buy{background:rgba(239,68,68,.08);color:#ef4444}.popular-filter-toggle{display:flex;align-items:center;gap:.3rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popular-filter-toggle:hover{background:rgba(0,0,0,.04)}.popular-filter-toggle input[type=checkbox]{width:14px;height:14px;accent-color:var(--brand,#3182f6);cursor:pointer;margin:0}.popular-filter-toggle-label{font-size:.72rem;font-weight:600;color:var(--muted);white-space:nowrap}.popular-type-badge{display:inline-block;font-size:.58rem;font-weight:700;padding:.05rem .3rem;border-radius:3px;background:rgba(245,166,35,.12);color:#c58000;margin-left:.3rem;vertical-align:middle;line-height:1.4;letter-spacing:.02em}.popular-type-badge.small{font-size:.52rem;padding:.02rem .2rem;margin-left:.2rem}.popular-sidebar-section{margin:1rem auto 0;max-width:100%;position:relative;overflow:hidden}.popular-sidebar-heading{font-size:.95rem;font-weight:700;margin:0 0 .5rem}.popular-sidebar-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.3rem;scrollbar-width:none;-ms-overflow-style:none;cursor:-webkit-grab;cursor:grab}.popular-sidebar-scroll::-webkit-scrollbar{display:none}.popular-sidebar-card{flex-shrink:0;padding:.5rem .7rem;border:1px solid rgba(0,0,0,.08);border-radius:10px;text-decoration:none;color:inherit;font-size:.75rem;min-width:100px;transition:border-color .15s,box-shadow .15s}.popular-sidebar-card:hover{border-color:var(--brand,#3182f6);box-shadow:0 2px 8px rgba(49,130,246,.1)}.popular-sidebar-card-name{font-weight:700;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-sidebar-card-change{font-size:.7rem;font-weight:600}.popular-sidebar-card-change.up{color:var(--up,#e92020)}.popular-sidebar-card-change.down{color:var(--down,#1d6df2)}.popular-sidebar-card-change.flat{color:var(--neutral)}.popular-updated{font-size:.65rem;color:rgba(0,0,0,.3);text-align:right;padding:.2rem .5rem}[data-theme=dark] .compact-search{background:#161b22;border-color:#30363d}[data-theme=dark] .compact-search:focus-within{border-color:#58a6ff;box-shadow:0 0 0 3px rgba(88,166,255,.12);background:#0d1117}[data-theme=dark] .compact-search-icon-svg{color:#484f58}[data-theme=dark] .compact-search:focus-within .compact-search-icon-svg{color:#58a6ff}[data-theme=dark] .compact-search-input{color:#e6edf3}[data-theme=dark] .compact-search-input::placeholder{color:#484f58}[data-theme=dark] .compact-search-clear{background:#21262d;color:#8b949e}[data-theme=dark] .compact-search-clear:hover{background:#30363d;color:#e6edf3}[data-theme=dark] .compact-search-loading{background:#58a6ff}[data-theme=dark] .compact-search-results{background:#161b22;border-color:#30363d;box-shadow:0 10px 32px rgba(0,0,0,.4);scrollbar-color:#30363d transparent}[data-theme=dark] .compact-search-results::-webkit-scrollbar-thumb{background:#30363d}[data-theme=dark] .compact-search-item{color:#e6edf3}[data-theme=dark] .compact-search-item:hover,[data-theme=dark] .compact-search-results li.active .compact-search-item{background:#1a2332}[data-theme=dark] .compact-search-name{color:#e6edf3}[data-theme=dark] .compact-search-meta{color:#8b949e}[data-theme=dark] .compact-search-market{background:#1a2332;color:#58a6ff}[data-theme=dark] .compact-search-empty,[data-theme=dark] .compact-search-section-label{color:#484f58}[data-theme=dark] .auth-modal{background:#1e1e1e;box-shadow:0 20px 60px rgba(0,0,0,.6)}[data-theme=dark] .auth-tab{color:hsla(0,0%,100%,.4)}[data-theme=dark] .auth-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}[data-theme=dark] .auth-input{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1);color:#e5e5e5}[data-theme=dark] .auth-error{background:rgba(220,38,38,.1);color:#fca5a5}[data-theme=dark] .user-menu-name{color:#60a5fa}[data-theme=dark] .user-menu-logout{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7)}[data-theme=dark] .user-menu-logout:hover{background:hsla(0,0%,100%,.05)}[data-theme=dark] .comment-textarea{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1);color:#e5e5e5}[data-theme=dark] .comment-textarea::placeholder{color:hsla(0,0%,100%,.25)}[data-theme=dark] .comment-user-badge{background:rgba(96,165,250,.1);color:#60a5fa}[data-theme=dark] .comment-input-area{border-bottom-color:hsla(0,0%,100%,.06)}[data-theme=dark] .comment-char-count{color:hsla(0,0%,100%,.3)}[data-theme=dark] .comment-item{border-bottom-color:hsla(0,0%,100%,.04)}[data-theme=dark] .comment-item:hover{background:hsla(0,0%,100%,.02)}[data-theme=dark] .comment-nickname{color:#e5e5e5}[data-theme=dark] .comment-body{color:hsla(0,0%,100%,.85)}[data-theme=dark] .comment-time{color:hsla(0,0%,100%,.3)}[data-theme=dark] .comment-delete-btn,[data-theme=dark] .comment-like-btn{color:hsla(0,0%,100%,.35)}[data-theme=dark] .comment-delete-btn:hover,[data-theme=dark] .comment-like-btn:hover{color:#f87171;background:hsla(0,91%,71%,.1)}[data-theme=dark] .comment-login-prompt{border-bottom-color:hsla(0,0%,100%,.06)}[data-theme=dark] .comment-login-prompt p{color:hsla(0,0%,100%,.4)}[data-theme=dark] .comment-empty{color:hsla(0,0%,100%,.3)}[data-theme=dark] .comment-list{scrollbar-color:hsla(0,0%,100%,.1) transparent}[data-theme=dark] .comment-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1)}[data-theme=dark] .discussion-section-standalone{background:#161b22;border-color:hsla(0,0%,100%,.06)}[data-theme=dark] .popular-tab{color:hsla(0,0%,100%,.4)}[data-theme=dark] .popular-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}[data-theme=dark] .popular-item:hover{background:rgba(96,165,250,.08)}[data-theme=dark] .popular-rank{background:hsla(0,0%,100%,.08)}[data-theme=dark] .popular-rank.top3{background:#3b82f6}[data-theme=dark] .popular-sidebar-card{border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#e5e5e5}[data-theme=dark] .popular-sidebar-card:hover{border-color:#60a5fa}[data-theme=dark] .popular-sidebar-card-name{color:#e5e5e5}[data-theme=dark] .popular-badge{background:rgba(96,165,250,.1);color:#60a5fa}[data-theme=dark] .popular-badge.buy{background:rgba(239,68,68,.15);color:#f87171}[data-theme=dark] .popular-controls{border-bottom-color:hsla(0,0%,100%,.08)}[data-theme=dark] .popular-filter-toggle:hover{background:hsla(0,0%,100%,.06)}[data-theme=dark] .popular-filter-toggle-label{color:#8b949e}[data-theme=dark] .popular-type-badge{background:rgba(245,166,35,.15);color:#f5a623}[data-theme=dark] .popular-updated{color:hsla(0,0%,100%,.25)}.oauth-divider{display:flex;align-items:center;gap:12px;margin:16px 0 12px;color:#888;font-size:.82rem}.oauth-divider:after,.oauth-divider:before{content:"";flex:1 1;height:1px;background:#ddd}.oauth-btn-group{display:flex;gap:8px}.oauth-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;border:1px solid #ddd;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.oauth-btn:hover{opacity:.85}.oauth-btn svg{flex-shrink:0}.oauth-btn-kakao{background:#fee500;color:#191919;border-color:#fee500}.oauth-btn-naver{background:#03c75a;color:#fff;border-color:#03c75a}.oauth-btn-google{background:#fff;color:#333;border-color:#dadce0}.avatar-thumb{width:26px;height:26px;border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-thumb-placeholder{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700}.user-menu-profile-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:inherit}.user-menu-profile-link:hover .user-menu-name{text-decoration:underline}.profile-message{padding:10px 16px;margin-bottom:16px;background:#e0f2fe;color:#0369a1;border-radius:8px;font-size:.88rem}.profile-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;margin-bottom:16px}.profile-section-title{font-size:.9rem;font-weight:700;color:#374151;margin:0 0 14px}.profile-avatar-area{display:flex;align-items:center;gap:20px}.profile-avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.profile-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.profile-avatar-upload-btn{padding:8px 16px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;cursor:pointer;transition:background .15s}.profile-avatar-upload-btn:hover{background:#e5e7eb}.profile-nickname-display{display:flex;align-items:center;gap:12px;font-size:1rem}.profile-cancel-btn,.profile-edit-btn,.profile-save-btn{padding:6px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:.82rem;cursor:pointer;background:#f9fafb}.profile-save-btn{background:#3b82f6;color:#fff;border-color:#3b82f6}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-cancel-btn{background:#f3f4f6}.profile-nickname-edit{display:flex;flex-direction:column;gap:10px}.profile-nickname-edit .auth-input{max-width:300px}.profile-nickname-actions{display:flex;gap:8px}.profile-info-grid{display:flex;flex-direction:column;gap:10px}.profile-info-item{display:flex;gap:12px;align-items:baseline}.profile-info-label{font-size:.82rem;color:#6b7280;min-width:60px}.profile-info-value{font-size:.9rem;color:#111827}.profile-empty{color:#9ca3af;font-size:.88rem}.profile-oauth-list{display:flex;flex-direction:column;gap:10px}.profile-oauth-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb;border-radius:8px}.profile-oauth-info{display:flex;align-items:center;gap:10px}.profile-oauth-badge{padding:3px 10px;border-radius:12px;font-size:.78rem;font-weight:600}.oauth-badge-kakao{background:#fee500;color:#191919}.oauth-badge-naver{background:#03c75a;color:#fff}.oauth-badge-google{background:#4285f4;color:#fff}.profile-oauth-email{font-size:.85rem;color:#6b7280}.profile-oauth-unlink{padding:5px 12px;font-size:.78rem;border:1px solid #fca5a5;color:#dc2626;background:#fff;border-radius:6px;cursor:pointer}.profile-oauth-unlink:hover{background:#fef2f2}.profile-logout-btn{padding:10px 24px;background:#fee2e2;color:#dc2626;border:1px solid #fca5a5;border-radius:8px;font-size:.88rem;cursor:pointer;font-weight:600}.profile-logout-btn:hover{background:#fecaca}.profile-back-link{display:inline-block;margin-top:12px;color:#3b82f6;text-decoration:none}[data-theme=dark] .oauth-divider{color:#666}[data-theme=dark] .oauth-divider:after,[data-theme=dark] .oauth-divider:before{background:#333}[data-theme=dark] .oauth-btn-google{background:#1e1e1e;color:#e5e5e5;border-color:#444}[data-theme=dark] .profile-message{background:#0c4a6e;color:#bae6fd}[data-theme=dark] .profile-section{background:#1a1a1a;border-color:hsla(0,0%,100%,.08)}[data-theme=dark] .profile-section-title{color:#e5e5e5}[data-theme=dark] .profile-avatar-img{border-color:#333}[data-theme=dark] .profile-avatar-upload-btn{background:#262626;border-color:#444;color:#e5e5e5}[data-theme=dark] .profile-avatar-upload-btn:hover{background:#333}[data-theme=dark] .profile-cancel-btn,[data-theme=dark] .profile-edit-btn{background:#262626;border-color:#444;color:#e5e5e5}[data-theme=dark] .profile-info-label{color:#8b949e}[data-theme=dark] .profile-info-value,[data-theme=dark] .profile-nickname-display{color:#e5e5e5}[data-theme=dark] .profile-oauth-item{background:#262626}[data-theme=dark] .profile-oauth-email{color:#8b949e}[data-theme=dark] .profile-oauth-unlink{background:#262626;border-color:#7f1d1d}[data-theme=dark] .profile-logout-btn{background:#450a0a;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .profile-empty{color:#6b7280}.trollbox{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:var(--font-body)}.trollbox-toggle{width:48px;height:48px;border-radius:50%;background:#3b82f6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(59,130,246,.35);transition:transform .15s,box-shadow .15s;position:relative}.trollbox-toggle:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(59,130,246,.45)}.trollbox-open .trollbox-toggle{display:none}.trollbox-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.trollbox-panel{width:340px;height:440px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden}.trollbox-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.trollbox-header-left{display:flex;align-items:center;gap:8px}.trollbox-title{font-size:.92rem;font-weight:700;color:#111827}.trollbox-online{font-size:.7rem;color:#6b7280;font-weight:500}.trollbox-close{background:none;border:none;font-size:1.3rem;color:#9ca3af;cursor:pointer;padding:0 4px;line-height:1}.trollbox-close:hover{color:#374151}.trollbox-messages{flex:1 1;overflow-y:auto;padding:10px 14px;display:flex;flex-direction:column;gap:6px}.trollbox-messages::-webkit-scrollbar{width:4px}.trollbox-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.trollbox-empty{color:#9ca3af;font-size:.85rem;text-align:center;margin-top:40px}.trollbox-msg{padding:4px 0}.trollbox-msg-top{display:flex;align-items:center;gap:6px;margin-bottom:1px}.trollbox-msg-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.trollbox-msg-avatar-placeholder{display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;color:#6b7280;font-size:.6rem;font-weight:700}.trollbox-msg-mine .trollbox-msg-avatar-placeholder{background:#d1fae5;color:#059669}[data-theme=dark] .trollbox-msg-avatar-placeholder{background:#374151;color:#9ca3af}[data-theme=dark] .trollbox-msg-mine .trollbox-msg-avatar-placeholder{background:#064e3b;color:#6ee7b7}.trollbox-msg-nick{font-size:.78rem;font-weight:700;color:#3b82f6}.trollbox-msg-mine .trollbox-msg-nick{color:#10b981}.trollbox-msg-time{font-size:.68rem;color:#9ca3af}.trollbox-msg-del{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:.85rem;line-height:1;padding:0 2px;margin-left:auto}.trollbox-msg-del:hover{color:#ef4444}.trollbox-msg-body{font-size:.85rem;color:#374151;line-height:1.45;word-break:break-word}.trollbox-input-area{display:flex;gap:6px;padding:10px 12px;border-top:1px solid #f0f0f0;flex-shrink:0}.trollbox-input{flex:1 1;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;background:#f9fafb;outline:none;transition:border-color .15s}.trollbox-input:focus{border-color:#3b82f6}.trollbox-send{padding:8px 14px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.trollbox-send:disabled{opacity:.4;cursor:not-allowed}.trollbox-login-notice{padding:12px;text-align:center;font-size:.82rem;color:#9ca3af;border-top:1px solid #f0f0f0}[data-theme=dark] .trollbox-toggle{background:#2563eb;box-shadow:0 4px 16px rgba(37,99,235,.4)}[data-theme=dark] .trollbox-panel{background:#1a1a1a;border-color:hsla(0,0%,100%,.08);box-shadow:0 12px 40px rgba(0,0,0,.5)}[data-theme=dark] .trollbox-header{border-bottom-color:hsla(0,0%,100%,.06)}[data-theme=dark] .trollbox-title{color:#e5e5e5}[data-theme=dark] .trollbox-online{color:#9ca3af}[data-theme=dark] .trollbox-close{color:#6b7280}[data-theme=dark] .trollbox-close:hover{color:#e5e5e5}[data-theme=dark] .trollbox-messages::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .trollbox-msg-body{color:#d1d5db}[data-theme=dark] .trollbox-msg-time{color:#6b7280}[data-theme=dark] .trollbox-msg-del{color:#4b5563}[data-theme=dark] .trollbox-input-area{border-top-color:hsla(0,0%,100%,.06)}[data-theme=dark] .trollbox-input{background:#262626;border-color:#444;color:#e5e5e5}[data-theme=dark] .trollbox-input:focus{border-color:#3b82f6}[data-theme=dark] .trollbox-login-notice{color:#6b7280;border-top-color:hsla(0,0%,100%,.06)}[data-theme=dark] .trollbox-empty{color:#6b7280}@media (max-width:720px){.trollbox{bottom:14px;right:14px}.trollbox-toggle{width:40px;height:40px}.trollbox-toggle svg{width:17px;height:17px}.theme-toggle{bottom:62px;right:14px;width:36px;height:36px;font-size:1rem}.trollbox-panel{width:calc(100vw - 24px);height:60vh;max-height:420px}.trollbox-msg-nick{font-size:.72rem}.trollbox-msg-body{font-size:.78rem}.trollbox-input{font-size:.82rem}}