html{font-size:16px;scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#0a0a0f;color:#e8e8f0;line-height:1.6}.slide{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 80px;position:relative;overflow:hidden}.slide-inner{max-width:1200px;width:100%;z-index:2}.bg-hero{background:linear-gradient(135deg,#0a0a1a,#0d1b3e 40%,#1a0a2e)}.bg-dark{background:#0a0a0f}.bg-gradient-blue{background:linear-gradient(160deg,#070b1a,#0d1f4a,#091428)}.bg-gradient-purple{background:linear-gradient(160deg,#0a0a1a,#1a0a3e,#0a0a1a)}.bg-gradient-green{background:linear-gradient(160deg,#060f0a,#0a2e1a,#060f0a)}.bg-gradient-red{background:linear-gradient(160deg,#1a0a0a,#3e0a1a,#1a0a0a)}.bg-gradient-gold{background:linear-gradient(160deg,#1a150a,#3e2a0a,#1a150a)}.grid-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(rgba(59,130,246,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.05) 1px,transparent 1px);background-size:60px 60px}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;z-index:0}.orb-blue{background:#3b82f6}.orb-purple{background:#8b5cf6}.orb-cyan{background:#06b6d4}.orb-green{background:#10b981}.orb-red{background:#ef4444}.orb-gold{background:#f59e0b}h1{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.02em}h2{font-size:2.4rem;font-weight:700;line-height:1.2;margin-bottom:12px;letter-spacing:-.01em}h3{font-size:1.4rem;font-weight:600;margin-bottom:8px}p,li{font-size:1.1rem}.subtitle{font-size:1.3rem;color:#94a3b8;font-weight:400;margin-top:16px;line-height:1.5}.label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.accent-blue{color:#60a5fa}.accent-cyan{color:#22d3ee}.accent-green{color:#34d399}.accent-purple{color:#a78bfa}.accent-gold{color:#fbbf24}.accent-red{color:#f87171}.gradient-text{background:linear-gradient(135deg,#60a5fa,#22d3ee,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-gold{background:linear-gradient(135deg,#fbbf24,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tag{display:inline-block;padding:4px 14px;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.tag-blue{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.tag-green{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.tag-gold{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.tag-red{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.tag-purple{background:#8b5cf626;color:#a78bfa;border:1px solid rgba(139,92,246,.3)}.card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .2s,border-color .2s}.card:hover{transform:translateY(-2px);border-color:#ffffff26}.card-highlight{border-color:#3b82f666}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}.flex-row{display:flex;gap:24px;align-items:stretch}.flex-col{display:flex;flex-direction:column;gap:16px}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:800;line-height:1}.stat-label{font-size:.85rem;color:#94a3b8;margin-top:6px}.stat-big{font-size:4.5rem}.divider{width:80px;height:3px;border-radius:2px;margin:20px 0;background:linear-gradient(90deg,#3b82f6,#22d3ee)}.bar-chart{display:flex;flex-direction:column;gap:12px}.bar-row{display:flex;align-items:center;gap:12px}.bar-label{width:140px;text-align:right;font-size:.85rem;color:#94a3b8;flex-shrink:0}.bar-track{flex:1;height:28px;background:#ffffff0d;border-radius:6px;overflow:hidden;position:relative}.bar-fill{height:100%;border-radius:6px;display:flex;align-items:center;padding-left:12px;font-size:.8rem;font-weight:600}.bar-fill-blue{background:linear-gradient(90deg,#1d4ed8,#3b82f6)}.bar-fill-cyan{background:linear-gradient(90deg,#0891b2,#06b6d4)}.bar-fill-green{background:linear-gradient(90deg,#059669,#10b981)}.bar-fill-red{background:linear-gradient(90deg,#dc2626,#ef4444)}.bar-fill-gold{background:linear-gradient(90deg,#d97706,#f59e0b)}.bar-fill-purple{background:linear-gradient(90deg,#7c3aed,#8b5cf6)}.timeline{position:relative;padding-left:32px}.timeline:before{content:"";position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#3b82f6,#8b5cf6,#10b981)}.timeline-item{position:relative;margin-bottom:28px}.timeline-item:before{content:"";position:absolute;left:-32px;top:6px;width:22px;height:22px;border-radius:50%;border:3px solid #3b82f6;background:#0a0a1a}.timeline-item.active:before{background:#3b82f6;box-shadow:0 0 12px #3b82f680}.comp-table{width:100%;border-collapse:separate;border-spacing:0}.comp-table th,.comp-table td{padding:14px 18px;text-align:left;font-size:.95rem}.comp-table th{background:#3b82f61a;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#60a5fa;border-bottom:2px solid rgba(59,130,246,.3)}.comp-table td{border-bottom:1px solid rgba(255,255,255,.06)}.comp-table tr:last-child td{border-bottom:none}.comp-table .highlight-col{background:#3b82f60f}.comp-table th.highlight-col{background:#3b82f633;color:#22d3ee}.donut-container{display:flex;align-items:center;gap:32px}.donut-legend{display:flex;flex-direction:column;gap:8px}.legend-item{display:flex;align-items:center;gap:10px;font-size:.9rem}.legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.icon-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}.pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.85rem}.pill-icon{font-size:1.1rem}.slide-num{position:absolute;bottom:24px;right:40px;font-size:.75rem;color:#fff3;font-weight:600;z-index:3}.cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 24px #3b82f64d;transition:transform .2s,box-shadow .2s}.cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #3b82f666}.cta-outline{background:transparent;border:2px solid rgba(59,130,246,.5);box-shadow:none}@media print{.slide{page-break-after:always;min-height:100vh}body{background:#0a0a0f;-webkit-print-color-adjust:exact;print-color-adjust:exact}.orb{display:none}}@media (max-width: 900px){.slide{padding:40px 24px}h1{font-size:2.2rem}h2{font-size:1.6rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stat-number{font-size:2rem}.stat-big{font-size:3rem}.flex-row{flex-direction:column}}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.pulse{animation:pulse 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float{animation:float 6s ease-in-out infinite}.flow-arrow{display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#3b82f680;padding:0 4px}.ring-chart{width:180px;height:180px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.ring-chart-inner{width:120px;height:120px;border-radius:50%;background:#0a0a1a;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1}.spacer{height:24px}.spacer-sm{height:12px}.spacer-lg{height:40px}.ico{width:1em;height:1em;display:inline-block;vertical-align:-.125em;flex-shrink:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0a0a;color:#e5e5e5;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.gate-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.gate-card{background:#141414;border:1px solid #262626;border-radius:16px;padding:3rem;max-width:440px;width:100%;text-align:center}.gate-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.gate-subtitle{font-size:.875rem;color:#737373;margin-bottom:2rem}.gate-input{width:100%;padding:.875rem 1rem;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#e5e5e5;font-size:1rem;font-family:Inter,sans-serif;outline:none;transition:border-color .2s;letter-spacing:.05em;text-align:center}.gate-input:focus{border-color:#3b82f6}.gate-input.error{border-color:#ef4444;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.gate-button{width:100%;padding:.875rem;margin-top:1rem;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .2s}.gate-button:hover{background:#2563eb}.gate-button:disabled{background:#1e3a5f;cursor:not-allowed}.gate-error{color:#ef4444;font-size:.875rem;margin-top:.75rem}.gate-contact{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #262626;font-size:.8rem;color:#525252;line-height:1.6}.gate-contact a{color:#3b82f6;text-decoration:none}.gate-contact a:hover{text-decoration:underline}.deck-container{min-height:100vh;display:flex;flex-direction:column}.deck-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background:#141414;border-bottom:1px solid #262626}.deck-header-left{display:flex;align-items:center;gap:.75rem}.deck-header-title{font-size:.9rem;font-weight:600;color:#fff}.deck-header-badge{font-size:.75rem;background:#1e3a5f;color:#60a5fa;padding:.25rem .75rem;border-radius:999px}.deck-logout{background:none;border:1px solid #333;color:#a3a3a3;padding:.35rem .85rem;border-radius:8px;font-size:.75rem;cursor:pointer;font-family:Inter,sans-serif;transition:border-color .2s,color .2s}.deck-logout:hover{border-color:#ef4444;color:#ef4444}.deck-content{flex:1;padding:3rem 2rem;max-width:960px;margin:0 auto;width:100%}.deck-content h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.deck-content .deck-version{font-size:.875rem;color:#525252;margin-bottom:2rem}.deck-section{background:#141414;border:1px solid #262626;border-radius:12px;padding:2rem;margin-bottom:1.5rem}.deck-section h2{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.deck-section p{color:#a3a3a3;line-height:1.7}.deck-placeholder{display:flex;align-items:center;justify-content:center;height:200px;background:#1a1a1a;border:2px dashed #333;border-radius:12px;color:#525252;font-size:.9rem;margin-top:1rem}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh}.spinner{width:32px;height:32px;border:3px solid #262626;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
