:root{color-scheme:light;--bg: #fafafa;--panel: #ffffff;--panel-elevated: #ffffff;--header-bg: rgba(255, 255, 255, .85);--text: #0f172a;--muted: rgba(15, 23, 42, .62);--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--primary: #4f46e5;--primary-dark: #4338ca;--primary-bg: #4f46e5;--primary-fg: #ffffff;--primary-soft: rgba(79, 70, 229, .08);--primary-soft-hover: rgba(79, 70, 229, .14);--table-head: #f8fafc;--table-row-hover: rgba(79, 70, 229, .04);--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--interactive-shadow-hover: 0 4px 12px rgba(15, 23, 42, .08);--interactive-shadow-active: inset 0 0 0 999px rgba(15, 23, 42, .04), 0 2px 4px rgba(15, 23, 42, .08)}:root[data-theme=dark]{color-scheme:dark;--bg: #0a0a0b;--panel: #141417;--panel-elevated: #1a1a1f;--header-bg: rgba(10, 10, 11, .78);--text: #f5f5f5;--muted: rgba(245, 245, 245, .62);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--primary: #818cf8;--primary-dark: #a5b0fb;--primary-bg: #4f46e5;--primary-fg: #ffffff;--primary-soft: rgba(129, 140, 248, .14);--primary-soft-hover: rgba(129, 140, 248, .22);--table-head: #1c1c20;--table-row-hover: rgba(129, 140, 248, .06);--shadow: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--interactive-shadow-hover: 0 4px 12px rgba(0, 0, 0, .5);--interactive-shadow-active: inset 0 0 0 999px rgba(255, 255, 255, .06), 0 2px 4px rgba(0, 0, 0, .5)}:root[data-theme=dark] [class*=intro],:root[data-theme=dark] .hero-card{background:linear-gradient(120deg,var(--panel) 0%,var(--panel-elevated) 100%)!important;border-color:var(--border)!important}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) [class*=intro],:root:not([data-theme=light]) .hero-card{background:linear-gradient(120deg,var(--panel) 0%,var(--panel-elevated) 100%)!important;border-color:var(--border)!important}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0a0a0b;--panel: #141417;--panel-elevated: #1a1a1f;--header-bg: rgba(10, 10, 11, .78);--text: #f5f5f5;--muted: rgba(245, 245, 245, .62);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--primary: #818cf8;--primary-dark: #a5b0fb;--primary-bg: #4f46e5;--primary-fg: #ffffff;--primary-soft: rgba(129, 140, 248, .14);--primary-soft-hover: rgba(129, 140, 248, .22);--table-head: #1c1c20;--table-row-hover: rgba(129, 140, 248, .06);--shadow: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--interactive-shadow-hover: 0 4px 12px rgba(0, 0, 0, .5);--interactive-shadow-active: inset 0 0 0 999px rgba(255, 255, 255, .06), 0 2px 4px rgba(0, 0, 0, .5)}}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osxfont-smoothing:grayscale}img,video{max-width:100%;height:auto}iframe{max-width:100%}.wrap{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{border-bottom:1px solid var(--border);background:var(--header-bg);position:sticky;top:0;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);z-index:20}.site-header .wrap,.site-footer .footer-inner{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:.85rem 0;flex-wrap:wrap}.menu-toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text);cursor:pointer;flex-shrink:0;appearance:none}.menu-toggle:focus-visible{outline:2px solid #bfdbfe;outline-offset:3px;border-radius:4px}.menu-toggle-icon{display:block;position:relative;width:22px;height:2px;border-radius:999px;background:currentColor;transition:background-color .14s ease,transform .18s ease}.menu-toggle-icon:before,.menu-toggle-icon:after{content:"";position:absolute;left:0;width:22px;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,top .18s ease}.menu-toggle-icon:before{top:-7px}.menu-toggle-icon:after{top:7px}.site-header nav,.site-footer nav{display:flex;flex-wrap:wrap;gap:.45rem}.brand{display:inline-flex;align-items:center;gap:1rem;padding:.18rem 0;font-weight:800;text-decoration:none;color:var(--text);letter-spacing:-.4px}.brand-icon{width:64px;height:64px;border-radius:14px;display:block;flex:0 0 64px}.brand-text{line-height:1.05}main{padding:2rem 0 3rem}main>*+*{margin-top:1rem}h1,h2,h3{line-height:1.25;letter-spacing:-.3px}main h1,main h2,main h3{color:var(--text)}main h1{font-size:clamp(1.75rem,2vw + 1rem,2.5rem);font-weight:800;letter-spacing:-.6px}main h2{font-size:clamp(1.3rem,1vw + 1rem,1.65rem);font-weight:700;margin-top:2rem}main h3{font-size:1.1rem;font-weight:700}a{color:var(--primary);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--primary-dark)}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease}.hover-tile.card:hover,a.card:hover,.card a:has(.hover-tile):hover .hover-tile{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.card h1,.card h2,.card h3,.card p,.card li,.card th,.card td{color:var(--text)}.card a,table a{color:var(--primary)}.card a:hover,table a:hover{color:var(--primary-dark)}.grid{display:grid;gap:1rem}.grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}table{width:100%;border-collapse:collapse;margin:1rem 0;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}th,td{padding:.85rem 1rem!important;border-bottom:1px solid var(--border);text-align:left;vertical-align:top;color:var(--text);line-height:1.55;font-size:.92rem}th{background:var(--table-head);font-weight:700;color:var(--text);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border-strong)}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--table-row-hover)}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius);border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow)}.table-scroll table{margin:0;border:0;border-radius:0;box-shadow:none;min-width:720px}.table-scroll th{position:sticky;top:0;background:var(--table-head);z-index:1}.agent-timeline-wrap{margin:1rem 0 1.25rem;padding:1rem;border:1px solid #b7c4d6;border-radius:14px;background:#f6f8fb;color:#0f172a}.agent-timeline-wrap h3{margin:0 0 .75rem;color:#0b2545}.agent-timeline{list-style:none;margin:0;padding:0 0 0 1rem;border-left:2px solid #8fa6c1;display:grid;gap:.75rem}.agent-timeline li{position:relative;padding-left:.75rem}.agent-timeline li:before{content:"";position:absolute;left:-1.45rem;top:.4rem;width:.55rem;height:.55rem;border-radius:999px;background:#3d5f86;box-shadow:0 0 0 3px #e7edf5}.agent-timeline .year{display:inline-block;font-weight:700;font-size:.9rem;line-height:1.2;color:#27486f}.agent-timeline p{margin:.2rem 0 0;color:#101828}.price-ladder-wrap{margin:1rem 0 1.25rem;padding:1rem;border:1px solid #b7c4d6;border-radius:14px;background:#f6f8fb;color:#0f172a}.price-ladder-wrap h3{margin:0 0 .8rem;color:#0b2545}.price-ladder{display:grid;gap:.5rem}.price-ladder .row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem .6rem;border:1px solid #c7d2e2;border-radius:10px;background:#eef3f9}.price-ladder .label{font-weight:600;color:#123a70}.price-ladder .value{font-weight:700;color:#0b2545}.muted{color:#e2e8f0b8}.card .muted,td .muted,th .muted{color:var(--muted)}.pills{display:flex;gap:.5rem;flex-wrap:wrap;list-style:none;margin:0;padding:0}.pills li{background:#0f172a0f;border:1px solid rgba(15,23,42,.12);border-radius:999px;padding:.22rem .7rem;font-size:.9rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.share-section{margin-top:.5rem;margin-bottom:1rem;padding:.8rem 0}.share-section h2{margin:0 0 .8rem;font-size:1.05rem;color:var(--text)}.share-links{display:flex;flex-wrap:wrap;gap:.55rem}.share-link{display:inline-flex;align-items:center;gap:.34rem;padding:.28rem .54rem;border:1px solid var(--border);border-radius:11px;background:var(--panel);text-decoration:none;font-weight:700;font-size:.82rem;color:var(--text)}.share-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}:where(button,[role=button],input[type=button],input[type=submit],.btn,.pill,.mini,.cat,.searchResult,.share-link,.hover-tile,.linkMuted,.menu-toggle,.site-header nav a,.site-footer .footer-links a){transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .12s ease,filter .18s ease;-webkit-tap-highlight-color:transparent}.hover-tile{border-radius:var(--radius)}.tile-link-card{display:block;height:100%;color:var(--text);text-decoration:none}.tile-link-card:visited{color:var(--text)}.tile-link-card .tile-cta{margin-top:.55rem;color:var(--primary);font-weight:700}:where(.btn,.pill,.mini,.cat,.searchResult,.share-link,.hover-tile):active{box-shadow:var(--interactive-shadow-active);filter:none;transform:translateY(1px)}.site-header nav a:active{background:var(--primary-soft-hover);transform:translateY(1px)}.site-footer .footer-links a:active{background:#0f172a14;transform:translateY(1px)}.linkMuted:active{background:#0f172a24;transform:translateY(1px)}.mermaid{display:block;width:100%;overflow-x:auto;margin:1rem 0;padding:.85rem;border:1px solid var(--border);border-radius:14px;background:var(--panel)}.risk-flowchart{border:1px solid var(--border);border-radius:14px;padding:1rem;margin:1rem 0;background:#fff;display:grid;gap:.7rem}.rf-node{border:1px solid #94a3b8;border-radius:10px;padding:.55rem .65rem;background:#f8fafc;color:#0f172a;font-weight:600;line-height:1.35;text-align:center}.rf-start{background:#e2e8f0;border-color:#475569}.rf-decision{background:#f8fafc;border-color:#64748b}.rf-high{background:#fee2e2;border-color:#dc2626;color:#7f1d1d}.rf-medium{background:#fef3c7;border-color:#d97706;color:#78350f}.rf-low{background:#dcfce7;border-color:#16a34a;color:#14532d}.rf-outcome-high{background:#fff1f2;border-color:#ef4444;color:#7f1d1d;font-weight:500}.rf-outcome-med{background:#fffbeb;border-color:#f59e0b;color:#78350f;font-weight:500}.rf-outcome-low{background:#f0fdf4;border-color:#22c55e;color:#14532d;font-weight:500}.rf-arrow{text-align:center;color:#64748b;font-weight:700;line-height:1}.rf-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;align-items:start}.rf-branch{display:grid;gap:.55rem;padding:.6rem;border:1px dashed #cbd5e1;border-radius:10px;background:#fcfdff}.rf-branch-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.rf-path{display:grid;gap:.45rem}.rf-label{font-size:.78rem;font-weight:700;color:#475569;text-align:center;text-transform:uppercase;letter-spacing:.04em}.ai-timeline{position:relative;border:1px solid #dbe3ef;border-radius:18px;padding:1.1rem 1rem 1.2rem;margin:1rem 0;background:radial-gradient(circle at 8% 8%,rgba(59,130,246,.08),transparent 28%),radial-gradient(circle at 92% 10%,rgba(16,185,129,.08),transparent 26%),#fff;box-shadow:0 10px 24px #0f172a14}.ai-timeline-title{margin:0 0 1rem;font-size:1.02rem;font-weight:800;color:#0f172a}.ai-timeline-track{position:absolute;left:1.7rem;right:1.7rem;top:4.45rem;height:4px;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#34d399);box-shadow:0 0 0 2px #e2e8f0}.ai-timeline-grid{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.ai-timeline-item{display:grid;gap:.5rem;align-items:start;justify-items:center}.ai-timeline-year{font-weight:800;color:#1d4ed8;font-size:.8rem;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;padding:.2rem .52rem;line-height:1}.ai-timeline-dot{width:14px;height:14px;border-radius:50%;border:2px solid #0ea5e9;background:#fff;box-shadow:0 0 0 5px #0ea5e924;z-index:1}.ai-timeline-card{width:100%;border:1px solid #dbe3ef;border-radius:12px;background:#f9fbff;color:#0f172a;padding:.58rem .62rem;font-size:.84rem;line-height:1.38;min-height:6.4rem;box-shadow:0 4px 10px #0f172a0d}@media(hover:hover){:where(.btn,.pill,.mini,.cat,.searchResult,.share-link,.hover-tile):hover{box-shadow:var(--interactive-shadow-hover);filter:saturate(1.03);transform:translateY(-1px)}.site-header nav a:hover{background:var(--primary-soft);color:var(--primary);transform:translateY(-1px)}.site-footer .footer-links a:hover{background:#0f172a0d;border-radius:8px;color:var(--text)}.linkMuted:hover{background:#0f172a14;border-radius:10px;box-shadow:inset 0 0 0 999px #0f172a05;transform:translateY(-1px)}}.site-header nav a{color:var(--muted);text-decoration:none;font-weight:600;padding:.44rem .7rem;border-radius:8px}.site-header nav a:hover{background:var(--primary-soft);color:var(--primary)}.language-switch{display:inline-flex;gap:.2rem;margin-left:.2rem}.language-switch a{min-width:2.05rem;text-align:center;font-weight:700;font-size:.75rem;letter-spacing:.02em;padding:.35rem .5rem;border:1px solid var(--border);border-radius:8px;text-decoration:none;color:var(--muted)}.language-switch a.active{background:var(--primary-soft);color:var(--primary);border-color:var(--primary)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:.4rem;padding:0;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;flex-shrink:0}.theme-toggle:hover{background:var(--primary-soft);color:var(--primary);border-color:var(--border-strong)}.theme-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.theme-icon{display:block}.theme-icon-sun{display:none}.theme-icon-moon{display:block}:root[data-theme=dark] .theme-icon-sun{display:block}:root[data-theme=dark] .theme-icon-moon{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-icon-sun{display:block}:root:not([data-theme=light]) .theme-icon-moon{display:none}}.site-header.menu-open .menu-toggle-icon{background:transparent}.site-header.menu-open .menu-toggle-icon:before{top:0;transform:rotate(45deg)}.site-header.menu-open .menu-toggle-icon:after{top:0;transform:rotate(-45deg)}.site-footer{border-top:1px solid var(--border);background:var(--panel);margin-top:4rem}.site-footer a{color:var(--muted)}.footer-copy{margin:0;color:var(--muted);font-size:14px;font-weight:500;line-height:1.2;letter-spacing:normal;font-family:inherit}.site-footer a:hover{color:var(--primary)}.footer-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-weight:500;font-size:14px}.footer-links a{text-decoration:none}.footer-links .dot{color:#0f172a40;line-height:1}@media(max-width:860px){.site-header .wrap{align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:nowrap}.brand{flex:1 1 auto;gap:.68rem;min-width:0}.brand-icon{width:44px;height:44px;border-radius:10px;flex-basis:44px}.brand-text{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-toggle{display:inline-flex}.site-header.menu-ready nav{display:none;width:100%;padding-top:.8rem;margin-top:.15rem;border-top:1px solid var(--border);gap:.36rem;flex-direction:column;flex-wrap:nowrap}.site-header.menu-ready.menu-open .wrap{flex-wrap:wrap;align-items:flex-start}.site-header.menu-ready.menu-open nav{display:flex}.site-header nav a{width:100%;padding:.58rem .74rem;border-radius:10px}}@media(max-width:700px){.site-footer .footer-inner{align-items:flex-start;flex-direction:column}.wrap{width:min(1120px,calc(100% - 1.3rem))}main{padding-top:1.45rem;padding-bottom:2.35rem}.card{border-radius:18px}th,td{font-size:.94rem;padding:.9rem 1rem!important}.rf-split,.rf-branch-row{grid-template-columns:1fr}.ai-timeline-track{display:none}.ai-timeline-grid{grid-template-columns:1fr;gap:.78rem}.ai-timeline-item{grid-template-columns:auto 1fr;justify-items:stretch;align-items:center;gap:.45rem .6rem;display:grid}.ai-timeline-year{grid-column:1 / 2;grid-row:1 / 2}.ai-timeline-dot{grid-column:1 / 2;grid-row:2 / 3;justify-self:center}.ai-timeline-card{grid-column:2 / 3;grid-row:1 / 3;min-height:0;font-size:.9rem}}
