:root{--surface-0:#f5f5f4;--surface-1:#fcfcfb;--surface-2:#fff;--text-primary:#0b0b0b;--text-secondary:#52514e;--text-muted:#898781;--text-accent:#2a78d6;--border:#0b0b0b1a;--border-accent:#2a78d6;--bg-accent:#e6f1fb;--bg-success:#eaf3de;--bg-warning:#faeeda;--bg-danger:#fcebeb;--text-success:#27500a;--text-warning:#633806;--text-danger:#791f1f;--radius:8px;--font-sans:system-ui, -apple-system, sans-serif;--shell-bg:#0a0a0a;--shell-text:#f0ede8;--shell-header-border:#ffffff1f;--shell-title:#fff;--shell-subtitle:#ffffff73;--shell-nav-border:#ffffff14;--shell-nav-date:#fff6;--shell-btn-text:#ffffff8c;--shell-btn-border:#ffffff2e;--shell-btn-hover-text:#fff;--shell-btn-hover-border:#ffffff73;--shell-card-border:#ffffff12;--shell-empty-text:#ffffff59;--shell-empty-heading:#ffffff80;--shell-overlay-bg:#0000008c;--shell-sidebar-bg:#111;--shell-sidebar-border:#ffffff1a;--shell-sidebar-header-border:#ffffff14;--shell-sidebar-label:#fff6;--shell-sidebar-link:#fff9;--shell-sidebar-divider:#ffffff0d;--shell-sidebar-hover-bg:#ffffff0d;--shell-sidebar-active-bg:#ffffff12;--shell-badge:#ffffff4d;--shell-badge-active:#ffffff80;--shell-empty-sidebar:#ffffff4d;--shell-font-sans:system-ui, -apple-system, sans-serif;--shell-font-serif:Georgia, "Times New Roman", serif;--shell-radius:4px}*,:before,:after{box-sizing:border-box}html,body{background:var(--shell-bg);color:var(--shell-text);font-family:var(--shell-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0}#root,.app{flex-direction:column;min-height:100vh;display:flex}.site-header{text-align:center;border-bottom:1px solid var(--shell-header-border);padding:2.5rem 1.5rem 1.75rem}.site-title a{color:inherit;text-decoration:none}.site-title{font-family:var(--shell-font-serif);letter-spacing:-.02em;color:var(--shell-title);margin:0 0 .5rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:400}.site-subtitle{color:var(--shell-subtitle);letter-spacing:.04em;margin:0;font-size:.875rem}.site-nav{border-bottom:1px solid var(--shell-nav-border);justify-content:space-between;align-items:center;width:100%;max-width:900px;margin:0 auto;padding:.875rem 1.75rem;display:flex}.nav-date{letter-spacing:.12em;text-transform:uppercase;color:var(--shell-nav-date);font-size:.75rem}.nav-archive-btn{letter-spacing:.12em;text-transform:uppercase;color:var(--shell-btn-text);border:1px solid var(--shell-btn-border);cursor:pointer;border-radius:var(--shell-radius);background:0 0;padding:.35rem .9rem;font-family:inherit;font-size:.7rem;text-decoration:none;transition:color .2s,border-color .2s}.nav-archive-btn:hover{color:var(--shell-btn-hover-text);border-color:var(--shell-btn-hover-border)}.content-layout{flex:1;align-items:flex-start;gap:1.5rem;width:100%;max-width:1680px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.main-content{flex:auto;min-width:0;max-width:860px}.movers-panel{flex:0 0 340px;min-width:0}.feargreed-panel{flex:0 0 360px;min-width:0}.feargreed-title{font-family:var(--shell-font-serif);color:var(--shell-title);margin:0 0 1rem;font-size:1.1rem;font-weight:400}.feargreed-body{border:1px solid var(--shell-card-border);background:var(--shell-sidebar-bg);text-align:center;border-radius:8px;padding:1rem .9rem 1.1rem}.feargreed-score{font-variant-numeric:tabular-nums;margin-top:-.5rem;font-size:2rem;font-weight:700;line-height:1}.feargreed-rating{letter-spacing:.1em;text-transform:uppercase;margin-top:.35rem;font-size:.8rem;font-weight:700}.feargreed-prev{text-align:left;grid-template-columns:1fr 1fr;gap:.4rem .75rem;margin:1rem 0 0;display:grid}.feargreed-prev div{border-top:1px solid var(--shell-sidebar-divider);justify-content:space-between;padding-top:.35rem;display:flex}.feargreed-prev dt{color:var(--shell-sidebar-label);font-size:.65rem}.feargreed-prev dd{font-variant-numeric:tabular-nums;color:var(--shell-sidebar-link);margin:0;font-size:.7rem;font-weight:600}.movers-title{font-family:var(--shell-font-serif);color:var(--shell-title);margin:0 0 1rem;font-size:1.1rem;font-weight:400}.mover-card{border:1px solid var(--shell-card-border);background:var(--shell-sidebar-bg);border-radius:8px;margin-bottom:.75rem;padding:.75rem .9rem}.mover-header{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.mover-heading{align-items:baseline;gap:.4rem;min-width:0;display:flex}.mover-symbol{letter-spacing:.05em;color:var(--shell-title);flex-shrink:0;font-size:.85rem;font-weight:600}.mover-name{color:var(--shell-sidebar-label);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.mover-stats{flex-shrink:0;align-items:baseline;gap:.5rem;display:flex}.mover-price{font-variant-numeric:tabular-nums;color:var(--shell-title);font-size:.8rem;font-weight:600}.mover-change{font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600}.mover-change.up{color:#7ac44a}.mover-change.down{color:#e07070}.mover-note{color:var(--shell-sidebar-link);padding:.5rem 0;font-size:.75rem;line-height:1.4}@media (width<=1100px){.content-layout{flex-direction:column;align-items:stretch;max-width:900px}.main-content{max-width:none}.movers-panel{flex-basis:auto;max-height:none;position:static}.feargreed-panel{flex-basis:auto}}.report-wrapper{border:1px solid var(--shell-card-border);border-radius:10px;overflow:hidden}.not-found{text-align:center;color:var(--shell-empty-text);padding:5rem 1.5rem}.not-found h2{font-family:var(--shell-font-serif);color:var(--shell-empty-heading);margin:0 0 .75rem;font-size:1.75rem;font-weight:400}.not-found p{font-size:.9rem}.sidebar-overlay{background:var(--shell-overlay-bg);z-index:100;opacity:0;pointer-events:none;transition:opacity .25s;position:fixed;inset:0}.sidebar-overlay.open{opacity:1;pointer-events:all}.sidebar{background:var(--shell-sidebar-bg);border-left:1px solid var(--shell-sidebar-border);z-index:101;flex-direction:column;width:272px;transition:transform .28s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.sidebar.open{transform:translate(0)}.sidebar-header{border-bottom:1px solid var(--shell-sidebar-header-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.sidebar-title{letter-spacing:.14em;text-transform:uppercase;color:var(--shell-sidebar-label);font-size:.7rem}.sidebar-close{color:var(--shell-sidebar-label);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.1rem;line-height:1;transition:color .15s}.sidebar-close:hover{color:var(--shell-title)}.date-list{flex:1;margin:0;padding:0;list-style:none}.date-list-item a{color:var(--shell-sidebar-link);border-bottom:1px solid var(--shell-sidebar-divider);justify-content:space-between;align-items:center;padding:.875rem 1.5rem;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.date-list-item a:hover{background:var(--shell-sidebar-hover-bg);color:var(--shell-title)}.date-list-item.active a{color:var(--shell-title);background:var(--shell-sidebar-active-bg)}.date-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--shell-badge);font-size:.65rem}.date-list-item.active .date-badge{color:var(--shell-badge-active)}.sidebar-empty{color:var(--shell-empty-sidebar);text-align:center;padding:2rem 1.5rem;font-size:.85rem}.nav-actions{align-items:center;gap:.6rem;display:flex}.your-stocks-btn{position:relative;overflow:visible}.new-badge{color:#fff;letter-spacing:.06em;text-transform:uppercase;pointer-events:none;transform-origin:50%;background:#6ba3e8;border-radius:999px;padding:2px 5px;font-size:.5rem;font-weight:700;line-height:1;position:absolute;top:-7px;right:-8px}.new-badge--pulse{animation:1s ease-in-out infinite badge-pulse}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}@media (prefers-reduced-motion:reduce){.new-badge--pulse{animation:none}}.mystocks-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem}.mystocks-empty{color:var(--shell-empty-text);text-align:center;padding:3rem 1rem;font-size:.9rem}.mystocks-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.symbol-search{max-width:420px;margin:0 auto;position:relative}.symbol-search-input{width:100%;color:var(--shell-text);background:var(--shell-sidebar-bg);border:1px solid var(--shell-btn-border);border-radius:var(--shell-radius);outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.9rem}.symbol-search-input:focus{border-color:var(--shell-btn-hover-border)}.symbol-search-input:disabled{opacity:.6;cursor:not-allowed}.symbol-search-results{z-index:10;background:var(--shell-sidebar-bg);border:1px solid var(--shell-sidebar-border);border-radius:var(--shell-radius);max-height:260px;margin:.25rem 0 0;padding:.25rem;list-style:none;position:absolute;left:0;right:0;overflow-y:auto}.symbol-search-option{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:baseline;gap:.6rem;width:100%;padding:.5rem .75rem;font-family:inherit;display:flex}.symbol-search-option:hover{background:var(--shell-sidebar-hover-bg)}.symbol-search-ticker{letter-spacing:.04em;color:var(--shell-title);flex-shrink:0;font-size:.85rem;font-weight:600}.symbol-search-desc{color:var(--shell-sidebar-label);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.75rem;overflow:hidden}.symbol-search-type{letter-spacing:.06em;color:var(--shell-sidebar-label);border:1px solid var(--shell-sidebar-divider);border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:.55rem;font-weight:700}.stock-card{border:1px solid var(--shell-card-border);background:var(--shell-sidebar-bg);border-radius:8px;padding:.9rem 1rem}.stock-card-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.stock-card-heading{align-items:baseline;gap:.4rem;min-width:0;display:flex}.stock-card-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.stock-card-symbol{letter-spacing:.05em;color:var(--shell-title);flex-shrink:0;font-size:.95rem;font-weight:600}.stock-card-name{color:var(--shell-sidebar-label);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.stock-card-delete{color:var(--shell-sidebar-label);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.15rem .35rem;font-size:.95rem;line-height:1;transition:color .15s,background .15s}.stock-card-delete:hover{color:var(--shell-title);background:var(--shell-sidebar-hover-bg)}
