:root{color-scheme:light;font-family:Avenir Next,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fa;color:#172421;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f5f7fa;--panel: #ffffff;--panel-soft: #eef3f1;--text: #172421;--muted: #65736d;--border: #dbe4e1;--teal: #0d7c75;--teal-dark: #075f5a;--indigo: #3f4ea8;--amber: #b96f00;--rose: #b64055;--green: #28734f;--story-rose: #a23b54;--story-gold: #a06c10;--story-blue: #315e9d;--story-green: #186252;--story-rust: #a84d2a;--shadow: 0 18px 40px rgba(31, 48, 45, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,rgba(13,124,117,.08),transparent 280px),var(--bg)}button,input,select{font:inherit}button{color:inherit}a{color:var(--teal-dark);text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;min-height:100vh;padding:18px;transition:grid-template-columns .3s ease}.app-shell.sidebar-collapsed{grid-template-columns:60px minmax(0,1fr)}.side-nav,.evidence-panel,.visual-panel,.list-panel,.detail-panel{background:#ffffffeb;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.side-nav{position:sticky;top:18px;display:flex;flex-direction:column;gap:20px;height:calc(100vh - 36px);padding:18px;transition:width .3s ease,padding .3s ease;overflow:hidden}.sidebar-toggle{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--teal-dark);cursor:pointer;z-index:10;transition:all .2s ease}.sidebar-toggle:hover{background:var(--panel-soft);border-color:var(--teal)}.app-shell.sidebar-collapsed .side-nav{padding:12px;gap:12px;align-items:center}.app-shell.sidebar-collapsed .sidebar-toggle{right:50%;transform:translate(50%)}.app-shell.sidebar-collapsed .brand,.app-shell.sidebar-collapsed .filter-stack,.app-shell.sidebar-collapsed .side-stat{display:none}.app-shell.sidebar-collapsed .nav-group{gap:8px;width:100%}.app-shell.sidebar-collapsed .nav-button{justify-content:center;padding:10px;width:44px;height:44px}.app-shell.sidebar-collapsed .nav-button span{display:none}.app-shell.sidebar-collapsed .nav-button svg{margin:0;width:22px;height:22px}.brand{display:flex;align-items:center;gap:12px}.brand-mark,.stat-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--teal),var(--indigo))}.brand strong{display:block;font-size:1.05rem}.brand span,.side-stat span,.stat-card span,.doc-card-top span,.doc-card-meta span,.source-facts span,.empty-text{color:var(--muted)}.nav-group,.filter-stack,.card-list,.source-list,.citation-list{display:flex;flex-direction:column;gap:10px}.nav-button,.secondary-button,.doc-card,.source-card,.timeline-item,.jurisdiction-card,.jurisdiction-chip,.citation-list button{border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;text-align:left}.nav-button{display:flex;align-items:center;gap:10px;padding:11px 12px;color:#33413d}.nav-button:hover,.nav-button.active,.secondary-button:hover{background:var(--panel-soft);border-color:#cad8d3}.nav-button.active{color:var(--teal-dark)}.filter-stack{margin-top:auto}.filter-stack label{display:flex;flex-direction:column;gap:6px;font-size:.82rem;color:var(--muted)}.filter-stack select,.search-box input{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);outline:none}.filter-stack select{height:38px;padding:0 10px}.secondary-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;color:var(--teal-dark);background:#f8fbfa;border-color:var(--border)}.filter-permalink{display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;color:var(--teal-dark);font-size:.82rem;font-weight:800}.filter-permalink:hover{background:var(--panel-soft);text-decoration:none}.side-stat{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd}.side-stat strong{display:block;line-height:1}.main-area{display:flex;min-width:0;flex-direction:column;gap:18px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:96px;padding:18px 4px}.topbar h1,.panel-heading h2,.detail-header h2,.doc-card h3,.source-card h3{margin:0;letter-spacing:0}.topbar h1{max-width:820px;font-size:clamp(1.75rem,3vw,3.1rem);line-height:1.02}.eyebrow{margin:0 0 6px;color:var(--teal-dark);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.search-box{display:flex;align-items:center;gap:10px;width:min(360px,100%);padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 10px 24px #1f302d0f}.search-box input{height:44px;border:0}.overview-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.stats-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{display:flex;align-items:center;gap:14px;min-height:104px;padding:16px;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.stat-card p{margin:0 0 2px;color:var(--muted);font-size:.84rem}.stat-card strong{display:block;font-size:1.65rem;line-height:1.1}.stat-card span{display:block;margin-top:2px;font-size:.82rem}.visual-panel{padding:18px}.featured-dossiers-panel{grid-column:1 / -1}.view-all-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#f8fbfa;color:var(--teal-dark);font-size:.82rem;font-weight:800;cursor:pointer}.view-all-button:hover{background:var(--panel-soft);border-color:var(--teal)}.featured-dossiers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.featured-dossier-card{display:flex;flex-direction:column;border:1px solid var(--border);border-top:3px solid var(--story-accent, var(--teal));border-radius:8px;background:#fbfcfd;cursor:pointer;text-align:left;overflow:hidden;transition:box-shadow .15s,border-color .15s}.featured-dossier-card:hover{border-color:var(--story-accent, var(--teal));border-top-color:var(--story-accent, var(--teal));box-shadow:0 6px 20px #1f302d1f}.featured-dossier-media{display:grid;place-items:center;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#18625226,#3f4ea81a);color:var(--story-accent, var(--teal))}.featured-dossier-media img{width:100%;height:100%;object-fit:cover}.featured-dossier-body{flex:1;padding:14px}.featured-dossier-body h3{margin:4px 0 8px;font-size:1rem;line-height:1.25}.featured-dossier-body>p:not(.eyebrow){margin:0 0 10px;color:var(--muted);font-size:.88rem;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.evidence-graph{grid-column:span 4}.timeline-panel{grid-column:span 2}.jurisdiction-panel,.open-questions-panel{grid-column:span 3}.panel-heading,.detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.panel-heading.compact{margin-bottom:12px}.panel-heading h2,.detail-header h2{font-size:1.08rem}.evidence-graph svg{width:100%;min-height:250px}.graph-edge{fill:none;stroke:#aebfba;stroke-width:1.4}.graph-doc{fill:#dcefed;stroke:var(--teal);stroke-width:2}.graph-note{fill:#f7e6d0;stroke:var(--amber);stroke-width:2}.graph-source{fill:#e7eafa;stroke:var(--indigo);stroke-width:2}.evidence-graph text{fill:#22332f;font-size:15px;font-weight:800}.graph-legend{display:flex;gap:14px;color:var(--muted);font-size:.82rem}.graph-legend span{display:flex;align-items:center;gap:6px}.graph-legend i{width:10px;height:10px;border-radius:999px}.legend-doc{background:var(--teal)}.legend-note{background:var(--amber)}.legend-source{background:var(--indigo)}.timeline-list{position:relative;display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;padding-left:4px}.timeline-item{position:relative;display:grid;grid-template-columns:14px 86px minmax(82px,.7fr) minmax(0,1.4fr);align-items:center;gap:8px;padding:9px;border-color:var(--border);background:#fbfcfd}.timeline-item:hover{border-color:#b9cbc5;background:#f3f8f6}.timeline-dot{width:10px;height:10px;border-radius:999px;background:var(--teal)}.timeline-dot.source-note{background:var(--amber)}.timeline-dot.source{background:var(--indigo)}.timeline-item time,.timeline-item span{color:var(--muted);font-size:.78rem}.timeline-item strong{font-size:.8rem}.jurisdiction-grid{display:grid;gap:8px}.jurisdiction-grid.active{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:12px}.jurisdiction-grid.upcoming{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));max-height:150px;overflow:auto}.jurisdiction-card{display:flex;flex-direction:column;gap:5px;min-height:98px;padding:12px;background:#fbfcfd;border-color:var(--border)}.jurisdiction-card:hover,.jurisdiction-card.selected,.jurisdiction-chip:hover{border-color:var(--teal);background:#eef8f6}.jurisdiction-card span{color:var(--teal-dark);font-size:.76rem;font-weight:800}.jurisdiction-card small,.jurisdiction-chip{color:var(--muted)}.jurisdiction-chip{padding:9px 10px;background:#fbfcfd;border-color:var(--border);font-size:.82rem}.district-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.district-grid div{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd}.district-grid span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;color:#fff;background:var(--teal)}.mini-bars{display:flex;flex-direction:column;gap:11px}.mini-bar-row{display:grid;grid-template-columns:110px minmax(0,1fr) 28px;align-items:center;gap:10px;font-size:.84rem}.mini-bar-track{height:10px;overflow:hidden;border-radius:999px;background:#e4ece9}.mini-bar-track div{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),var(--indigo))}.question-row{padding:12px 0;border-top:1px solid var(--border)}.question-row:first-of-type{border-top:0}.question-row p{margin:6px 0 0;color:var(--muted);line-height:1.45}.split-view{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:18px;align-items:start}.list-panel,.detail-panel{padding:18px}.list-panel{position:sticky;top:18px;display:flex;flex-direction:column;height:calc(100vh - 36px);max-height:calc(100vh - 36px);overflow:hidden}.list-panel.wide{max-height:calc(100vh - 36px)}.list-panel>.panel-heading,.story-picker-panel>.panel-heading,.story-permalink{flex:0 0 auto}.list-panel .card-list,.list-panel .source-list,.story-picker-panel .card-list{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.doc-card,.source-card{width:100%;padding:14px;border-color:var(--border);background:#fbfcfd}.doc-card:hover,.doc-card.selected,.source-card:hover,.source-card.selected,.citation-list button:hover{border-color:var(--teal);background:#f0f8f6}.doc-card.note:hover,.doc-card.note.selected{border-color:var(--amber);background:#fff7ec}.doc-card-top,.doc-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.doc-card-top{justify-content:space-between;margin-bottom:10px}.doc-card h3,.source-card h3{margin-bottom:8px;font-size:1rem;line-height:1.25}.doc-card p,.source-card p,.source-detail p{margin:0 0 12px;color:#4c5b56;line-height:1.45}.doc-card-meta span{padding:5px 7px;border-radius:999px;background:#edf3f1;font-size:.75rem}.source-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.source-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px}.source-media{display:grid;place-items:center;width:96px;aspect-ratio:16 / 10;overflow:hidden;border-radius:8px;color:var(--indigo);background:#e8ecf8}.source-media img,.source-hero{display:block;width:100%;height:100%;object-fit:cover}.source-hero{max-height:260px;margin-bottom:14px;border-radius:8px}.pill{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid #d8e3df;border-radius:999px;color:#41504b;background:#f1f5f3;font-size:.72rem;font-weight:800;line-height:1}.tone-good{color:var(--green);border-color:#b8dac9;background:#eaf7f0}.tone-warn{color:var(--amber);border-color:#ecd1a4;background:#fff5e5}.tone-danger{color:var(--rose);border-color:#efbec8;background:#fff0f3}.tone-neutral{color:var(--indigo);border-color:#c8ceee;background:#f0f2fb}.story-workspace{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px;align-items:start}.story-picker-panel{position:sticky;top:18px;display:flex;flex-direction:column;height:calc(100vh - 36px);max-height:calc(100vh - 36px);overflow:hidden;padding:18px;border:1px solid var(--border);border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow)}.story-permalink{margin-top:12px}.story-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;cursor:pointer;text-align:left}.story-card:hover,.story-card.selected{border-color:var(--story-accent, var(--teal));background:#f6faf8}.story-card-media{display:grid;place-items:center;width:92px;aspect-ratio:4 / 5;overflow:hidden;border-radius:8px;color:var(--story-blue);background:#e9edf1}.story-card-media img{width:100%;height:100%;object-fit:cover}.story-card h3{margin:0 0 7px;font-size:1rem;line-height:1.2}.story-card p{display:-webkit-box;margin:0 0 10px;overflow:hidden;color:#4c5b56;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}.story-landing{--story-accent: var(--story-green);min-width:0}.story-hero{position:relative;display:flex;align-items:flex-end;min-height:min(520px,calc(100vh - 190px));overflow:hidden;border-radius:8px;background-color:#172421;background-image:linear-gradient(90deg,#0f1714eb,#0f1714b8 44%,#0f171438),var(--story-hero-image);background-position:center;background-size:cover;box-shadow:var(--shadow)}.story-hero:after{content:"";position:absolute;inset:auto 0 0;height:6px;background:var(--story-accent)}.story-hero.no-image{background:linear-gradient(135deg,rgba(24,98,82,.28),transparent 48%),repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 26px),#172421}.story-hero-copy{position:relative;z-index:1;width:min(780px,100%);padding:clamp(24px,5vw,54px);color:#fff}.story-hero-copy .eyebrow{color:#d6efe8}.story-hero h2{margin:0;font-family:Iowan Old Style,Charter,Georgia,serif;max-width:100%;overflow-wrap:anywhere;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.92;letter-spacing:0;text-wrap:balance}.story-hero p:not(.eyebrow){max-width:720px;margin:20px 0 0;color:#ffffffdb;font-size:clamp(1rem,1.5vw,1.24rem);line-height:1.5}.story-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.story-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 18px}.story-metric{min-height:108px;padding:16px;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.story-metric strong{display:block;color:var(--story-accent);font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.05}.story-metric span{display:block;margin-top:9px;color:var(--muted);font-size:.84rem;line-height:1.35}.story-body-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.story-main,.story-aside-panel{border:1px solid var(--border);border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow)}.story-main{min-width:0;padding:22px}.story-section+.story-section{margin-top:34px;padding-top:28px;border-top:1px solid var(--border)}.story-timeline{position:relative;display:grid;gap:0}.story-timeline:before{content:"";position:absolute;left:126px;top:10px;bottom:18px;width:2px;background:linear-gradient(var(--story-accent),rgba(24,98,82,.18))}.story-event{--event-accent: var(--story-green);position:relative;display:grid;grid-template-columns:110px minmax(0,1fr);gap:34px;padding:0 0 30px}.story-event:before{content:"";position:absolute;left:120px;top:5px;width:14px;height:14px;border:3px solid var(--event-accent);border-radius:50%;background:#fff}.story-event-date{color:var(--event-accent);font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.story-event h3{margin:0;font-family:Iowan Old Style,Charter,Georgia,serif;font-size:1.28rem}.story-event p{margin:8px 0 0;color:#38443f;line-height:1.62}.story-source-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.story-source-chip{display:inline-flex;align-items:center;gap:4px}.story-source-chip a,.story-source-chip>span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 8px;border:1px solid var(--border);border-radius:8px;background:#f9fbfa;color:#33413d;font-size:.76rem;font-weight:800}.story-source-chip a:hover,.story-source-chip button:hover,.fresh-source-actions a:hover,.story-source-stack button:hover,.story-related-list button:hover{border-color:var(--story-accent);color:var(--story-accent);text-decoration:none}.story-source-chip button{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--teal-dark);cursor:pointer}.story-tier{display:inline-flex;min-width:28px;justify-content:center;padding:2px 5px;border-radius:5px;color:#fff;background:var(--story-blue);font-size:.68rem}.story-tier-yt{background:#b64040}.story-tier-t4{background:#777064}.story-tier-t0{background:var(--story-green)}.story-evidence-grid,.fresh-source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.story-evidence-card{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;color:#34413d;text-decoration:none}.story-evidence-card:hover{border-color:var(--story-accent);text-decoration:none}.story-evidence-card img,.story-evidence-card>svg{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#e6ece9}.story-evidence-card>svg{height:auto;padding:28px;color:var(--story-blue)}.story-evidence-card span{display:block;padding:10px 12px;font-size:.82rem;font-weight:800}.fresh-source-card{display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd}.fresh-source-main{display:grid;grid-template-columns:70px minmax(0,1fr);gap:10px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.fresh-source-main strong{display:block;font-size:.92rem;line-height:1.25}.fresh-source-main small{display:block;margin-top:5px;color:var(--muted)}.fresh-source-thumb{display:grid;place-items:center;width:70px;aspect-ratio:1;overflow:hidden;border-radius:8px;color:var(--story-blue);background:#e8ecf8}.fresh-source-thumb img{width:100%;height:100%;object-fit:cover}.fresh-source-actions{display:flex;flex-wrap:wrap;gap:7px}.fresh-source-actions a{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:5px 8px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--teal-dark);font-size:.76rem;font-weight:800}.story-findings{display:grid;grid-template-columns:1fr 1fr;gap:14px}.story-findings>div{min-height:100%;padding:16px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd}.story-findings h3,.story-aside-panel h3{margin:0 0 10px;font-family:Iowan Old Style,Charter,Georgia,serif;font-size:1.08rem}.story-findings ul{margin:0;padding-left:18px}.story-findings li{margin:8px 0;color:#3f4a45;line-height:1.52}.story-section-lede{margin:0 0 14px;color:var(--muted);font-size:.9rem}.court-threads{display:grid;gap:12px}.court-card{padding:16px;border:1px solid var(--border);border-radius:8px;background:#ffffff8c}.court-card-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-weight:800;font-size:.95rem}.court-label{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:var(--green);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.03em;white-space:nowrap;flex-shrink:0}.court-label.gap{background:var(--muted)}.court-label.sc{background:var(--rose)}.court-table{width:100%;border-collapse:collapse;font-size:.86rem}.court-table th,.court-table td{padding:5px 8px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.court-table th{width:38%;color:var(--muted);font-weight:600}.court-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.source-link{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border:1px solid var(--border);border-radius:6px;background:#fff;font-size:.82rem;text-decoration:none;color:inherit}.source-link:hover{border-color:var(--green)}.tier{display:inline-flex;align-items:center;padding:1px 5px;border-radius:3px;background:var(--muted);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.03em}.tier.t0,.tier.gov{background:var(--green)}.story-aside{position:sticky;top:18px;display:grid;gap:14px}.story-aside-panel{padding:16px}.story-aside-panel dl{display:grid;gap:10px;margin:12px 0 0}.story-aside-panel dl div{display:flex;justify-content:space-between;gap:12px;padding-top:9px;border-top:1px solid var(--border)}.story-aside-panel dt{color:var(--muted);font-size:.78rem}.story-aside-panel dd{margin:0;text-align:right;font-size:.82rem;font-weight:800}.story-source-stack,.story-related-list{display:grid;gap:8px}.story-source-stack button,.story-related-list button{padding:10px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;cursor:pointer;text-align:left}.story-source-stack span{display:block;margin-bottom:4px;color:var(--teal-dark);font-size:.72rem;font-weight:900;text-transform:uppercase}.story-source-stack strong,.story-related-list button{font-size:.84rem;line-height:1.25}.detail-panel{min-width:0}.detail-header{padding-bottom:14px;border-bottom:1px solid var(--border)}.detail-header h2{margin-top:8px;font-size:clamp(1.3rem,2vw,2.05rem);line-height:1.08}.icon-link{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:8px;color:var(--teal-dark)}.detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.permalink-link{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 11px;border:1px solid #bcd7d2;border-radius:8px;background:#eaf6f4;color:var(--teal-dark);font-size:.82rem;font-weight:800}.permalink-link:hover{background:#dff0ed;text-decoration:none}.detail-meta,.metric-strip,.source-actions,.source-facts{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.detail-meta span,.metric-strip span,.source-facts span{padding:8px 10px;border-radius:8px;background:#f2f6f5;color:#4c5b56;font-size:.82rem}.metric-strip span{color:var(--teal-dark);background:#eaf6f4;font-weight:800}.detail-panel h2,.detail-panel h3{letter-spacing:0}.detail-panel h2:not(.detail-header h2){margin-top:28px;font-size:1.28rem}.detail-panel p,.detail-panel li{line-height:1.64}.detail-panel blockquote{margin:18px 0;padding:10px 14px;border-left:4px solid var(--teal);background:#f1f7f5;color:#35433f}.detail-panel code{padding:2px 5px;border-radius:5px;background:#edf2f0}.table-scroll{width:100%;overflow:auto;margin:18px 0;border:1px solid var(--border);border-radius:8px}table{width:100%;min-width:680px;border-collapse:collapse;background:#fff}th,td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{color:#34413d;background:#eef4f2;font-size:.78rem;text-transform:uppercase}.inline-citation,.inline-page-link{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-height:24px;margin:0 2px;padding:3px 7px;border:1px solid #bcd7d2;border-radius:999px;color:var(--teal-dark);background:#eaf6f4;font-size:.76rem;font-weight:800;vertical-align:middle}.inline-page-link{color:var(--indigo);border-color:#c6ccec;background:#f0f2fb}.inline-citation:hover,.inline-page-link:hover{filter:brightness(.97)}.source-actions a,.wide-link{display:inline-flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;color:var(--teal-dark);font-size:.84rem;font-weight:800}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.file-list div{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd}.file-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list small{color:var(--muted)}.evidence-panel{position:sticky;top:18px;height:calc(100vh - 36px);overflow:auto;padding:16px}.citation-detail{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.citation-source-title{display:flex;align-items:center;gap:9px;line-height:1.25}.citation-detail pre{width:100%;max-height:360px;overflow:auto;margin:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#111b19;color:#ecf8f5;font-size:.78rem;line-height:1.5;white-space:pre-wrap}.citation-list button{display:flex;flex-direction:column;gap:5px;padding:11px;border-color:var(--border);background:#fbfcfd}.citation-list span{color:var(--teal-dark);font-size:.76rem;font-weight:800}.citation-list strong{font-size:.88rem;line-height:1.25}.empty-state{display:grid;place-items:center;min-height:340px;text-align:center}@media(max-width:1240px){.app-shell{grid-template-columns:230px minmax(0,1fr)}.app-shell.sidebar-collapsed{grid-template-columns:60px minmax(0,1fr)}.story-workspace,.story-body-grid{grid-template-columns:1fr}.story-picker-panel,.story-aside{position:static;height:auto;max-height:none;overflow:visible}.story-picker-panel .card-list{overflow:visible}.featured-dossiers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.app-shell,.split-view,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.side-nav,.list-panel{position:static;height:auto;max-height:none;overflow:visible}.sidebar-toggle{position:static;width:auto;height:auto;padding:8px 12px;margin-bottom:12px}.list-panel .card-list,.list-panel .source-list{overflow:visible}.topbar{align-items:stretch;flex-direction:column}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid,.featured-dossiers-grid{grid-template-columns:1fr}.evidence-graph,.timeline-panel,.jurisdiction-panel,.open-questions-panel{grid-column:auto}.source-card{grid-template-columns:1fr}.source-media{width:100%}.story-card,.fresh-source-main{grid-template-columns:1fr}.story-card-media,.fresh-source-thumb{width:100%}.story-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.story-hero{min-height:380px}.story-hero h2{font-size:clamp(1.8rem,7vw,3.2rem)}.story-timeline:before{left:6px}.story-event{grid-template-columns:1fr;gap:8px;padding-left:30px}.story-event:before{left:0}.timeline-item{grid-template-columns:14px 72px minmax(0,1fr)}.timeline-item span:last-child{grid-column:2 / -1}.jurisdiction-grid.active{grid-template-columns:1fr}.district-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-back-btn{display:none;align-items:center;gap:8px;width:100%;padding:10px 14px;margin-bottom:14px;border:1px solid var(--border);border-radius:8px;background:#f8fbfa;color:var(--teal-dark);font-size:.88rem;font-weight:800;cursor:pointer;text-align:left}.mobile-back-btn:hover{background:var(--panel-soft)}.mobile-filter-row{display:none;gap:8px}.mobile-filter-row select{flex:1;min-width:120px;height:38px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);outline:none;font:inherit}@media(max-width:768px){.app-shell{padding:0;gap:0}.main-area{padding:10px 10px 72px;gap:12px}.topbar{min-height:0;padding:12px 0;gap:10px}.side-nav{position:fixed!important;bottom:0;left:0;right:0;top:auto!important;height:60px;max-height:60px;flex-direction:row;padding:0;border-radius:0;border-top:1px solid var(--border);border-left:none;border-right:none;border-bottom:none;z-index:100;overflow:visible;gap:0;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.side-nav .brand,.side-nav .filter-stack,.side-nav .side-stat,.side-nav .sidebar-toggle{display:none!important}.side-nav .nav-group{flex-direction:row;width:100%;gap:0}.side-nav .nav-button{flex:1!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;padding:6px 4px!important;font-size:.7rem!important;border-radius:0!important;height:60px!important;border:none!important;width:auto!important}.side-nav .nav-button span{display:flex!important}.side-nav .nav-button svg{width:20px!important;height:20px!important;margin:0!important}.split-view.mobile-detail-open .list-panel,.story-workspace.mobile-detail-open .story-picker-panel{display:none}.split-view:not(.mobile-detail-open) .detail-panel,.story-workspace:not(.mobile-detail-open) .story-landing,.story-workspace:not(.mobile-detail-open)>.detail-panel{display:none}.mobile-back-btn,.mobile-filter-row{display:flex}.court-card{word-break:break-word;overflow-wrap:break-word}.court-card-head{flex-wrap:wrap;word-break:break-word}.court-table,.court-table tbody{display:block;min-width:0;width:100%}.court-table tr{display:block;padding:8px 0;border-top:1px solid var(--border);border-bottom:none}.court-table tr:first-child{padding-top:0;border-top:none}.court-table th,.court-table td{display:block;width:auto;padding:2px 0;border:none;word-break:break-word}.court-table th{font-size:.72rem;margin-bottom:2px}.court-links{flex-wrap:wrap}.source-link{word-break:break-word}}@media(max-width:560px){.app-shell{padding:10px;gap:10px}.main-area{gap:10px}.topbar h1{font-size:clamp(1.3rem,6vw,1.8rem)}.search-box{width:100%}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:80px;padding:12px}.stat-card strong{font-size:1.35rem}.story-hero{min-height:300px;border-radius:6px}.story-hero h2{font-size:clamp(1.5rem,8vw,2.4rem)}.story-hero-copy{padding:16px}.story-main{padding:14px}.story-event-date{font-size:.74rem}.story-event h3{font-size:1.08rem}.story-metrics,.story-findings{grid-template-columns:1fr}.story-metric{min-height:88px;padding:12px}.story-evidence-grid,.fresh-source-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:10px minmax(0,1fr);gap:6px;padding:8px 6px}.timeline-item time{grid-column:2}.timeline-item strong{grid-column:2}.timeline-item span:last-child{grid-column:2}.timeline-dot{width:8px;height:8px}.detail-header h2{font-size:clamp(1.1rem,4vw,1.5rem)}.detail-meta,.metric-strip,.source-actions,.source-facts{gap:6px}.detail-meta span,.metric-strip span,.source-facts span{padding:6px 8px;font-size:.76rem}.source-hero{max-height:180px}.file-list div{grid-template-columns:18px minmax(0,1fr)}.file-list small{grid-column:2}.court-card-head{flex-direction:column;align-items:flex-start;gap:6px}.brand strong{font-size:.92rem}.brand span{font-size:.8rem}}.cbi-cases-section{background:#0f172a;border-radius:10px;padding:20px;color:#f1f5f9}.cbi-cases-section .panel-heading p.eyebrow{color:#f87171}.cbi-cases-section .panel-heading h2{color:#f1f5f9;margin:0}.cbi-cases-section .story-section-lede{color:#94a3b8}.cbi-react-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-top:16px}.cbi-react-card{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:4px;text-decoration:none;color:#f1f5f9;transition:border-color .15s,background .15s}.cbi-react-card:hover{border-color:#f87171;background:#263147}.cbi-react-card-id{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f87171}.cbi-react-card-title{font-size:.85rem;font-weight:700;color:#f1f5f9;line-height:1.3;margin:2px 0}.cbi-react-card-ref{font-size:.7rem;color:#64748b}.cbi-react-card-resource{font-size:.72rem;color:#94a3b8;border-top:1px solid #334155;padding-top:6px;margin-top:4px}.cbi-react-card-amounts{display:flex;flex-direction:column;gap:2px;margin-top:6px;font-size:.72rem;color:#cbd5e1}.cbi-react-card-today{color:#fbbf24;font-weight:600}.cbi-react-index-link{display:inline-block;margin-top:14px;font-size:.8rem;color:#60a5fa;text-decoration:none}.cbi-react-index-link:hover{text-decoration:underline}
