:root{--bg: #080810;--bg-elev: #0e0e1e;--border: #1a1a30;--border-strong: #2a2a44;--text: #e5e5e5;--text-2: #a0a0b0;--text-3: #7a7a8a;--accent: #60a5fa;--card-shadow: 0 4px 24px rgba(0,0,0,.25);--header-h: 56px;--max-w: 1080px;--radius: 10px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}:root[data-theme=light]{--bg: #fafafa;--bg-elev: #ffffff;--border: #e5e5e5;--border-strong: #d4d4d4;--text: #18181b;--text-2: #52525b;--text-3: #71717a;--accent: #2563eb;--card-shadow: 0 4px 24px rgba(0,0,0,.06)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .18s ease,color .18s ease}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}main{flex:1;width:100%;max-width:var(--max-w);margin:0 auto;padding:32px 20px 80px}main.full{max-width:none;padding:0}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);font-weight:600}h1{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-top:8px}h2{font-size:20px;font-weight:600;letter-spacing:-.01em}.subtitle{color:var(--text-2);font-size:15px;margin-top:10px;max-width:640px;line-height:1.55}.kbd{font-family:var(--font-mono);font-size:11px;background:var(--bg-elev);border:1px solid var(--border);border-radius:4px;padding:1px 5px;color:var(--text-2)}body>header{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;border-bottom:1px solid var(--border, #e5e7eb)}body>header nav{display:flex;gap:1rem;flex:1;margin-left:2rem}body>header .brand{font-weight:700;font-family:"DM Serif Display",serif}body>header .pills{display:flex;gap:.5rem}.pill{padding:.25rem .75rem;border:1px solid var(--border, #e5e7eb);border-radius:999px;font-size:.875rem;text-decoration:none;background:var(--bg-pill, transparent);cursor:pointer}.pill[data-mode=full]{background:var(--accent, #ed2d34);color:#fff}.theme-pill{font-size:1rem;color:inherit}[data-theme=dark] .theme-icon-light,[data-theme=light] .theme-icon-dark{display:none}footer{padding:2rem;border-top:1px solid var(--border, #e5e7eb);display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--muted, #6b7280)}footer nav{display:flex;gap:1rem}:root[data-theme=light]{--bg: #ffffff;--fg: #464646;--muted: #8a8a8a;--border: #d6d6d6;--accent: #ed2d34}:root[data-theme=dark]{--bg: #232728;--fg: #f1f5f9;--muted: #a8a8a8;--border: #3a3f40;--accent: #f73859}body{background:var(--bg);color:var(--fg);margin:0;font-family:Inter,system-ui,sans-serif}main{padding:2rem;max-width:72rem;margin:0 auto}a{color:var(--accent)}figure>svg{max-width:100%;height:auto}.dep-table{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:.875rem}.dep-table th,.dep-table td{padding:.5rem .75rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.dep-table th{font-weight:600}.dep-table a{color:var(--accent, #ed2d34)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}main.full>section{padding:7.5rem 0}main.full>section+section{border-top:1px solid var(--border)}.section-inner{max-width:72rem;margin:0 auto;padding:0 2rem}main:not(.full)>h1{margin:0 0 1rem;font-size:2rem;line-height:1.15;letter-spacing:-.02em}main:not(.full)>.lead{font-size:1.05rem;line-height:1.5;color:var(--muted);max-width:48rem;margin:0 0 2rem}main:not(.full)>h2{margin-top:3rem;margin-bottom:1rem}main:not(.full)>section{margin-top:2.5rem}main:not(.full)>section>h2:first-child,main:not(.full)>section>h3:first-child{margin-top:0}main p,main li{line-height:1.5}main ul,main ol{margin:.75rem 0 1.25rem 1.5rem;padding:0}main li+li{margin-top:.35rem}main p+p{margin-top:.75rem}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-heading{margin-bottom:3.5rem;max-width:48rem}.section-heading h2{font-size:2.5rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0}.section-heading .lead{font-size:1.125rem;line-height:1.55;color:var(--muted);margin-top:1rem}.hero{padding:9rem 0 7.5rem}.hero h1{font-size:4rem;font-weight:700;line-height:1.05;letter-spacing:-.025em;max-width:24ch}.hero .lead{font-size:1.25rem;line-height:1.5;color:var(--muted);margin-top:1.5rem;max-width:38rem}.hero p:last-child{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}.cta{display:inline-block;padding:.875rem 2rem;border:2px solid var(--accent);border-radius:999px;color:var(--accent);font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease}.cta:hover{background:var(--accent);color:#fff;text-decoration:none}.cta-secondary{border-color:var(--fg);color:var(--fg)}.cta-secondary:hover{background:var(--fg);color:var(--bg)}.section-inverse{background:#232728;color:#fff}[data-theme=dark] .section-inverse{background:#000}.section-inverse .section-eyebrow{color:var(--accent)}.section-inverse .section-heading h2{color:#fff}.section-inverse .lead{color:#d6d6d6}.section-inverse .cta{border-color:#fff;color:#fff}.section-inverse .cta:hover{background:#fff;color:#232728}.phase-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;list-style:none;padding:0;margin:0;counter-reset:phase;position:relative}.phase-strip:before{content:"";position:absolute;top:1.25rem;left:calc(100% / 12);right:calc(100% / 12);height:2px;background:var(--border);z-index:0}.phase-strip li{counter-increment:phase;text-align:center;position:relative;z-index:1;font-size:.95rem;font-weight:600}.phase-strip li:before{content:counter(phase);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:var(--bg);border:2px solid var(--accent);color:var(--accent);font-weight:700;margin:0 auto .75rem}.artifact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem;list-style:none;padding:0;margin:0}.artifact-card{border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;transition:border-color .18s ease,transform .18s ease}.artifact-card:hover{border-color:var(--accent);transform:translateY(-2px)}.artifact-card a{color:var(--fg);text-decoration:none;display:block}.artifact-card a:hover{text-decoration:none}.artifact-card .phase-badge{display:inline-block;font-size:.7rem;font-weight:700;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.artifact-card h3{font-size:1.125rem;font-weight:600;margin:0;letter-spacing:-.01em}.role-strip{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:0}.role-strip li a{display:inline-block;padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;color:var(--fg);text-decoration:none;font-size:.95rem;transition:border-color .18s ease,color .18s ease}.role-strip li a:hover{border-color:var(--accent);color:var(--accent)}.view-more{margin-top:2rem}.view-more a{color:var(--accent);font-weight:600}main table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;line-height:1.5}main thead th{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-align:left;padding:.5rem 1rem .6rem;border-bottom:2px solid var(--border)}main tbody th,main tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}main tbody th{font-weight:600;color:var(--fg)}main tbody tr{transition:background .12s ease}main tbody tr:hover{background:#00000006}[data-theme=dark] main tbody tr:hover{background:#ffffff0a}main tbody tr:last-child th,main tbody tr:last-child td{border-bottom:none}main table a{color:var(--accent)}main table a:hover{text-decoration:underline}main td code,main th code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em;background:#0000000d;padding:.15rem .45rem;border-radius:4px;color:var(--fg)}[data-theme=dark] main td code,[data-theme=dark] main th code{background:#ffffff14}.set-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;padding:.15rem .55rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:transparent;text-transform:uppercase}main .delivery-matrix,main .roles-table{display:block;overflow-x:auto}@media(max-width:768px){main>section{padding:4rem 0}.hero{padding:5rem 0 4rem}.hero h1{font-size:2.5rem}.section-heading h2{font-size:2rem}.section-heading{margin-bottom:2.5rem}.phase-strip{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.phase-strip:before{display:none}}
