:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand-core:#4a3fc0;--brand-light:#7b6eff;--accent-teal:#2edcb8;--accent-warm:#ff7e5a;--coin-gold:#fac775;--dark-bg:#0d0d1a;--surface-ui:#1a1a2e;--text-light:#eeedfe;--text-dark:#3c3489;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background-color:var(--dark-bg);color:var(--text-light);width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-family:Outfit,system-ui,sans-serif;font-weight:600}#root{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.slide-container{box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:4rem;display:flex}.slide-title{color:var(--brand-light);margin-bottom:1.5rem;font-size:5rem}.slide-subtitle{color:var(--accent-teal);margin-bottom:.5rem;font-size:3rem;font-weight:500}.slide-content{margin:0;font-size:2.2rem;line-height:1.6}.flex-row{flex-direction:row;gap:2rem;display:flex}.flex-col{flex-direction:column;gap:1.5rem;display:flex}.highlight{color:var(--accent-teal);font-weight:600}.stat-box{background-color:var(--surface-ui);border:2px solid var(--brand-core);border-radius:20px;padding:2.5rem}.stat-value{color:var(--coin-gold);font-family:Outfit,sans-serif;font-size:4rem;font-weight:600}.stat-title{color:var(--brand-light);margin-bottom:1rem;font-size:1.8rem;font-weight:600}.stat-text{margin:0;font-size:1.5rem;line-height:1.6}
