@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap");.pitch-deck-root{--pd-bg:#0b1220;--pd-primary:#00c896;--pd-secondary:#3b82f6;--pd-text:#fff;--pd-muted:#94a3b8;--pd-danger:#ef4444;--pd-surface:hsla(0,0%,100%,.04);--pd-border:rgba(148,163,184,.18);min-height:100dvh;overflow-x:hidden;font-family:Inter,sans-serif;font-size:1.0625rem;background:var(--pd-bg);color:var(--pd-text)}.pitch-deck-root .pd-mesh-gradient{background:radial-gradient(ellipse 80% 50% at 20% 0,rgba(0,200,150,.08),transparent 55%),radial-gradient(ellipse 60% 40% at 85% 15%,rgba(59,130,246,.1),transparent 50%),var(--pd-bg)}.pitch-deck-root .pd-kicker{font-size:.8125rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--pd-primary)}.pitch-deck-root .pd-display{font-family:Manrope,Inter,sans-serif;font-size:clamp(2.375rem,6.25vw,4.5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--pd-text)}.pitch-deck-root .pd-display-accent{color:var(--pd-primary)}.pitch-deck-root .pd-display-muted{color:var(--pd-muted)}.pitch-deck-root .pd-body{font-size:clamp(1.125rem,2.35vw,1.5rem);line-height:1.6;color:var(--pd-muted)}.pitch-deck-root .pd-label-md{font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pd-muted)}.pitch-deck-root .pd-label-sm{font-size:.75rem;letter-spacing:.1em;color:var(--pd-muted)}.pitch-deck-root .pd-slide-canvas{position:relative;z-index:10;margin-inline:auto;width:100%;max-width:72rem;padding:4rem .5rem 11rem}@media (min-width:768px){.pitch-deck-root .pd-slide-canvas{padding:5rem 1rem 12rem}}.pitch-deck-root .pd-main-scroll{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.pitch-deck-root .pd-card{border-radius:.75rem;border:1px solid var(--pd-border);background:var(--pd-surface);backdrop-filter:blur(8px)}.pitch-deck-root .pd-card--danger{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.08);color:#fecaca}.pitch-deck-root .pd-card--success{border-color:rgba(0,200,150,.35);background:rgba(0,200,150,.08);color:#d1fae5}.pitch-deck-root .pd-card--highlight{border-color:rgba(0,200,150,.45);background:rgba(0,200,150,.12)}.pitch-deck-root .pd-fade-in{animation:pd-fade-in .55s ease both}.pitch-deck-root .pd-fade-in-delay-1{animation:pd-fade-in .55s ease .08s both}.pitch-deck-root .pd-fade-in-delay-2{animation:pd-fade-in .55s ease .16s both}.pitch-deck-root .pd-fade-in-delay-3{animation:pd-fade-in .55s ease .24s both}@keyframes pd-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pitch-deck-root .pd-diagram-line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:pd-dash 6s linear infinite}@keyframes pd-dash{to{stroke-dashoffset:0}}.pitch-deck-root .pd-flow-arrow{color:var(--pd-primary);opacity:.7}.pitch-deck-root .pd-horizontal-flow{display:flex;align-items:center;gap:.35rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.pitch-deck-root .pd-horizontal-flow__step{flex-shrink:0;min-width:8.5rem;max-width:9.5rem;padding:.75rem .875rem;text-align:center;font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--pd-text)}.pitch-deck-root .pd-btn-primary{border-radius:9999px;background:var(--pd-primary);padding:.625rem 1.375rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pd-bg);transition:opacity .2s ease}.pitch-deck-root .pd-btn-primary:hover{opacity:.9}.pitch-deck-root .pd-product-shot{aspect-ratio:4/3;background:hsla(0,0%,100%,.02)}.pitch-deck-root .text-xs{font-size:.875rem;line-height:1.25rem}.pitch-deck-root .text-sm{font-size:1.0625rem;line-height:1.5rem}.pitch-deck-root .text-base{font-size:1.1875rem;line-height:1.75rem}.pitch-deck-root .text-lg{font-size:1.375rem;line-height:1.875rem}.pitch-deck-root .text-xl{font-size:1.5rem;line-height:2rem}.pitch-deck-root .text-\[10px\]{font-size:.8125rem}.pitch-deck-root .text-\[11px\]{font-size:.875rem}@media (min-width:768px){.pitch-deck-root .md\:text-base{font-size:1.1875rem;line-height:1.75rem}.pitch-deck-root .md\:text-lg{font-size:1.375rem;line-height:1.875rem}}.pitch-deck-root .pd-market-ring{transform-origin:center;animation:pd-market-ring-in .9s ease both,pd-market-pulse 4s ease-in-out infinite}.pitch-deck-root .pd-market-core{animation:pd-market-core-pulse 2.5s ease-in-out infinite}.pitch-deck-root .pd-market-trend{animation:pd-fade-in .55s ease both}@keyframes pd-market-ring-in{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes pd-market-pulse{0%,to{stroke-opacity:.55}50%{stroke-opacity:1}}@keyframes pd-market-core-pulse{0%,to{filter:drop-shadow(0 0 0 rgba(0,200,150,0))}50%{filter:drop-shadow(0 0 12px rgba(0,200,150,.45))}}.pitch-deck-root .pd-why-now-pillar{animation:pd-fade-in .6s ease both}.pitch-deck-root .pd-why-now-icon-ring{animation:pd-why-now-icon-float 3.5s ease-in-out infinite}.pitch-deck-root .pd-why-now-line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:pd-why-now-draw 1.4s ease forwards}.pitch-deck-root .pd-why-now-node{animation:pd-market-core-pulse 2.5s ease-in-out infinite}@keyframes pd-why-now-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pd-why-now-draw{to{stroke-dashoffset:0}}.pitch-deck-root .pd-business-flow-track{animation:pd-business-flow-pulse 2.8s ease-in-out infinite}.pitch-deck-root .pd-business-flow-step,.pitch-deck-root .pd-business-revenue-phase{animation:pd-fade-in .55s ease both}@keyframes pd-business-flow-pulse{0%,to{opacity:.45}50%{opacity:1}}.pitch-deck-root .pd-compare-wrap{border-radius:.75rem;border:1px solid var(--pd-border);background:var(--pd-surface);backdrop-filter:blur(8px)}.pitch-deck-root .pd-compare-table{font-size:.875rem}@media (min-width:768px){.pitch-deck-root .pd-compare-table{font-size:1rem}}.pitch-deck-root .pd-compare-th{padding:.75rem .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pd-muted);border-bottom:1px solid var(--pd-border);background:rgba(11,18,32,.6)}@media (min-width:768px){.pitch-deck-root .pd-compare-th{font-size:.75rem;padding:.875rem .75rem}}.pitch-deck-root .pd-compare-th--amana{color:var(--pd-primary);background:rgba(0,200,150,.12);box-shadow:inset 0 0 0 1px rgba(0,200,150,.35)}.pitch-deck-root .pd-compare-capability{padding:.625rem .75rem .625rem 0;font-size:.8125rem;font-weight:600;color:var(--pd-text);border-bottom:1px solid var(--pd-border);background:rgba(11,18,32,.85);white-space:nowrap}@media (min-width:768px){.pitch-deck-root .pd-compare-capability{font-size:.9375rem;padding:.75rem 1rem .75rem 0}}.pitch-deck-root .pd-compare-sticky{position:sticky;left:0;z-index:2}.pitch-deck-root .pd-compare-td{padding:.625rem .5rem;border-bottom:1px solid var(--pd-border);background:hsla(0,0%,100%,.02)}.pitch-deck-root .pd-compare-td--amana{background:rgba(0,200,150,.08);box-shadow:inset 1px 0 0 rgba(0,200,150,.25)}.pitch-deck-root .pd-compare-row{animation:pd-fade-in .45s ease both}.pitch-deck-root .pd-compare-row:hover .pd-compare-td:not(.pd-compare-td--amana){background:hsla(0,0%,100%,.04)}.pitch-deck-root .pd-compare-row:hover .pd-compare-td--amana{background:rgba(0,200,150,.12)}.pitch-deck-root .pd-compare-row:last-child .pd-compare-capability,.pitch-deck-root .pd-compare-row:last-child .pd-compare-td{border-bottom:none}.pitch-deck-root .pd-moat-card{animation:pd-fade-in .55s ease both;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.pitch-deck-root .pd-moat-card:hover{transform:translateY(-3px);border-color:rgba(0,200,150,.4);box-shadow:0 8px 24px rgba(0,200,150,.08)}.pitch-deck-root .pd-moat-flywheel-ring{transform-origin:center;animation:pd-moat-spin 28s linear infinite}.pitch-deck-root .pd-moat-flywheel-core{animation:pd-market-core-pulse 3s ease-in-out infinite}.pitch-deck-root .pd-moat-flywheel-node{animation:pd-moat-node-pulse 2.5s ease-in-out infinite}@keyframes pd-moat-spin{to{transform:rotate(1turn)}}@keyframes pd-moat-node-pulse{0%,to{opacity:.55}50%{opacity:1}}.pitch-deck-root .pd-tech-connector{animation:pd-tech-flow 2s ease-in-out infinite}.pitch-deck-root .pd-tech-platform{animation:pd-fade-in .6s ease both}.pitch-deck-root .pd-tech-service{animation:pd-fade-in .45s ease both}.pitch-deck-root .pd-tech-integration{animation:pd-fade-in .5s ease both}@keyframes pd-tech-flow{0%,to{opacity:.45;transform:scaleY(.92)}50%{opacity:1;transform:scaleY(1)}}.pitch-deck-root .pd-gtm-spine{animation:pd-tech-flow 2.5s ease-in-out infinite}.pitch-deck-root .pd-gtm-node{animation:pd-fade-in .5s ease both;transition:transform .25s ease,border-color .25s ease}.pitch-deck-root .pd-gtm-node:hover{transform:translateX(4px);border-color:rgba(0,200,150,.4)}.pitch-deck-root .pd-gtm-phase{animation:pd-fade-in .55s ease both;transition:border-color .25s ease}.pitch-deck-root .pd-gtm-phase:hover{border-color:rgba(59,130,246,.35)}.pitch-deck-root .pd-roadmap-column{animation:pd-fade-in .55s ease both}.pitch-deck-root .pd-roadmap-spine{animation:pd-tech-flow 2.8s ease-in-out infinite}.pitch-deck-root .pd-roadmap-milestone{animation:pd-fade-in .45s ease both;transition:transform .2s ease,border-color .2s ease}.pitch-deck-root .pd-roadmap-milestone:hover{transform:scale(1.02);border-color:rgba(0,200,150,.35)}.pitch-deck-root .pd-traction-gmv{animation:pd-fade-in .55s ease both}.pitch-deck-root .pd-traction-gmv-value{animation:pd-traction-gmv-glow 3s ease-in-out infinite}.pitch-deck-root .pd-traction-metric{animation:pd-fade-in .45s ease both;transition:border-color .2s ease,transform .2s ease}.pitch-deck-root .pd-traction-metric:hover{transform:translateY(-2px);border-color:rgba(0,200,150,.35)}.pitch-deck-root .pd-traction-milestone{animation:pd-fade-in .45s ease both}.pitch-deck-root .pd-traction-spine{animation:pd-tech-flow 2.6s ease-in-out infinite}@keyframes pd-traction-gmv-glow{0%,to{text-shadow:0 0 0 rgba(0,200,150,0)}50%{text-shadow:0 0 20px rgba(0,200,150,.25)}}.pitch-deck-root .pd-fin-progression{animation:pd-fade-in .5s ease both}.pitch-deck-root .pd-fin-chart{animation:pd-fade-in .55s ease both;min-height:14rem}@media (min-width:768px){.pitch-deck-root .pd-fin-chart{min-height:16rem}}.pitch-deck-root .pd-fin-bar{transform-origin:bottom;animation:pd-fin-bar-grow .7s ease both}.pitch-deck-root .pd-fin-bar--gmv{min-height:.5rem}.pitch-deck-root .pd-fin-bar--margin{min-height:1.5rem}.pitch-deck-root .pd-fin-revenue-step{animation:pd-fade-in .5s ease both;transition:border-color .2s ease,transform .2s ease}.pitch-deck-root .pd-fin-revenue-step:hover{transform:scale(1.02);border-color:rgba(59,130,246,.4)}@keyframes pd-fin-bar-grow{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.pitch-deck-root .pd-team-founder{animation:pd-fade-in .55s ease both}.pitch-deck-root .pd-team-photo{animation:pd-fade-in .6s ease both}.pitch-deck-root .pd-team-cofounder{animation:pd-fade-in .55s ease .08s both}.pitch-deck-root .pd-team-advisor{animation:pd-fade-in .45s ease both;transition:border-color .2s ease,transform .2s ease}.pitch-deck-root .pd-team-advisor:hover{transform:translateY(-2px);border-color:rgba(59,130,246,.35)}.pitch-deck-root .pd-team-hire{animation:pd-fade-in .45s ease both}.pitch-deck-root .pd-ask-donut{animation:pd-ask-donut-in .9s ease both}.pitch-deck-root .pd-ask-allocation-row,.pitch-deck-root .pd-ask-milestone{animation:pd-fade-in .45s ease both}.pitch-deck-root .pd-ask-milestone-spine{animation:pd-tech-flow 2.5s ease-in-out infinite}@keyframes pd-ask-donut-in{0%{opacity:0;transform:scale(.88) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.pitch-deck-root .pd-closing-canvas{animation:pd-fade-in .6s ease both}.pitch-deck-root .pd-closing-line{font-family:Manrope,Inter,sans-serif;font-size:clamp(2rem,7vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--pd-text);animation:pd-closing-line-in .9s ease both}.pitch-deck-root .pd-closing-subline{font-size:clamp(1.125rem,3vw,1.75rem);font-weight:600;line-height:1.4;color:var(--pd-muted)}.pitch-deck-root .pd-closing-brand{animation:pd-closing-line-in 1s ease both}@keyframes pd-closing-line-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pitch-deck-root .pd-vision-question{font-family:Manrope,Inter,sans-serif;font-size:clamp(1.35rem,3.5vw,2.25rem);font-weight:700;line-height:1.35;letter-spacing:-.02em;color:var(--pd-text);opacity:0;transform:translateY(12px);transition:opacity .8s ease,transform .8s ease}.pitch-deck-root .pd-vision-bridge{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;font-style:italic;color:var(--pd-muted);opacity:0;transform:translateY(10px);transition:opacity .7s ease,transform .7s ease}.pitch-deck-root .pd-vision-outcome-text{font-size:.9375rem;line-height:1.35}@media (min-width:768px){.pitch-deck-root .pd-vision-outcome-text{font-size:1.0625rem}}.pitch-deck-root .pd-vision-visible{opacity:1!important;transform:translateY(0)}.pitch-deck-root .pd-vision-orbit{animation:pd-fade-in .8s ease both}.pitch-deck-root .pd-vision-ring{transform-origin:center;animation:pd-moat-spin 32s linear infinite}.pitch-deck-root .pd-vision-ring--slow{animation-direction:reverse;animation-duration:44s}.pitch-deck-root .pd-vision-core{animation:pd-market-core-pulse 3s ease-in-out infinite}.pitch-deck-root .pd-vision-spoke{stroke-dasharray:200;stroke-dashoffset:200;animation:pd-why-now-draw 1.2s ease forwards}.pitch-deck-root .pd-vision-outcome{animation:pd-vision-outcome-in .65s ease both;transition:transform .25s ease,border-color .25s ease}.pitch-deck-root .pd-vision-outcome:hover{transform:translate(-50%,-50%) scale(1.06);border-color:rgba(0,200,150,.45);z-index:30}.pitch-deck-root .pd-vision-rally{transition:opacity .8s ease .2s,transform .8s ease .2s;transform:translateY(12px)}.pitch-deck-root .pd-vision-rally.pd-vision-visible{transform:translateY(0)}@keyframes pd-vision-outcome-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.85)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.pitch-deck-root .pd-intro-root{animation:pd-fade-in .55s ease both}.pitch-deck-root .pd-intro-mark-ring{animation:pd-moat-spin 20s linear infinite}.pitch-deck-root .pd-intro-mark-ring--outer{animation-direction:reverse;animation-duration:28s}.pitch-deck-root .pd-intro-flow{position:relative;animation:pd-fade-in .6s ease .1s both}.pitch-deck-root .pd-intro-flow-node{animation:pd-intro-node-in .55s ease both}.pitch-deck-root .pd-intro-flow-line{stroke-dasharray:400;stroke-dashoffset:400;animation:pd-why-now-draw 1.4s ease .2s forwards}.pitch-deck-root .pd-intro-flow-pulse{animation:pd-intro-flow-pulse 2s ease-in-out infinite}.pitch-deck-root .pd-intro-reveal{animation:pd-fade-in .7s ease both}.pitch-deck-root .pd-intro-pillar{animation:pd-fade-in .5s ease both;transition:border-color .2s ease,transform .2s ease}.pitch-deck-root .pd-intro-pillar:hover{transform:translateY(-2px);border-color:rgba(0,200,150,.4)}@keyframes pd-intro-node-in{0%{opacity:0;transform:translateY(10px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pd-intro-flow-pulse{0%,to{opacity:.45}50%{opacity:1}}