html,body{overflow-x:hidden;margin:0}html{scroll-behavior:smooth}*{box-sizing:border-box}:root{--display: clamp(2.5rem, 8vw, 7rem);--h1: clamp(1.6rem, 4.5vw, 3.5rem);--h2: clamp(1.1rem, 2.6vw, 1.85rem);--body: clamp(.78rem, 1.05vw, .95rem);--small: clamp(.62rem, .8vw, .74rem);--label: clamp(.6rem, .72vw, .7rem);--bg: #F5F5F5;--surface: #FFFFFF;--surface-raised: #F0F0F0;--ink: #000000;--text: #1A1A1A;--muted: #666666;--dim: #999999;--border: #E8E8E8;--border-vis: #CCCCCC;--red: #9F2439;--yellow: #0195FF;--blue: #C9576A;--success: #278FD9;--warning: #4398D4;--gold: #278FD9}body{font-family:Space Grotesk,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-weight:400;font-feature-settings:normal}h1,h2,h3{font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:-.03em;line-height:.95;margin:0;color:var(--ink)}h1{font-size:var(--h1)}h2{font-size:var(--h2)}p{font-size:var(--body);line-height:1.6;margin:0;color:var(--muted);max-width:52ch;font-weight:400}.mono{font-family:Space Mono,monospace;text-transform:uppercase;letter-spacing:.08em;font-size:var(--label)}.slide{width:100%;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;position:relative;padding:clamp(6rem,12vh,9rem) 0 clamp(5rem,10vh,8rem);background:var(--bg)}.slide-content{flex:1;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:min(1760px,94vw);margin:0 auto;padding:0 clamp(2rem,5vw,5rem)}.slide+.slide{border-top:none}@media(max-height:700px){.slide-content{padding:clamp(3rem,7vh,5rem) clamp(2rem,6vw,5rem)}:root{--display: clamp(2rem, 6vw, 5rem);--h1: clamp(1.3rem, 3.8vw, 2.5rem)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.2s!important}html{scroll-behavior:auto}}.chrome-top{display:flex;justify-content:space-between;align-items:center;padding:clamp(.8rem,1.5vh,1.2rem) clamp(2rem,5vw,5rem)}.chrome-bottom{position:absolute;left:0;right:0;bottom:clamp(1.5rem,3vh,2.5rem);display:flex;justify-content:space-between;align-items:center;padding:0 clamp(2rem,5vw,5rem);max-width:min(1760px,94vw);margin:0 auto;z-index:5;pointer-events:none}.slide>.chrome-top{display:flex!important;position:absolute;top:clamp(1rem,2vh,1.5rem);left:clamp(2rem,5vw,5rem);right:clamp(2rem,5vw,5rem);background:transparent!important;border:0!important;padding:0;z-index:10;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:clamp(.6rem,1vw,1rem);pointer-events:auto;background:#1a1a2e;border-radius:6px;padding:clamp(3px,.3vw,5px) clamp(6px,.6vw,10px)}.logo-img{height:clamp(14px,1.6vw,20px);width:auto}.logo-text{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(.9rem,1.4vw,1.2rem);letter-spacing:-.03em;color:var(--ink)}.paginator{font-family:Space Mono,monospace;font-weight:700;font-size:clamp(.85rem,1.1vw,1rem);color:var(--ink);font-variant-numeric:tabular-nums;letter-spacing:.04em}.paginator .total{color:var(--dim);font-size:.7em;font-weight:400}.propuesta-toolbar{position:sticky;top:0;z-index:200;display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:8px 16px;background:#fafafaf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E8E8EB}.toolbar-title{font-family:Space Mono,monospace;font-size:12px;color:#71717a;letter-spacing:.08em;text-transform:uppercase}.btn-back,.btn-print{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #D4D4D9;border-radius:6px;background:#fff;color:#52525b;font-size:13px;cursor:pointer;transition:all .15s}.btn-back:hover,.btn-print:hover{background:#f5f5f7;border-color:#9f2439;color:#9f2439}:is(body.presenting,.propuesta-flujos-sigma.presenting) .propuesta-toolbar,:is(body.presenting,.propuesta-flujos-sigma.presenting) .btn-print,:is(body.presenting,.propuesta-flujos-sigma.presenting) .btn-back,:is(body.presenting,.propuesta-flujos-sigma.presenting) .pdf-btn{display:none!important}.present-legend{display:none}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-legend{display:block;position:fixed;left:24px;bottom:24px;z-index:9999;background:#54141fd6;padding:8px 12px;border-radius:10px;font-family:Space Mono,monospace;font-size:10.5px;border:1px solid rgba(201,87,106,.32);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;transform:scale(.9);transform-origin:left bottom;box-shadow:0 8px 26px #00000073;transition:transform .4s ease,background .4s ease,border-color .4s ease,box-shadow .4s ease}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-legend:hover{transform:scale(1);border-color:#c9576a99}:is(body.presenting.present-first,.propuesta-flujos-sigma.presenting.present-first) .present-legend{background:#54141fa8;padding:11px 15px;border:1px solid rgba(201,87,106,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:none;animation:legend-in .7s cubic-bezier(.16,1,.3,1) 2.6s both,legend-glow 2.2s ease-in-out 3.4s infinite}@keyframes legend-in{0%{opacity:0;transform:translateY(16px) scale(.94)}60%{opacity:1;transform:translateY(-2px) scale(1.02)}to{opacity:1;transform:none}}@keyframes legend-glow{0%,to{box-shadow:0 0 0 1px #c9576a4d,0 10px 32px #00000052}50%{box-shadow:0 0 0 1px #c9576ad9,0 0 30px #c9576aa6,0 10px 32px #00000052}}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-legend .pl-title,:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-legend .pl-row,:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-legend .pl-detail{display:none}.present-legend .pl-title{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:9px;color:#0195ff;margin-bottom:8px}.present-legend .pl-row{display:flex;align-items:center;gap:8px;margin:3px 0;padding:3px 6px;border-radius:6px;cursor:default;transition:background .2s ease,transform .2s ease}.present-legend .pl-row:hover{background:#ffffff1f;transform:translate(3px)}.present-legend .pl-dot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 8px currentColor}.present-legend .pl-detail{margin-top:8px;max-width:232px;font-size:9.5px;line-height:1.45;color:#0195ff;min-height:28px;opacity:0;transform:translateY(-3px);transition:opacity .25s ease,transform .25s ease}.present-legend .pl-detail.show{opacity:1;transform:none}.present-legend .pl-hint{margin:0;color:#e0d2d4;font-size:11px;font-weight:500;letter-spacing:.04em;display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px}.present-legend .pk{display:inline-block;color:#0195ff;font-family:Space Mono,monospace;font-weight:700;padding:1px 7px;border-radius:5px;line-height:1.5;background:#0195ff14;border:1px solid rgba(1,149,255,.3)}:is(body.presenting.present-first,.propuesta-flujos-sigma.presenting.present-first) .present-legend .pk{animation:pk-focus 3s cubic-bezier(.16,1,.3,1) infinite}:is(body.presenting.present-first,.propuesta-flujos-sigma.presenting.present-first) .present-legend .pk-1{animation-delay:0s}:is(body.presenting.present-first,.propuesta-flujos-sigma.presenting.present-first) .present-legend .pk-2{animation-delay:1s}:is(body.presenting.present-first,.propuesta-flujos-sigma.presenting.present-first) .present-legend .pk-3{animation-delay:2s}@keyframes pk-focus{0%,30%,to{background:#0195ff14;border-color:#0195ff4d;text-shadow:none;transform:scale(1)}10%{background:#0195ff4d;border-color:#0195fff2;text-shadow:0 0 16px rgba(1,149,255,.95);transform:scale(1.22)}}.present-counter{display:none}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-counter{display:block;position:fixed;top:20px;right:22px;z-index:9999;font-family:Space Mono,monospace;font-size:10px;font-weight:400;color:#b6b6be;background:transparent;padding:2px 6px;letter-spacing:.06em}.present-title-card{display:none}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-title-card{display:flex;position:fixed;inset:0;z-index:9998;align-items:center;justify-content:center;padding:0 6vw;pointer-events:none}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-title-card:before{content:"";position:absolute;inset:0;opacity:0;background:#f8f8fa99;-webkit-backdrop-filter:blur(22px) saturate(1.15);backdrop-filter:blur(22px) saturate(1.15)}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-title-card span{position:relative;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2.4rem,7.5vw,7rem);line-height:1.02;letter-spacing:-.035em;text-transform:uppercase;text-align:center;max-width:84vw;color:#47111a;opacity:0}:is(body.presenting,.propuesta-flujos-sigma.presenting) .present-title-card.show:before{animation:tc-veil 2.1s ease both}@keyframes tc-veil{0%{opacity:0}14%{opacity:1}52%{opacity:1}84%{opacity:0}to{opacity:0}}.section-label{font-family:Space Mono,monospace;font-size:var(--label);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:400;display:flex;gap:.8rem;align-items:center}.section-label:before{content:"";display:inline-block;width:20px;height:1px;background:var(--border-vis)}.eyebrow{font-family:Space Mono,monospace;font-size:var(--label);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:400}.slide .stagger>*{opacity:0;transform:translateY(30px) scale(.985);filter:blur(7px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1)}.slide.in-view .stagger>*{opacity:1;transform:none;filter:none}.slide.in-view .stagger>*:nth-child(2){transition-delay:.07s}.slide.in-view .stagger>*:nth-child(3){transition-delay:.14s}.slide.in-view .stagger>*:nth-child(4){transition-delay:.21s}.slide.in-view .stagger>*:nth-child(5){transition-delay:.28s}.slide.in-view .stagger>*:nth-child(6){transition-delay:.35s}.slide.in-view .stagger>*:nth-child(7){transition-delay:.42s}.slide.in-view .stagger>*:nth-child(8){transition-delay:.49s}.slide.in-view .stagger>*:nth-child(9){transition-delay:.56s}.slide.in-view .stagger>*:nth-child(10){transition-delay:.63s}.slide.in-view .stagger>*:nth-child(11){transition-delay:.7s}.slide.in-view .stagger>*:nth-child(12){transition-delay:.77s}.slide.in-view svg .draw{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw 2s ease-out forwards}.slide.in-view svg .draw-slow{stroke-dasharray:3000;stroke-dashoffset:3000;animation:draw 3s ease-out .3s forwards}.slide.in-view svg .pop{opacity:0;transform-origin:center;animation:pop .6s cubic-bezier(.2,.8,.2,1) forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes pop{to{opacity:1;transform:scale(1)}}.slide.in-view svg .pop:nth-of-type(1){animation-delay:.3s}.slide.in-view svg .pop:nth-of-type(2){animation-delay:.4s}.slide.in-view svg .pop:nth-of-type(3){animation-delay:.5s}.slide.in-view svg .pop:nth-of-type(4){animation-delay:.6s}.slide.in-view svg .pop:nth-of-type(5){animation-delay:.7s}.slide.in-view svg .pop:nth-of-type(6){animation-delay:.8s}.slide.in-view svg .pop:nth-of-type(7){animation-delay:.9s}.slide.in-view svg .pop:nth-of-type(8){animation-delay:1s}.slide.in-view svg .pop:nth-of-type(9){animation-delay:1.05s}.slide.in-view svg .pop:nth-of-type(10){animation-delay:1.1s}.slide.in-view svg .pop:nth-of-type(11){animation-delay:1.15s}.slide.in-view svg .pop:nth-of-type(12){animation-delay:1.2s}.slide.in-view svg .pop:nth-of-type(13){animation-delay:1.25s}.slide.in-view svg .pop:nth-of-type(14){animation-delay:1.3s}.slide.in-view svg .pop:nth-of-type(n+15){animation-delay:1.35s}.slide.in-view svg .pop:nth-of-type(9){animation-delay:1.1s}.slide.in-view svg .pop:nth-of-type(10){animation-delay:1.2s}.pulse{animation:pulse 2.5s infinite ease-in-out;transform-origin:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media(min-width:768px)and (prefers-reduced-motion:no-preference){html{scroll-snap-type:y proximity;scroll-padding-top:48px}.slide{scroll-snap-align:start;scroll-snap-stop:normal;scroll-margin-top:48px}}.slide:not(:has(.stagger)) .slide-content{opacity:0;transform:translateY(28px) scale(.99);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.slide.in-view:not(:has(.stagger)) .slide-content{opacity:1;transform:none}@keyframes lg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes lg-blink{0%,48%{opacity:1}50%,to{opacity:0}}@keyframes lg-livepulse{0%,to{opacity:.45}50%{opacity:1}}.float{animation:lg-float 6.5s ease-in-out infinite}.blink{animation:lg-blink 1.1s steps(1) infinite}.live-dot{transform-box:fill-box;transform-origin:center;animation:lg-livepulse 1.8s ease-in-out infinite}.mk-cursor{animation:lg-blink 1.05s steps(1) infinite}@media(prefers-reduced-motion:no-preference){.slide-content h1,.slide-content h2{clip-path:inset(0 103% -10% -3%);transition:clip-path 1.05s cubic-bezier(.22,1,.3,1) .12s}.slide.in-view .slide-content h1,.slide.in-view .slide-content h2{clip-path:inset(0 -3% -10% -3%)}.slide .stagger>h1,.slide .stagger>h2{opacity:1!important;transform:none!important;filter:none!important}}.svg-wrap{flex:1;display:flex;align-items:center;justify-content:center;position:relative;width:100%}.svg-wrap svg{width:100%;height:100%;max-width:min(92vw,1200px);max-height:min(65vh,560px)}.mm-title{font-family:Space Grotesk;font-weight:700;fill:#fff;text-anchor:middle;letter-spacing:-.02em}.mm-sub{font-family:Space Mono;font-weight:400;fill:var(--muted);text-anchor:middle;letter-spacing:.08em;text-transform:uppercase}.mm-node-t{font-weight:600;fill:var(--ink);font-size:10px;font-family:Space Grotesk}.mm-node-d{font-weight:400;fill:var(--muted);font-size:7px;font-family:Space Grotesk}.mm-link{stroke:var(--border);stroke-width:1;fill:none}.mm-link-red{stroke:var(--red);stroke-width:1.5;fill:none;opacity:.6}.mm-center{fill:var(--red)}.mm-chip{fill:var(--surface);stroke:var(--border);stroke-width:1}.mm-chip.hot{stroke:var(--red);stroke-width:1;fill:#fff}.mk-window{fill:#fff;stroke:#ececef;stroke-width:1}.mk-panel{fill:#f7f7f9;stroke:none}.mk-header{fill:#f0f0f0}.mk-accent{fill:#9f2439}.mk-txt{fill:#1a1a1a;font-family:Space Grotesk;font-weight:600}.mk-txt-d{fill:#666;font-family:Space Grotesk;font-weight:400}.mk-bar{fill:#e8e8e8}.mk-bar-r{fill:#9f2439}.mk-dot{fill:#999}.mk-mono{fill:#666;font-family:Space Mono;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--red);z-index:101;width:0%}.header-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--ink);color:#fff;padding:.55rem 1.2rem;font-family:Space Mono,monospace;font-weight:400;font-size:var(--label);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:0;border-radius:999px;transition:opacity .2s}.header-cta:hover{opacity:.8}.cover .slide-content{justify-content:space-between;gap:clamp(1.5rem,4vh,3rem)}.cover h1{font-size:clamp(3rem,10vw,9rem);font-weight:700;line-height:.88;max-width:12ch;letter-spacing:-.04em}.cover-meta{display:flex;gap:clamp(2rem,5vw,4rem);margin-top:auto}.cover-meta .k{font-family:Space Mono,monospace;font-size:var(--label);color:var(--dim);text-transform:uppercase;letter-spacing:.08em;font-weight:400}.cover-meta .v{font-size:var(--body);color:var(--ink);font-weight:600;margin-top:.35rem}.red-dot{color:var(--red)}.geo-circle{position:absolute;border-radius:50%;border:none;background:var(--red);opacity:.12;pointer-events:none}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,3vw,3rem);border-top:1px solid var(--ink);padding-top:clamp(2rem,4vh,3rem);margin-top:clamp(2rem,5vh,3rem)}.stat .v{font-family:Space Mono,monospace;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:.85;letter-spacing:-.04em;color:var(--ink)}.stat .l{font-family:Space Mono,monospace;font-size:var(--label);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:1rem;font-weight:400}@media(max-width:900px){.stats-row{grid-template-columns:repeat(2,1fr)}}.mockup-desc{margin-top:clamp(10px,1.2vh,16px);display:grid;grid-template-columns:1fr auto;gap:clamp(12px,1.2vw,20px);align-items:start;max-width:100%;padding:clamp(10px,1vw,16px);background:transparent;border-radius:0;border-top:1px solid var(--border)}.mockup-desc p{font-size:clamp(.78rem,.92vw,.88rem);color:var(--ink);line-height:1.65;margin:0;font-family:Space Grotesk;text-align:justify;grid-column:1 / -1}.mockup-features{display:flex;flex-wrap:wrap;gap:clamp(5px,.5vw,8px);grid-column:1 / -1}.mockup-features span{font-family:Space Mono;font-size:clamp(.48rem,.56vw,.52rem);color:var(--muted);letter-spacing:.06em;padding:3px 10px;background:transparent;border:1px solid var(--border);border-radius:4px;text-transform:uppercase}.card-deck{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,1.6vw,26px);align-items:stretch;width:100%;min-height:0;margin:clamp(8px,1vh,14px) 0}.card-deck.deck-3{grid-template-columns:repeat(3,1fr)}.fey-card{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff;border-radius:16px;padding:clamp(10px,1.1vw,18px);box-shadow:0 1px 2px #1e0c0f0d,0 14px 34px #9f243912;position:relative;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.fey-card:before{content:none}.fey-card-cap{font-family:Space Mono,monospace;font-size:clamp(8px,.64vw,10.5px);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:clamp(6px,.7vh,10px);display:flex;align-items:center;gap:7px}.fey-card-cap:before{content:"";width:6px;height:6px;border-radius:50%;background:#9f2439;flex:none}.fey-card .svg-wrap{flex:1;min-height:0}.fey-card .svg-wrap svg{max-width:100%;max-height:min(44vh,400px)}body.presenting .fey-card{box-shadow:0 2px 4px #1e0c0f14,0 20px 44px #9f24391a}.card-stack{position:relative;flex:1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center;perspective:1600px;margin:clamp(6px,1vh,12px) 0}.stack-card{position:absolute;left:50%;top:50%;width:min(82%,1080px);height:min(58vh,560px);max-height:100%;display:flex;flex-direction:column;min-height:0;background:#fff;border-radius:20px;padding:clamp(14px,1.5vw,26px);box-shadow:0 2px 6px #1e0c0f0f,0 30px 64px #9f243924;transform-origin:center center;transition:transform .55s cubic-bezier(.16,1,.3,1),opacity .45s ease,filter .45s ease;will-change:transform,opacity}.stack-card:before{content:none}.stack-card.sc-active{transform:translate(-50%,-50%) scale(1);opacity:1;z-index:30;filter:none}.stack-card.sc-upcoming{transform:translate(-50%,calc(-50% + var(--depth, 1) * 18px)) scale(calc(1 - var(--depth, 1) * .045));opacity:clamp(0,calc(1 - (var(--depth, 1) - 1) * .32),1);filter:saturate(.92);z-index:calc(20 - var(--depth, 1));pointer-events:none}.stack-card.sc-done{transform:translate(-160%,-50%) rotate(-7deg) scale(.94);opacity:0;z-index:5;pointer-events:none}:is(body.presenting,.propuesta-flujos-sigma.presenting) .stack-card.sc-active .svg-wrap{animation:sc-reveal .6s cubic-bezier(.16,1,.3,1) .05s both}:is(body.presenting,.propuesta-flujos-sigma.presenting) .stack-card.sc-active .sc-head{animation:sc-reveal .5s cubic-bezier(.16,1,.3,1) .02s both}:is(body.presenting,.propuesta-flujos-sigma.presenting) .stack-card.sc-active .sc-desc{animation:sc-reveal .5s cubic-bezier(.16,1,.3,1) .18s both}@keyframes sc-reveal{0%{opacity:0;transform:translateY(16px) scale(.975)}to{opacity:1;transform:none}}.sc-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:clamp(6px,.8vh,12px)}.sc-kicker{font-family:Space Mono,monospace;font-size:clamp(8px,.6vw,10px);letter-spacing:.14em;text-transform:uppercase;color:#c9576a;font-weight:700}.sc-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(1.05rem,1.8vw,1.7rem);color:var(--ink);letter-spacing:-.02em;line-height:1.1}.stack-card .svg-wrap{flex:1;min-height:0}.stack-card .svg-wrap svg{max-width:100%;max-height:min(50vh,460px)}.sc-desc{margin:clamp(6px,.8vh,12px) 0 0;font-family:Space Grotesk;font-size:clamp(.82rem,1.05vw,1.15rem);color:var(--ink);line-height:1.55}:is(body.presenting,.propuesta-flujos-sigma.presenting) .stack-card .sc-desc{font-size:clamp(.95rem,1.3vw,1.3rem)}.stack-nav{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:clamp(8px,1vh,14px);flex:none}.stack-dots{display:flex;gap:7px}.stack-dots .sd{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .3s ease,transform .3s ease,width .3s ease}.stack-dots .sd.on{background:#9f2439}.stack-dots .sd.cur{background:#9f2439;width:22px;border-radius:4px;box-shadow:0 0 10px #9f243980}.stack-pos{font-family:Space Mono,monospace;font-size:clamp(9px,.7vw,11px);color:var(--muted);letter-spacing:.08em}.stack-hint{font-family:Space Mono,monospace;font-size:clamp(8px,.6vw,10px);color:var(--dim);letter-spacing:.06em}.qr-printer{position:relative;width:clamp(180px,16vw,240px);margin:clamp(14px,2vh,26px) 0 0}.qrp-machine{position:relative;z-index:3;height:clamp(26px,3vh,40px);background:#221618;border-radius:12px 12px 6px 6px;box-shadow:0 8px 22px #00000059;display:flex;align-items:flex-end;justify-content:center;padding-bottom:5px}.qrp-slot{width:78%;height:5px;border-radius:4px;background:#000;box-shadow:inset 0 1px 2px #000000e6,0 1px #ffffff0f}.qrp-machine:after{content:"";position:absolute;right:12px;top:9px;width:6px;height:6px;border-radius:50%;background:#0195ff;box-shadow:0 0 8px #0195ff;animation:qrp-led 1.4s ease-in-out infinite}@keyframes qrp-led{0%,to{opacity:.4}50%{opacity:1}}.qrp-paperwrap{position:relative;z-index:1;overflow:hidden;margin-top:-3px;padding-top:6px}.qrp-paper{background:#fff;border:1px solid #ECECEF;border-top:0;padding:clamp(12px,1.2vw,18px) clamp(12px,1.2vw,18px) clamp(16px,1.6vw,22px);box-shadow:0 16px 30px #00000029;transform:translateY(-101%);opacity:0;-webkit-mask-image:linear-gradient(180deg,#000 0 calc(100% - 9px),transparent calc(100% - 9px));mask-image:linear-gradient(180deg,#000 0 calc(100% - 9px),transparent calc(100% - 9px));-webkit-mask-size:100% 100%;mask-size:100% 100%}.qrp-paper:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:9px;background:repeating-linear-gradient(135deg,#FFFFFF 0 6px,transparent 6px 12px);-webkit-mask:repeating-linear-gradient(90deg,#000 0 6px,transparent 6px 12px);mask:repeating-linear-gradient(90deg,#000 0 6px,transparent 6px 12px)}.qrp-qr{display:block;width:100%;height:auto}.qrp-qr rect.m{fill:#1d1012}.qrp-cap{margin-top:9px;text-align:center;font-family:Space Mono,monospace;font-size:clamp(7.5px,.6vw,9.5px);letter-spacing:.06em;color:#555;text-transform:uppercase;line-height:1.4}body:not(.presenting) .propuesta-container .slide.in-view .qrp-paper,.propuesta-flujos-sigma:not(.presenting) .slide.in-view .qrp-paper{animation:qrp-feed 1.5s cubic-bezier(.5,0,.2,1) .4s both}:is(body.presenting,.propuesta-flujos-sigma.presenting) .slide.present-active.revealed .qrp-paper{animation:qrp-feed 1.5s cubic-bezier(.5,0,.2,1) .9s both}@keyframes qrp-feed{0%{transform:translateY(-101%);opacity:0}8%{opacity:1}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.qrp-paper{transform:none;opacity:1}.slide.in-view .qrp-paper,:is(body.presenting,.propuesta-flujos-sigma.presenting) .slide.present-active.revealed .qrp-paper{animation:none}}body:not(.presenting) .propuesta-container .slide.card-stack-slide,.propuesta-flujos-sigma:not(.presenting) .slide.card-stack-slide{height:auto;min-height:100vh;overflow:visible}body:not(.presenting) .propuesta-container .card-stack,.propuesta-flujos-sigma:not(.presenting) .card-stack{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(12px,1.4vw,22px);perspective:none;align-items:stretch}body:not(.presenting) .propuesta-container .card-stack .stack-card,.propuesta-flujos-sigma:not(.presenting) .card-stack .stack-card{position:relative;left:auto;top:auto;width:auto;height:auto!important;max-height:none;transform:none!important;opacity:1!important;filter:none!important;box-shadow:0 1px 2px #1e0c0f0d,0 12px 28px #9f243912}body:not(.presenting) .propuesta-container .card-stack .stack-card .svg-wrap svg,.propuesta-flujos-sigma:not(.presenting) .card-stack .stack-card .svg-wrap svg{max-height:min(30vh,260px)}body:not(.presenting) .propuesta-container .stack-nav,.propuesta-flujos-sigma:not(.presenting) .stack-nav{display:none}body.presenting.spotlight-on .slide.present-active .card-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(10px,1.2vw,18px);perspective:none;align-items:stretch;align-content:center;z-index:31}body.presenting.spotlight-on .slide.present-active .stack-card{position:relative!important;left:auto!important;top:auto!important;width:auto!important;max-height:none;transform:none!important;opacity:1!important;filter:none!important;cursor:zoom-in;z-index:1;transition:transform .32s cubic-bezier(.16,1,.3,1),box-shadow .32s ease}body.presenting.spotlight-on .slide.present-active .stack-card .svg-wrap svg{max-height:min(26vh,240px)}body.presenting.spotlight-on .slide.present-active .stack-card.sc-active,body.presenting.spotlight-on .slide.present-active .stack-card:hover{transform:scale(1.07)!important;z-index:40;box-shadow:0 0 0 2px #0195fff2,0 0 0 9px #0195ff26,0 28px 60px #00000073}body.presenting.spotlight-on .slide.present-active .stack-nav{z-index:41;position:relative}:is(body.presenting,.propuesta-flujos-sigma.presenting) .slide.present-active:not(.revealed) .qr-printer{opacity:0}:is(body.presenting,.propuesta-flujos-sigma.presenting) .slide.present-active.revealed .qr-printer{opacity:1;transition:opacity .35s ease}:is(body.presenting,.propuesta-flujos-sigma.presenting) .slide.present-active:not(.revealed) .slide-content{filter:blur(15px);opacity:.5}:is(body.presenting,.propuesta-flujos-sigma.presenting) .slide.present-active.revealed .slide-content{filter:none;opacity:1;transition:filter .4s cubic-bezier(.16,1,.3,1),opacity .4s ease}.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.5rem,1vw,.8rem);margin-top:clamp(1rem,2vh,1.5rem)}.cap-card{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:clamp(.55rem,1vw,.85rem) clamp(.8rem,1.3vw,1.15rem);display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;grid-template-areas:"vis nm metric" "vis tt label";align-items:center;column-gap:clamp(.7rem,1.4vw,1.1rem);row-gap:.1rem;position:relative;min-height:56px;transition:border-color .3s}.cap-card:hover{border-color:var(--border-vis)}.cap-card .vis{grid-area:vis;align-self:center;width:clamp(52px,5.5vw,70px);height:clamp(40px,4.5vw,54px);display:flex;align-items:center;justify-content:center}.cap-card .nm{grid-area:nm;font-family:Space Mono,monospace;font-size:var(--label);color:var(--dim);font-weight:400;letter-spacing:.08em;text-transform:uppercase;align-self:end}.cap-card .tt{grid-area:tt;font-size:clamp(.8rem,1.1vw,.98rem);font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1.2;align-self:start}.cap-card .label{grid-area:label;font-family:Space Mono,monospace;font-size:var(--label);color:var(--dim);font-weight:400;letter-spacing:.04em;text-align:right;align-self:start}.cap-card .metric{grid-area:metric;font-family:Space Mono,monospace;font-size:clamp(.9rem,1.25vw,1.1rem);font-weight:700;color:var(--red);letter-spacing:-.02em;text-align:right;white-space:nowrap;align-self:end}@media(max-width:900px){.cap-grid{grid-template-columns:1fr}}.neural{position:relative;width:72px;height:48px}.neural .node{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--red);animation:neural-pulse 2s infinite}.neural .node:nth-child(1){left:0;top:20px;animation-delay:0s}.neural .node:nth-child(2){left:32px;top:4px;animation-delay:.4s}.neural .node:nth-child(3){left:32px;top:20px;animation-delay:.2s}.neural .node:nth-child(4){left:32px;top:36px;animation-delay:.6s}.neural .node:nth-child(5){left:64px;top:20px;animation-delay:.8s}.neural:before,.neural:after{content:"";position:absolute;background:var(--red);opacity:.3}.neural:before{left:8px;top:24px;width:28px;height:1px;transform-origin:left;animation:line-grow 2s infinite}.neural:after{left:40px;top:24px;width:28px;height:1px;transform-origin:left;animation:line-grow 2s infinite .5s}@keyframes neural-pulse{0%,to{box-shadow:0 0 #d7192199}50%{box-shadow:0 0 0 6px #d7192100}}@keyframes line-grow{0%,to{opacity:.2}50%{opacity:.8}}.bio-scan{position:relative;width:60px;height:60px}.bio-scan .ring{position:absolute;inset:0;border:1.5px solid var(--red);border-radius:50%;animation:bio-pulse 2s infinite}.bio-scan .ring:nth-child(2){animation-delay:.5s}.bio-scan .ring:nth-child(3){animation-delay:1s}@keyframes bio-pulse{0%{transform:scale(.4);opacity:1}to{transform:scale(1);opacity:0}}.voice-wave{display:flex;gap:3px;align-items:center;height:40px}.voice-wave .bar{width:3px;background:var(--ink);border-radius:2px;animation:voice 1s infinite ease-in-out}.voice-wave .bar:nth-child(1){animation-delay:0s}.voice-wave .bar:nth-child(2){animation-delay:.15s}.voice-wave .bar:nth-child(3){animation-delay:.3s}.voice-wave .bar:nth-child(4){animation-delay:.45s}.voice-wave .bar:nth-child(5){animation-delay:.6s}.voice-wave .bar:nth-child(6){animation-delay:.3s}.voice-wave .bar:nth-child(7){animation-delay:.15s}@keyframes voice{0%,to{height:6px}50%{height:32px}}.scanner{position:relative;width:72px;height:52px;border:1px solid var(--border);background:transparent;overflow:hidden;border-radius:2px}.scanner:before{content:"";position:absolute;left:0;right:0;height:2px;background:var(--red);animation:scan 2s infinite}@keyframes scan{0%{top:0}50%{top:calc(100% - 2px)}to{top:0}}.blockchain{display:flex;align-items:center;gap:4px}.blockchain .block{width:12px;height:12px;background:var(--ink);border-radius:0;animation:block-pulse 1.5s infinite}.blockchain .block:nth-child(1){animation-delay:0s}.blockchain .block:nth-child(3){animation-delay:.3s}.blockchain .block:nth-child(5){animation-delay:.6s}.blockchain .connector{width:8px;height:1px;background:var(--dim)}@keyframes block-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.heartbeat-svg{width:80px;height:40px}.heartbeat-svg path{stroke:var(--red);stroke-width:2;fill:none;stroke-dasharray:200;stroke-dashoffset:200;animation:heart-draw 1.5s infinite linear}@keyframes heart-draw{to{stroke-dashoffset:-200}}.qr{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;width:48px;height:48px}.qr .px{background:var(--ink);border-radius:0;animation:qr-flicker 2s infinite}.qr .px.off{background:var(--border)}.qr .px:nth-child(odd){animation-delay:.3s}.qr .px:nth-child(3n){animation-delay:.6s}@keyframes qr-flicker{0%,to{opacity:1}50%{opacity:.4}}.gauge{position:relative;width:60px;height:60px}.gauge svg{width:60px;height:60px;transform:rotate(-90deg)}.gauge svg circle{fill:none;stroke-width:4}.gauge svg .bg{stroke:var(--border)}.gauge svg .fg{stroke:var(--red);stroke-linecap:butt;stroke-dasharray:157;stroke-dashoffset:157;animation:gauge-fill 2s ease-out forwards infinite alternate}.gauge .val{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:Space Mono;font-size:10px;font-weight:700;color:var(--ink)}@keyframes gauge-fill{to{stroke-dashoffset:45}}.api-sync{position:relative;width:90px;height:30px;display:flex;align-items:center;justify-content:space-between}.api-sync .ep{width:12px;height:12px;border:2px solid var(--ink);border-radius:0}.api-sync:before{content:"";position:absolute;left:16px;right:16px;top:50%;height:1px;background:var(--dim)}.api-sync:after{content:"";position:absolute;left:14px;top:50%;width:6px;height:6px;background:var(--red);border-radius:50%;transform:translateY(-50%);animation:api-send 1.8s infinite ease-in-out}@keyframes api-send{0%{left:14px}50%{left:68px}to{left:14px}}.particles{position:relative;width:72px;height:52px}.particles .p{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--ink);animation:particle 3s infinite ease-in-out}.particles .p:nth-child(1){top:10%;left:20%;animation-delay:0s}.particles .p:nth-child(2){top:60%;left:70%;animation-delay:.4s}.particles .p:nth-child(3){top:30%;left:50%;animation-delay:.8s}.particles .p:nth-child(4){top:80%;left:30%;animation-delay:1.2s}.particles .p:nth-child(5){top:20%;left:80%;animation-delay:1.6s}@keyframes particle{0%,to{transform:scale(.5);opacity:.3}50%{transform:scale(1.4);opacity:1}}.signature{width:90px;height:36px}.signature path{stroke:var(--ink);stroke-width:2;fill:none;stroke-dasharray:300;stroke-dashoffset:300;animation:sig 2.5s ease-in-out infinite}@keyframes sig{0%{stroke-dashoffset:300}60%{stroke-dashoffset:0}to{stroke-dashoffset:0;opacity:0}}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--ink);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pipeline{display:flex;align-items:center;gap:0;margin-top:clamp(1.5rem,3vh,2.5rem);flex-wrap:wrap;justify-content:center}.pipe-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:clamp(.6rem,1vw,1rem) clamp(.8rem,1.5vw,1.2rem);background:var(--surface);border:1px solid var(--border);border-radius:4px;min-width:clamp(80px,10vw,120px);text-align:center}.pipe-step .pipe-n{font-family:Space Mono,monospace;font-size:var(--label);font-weight:700;color:var(--ink);letter-spacing:.08em}.pipe-step .pipe-t{font-family:Space Mono,monospace;font-size:var(--label);font-weight:400;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.pipe-step.active{border-color:var(--red)}.pipe-step.active .pipe-n{color:var(--red)}.pipe-arrow{font-size:1rem;color:var(--dim);padding:0 .15rem}.calc-slide .slide-content{padding:clamp(.3rem,1vw,.8rem)!important;max-width:100%!important}.calc-device{max-width:min(1100px,94vw);margin:0 auto;background:#e0e5ec;border-radius:20px;padding:clamp(16px,2vw,26px);box-shadow:8px 8px 16px #b8bec7,-8px -8px 16px #fff}.calc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.calc-header h2{font-size:clamp(.85rem,1.2vw,1.05rem);margin:0;color:#5a6178;font-weight:700}.calc-header .eyebrow{color:#8e95a9}.hw-toggle{display:flex;gap:0;background:#e0e5ec;border-radius:10px;padding:3px;box-shadow:inset 3px 3px 6px #b8bec7,inset -3px -3px 6px #fff}.hw-toggle-btn{padding:6px clamp(14px,1.2vw,18px);border-radius:8px;border:none;font-family:Space Mono;font-size:clamp(.5rem,.6vw,.56rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:transparent;color:#8e95a9;transition:all .15s}.hw-toggle-btn.active{background:#e0e5ec;color:#3a3f4b;box-shadow:3px 3px 6px #b8bec7,-3px -3px 6px #fff}.calc-lcd{background:#0f1219;border-radius:12px;padding:clamp(10px,1.2vh,14px) clamp(14px,1.5vw,20px);box-shadow:inset 4px 4px 8px #00000080,inset -2px -2px 4px #2832464d,3px 3px 6px #b8bec7,-3px -3px 6px #fff,inset 0 0 30px #c9576a14,inset 0 0 60px #0195ff0d;font-family:Space Mono,monospace;color:#c9576a;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(8px,1.2vw,16px);margin-bottom:clamp(10px,1.2vh,14px);position:relative;overflow:visible;min-height:clamp(60px,8vh,84px);justify-content:space-between}.calc-lcd:before{content:"";position:absolute;inset:0;border-radius:12px;background:radial-gradient(ellipse at 20% 50%,rgba(201,87,106,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(1,149,255,.05) 0%,transparent 60%);pointer-events:none}.lcd-total{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:700;color:#0195ff;text-shadow:0 0 12px rgba(1,149,255,.5),0 0 30px rgba(1,149,255,.15);white-space:nowrap}.lcd-label{font-size:clamp(.44rem,.54vw,.5rem);color:#0195ff;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 8px rgba(1,149,255,.5),0 0 20px rgba(1,149,255,.15)}.lcd-breakdown{font-size:clamp(.46rem,.58vw,.53rem);color:#c9576a}.lcd-progress{display:flex;align-items:center;gap:3px}.lcd-bar{display:flex;gap:1px}.lcd-bar span{width:clamp(5px,.4vw,6px);height:clamp(7px,.7vh,9px);background:#181d26;border-radius:1px}.lcd-bar span.filled{background:#c9576a;box-shadow:0 0 4px #c9576a99,0 0 8px #c9576a33}.lcd-bar span.filled-svc{background:#0195ff;box-shadow:0 0 4px #0195ff99,0 0 8px #0195ff33}.lcd-count{font-size:clamp(.46rem,.58vw,.53rem);color:#9f2439}.lcd-svc{color:#0195ff;text-shadow:0 0 6px rgba(1,149,255,.4)}.lcd-infra{color:#c9576a;text-shadow:0 0 6px rgba(201,87,106,.3)}.lcd-breakdown strong{color:#c9576a}.tier-row{display:flex;align-items:center;gap:clamp(6px,.6vw,10px);margin:clamp(10px,1.2vh,14px) 0 clamp(8px,.8vh,10px);padding-left:3px}.tier-label{font-family:Space Mono;font-size:clamp(.44rem,.52vw,.48rem);color:#6b7280;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:clamp(6px,.7vh,9px) 0 clamp(3px,.3vh,4px);padding-left:3px}.tier-cost{font-family:Space Mono;font-size:clamp(.4rem,.48vw,.44rem);color:#8e95a9;font-weight:600;letter-spacing:.04em}.neu-toggle{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;margin-left:auto}.neu-toggle-track{display:flex;align-items:center;width:clamp(36px,3.2vw,44px);height:clamp(18px,1.6vw,22px);border-radius:100px;padding:2px;background:#e0e5ec;box-shadow:inset 3px 3px 6px #b8bec7,inset -3px -3px 6px #fff;transition:all .25s ease}.neu-toggle-knob{width:clamp(14px,1.2vw,18px);height:clamp(14px,1.2vw,18px);border-radius:50%;background:#d0d5dc;border:1px solid rgba(255,255,255,.3);box-shadow:2px 2px 4px #b8bec7,-2px -2px 4px #fff;transition:all .25s ease}.neu-toggle.on .neu-toggle-knob{transform:translate(calc(clamp(36px,3.2vw,44px) - clamp(14px,1.2vw,18px) - 4px));background:#c9576a;box-shadow:2px 2px 4px #b8bec7,-2px -2px 4px #fff,0 0 6px #c9576a66}.pill-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(clamp(80px,7.5vw,110px),1fr));gap:clamp(6px,.6vw,9px);background:transparent!important;border-radius:0!important;overflow:visible!important}.calc-btn{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:clamp(7px,.8vh,10px) clamp(4px,.4vw,6px)!important;min-height:clamp(40px,3.8vh,50px);background:#e0e5ec!important;border:none!important;border-radius:10px!important;font-family:Space Grotesk!important;font-size:clamp(.58rem,.7vw,.66rem)!important;font-weight:600!important;color:#5a6178!important;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;box-shadow:5px 5px 10px #b8bec7,-5px -5px 10px #fff!important;transition:all .1s!important;text-align:center;line-height:1.15}.calc-btn:after,.calc-btn:before{display:none!important}.calc-btn:hover{color:#3a3f4b!important}.calc-btn:active,.calc-btn.active{box-shadow:inset 4px 4px 8px #b8bec7,inset -4px -4px 8px #fff!important;color:#3a3f4b!important}.calc-btn.active:after{display:block!important;content:""!important;position:absolute!important;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:#c9576a!important;box-shadow:0 0 4px #c9576a,0 0 8px #c9576a4d!important}.calc-btn.locked{opacity:.5!important;cursor:default!important}.calc-btn.locked.active:after{background:#9f2439!important;box-shadow:0 0 4px #9f2439!important}.calc-btn .btn-price{font-family:Space Mono!important;font-weight:700!important;font-size:clamp(.44rem,.5vw,.48rem)!important;color:#8e95a9!important;margin-top:2px}.calc-btn.active .btn-price{color:#6b7280!important}.svc-section{margin-top:clamp(6px,.7vh,8px)}.svc-label{font-family:Space Mono;font-size:clamp(.44rem,.52vw,.48rem);color:#0068b3;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:clamp(3px,.3vh,4px);padding-left:3px}.svc-pills{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(clamp(80px,7.5vw,110px),1fr));gap:clamp(6px,.6vw,9px);background:transparent!important;border-radius:0!important;overflow:visible!important}.svc-btn{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:clamp(7px,.8vh,10px) clamp(4px,.4vw,6px)!important;min-height:clamp(40px,3.8vh,50px);background:#e0e5ec!important;border:none!important;border-radius:10px!important;font-family:Space Grotesk!important;font-size:clamp(.58rem,.7vw,.66rem)!important;font-weight:600!important;color:#5a6178!important;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;box-shadow:5px 5px 10px #b8bec7,-5px -5px 10px #fff!important;transition:all .1s!important;text-align:center;line-height:1.15}.svc-btn:after,.svc-btn:before{display:none!important}.svc-btn:active,.svc-btn.active{box-shadow:inset 4px 4px 8px #b8bec7,inset -4px -4px 8px #fff!important;color:#3a3f4b!important}.svc-btn.active:after{display:block!important;content:""!important;position:absolute!important;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:#0195ff!important;box-shadow:0 0 4px #0195ff,0 0 8px #0195ff4d!important}.svc-btn .btn-price{font-family:Space Mono!important;font-weight:700!important;font-size:clamp(.44rem,.5vw,.48rem)!important;color:#8e95a9!important;margin-top:2px}.svc-btn.active .btn-price{color:#6b7280!important}.calc-panel{margin-top:clamp(8px,.9vh,12px);padding:clamp(8px,.8vw,12px);border-radius:14px;border:1.5px solid transparent}.calc-panel-header{display:flex;align-items:center;gap:clamp(6px,.5vw,8px);margin-bottom:clamp(4px,.4vh,6px)}.calc-panel-tag{font-family:Space Mono;font-size:clamp(.4rem,.48vw,.44rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px;border-radius:4px}.calc-panel-hint{font-family:Space Mono;font-size:clamp(.36rem,.42vw,.4rem);color:#a0a7b8;letter-spacing:.06em}.calc-panel--modules{border-color:#a8213826;background:linear-gradient(135deg,rgba(168,33,56,.03) 0%,transparent 60%)}.tag--purple{background:#a821381a;color:#9f2439}.calc-panel--services{border-color:#0195ff33;background:linear-gradient(135deg,rgba(1,149,255,.04) 0%,transparent 60%)}.tag--amber{background:#0195ff1f;color:#005999}.calc-panel--infra{border-color:#3b82f626;background:linear-gradient(135deg,rgba(59,130,246,.03) 0%,transparent 60%)}.tag--blue{background:#3b82f61a;color:#1d4ed8}.calc-dl-btn{display:inline-flex;align-items:center;gap:6px;padding:8px clamp(16px,1.4vw,22px);background:#e0e5ec;border:none;border-radius:10px;font-family:Space Mono;font-size:clamp(.48rem,.58vw,.54rem);font-weight:700;color:#5a6178;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:5px 5px 10px #b8bec7,-5px -5px 10px #fff;transition:all .12s}.calc-dl-btn:hover{color:#3a3f4b}.calc-dl-btn:active{box-shadow:inset 3px 3px 6px #b8bec7,inset -3px -3px 6px #fff}.calc-dl-btn svg{width:14px;height:14px}.ops-dial{flex:1;display:flex;align-items:center;justify-content:center;gap:clamp(8px,.8vw,12px);background:#e0e5ec;border-radius:12px;padding:clamp(6px,.6vh,8px) clamp(10px,1vw,14px);box-shadow:inset 2px 2px 5px #b8bec7,inset -2px -2px 5px #fff}.ops-knob{width:clamp(30px,2.6vw,36px);height:clamp(30px,2.6vw,36px);display:flex;align-items:center;justify-content:center;background:#e0e5ec;border:none;border-radius:50%;font-family:Space Mono;font-size:clamp(.9rem,1.1vw,1.05rem);font-weight:700;color:#5a6178;cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:4px 4px 8px #b8bec7,-4px -4px 8px #fff;transition:all .1s}.ops-knob:active{box-shadow:inset 3px 3px 6px #b8bec7,inset -3px -3px 6px #fff}.ops-knob.disabled{opacity:.35;cursor:default;pointer-events:none}.ops-display{text-align:center;min-width:clamp(40px,3.5vw,55px)}.ops-value{font-family:Space Mono;font-size:clamp(1.1rem,1.5vw,1.4rem);font-weight:700;color:#3a3f4b}.ops-label{font-family:Space Mono;font-size:clamp(.38rem,.44vw,.42rem);color:#8e95a9;letter-spacing:.1em;text-transform:uppercase;margin-top:1px}.ops-cost{font-family:Space Mono;font-size:clamp(.42rem,.5vw,.48rem);color:#9f2439;font-weight:700}.arch-layers{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,2rem);margin-top:clamp(1.5rem,3vh,2rem)}.arch-layer{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:clamp(1.2rem,2vw,2rem)}.arch-layer h3{font-size:clamp(.9rem,1.2vw,1.1rem);margin-bottom:.8rem;color:var(--ink)}.arch-layer ul{list-style:none;padding:0;margin:0}.arch-layer li{font-size:var(--body);color:var(--muted);padding:.3rem 0;border-bottom:1px solid var(--border);font-family:Space Grotesk}.arch-layer li:last-child{border-bottom:none}@media(max-width:900px){.arch-layers{grid-template-columns:1fr}}.roadmap{display:flex;flex-direction:column;gap:0;margin-top:clamp(1.5rem,3vh,2rem);position:relative}.road-phase{display:grid;grid-template-columns:120px 1fr;gap:clamp(1rem,2vw,2rem);align-items:start;padding:clamp(.8rem,1.2vh,1rem) 0;border-bottom:1px solid var(--border);position:relative}.road-phase:last-child{border-bottom:none}.road-phase h3{font-size:clamp(.85rem,1.1vw,1rem);margin:0 0 .2rem}.road-phase .phase-time{font-family:Space Mono;font-size:var(--label);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.cert-list{margin-top:clamp(2rem,4vh,3rem);display:flex;flex-direction:column;max-width:640px}.cert-item{padding:clamp(.9rem,1.6vh,1.2rem) 0;border-bottom:1px solid var(--border)}.cert-item:first-child{padding-top:0}.cert-item:last-child{border-bottom:none}.cert-item h3{font-family:Space Mono;font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:700;letter-spacing:.04em}.cert-item p{margin-top:.3rem}.pdf-btn{position:fixed;bottom:clamp(1.5rem,3vh,2rem);right:clamp(1.5rem,2.5vw,2rem);background:var(--ink);color:#fff;border:none;border-radius:999px;padding:.65rem 1.2rem;font-family:Space Mono;font-size:var(--label);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;z-index:200;display:flex;align-items:center;gap:.5rem;transition:opacity .2s}.pdf-btn:hover{opacity:.8}.pdf-btn svg{width:14px;height:14px}@media print{@page{size:letter landscape;margin:0}html,body{height:auto!important;background:#f5f5f5!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important;overflow:visible!important;margin:0!important;padding:0!important}header.chrome-top,.scroll-progress,.pdf-btn,.site-footer,.propuesta-toolbar,.btn-print,.btn-back,.present-legend,.present-counter,.present-title-card,.present-spotlight,.nav-dots,.edit-toggle,.edit-hotzone,.edit-hint{display:none!important}.propuesta-container,.propuesta-flujos-sigma{height:auto!important;overflow:visible!important}.slide{width:100%!important;height:215.9mm!important;min-height:0!important;max-height:none!important;padding:40px 0!important;margin:0!important;border:0!important;page-break-after:always!important;break-after:page!important;page-break-inside:avoid!important;break-inside:avoid!important;display:flex!important;flex-direction:column!important;position:relative!important;overflow:hidden!important}.slide:last-of-type{page-break-after:auto!important;break-after:auto!important}.slide+.slide{border-top:0!important}.slide-content{max-width:1200px!important;padding:0 40px!important;height:100%!important;overflow:hidden!important}.slide>.chrome-top{display:flex!important;position:absolute!important;top:20px!important;left:40px!important;right:40px!important;background:transparent!important;border:0!important;padding:0!important}.slide .stagger>*,.slide svg .pop,.slide svg .draw,.slide svg .draw-slow{opacity:1!important;transform:none!important;animation:none!important;stroke-dashoffset:0!important}.geo-circle{display:block!important}#pricing-calculator-slide{display:none!important}#proposal-summary{min-height:auto!important;height:auto!important;page-break-inside:avoid!important}.logo{background:transparent!important;padding:0!important}.logo-img{filter:brightness(0)!important;height:clamp(12px,1.4vw,16px)!important}}.site-footer{width:100%;background:var(--surface);border-top:1px solid var(--border);padding:clamp(3rem,6vh,5rem) clamp(2rem,5vw,5rem)}.footer-inner{max-width:min(1760px,94vw);margin:0 auto;display:flex;justify-content:space-between;align-items:baseline;gap:clamp(2rem,4vw,4rem);flex-wrap:wrap}.footer-inner .f-brand{font-family:Space Grotesk;font-weight:700;font-size:clamp(1.2rem,2vw,1.6rem);color:var(--ink);letter-spacing:-.03em}.footer-inner .f-meta{font-family:Space Mono,monospace;font-size:var(--label);color:var(--dim);text-transform:uppercase;letter-spacing:.08em}.footer-inner a{color:var(--muted);text-decoration:none;font-size:var(--body)}.footer-inner a:hover{color:var(--ink)}.lawi{flex:none}.lawi-aes-star{transform-box:fill-box;transform-origin:center}.lawi-fitts{transform-box:fill-box;transform-origin:center;opacity:0}.lawi-jak,.lawi-mil,.lawi-prox{transform-box:fill-box;transform-origin:center}.lawi-prox circle{fill:#9f2439}.lawi-ch,.lawi-cc{fill:#9f2439}.lawi-cc-r,.lawi-cc-r2{transform-box:fill-box;transform-origin:bottom}.lawi-mil{fill:#9f2439}.lawi-rev{transform-box:fill-box;transform-origin:left;transform:scaleX(0)}.slide.in-view .lawi-aes-star{animation:lawi-twinkle 2.6s ease-in-out infinite}.slide.in-view .lawi-aes-spark{animation:lawi-blink 2.6s ease-in-out infinite}@keyframes lawi-twinkle{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.14);opacity:1}}@keyframes lawi-blink{0%,to{opacity:0}35%{opacity:1}65%{opacity:0}}.slide.in-view .lawi-ch{opacity:.2;animation:lawi-fill 2.8s ease-in-out infinite}.lawi-ch.c2{animation-delay:.16s}.lawi-ch.c3{animation-delay:.32s}.lawi-ch.c4{animation-delay:.48s}.lawi-ch.c5{animation-delay:.64s}@keyframes lawi-fill{0%,8%{opacity:.18}30%,85%{opacity:1}to{opacity:.18}}.lawi-doh{stroke-dasharray:95;stroke-dashoffset:95}.slide.in-view .lawi-doh{animation:lawi-doherty 2.4s cubic-bezier(.2,.9,.2,1) infinite}@keyframes lawi-doherty{0%{stroke-dashoffset:95}17%{stroke-dashoffset:0}82%{stroke-dashoffset:0}to{stroke-dashoffset:95}}.slide.in-view .lawi-fitts{animation:lawi-ripple 2.1s ease-out infinite}@keyframes lawi-ripple{0%{transform:scale(.5);opacity:.85}70%,to{transform:scale(3.2);opacity:0}}.slide.in-view .lawi-cc-r{animation:lawi-reduce 2.8s ease-in-out infinite}.slide.in-view .lawi-cc-r2{animation:lawi-reduce 2.8s ease-in-out .25s infinite}@keyframes lawi-reduce{0%,to{opacity:.8;transform:scaleY(1)}50%{opacity:.12;transform:scaleY(.35)}}.slide.in-view .lawi-jak{animation:lawi-match 3s ease-in-out infinite}@keyframes lawi-match{0%,to{transform:translate(0)}50%{transform:translate(-12px)}}.slide.in-view .lawi-mil{opacity:.2;animation:lawi-count 3.6s ease-in-out infinite}.lawi-mil.d2{animation-delay:.1s}.lawi-mil.d3{animation-delay:.2s}.lawi-mil.d4{animation-delay:.3s}.lawi-mil.d5{animation-delay:.4s}.lawi-mil.d6{animation-delay:.5s}.lawi-mil.d7{animation-delay:.6s}@keyframes lawi-count{0%,8%{opacity:.18;transform:scale(.6)}22%,88%{opacity:1;transform:scale(1)}to{opacity:.18;transform:scale(.6)}}.slide.in-view .lawi-prox{animation:lawi-tighten 2.8s ease-in-out infinite}@keyframes lawi-tighten{0%,to{transform:scale(1.12)}50%{transform:scale(.82)}}.slide.in-view .lawi-rev{animation:lawi-reveal 3s ease-in-out infinite}.lawi-rev.r2{animation-delay:.28s}.lawi-rev.r3{animation-delay:.56s}@keyframes lawi-reveal{0%,8%{transform:scaleX(0)}38%,88%{transform:scaleX(1)}to{transform:scaleX(0)}}.laws-head{font-family:Space Mono,monospace;font-size:clamp(.5rem,.62vw,.62rem);color:#a1a1aa;letter-spacing:.14em;text-transform:uppercase;padding:2px 2px 4px}.law-row{display:flex;align-items:center;gap:clamp(9px,.9vw,14px);padding:clamp(7px,.85vh,12px) clamp(10px,.9vw,15px);background:#fafafa;border-radius:9px;border:1px solid #E8E8EB;cursor:pointer;transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease}.law-row:hover{border-color:#9f2439;background:#fff;transform:translate(5px);box-shadow:0 8px 20px #c7243f1f}.law-row .lawi{width:34px;height:34px;flex:none}.law-t{font-family:Space Grotesk,sans-serif;font-size:clamp(.76rem,.98vw,.98rem);font-weight:600;color:#27272a;line-height:1.15}.law-s{font-family:Space Grotesk,sans-serif;font-size:clamp(.6rem,.74vw,.74rem);color:#a1a1aa;line-height:1.2;margin-top:1px}.slide.in-view .law-row{animation:law-in .55s cubic-bezier(.16,1,.3,1) both}@keyframes law-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.slide.in-view .law-r1{animation-delay:.12s}.slide.in-view .law-r2{animation-delay:.2s}.slide.in-view .law-r3{animation-delay:.28s}.slide.in-view .law-r4{animation-delay:.36s}.slide.in-view .law-r5{animation-delay:.44s}.slide.in-view .law-r6{animation-delay:.52s}.slide.in-view .law-r7{animation-delay:.6s}.slide.in-view .law-r8{animation-delay:.68s}.slide.in-view .law-r9{animation-delay:.76s}.map-system .map-domain{transform-box:fill-box;transform-origin:center;transition:opacity .35s ease,transform .35s ease}.map-system .map-domain rect{transition:stroke .3s ease,stroke-width .3s ease,fill .3s ease,filter .3s ease}.map-system .om-lines line{transition:stroke .3s ease,stroke-opacity .3s ease,stroke-width .3s ease}.map-system .om-hub{transform-box:fill-box;transform-origin:center;transition:transform .45s cubic-bezier(.16,1,.3,1),filter .4s ease}.map-system[data-law=aes] .map-domain rect{stroke-width:2;filter:drop-shadow(0 5px 12px rgba(159,36,57,.16))}.map-system[data-law=aes] .om-hub{filter:drop-shadow(0 0 16px rgba(159,36,57,.55))}.map-system[data-law=chunk] .map-domain{animation:map-seq 2.6s ease-in-out infinite}.map-system[data-law=chunk] .md1{animation-delay:0s}.map-system[data-law=chunk] .md2{animation-delay:.2s}.map-system[data-law=chunk] .md3{animation-delay:.4s}.map-system[data-law=chunk] .md4{animation-delay:.6s}.map-system[data-law=chunk] .md5{animation-delay:.8s}.map-system[data-law=chunk] .md6{animation-delay:1s}.map-system[data-law=chunk] .md7{animation-delay:1.2s}.map-system[data-law=chunk] .md8{animation-delay:1.4s}@keyframes map-seq{0%,72%,to{opacity:.32}12%{opacity:1}}.map-system[data-law=doherty] .om-lines line{stroke:#9f2439;stroke-width:2.2;stroke-dasharray:5 9;animation:map-flow .55s linear infinite}@keyframes map-flow{to{stroke-dashoffset:-14}}.map-system[data-law=doherty] .om-hub{animation:map-doh-pulse .9s ease-out infinite}@keyframes map-doh-pulse{0%{transform:scale(1)}20%{transform:scale(1.07)}45%,to{transform:scale(1)}}.map-system[data-law=fitts] .om-hub{transform:scale(1.16)}.map-system[data-law=fitts] .map-domain{opacity:.65}.map-system[data-law=cognitiva] .map-domain{opacity:.6}.map-system[data-law=cognitiva] .md1,.map-system[data-law=cognitiva] .md4{opacity:1}.map-system[data-law=jakob] .map-domain rect{stroke:#c9576a;stroke-dasharray:5 3;stroke-width:1.6}.map-system[data-law=jakob] .om-lines line{stroke:#c9576a;stroke-opacity:.7}.map-system[data-law=miller] .map-domain{animation:map-grp 1.7s ease-in-out infinite}@keyframes map-grp{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}.map-system[data-law=proximidad] .map-domain[data-grp=p] rect{stroke:#9f2439;stroke-width:2.6;fill:#f6f1fb}.map-system[data-law=proximidad] .map-domain[data-grp=g] rect{stroke:#1e82c9;stroke-width:2.6;fill:#fbf7ec}.map-system[data-law=progresiva] .om-lines line{opacity:0}.map-system[data-law=progresiva] .map-domain{opacity:0;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.map-system[data-law=progresiva] .md1{animation-name:mp1}.map-system[data-law=progresiva] .md2{animation-name:mp2}.map-system[data-law=progresiva] .md3{animation-name:mp3}.map-system[data-law=progresiva] .md4{animation-name:mp4}.map-system[data-law=progresiva] .md5{animation-name:mp5}.map-system[data-law=progresiva] .md6{animation-name:mp6}.map-system[data-law=progresiva] .md7{animation-name:mp7}.map-system[data-law=progresiva] .md8{animation-name:mp8}@keyframes mp1{0%,6%{opacity:0}12%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp2{0%,14%{opacity:0}20%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp3{0%,22%{opacity:0}28%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp4{0%,30%{opacity:0}36%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp5{0%,38%{opacity:0}44%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp6{0%,46%{opacity:0}52%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp7{0%,54%{opacity:0}60%,90%{opacity:1}96%,to{opacity:0}}@keyframes mp8{0%,62%{opacity:0}68%,90%{opacity:1}96%,to{opacity:0}}.law-row{position:relative}.law-row.law-demo{border-color:#9f2439;background:#fff;transform:translate(5px);box-shadow:0 8px 20px #c7243f24}.law-row.law-demo:after{content:"";position:absolute;right:13px;top:50%;width:9px;height:9px;margin-top:-4.5px;border-radius:50%;background:#278fd9;box-shadow:0 0 #278fd999;animation:hint-bolita 1.2s ease-out infinite}@keyframes hint-bolita{0%{box-shadow:0 0 #278fd999}70%,to{box-shadow:0 0 0 11px #278fd900}}body.pdf-capturing .propuesta-toolbar,body.pdf-capturing .pdf-btn,body.pdf-capturing .btn-print,body.pdf-capturing .btn-back,body.pdf-capturing .present-legend,body.pdf-capturing .present-counter,body.pdf-capturing .present-title-card,body.pdf-capturing .stack-nav{display:none!important}body.pdf-capturing .slide{opacity:1!important;filter:none!important;transform:none!important}body.pdf-capturing .slide-content,body.pdf-capturing .svg-wrap,body.pdf-capturing svg .pop,body.pdf-capturing .mockup-features,body.pdf-capturing .mockup-features span,body.pdf-capturing .stack-card,body.pdf-capturing .law-row,body.pdf-capturing .qr-printer,body.pdf-capturing .qrp-paper{opacity:1!important;transform:none!important;filter:none!important;animation:none!important}body.pdf-capturing svg line,body.pdf-capturing svg polyline{stroke-dashoffset:0!important}body.pdf-capturing .card-stack{display:block!important}body.pdf-capturing .stack-card{display:block!important;position:static!important;width:1040px!important;max-width:1040px!important;height:auto!important;max-height:none!important;overflow:visible!important;margin:0 0 14px!important;box-shadow:none!important}body.pdf-capturing .stack-card .svg-wrap svg{max-height:470px!important;width:100%!important}@keyframes pdfspin{to{transform:rotate(360deg)}}body.pdf-capturing .chrome-top,body.pdf-capturing .chrome-bottom{display:none!important}.stack-card[data-tier=base]{box-shadow:0 0 0 1px #9f243929,0 10px 32px #9f24393d!important}.stack-card[data-tier=oper]{box-shadow:0 0 0 1px #0f93f24d,0 10px 32px #0f93f24d!important}.stack-card[data-tier=avan]{box-shadow:0 0 0 1px #1e82c93d,0 10px 32px #1e82c942!important}.stack-card[data-tier=prem]{box-shadow:0 0 0 1px #c9576a2e,0 10px 32px #c9576a3d!important}.stack-card[data-tier=ent]{box-shadow:0 0 0 1px #22a06e2e,0 10px 32px #22a06e3d!important}.stack-card[data-tier=base] .sc-kicker{color:#9f2439}.stack-card[data-tier=oper] .sc-kicker{color:#005a9a}.stack-card[data-tier=avan] .sc-kicker{color:#15639a}.stack-card[data-tier=prem] .sc-kicker{color:#b54558}.stack-card[data-tier=ent] .sc-kicker{color:#1b8059}.stack-card[data-tier=simple]{box-shadow:0 0 0 1px #c9576a2e,0 10px 32px #c9576a3d!important}.stack-card[data-tier=medio]{box-shadow:0 0 0 1px #278fd94d,0 10px 32px #278fd94d!important}.stack-card[data-tier=complejo]{box-shadow:0 0 0 1px #9f24392e,0 10px 32px #9f24393d!important}.region-globe-wrap{margin-top:clamp(2rem,4vh,3rem);display:flex;align-items:center;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap}.region-globe-stage{width:min(460px,42vw);aspect-ratio:440 / 460;flex:none}.region-globe-svg{width:100%;height:100%;display:block;overflow:visible}.globe-mer .mer{transform-box:fill-box;transform-origin:center;animation:globe-spin 9s linear infinite}.mer1{animation-delay:0s}.mer2{animation-delay:-1.5s}.mer3{animation-delay:-3s}.mer4{animation-delay:-4.5s}.mer5{animation-delay:-6s}.mer6{animation-delay:-7.5s}@keyframes globe-spin{0%{transform:scaleX(1)}50%{transform:scaleX(.02)}to{transform:scaleX(1)}}.ca-land{animation:land-pulse 6s ease-in-out infinite;transform-box:fill-box;transform-origin:center}@keyframes land-pulse{0%,to{opacity:.32}50%{opacity:.5}}.region-pin circle:last-child{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.region-pin text{paint-order:stroke fill;stroke:#f4f2ee;stroke-width:3px;stroke-linejoin:round}.pin-pulse{transform-box:fill-box;transform-origin:center;animation:pin-ping 2.4s ease-out infinite}@keyframes pin-ping{0%{transform:scale(.5);opacity:.5}70%{transform:scale(2.2);opacity:0}to{transform:scale(2.2);opacity:0}}.region-legend{display:flex;flex-direction:column;gap:.85rem;min-width:220px}.region-item{display:flex;align-items:baseline;gap:.6rem;font-size:.92rem;padding-bottom:.6rem;border-bottom:1px solid var(--border);color:#111214}.region-item b{font-weight:700;min-width:110px}.region-item small{color:#6b6e76;font-family:Space Mono,monospace;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.region-item .dot{width:9px;height:9px;border-radius:50%;flex:none}.region-item .dot-red{background:#e4002b;box-shadow:0 0 0 3px #e4002b26}.region-item .dot-blue{background:#1075bb;box-shadow:0 0 0 3px #1075bb26}.module-graph .gn-t{font-weight:700!important;paint-order:stroke fill;stroke:#0006;stroke-width:2.2px;stroke-linejoin:round}.module-graph .gn-s{font-weight:700!important;paint-order:stroke fill;stroke:#00000059;stroke-width:1.8px;stroke-linejoin:round}.invest-wrap{margin-top:clamp(2rem,4vh,3rem);display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start;max-width:980px}.invest-total{background:#111214;color:#fff;border-radius:18px;padding:clamp(1.6rem,3vw,2.2rem)}.invest-total small{font-family:Space Mono,monospace;letter-spacing:.12em;color:#ff8a94;font-size:.72rem}.invest-amount{font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800;margin-top:.6rem}.invest-total p{color:#c9cad1;font-size:.82rem;margin-top:.6rem}.invest-line{display:flex;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid var(--border);font-size:.94rem;color:#111214}.invest-line b{font-family:Space Mono,monospace;color:#e4002b;font-weight:700}.invest-line--total{border-bottom:none;padding-top:1.2rem;font-weight:800;font-size:1.05rem}.invest-line--total b{color:#111214}@media(max-width:820px){.invest-wrap{grid-template-columns:1fr}}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/space-grotesk-vietnamese-300-normal-B9OJnXKM.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-300-normal-F-NWLUie.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/space-grotesk-latin-ext-300-normal-4ZO_JR7W.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-300-normal-CxWNGEn7.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/space-grotesk-latin-300-normal-DiSf0yqz.woff2) format("woff2"),url(/assets/space-grotesk-latin-300-normal-Byd1NLsn.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-grotesk-vietnamese-400-normal-B7xT_GF5.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-400-normal-BIWiOVfw.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-grotesk-latin-ext-400-normal-CfP_5XZW.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-400-normal-DRPE3kg4.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-grotesk-latin-400-normal-CJ-V5oYT.woff2) format("woff2"),url(/assets/space-grotesk-latin-400-normal-BnQMeOim.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-vietnamese-500-normal-BmEvtly_.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-500-normal-BTqKIpxg.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-latin-ext-500-normal-DUe3BAxM.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-500-normal-3dgZTiw9.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-latin-500-normal-lFbtlQH6.woff2) format("woff2"),url(/assets/space-grotesk-latin-500-normal-CNSSEhBt.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/space-grotesk-vietnamese-600-normal-DUi7WF5p.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-600-normal-D6zpsUhD.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/space-grotesk-latin-ext-600-normal-DxxdqCpr.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-600-normal-VcznFIpX.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/space-grotesk-latin-600-normal-DjKNqYRj.woff2) format("woff2"),url(/assets/space-grotesk-latin-600-normal-BflQw4A9.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-vietnamese-700-normal-DMty7AZE.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-700-normal-Duxec5Rn.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-latin-ext-700-normal-BQnZhY3m.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-700-normal-HVCqSBdx.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-latin-700-normal-RjhwGPKo.woff2) format("woff2"),url(/assets/space-grotesk-latin-700-normal-CwsQ-cCU.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-mono-vietnamese-400-normal-BNOj0Qhp.woff2) format("woff2"),url(/assets/space-mono-vietnamese-400-normal-B0PMp_xB.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-mono-latin-ext-400-normal-DTLbW2xa.woff2) format("woff2"),url(/assets/space-mono-latin-ext-400-normal-D4cJI_B-.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-mono-latin-400-normal-Rg4St2Dn.woff2) format("woff2"),url(/assets/space-mono-latin-400-normal-_3DlpgIW.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-mono-vietnamese-700-normal-DWQgDHuA.woff2) format("woff2"),url(/assets/space-mono-vietnamese-700-normal-D-KrLuLr.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-mono-latin-ext-700-normal-B2s3bDs2.woff2) format("woff2"),url(/assets/space-mono-latin-ext-700-normal-B_E7P90g.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-mono-latin-700-normal-mWgeinG7.woff2) format("woff2"),url(/assets/space-mono-latin-700-normal-D7A851RN.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.propuesta-container[data-v-130fcbe7]{width:100%;min-height:100vh;background:#fafafa}.unauthorized[data-v-130fcbe7]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:12px;text-align:center}.unauthorized h3[data-v-130fcbe7]{margin:0;color:#27272a}.unauthorized p[data-v-130fcbe7]{color:#71717a;margin:0}body.presenting[data-v-130fcbe7]{scroll-snap-type:y proximity;scroll-behavior:smooth}body.presenting .slide[data-v-130fcbe7]{scroll-snap-align:start}@keyframes tc-zoom-130fcbe7{0%{transform:translate(0) scale(.62);filter:blur(16px);opacity:0}16%{opacity:1}36%{transform:translate(0) scale(1);filter:blur(0);opacity:1}56%{transform:translate(0) scale(1);opacity:1}92%{transform:translate(-40vw,-36vh) scale(.2);opacity:1}to{transform:translate(-40vw,-36vh) scale(.2);opacity:0}}body.presenting .slide.present-active .slide-content[data-v-130fcbe7],body.presenting .slide.present-active .stagger[data-v-130fcbe7]>*{opacity:1;transform:none;filter:blur(0)}body.presenting .slide.present-active:not(:has(.slide-sub)):not(#pricing-calculator-slide) .eyebrow[data-v-130fcbe7]{font-size:clamp(1.3rem,2.6vw,2.1rem);letter-spacing:-.005em;color:var(--ink);font-weight:500}body.presenting .slide.present-active:not(.typed) .mockup-desc p[data-v-130fcbe7]{opacity:0}body.presenting .slide.present-active.typed .mockup-desc p[data-v-130fcbe7]{opacity:1}body.presenting .slide.present-active:not(.anim-in) .mockup-features[data-v-130fcbe7]{opacity:0}body.presenting .slide.present-active.anim-in .mockup-features[data-v-130fcbe7]{opacity:1;transition:opacity .4s ease}body.presenting .slide.present-active .mockup-desc p[data-v-130fcbe7]{font-size:clamp(1rem,1.4vw,1.35rem);line-height:1.6}body.presenting .slide.present-active .slide-content>p[data-v-130fcbe7]{font-size:clamp(1.15rem,1.85vw,1.7rem);line-height:1.55}body.presenting .slide.present-active .slide-sub[data-v-130fcbe7]{font-size:clamp(1.05rem,1.55vw,1.45rem);line-height:1.5;max-width:70ch}.present-spotlight[data-v-130fcbe7]{display:none}body.presenting.spotlight-on .slide.present-active[data-v-130fcbe7]{isolation:isolate}body.presenting.spotlight-on .slide.present-active[data-v-130fcbe7]:after{content:"";position:absolute;inset:0;z-index:30;pointer-events:none;background:radial-gradient(125% 115% at 50% 44%,#0a061270,#08050ed1);-webkit-backdrop-filter:saturate(.55) blur(.5px);backdrop-filter:saturate(.55) blur(.5px);animation:spot-veil-130fcbe7 .4s ease both}@keyframes spot-veil-130fcbe7{0%{opacity:0}to{opacity:1}}body.presenting.spotlight-on .slide.present-active .slide-content[data-v-130fcbe7],body.presenting.spotlight-on .slide.present-active .mockup-desc[data-v-130fcbe7],body.presenting.spotlight-on .slide.present-active .mockup-features[data-v-130fcbe7]{animation:none!important;transform:none!important;filter:none!important;opacity:1!important}body.presenting.spotlight-on .slide.present-active .spot-key[data-v-130fcbe7],body.presenting.spotlight-on .slide.present-active .spot-feat[data-v-130fcbe7]{position:relative;z-index:31;border-radius:12px}body.presenting.spotlight-on .slide.present-active .spot-key[data-v-130fcbe7]{animation:spot-pop-130fcbe7 .45s cubic-bezier(.16,1,.3,1) both}body.presenting.spotlight-on .slide.present-active .svg-wrap.spot-key[data-v-130fcbe7]{background:#fafafa;box-shadow:0 0 0 2px #0195fff2,0 0 0 9px #0195ff29,0 26px 70px #0000008c}body.presenting.spotlight-on .slide.present-active .svg-wrap.spot-key[data-v-130fcbe7]{padding:clamp(6px,.8vh,12px);border-radius:14px}body.presenting .slide.present-active:not(.anim-in) .svg-wrap[data-v-130fcbe7]{opacity:0}body.presenting .slide.present-active.anim-in .svg-wrap[data-v-130fcbe7]{opacity:1;transition:opacity .55s ease}body.presenting.spotlight-on .slide.present-active .svg-wrap[data-v-130fcbe7],body.presenting.spotlight-on .slide.present-active .mockup-desc p[data-v-130fcbe7],body.presenting.spotlight-on .slide.present-active .mockup-features[data-v-130fcbe7]{opacity:1!important}body.presenting.spotlight-on .slide.present-active .eyebrow.spot-key[data-v-130fcbe7]{padding:6px 14px;align-self:flex-start;color:#0195ff!important;border-radius:10px;background:#9f24398c}body.presenting.spotlight-on .slide.present-active .spot-feat[data-v-130fcbe7]{background:#9f2439;color:#fff;border-color:#9f2439;box-shadow:0 0 0 1.5px #e08292f2,0 0 16px #c9576a8c;animation:spot-pop-130fcbe7 .45s cubic-bezier(.16,1,.3,1) both,spot-feat-pulse-130fcbe7 2.6s ease-in-out .5s infinite}@keyframes spot-pop-130fcbe7{0%{transform:scale(.96)}to{transform:scale(1)}}@keyframes spot-feat-pulse-130fcbe7{0%,to{box-shadow:0 0 0 1.5px #e08292f2,0 0 14px #c9576a73}50%{box-shadow:0 0 0 1.5px #e08292,0 0 24px #c9576ad9}}.map-system .map-domain[data-v-130fcbe7]{cursor:pointer}.map-system .map-domain rect[data-v-130fcbe7],.map-system .map-domain text[data-v-130fcbe7]{transition:opacity .25s ease,stroke-width .2s ease}.map-system:hover .map-domain[data-v-130fcbe7]:not(:hover){opacity:.2}.map-system .map-domain:hover rect[data-v-130fcbe7]{stroke-width:2.6}.module-graph .g-zonelabels text[data-v-130fcbe7]{opacity:.92;font-weight:700;letter-spacing:.12em}.slide-sub[data-v-130fcbe7]{font-family:Space Grotesk,sans-serif;font-size:clamp(.82rem,1.05vw,1rem);font-weight:400;color:var(--muted);margin-top:.35rem;line-height:1.45;max-width:64ch}.module-graph .g-zones [data-tier][data-v-130fcbe7]{cursor:pointer}.module-graph .g-zonelabels text[data-v-130fcbe7]{transition:opacity .25s ease}.module-graph.gh-active .g-zonelabels text[data-v-130fcbe7]:not(.zl-on){opacity:.15}.module-graph .g-zonelabels .zl-on[data-v-130fcbe7]{opacity:1!important}.module-graph .gnode[data-v-130fcbe7]{transition:opacity .28s ease}.module-graph .gnode .gn-c[data-v-130fcbe7]{transition:filter .28s ease,stroke .28s ease}.module-graph .conn[data-v-130fcbe7]{transition:opacity .28s ease,stroke .28s ease,stroke-width .28s ease}body.presenting.spotlight-on .slide.present-active .spot-stage[data-v-130fcbe7]{position:relative;z-index:31}body.presenting.spotlight-on .slide.present-active .svg-wrap.spot-stage[data-v-130fcbe7]{background:#fafafa;border-radius:16px;padding:clamp(8px,1vh,16px);box-shadow:0 0 0 2px #0195ff8c,0 26px 70px #00000080}.module-graph .gnode[data-v-130fcbe7]{cursor:pointer}.module-graph.gh-active .gn-dim[data-v-130fcbe7]{opacity:.1}.module-graph .gnode .gn-c[data-v-130fcbe7]{transition:filter .25s ease,stroke .25s ease;transform-box:fill-box;transform-origin:center}.module-graph .gn-near .gn-c[data-v-130fcbe7]{filter:drop-shadow(0 0 9px rgba(159,36,57,.6))}.module-graph .gn-on .gn-c[data-v-130fcbe7]{filter:drop-shadow(0 0 18px rgba(1,149,255,.95));stroke:#0195ff;stroke-width:3.5}.module-graph .gn-on .gn-t[data-v-130fcbe7],.module-graph .gn-on .gn-s[data-v-130fcbe7]{font-weight:700}.module-graph .conn-dim[data-v-130fcbe7]{opacity:.05!important}.module-graph .conn-on[data-v-130fcbe7]{opacity:1!important;stroke:#9f2439;stroke-width:2.2}@media(prefers-reduced-motion:no-preference){body.presenting .slide.present-active .slide-content[data-v-130fcbe7]{animation:present-in-130fcbe7 .6s cubic-bezier(.16,1,.3,1) both}@keyframes present-in-130fcbe7{0%{opacity:0;transform:translateY(26px) scale(.985)}to{opacity:1;transform:none}}}@media(prefers-reduced-motion:no-preference){.cover .geo-circle[data-v-130fcbe7]{animation:cover-blob-130fcbe7 1.5s cubic-bezier(.16,1,.3,1) .1s both,cover-float-130fcbe7 17s ease-in-out 1.7s infinite}.cover .geo-circle[data-v-130fcbe7]:nth-of-type(2){animation-delay:.35s,2.4s}@keyframes cover-blob-130fcbe7{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes cover-float-130fcbe7{0%,to{translate:0 0}50%{translate:-16px 22px}}.cover .red-dot[data-v-130fcbe7]{display:inline-block;transform-origin:bottom;animation:cover-dot-130fcbe7 2.6s ease-in-out 1.8s infinite}@keyframes cover-dot-130fcbe7{0%,to{transform:scale(1)}50%{transform:scale(1.35);color:#0195ff}}.cover h1[data-v-130fcbe7]{animation:cover-glow-130fcbe7 4s ease-in-out 1.4s infinite}@keyframes cover-glow-130fcbe7{0%,to{text-shadow:none}50%{text-shadow:0 0 44px rgba(159,36,57,.2)}}}@media print{.stack-nav[data-v-130fcbe7]{display:none!important}body.printing-full[data-v-130fcbe7]{-webkit-print-color-adjust:exact;print-color-adjust:exact}body.printing-full[data-v-130fcbe7] *,body.printing-full[data-v-130fcbe7] *:before,body.printing-full[data-v-130fcbe7] *:after{animation:none!important;transition:none!important}body.printing-full .svg-wrap[data-v-130fcbe7],body.printing-full svg .pop[data-v-130fcbe7],body.printing-full .mockup-features[data-v-130fcbe7],body.printing-full .mockup-features span[data-v-130fcbe7],body.printing-full .qr-printer[data-v-130fcbe7],body.printing-full .qrp-paper[data-v-130fcbe7],body.printing-full .stack-card[data-v-130fcbe7],body.printing-full .law-row[data-v-130fcbe7],body.printing-full .cap-card[data-v-130fcbe7]{opacity:1!important;transform:none!important;filter:none!important}body.printing-full svg line[data-v-130fcbe7],body.printing-full svg polyline[data-v-130fcbe7]{stroke-dashoffset:0!important}body.printing-full .slide[data-v-130fcbe7]{display:flex!important;flex-direction:column!important;box-sizing:border-box!important;width:100%!important;height:215.9mm!important;min-height:0!important;overflow:hidden!important;padding:0!important;border:none!important;box-shadow:none!important;background:var(--bg)!important;page-break-after:always;break-after:page}body.printing-full .slide[data-v-130fcbe7]:last-of-type{page-break-after:auto}body.printing-full .chrome-top[data-v-130fcbe7]{position:static!important;flex:0 0 auto!important;padding:6mm 9mm 1mm!important}body.printing-full .chrome-bottom[data-v-130fcbe7]{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 0 auto!important;margin-top:auto!important;padding:1mm 9mm 6mm!important}body.printing-full .slide-content[data-v-130fcbe7]{position:static!important;flex:1 1 auto!important;max-width:none!important;margin:0!important;padding:0 9mm!important;justify-content:center!important;min-height:0!important}body.printing-full .chrome-top[data-v-130fcbe7],body.printing-full .chrome-bottom[data-v-130fcbe7]{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;box-sizing:border-box!important}body.printing-full .paginator[data-v-130fcbe7]{display:none!important}body.printing-full .card-stack[data-v-130fcbe7]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-auto-rows:1fr!important;gap:5mm!important;flex:1 1 auto!important;min-height:0!important;perspective:none!important}body.printing-full .stack-card[data-v-130fcbe7]{position:static!important;left:auto!important;top:auto!important;transform:none!important;opacity:1!important;filter:none!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:center!important;break-inside:avoid!important}body.printing-full .stack-card .sc-title[data-v-130fcbe7]{font-size:12pt!important}body.printing-full .stack-card .sc-kicker[data-v-130fcbe7]{font-size:7pt!important}body.printing-full .stack-card .sc-desc[data-v-130fcbe7]{font-size:8.5pt!important}body.printing-full .stack-card .svg-wrap[data-v-130fcbe7]{flex:1 1 auto!important;min-height:0!important}body.printing-full .stack-card .svg-wrap svg[data-v-130fcbe7]{max-width:100%!important;max-height:100%!important;width:auto!important}body.printing-full .cap-grid[data-v-130fcbe7]{grid-auto-rows:1fr!important;flex:1 1 auto!important;min-height:0!important;margin-top:clamp(.4rem,1vh,.8rem)!important}}#gate{position:fixed;inset:0;z-index:9999;background:radial-gradient(1200px 800px at 20% -10%,#33000e,#181a1f 55%,#0c0d10);display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}#gate.hidden{opacity:0;visibility:hidden;pointer-events:none}.gate-box{width:min(380px,88vw);text-align:center;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.gate-mark{width:46px;height:3px;background:#e4002b;margin:0 auto 22px;border-radius:2px}.gate-box h1{font-size:1.35rem;font-weight:700;letter-spacing:.02em;margin-bottom:6px;color:#fff}.gate-box p{font-size:.85rem;color:#c9cad1;margin-bottom:28px}.gate-box input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #3a3c44;background:#1e2026;color:#fff;font-size:1rem;letter-spacing:.08em;text-align:center;outline:none;transition:border-color .2s;box-sizing:border-box}.gate-box input:focus{border-color:#e4002b}.gate-box button{margin-top:14px;width:100%;padding:14px 16px;border:none;border-radius:10px;background:#e4002b;color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.03em;cursor:pointer;transition:background .2s,transform .1s}.gate-box button:hover{background:#a80020}.gate-box button:active{transform:scale(.98)}.gate-err{height:18px;font-size:.78rem;color:#ff8a8a;margin-top:10px;opacity:0;transition:opacity .2s}.gate-err.show{opacity:1}
