:root{font-family:Inter,system-ui,-apple-system,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv01","cv02","cv03","cv04";--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Cascadia Code", monospace;--bg: #0f1117;--surface: #1a1d27;--surface-2: #22263a;--border: #2e3350;--border-subtle: #252940;--text: #e2e8f0;--text-secondary:#b0b8c8;--text-muted: #8892a4;--text-dim: #5c6478;--accent: #6c8ef5;--accent-hover: #7c9ef8;--accent-dim: #3b4f9e;--green: #4ade80;--green-bg: #14532d33;--red: #f87171;--red-bg: #7f1d1d33;--yellow: #fbbf24;--yellow-bg: #78350f33;--blue: #60a5fa;--blue-bg: #1e3a5f33;--amber: #eab308;--purple: #7c3aed;--role-admin: #dc2626;--card-edge: rgba(255, 255, 255, .04);--shadow-card: 0 1px 3px rgba(0, 0, 0, .4), 0 0 0 1px var(--border)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;background-color:var(--bg);color:var(--text);text-align:left;font-size:14px}h1,h2,h3{margin:0;color:var(--text);letter-spacing:-.01em}h1{font-size:1.45rem;font-weight:600}h2{font-size:1.05rem;font-weight:600}h3{font-size:.92rem;font-weight:600}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}button{border-radius:6px;border:1px solid var(--border);padding:.4em 1em;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s,border-color .12s,color .12s}button:hover{border-color:var(--accent)}button:disabled{opacity:.4;cursor:not-allowed}.mono{font-family:var(--font-mono)}.tabular{font-variant-numeric:tabular-nums}:root{--sidebar-w: 220px}.app-layout{display:flex;min-height:100vh;width:100%}.sidebar{width:var(--sidebar-w);min-height:100vh;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-brand{display:block;padding:1.25rem 1.25rem 1rem;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;border-bottom:1px solid var(--border);margin-bottom:.5rem;text-decoration:none;cursor:pointer}.brand-quant{color:var(--text)}.brand-signal{color:var(--accent);margin-left:.2em}.sidebar-nav{display:flex;flex-direction:column;gap:.15rem;padding:.25rem .6rem;flex:1;overflow-y:auto}.nav-item{display:flex;align-items:center;padding:.55rem .75rem;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:.88rem;font-weight:500;transition:background .12s,color .12s}.nav-item:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.nav-item.active{background:var(--accent-dim);color:var(--accent)}.nav-label{flex:1}.nav-group{margin-top:.25rem}.nav-group-header{display:flex;align-items:center;padding:.45rem .75rem;width:100%;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;text-align:left;transition:background .12s,color .12s}.nav-group-header:hover{background:var(--surface-2);color:var(--text)}.nav-chevron{margin-left:auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform .2s}.nav-group-header.expanded .nav-chevron{transform:rotate(180deg)}.nav-group-items{max-height:0;overflow:hidden;transition:max-height .25s ease}.nav-group-items.expanded{max-height:500px}.nav-group-items .nav-item{padding-left:1.5rem}.sidebar-user{padding:.75rem 1rem;border-top:1px solid var(--border)}.user-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.user-name{font-size:.82rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.role-badge{font-size:.65rem;font-weight:700;padding:.15em .45em;border-radius:8px;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.role-super-admin{background:var(--purple);color:#fff}.role-admin{background:var(--role-admin);color:#fff}.role-analyst{background:var(--accent-dim);color:var(--accent)}.role-viewer{background:var(--green-bg);color:var(--green)}.role-guest{background:var(--surface-2);color:var(--text-muted)}.logout-btn{width:100%;padding:.35rem .6rem;font-size:.78rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .12s}.logout-btn:hover{border-color:var(--red);color:var(--red)}.sidebar-footer{padding:.85rem 1.25rem;border-top:1px solid var(--border)}.sidebar-model-badge{font-size:.72rem;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:20px;padding:.2rem .6rem}.content-area{margin-left:var(--sidebar-w);width:calc(100% - var(--sidebar-w));min-width:0;min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box}.content-area .page{padding:1.5rem 2rem;width:100%;box-sizing:border-box}.mobile-menu-btn{display:none;position:fixed;top:.75rem;left:.75rem;z-index:200;width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;gap:4px;width:18px;margin:auto}.hamburger span{display:block;width:100%;height:2px;background:var(--text);border-radius:1px;transition:all .2s}.hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sidebar-overlay{display:none}@media(max-width:768px){:root{--sidebar-w: 260px}.mobile-menu-btn{display:flex}.sidebar{transform:translate(-100%);transition:transform .25s ease;width:var(--sidebar-w)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;z-index:99;background:#00000080}.content-area{margin-left:0;width:100%;padding-top:56px}.content-area .page{padding:1rem}.table-wrap{border-radius:6px}.table-wrap table{font-size:.82rem}.table-wrap th,.table-wrap td{padding:.45rem .55rem}.source-cell{max-width:140px}.detail-cards{grid-template-columns:repeat(2,1fr)}.compare-selectors{flex-direction:column}.compare-divider-v{width:100%;height:1px}.compare-grid{flex-direction:column}.compare-divider{width:100%;height:1px;margin:.75rem 0}.overview-cards{grid-template-columns:repeat(2,1fr)}.charts-row,.eval-two-col{grid-template-columns:1fr}.eval-cards-row{grid-template-columns:repeat(2,1fr)}.dashboard-header{flex-direction:column;gap:.5rem;align-items:flex-start}.interp-form{flex-direction:column;align-items:stretch}.interp-form-fields{flex-direction:column}.interp-meta{flex-wrap:wrap;gap:.75rem}.impact-row{flex-wrap:wrap;gap:.35rem}.ticker-row{flex-wrap:wrap}.ticker-card{min-width:calc(50% - .3rem);flex:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.filters{flex-wrap:wrap}.filters a{padding:.4rem .9rem;font-size:.82rem}.nav-item{padding:.7rem .85rem;font-size:.95rem}.btn,.btn-analyze,.logout-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.tc-pagination button{min-height:44px;padding:.5rem 1rem}}@media(max-width:480px){.content-area .page{padding:.75rem}h1{font-size:1.25rem}.detail-cards{grid-template-columns:1fr}.overview-cards{grid-template-columns:1fr 1fr}.eval-cards-row{grid-template-columns:1fr}.quartile-grid{grid-template-columns:1fr 1fr}.ticker-card{min-width:100%}.compare-metrics{grid-template-columns:repeat(2,1fr)}}.chat-page{display:flex;flex-direction:row;height:100vh;background:var(--bg)}.chat-main{display:flex;flex-direction:column;flex:1;min-width:0}.chat-history-sidebar{width:260px;flex-shrink:0;border-right:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;overflow:hidden}.chat-history-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.chat-history-header h3{font-size:.85rem;font-weight:600;color:var(--text);margin:0}.chat-history-close{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px}.chat-history-close:hover{color:var(--text);background:var(--surface-2)}.chat-history-list{flex:1;overflow-y:auto;padding:.5rem}.chat-history-empty{color:var(--text-muted);font-size:.82rem;text-align:center;padding:2rem .5rem}.chat-history-item{padding:.5rem .65rem;border-radius:6px;cursor:pointer;transition:background .12s;position:relative;margin-bottom:2px}.chat-history-item:hover{background:var(--surface-2)}.chat-history-item.active{background:var(--accent-dim)}.chat-history-title{font-size:.82rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:1.2rem}.chat-history-meta{font-size:.7rem;color:var(--text-muted);margin-top:2px}.chat-history-delete{position:absolute;top:.4rem;right:.4rem;background:none;border:none;color:var(--text-muted);font-size:.75rem;cursor:pointer;padding:.1rem .3rem;border-radius:3px;opacity:0;transition:opacity .12s}.chat-history-item:hover .chat-history-delete{opacity:1}.chat-history-delete:hover{color:var(--red);background:var(--surface)}.chat-history-toggle{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:.1rem .3rem;border-radius:4px;transition:color .12s}.chat-history-toggle:hover{color:var(--text)}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.chat-header-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--text-muted)}.chat-model-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green)}.chat-model-btn{font-size:.75rem;padding:.2rem .6rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:4px;cursor:pointer;transition:border-color .15s,color .15s}.chat-model-btn:hover{color:var(--accent);border-color:var(--accent)}.chat-clear-btn{font-size:.8rem;padding:.3rem .8rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;cursor:pointer}.chat-clear-btn:hover{color:var(--text);border-color:var(--accent)}.chat-header-right{display:flex;align-items:center;gap:.5rem}.chat-context-badge{font-size:.72rem;padding:.15rem .5rem;background:var(--accent-dim);color:var(--accent);border-radius:4px;border:1px solid var(--accent);white-space:nowrap}.llm-settings-panel{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.llm-settings-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem;border-bottom:1px solid var(--border)}.llm-settings-header h3{font-size:.85rem;font-weight:600;color:var(--text);margin:0}.llm-settings-close{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px}.llm-settings-close:hover{color:var(--text);background:var(--surface-2)}.llm-settings-body{padding:.75rem 1.5rem 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.llm-settings-body label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.llm-settings-body select,.llm-settings-body input[type=password]{padding:.35rem .6rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.82rem;font-family:inherit;outline:none;transition:border-color .15s}.llm-settings-body select:focus,.llm-settings-body input[type=password]:focus{border-color:var(--accent)}.llm-settings-body input[type=password]{width:220px}.llm-settings-body input[type=password]::placeholder{color:var(--text-muted);font-size:.78rem}.llm-settings-error{color:var(--red);font-size:.8rem;margin:0;width:100%}.llm-settings-actions{display:flex;gap:.5rem;margin-left:auto}.llm-settings-cancel{padding:.3rem .8rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;font-size:.8rem;cursor:pointer}.llm-settings-cancel:hover{color:var(--text);border-color:var(--accent)}.llm-settings-save{padding:.3rem .8rem;background:var(--accent);border:none;color:#fff;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .12s}.llm-settings-save:disabled{opacity:.5;cursor:not-allowed}.llm-settings-save:not(:disabled):hover{background:var(--accent-hover)}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;margin:auto;max-width:560px}.chat-empty-icon{font-size:2.5rem;margin-bottom:.75rem}.chat-empty h2{font-size:1.4rem;color:var(--text);margin-bottom:.5rem}.chat-empty p{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.chat-suggestions{display:flex;flex-direction:column;gap:.5rem;width:100%}.suggestion-chip{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem;color:var(--text-muted);font-size:.85rem;text-align:left;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.suggestion-chip:hover{background:var(--surface-2);border-color:var(--accent);color:var(--text)}.chat-message{display:flex;align-items:flex-start;gap:.75rem;max-width:820px;width:100%}.chat-message.user{flex-direction:row-reverse;margin-left:auto}.chat-message.assistant{margin-right:auto}.msg-avatar{width:32px;height:32px;border-radius:8px;background:var(--accent-dim);color:var(--accent);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-bubble{padding:.65rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.65;max-width:100%;word-break:break-word;white-space:pre-wrap}.chat-message.user .msg-bubble{background:var(--accent-dim);color:var(--text);border-bottom-right-radius:4px}.chat-message.assistant .msg-bubble{background:var(--surface);color:var(--text);border-bottom-left-radius:4px;border:1px solid var(--border)}.stream-cursor{display:inline-block;width:2px;height:1em;background:var(--accent);margin-left:2px;vertical-align:text-bottom;border-radius:1px;animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}.chat-input-area{padding:1rem 1.5rem .75rem;border-top:1px solid var(--border);background:var(--bg);flex-shrink:0}.chat-input-box{display:flex;align-items:flex-end;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.5rem .5rem .5rem 1rem;transition:border-color .15s}.chat-input-box:focus-within{border-color:var(--accent)}.chat-textarea{flex:1;background:transparent;border:none;outline:none;resize:none;color:var(--text);font-family:inherit;font-size:.9rem;line-height:1.6;min-height:24px;max-height:180px;overflow-y:auto;padding:0}.chat-textarea::placeholder{color:var(--text-muted)}.chat-textarea:disabled{opacity:.5}.chat-search-toggle{width:34px;height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s;padding:0}.chat-search-toggle:hover{border-color:var(--accent);color:var(--text)}.chat-search-toggle.active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.chat-send-btn{width:34px;height:34px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s,opacity .12s;padding:0}.chat-send-btn:disabled{background:var(--surface-2);opacity:.5;cursor:not-allowed}.chat-send-btn:not(:disabled):hover{background:var(--accent-hover)}.send-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.chat-hint{font-size:.72rem;color:var(--text-muted);margin:.4rem 0 0;text-align:center}@media(max-width:768px){.chat-history-sidebar{display:none}.chat-header{padding:.6rem .75rem}.chat-header-title{font-size:.82rem}.chat-messages{padding:.75rem;gap:.75rem}.chat-message{max-width:100%}.msg-bubble{font-size:.88rem;padding:.55rem .85rem}.chat-input-area{padding:.6rem .75rem .5rem}.chat-input-box{border-radius:10px;padding:.4rem .4rem .4rem .75rem}.chat-send-btn{width:40px;height:40px}.llm-settings-body{flex-direction:column;align-items:stretch;padding:.75rem}.llm-settings-body input[type=password]{width:100%}.llm-settings-actions{margin-left:0}.chat-empty h2{font-size:1.15rem}.chat-empty p{font-size:.85rem}}.page{padding:0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.filters{display:flex;gap:.25rem;margin-bottom:1.25rem;flex-wrap:wrap}.filters a{padding:.3rem .8rem;border-radius:20px;font-size:.85rem;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);transition:all .15s}.filters a:hover{color:var(--text);text-decoration:none;border-color:var(--accent)}.filters a.active{background:var(--accent-dim);color:var(--text);border-color:var(--accent);font-weight:600}table{width:100%;border-collapse:collapse;font-size:.9rem}th{padding:.65rem .9rem;text-align:left;font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border)}td{padding:.6rem .9rem;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}.source-cell{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:.82rem}.status{display:inline-block;font-size:.78rem;padding:.2em .6em;border-radius:12px;font-weight:600;letter-spacing:.02em}.direction-up{color:var(--green);font-weight:600}.direction-down{color:var(--red);font-weight:600}.total{margin-top:.75rem;color:var(--text-muted);font-size:.85rem}.btn{display:inline-block;padding:.45rem 1rem;border-radius:6px;font-size:.88rem;font-weight:500;text-decoration:none!important;transition:all .15s;border:1px solid transparent}.btn.primary{background:var(--accent);color:#fff}.btn.link{background:transparent;color:var(--accent);border-color:var(--border);padding:.3rem .7rem;font-size:.82rem}.btn.link:hover{border-color:var(--accent)}.error{color:var(--red)}.input-page h1{margin-bottom:.4rem}.input-page .subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.input-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;margin-bottom:1.25rem}.input-card h2{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.url-row{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap}.url-input{flex:1;min-width:0;padding:.6rem .85rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .15s}.url-input::placeholder{color:var(--text-muted)}.url-input:focus{border-color:var(--accent)}.file-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.file-input{flex:1;font-size:.88rem;color:var(--text-muted)}.file-input::-webkit-file-upload-button{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.4rem .8rem;border-radius:5px;cursor:pointer;margin-right:.5rem}.btn{padding:.6rem 1.3rem;border-radius:6px;border:1px solid transparent;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.primary:hover{background:var(--accent-hover)}.btn.secondary{background:var(--surface-2);color:var(--text);border-color:var(--border)}.btn.secondary:hover{border-color:var(--accent)}.btn:disabled{opacity:.45;cursor:not-allowed}.status-box{margin-top:1.5rem;padding:1rem 1.25rem;border-radius:8px;font-size:.9rem;display:flex;align-items:center;gap:.75rem}.status-box.info{background:var(--blue-bg);border:1px solid #1e3a8a;color:var(--blue)}.status-box.success{background:var(--green-bg);border:1px solid #14532d;color:var(--green)}.status-box.error{background:var(--red-bg);border:1px solid #7f1d1d;color:var(--red)}.spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.proxy-badge{margin-top:.75rem;padding:.5rem .75rem;border-radius:6px;font-size:.82rem;display:flex;align-items:center;gap:.5rem}.proxy-badge.active{background:#22c55e14;color:var(--green)}.proxy-badge.inactive{background:#eab30814;color:var(--amber)}.proxy-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.proxy-dot.ok{background:var(--green)}.proxy-dot.warn{background:var(--amber)}.proxy-configure-link{margin-left:.4rem;color:var(--accent);text-decoration:none;font-weight:600}.proxy-configure-link:hover{text-decoration:underline}.analysis-progress{margin-top:1.25rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:.5rem}.progress-step{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--text-muted);opacity:.4;transition:opacity .3s}.progress-step.active{opacity:1;color:var(--accent);font-weight:600}.progress-step.done{opacity:.8;color:var(--green)}.progress-step-dot{width:10px;height:10px;border-radius:50%;background:var(--border);flex-shrink:0;transition:background .3s}.progress-step.active .progress-step-dot{background:var(--accent);box-shadow:0 0 6px var(--accent)}.progress-step.done .progress-step-dot{background:var(--green)}.back-link{font-size:.9rem;margin-bottom:1rem;display:inline-block}.detail-title{font-size:1rem;color:var(--text-muted);font-weight:400;word-break:break-all;margin:.25rem 0 1.5rem}.detail-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem}.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem}.detail-card .label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.detail-card .value{font-size:1.1rem;font-weight:600;color:var(--text)}.status{display:inline-block;font-size:.78rem;padding:.2em .6em;border-radius:12px;font-weight:600}.status.pending,.status.processing{background:var(--blue-bg);color:var(--blue)}.detail-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.detail-section h2{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.sentiment-grid{display:grid;grid-template-columns:auto 1fr;gap:.3rem 1.25rem;font-size:.9rem}.sentiment-grid dt{color:var(--text-muted);font-weight:500;white-space:nowrap}.sentiment-grid dd{margin:0;color:var(--text);font-weight:600;word-break:break-word}.sentiment-json{margin:0;font-size:.78rem;color:var(--text-muted);white-space:pre-wrap;font-weight:400}.flags-list{list-style:none;padding:0;margin:0}.flags-list li{padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.9rem;color:var(--text)}.flags-list li:last-child{border-bottom:none}.flag-name{color:var(--yellow);font-weight:600;margin-right:.5rem}.transcript-text{font-size:.9rem;line-height:1.75;color:var(--text);white-space:pre-wrap;max-height:380px;overflow-y:auto;padding-right:.5rem}.transcript-text::-webkit-scrollbar{width:6px}.transcript-text::-webkit-scrollbar-track{background:transparent}.transcript-text::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.reasoning-text{font-size:.9rem;line-height:1.7;color:var(--text);margin:0}.error-box{background:var(--red-bg);border:1px solid #7f1d1d;border-radius:6px;padding:.75rem 1rem;color:var(--red);font-size:.88rem}.btn-analyze{display:inline-block;margin-top:1rem;padding:.5rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer}.btn-analyze:hover{background:var(--accent-hover)}.btn-analyze:disabled{opacity:.5;cursor:not-allowed}.interp-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.interp-form-fields{display:flex;gap:.75rem;flex-wrap:wrap;flex:1}.interp-field{display:flex;flex-direction:column;gap:.25rem;min-width:160px}.interp-field label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.interp-field input{background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:.4rem .65rem;color:var(--text);font-size:.88rem;outline:none}.interp-field input:focus{border-color:var(--accent)}.interp-field-hint{font-size:.72rem;color:var(--text-muted);line-height:1.4}.interp-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.interp-title-row h2{margin:0}.interp-badges{display:flex;gap:.4rem;flex-wrap:wrap}.badge{font-size:.72rem;font-weight:600;padding:.2em .6em;border-radius:10px;white-space:nowrap}.badge-historical{background:var(--blue-bg);color:var(--blue)}.badge-corpus{background:var(--accent-dim);color:var(--accent)}.interp-auto-value{display:flex;flex-direction:column;gap:.25rem}.interp-video-title{font-size:.88rem;color:var(--text);font-weight:500;margin-bottom:.35rem;line-height:1.4}.interp-speaker{font-size:.82rem;color:var(--text-muted);font-style:italic;margin-bottom:.5rem}.subsection-label{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:1rem 0 .4rem}.ticker-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.ticker-card{flex:1;min-width:110px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:.7rem .9rem}.ticker-symbol{font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.04em;margin-bottom:.2rem}.ticker-price{font-size:1.15rem;font-weight:700;color:var(--text)}.ticker-change{font-size:.82rem;font-weight:600;margin-top:.15rem}.ticker-change.ticker-up{color:var(--green)}.ticker-change.ticker-down{color:var(--red)}.ticker-change-label{font-weight:400;color:var(--text-muted);font-size:.75rem}.ticker-5d{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.ticker-error{font-size:.78rem;color:var(--red);margin-top:.25rem}.interp-summary{font-size:.95rem;line-height:1.65;color:var(--text);margin:.5rem 0 .75rem}.interp-context{background:var(--surface-2);border-left:3px solid var(--accent);padding:.6rem .9rem;border-radius:0 6px 6px 0;font-size:.88rem;color:var(--text);line-height:1.6;margin-bottom:.75rem}.interp-context-label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:.3rem}.interp-meta{display:flex;gap:1.5rem;font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem}.interp-meta strong{font-weight:700}.impact-table{margin-bottom:.75rem}.impact-row{display:flex;align-items:baseline;gap:.75rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.88rem}.impact-row:last-child{border-bottom:none}.impact-ticker{font-family:monospace;font-weight:700;color:var(--text);min-width:70px}.impact-dir{font-weight:700;min-width:80px;font-size:.83rem}.impact-mag{font-size:.78rem;color:var(--text-muted);min-width:36px}.impact-reasoning{color:var(--text-muted);flex:1;line-height:1.5}.historical-card{border-color:var(--green);border-opacity:.5}.outcome-note{font-size:.8rem;color:var(--text-muted);font-style:italic;margin:.4rem 0 .75rem;line-height:1.5}.signals-section{margin-bottom:.75rem}.signal-card{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.6rem .85rem;margin-bottom:.5rem}.signal-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.3rem;flex-wrap:wrap}.signal-category{font-size:.68rem;font-weight:700;padding:.15em .5em;border-radius:8px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.signal-phrase{font-size:.88rem;color:var(--text);font-style:italic;font-weight:500}.signal-implication{font-size:.85rem;color:var(--text);line-height:1.5}.signal-precedent{font-size:.8rem;color:var(--text-muted);margin-top:.25rem;line-height:1.5}.risk-list ul{margin:0;padding-left:1.2rem}.risk-list li{font-size:.88rem;color:var(--text-muted);line-height:1.6;padding:.15rem 0}.similar-list{display:flex;flex-direction:column;gap:.5rem}.similar-card{display:block;padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);text-decoration:none;color:var(--text);transition:border-color .12s}.similar-card:hover{border-color:var(--accent)}.similar-sim{font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:.2rem}.similar-title{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.similar-summary{font-size:.78rem;color:var(--text-muted);margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.similar-meta{font-size:.7rem;color:var(--text-muted);margin-top:.25rem}.sentiment-timeline{margin-top:1rem}.timeline-chart{display:flex;flex-direction:column;gap:2px}.timeline-row{display:flex;align-items:center;gap:.5rem;height:24px}.timeline-label{font-size:.72rem;font-family:monospace;color:var(--text-muted);min-width:36px;text-align:right}.timeline-bar-wrap{flex:1;position:relative;height:16px;background:var(--surface-2);border-radius:3px;overflow:hidden}.timeline-center{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--border)}.timeline-bar{position:absolute;top:2px;height:12px;border-radius:2px;transition:width .2s}.timeline-bar.positive{background:var(--green);opacity:.7}.timeline-bar.negative{background:var(--red);opacity:.7}.timeline-score{font-size:.72rem;font-family:monospace;min-width:48px;color:var(--text-muted)}.timeline-score.confident{color:var(--green)}.timeline-score.subdued{color:var(--red)}.interp-progress{margin-top:.75rem;padding:.6rem .85rem;background:var(--blue-bg);border:1px solid var(--accent-dim);border-radius:6px;font-size:.85rem;color:var(--blue);display:flex;align-items:center;gap:.6rem}.interp-progress .spinner{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:interp-spin .6s linear infinite;flex-shrink:0}@keyframes interp-spin{to{transform:rotate(360deg)}}.lp-page{padding:0}.lp-header{margin-bottom:1.5rem}.lp-header h1{margin:.25rem 0 .3rem}.lp-subtitle{color:var(--text-muted);font-size:.88rem;margin:0}.lp-subtitle code{background:var(--surface-2);padding:.1em .4em;border-radius:4px;font-size:.9em;color:var(--accent)}.back-link{font-size:.88rem;color:var(--text-muted);display:inline-block;margin-bottom:.25rem}.back-link:hover{color:var(--accent);text-decoration:none}.lp-pipeline{display:flex;align-items:flex-start;gap:0;margin-bottom:1.75rem;flex-wrap:wrap}.lp-pipeline-step{flex:1;min-width:220px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.lp-pipeline-arrow{align-self:center;font-size:1.4rem;color:var(--text-muted);padding:0 .75rem;flex-shrink:0}.lp-step{display:flex;align-items:center;gap:.65rem;margin-bottom:.6rem}.lp-step-num{width:28px;height:28px;border-radius:50%;background:var(--accent-dim);border:2px solid var(--accent);color:var(--text);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-step.done .lp-step-num{background:var(--green-bg);border-color:var(--green);color:var(--green)}.lp-step-label{font-size:1rem;font-weight:700;color:var(--text)}.lp-step-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 .9rem;line-height:1.5}.lp-step-desc em{font-style:normal;color:var(--yellow)}.btn-action{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:var(--accent);color:#fff;border:none;border-radius:7px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-action:hover:not(:disabled){background:var(--accent-hover)}.btn-action:disabled{opacity:.45;cursor:not-allowed}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lp-inline-result{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-top:.75rem;font-size:.85rem;font-weight:600}.lp-inline-result .ok{color:var(--green)}.lp-inline-result .dim{color:var(--text-muted);font-weight:400}.lp-inline-result .err{color:var(--red)}.lp-inline-result details{font-weight:400;color:var(--text-muted);font-size:.82rem}.lp-inline-result summary{cursor:pointer;color:var(--accent)}.lp-inline-result ul{margin:.3rem 0 0 1rem;padding:0;list-style:disc}.lp-inline-result li{padding:.1rem 0}.lp-inline-error{color:var(--red);font-size:.84rem;margin-top:.5rem}.lp-subfolder-row{margin-bottom:.6rem}.lp-subfolder-input{padding:.4rem .7rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.85rem;width:160px;outline:none}.lp-subfolder-input:focus{border-color:var(--accent)}.lp-dropzone{border:2px dashed var(--border);border-radius:10px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .15s;background:var(--bg)}.lp-dropzone:hover{border-color:var(--accent);background:var(--surface-2)}.lp-dropzone.drag-over{border-color:var(--accent);background:var(--accent-dim)}.lp-dropzone-text{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.88rem;color:var(--text-muted);font-weight:500}.lp-stat-row{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:1.5rem}.lp-stat{flex:1;min-width:90px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem}.lp-stat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem}.lp-stat-value{font-size:1.55rem;font-weight:700;color:var(--text)}.lp-stat.pending .lp-stat-value{color:var(--yellow)}.lp-stat.processing .lp-stat-value{color:var(--blue)}.lp-stat.completed .lp-stat-value{color:var(--green)}.lp-stat.failed .lp-stat-value{color:var(--red)}.progress-stat{min-width:140px}.lp-progress-bar{height:6px;background:var(--surface-2);border-radius:3px;margin-top:.5rem;overflow:hidden}.lp-progress-fill{height:100%;background:var(--green);border-radius:3px;transition:width .4s ease}.lp-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.lp-table-header h2{font-size:1rem}.lp-filters{display:flex;gap:.3rem;flex-wrap:wrap}.lp-filter-btn{padding:.22rem .65rem;border-radius:12px;font-size:.78rem;font-weight:600;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all .15s}.lp-filter-btn:hover{border-color:var(--accent);color:var(--text)}.lp-filter-btn.active{background:var(--accent-dim);border-color:var(--accent);color:var(--text)}.lp-table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.87rem}th{padding:.6rem .9rem;text-align:left;color:var(--text-muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:.55rem .9rem;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}.lp-filename{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:.8rem;color:var(--text-muted)}.lp-date{color:var(--text-muted);font-size:.8rem;white-space:nowrap}.lp-empty{text-align:center;padding:2.5rem;color:var(--text-muted);font-size:.9rem}.status{display:inline-block;font-size:.74rem;padding:.18em .55em;border-radius:10px;font-weight:700;white-space:nowrap}.status.pending{background:var(--yellow-bg);color:var(--yellow)}.status.processing{background:var(--blue-bg);color:var(--blue)}.status.completed{background:var(--green-bg);color:var(--green)}.status.failed{background:var(--red-bg);color:var(--red)}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--bg)}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem}.auth-card .auth-brand{font-size:1.15rem;font-weight:700;margin-bottom:1.5rem}.auth-card h2{font-size:1.25rem;margin:0 0 1.25rem;color:var(--text)}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form input{padding:.65rem .85rem;border:1px solid var(--border);border-radius:7px;background:var(--bg);color:var(--text);font-size:.9rem;outline:none;transition:border-color .15s}.auth-form input:focus{border-color:var(--accent)}.auth-error{color:var(--red);font-size:.84rem;margin:0}.auth-btn{padding:.65rem;border:1px solid var(--border);border-radius:7px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.auth-btn.primary:hover:not(:disabled){background:var(--accent-hover)}.auth-btn.sso{background:var(--surface-2);color:var(--text);width:100%}.auth-btn.sso:hover{border-color:var(--accent)}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--text-muted);font-size:.82rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.sso-buttons{display:flex;flex-direction:column;gap:.5rem}.auth-footer{text-align:center;font-size:.85rem;color:var(--text-muted);margin-top:1.25rem}.auth-footer a{color:var(--accent);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-info-box{background:var(--accent-dim);border:1px solid var(--accent);border-radius:8px;padding:.85rem 1rem;margin-bottom:1rem;font-size:.88rem;color:var(--accent);line-height:1.5}@media(max-width:480px){.auth-card{margin:0 .75rem;padding:2rem 1.25rem}.auth-form input,.auth-btn{min-height:44px;font-size:1rem}}.admin-page h1{margin:0 0 1rem}.admin-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.admin-tab{padding:.5rem 1rem;font-size:.88rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-bottom:2px solid transparent;transition:all .15s}.admin-tab:hover{color:var(--text)}.admin-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.admin-users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.admin-filter-tabs{display:flex;gap:.25rem}.admin-filter-tab{padding:.35rem .75rem;border-radius:6px;font-size:.82rem;font-weight:600;border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.admin-filter-tab:hover{border-color:var(--accent);color:var(--text)}.admin-filter-tab.active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.pending-badge{background:var(--red);color:#fff;font-size:.68rem;font-weight:700;padding:.1em .45em;border-radius:10px;min-width:1.2em;text-align:center}.approval-actions{display:flex;gap:.3rem}.approve-btn{padding:.2rem .5rem;border-radius:5px;font-size:.72rem;font-weight:700;border:1px solid var(--green);background:var(--green-bg);color:var(--green);cursor:pointer}.approve-btn:hover{background:var(--green);color:#fff}.reject-btn{padding:.2rem .5rem;border-radius:5px;font-size:.72rem;font-weight:700;border:1px solid var(--red);background:var(--red-bg);color:var(--red);cursor:pointer}.reject-btn:hover{background:var(--red);color:#fff}.admin-search{padding:.45rem .75rem;border:1px solid var(--border);border-radius:7px;background:var(--bg);color:var(--text);font-size:.85rem;width:240px;outline:none}.admin-search:focus{border-color:var(--accent)}.admin-table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}.admin-email{font-family:monospace;font-size:.82rem}.admin-date{color:var(--text-muted);font-size:.8rem;white-space:nowrap}.admin-empty{text-align:center;padding:2rem;color:var(--text-muted)}tr.inactive td{opacity:.5}.provider-badge{font-size:.72rem;padding:.15em .45em;border-radius:6px;background:var(--surface-2);color:var(--text-muted);font-weight:600}.root-badge{font-size:.6rem;font-weight:700;padding:.1em .35em;border-radius:4px;background:var(--purple);color:#fff;margin-left:.4rem;vertical-align:middle;letter-spacing:.04em}.role-label-locked{font-size:.82rem;color:var(--text-muted);font-weight:600}.role-select{padding:.25rem .4rem;border:1px solid var(--border);border-radius:5px;background:var(--bg);color:var(--text);font-size:.82rem;cursor:pointer}.toggle-btn{padding:.2rem .55rem;border-radius:10px;font-size:.72rem;font-weight:700;border:none;cursor:pointer}.toggle-btn.on{background:var(--green-bg);color:var(--green)}.toggle-btn.off{background:var(--red-bg);color:var(--red)}.reset-pw-btn{padding:.2rem .55rem;border-radius:5px;font-size:.72rem;font-weight:600;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer}.reset-pw-btn:hover{border-color:var(--accent);color:var(--accent)}.admin-header-actions{display:flex;gap:.5rem;align-items:center}.admin-action-btn{padding:.4rem .75rem;border-radius:6px;font-size:.82rem;font-weight:600;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}.admin-action-btn:hover{opacity:.9}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;width:420px;max-width:90vw;max-height:80vh;overflow-y:auto}.modal-content h3{margin:0 0 1rem;font-size:1.1rem}.modal-content label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);margin:.75rem 0 .25rem}.modal-content input,.modal-content select,.modal-content textarea{width:100%;padding:.45rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text);font-size:.85rem;box-sizing:border-box}.modal-content textarea{resize:vertical;font-family:inherit}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{border-color:var(--accent);outline:none}.modal-error{color:var(--red);font-size:.82rem;margin:.5rem 0 0}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.modal-cancel{padding:.4rem .75rem;border-radius:6px;font-size:.82rem;border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer}.modal-submit{padding:.4rem .75rem;border-radius:6px;font-size:.82rem;font-weight:600;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}.modal-submit:disabled{opacity:.6;cursor:not-allowed}.invite-results{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.invite-result{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.5rem;border-radius:6px;background:var(--surface-2);font-size:.82rem}.invite-email{font-family:monospace;font-weight:600}.invite-status{color:var(--text-muted)}.invite-result.invited .invite-status{color:var(--green)}.invite-result.already_exists .invite-status{color:var(--text-muted)}.invite-result.created_no_email .invite-status{color:var(--amber)}.invite-temp-pw{font-family:monospace;font-size:.78rem;background:var(--bg);padding:.15rem .4rem;border-radius:4px;width:100%}.audit-details pre{margin:0;font-size:.72rem;white-space:pre-wrap;word-break:break-all;max-width:280px;color:var(--text-muted)}.admin-system-loading,.admin-system-error{padding:2rem;text-align:center;color:var(--text-muted)}.sys-section{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.sys-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-dot.ok{background:var(--green)}.status-dot.err{background:var(--red)}.sys-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.sys-stat{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem}.sys-stat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}.sys-stat-value{font-size:1.4rem;font-weight:700;color:var(--text)}.sys-detail{font-size:.88rem;margin-bottom:.5rem;color:var(--text)}.sys-label{color:var(--text-muted);font-weight:600}.sys-muted{color:var(--text-muted);font-style:italic}.model-tag{display:inline-block;margin:0 .3rem .2rem 0;padding:.15em .5em;background:var(--accent-dim);color:var(--accent);border-radius:6px;font-size:.82rem}.proxy-config{margin-bottom:1rem}.proxy-input-row{display:flex;gap:.5rem;align-items:center;margin-top:.4rem;flex-wrap:wrap}.proxy-url-input{flex:1;min-width:200px;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.88rem;font-family:monospace;outline:none}.proxy-url-input:focus{border-color:var(--accent)}.proxy-url-input::placeholder{color:var(--text-muted)}.proxy-btn{padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s}.proxy-btn:disabled{opacity:.4;cursor:not-allowed}.proxy-btn.save{background:var(--accent);color:#fff;border-color:var(--accent)}.proxy-btn.save:hover:not(:disabled){opacity:.9}.proxy-btn.test{background:var(--surface-2);color:var(--text)}.proxy-btn.test:hover:not(:disabled){border-color:var(--accent)}.proxy-status-line{margin-top:.6rem;font-size:.82rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.proxy-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.proxy-status-dot.active{background:var(--green)}.proxy-status-dot.off{background:var(--text-muted)}.proxy-test-result{margin-top:.5rem;padding:.5rem .75rem;border-radius:6px;font-size:.82rem}.proxy-test-result.ok{background:#22c55e14;color:var(--green)}.proxy-test-result.fail{background:#ef444414;color:var(--red)}.proxy-providers{margin-top:1rem}.provider-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.provider-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem}.provider-name{font-weight:700;font-size:.9rem;margin-bottom:.25rem}.provider-pricing{font-size:.82rem;color:var(--accent);margin-bottom:.25rem}.provider-notes{font-size:.78rem;color:var(--text-muted);margin-bottom:.35rem}.provider-link{font-size:.78rem;color:var(--accent);text-decoration:none}.provider-link:hover{text-decoration:underline}.smtp-config{margin-bottom:1rem}.smtp-fields{display:flex;flex-direction:column;gap:.75rem}.smtp-row{display:flex;gap:.75rem;flex-wrap:wrap}.smtp-field{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.25rem}.smtp-field-port{flex:0 0 100px;min-width:100px}.smtp-input{padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.88rem;font-family:inherit;outline:none}.smtp-input:focus{border-color:var(--accent)}.smtp-input::placeholder{color:var(--text-muted)}.smtp-actions{display:flex;gap:.5rem;margin-top:.75rem}.ws-test-results{margin-top:.5rem;display:flex;flex-direction:column;gap:.35rem}.ws-test-item{font-size:.78rem;padding:.35rem 0;border-top:1px solid rgba(34,197,94,.15)}.ws-test-item:first-child{border-top:none}.ws-test-snippet{color:var(--text-muted)}.instrument-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:.75rem}.instrument-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem}.instrument-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.instrument-card-actions{display:flex;gap:.3rem}.instrument-details{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem}.instrument-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.instrument-ticker-tag{display:inline-flex;align-items:center;gap:.15rem;padding:.1rem .45rem;background:var(--accent-dim);color:var(--accent);border-radius:4px;font-size:.78rem;font-family:monospace}.ticker-remove-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;padding:0;line-height:1}.ticker-remove-btn:hover{color:var(--red)}.ticker-add-input{width:70px;padding:.1rem .35rem;background:var(--bg);border:1px dashed var(--border);border-radius:4px;color:var(--text);font-size:.78rem;font-family:monospace;outline:none}.ticker-add-input:focus{border-color:var(--accent);border-style:solid}.ticker-add-input::placeholder{color:var(--text-muted)}.instrument-edit-form{display:flex;flex-direction:column;gap:.5rem}.training-suite{display:flex;flex-direction:column;gap:1rem}.ts-tabs{display:flex;gap:0;border-bottom:1px solid var(--border)}.ts-tab{padding:.5rem 1.2rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:color .12s,border-color .12s}.ts-tab:hover{color:var(--text)}.ts-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.ts-content{padding:.5rem 0}.ts-loading,.ts-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.88rem}.ts-error{padding:.5rem .75rem;background:#ef444414;color:var(--red);border-radius:6px;font-size:.82rem;margin-bottom:.5rem}.ts-status{padding:.5rem .75rem;background:#22c55e14;color:var(--green);border-radius:6px;font-size:.82rem;margin-top:.5rem}.ts-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.25rem}.ts-input,.ts-select{padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.88rem;font-family:inherit;outline:none;width:100%;box-sizing:border-box}.ts-input:focus,.ts-select:focus{border-color:var(--accent)}.ts-input::placeholder{color:var(--text-muted)}.ts-textarea{padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.85rem;font-family:monospace;outline:none;width:100%;resize:vertical;box-sizing:border-box}.ts-textarea:focus{border-color:var(--accent)}.ts-btn{padding:.45rem 1rem;border-radius:6px;border:1px solid var(--border);font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .12s}.ts-btn:disabled{opacity:.4;cursor:not-allowed}.ts-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.ts-btn.primary:hover:not(:disabled){opacity:.9}.ts-btn.small{padding:.25rem .6rem;font-size:.78rem}.ts-btn.danger{color:var(--red)}.ts-btn.danger:hover:not(:disabled){background:#ef444414;border-color:var(--red)}.ts-pull-row{display:flex;gap:.5rem;margin-bottom:1rem}.ts-pull-row .ts-input{flex:1}.ts-pull-progress{margin-bottom:1rem}.ts-pull-status{font-size:.82rem;color:var(--text-muted);margin-bottom:.35rem}.ts-progress-bar{height:6px;background:var(--surface-2);border-radius:3px;overflow:hidden}.ts-progress-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .3s}.ts-model-list{display:flex;flex-direction:column;gap:.5rem}.ts-model-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.ts-model-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ts-model-name{font-weight:700;font-size:.9rem;color:var(--text)}.ts-model-actions{display:flex;gap:.35rem}.ts-model-meta{display:flex;gap:.75rem;margin-top:.35rem;font-size:.78rem;color:var(--text-muted)}.ts-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.ts-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:min(90vw,700px);max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.ts-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.ts-modal-header h3{margin:0;font-size:1rem}.ts-modal-close{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px}.ts-modal-close:hover{color:var(--text);background:var(--surface-2)}.ts-modal-body{padding:1rem 1.25rem;overflow-y:auto}.ts-detail-section{margin-bottom:1rem}.ts-detail-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.25rem}.ts-detail-pre{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.75rem;font-size:.82rem;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto;margin:0}.ts-create{display:flex;flex-direction:column;gap:1rem}.ts-create-field{display:flex;flex-direction:column;gap:.25rem}.ts-create-actions{display:flex;gap:.5rem}.ts-help{margin-top:1rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.ts-help-pre{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.75rem;font-size:.82rem;white-space:pre-wrap;margin:.35rem 0 0}.ts-test{display:flex;flex-direction:column;gap:1rem}.ts-test-controls{display:flex;gap:.75rem;flex-wrap:wrap}.ts-test-field{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:200px}.ts-test-temp{flex:0 0 100px;min-width:100px}.ts-test-response{margin-top:.5rem}.ts-response-pre{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;font-size:.85rem;font-family:inherit;white-space:pre-wrap;word-break:break-word;margin:.35rem 0 0;max-height:400px;overflow-y:auto}.ts-finetune{display:flex;flex-direction:column;gap:1.5rem}.ts-finetune-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.ts-section-title{margin:0 0 .25rem;font-size:1rem}.ts-hint{color:var(--text-muted);font-size:.82rem;margin:0 0 1rem}.ts-finetune-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.ts-finetune-options{margin-bottom:.75rem}.ts-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);cursor:pointer}.ts-finetune-jobs{display:flex;flex-direction:column;gap:.75rem}.ts-finetune-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.ts-finetune-card.active{border-color:var(--green);box-shadow:0 0 0 1px #4ade8040}.ts-finetune-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.ts-active-badge{display:inline-block;background:#4ade8020;color:var(--green);font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:4px;margin-left:.5rem;text-transform:uppercase}.ts-finetune-status{font-size:.82rem;font-weight:600;text-transform:uppercase}.ts-finetune-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.78rem;color:var(--text-muted);margin-bottom:.5rem}.ts-finetune-error{background:var(--red-bg);color:var(--red);font-size:.8rem;padding:.4rem .6rem;border-radius:4px;margin-bottom:.5rem}.ts-finetune-actions{display:flex;gap:.5rem}@media(max-width:600px){.ts-finetune-grid{grid-template-columns:1fr}}.lakehouse{display:flex;flex-direction:column;gap:1rem}.lh-tabs{display:flex;gap:0;border-bottom:1px solid var(--border)}.lh-tab{padding:.5rem 1.2rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:color .12s,border-color .12s}.lh-tab:hover{color:var(--text)}.lh-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.lh-content{padding:.5rem 0}.lh-loading,.lh-muted{text-align:center;color:var(--text-muted);padding:2rem;font-size:.88rem}.lh-error{padding:.5rem .75rem;background:#ef444414;color:var(--red);border-radius:6px;font-size:.82rem;margin-bottom:.5rem}.lh-status{padding:.5rem .75rem;background:#22c55e14;color:var(--green);border-radius:6px;font-size:.82rem;margin-top:.5rem}.lh-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.25rem}.lh-input{padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.88rem;font-family:inherit;outline:none;width:100%;box-sizing:border-box}.lh-input:focus{border-color:var(--accent)}.lh-input::placeholder{color:var(--text-muted)}.lh-textarea{padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.85rem;font-family:monospace;outline:none;width:100%;resize:vertical;box-sizing:border-box}.lh-textarea:focus{border-color:var(--accent)}.lh-btn{padding:.45rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .12s}.lh-btn:disabled{opacity:.4;cursor:not-allowed}.lh-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.lh-btn.primary:hover:not(:disabled){opacity:.9}.lh-overview{display:flex;flex-direction:column;gap:.75rem}.lh-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.lh-card-header{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;font-weight:700;font-size:.85rem;border-bottom:1px solid var(--border)}.lh-card-body{padding:.65rem 1rem}.lh-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.lh-status-dot.green{background:var(--green)}.lh-status-dot.red{background:var(--red)}.lh-status-dot.yellow{background:var(--amber)}.lh-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.84rem}.lh-stat-label{color:var(--text-muted)}.lh-stat-value{font-weight:600;color:var(--text)}.lh-path{font-family:monospace;font-size:.78rem;word-break:break-all}.lh-table-stat{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid var(--border)}.lh-table-stat:last-child{border-bottom:none}.lh-table-name{font-weight:600;font-size:.84rem;font-family:monospace}.lh-table-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--text-muted)}.lh-query{display:flex;flex-direction:column;gap:.75rem}.lh-query-field{display:flex;flex-direction:column;gap:.25rem}.lh-query-actions{display:flex;align-items:center;gap:.75rem}.lh-query-info{font-size:.82rem;color:var(--text-muted)}.lh-results-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.lh-results-table{width:100%;border-collapse:collapse;font-size:.82rem}.lh-results-table th{position:sticky;top:0;background:var(--surface);text-align:left;padding:.45rem .65rem;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}.lh-results-table td{padding:.35rem .65rem;border-bottom:1px solid var(--border);white-space:nowrap;max-width:300px;overflow:hidden;text-overflow:ellipsis}.lh-results-table tr:last-child td{border-bottom:none}.lh-results-table tr:hover td{background:#ffffff05}.lh-analytics{display:flex;flex-direction:column;gap:.75rem}.lh-analytics-controls{display:flex;gap:.5rem}.lh-analytics-controls .lh-input{flex:1}.lh-analytics-label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.lh-training{display:flex;flex-direction:column;gap:.75rem}.lh-training-controls{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.lh-training-field{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:130px}.lh-training-actions{display:flex;align-items:center;gap:.75rem}.lh-training-preview{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.65rem;font-size:.78rem;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto;margin:0 0 .5rem}.lh-archive{display:flex;flex-direction:column;gap:.75rem}.lh-archive-field{display:flex;flex-direction:column;gap:.25rem}.lh-archive-info{font-size:.84rem;color:var(--text-muted);padding:.5rem .75rem;background:#3b82f60f;border-radius:6px;line-height:1.5}.lh-export{display:flex;flex-direction:column;gap:.75rem}.lh-export-field{display:flex;flex-direction:column;gap:.25rem}.tm-container{padding:1rem 0}.tm-loading{padding:2rem;text-align:center;color:var(--text-muted)}.tm-error{background:var(--red-bg);border:1px solid var(--red);color:var(--red);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.tm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tm-header h2{margin:0;font-size:1.2rem}.tm-btn{padding:.4rem .8rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:.85rem}.tm-btn:hover{background:var(--border)}.tm-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.tm-btn-primary:hover{background:var(--accent-dim)}.tm-btn-primary:disabled{opacity:.6;cursor:not-allowed}.tm-btn-danger{background:var(--red-bg);border-color:var(--red-bg);color:var(--red)}.tm-btn-danger:hover{background:var(--red-bg)}.tm-btn-small{padding:.25rem .5rem;font-size:.8rem}.tm-create-form{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.tm-form-row{display:flex;flex-direction:column;gap:.3rem}.tm-form-row label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.tm-form-row input,.tm-form-row select{padding:.4rem .6rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem}.tm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.tm-table{width:100%;border-collapse:collapse;font-size:.9rem}.tm-table th,.tm-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.tm-table th{color:var(--text-muted);font-weight:500;font-size:.8rem;text-transform:uppercase}.tm-table code{background:var(--surface);padding:.15rem .4rem;border-radius:4px;font-size:.85rem}.tm-inactive{opacity:.5}.tm-badge{padding:.15rem .5rem;border-radius:10px;font-size:.75rem;font-weight:500}.tm-badge-free{background:var(--surface);color:var(--accent)}.tm-badge-pro{background:var(--green-bg);color:var(--green)}.tm-badge-enterprise{background:var(--yellow-bg);color:var(--yellow)}.tm-status{font-size:.8rem;font-weight:500}.tm-status-active{color:var(--green)}.tm-status-inactive{color:var(--red)}.tm-actions{display:flex;gap:.4rem}.tm-empty{text-align:center;color:var(--text-dim);padding:2rem!important}.tm-hint{color:var(--text-muted);font-size:.85rem;margin:0 0 .5rem}.tm-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.tm-modal{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;min-width:360px;max-width:500px;display:flex;flex-direction:column;gap:.75rem}.tm-modal-wide{min-width:450px;max-width:600px}.tm-modal h3{margin:0 0 .5rem}.tm-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.to-container{padding:1rem 0;max-width:600px}.to-container h2{margin:0 0 1.5rem;font-size:1.3rem}.to-steps{display:flex;gap:.5rem;margin-bottom:1.5rem}.to-step{display:flex;align-items:center;gap:.4rem;opacity:.4}.to-step-active{opacity:1}.to-step-done{opacity:.7}.to-step-num{width:24px;height:24px;border-radius:50%;background:var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.to-step-active .to-step-num{background:var(--accent);color:#fff}.to-step-done .to-step-num{background:#166534;color:var(--green)}.to-step-label{font-size:.8rem;color:var(--text-muted)}.to-step-active .to-step-label{color:var(--text);font-weight:500}.to-error{background:var(--red-bg);border:1px solid var(--red);color:var(--red);padding:.6rem .8rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.to-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.to-card-success{border-color:var(--green)}.to-card h3{margin:0 0 1rem;font-size:1.1rem}.to-field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem}.to-field label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.to-field input{padding:.5rem .7rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem}.to-field input:focus{border-color:var(--accent);outline:none}.to-hint{font-size:.8rem;color:var(--text-dim)}.to-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.to-plan-card{background:var(--surface);border:2px solid var(--border);border-radius:10px;padding:1rem;cursor:pointer;text-align:center;transition:border-color .15s;color:var(--text)}.to-plan-card:hover{border-color:var(--border)}.to-plan-selected{border-color:var(--accent);background:var(--surface)}.to-plan-label{font-weight:600;font-size:1rem;margin-bottom:.4rem}.to-plan-desc{font-size:.75rem;color:var(--text-muted)}.to-summary{background:var(--surface);border-radius:8px;padding:1rem;margin-bottom:1rem}.to-summary h4{margin:0 0 .5rem;font-size:.85rem;color:var(--text-muted);text-transform:uppercase}.to-summary-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.9rem}.to-summary-row span{color:var(--text-muted)}.to-summary-row code{background:var(--surface);padding:.1rem .4rem;border-radius:4px;font-size:.85rem}.to-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.to-btn{padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:.9rem}.to-btn:hover{background:var(--border)}.to-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.to-btn-primary:hover{background:var(--accent-dim)}.to-btn-primary:disabled{opacity:.6;cursor:not-allowed}.rap-accuracy{padding:0}.rap-accuracy h1{margin-bottom:.25rem}.page-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:var(--text)}.stat-label{font-size:.82rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem}.stat-sub{font-size:.78rem;color:var(--text-muted);margin-top:.5rem}.section{margin-bottom:2rem}.section h2{font-size:1.1rem;margin-bottom:.75rem;color:var(--text)}.ticker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.ticker-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center}.ticker-symbol{font-weight:700;font-size:.95rem;margin-bottom:.25rem}.ticker-move{font-size:1.4rem;font-weight:700}.ticker-move.positive{color:var(--green)}.ticker-move.negative{color:var(--red)}.ticker-count{font-size:.78rem;color:var(--text-muted);margin-top:.25rem}.accuracy-badge{display:inline-block;padding:.15em .5em;border-radius:10px;font-size:.82rem;font-weight:600}.accuracy-badge.good{background:var(--green-bg);color:var(--green)}.accuracy-badge.fair{background:var(--yellow-bg);color:var(--yellow)}.accuracy-badge.poor{background:var(--red-bg);color:var(--red)}.direction.up{color:var(--green);font-weight:600}.direction.down{color:var(--red);font-weight:600}.direction.neutral{color:var(--text-muted)}td.positive{color:var(--green);font-weight:600}td.negative{color:var(--red);font-weight:600}.result-badge{display:inline-block;padding:.15em .5em;border-radius:10px;font-size:.82rem;font-weight:600}.empty-state{text-align:center;padding:3rem;color:var(--text-muted)}.instrument-class-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}.instrument-class-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem}.ic-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.ic-obs{font-size:.78rem;color:var(--text-muted)}.ic-tickers{display:flex;gap:.3rem;flex-wrap:wrap;margin-bottom:.5rem}.ic-ticker{font-size:.75rem;padding:.1rem .4rem;background:var(--accent-dim);color:var(--accent);border-radius:4px}.ic-timeframes{display:flex;flex-direction:column;gap:.2rem}.ic-tf-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.ic-tf-label{font-weight:600;min-width:30px;color:var(--text-muted)}.ic-tf-avg.positive{color:var(--green);font-weight:600}.ic-tf-avg.negative{color:var(--red);font-weight:600}.ic-tf-range,.ic-tf-count{color:var(--text-muted);font-size:.75rem}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.tile-wrapper{background:var(--surface);border:1px solid var(--border);border-top:1px solid var(--card-edge);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.tile-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid var(--border-subtle)}.tile-title{margin:0;font-size:.85rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.tile-subtitle{font-size:.75rem;color:var(--text-muted)}.tile-actions{display:flex;gap:.3rem}.tile-body{flex:1;padding:.5rem .75rem;min-height:0;overflow:auto}.tile-loading,.tile-error{display:flex;align-items:center;justify-content:center;height:100%;min-height:120px;font-size:.9rem}.tile-loading{color:var(--text-muted)}.tile-error{color:var(--red)}.stat-card{background:var(--surface);border:1px solid var(--border);border-top:1px solid var(--card-edge);border-radius:8px;padding:.6rem .85rem;display:flex;flex-direction:column;gap:.2rem}.stat-card-header{display:flex;align-items:center;gap:.4rem}.stat-card-icon{font-size:1.1rem}.stat-card-title{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.stat-card-value{font-size:1.5rem;font-weight:700;color:var(--text);font-family:var(--font-mono);font-variant-numeric:tabular-nums;line-height:1.15;letter-spacing:-.02em}.stat-card-footer{display:flex;align-items:center;gap:.5rem}.stat-card-subtitle{font-size:.75rem;color:var(--text-dim)}.stat-card-trend{font-size:.75rem;font-weight:600;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.stat-trend-up{color:var(--green)}.stat-trend-down{color:var(--red)}.stat-trend-neutral{color:var(--text-muted)}.data-table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.82rem}.data-table th{color:var(--text-muted);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;padding:.35rem .5rem;border-bottom:1px solid var(--border);white-space:nowrap;text-align:left}.data-table td{padding:.3rem .5rem;border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);font-variant-numeric:tabular-nums;font-family:var(--font-mono);font-size:.8rem}.data-table tbody tr:hover{background:var(--border-subtle)}.data-table-empty{text-align:center;color:var(--text-dim);padding:1.5rem}@media(max-width:768px){.stat-card-value{font-size:1.4rem}.tile-body{padding:.5rem}}.analytics-dashboard{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box}.dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.dash-header h1{margin:0;font-size:1.75rem}.dash-subtitle{font-size:.85rem;color:var(--text-muted)}.dash-controls{display:flex;gap:.5rem;align-items:center}.dash-template-select{padding:.4rem .6rem;background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;font-size:.85rem}.dash-edit-btn,.dash-add-btn{padding:.4rem .8rem;border:1px solid var(--border);background:transparent;color:var(--text-secondary);border-radius:6px;cursor:pointer;font-size:.85rem}.dash-edit-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.dash-add-btn{border-color:var(--green);color:var(--green)}.dash-add-btn:hover{background:var(--green);color:#fff}.dash-grid{min-height:300px}.dash-grid .react-grid-item{transition:all .2s ease;overflow:hidden}.dash-grid .react-grid-item.react-grid-placeholder{background:var(--accent);opacity:.15;border-radius:8px}.dash-grid .react-grid-item>.react-resizable-handle:after{border-right-color:var(--border);border-bottom-color:var(--border)}.tile-edit-btn{padding:.15rem .5rem;border:1px solid var(--border);background:transparent;color:var(--text-secondary);border-radius:4px;cursor:pointer;font-size:.75rem}.tile-edit-btn:hover{background:var(--surface-2)}.tile-placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:80px;color:var(--text-dim);font-size:.85rem}.tile-placeholder.error{color:var(--red)}.tile-placeholder.empty-state{flex-direction:column;gap:.3rem;text-align:center;padding:1rem}.empty-state-icon{font-size:1.5rem;opacity:.4}.empty-state-hint{font-size:.72rem;color:var(--border)}.dash-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--text-dim);text-align:center}.dash-loading{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--text-muted)}.tile-editor-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.tile-editor{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.tile-editor h3{margin:0 0 1rem;font-size:1.1rem}.te-label{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.8rem;color:var(--text-muted);font-weight:500}.te-input,.te-select,.te-textarea{padding:.45rem .6rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:5px;font-size:.9rem;font-family:inherit}.te-textarea{font-family:monospace;font-size:.8rem;resize:vertical}.te-error{color:var(--red);font-size:.75rem}.te-size-row{display:flex;gap:.75rem}.te-small{flex:1}.te-actions{display:flex;gap:.5rem;margin-top:1rem}.te-save-btn{padding:.45rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.te-cancel-btn{padding:.45rem 1rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;cursor:pointer}.te-delete-btn{margin-left:auto;padding:.45rem .8rem;background:transparent;color:var(--red);border:1px solid var(--red);border-radius:6px;cursor:pointer}.te-delete-btn:hover{background:var(--red);color:#fff}@media(max-width:768px){.analytics-dashboard{padding:1rem}.dash-header{flex-direction:column;align-items:flex-start}.dash-controls{width:100%;flex-wrap:wrap}.tile-editor{max-width:95vw}}.whatif-panel{max-width:900px;margin:0 auto;padding:2rem}.whatif-panel h2{margin:0 0 .25rem;font-size:1.5rem}.whatif-desc{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}.whatif-controls{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.whatif-picker{margin-bottom:.75rem}.whatif-label{display:block;font-size:.8rem;color:var(--text-muted);font-weight:500;margin-bottom:.3rem}.whatif-select{width:100%;padding:.5rem .6rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:.9rem}.whatif-description{color:var(--text-secondary);font-size:.85rem;margin-bottom:.75rem;padding:.5rem .6rem;background:var(--bg);border-radius:4px}.whatif-param-row{margin-bottom:.75rem}.whatif-param-hint{font-size:.75rem;color:var(--text-dim);margin-left:.5rem}.whatif-slider{width:100%;margin-top:.3rem;accent-color:var(--accent)}.whatif-run-btn{padding:.5rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem}.whatif-run-btn:disabled{opacity:.5;cursor:not-allowed}.whatif-loading{color:var(--text-dim);font-size:.85rem}.whatif-error{background:var(--red-bg);color:var(--red);padding:.6rem 1rem;border-radius:6px;font-size:.85rem;margin-bottom:1rem}.whatif-results{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.whatif-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.whatif-results-header h3{margin:0;font-size:1.1rem}.whatif-results-meta{font-size:.75rem;color:var(--text-muted)}.whatif-projections{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.whatif-proj-card{background:var(--bg);border:1px solid var(--border-subtle);border-radius:6px;padding:.8rem 1rem}.whatif-proj-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.whatif-proj-ticker{font-weight:700;font-size:1rem;color:var(--text)}.whatif-proj-direction{font-weight:600;font-size:.85rem;text-transform:uppercase}.whatif-proj-range{margin-bottom:.4rem}.whatif-proj-bar{height:6px;background:var(--surface-2);border-radius:3px;overflow:hidden;margin-bottom:.3rem}.whatif-proj-fill{height:100%;border-radius:3px;transition:width .3s}.whatif-proj-numbers{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.whatif-proj-mid{font-weight:600;color:var(--text-secondary)}.whatif-proj-historical{display:flex;gap:.75rem;font-size:.7rem;color:var(--text-dim);margin-top:.3rem;padding-top:.3rem;border-top:1px solid var(--border-subtle);font-variant-numeric:tabular-nums}@media(max-width:768px){.whatif-panel{padding:1rem}.whatif-projections{grid-template-columns:1fr}.whatif-results-header{flex-direction:column;align-items:flex-start;gap:.3rem}}.compare-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.compare-selectors{display:flex;gap:1rem;margin-bottom:1.5rem}.compare-selector-col{flex:1;min-width:0}.selector-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem}.item-selector{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem}.selector-search{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:.4rem .65rem;color:var(--text);font-size:.85rem;outline:none;margin-bottom:.4rem;box-sizing:border-box}.selector-search:focus{border-color:var(--accent)}.selector-list{max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.selector-list::-webkit-scrollbar{width:5px}.selector-list::-webkit-scrollbar-track{background:transparent}.selector-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.selector-item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.4rem .5rem;background:transparent;border:1px solid transparent;border-radius:5px;cursor:pointer;text-align:left;color:var(--text);font-size:.82rem;transition:all .12s}.selector-item:hover{background:var(--surface-2);border-color:var(--border)}.selector-item.selected{background:var(--accent-dim);border-color:var(--accent)}.selector-item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.selector-item-meta{font-size:.7rem;color:var(--text-muted)}.selector-loading,.selector-empty{font-size:.82rem;color:var(--text-muted);padding:.5rem;text-align:center}.compare-divider-v{width:1px;background:var(--border);align-self:stretch}.compare-grid{display:flex;gap:0;margin-bottom:1.5rem}.compare-col{flex:1;min-width:0}.compare-divider{width:1px;background:var(--border);margin:0 .75rem;align-self:stretch}.compare-loading{padding:2rem;text-align:center;color:var(--text-muted)}.compare-placeholder{padding:2rem;text-align:center;color:var(--text-muted);font-size:.9rem;background:var(--surface);border:1px dashed var(--border);border-radius:8px}.compare-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.compare-panel-header{margin-bottom:.75rem}.compare-title{font-size:.85rem;color:var(--text);font-weight:500;word-break:break-all;display:block;margin-bottom:.3rem}.compare-title:hover{color:var(--accent)}.compare-meta-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.compare-type{font-size:.78rem;color:var(--text-muted)}.compare-date{font-size:.72rem;color:var(--text-muted)}.compare-metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin-bottom:.75rem}.metric{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem}.metric-label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.15rem}.metric-value{font-size:1rem;font-weight:700;color:var(--text)}.compare-section{border-top:1px solid var(--border);padding-top:.65rem;margin-top:.65rem}.compare-section h3{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .4rem}.compare-text{font-size:.85rem;line-height:1.6;color:var(--text);margin:0}.compare-sublabel{font-size:.65rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);margin:.5rem 0 .25rem}.compare-kv{display:grid;grid-template-columns:auto 1fr;gap:.2rem .75rem;font-size:.82rem}.compare-kv dt{color:var(--text-muted);font-weight:500;white-space:nowrap}.compare-kv dd{margin:0;color:var(--text);font-weight:600;word-break:break-word}.compare-flags{list-style:none;padding:0;margin:0;font-size:.82rem}.compare-flags li{padding:.25rem 0;border-bottom:1px solid var(--border);color:var(--text);line-height:1.5}.compare-flags li:last-child{border-bottom:none}.compare-flags strong{color:var(--yellow);margin-right:.4rem}.compare-transcript{font-size:.82rem;line-height:1.6;color:var(--text);white-space:pre-wrap;max-height:250px;overflow-y:auto;padding-right:.4rem}.compare-transcript::-webkit-scrollbar{width:5px}.compare-transcript::-webkit-scrollbar-track{background:transparent}.compare-transcript::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.comparison-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.comparison-summary h2{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}.summary-verdict{padding:.5rem .85rem;border-radius:6px;font-size:.88rem;margin-bottom:.75rem}.summary-verdict.agree{background:var(--green-bg);color:var(--green)}.summary-verdict.disagree{background:var(--red-bg);color:var(--red)}.summary-table{width:100%;border-collapse:collapse;font-size:.88rem}.summary-table th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-align:left;padding:.4rem .75rem;border-bottom:1px solid var(--border)}.summary-table td{padding:.45rem .75rem;color:var(--text);border-bottom:1px solid var(--border)}.summary-table tr:last-child td{border-bottom:none}.row-label{color:var(--text-muted);font-weight:500}.row-highlight td{background:#eab3080f}.training-corpus .page-subtitle{color:var(--text-muted);font-size:.88rem;margin:.25rem 0 1.5rem}.tc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.tc-header h1{margin-bottom:0}.overview-grid{margin-bottom:1.5rem}.overview-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.ov-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;text-align:center}.ov-value{font-size:1.5rem;font-weight:800;color:var(--text)}.ov-value.accent{color:var(--accent)}.ov-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.15rem}.charts-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem}.chart-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;margin-bottom:.75rem}.chart-box.wide{grid-column:1 / -1}.chart-box h3{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .6rem}.dist-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.dist-label{font-size:.78rem;color:var(--text-muted);min-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dist-bar-wrap{flex:1;height:14px;background:var(--surface-2);border-radius:3px;overflow:hidden}.dist-bar{height:100%;border-radius:3px;transition:width .3s;min-width:2px}.dist-count{font-size:.78rem;font-weight:700;color:var(--text);min-width:28px;text-align:right}.dist-pct{font-size:.72rem;color:var(--text-muted);min-width:30px;text-align:right}.timeline-bars{display:flex;align-items:flex-end;gap:4px;height:120px;padding-bottom:28px;position:relative}.tl-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;position:relative}.tl-bar-stack{width:100%;max-width:40px;display:flex;flex-direction:column;border-radius:3px 3px 0 0;overflow:hidden}.tl-seg{width:100%}.tl-seg.correct{background:var(--green)}.tl-seg.incorrect{background:var(--red)}.tl-seg.pending{background:var(--border)}.tl-label{font-size:.62rem;color:var(--text-muted);margin-top:3px;position:absolute;bottom:10px}.tl-count{font-size:.62rem;color:var(--text-muted);position:absolute;bottom:0}.tl-legend{display:flex;gap:1rem;justify-content:center;margin-top:.5rem;font-size:.72rem;color:var(--text-muted)}.tl-legend-item{display:flex;align-items:center;gap:.25rem}.tl-dot{width:8px;height:8px;border-radius:2px}.tl-dot.correct{background:var(--green)}.tl-dot.incorrect{background:var(--red)}.tl-dot.pending{background:var(--border)}.tc-filters{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.tc-search{flex:1;max-width:300px;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.45rem .75rem;color:var(--text);font-size:.88rem;outline:none}.tc-search:focus{border-color:var(--accent)}.tc-total{font-size:.85rem;color:var(--text-muted)}.table-wrap{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}table{width:100%;border-collapse:collapse;font-size:.88rem}thead{background:var(--surface-2)}th{padding:.55rem .75rem;text-align:left;font-weight:600;color:var(--text-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:.5rem .75rem;border-bottom:1px solid var(--border);color:var(--text)}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface)}.td-date{white-space:nowrap;font-size:.82rem;color:var(--text-muted)}.td-speaker{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-dir{font-weight:600}.td-signals{text-align:center;color:var(--text-muted)}.positive{color:var(--green)}.negative{color:var(--red)}.result-badge{display:inline-block;font-size:.72rem;font-weight:700;padding:.15em .5em;border-radius:10px}.result-badge.correct{background:var(--green-bg);color:var(--green)}.result-badge.incorrect{background:var(--red-bg);color:var(--red)}.result-badge.pending{background:var(--surface-2);color:var(--text-muted)}.tc-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.tc-pagination button{padding:.35rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:5px;color:var(--text);cursor:pointer;font-size:.82rem}.tc-pagination button:hover{border-color:var(--accent)}.tc-pagination button:disabled{opacity:.4;cursor:not-allowed}.tc-empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.9rem}.eval-page .page-subtitle{color:var(--text-muted);font-size:.88rem;margin:.25rem 0 1.5rem}.eval-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.eval-header h1{margin-bottom:0}.eval-cards-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:1.5rem}.eval-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;text-align:center}.eval-card.good{border-color:var(--green)}.eval-card.warn{border-color:var(--yellow)}.eval-card.bad{border-color:var(--red)}.eval-card-value{font-size:1.4rem;font-weight:800;color:var(--text)}.eval-card.good .eval-card-value{color:var(--green)}.eval-card.warn .eval-card-value{color:var(--yellow)}.eval-card.bad .eval-card-value{color:var(--red)}.eval-card-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.15rem}.eval-card-sub{font-size:.72rem;color:var(--text-muted);margin-top:.25rem}.eval-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.eval-section h2{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}.eval-hint{font-size:.78rem;color:var(--text-muted);font-style:italic;margin:0 0 .65rem}.hbar-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.hbar-label{font-size:.82rem;color:var(--text-muted);min-width:80px;text-transform:capitalize}.hbar-track{flex:1;height:16px;background:var(--surface-2);border-radius:3px;overflow:hidden}.hbar-fill{height:100%;border-radius:3px;transition:width .3s;min-width:2px}.hbar-val{font-size:.82rem;font-weight:700;color:var(--text);min-width:36px;text-align:right}.hbar-count{font-size:.72rem;color:var(--text-muted);min-width:30px}.quartile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.quartile-card{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.6rem .75rem;text-align:center}.quartile-label{font-size:.68rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.04em;margin-bottom:.25rem}.quartile-importance{font-size:.78rem;color:var(--text-muted)}.quartile-move{font-size:.88rem;font-weight:700;color:var(--accent);margin:.15rem 0}.quartile-count{font-size:.68rem;color:var(--text-muted)}.eval-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.eval-table{width:100%;border-collapse:collapse;font-size:.85rem}.eval-table th{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-align:left;padding:.4rem .6rem;border-bottom:1px solid var(--border)}.eval-table td{padding:.4rem .6rem;color:var(--text);border-bottom:1px solid var(--border)}.eval-table tr:last-child td{border-bottom:none}.eval-table tr:hover{background:var(--surface-2)}.eval-empty{padding:3rem;text-align:center;color:var(--text-muted)}.eval-empty p{margin:.5rem 0}.ab-evaluation{max-width:1000px;margin:0 auto;padding:2rem}.ab-evaluation h2{margin:0 0 .25rem;font-size:1.5rem}.ab-desc{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}.ab-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.ab-tab{padding:.5rem 1.2rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-size:.85rem;font-weight:600;cursor:pointer}.ab-tab:hover{color:var(--text-secondary)}.ab-tab.active{color:var(--text);border-bottom-color:var(--accent)}.ab-controls,.ab-holdout-form{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}.ab-field{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.ab-label{font-size:.78rem;color:var(--text-muted);font-weight:500}.ab-input,.ab-select{padding:.4rem .6rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:.85rem}.ab-btn{padding:.45rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.85rem}.ab-btn.primary{background:var(--accent);color:#fff}.ab-btn:disabled{opacity:.5;cursor:not-allowed}.ab-hint{color:var(--text-muted);font-size:.82rem;margin:0 0 1rem}.ab-error{background:var(--red-bg);color:var(--red);padding:.5rem .75rem;border-radius:6px;font-size:.82rem;margin-bottom:1rem}.ab-status{color:var(--yellow);font-size:.82rem;margin-top:.5rem}.ab-note{color:var(--text-muted);font-size:.85rem;text-align:center;padding:2rem 1rem;background:var(--surface);border-radius:8px;margin-top:1rem}.ab-summary{display:flex;gap:1.5rem;font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.ab-comparison-banner{display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1.25rem;margin-bottom:1rem}.ab-winner{font-size:.9rem;color:var(--text-secondary)}.ab-delta{font-size:.9rem;font-weight:700}.ab-models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.ab-model-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.ab-model-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.ab-model-name{font-weight:700;font-size:1rem;color:var(--text)}.ab-best-badge{background:#4ade8020;color:var(--green);font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase}.ab-model-stats{display:flex;gap:1rem;margin-bottom:.75rem}.ab-stat{display:flex;flex-direction:column;align-items:center;flex:1}.ab-stat-value{font-size:1.1rem;font-weight:700;color:var(--text)}.ab-stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase}.ab-direction-breakdown{border-top:1px solid var(--border-subtle);padding-top:.5rem}.ab-dir-row{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-secondary);padding:.15rem 0}.ab-dir-label{font-weight:600;text-transform:uppercase;font-size:.78rem}.ab-dir-label.up{color:var(--green)}.ab-dir-label.down{color:var(--red)}.ab-dir-label.neutral{color:var(--yellow)}.ab-holdout-detail{border-top:1px solid var(--border-subtle);padding-top:.5rem;margin-top:.5rem}.ab-detail-header{display:grid;grid-template-columns:1fr 1fr 1fr .5fr;font-size:.7rem;color:var(--text-dim);text-transform:uppercase;font-weight:600;padding-bottom:.25rem;border-bottom:1px solid var(--border-subtle)}.ab-detail-row{display:grid;grid-template-columns:1fr 1fr 1fr .5fr;font-size:.78rem;color:var(--text-secondary);padding:.2rem 0}.ab-detail-row.correct{background:#4ade8008}.ab-detail-row.incorrect{background:#f8717108}.ab-detail-id{font-family:monospace;font-size:.75rem;color:var(--text-dim)}@media(max-width:768px){.ab-evaluation{padding:1rem}.ab-models-grid{grid-template-columns:1fr}.ab-comparison-banner{flex-direction:column;gap:.3rem}}.mkt-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box}.mkt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mkt-header-left{display:flex;align-items:center;gap:.75rem}.mkt-header h1{margin:0;font-size:1.75rem}.mkt-ws-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.2rem .5rem;border-radius:4px;letter-spacing:.03em}.mkt-ws-badge.connected{background:#22c55e26;color:var(--green)}.mkt-ws-badge.connecting{background:#eab30826;color:var(--amber)}.mkt-ws-badge.disconnected,.mkt-ws-badge.error{background:#ef44441a;color:var(--red)}.mkt-refresh-btn{padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;font-size:.85rem}.mkt-refresh-btn:hover:not(:disabled){border-color:var(--accent)}.mkt-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.mkt-error{background:var(--red-bg);color:var(--red);padding:.75rem 1rem;border-radius:6px;font-size:.85rem;margin-bottom:1rem}.mkt-loading,.mkt-empty{color:var(--text-muted);text-align:center;padding:3rem;font-size:.95rem}.mkt-groups{display:flex;flex-direction:column;gap:1rem}.mkt-group{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.mkt-group-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text);cursor:pointer;font-size:.95rem;font-weight:600}.mkt-group-count{color:var(--text-muted);font-size:.8rem;font-weight:400;margin-left:auto}.mkt-group-chevron{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--text-muted);transition:transform .2s}.mkt-group-header.expanded .mkt-group-chevron{transform:rotate(180deg)}.mkt-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;padding:0 1rem 1rem}.mkt-asset-tile{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem}.mkt-asset-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.mkt-asset-symbol{font-weight:700;font-size:.95rem;color:var(--text)}.mkt-asset-price{font-weight:700;font-size:1.1rem;font-variant-numeric:tabular-nums}.mkt-asset-change-row{display:flex;gap:.75rem;font-size:.8rem;margin-bottom:.5rem;font-variant-numeric:tabular-nums}.mkt-asset-change{font-weight:600}.mkt-asset-change-5d{color:var(--text-muted)}.mkt-asset-details{display:flex;flex-direction:column;gap:.15rem;margin-top:.5rem;font-size:.75rem}.mkt-asset-detail{display:flex;justify-content:space-between}.mkt-detail-label{color:var(--text-muted);font-weight:600}.mkt-detail-value{font-variant-numeric:tabular-nums;color:var(--text-secondary)}.sparkline-svg{width:100%;height:auto}@media(max-width:768px){.mkt-page{padding:1rem}.mkt-group-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.mkt-group-grid{grid-template-columns:1fr}}.mkt-data-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100dvh - 4rem)}.mkt-data-header h1{margin:0 0 .25rem;font-size:1.75rem}.mkt-data-subtitle{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}.ts-grid-container{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0}.ts-grid-wrapper{flex:1;min-height:300px;width:100%}.ts-grid-toolbar{display:flex;justify-content:space-between;align-items:center}.ts-grid-count{font-size:.85rem;color:var(--text-muted)}.ts-grid-actions{display:flex;gap:.5rem}.ts-grid-btn{padding:.4rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;font-size:.82rem}.ts-grid-btn:hover:not(:disabled){border-color:var(--accent)}.ts-grid-btn:disabled{opacity:.5;cursor:not-allowed}.ts-grid-pagination{display:flex;align-items:center;justify-content:center;gap:1rem}.ts-grid-page-info{font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.mkt-data-page{padding:1rem}}.pred-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box}.pred-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.pred-header-left{display:flex;align-items:center;gap:.75rem}.pred-header h1{margin:0;font-size:1.75rem}.pred-groups{display:flex;flex-direction:column;gap:1rem}.pred-group{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.pred-group-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text);cursor:pointer;font-size:.95rem;font-weight:600}.pred-group-count{color:var(--text-muted);font-size:.8rem;font-weight:400;margin-left:auto}.pred-group-chevron{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--text-muted);transition:transform .2s}.pred-group-header.expanded .pred-group-chevron{transform:rotate(180deg)}.pred-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;padding:0 1rem 1rem}.pred-tile{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem;cursor:pointer;transition:border-color .15s}.pred-tile:hover{border-color:var(--border)}.pred-tile.selected{border-color:var(--accent)}.pred-tile-question{font-weight:500;font-size:.9rem;line-height:1.3;margin-bottom:.4rem}.pred-tile-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.4rem}.pred-tile-prob{font-size:1.2rem;font-weight:700;font-variant-numeric:tabular-nums}.pred-tile-change{font-size:.82rem;font-weight:600;font-variant-numeric:tabular-nums}.pred-tile-meta{display:flex;gap:.75rem;font-size:.72rem;color:var(--text-muted);margin-top:.35rem}.pred-tile-tickers{color:var(--green)}.pred-search-section{margin-bottom:1.5rem}.pred-search-form{display:flex;gap:.5rem;margin-bottom:.75rem}.pred-search-input{flex:1;padding:.6rem .8rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.95rem}.pred-search-input::placeholder{color:var(--text-dim)}.pred-search-btn{padding:.6rem 1.2rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.pred-search-btn:disabled{opacity:.5;cursor:not-allowed}.pred-results-header{color:var(--text-secondary);font-size:.85rem;margin-bottom:.5rem}.pred-search-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:.5rem}.pred-search-question{font-weight:600;margin-bottom:.4rem}.pred-search-outcomes{display:flex;flex-direction:column;gap:.3rem}.pred-search-outcome{display:flex;align-items:center;gap:.5rem;font-size:.88rem}.pred-search-outcome span:first-child{flex:1;color:var(--text-secondary)}.pred-watch-btn{padding:.2rem .6rem;border:1px solid var(--accent);background:transparent;color:var(--accent);border-radius:4px;cursor:pointer;font-size:.8rem}.pred-watch-btn:hover:not(:disabled){background:var(--accent);color:#fff}.pred-watch-btn.watched{border-color:var(--green);color:var(--green);cursor:default}.pred-detail-section{margin-top:1.5rem}.pred-detail-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.pred-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.pred-detail-header h3{margin:0;font-size:1.1rem}.pred-detail-price{font-size:1.5rem;font-weight:700;color:var(--green);display:block;margin-top:.25rem}.pred-close-btn{padding:.3rem .8rem;border:1px solid var(--border);background:transparent;color:var(--text-secondary);border-radius:4px;cursor:pointer}.pred-close-btn:hover{background:var(--border)}.pred-resolution-bar{display:flex;gap:.3rem;margin-bottom:1rem}.pred-res-btn{padding:.25rem .6rem;border:1px solid var(--border);background:transparent;color:var(--text-secondary);border-radius:4px;cursor:pointer;font-size:.8rem}.pred-res-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.pred-chart-area{margin-bottom:1.25rem}.pred-chart-loading,.pred-chart-empty{color:var(--text-dim);padding:2rem;text-align:center}.pred-chart-container{display:flex;flex-direction:column;gap:.5rem}.pred-chart-stats{display:flex;gap:1.5rem;font-size:.8rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.pred-orderbook h4{margin:0 0 .5rem;font-size:.95rem}.pred-book-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pred-book-header{font-size:.8rem;color:var(--text-muted);font-weight:600;margin-bottom:.3rem;text-transform:uppercase}.pred-book-row{display:flex;justify-content:space-between;font-size:.82rem;padding:.15rem 0;font-variant-numeric:tabular-nums}.pred-book-price.bid{color:var(--green)}.pred-book-price.ask{color:var(--red)}.pred-book-size{color:var(--text-muted)}.pred-unwatch-btn{margin-top:.75rem;padding:.4rem .8rem;border:1px solid var(--red);background:transparent;color:var(--red);border-radius:6px;cursor:pointer;font-size:.85rem}.pred-unwatch-btn:hover{background:var(--red);color:#fff}@media(max-width:768px){.pred-page{padding:1rem}.pred-group-grid{grid-template-columns:1fr}.pred-chart-stats{flex-wrap:wrap;gap:.5rem}.pred-book-grid{grid-template-columns:1fr}}.pred-data-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100dvh - 4rem)}.pred-data-header h1{margin:0 0 .25rem;font-size:1.75rem}.pred-data-subtitle{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}@media(max-width:768px){.pred-data-page{padding:1rem}}.corr-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box}.corr-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.corr-header h1{margin:0 0 .25rem;font-size:1.75rem}.corr-subtitle{color:var(--text-muted);margin:0;font-size:.9rem;max-width:600px}.corr-controls{display:flex;gap:.75rem;align-items:center}.corr-control-label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted)}.corr-control-label select{padding:.3rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text);font-size:.85rem}.corr-error{background:var(--red-bg);color:var(--red);padding:.75rem;border-radius:6px;margin-bottom:1rem}.corr-loading,.corr-empty{color:var(--text-muted);text-align:center;padding:3rem}.corr-summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-bottom:1.5rem}.corr-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.corr-card.verdict{border-width:2px}.corr-card-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}.corr-card-value{font-size:1.4rem;font-weight:700;font-variant-numeric:tabular-nums;margin-bottom:.15rem}.corr-card-sub{font-size:.75rem;color:var(--text-dim)}.corr-events h2{font-size:1.1rem;margin:0 0 .75rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.corr-event{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:.5rem}.corr-event-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.corr-event-ts{font-size:.82rem;color:var(--text-muted)}.corr-event-speaker{font-weight:600;font-size:.88rem}.corr-event-dir{font-size:.75rem;font-weight:700;padding:.1rem .4rem;border-radius:3px;text-transform:uppercase}.corr-event-dir.up{background:#22c55e26;color:var(--green)}.corr-event-dir.down{background:#ef44441a;color:var(--red)}.corr-event-dir.neutral{background:#8888881a;color:var(--text-muted)}.corr-event-imp{font-size:.75rem;color:var(--text-muted)}.corr-event-contracts{display:flex;flex-direction:column;gap:.3rem}.corr-contract-row{display:flex;align-items:center;gap:.75rem;font-size:.82rem;padding:.25rem 0;border-top:1px solid rgba(255,255,255,.05);flex-wrap:wrap}.corr-contract-q{flex:1;min-width:200px;color:var(--text-secondary);font-size:.8rem}.corr-change{font-variant-numeric:tabular-nums;font-weight:600;min-width:80px}.corr-change.up{color:var(--green)}.corr-change.down{color:var(--red)}.corr-at-event{color:var(--text-muted);font-size:.78rem}.corr-verdict-badge{font-size:.68rem;font-weight:700;padding:.1rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.corr-verdict-badge.lead{background:#22c55e26;color:var(--green)}.corr-verdict-badge.lag{background:#ef44441a;color:var(--red)}@media(max-width:768px){.corr-page{padding:1rem}.corr-header{flex-direction:column;gap:1rem}.corr-summary{grid-template-columns:1fr 1fr}.corr-contract-row{font-size:.75rem}}.admin-connections{padding:0}.conn-subtitle{color:var(--text-muted);font-size:.85rem;margin:0 0 1.25rem}.conn-loading,.conn-error{text-align:center;padding:2rem;color:var(--text-muted)}.conn-error{color:var(--red)}.conn-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:.75rem}.conn-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.conn-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.conn-card-header h3{margin:0;font-size:.95rem;flex:1}.conn-card-status{font-size:.72rem;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.03em}.conn-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.conn-status-dot.ok{background:var(--green)}.conn-status-dot.warn{background:var(--amber)}.conn-status-dot.err{background:var(--red)}.conn-card-body{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem}.conn-detail{display:flex;align-items:center;gap:.4rem;font-size:.82rem}.conn-label{color:var(--text-muted);font-weight:600;white-space:nowrap}.conn-tag{display:inline-block;margin:0 .2rem;padding:.1em .4em;background:var(--accent-dim);color:var(--accent);border-radius:4px;font-size:.78rem}.conn-muted{color:var(--text-muted);font-style:italic}.conn-hint{font-size:.72rem;color:var(--text-muted);margin-top:.25rem}.conn-card-actions{display:flex;gap:.5rem;margin-top:.5rem}.conn-btn{padding:.35rem .75rem;border-radius:6px;border:1px solid var(--border);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s}.conn-btn:disabled{opacity:.4;cursor:not-allowed}.conn-btn.test{background:var(--surface);color:var(--text)}.conn-btn.test:hover:not(:disabled){border-color:var(--accent)}.conn-btn.configure{background:var(--accent);color:#fff;border-color:var(--accent)}.conn-btn.configure:hover:not(:disabled){opacity:.9}.conn-btn.save{background:var(--accent);color:#fff;border-color:var(--accent)}.conn-btn.save:hover:not(:disabled){opacity:.9}.conn-modal-overlay{position:fixed;inset:0;z-index:500;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem}.conn-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:480px;max-height:80vh;overflow-y:auto}.conn-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.conn-modal-header h3{margin:0;font-size:1rem}.conn-modal-close{background:none;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;padding:0;line-height:1}.conn-modal-close:hover{color:var(--text)}.conn-modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.conn-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid var(--border)}.conn-form-field{display:flex;flex-direction:column;gap:.25rem}.conn-form-label{font-size:.78rem;font-weight:600;color:var(--text-muted)}.conn-input{padding:.5rem .65rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.88rem;font-family:inherit;outline:none}.conn-input:focus{border-color:var(--accent)}.conn-input::placeholder{color:var(--text-muted)}.conn-form-hint{font-size:.72rem;color:var(--text-muted);margin:0}.conn-test-result{margin-top:.5rem;padding:.4rem .6rem;border-radius:6px;font-size:.78rem}.conn-test-result.ok{background:#22c55e14;color:var(--green)}.conn-test-result.fail{background:#ef444414;color:var(--red)}@media(max-width:768px){.conn-grid{grid-template-columns:1fr}}.impact-decay{width:100%;padding:1.5rem;box-sizing:border-box}.impact-decay h1{font-size:1.3rem;margin:0 0 .25rem}.impact-decay .page-subtitle{color:var(--text-muted);font-size:.85rem;margin:0 0 1.25rem}.id-filters{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.id-filters select{padding:.35rem .5rem;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--text);font-size:.8rem;min-width:140px}.id-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1.25rem}.id-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.75rem;text-align:center}.id-stat-value{font-size:1.6rem;font-weight:700;color:var(--text)}.id-stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.15rem}.id-chart-section{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem;margin-bottom:1.25rem}.id-chart-section h2{font-size:.95rem;margin:0 0 .75rem}.id-profile-dist{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem;margin-bottom:1.25rem}.id-profile-dist h2{font-size:.95rem;margin:0 0 .75rem}.id-profile-bars{display:flex;flex-direction:column;gap:.5rem}.id-profile-row{display:flex;align-items:center;gap:.5rem}.id-profile-label{width:90px;font-size:.75rem;text-transform:capitalize;color:var(--text);flex-shrink:0}.id-profile-bar-wrap{flex:1;height:20px;background:var(--surface-2);border-radius:3px;overflow:hidden}.id-profile-bar{height:100%;border-radius:3px;transition:width .3s ease}.id-profile-bar.flash{background:var(--red)}.id-profile-bar.momentum{background:var(--green)}.id-profile-bar.sustained{background:var(--accent)}.id-profile-bar.delayed{background:var(--yellow)}.id-profile-bar.noise{background:var(--text-muted)}.id-profile-count{font-size:.75rem;color:var(--text-muted);width:40px;text-align:right;flex-shrink:0}.profile-badge{display:inline-block;padding:.1rem .4rem;border-radius:3px;font-size:.7rem;font-weight:600;text-transform:capitalize}.profile-badge.flash{background:var(--red-bg);color:var(--red)}.profile-badge.momentum{background:var(--green-bg);color:var(--green)}.profile-badge.sustained{background:var(--accent-dim);color:var(--accent)}.profile-badge.delayed{background:var(--yellow-bg);color:var(--yellow)}.profile-badge.noise{background:var(--surface-2);color:var(--text-muted)}.id-tables-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}@media(max-width:900px){.id-tables-grid{grid-template-columns:1fr}}.id-table-section{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem}.id-table-section h2{font-size:.95rem;margin:0 0 .75rem}.id-table{width:100%;border-collapse:collapse;font-size:.8rem}.id-table th{text-align:left;font-size:.7rem;text-transform:uppercase;color:var(--text-muted);padding:.35rem .5rem;border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none}.id-table th:hover{color:var(--text)}.id-table td{padding:.4rem .5rem;border-bottom:1px solid var(--border);color:var(--text)}.id-table tbody tr:last-child td{border-bottom:none}.id-events-section{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem}.id-events-section h2{font-size:.95rem;margin:0 0 .75rem}.id-event-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border);cursor:pointer;font-size:.8rem}.id-event-row:last-child{border-bottom:none}.id-event-row:hover{background:var(--surface-2)}.id-event-date{color:var(--text-muted);font-size:.75rem;width:85px;flex-shrink:0}.id-event-speaker{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.id-event-dir{width:50px;text-align:center;flex-shrink:0}.direction-up{color:var(--green)}.direction-down{color:var(--red)}.direction-neutral{color:var(--text-muted)}.id-event-expand{color:var(--text-muted);font-size:.7rem;flex-shrink:0}.id-event-detail{padding:.75rem 0;border-bottom:1px solid var(--border)}.id-event-curve-chart{margin-top:.5rem}.id-pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:.75rem}.id-pagination button{padding:.3rem .6rem;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);cursor:pointer;font-size:.75rem}.id-pagination button:disabled{opacity:.4;cursor:not-allowed}.id-pagination span{font-size:.75rem;color:var(--text-muted)}.id-loading,.id-empty{text-align:center;padding:2rem;color:var(--text-muted);font-size:.85rem}.id-error{text-align:center;padding:1rem;color:var(--red);font-size:.85rem}.master-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem;box-sizing:border-box}.master-header h1{margin:0 0 .15rem;font-size:1.75rem}.master-subtitle{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}.master-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.master-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.master-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.master-card-header h3{margin:0;font-size:1rem}.master-card-link{font-size:.78rem;color:var(--accent);text-decoration:none;font-weight:600}.master-card-link:hover{text-decoration:underline}.master-card-loading,.master-card-empty{color:var(--text-muted);font-size:.85rem;padding:1rem 0;text-align:center}.master-tickers{display:flex;flex-direction:column;gap:.4rem}.master-ticker{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-variant-numeric:tabular-nums}.master-ticker-sym{font-weight:600;min-width:70px;color:var(--text)}.master-ticker-price{flex:1;text-align:right}.master-ticker-change{min-width:70px;text-align:right;font-weight:600}.master-ticker-change.up{color:var(--green)}.master-ticker-change.down{color:var(--red)}.master-stat-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.88rem}.master-stat-label{color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.master-stat-value{font-size:1.1rem;font-weight:700}.master-movers-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;font-weight:600;margin-bottom:.35rem}.master-mover{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;padding:.2rem 0}.master-mover-q{color:var(--text);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.5rem}.master-mover-change{font-weight:600;font-variant-numeric:tabular-nums}.master-mover-change.up{color:var(--green)}.master-mover-change.down{color:var(--red)}.master-media-list{display:flex;flex-direction:column;gap:.3rem}.master-media-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;padding:.3rem 0;text-decoration:none;color:var(--text);border-bottom:1px solid rgba(255,255,255,.04)}.master-media-item:last-child{border-bottom:none}.master-media-item:hover{color:var(--accent)}.master-media-status{font-size:.68rem;font-weight:700;padding:.1rem .35rem;border-radius:3px;text-transform:uppercase;flex-shrink:0}.master-media-status.completed{background:#22c55e1f;color:var(--green)}.master-media-status.processing{background:#eab3081f;color:var(--amber)}.master-media-status.pending{background:#8888881a;color:var(--text-muted)}.master-media-status.failed{background:#ef44441a;color:var(--red)}.master-media-source{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.master-media-date{color:var(--text-muted);font-size:.75rem;flex-shrink:0}.master-system-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.master-sys-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.master-sys-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.master-sys-dot.ok{background:var(--green)}.master-sys-dot.err{background:var(--red)}.master-sys-stat{display:flex;flex-direction:column;gap:.1rem}@media(max-width:768px){.master-page{padding:1rem}.master-grid{grid-template-columns:1fr}}
