*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:var(--bg);font-family:var(--font-sans);font-size:14px;line-height:1.5}.mono{font-variant-numeric:tabular-nums;font-family:var(--font-mono)}input[type=range]{appearance:none;cursor:pointer;background:var(--border);border-radius:4px;outline:none;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:var(--navy);border:2.5px solid var(--surface);border-radius:50%;width:16px;height:16px;margin-top:-1px;transition:transform .1s;box-shadow:0 1px 4px #213e8466}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}input[type=range]::-moz-range-thumb{cursor:pointer;background:var(--navy);border:2.5px solid var(--surface);border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #213e8466}input[type=range]::-moz-range-track{background:0 0}input[type=checkbox]{accent-color:var(--navy);width:14px;height:14px}select,input[type=number],input[type=text],input[type=date],textarea{color:var(--ink);-webkit-appearance:none;background:var(--surface);border:1px solid var(--border);border-radius:6px;outline:none;padding:7px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}select:focus,input:focus,textarea:focus{border-color:var(--azure);box-shadow:0 0 0 3px #55a5e226}select option{color:var(--ink);background:var(--surface)}select optgroup{color:var(--grey);font-style:normal;font-weight:600}select:disabled{color:var(--grey2);cursor:not-allowed;background:var(--border-soft)}::placeholder{color:var(--grey2);opacity:1}button{font-family:inherit}h1,h2,h3,.hero-word-left,.hero-word-right{font-family:var(--font-serif);letter-spacing:var(--tracking-h2)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--grey3)}html,body{overflow-x:hidden}@keyframes fieldAttentionGlow{0%,to{box-shadow:0 0 0 3px #c9851a2e,0 0 0 1.5px #c9851a8c}50%{box-shadow:0 0 0 6px #c9851a14,0 0 0 1.5px #c9851acc}}.field-needs-attention{border-radius:9px;animation:1.6s ease-in-out 2 fieldAttentionGlow}@keyframes heroSlideLeft{0%{opacity:0;transform:translate(-60px)scale(.92)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes heroSlideRight{0%{opacity:0;transform:translate(60px)scale(.92)}to{opacity:1;transform:translate(0)scale(1)}}.hero-header{z-index:250;height:100vh;box-shadow:none;background:var(--bg);border-bottom:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:.5em;transition:height 1.15s cubic-bezier(.16,1,.3,1),gap 1.15s cubic-bezier(.16,1,.3,1),background-color .5s,border-color .5s,box-shadow .5s,backdrop-filter .5s;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.hero-header--settled{backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffd9;gap:.3em;height:138px;box-shadow:0 2px 12px #1e2a380d}.hero-title-row{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.12em;display:flex}.hero-word-left,.hero-word-right{letter-spacing:-2px;font-size:max(44px,min(12vw,150px));font-weight:800;line-height:1;transition:font-size 1.15s cubic-bezier(.16,1,.3,1),letter-spacing 1.15s cubic-bezier(.16,1,.3,1);display:inline-block}.hero-header--settled .hero-word-left,.hero-header--settled .hero-word-right{letter-spacing:-.6px;font-size:max(26px,min(4.4vw,40px))}.hero-word-left{color:var(--ink);animation:.85s cubic-bezier(.16,1,.3,1) both heroSlideLeft}.hero-word-right{color:var(--azure-ink);animation:.85s cubic-bezier(.16,1,.3,1) .28s both heroSlideRight}.hero-aurora{pointer-events:none;opacity:0;background:radial-gradient(58% 48% at 76% 34%, var(--intro-halo) 0%, var(--intro-halo-soft) 44%, #bfd6f200 72%), radial-gradient(46% 40% at 92% 72%, var(--intro-halo-azure) 0%, #55a5e200 70%), radial-gradient(85% 65% at 12% 6%, var(--intro-deep) 0%, #070b1400 68%), linear-gradient(158deg, var(--intro-deep) 0%, var(--intro-void) 52%, var(--intro-abyss) 100%);height:100vh;box-shadow:inset 0 -90px 150px -60px var(--intro-abyss);transition:opacity .75s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;overflow:hidden}.hero-header--acceso .hero-aurora{opacity:1}.hero-header--settled .hero-aurora{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.hero-aurora__mark{aspect-ratio:1;width:min(1180px,104vw);animation:1.5s cubic-bezier(.16,1,.3,1) 60ms both scMarkIn;position:absolute;top:46%;right:-6%;transform:translateY(-50%)}@keyframes scMarkIn{0%{opacity:0;transform:translateY(-46%)scale(1.14)rotate(-1.4deg)}to{opacity:1;transform:translateY(-50%)scale(1)rotate(0)}}.hero-aurora__line{stroke-dasharray:880;stroke-dashoffset:880px;animation:.98s cubic-bezier(.22,1,.32,1) .14s both scLineDraw}@keyframes scLineDraw{to{stroke-dashoffset:0}}.hero-aurora__spark{stroke-dasharray:150 900;stroke-dashoffset:150px;animation:1.15s cubic-bezier(.4,0,.5,1) .9s both scSpark}@keyframes scSpark{to{stroke-dashoffset:-900px}}.hero-aurora__dot{transform-box:fill-box;transform-origin:50%;animation:.52s cubic-bezier(.34,1.5,.64,1) .86s both scDotIn}@keyframes scDotIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.hero-aurora__bloom{transform-box:fill-box;transform-origin:50%;animation:1.1s ease-out .86s both scBloom}@keyframes scBloom{0%{opacity:0;transform:scale(.35)}45%{opacity:1}to{opacity:.8;transform:scale(1)}}.hero-word-left,.hero-word-right{position:relative}.hero-word-sheen{white-space:nowrap;color:#0000;opacity:0;background-clip:text;width:100%;padding:.2em 0 .35em;transition:opacity .6s cubic-bezier(.4,0,.2,1),filter .6s cubic-bezier(.4,0,.2,1);position:absolute;top:-.2em;left:0}.hero-header--acceso .hero-word-sheen{opacity:1;filter:drop-shadow(0 0 30px #96bef06b)}.hero-header--settled .hero-word-sheen{opacity:0;filter:none;transition:opacity .42s cubic-bezier(.4,0,.2,1)}.hero-word-left .hero-word-sheen{background-image:linear-gradient(118deg, var(--intro-metal-lo) 0%, var(--intro-metal-mid) 16%, var(--intro-metal-hi) 37%, #8e9fbb 55%, #e4ecfa 74%, var(--intro-metal-lo) 100%)}.hero-word-right .hero-word-sheen{background-image:linear-gradient(118deg,#2c6fa8 0%,#7fbdec 22%,#e9f6ff 44%,#69a8de 62%,#cfe9ff 80%,#3a7fba 100%)}@keyframes stepLetterIn{0%{opacity:0;transform:translateY(14px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes scQuizIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){[style*=scQuizIn]{opacity:1!important;animation:none!important;transform:none!important}.art-wow{opacity:.14!important;animation:none!important;transform:translate(0)scale(1)!important}.hero-aurora,.hero-word-sheen{display:none!important}.hero-header,.hero-word-left,.hero-word-right{transition:none!important;animation:none!important}}@keyframes recommendedGlow{0%,to{box-shadow:0 0 0 0 var(--glow-color,#213e8440)}50%{box-shadow:0 0 0 7px var(--glow-color,#213e8400)}}.recommended-pulse{animation:2.2s ease-in-out infinite recommendedGlow}.art-wow{transform-origin:100% 100%;width:560px;height:560px;animation:.92s cubic-bezier(.16,1,.3,1) both artWow;position:fixed;bottom:-40px;right:-60px}@keyframes artWow{0%{opacity:0;transform:translate(-44vw,-28vh)scale(1.7)rotate(-4deg)}42%{opacity:.5;transform:translate(-26vw,-16vh)scale(2.1)rotate(2deg)}to{opacity:.14;transform:translate(0)scale(1)rotate(0)}}@media (hover:hover){.alloc-row:hover{filter:brightness(.985);border-color:currentColor}}.alloc-row:focus-visible{outline:2px solid var(--azure-ink);outline-offset:2px}@media screen and (width<=760px){.art-wow{width:320px!important;height:320px!important;bottom:-30px!important;right:-50px!important}@keyframes artWow{0%{opacity:0;transform:translate(-30vw,-22vh)scale(1.6)rotate(-4deg)}42%{opacity:.45;transform:translate(-18vw,-12vh)scale(1.9)rotate(2deg)}to{opacity:.12;transform:translate(0)scale(1)rotate(0)}}}.hero-subtitle{letter-spacing:.14em;text-transform:uppercase;color:var(--grey2);opacity:0;white-space:nowrap;font-size:var(--fs-micro);font-weight:600;transition:opacity .7s .15s,transform .7s .15s;transform:translateY(10px)}.hero-subtitle--visible{opacity:1;transform:translateY(0)}.hero-ig{color:var(--grey2);font-size:var(--fs-micro);opacity:0;align-items:center;gap:6px;margin-top:6px;font-weight:600;text-decoration:none;transition:opacity .7s .3s,transform .7s .3s,color .15s;display:inline-flex;transform:translateY(10px)}.hero-ig svg{flex:0 0 16px;width:16px;height:16px}.hero-ig:hover{color:var(--azure-ink)}.hero-ig--visible{opacity:1;transform:translateY(0)}.hero-right-slot{opacity:0;transition:opacity .5s .3s,transform .5s .3s;position:absolute;top:14px;right:1.5rem;transform:translateY(-6px)}.hero-right-slot--visible{opacity:1;transform:translateY(0)}.nav-bar{justify-content:center}@media screen and (width<=760px){.nav-bar{justify-content:flex-start}.responsive-grid{grid-template-columns:1fr!important}.responsive-grid-2{grid-template-columns:1fr 1fr!important}.responsive-grid-3{grid-template-columns:1fr!important}.decorative-bg{display:none!important}.section-bg{opacity:.12!important;width:320px!important;height:320px!important;bottom:-30px!important;right:-50px!important}.hero-header--settled{height:112px!important}.hero-aurora__mark{width:min(620px,134vw);top:42%;right:-14%}.hero-header--acceso .hero-word-sheen{filter:none}.hero-spacer{padding-top:112px!important}.nav-bar{top:112px!important}.hero-subtitle{max-width:90vw;white-space:normal!important;text-align:center!important;letter-spacing:.08em!important;font-size:10px!important}.hero-right-slot{display:none!important}.nav-bar{padding:0 .5rem!important}.nav-tab{padding:10px 12px!important;font-size:11px!important}.main-content{padding:1rem .85rem!important}.alloc-row{grid-template-columns:1fr auto!important;grid-template-areas:"label pct""action pct""bar bar"!important;row-gap:4px!important}.alloc-row .alloc-label{grid-area:label}.alloc-row .alloc-pct{grid-area:pct}.alloc-row .alloc-bar{grid-area:bar}.alloc-row .alloc-action{grid-area:action;text-align:left!important;justify-self:start!important}.alloc-row .alloc-pct{align-self:center}.slider-wide-row{flex-wrap:wrap!important}.slider-wide-row .slider-wide-label{margin-bottom:2px;min-width:100%!important}}@media screen and (width<=480px){.main-content{padding:.85rem .6rem!important}h1{font-size:18px!important}}@media screen and (width<=768px){.sc-navbar-sticky{z-index:45;-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--border);padding:10px .85rem calc(10px + env(safe-area-inset-bottom,0px));background:#fffffff5;margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #1e2a380f}.main-content{padding-bottom:88px!important}}@media (prefers-reduced-motion:reduce){.sc-navbar-sticky{-webkit-backdrop-filter:none;background:var(--surface)}}