:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;--bg: #f5f7fb;--bg-muted: #edf1f7;--surface: #ffffff;--surface-elevated: rgba(255, 255, 255, .84);--text: #131720;--text-muted: #5b6270;--border: rgba(15, 23, 42, .1);--border-strong: rgba(15, 23, 42, .18);--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: rgba(37, 99, 235, .12);--success: #16a34a;--danger: #dc2626;--warning: #f97316;--neutral: #64748b;--shadow-xl: 0 32px 64px rgba(15, 23, 42, .1);--shadow: 0 18px 36px rgba(15, 23, 42, .08);--radius-large: 24px;background-color:var(--bg);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{color-scheme:dark;--bg: #05090f;--bg-muted: #0b1624;--surface: rgba(13, 20, 31, .9);--surface-elevated: rgba(15, 22, 33, .92);--text: #f1f5f9;--text-muted: #94a3b8;--border: rgba(148, 163, 184, .2);--border-strong: rgba(148, 163, 184, .32);--accent: #60a5fa;--accent-strong: #3b82f6;--accent-soft: rgba(96, 165, 250, .18);--success: #4ade80;--danger: #f87171;--warning: #fb923c;--neutral: #94a3b8;--shadow-xl: 0 28px 60px rgba(2, 6, 23, .48);--shadow: 0 18px 40px rgba(2, 6, 23, .4)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,var(--bg),var(--bg-muted));color:var(--text)}a{color:inherit}#root{display:flex;min-height:100vh;width:100%}.app-shell{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:none;margin:0;padding:2.5rem clamp(1.5rem,2vw,3rem) 3rem}.title-bar{position:fixed;top:0;left:0;right:0;transform:none;width:100%;z-index:50;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:.5rem 1.75rem;border-radius:0;background:var(--surface-elevated);box-shadow:var(--shadow-xl);border:1px solid var(--border);min-height:58px}.title-bar h1{margin:0 0 .35rem;font-size:clamp(1.75rem,3vw,2.4rem);letter-spacing:-.02em}.title-bar p{margin:0;color:var(--text-muted);max-width:640px;font-size:.95rem}.top-bar-actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:14px;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:1.15rem;box-shadow:0 8px 16px #0f172a1f}.icon-button:hover{transform:translateY(-1px)}.user-actions-inline{display:inline-flex;gap:.35rem;align-items:center;margin-top:.35rem}.title-bar-spacer{height:96px}.auth-buttons{display:inline-flex;gap:.45rem}.ghost-button{padding:.45rem .85rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-weight:600}.ghost-button:disabled{opacity:.6;cursor:not-allowed}.ghost-button--small{padding:.3rem .65rem;font-size:.85rem}.ghost-button--danger{border-color:#ef444466;color:#b91c1c}:root[data-theme=dark] .ghost-button--danger{color:#fecdd3;border-color:#f8717173}.primary-button{padding:.45rem .95rem;border-radius:10px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;font-weight:700;box-shadow:0 10px 18px #2563eb33}.primary-button:disabled{opacity:.6;cursor:not-allowed}.user-chip{display:inline-flex;align-items:center;gap:.75rem;padding:.35rem .75rem;border-radius:14px;border:1px solid var(--border);background:var(--surface)}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.user-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-elevated);color:var(--text);font-weight:700}.user-meta-row{display:flex;align-items:center;gap:.6rem}.user-meta{display:flex;flex-direction:column;line-height:1.2}.user-name{font-weight:700}.user-email{color:var(--text-muted);font-size:.85rem}.ghost-button--stacked{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;height:48px;line-height:1.1}.headline-callout{margin-top:-.5rem;padding:1.1rem 1.35rem;border-radius:18px;border:1px solid var(--border);background:linear-gradient(135deg,#2563eb14,#2563eb05);box-shadow:0 20px 30px #2563eb1f}:root[data-theme=dark] .headline-callout{background:linear-gradient(135deg,#60a5fa29,#2563eb0f);box-shadow:0 24px 40px #0f172a80;border-color:#60a5fa73}.headline-callout-header{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap;margin-bottom:.6rem}.headline-callout-title{font-weight:700;letter-spacing:-.01em}.headline-callout-subtitle{color:var(--text-muted);font-size:.9rem}.headline-callout-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.ticker-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);font-weight:600;letter-spacing:.01em;font-size:.9rem;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.ticker-chip__label{color:var(--text);font-weight:700}.ticker-chip__label--free{color:#ef4444!important}.ticker-chip--free-text{color:#ef4444!important;border-color:#ef4444!important}.ticker-chip--free-text .ticker-chip__label{color:inherit!important}.ticker-chip:hover{transform:translateY(-1px);box-shadow:0 8px 16px #2563eb2e}.ticker-chip--muted{color:var(--text-muted);border-style:dashed}.headline-callout-text{margin:0;color:var(--text-muted);font-size:.92rem}.warning-text{color:#b91c1c}.theme-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.1rem;border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);color:var(--text);font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 20px #0f172a14}.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 24px #0f172a1f}.content{display:flex;flex-direction:column;gap:2rem}.panel{background:var(--surface);border-radius:24px;padding:clamp(1.75rem,2vw,2.5rem);border:1px solid var(--border);box-shadow:var(--shadow)}.stage-panel{display:flex;flex-direction:column;gap:1.5rem}.stage-panel-header h2{margin:0 0 .35rem}.stage-panel-header p{margin:0;color:var(--text-muted);font-size:.9rem}.stage-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.stage-item{border:1px dashed var(--border);border-radius:20px;padding:1.4rem 1.6rem;background:var(--surface);position:relative;transition:border-color .2s ease,background .2s ease}.stage-item.stage-running{border-color:var(--accent);background:#2563eb0d}.stage-item.stage-completed{border-color:#16a34a4d;background:#16a34a0d}.stage-item.stage-error{border-color:#dc262666;background:#dc262614}.stage-item.stage-blocked{opacity:.75}.stage-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.stage-topline-left{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap}.stage-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.3rem .75rem;background:var(--accent-soft);color:var(--accent-strong);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.stage-status{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.stage-status--pending,.stage-status--idle{background:#94a3b826;color:var(--text-muted)}.stage-status--running{background:#2563eb26;color:var(--accent-strong)}.stage-status--completed{background:#16a34a26;color:#15803d}.stage-status--error{background:#dc262633;color:#b91c1c}.stage-status--blocked{background:#64748b33;color:var(--text-muted)}.stage-body{display:flex;flex-direction:column;gap:.75rem}.stage-description{margin:0;color:var(--text-muted);font-size:.9rem}.stage-summary{margin:0;font-size:.95rem}.stage-sector-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:999px;background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent-strong);font-weight:600;font-size:.78rem;letter-spacing:.02em}.stage-sector-taxonomy{display:inline-flex;align-items:center;justify-content:center;padding:.1rem .5rem;border-radius:999px;background:var(--surface);border:1px solid var(--accent);color:var(--accent-strong);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.stage-sector-label{font-size:.9rem;letter-spacing:.01em}.stage-sector-summary{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.45}.stage-timeline{margin-top:.75rem}.stage-timeline .timeline-wrapper{min-height:0;padding-top:var(--timeline-top-span, 220px);padding-bottom:var(--timeline-bottom-span, 220px)}.timeline-track{display:flex;flex-direction:column;gap:.75rem}.timeline-controls{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;justify-content:flex-end;font-size:.85rem;color:var(--text-muted)}.timeline-deep-dive-button{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);border-radius:999px;padding:.35rem .9rem;font-weight:600;font-size:.8rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.timeline-deep-dive-button:hover,.timeline-deep-dive-button:focus-visible{background:var(--surface-raised);color:var(--text-strong);border-color:var(--accent)}.timeline-deep-dive-button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-soft)}.timeline-deep-dive-button:disabled{opacity:.5;cursor:not-allowed;border-color:var(--border)}.timeline-zoom-label{font-weight:600}.timeline-zoom-slider{flex:1 1 220px;min-width:180px;max-width:360px;accent-color:var(--accent)}.timeline-zoom-value{font-weight:700;min-width:3.5ch;text-align:right;color:var(--text)}.timeline-download-button{border:1px solid transparent;background:transparent;color:var(--text-muted);border-radius:999px;padding:.3rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.timeline-download-button:hover,.timeline-download-button:focus-visible{color:var(--text);background:var(--surface);border-color:var(--border-strong)}.timeline-download-button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-soft)}.timeline-download-button:disabled{opacity:.45;cursor:not-allowed;border-color:transparent;background:transparent;box-shadow:none}.timeline-download-icon{width:1.05rem;height:1.05rem}.timeline-scroll{position:relative;overflow-x:auto;overflow-y:visible;padding-bottom:.85rem;cursor:grab;touch-action:pan-y}.timeline-scroll::-webkit-scrollbar{height:8px}.timeline-scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.timeline-scroll.is-dragging{cursor:grabbing}.query-form{display:flex;flex-direction:column;gap:.8rem}.query-form label{font-weight:600;color:var(--text-muted)}.query-row{display:flex;gap:.65rem;flex-wrap:wrap}.query-row input{flex:1 1 220px;min-width:200px;border-radius:16px;border:1px solid var(--border-strong);padding:.85rem 1.1rem;font-size:1rem;background:var(--surface-elevated);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.query-row input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.query-row button{flex:0 0 auto;padding:.85rem 1.4rem;border-radius:16px;border:none;font-weight:600;font-size:.95rem;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 18px 30px #2563eb40}.query-row button:hover{transform:translateY(-1px);box-shadow:0 20px 34px #2563eb59}.query-row button:disabled{filter:grayscale(30%);cursor:wait;transform:none;box-shadow:none}.helper{margin:0;color:var(--text-muted);font-size:.9rem}.alert{margin-top:1.2rem;padding:.9rem 1.2rem;border-radius:16px;border:1px solid transparent;font-weight:500}.alert-error{background:#dc26261a;color:#b91c1c;border-color:#dc262659}:root[data-theme=dark] .alert-error{background:#f8717129;color:#fecaca;border-color:#f8717166}.rate-limit-panel{border-left:4px solid var(--accent);background:linear-gradient(135deg,rgba(37,99,235,.08),transparent);box-shadow:0 24px 40px #2563eb1f}:root[data-theme=dark] .rate-limit-panel{background:linear-gradient(135deg,#60a5fa1f,#2563eb0a);border-left-color:#60a5fabf;box-shadow:0 26px 48px #0f172a73}.rate-limit-header{display:flex;gap:1rem;align-items:center;margin-bottom:.85rem}.rate-limit-icon{font-size:1.75rem;filter:drop-shadow(0 12px 20px rgba(37,99,235,.3))}.rate-limit-panel h3{margin:0;font-size:1.1rem;letter-spacing:-.01em}.rate-limit-panel p{margin:.25rem 0 0;color:var(--text-muted);font-size:.95rem}.rate-limit-list{margin:.4rem 0 0;padding-left:1.25rem;display:grid;gap:.4rem;color:var(--text);font-size:.92rem}.rate-limit-list strong{font-weight:700;letter-spacing:.02em}.rate-limit-usage{margin-top:1rem;padding:.75rem .9rem;border-radius:12px;background:#2563eb14;color:var(--accent-strong);font-size:.9rem}:root[data-theme=dark] .rate-limit-usage{background:#60a5fa29;color:#bfdbfe}.rate-limit-footer{margin-top:.75rem;font-size:.85rem;color:var(--text-muted)}.loading-panel{display:flex;align-items:center;gap:1.25rem;font-weight:500}.spinner{width:34px;height:34px;border-radius:50%;border:4px solid var(--border);border-top-color:var(--accent);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overview header{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.overview h2{margin:0;font-size:clamp(1.5rem,2.4vw,1.9rem)}.timestamp{color:var(--text-muted);font-size:.85rem;font-weight:500}.overview p{margin:0 0 .75rem;color:var(--text);font-size:1rem}.methodology-note{margin-top:1rem;padding:.75rem 1rem;border-radius:16px;background:var(--accent-soft);color:var(--text)}.timeline-section header{margin-bottom:1.3rem}.timeline-section h3{margin:0 0 .35rem;font-size:1.35rem}.timeline-section p{margin:0;font-size:.9rem;color:var(--text-muted)}.timeline-start-control{margin-top:.65rem;display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}.timeline-start-control label{font-weight:700;color:var(--text)}.timeline-start-control input[type=date]{border:1px solid var(--border);background:var(--surface-raised);color:var(--text);border-radius:10px;padding:.35rem .65rem;font-weight:600}:root{--timeline-dot-radius: 9px;--timeline-connector-color: rgba(37, 99, 235, .35)}:root[data-theme=dark]{--timeline-connector-color: rgba(96, 165, 250, .6)}.timeline-wrapper{position:relative;width:100%;margin-top:2.2rem;padding-top:var(--timeline-top-span, 240px);padding-bottom:var(--timeline-bottom-span, 240px)}.timeline-axis{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;height:3px;background:linear-gradient(90deg,#94a3b800,#94a3b8a6,#94a3b800);z-index:0}.timeline-marker{position:absolute;top:50%;transform:translate(-50%);text-decoration:none;color:inherit;display:block;z-index:1}.timeline-marker.is-active{z-index:6}.timeline-marker .timeline-dot{position:absolute;top:50%;left:50%;display:inline-flex;width:18px;height:18px;border-radius:50%;border:3px solid var(--surface);background:var(--accent);box-shadow:0 10px 24px #2563eb4d;transition:transform .2s ease,box-shadow .2s ease;transform:translate(-50%,-50%);transform-origin:center;z-index:2}.timeline-marker:hover .timeline-dot,.timeline-marker:focus-visible .timeline-dot{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 18px 28px #2563eb5c}.timeline-marker.impact-negative .timeline-dot{background:var(--danger)}.timeline-marker.impact-positive .timeline-dot{background:var(--success)}.timeline-marker.impact-uncertain .timeline-dot{background:var(--warning)}.timeline-bubble{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-100% - var(--bubble-offset)));display:flex;flex-direction:column;gap:.25rem;min-width:200px;max-width:240px;padding:.75rem .9rem;border-radius:16px;background:var(--surface);color:var(--text);text-align:center;box-shadow:0 16px 30px #0f172a24;border:1px solid rgba(148,163,184,.22);pointer-events:auto;z-index:1;transition:box-shadow .18s ease,transform .18s ease}.timeline-marker.is-active .timeline-bubble{box-shadow:0 22px 36px #0f172a33;z-index:3}.timeline-marker[data-side=top] .timeline-bubble{transform:translate(-50%,calc(-100% - var(--bubble-offset)))}.timeline-marker[data-side=bottom] .timeline-bubble{transform:translate(-50%,var(--bubble-offset));box-shadow:0 -14px 26px #0f172a1f}.timeline-date{font-size:.8rem;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.timeline-title{font-weight:600;font-size:.95rem}.timeline-delete-button{position:absolute;top:6px;right:6px;border:1px solid var(--border);background:#0000;color:var(--text-muted);width:22px;height:22px;border-radius:999px;cursor:pointer;line-height:1;font-weight:700}.timeline-delete-button:hover{background:#ef44441f;color:#b91c1c;border-color:#ef444473}.timeline-delete-button:disabled{opacity:.6;cursor:not-allowed}.timeline-connector{position:absolute;left:50%;top:50%;width:2px;transform:translate(-50%,-50%);pointer-events:none;border-radius:999px;z-index:1;background-color:var(--timeline-connector-color)}.timeline-marker[data-side=top] .timeline-connector{top:calc(50% - var(--bubble-offset) + var(--timeline-dot-radius));transform:translate(-50%);height:calc(var(--bubble-offset) - var(--timeline-dot-radius));background:linear-gradient(180deg,var(--timeline-connector-color),rgba(148,163,184,0))}.timeline-marker[data-side=bottom] .timeline-connector{top:calc(50% + var(--timeline-dot-radius));transform:translate(-50%);height:calc(var(--bubble-offset) - var(--timeline-dot-radius));background:linear-gradient(0deg,var(--timeline-connector-color),rgba(148,163,184,0))}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.event-card{background:var(--surface);border-radius:24px;padding:1.5rem 1.75rem;border:1px solid var(--border);box-shadow:0 18px 32px #0f172a1f;display:flex;flex-direction:column;gap:.85rem;scroll-margin-top:110px;position:relative}.event-card header{display:block}.event-card h4{margin:0;font-size:1.1rem;letter-spacing:-.01em}.event-card-delete-button{position:static;width:30px;height:30px;border-radius:999px;border:1px solid rgba(239,68,68,.6);background:transparent;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease;margin-left:auto}.event-card-delete-button:hover:not(:disabled),.event-card-delete-button:focus-visible:not(:disabled){background:#ef44441f;box-shadow:0 0 0 3px #ef44442e}.event-card-delete-button:active:not(:disabled){transform:scale(.96)}.event-card-delete-button:disabled{opacity:.6;cursor:not-allowed}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent;white-space:nowrap}.impact-positive{background:#22c55e1f;color:#15803d;border-color:#22c55e59}.impact-negative{background:#ef44441f;color:#b91c1c;border-color:#ef444459}.impact-uncertain{background:#f9731629;color:#c2410c;border-color:#f9731652}.impact-neutral{background:#64748b2e;color:#334155;border-color:#64748b52}:root[data-theme=dark] .impact-positive{color:#86efac}:root[data-theme=dark] .impact-negative{color:#fecaca}:root[data-theme=dark] .impact-uncertain{color:#fed7aa}:root[data-theme=dark] .impact-neutral{color:#cbd5f5}.confidence-high{background:#16a34a26;color:#166534}.confidence-medium{background:#2563eb1f;color:var(--accent-strong)}.confidence-low{background:#f9731626;color:#c2410c}.event-card dl{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem 1.25rem}.event-card dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.15rem}.event-card dd{margin:0;font-weight:500}.description,.implications{margin:0;color:var(--text)}.sources{margin-top:.75rem}.sources strong{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.sources ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem;list-style:none}.deep-dive-trigger{cursor:pointer;-webkit-user-select:none;user-select:none}.deep-dive-trigger:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb66}.deep-dive-status{margin-top:.75rem;font-size:.85rem;color:var(--text-muted)}.deep-dive-status--error{color:#b91c1c}.deep-dive-summary{margin-top:.9rem;padding:.85rem 1.1rem;border-radius:16px;border:1px solid var(--border);background:#2563eb14;display:flex;flex-direction:column;gap:.4rem}.deep-dive-summary-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.deep-dive-summary-header strong{font-size:.95rem}.deep-dive-summary-header small,.deep-dive-summary-subtext{color:var(--text-muted);font-size:.78rem}.deep-dive-summary-link{align-self:flex-start;font-size:.78rem;font-weight:600;color:var(--accent-strong);text-decoration:none}.deep-dive-summary-link:hover{text-decoration:underline}.deep-dive-scenarios{list-style:none;margin:0;padding:.35rem 0 0;display:flex;flex-direction:column;gap:.5rem}@media(max-width:720px){.app-shell{padding-top:1.75rem}.top-bar{padding:1.4rem 1.5rem}.timeline-bubble{max-width:180px}.timeline-wrapper{padding-top:var(--timeline-top-span, 260px);padding-bottom:var(--timeline-bottom-span, 260px)}.stage-timeline .timeline-wrapper{padding-top:var(--timeline-top-span, 240px);padding-bottom:var(--timeline-bottom-span, 240px)}padding: .35rem 0 0;display: flex;flex-direction: column;gap: .5rem}.deep-dive-scenarios li{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,2fr) auto;gap:.5rem;align-items:start}.deep-dive-scenario-heading{font-weight:600;font-size:.82rem;color:var(--text)}.deep-dive-scenario-text{font-size:.82rem;color:var(--text)}.deep-dive-scenario-probability{font-size:.78rem;font-weight:600;color:var(--accent-strong)}.deep-dive-scenario-rationale{grid-column:1 / -1;font-size:.76rem;color:var(--text-muted)}.source-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;text-decoration:none;color:var(--accent-strong);background:#2563eb1f;border:1px solid rgba(37,99,235,.25);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;max-width:240px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.source-chip:hover,.source-chip:focus-visible{background:#2563eb33;box-shadow:0 10px 18px #2563eb40;transform:translateY(-1px)}.transcript-panel{display:flex;flex-direction:column;gap:1.1rem}.transcript-header h3{margin:0 0 .35rem}.transcript-header p{margin:0;color:var(--text-muted)}.transcript-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.transcript-entry{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.transcript-entry-header{display:flex;justify-content:space-between;gap:.65rem;align-items:flex-start}.transcript-entry-header h4{margin:0;font-size:1rem}.transcript-entry-conclusion{margin:0;font-weight:500;color:var(--text)}.transcript-entry-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.78rem;color:var(--text-muted)}.transcript-entry-summary{margin:0;color:var(--text-muted);font-size:.9rem}.transcript-entry-sources{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.45rem}.transcript-entry-sources a{text-decoration:none}@media(max-width:720px){.deep-dive-scenarios li{grid-template-columns:1fr}.deep-dive-scenario-probability{justify-self:flex-start}}.back-to-top{align-self:flex-start;margin-top:auto;font-size:.8rem;text-decoration:none;font-weight:600;color:var(--accent-strong);padding:.3rem .4rem}.back-to-top:hover{text-decoration:underline}.footer{display:flex;justify-content:center;color:var(--text-muted);font-size:.8rem;padding-bottom:1rem;text-align:center}@media(max-width:720px){.app-shell{padding-top:1.75rem}.top-bar{padding:1.4rem 1.5rem}.timeline-bubble{max-width:180px}.timeline-wrapper{padding-top:var(--timeline-top-span, 260px);padding-bottom:var(--timeline-bottom-span, 260px)}.stage-timeline .timeline-wrapper{padding-top:var(--timeline-top-span, 240px);padding-bottom:var(--timeline-bottom-span, 240px)}.event-card{padding:1.3rem 1.35rem}.event-card dl{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.price-outlook-panel{display:flex;flex-direction:column;gap:1.5rem}.price-outlook-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem}.price-outlook-title h3{margin:0 0 .25rem;font-size:1.25rem}.price-outlook-title p{margin:0;color:var(--text-muted);font-size:.95rem}.price-outlook-controls{display:flex;gap:.75rem}.price-outlook-chart{background:var(--surface-elevated);border-radius:16px;padding:1.5rem 1rem 1rem 0;border:1px solid var(--border);min-height:400px}.price-outlook-empty{text-align:center;padding:3rem;color:var(--text-muted);font-style:italic}.price-outlook-exceptions{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.price-outlook-exceptions-header h4{margin:0}.price-outlook-exceptions-header p{margin:0;color:var(--text-muted)}.price-outlook-exceptions ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.price-outlook-exception{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.35rem 0;border-top:1px dashed var(--border)}.price-outlook-exception:first-of-type{border-top:none;padding-top:0}.price-outlook-exception-main{display:flex;flex-direction:column;gap:.15rem}.price-outlook-exception-title{font-weight:700}.price-outlook-exception-reason{color:var(--text-muted);font-size:.9rem}.price-outlook-exception-actions{display:inline-flex;flex-wrap:wrap;gap:.5rem}.event-card-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.event-card-meta-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.event-card-meta-row .pill{cursor:pointer}.event-card-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:.75rem 1rem;background:var(--surface-raised);border-radius:12px;border:1px solid var(--border)}.control-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;font-size:.9rem;-webkit-user-select:none;user-select:none}.control-checkbox input{width:1.1rem;height:1.1rem;accent-color:var(--accent)}.control-slider-group{display:flex;align-items:center;gap:.75rem;flex:1}.control-slider-group label{font-size:.9rem;font-weight:600;color:var(--text-muted);min-width:4.5rem}.control-slider-group input[type=range]{flex:1;min-width:120px;accent-color:var(--accent)}.control-reset-btn{background:transparent;border:1px solid var(--border-strong);color:var(--text-muted);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1;transition:all .2s ease}.control-reset-btn:hover{background:var(--surface-elevated);color:var(--text);border-color:var(--accent)}
