:root{--brand: #9333ea;--brand-light: #a855f7;--brand-dark: #7e22ce;--brand-indigo: #4f46e5;--brand-violet: #8b5cf6;--bg: #ffffff;--bg-soft: #f6f6f7;--surface: #ffffff;--surface-2: #fbfaff;--text: #0a0a0b;--text-soft: #4b4b57;--text-muted: #6b6b78;--border: #e6e7eb;--border-accent: rgba(147, 51, 234, .28);--radius: 20px;--radius-sm: 12px;--shadow-card: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04), 0 0 0 1px rgba(147, 51, 234, .05);--shadow-purple: 0 20px 45px -12px rgba(147, 51, 234, .35);--gradient-hero: linear-gradient( 135deg, hsl(0 0% 100%) 0%, hsl(240 4.8% 98.5%) 25%, hsl(250 100% 99.2%) 50%, hsl(260 100% 98.8%) 75%, hsl(240 4.8% 97.9%) 100% );--gradient-brand: linear-gradient(135deg, var(--brand) 0%, var(--brand-indigo) 100%);--gradient-text: linear-gradient(120deg, var(--brand) 0%, var(--brand-violet) 50%, var(--brand-indigo) 100%);--glass: rgba(255, 255, 255, .65)}:root[data-theme=dark]{--bg: #0a0b14;--bg-soft: #0f1117;--surface: #14162099;--surface-2: #181a24;--text: #f4f5fb;--text-soft: #c2c6d6;--text-muted: #8b90a3;--border: rgba(255, 255, 255, .08);--border-accent: rgba(168, 85, 247, .35);--shadow-card: 0 10px 30px -10px rgba(0, 0, 0, .6), 0 0 0 1px rgba(168, 85, 247, .08);--shadow-purple: 0 24px 60px -16px rgba(147, 51, 234, .5);--gradient-hero: linear-gradient( 135deg, hsl(240 10% 4%) 0%, hsl(240 8% 6.5%) 25%, hsl(250 15% 9%) 50%, hsl(260 20% 8%) 75%, hsl(240 3.7% 11%) 100% );--glass: rgba(20, 22, 32, .6)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow:hidden}.deck{position:fixed;inset:0;background:var(--gradient-hero)}.deck-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.deck-bg:before,.deck-bg:after{content:"";position:absolute;width:50vw;height:50vw;border-radius:50%;filter:blur(120px);opacity:.16}.deck-bg:before{background:var(--brand);top:-18vw;right:-12vw}.deck-bg:after{background:var(--brand-indigo);bottom:-20vw;left:-12vw;opacity:.12}.slides{position:absolute;inset:0;display:flex;transition:transform .55s cubic-bezier(.16,1,.3,1);will-change:transform}.slide{position:relative;flex:0 0 100%;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5.5rem) clamp(2.5rem,7vw,8rem);overflow-y:auto}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin-bottom:1rem}.eyebrow .num{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:8px;background:var(--gradient-brand);color:#fff;font-size:.72rem}h1{font-size:clamp(2.4rem,5.2vw,4.6rem);line-height:1.02;font-weight:800;letter-spacing:-.03em}h2{font-size:clamp(1.7rem,3.3vw,2.9rem);line-height:1.08;font-weight:800;letter-spacing:-.025em;margin-bottom:1.4rem}h3{font-size:1.05rem;font-weight:700;letter-spacing:-.01em}p{color:var(--text-soft);line-height:1.6}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--text-soft);max-width:60ch}.muted{color:var(--text-muted)}.callout{margin-top:1.4rem;padding:.9rem 1.15rem;border-left:3px solid var(--brand);background:linear-gradient(90deg,#9333ea14,#9333ea00);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.92rem;color:var(--text-soft)}.callout.warn{border-left-color:#f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.1),transparent)}.grid{display:grid;gap:1rem}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.4rem;box-shadow:var(--shadow-card);backdrop-filter:blur(10px)}.card .k{font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.card .v{font-size:clamp(1.4rem,2.6vw,2.1rem);font-weight:800;letter-spacing:-.02em;margin-top:.35rem}.card .sub{font-size:.85rem;color:var(--text-muted);margin-top:.3rem}.card.accent{background:var(--gradient-brand);border:none;color:#fff;box-shadow:var(--shadow-purple)}.card.accent .k,.card.accent .sub{color:#ffffffd1}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);background:var(--surface)}table{width:100%;border-collapse:collapse;font-size:clamp(.82rem,1.15vw,.98rem)}thead th{background:#9333ea12;color:var(--text);font-weight:700;text-align:left;padding:.7rem 1rem;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}tbody td{padding:.6rem 1rem;border-top:1px solid var(--border);color:var(--text-soft)}tbody tr:nth-child(2n) td{background:#9333ea05}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}tbody tr.total td{font-weight:800;color:var(--text);background:#9333ea17;border-top:2px solid var(--border-accent)}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;background:#9333ea1a;color:var(--brand);border:1px solid var(--border-accent)}ul.bullets{list-style:none;display:flex;flex-direction:column;gap:.7rem}ul.bullets li{position:relative;padding-left:1.6rem;color:var(--text-soft);line-height:1.45}ul.bullets li:before{content:"";position:absolute;left:0;top:.5em;width:.6rem;height:.6rem;border-radius:3px;background:var(--gradient-brand)}ul.bullets li strong{color:var(--text)}.logos{display:flex;flex-wrap:wrap;gap:.6rem}.logo-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:.85rem;font-weight:600;color:var(--text-soft);box-shadow:var(--shadow-card)}.logo-chip img{width:18px;height:18px;object-fit:contain}.logo-chip img.wide{width:auto;height:15px}:root[data-theme=dark] .logo-chip img.invert{filter:invert(1) brightness(1.6)}.brand-logo{height:clamp(34px,4vw,52px);width:auto}.title-slide{align-items:flex-start}.title-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:2rem;font-size:.95rem;color:var(--text-soft)}.title-meta b{color:var(--text)}.hud{position:fixed;z-index:50;bottom:1.4rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.4rem;padding:.4rem .5rem;border-radius:999px;background:var(--glass);border:1px solid var(--border);box-shadow:var(--shadow-card);backdrop-filter:blur(14px)}.hud button{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;border:none;background:transparent;color:var(--text-soft);cursor:pointer;font-size:1rem;transition:background .15s,color .15s}.hud button:hover{background:#9333ea1f;color:var(--brand)}.hud .counter{font-size:.85rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text);padding:0 .6rem;min-width:3.4rem;text-align:center}.theme-toggle{position:fixed;top:1.4rem;right:1.4rem;z-index:50;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--border);background:var(--glass);color:var(--text-soft);cursor:pointer;backdrop-filter:blur(14px);box-shadow:var(--shadow-card);font-size:1.1rem}.progress{position:fixed;top:0;left:0;height:3px;background:var(--gradient-brand);z-index:60;transition:width .45s cubic-bezier(.16,1,.3,1)}.deck-logo{position:fixed;top:1.25rem;left:1.6rem;z-index:40;padding:0;border:none;background:transparent;cursor:pointer;opacity:.9;transition:opacity .15s,transform .15s}.deck-logo:hover{opacity:1;transform:translateY(-1px)}.deck-logo img{height:32px;width:auto;display:block}.slide-foot{position:absolute;bottom:1.3rem;right:clamp(2.5rem,7vw,8rem);font-size:.72rem;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase}.slide.is-active .reveal{opacity:1;transform:translateY(0)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s cubic-bezier(.16,1,.3,1)}.slide.is-active .reveal:nth-child(1){transition-delay:.05s}.slide.is-active .reveal:nth-child(2){transition-delay:.12s}.slide.is-active .reveal:nth-child(3){transition-delay:.19s}.slide.is-active .reveal:nth-child(4){transition-delay:.26s}.slide.is-active .reveal:nth-child(5){transition-delay:.33s}.slide.is-active .reveal:nth-child(6){transition-delay:.4s}@media (prefers-reduced-motion: reduce){.slides,.reveal,.progress{transition:none}}.mt-1{margin-top:.6rem}.mt-2{margin-top:1.2rem}.mt-3{margin-top:1.8rem}.row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.between{justify-content:space-between}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}@media (max-width: 900px){.slide{justify-content:flex-start;padding:4.75rem 1.6rem 5.75rem}.cols-3,.cols-4{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr;gap:1.5rem}h2{margin-bottom:1.1rem}}@media (max-width: 640px){.slide{padding:3.9rem 1rem 4.9rem}h1{font-size:clamp(2rem,9vw,2.6rem)}h2{font-size:clamp(1.45rem,6.4vw,1.9rem);margin-bottom:.85rem}h3,.lead{font-size:1rem}.eyebrow{font-size:.68rem;margin-bottom:.7rem}.eyebrow .num{width:1.4rem;height:1.4rem}.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}.grid{gap:.8rem}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{font-size:.8rem}thead th{padding:.55rem .6rem;font-size:.64rem;letter-spacing:.02em}tbody td{padding:.5rem .6rem}.card{padding:1rem 1.1rem;border-radius:16px}.card .v{font-size:clamp(1.5rem,8vw,2rem)}.callout{font-size:.86rem;margin-top:1rem;padding:.8rem 1rem}.logos{gap:.5rem}.logo-chip{font-size:.78rem;padding:.4rem .7rem;gap:.4rem}.title-meta{gap:.4rem 1rem;font-size:.85rem;margin-top:1.25rem}.brand-logo{height:28px}.deck-logo{top:1rem;left:1rem}.deck-logo img{height:24px}.theme-toggle{top:.85rem;right:.85rem;width:2.2rem;height:2.2rem;font-size:1rem}.hud{bottom:calc(.7rem + env(safe-area-inset-bottom));padding:.3rem .4rem}.hud button{width:2.4rem;height:2.4rem}.slide-foot{display:none}.deck-bg:before,.deck-bg:after{filter:blur(80px)}}@media (max-height: 480px){.slide{justify-content:flex-start;padding-top:3.4rem;padding-bottom:3.8rem}}
