:root{--bg: #f6f3ec;--surface: #ffffff;--surface-sunken: #ece6d8;--surface-raised: #fbfaf6;--ink: #1a1f29;--ink-soft: #4c5566;--ink-faint: #767f8f;--rule: #e3ddcd;--rule-strong: #cfc6ac;--accent: #8a6522;--accent-strong: #6d4e17;--accent-tint: #f3e8cf;--on-accent: #fffdf8;--supported: #1f7a4f;--supported-tint: #e5f3ea;--partial: #96650f;--partial-tint: #f8eeda;--not-supported: #a13c30;--not-supported-tint: #fbeae7;--insufficient: #5b6573;--insufficient-tint: #ece9e2;--shadow-sm: 0 1px 2px rgba(26, 31, 41, .06);--shadow: 0 1px 2px rgba(26, 31, 41, .05), 0 18px 36px -14px rgba(26, 31, 41, .16);--font-display: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;--font-sans: "IBM Plex Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, Menlo, monospace;--sidebar-w: 232px;color-scheme:light}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0a0d12;--surface: #12161d;--surface-sunken: #060809;--surface-raised: #1b212b;--ink: #eef0f4;--ink-soft: #9aa3b2;--ink-faint: #6b7382;--rule: #232933;--rule-strong: #333c48;--accent: #d1a84e;--accent-strong: #e8c274;--accent-tint: #241d10;--on-accent: #14110a;--supported: #4fbf83;--supported-tint: #0f2a1d;--partial: #e2a23f;--partial-tint: #2c2010;--not-supported: #e2685c;--not-supported-tint: #301613;--insufficient: #8790a0;--insufficient-tint: #1b212b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 20px 40px -12px rgba(0, 0, 0, .6);color-scheme:dark}}:root[data-theme=dark]{--bg: #0a0d12;--surface: #12161d;--surface-sunken: #060809;--surface-raised: #1b212b;--ink: #eef0f4;--ink-soft: #9aa3b2;--ink-faint: #6b7382;--rule: #232933;--rule-strong: #333c48;--accent: #d1a84e;--accent-strong: #e8c274;--accent-tint: #241d10;--on-accent: #14110a;--supported: #4fbf83;--supported-tint: #0f2a1d;--partial: #e2a23f;--partial-tint: #2c2010;--not-supported: #e2685c;--not-supported-tint: #301613;--insufficient: #8790a0;--insufficient-tint: #1b212b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 20px 40px -12px rgba(0, 0, 0, .6);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.55;transition:background-color .15s ease,color .15s ease}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;color:var(--ink);letter-spacing:-.015em}.page-header h1{font-weight:700;font-size:1.85rem}a{color:var(--accent-strong)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:absolute;left:-999px;top:0;background:var(--accent-strong);color:var(--on-accent);padding:.6rem 1rem;z-index:100}.skip-link:focus{left:.5rem;top:.5rem}.app-shell{display:flex;min-height:100vh;align-items:flex-start}.app-sidebar{position:sticky;top:0;height:100vh;width:var(--sidebar-w);flex:0 0 var(--sidebar-w);display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--rule);padding:1.4rem 1.1rem}.brand-block{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1.2rem;margin-bottom:1rem;border-bottom:1px solid var(--rule)}.brand{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:.01em;color:var(--ink)}.brand em{font-style:normal;color:var(--accent)}.brand-tagline{font-size:.78rem;color:var(--ink-faint);line-height:1.35}.app-nav{display:flex;flex-direction:column;gap:.1rem;flex:1}.nav-link{text-decoration:none;color:var(--ink-soft);padding:.5rem .7rem;border-radius:8px;font-weight:600;font-size:.92rem;border-left:2px solid transparent;transition:background-color .12s ease,color .12s ease}.nav-link:hover{color:var(--ink);background:var(--surface-sunken)}.nav-link-active,.nav-link-active:hover{color:var(--accent-strong);background:var(--accent-tint);border-left-color:var(--accent)}.nav-divider{display:none}.sidebar-foot{padding-top:1rem;margin-top:1rem;border-top:1px solid var(--rule)}.theme-toggle{width:100%;background:var(--surface-sunken);color:var(--ink-soft);border:1px solid var(--rule-strong);border-radius:8px;padding:.45rem .7rem;font-size:.82rem;font-weight:600;white-space:nowrap}.theme-toggle:hover{color:var(--ink);border-color:var(--accent);background:var(--surface-sunken)}.app-main{flex:1;min-width:0;outline:none;padding:2.2rem 2.6rem 4rem;max-width:1180px}.page-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.6rem;margin-bottom:.5rem}.page-header h1{margin:0}.byline{color:var(--ink-soft);font-size:1.02rem;max-width:62ch}.muted{color:var(--ink-faint)}.card{background:var(--surface);border:1px solid var(--rule);border-radius:14px;padding:1.2rem 1.3rem;box-shadow:var(--shadow-sm)}.card-link{display:block;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.card-link:hover,.card-link:focus-visible{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-1px)}.card-link h2{margin:0 0 .3rem;font-size:1.1rem}.card-link p{margin:0;color:var(--ink-soft);font-size:.92rem}.home-shortcuts{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin:1.5rem 0}.home-search{display:flex;gap:.5rem;margin:1.2rem 0 1.8rem}.status-list{list-style:none;padding:0;margin:.4rem 0 0;font-size:.92rem}.status-list li{padding:.2rem 0}input[type=text],input[type=search],select{font:inherit;padding:.55rem 1rem;border:1px solid var(--rule-strong);border-radius:999px;background:var(--surface);color:var(--ink)}.picker-search{display:block;width:100%;max-width:320px;margin:.6rem 0 0}input[type=text]:focus,select:focus{outline:2px solid var(--accent);outline-offset:1px}button{font:inherit;font-weight:600;cursor:pointer;border:1px solid var(--accent-strong);background:var(--accent);color:var(--on-accent);padding:.55rem 1.2rem;border-radius:999px;transition:background-color .12s ease,transform .08s ease}button:hover{background:var(--accent-strong)}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed}.filter-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0 1rem}.checkbox-inline{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--ink-soft)}.picker summary{cursor:pointer;color:var(--accent-strong);font-weight:600}.chip-picker{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.chip-checkbox{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--rule);border-radius:999px;padding:.2rem .6rem;font-size:.85rem;background:var(--surface)}.data-table{width:100%;border-collapse:collapse;font-size:.92rem}.data-table th,.data-table td{text-align:left;padding:.65rem .7rem;border-bottom:1px solid var(--rule)}.data-table th{color:var(--ink-faint);font-weight:600;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}.data-table tbody tr:hover{background:var(--surface-sunken)}.data-table td{font-variant-numeric:tabular-nums;font-family:var(--font-mono)}.data-table td:first-child,.data-table td:nth-child(2){font-family:var(--font-sans)}.row-highlight{background:var(--accent-tint)}.tab-bar{display:flex;flex-wrap:wrap;align-items:center;border-bottom:1px solid var(--rule);margin:1.2rem 0 0}.tab-row{display:flex;flex-wrap:wrap;gap:.3rem}.tab-button{background:transparent;border:none;border-bottom:3px solid transparent;color:var(--ink-soft);border-radius:0;padding:.55rem .75rem;font-weight:600}.tab-button:hover{color:var(--ink);background:transparent;border-bottom-color:var(--rule-strong)}.tab-button-active,.tab-button-active:hover{color:var(--accent-strong);background:transparent;border-bottom-color:var(--accent)}.tab-panel{padding-top:1.2rem}.basis-toggle{display:flex;gap:.2rem;margin-left:auto;align-self:center;padding:.2rem;background:var(--surface-sunken);border-radius:999px}.basis-toggle-option{border:none;border-radius:999px;padding:.32rem .75rem;font-size:.8rem;font-weight:600;color:var(--ink-soft);background:transparent}.basis-toggle-option:hover{color:var(--ink);background:transparent}.basis-toggle-option-active,.basis-toggle-option-active:hover{background:var(--accent);color:var(--on-accent)}.section-note{color:var(--ink-faint);font-size:.88rem;margin-top:0}.subsection-title{font-size:1rem;margin:1.4rem 0 .5rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.8rem}.stat-tile{border:1px solid var(--rule);border-left:3px solid var(--accent);border-radius:10px;padding:.85rem .95rem;background:var(--surface);display:flex;flex-direction:column;gap:.2rem;transition:box-shadow .15s ease}.stat-tile:hover{box-shadow:var(--shadow-sm)}.stat-tile-missing{background:var(--surface-sunken);border-left-color:var(--rule-strong)}.stat-label{font-size:.74rem;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.03em;font-weight:600}.stat-value{font-family:var(--font-mono);font-size:1.4rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--ink)}.stat-period{font-size:.75rem;color:var(--ink-faint)}.stat-limitation{font-size:.72rem;color:var(--not-supported)}.tag{display:inline-block;border:1px solid var(--rule-strong);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;color:var(--accent-strong);background:var(--accent-tint);text-decoration:none}.example-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.example-chip{cursor:pointer;border:1px solid var(--rule-strong);background:var(--surface);color:var(--accent-strong)}.example-chip:hover{background:var(--accent-tint)}.qa-log{list-style:none;padding:0;margin:1.1rem 0}.qa-message{margin-bottom:1.4rem}.qa-form{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.qa-input{flex:1;min-width:240px}.qa-ask-button{flex-shrink:0}.status-banner{padding:.5rem 0;font-size:.9rem}.status-loading{color:var(--ink-faint)}.status-error{color:var(--not-supported);font-weight:600}.wake-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.wake-gate-card{max-width:420px;text-align:center;background:var(--surface);border:1px solid var(--rule);border-radius:14px;padding:2.2rem 2rem;box-shadow:var(--shadow)}.wake-gate-brand{font-family:var(--font-display);font-size:1.6rem;font-weight:700;letter-spacing:.01em;color:var(--ink);margin:0 0 1rem}.wake-gate-message{font-weight:600;margin:0 0 .5rem}.wake-gate-note{color:var(--ink-faint);font-size:.88rem;margin:0}.wake-gate-spinner{width:28px;height:28px;margin:0 auto 1rem;border:3px solid var(--rule);border-top-color:var(--accent);border-radius:50%;animation:wake-gate-spin .9s linear infinite}@keyframes wake-gate-spin{to{transform:rotate(360deg)}}.evidence-answer{display:flex;flex-direction:column;gap:.6rem}.answer-text{font-size:1.05rem}.answer-paragraph{margin:0 0 .6rem}.answer-paragraph:last-child{margin-bottom:0}.answer-list{margin:0 0 .6rem;padding-left:1.3rem}.answer-list li{margin-bottom:.2rem}.limitations-list{margin:0;padding-left:1.1rem;color:var(--partial);font-size:.88rem}.verification-note{font-size:.85rem;margin:0;color:var(--ink-soft)}.verification-passed_with_warnings{color:var(--partial)}.verification-abstained{color:var(--not-supported)}.verification-counts{color:var(--ink-faint)}.claim-list{margin-top:.6rem}.claim-list h2{font-size:.95rem;margin:0 0 .5rem}.claim-card{border:1px solid var(--rule);border-left:4px solid var(--rule-strong);border-radius:10px;margin-bottom:.6rem;background:var(--surface)}.claim-card[open]{border-left-color:var(--accent)}.claim-summary{cursor:pointer;list-style:none;padding:.65rem .85rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.claim-summary::-webkit-details-marker{display:none}.claim-summary:before{content:"▸";color:var(--ink-faint);margin-right:.1rem}.claim-card[open] .claim-summary:before{content:"▾"}.claim-text{flex:1;min-width:200px}.claim-body{padding:0 .85rem .85rem 1.75rem;border-top:1px solid var(--rule)}.claim-section{margin-top:.7rem}.claim-section h3{font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-faint);margin:0 0 .3rem}.status-badge{display:inline-block;padding:.12rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.status-supported{background:var(--supported-tint);color:var(--supported)}.status-partial{background:var(--partial-tint);color:var(--partial)}.status-not-supported{background:var(--not-supported-tint);color:var(--not-supported)}.status-insufficient{background:var(--insufficient-tint);color:var(--insufficient)}.evidence-list,.calc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.evidence-row{display:flex;align-items:baseline;gap:.5rem;font-size:.88rem;flex-wrap:wrap}.evidence-head{font-weight:600}.evidence-value{font-family:var(--font-mono)}.evidence-snippet{margin:.2rem 0 0;color:var(--ink-soft);font-style:italic;font-size:.86rem;flex-basis:100%}.calc-row{font-size:.88rem}.calc-head{font-weight:600}.calc-expression{display:block;font-family:var(--font-mono);font-size:.8rem;color:var(--ink-faint);margin-top:.1rem}.calc-inputs{margin:.2rem 0 0;padding-left:1.1rem;color:var(--ink-soft)}.source-chips{display:flex;flex-wrap:wrap;gap:.4rem}.source-chip{font-size:.8rem;border:1px solid var(--rule);border-radius:5px;padding:.15rem .5rem;background:var(--surface-sunken);color:var(--ink-soft)}@media (max-width: 860px){.app-shell{flex-direction:column}.app-sidebar{position:static;height:auto;width:100%;flex:none;flex-direction:row;align-items:center;flex-wrap:wrap;padding:1rem 1.2rem}.brand-block{border-bottom:none;padding-bottom:0;margin-bottom:0;margin-right:1rem}.app-nav{flex-direction:row;flex-wrap:wrap;flex:1}.sidebar-foot{border-top:none;margin-top:0;padding-top:0}.theme-toggle{width:auto}.app-main{padding:1.6rem 1.2rem 3rem}}@media (max-width: 640px){.page-header{flex-direction:column;align-items:flex-start}}
