:root{--bg: #0a0a0f;--fg: #f5f3ee;--muted: #b9b9bf;--accent: #ffc857;--accent-2: #e63946;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}button{font:inherit;color:inherit;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.5rem 1rem;cursor:pointer;transition:background .12s ease,border-color .12s ease}button:hover{background:#ffffff14;border-color:#fff6}a{color:var(--accent)}.deck{position:relative;width:100vw;height:100vh;overflow:hidden}.deck__stage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:clamp(1.5rem,4vw,4rem)}.deck__chrome{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.35rem .5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.35;transition:opacity .2s ease}.deck__chrome:hover{opacity:1}.deck__counter{font-variant-numeric:tabular-nums;color:var(--muted);min-width:4ch;text-align:center}.slide{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:1.25rem}.slide h1{font-size:clamp(3.5rem,9vw,4.5rem);margin:0;line-height:1.05;letter-spacing:-.02em}.slide h2{font-size:clamp(3rem,4.5vw,4rem);margin:0 0 .5rem;letter-spacing:-.01em}.slide--title{text-align:center;align-items:center;justify-content:center}.slide__subtitle{font-size:clamp(2.5rem,1.8vw,3.5rem);color:var(--muted);margin:0}.slide__body{font-size:clamp(3rem,1.6vw,4rem);line-height:1.5;margin:0}.slide__bullets{font-size:clamp(2.3rem,2.3vw,3.3rem);line-height:1.7;padding-left:3rem}.slide--youtube h2{text-align:center}.slide__video{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 30px 80px #0006}.slide__video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.slide__video-caption{margin:0;text-align:center;font-size:clamp(1.4rem,1.8vw,2.2rem);line-height:1.4;color:var(--muted);font-style:italic;max-width:90%;align-self:center}.hotspot-stage{position:relative;align-self:center;max-width:100%;border-radius:16px;overflow:hidden}.hotspot-stage img{display:block;max-width:100%;max-height:80vh;width:auto;height:auto}.hotspot{position:absolute;width:28px;height:28px;padding:0;border:none;background:transparent;transform:translate(-50%,-50%);cursor:pointer}.hotspot__dot{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:14px;height:14px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #0006}.hotspot__pulse{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:14px;height:14px;border-radius:50%;background:var(--accent);display:block}.hotspot--active .hotspot__dot{background:var(--accent-2)}.hotspot-card{position:absolute;bottom:1rem;left:1rem;max-width:min(420px,60%);padding:.75rem 1rem;background:#0a0a0fd9;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hotspot-card p{margin:.35rem 0 0;color:var(--muted)}.slide--stats h2{text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(var(--cols, 2),minmax(0,1fr));gap:1.25rem;width:100%}.stats-card{position:relative;background:linear-gradient(160deg,#ffffff0a,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.25rem 1.5rem;min-height:320px;overflow:hidden}.stats-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;pointer-events:none;background:radial-gradient(120% 80% at 20% 0%,rgba(255,200,87,.06),transparent 60%)}.stats-card__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem;height:100%}.stats-card__label{color:var(--muted);font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.stats-card__label--top{margin-bottom:.5rem}.stats-card--big{justify-content:center;align-items:flex-start}.stats-card__value{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1;display:flex;align-items:baseline;gap:.4rem}.stats-card__unit{font-size:.4em;color:var(--muted);font-weight:500}.stats-card--bars .bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));gap:.6rem;align-items:end;flex:1;min-height:140px}.bar{display:grid;grid-template-rows:auto 1fr auto;align-items:end;justify-items:center;text-align:center;height:100%}.bar__value{font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.bar__fill{width:70%;min-width:14px;max-width:36px;border-radius:6px 6px 2px 2px;align-self:end}.bar__label{margin-top:.4rem;font-size:.8rem;color:var(--muted)}.stats-card--donut{align-items:center;justify-content:center;position:relative}.stats-card__donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.15rem}.stats-card__donut-value{font-size:2rem;font-weight:700;letter-spacing:-.02em}.stats-card--line .line-chart{width:100%;flex:1;height:auto;overflow:visible}.slide--people{align-items:center;gap:clamp(2rem,5vh,4.5rem)}.slide--people h2{text-align:center}.people-rows{display:flex;flex-direction:column;gap:clamp(2rem,4.5vw,4rem);align-items:center;width:100%}.people-row{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(2rem,5vw,4.5rem)}.bubble{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:clamp(110px,14vw,170px)}.bubble__avatar{position:relative;width:clamp(96px,12vw,150px);height:clamp(96px,12vw,150px);border-radius:50%;display:grid;place-items:center;overflow:hidden;box-shadow:0 18px 40px #00000059,inset 0 -10px 20px #00000026}.bubble__avatar img{width:100%;height:100%;object-fit:cover}.bubble__initials{font-size:clamp(1.8rem,2.6vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:#fffffff2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.bubble__ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:1px solid rgba(255,255,255,.12);pointer-events:none}.bubble__caption{text-align:center;line-height:1.25}.bubble__name{font-size:clamp(1.2rem,1.6vw,1.5rem);font-weight:600}.bubble__role{font-size:clamp(1rem,1.3vw,1.2rem);color:var(--muted);margin-top:.2rem}.slide--image-bullets .image-bullets__row{display:flex;gap:clamp(2rem,4vw,4rem);align-items:center;flex:1;min-height:0}.slide--image-bullets.image-left .image-bullets__row{flex-direction:row}.slide--image-bullets.image-right .image-bullets__row{flex-direction:row-reverse}.image-bullets__media{flex:1 1 25%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-width:0;margin:0}.image-bullets__media img{max-width:100%;max-height:65vh;border-radius:18px;box-shadow:0 30px 80px #0006;object-fit:contain}.image-bullets__caption{font-size:clamp(1rem,1.3vw,1.3rem);color:var(--muted);font-style:italic;text-align:center;line-height:1.35;max-width:90%}.image-bullets__list{flex:1 1 50%;min-width:0}.slide--image-pair h2{text-align:center}.image-pair__row{display:flex;gap:clamp(2rem,4vw,4rem);align-items:center;justify-content:center;flex:1;min-height:0}.image-pair__media{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-width:0;margin:0}.image-pair__media img{max-width:100%;max-height:70vh;border-radius:18px;box-shadow:0 30px 80px #0006;object-fit:contain}.image-pair__caption{font-size:clamp(1rem,1.3vw,1.3rem);color:var(--muted);font-style:italic;text-align:center;line-height:1.35;max-width:90%}
