:root{--lsc-paper:#f7f8f4;--lsc-blue:#4fb5e6;--lsc-ink:#212322;--lsc-tan:#dab38e;--lsc-coral:#f3523f;--lsc-peach:#ffa489;--lsc-cream:#eceade;--base:var(--lsc-paper);--base-raise:#fff;--base-deep:var(--lsc-cream);--ink:var(--lsc-ink);--ink-soft:rgba(33,35,34,.76);--ink-faint:rgba(33,35,34,.55);--ink-ghost:rgba(33,35,34,.34);--line:rgba(33,35,34,.12);--line-strong:rgba(33,35,34,.22);--signal:var(--lsc-coral);--signal-soft:rgba(243,82,63,.14);--glass-bg:hsla(0,0%,100%,.72);--glass-bg-strong:hsla(0,0%,100%,.94);--glass-border:rgba(33,35,34,.1);--glass-highlight:hsla(0,0%,100%,.9);--ease-form:cubic-bezier(0.22,1,0.36,1);--ease-veil:cubic-bezier(0.16,1,0.3,1);--shell:980px;--gutter:clamp(1.25rem,5vw,3rem);--bg-dark:#0a0e27;--bg-darker:#050815;--accent-blue:#2563eb;--accent-blue-light:#3b82f6;--text-light:#f0f4f8;--text-muted:#a0aec0;--border-color:#1e293b;--success:#10b981}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background-color:var(--base);overflow-x:hidden}.app-shell{font-family:var(--font-spartan),"League Spartan",ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--ink);min-height:100vh}::selection{background:rgba(79,181,230,.35);color:var(--ink)}:focus-visible{outline:2px solid rgba(33,35,34,.6);outline-offset:3px;border-radius:4px}button{cursor:pointer}button,input,select,textarea{font-family:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-faint)}.hairline{height:1px;width:100%;background:var(--line);border:none}.paper-card{position:relative;background:var(--glass-bg);backdrop-filter:blur(12px) saturate(1.05);-webkit-backdrop-filter:blur(12px) saturate(1.05);border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 1px 0 0 var(--glass-highlight) inset,0 18px 44px -24px rgba(33,35,34,.22);isolation:isolate}.paper-card--strong{background:var(--glass-bg-strong)}.marker{background-image:linear-gradient(180deg,rgba(255,164,137,0) 58%,rgba(255,164,137,.6) 0,rgba(255,164,137,.6) 92%,rgba(255,164,137,0) 0);padding:0 .08em}.numeral-ghost{color:transparent;-webkit-text-stroke:1px rgba(33,35,34,.18);font-weight:700;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}@supports not (-webkit-text-stroke:1px black){.numeral-ghost{color:rgba(33,35,34,.07)}}.grain{position:fixed;inset:0;z-index:60;pointer-events:none;opacity:.055;mix-blend-mode:multiply;transform:translateZ(0);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>")}@keyframes rise-in{0%{opacity:0;transform:translateY(22px) scale(.99);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.rise{animation:rise-in 1s var(--ease-veil) both}@keyframes view-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.view-in{animation:view-in .6s var(--ease-veil) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{animation:fade-in 1s var(--ease-veil) both}@media (prefers-reduced-motion:reduce){.fade-in,.rise,.view-in{animation:none}}@keyframes rule-draw{0%{width:0;opacity:0}to{width:96px;opacity:.6}}.gate-rule{display:block;height:1px;background:var(--ink);margin-bottom:32px;animation:rule-draw 1.6s var(--ease-veil) both}@media (prefers-reduced-motion:reduce){.gate-rule{animation:none;width:96px;opacity:.6}}.ambient-breathe{will-change:transform,opacity;animation:ambient-breathe 26s ease-in-out infinite alternate}@keyframes ambient-breathe{0%{transform:scale(1) translateZ(0);opacity:.9}to{transform:scale(1.12) translate3d(-1.5%,-2%,0);opacity:1}}.btn-ink{display:inline-flex;align-items:center;justify-content:center;gap:.6em;border:none;border-radius:999px;background:var(--ink);color:var(--base);font-size:.9rem;font-weight:600;letter-spacing:.02em;padding:1rem 2rem;transition:opacity .3s var(--ease-form),transform .3s var(--ease-form)}.btn-ink:hover{opacity:.88}.btn-ink:active{transform:scale(.985)}.btn-ink:disabled{opacity:.35;cursor:default}.btn-ghost{display:inline-flex;align-items:center;gap:.5em;border:1px solid var(--line-strong);border-radius:999px;background:transparent;color:var(--ink-soft);font-size:.85rem;font-weight:500;padding:.8rem 1.6rem;transition:border-color .3s var(--ease-form),color .3s var(--ease-form)}.btn-ghost:hover{border-color:var(--ink);color:var(--ink)}.btn-paper{display:inline-flex;align-items:center;justify-content:center;gap:.6em;border:none;border-radius:999px;background:var(--lsc-paper);color:var(--lsc-coral);font-size:.9rem;font-weight:700;padding:1rem 2.2rem;transition:opacity .3s var(--ease-form),transform .3s var(--ease-form)}.btn-paper:hover{opacity:.92}.btn-paper:active{transform:scale(.985)}.field-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.6rem}.field{width:100%;border:1px solid var(--glass-border);border-radius:14px;background:var(--glass-bg-strong);color:var(--ink);font-size:1rem;padding:.95rem 1.2rem;transition:border-color .3s var(--ease-form);-moz-appearance:none;appearance:none;-webkit-appearance:none}.field::placeholder{color:var(--ink-ghost)}.field:focus{outline:none;border-color:var(--ink-faint)}textarea.field{resize:vertical;min-height:110px;line-height:1.55}.field-signature{width:100%;border:none;border-bottom:1px solid var(--line-strong);border-radius:0;background:transparent;color:var(--ink);font-size:1.45rem;font-weight:300;padding:.5rem .2rem;letter-spacing:.01em}.field-signature::placeholder{color:var(--ink-ghost);font-weight:300}.field-signature:focus{outline:none;border-bottom-color:var(--ink)}.select-wrap{position:relative}.select-wrap:after{content:"";position:absolute;right:1.2rem;top:50%;width:8px;height:8px;border-right:1.5px solid var(--ink-faint);border-bottom:1.5px solid var(--ink-faint);transform:translateY(-70%) rotate(45deg);pointer-events:none}.chip{display:inline-flex;align-items:center;gap:.55em;border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:.55rem 1rem;border:1px solid var(--line);background:var(--glass-bg);color:var(--ink-soft);white-space:nowrap}.chip-dot{width:7px;height:7px;border-radius:999px;flex:none}.chip-dot--blue{background:var(--lsc-blue);box-shadow:0 0 0 3px rgba(79,181,230,.22)}.chip-dot--tan{background:var(--lsc-tan);box-shadow:0 0 0 3px hsla(29,51%,71%,.25)}.chip-dot--coral{background:var(--lsc-coral);box-shadow:0 0 0 3px rgba(243,82,63,.18)}.chip-dot--pulse{animation:chip-pulse 2.4s ease-in-out infinite}@keyframes chip-pulse{0%,to{opacity:1}50%{opacity:.45}}.topbar{position:fixed;top:0;left:0;right:0;z-index:50;justify-content:space-between;padding:.9rem var(--gutter);background:linear-gradient(180deg,hsla(75,22%,96%,.92),hsla(75,22%,96%,.78) 70%,hsla(75,22%,96%,0));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.topbar,.topbar-side{display:flex;align-items:center;gap:1rem}.topbar-side{min-width:0}@media (max-width:500px){.lockup-words{display:none!important}.topbar-side{gap:.7rem}.chip{padding:.5rem .8rem;font-size:.62rem}}.wordmark{font-weight:700;letter-spacing:-.02em;color:var(--ink);white-space:nowrap}.wordmark-suffix{font-weight:500;color:var(--ink-faint);letter-spacing:-.01em}.logout-link{border:none;background:none;color:var(--ink-ghost);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;transition:color .3s var(--ease-form)}.logout-link:hover{color:var(--ink)}.shell{width:100%;max-width:var(--shell);margin:0 auto;padding-inline:var(--gutter)}.portal-main{position:relative;z-index:1;min-height:100vh;padding-top:clamp(6rem,14vh,8.5rem);padding-bottom:10rem}.home-hello{font-size:clamp(2.2rem,6vw,3.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.04}.home-sub{margin-top:1.1rem;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:400;line-height:1.6;color:var(--ink-soft);max-width:34rem}.work-item{display:block;width:100%;text-align:left;border:1px solid var(--glass-border);padding:clamp(1.5rem,4vw,2.4rem);transition:transform .5s var(--ease-form),box-shadow .5s var(--ease-form)}button.work-item{cursor:pointer}.work-item:hover{transform:translateY(-3px);box-shadow:0 1px 0 0 var(--glass-highlight) inset,0 26px 54px -24px rgba(33,35,34,.3)}.work-item-amount{font-size:clamp(2rem,5.5vw,2.9rem);font-weight:700;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.4rem;color:var(--ink-faint);font-size:.82rem;font-weight:500}.meta-row .dot{width:3px;height:3px;border-radius:999px;background:var(--ink-ghost)}.step-numeral{font-size:clamp(3.4rem,9vw,5.4rem)}.step-title{font-size:clamp(1.9rem,5.4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.05}.step-lede{margin-top:1rem;font-size:clamp(.98rem,2.1vw,1.1rem);line-height:1.65;color:var(--ink-soft);max-width:36rem;font-weight:400}.flow-bar{position:fixed;bottom:0;left:0;right:0;z-index:55;padding:1rem var(--gutter) calc(1rem + env(safe-area-inset-bottom, 0px));background:linear-gradient(0deg,hsla(75,22%,96%,.96),hsla(75,22%,96%,.86) 60%,hsla(75,22%,96%,0));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.flow-bar-inner{width:100%;max-width:var(--shell);margin:0 auto;justify-content:space-between;gap:1rem}.flow-bar-inner,.flow-steps{display:flex;align-items:center}.flow-steps{gap:.55rem}.flow-step{border:none;background:none;padding:.4rem .15rem;display:flex;align-items:center;gap:.5rem}.flow-step-bar{width:30px;height:3px;border-radius:999px;background:var(--line);transition:background .5s var(--ease-form)}.flow-step--done .flow-step-bar{background:var(--ink-soft)}.flow-step--current .flow-step-bar{background:var(--lsc-coral)}.flow-step-label{display:none;font-size:.64rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-ghost);white-space:nowrap}.flow-step--current .flow-step-label{color:var(--ink-soft)}@media (min-width:760px){.flow-step-label{display:block}.flow-step-bar{width:44px}}.flow-actions{display:flex;align-items:center;gap:.6rem}.flow-next{padding:.8rem 1.5rem;font-size:.82rem;white-space:nowrap}.flow-back{border:none;background:none;color:var(--ink-faint);font-size:.8rem;font-weight:600;padding:.6rem .8rem;white-space:nowrap;transition:color .3s var(--ease-form)}.flow-back:hover{color:var(--ink)}@media (max-width:560px){.flow-bar{padding-left:.9rem;padding-right:.9rem}.flow-bar-inner{gap:.4rem}.flow-steps{gap:.3rem}.flow-step{padding:.4rem .05rem}.flow-step-bar{width:18px}.flow-back{font-size:.72rem;padding:.5rem .3rem}.flow-next{padding:.72rem 1.05rem;font-size:.74rem}}.document{background:#fff;border:1px solid var(--glass-border);border-radius:22px;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.9),0 30px 60px -30px rgba(33,35,34,.28);padding:clamp(1.6rem,5vw,3.2rem);position:relative}.doc-flag{position:absolute;top:0;right:clamp(1.6rem,5vw,3.2rem);width:26px;height:auto}.doc-title{font-size:clamp(1.7rem,4.5vw,2.4rem);font-weight:700;letter-spacing:-.03em;line-height:1}.doc-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.2rem 2rem;gap:1.2rem 2rem}.doc-meta-label{font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-ghost);margin-bottom:.35rem}.doc-meta-value{font-size:.92rem;font-weight:500;color:var(--ink);line-height:1.5}.ledger{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ledger-chapter td{padding:1.6rem 0 .55rem}.ledger-chapter-title{display:flex;align-items:baseline;gap:.7rem;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint)}.ledger-chapter-count{font-weight:500;letter-spacing:.06em;color:var(--ink-ghost);text-transform:none}.ledger-row td{padding:.62rem 0;border-top:1px solid var(--line);font-size:.88rem;color:var(--ink-soft);vertical-align:top}.ledger td.ledger-date{white-space:nowrap;color:var(--ink-ghost);font-size:.78rem;font-weight:500;padding-right:1.6rem;width:1%}.ledger td.ledger-amount{text-align:right;white-space:nowrap;font-weight:600;color:var(--ink);padding-left:1rem;width:1%}.ledger .ledger-subtotal td.ledger-amount{font-weight:700}.ledger-subtotal td{padding:.7rem 0 .2rem;border-top:1px solid var(--line-strong);font-size:.8rem;font-weight:600;color:var(--ink-faint)}.doc-total-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.doc-total-label{font-size:.72rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--ink)}.doc-total-amount{font-size:clamp(1.9rem,5vw,2.6rem);font-weight:700;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--lsc-coral)}.thread{display:flex;flex-direction:column;gap:.9rem;max-height:420px;overflow-y:auto;padding:.4rem .2rem;scrollbar-width:thin;scrollbar-color:rgba(33,35,34,.25) transparent}.thread::-webkit-scrollbar{width:8px}.thread::-webkit-scrollbar-thumb{background:rgba(33,35,34,.22);border-radius:999px}.bubble{max-width:82%;padding:.85rem 1.15rem;border-radius:18px;font-size:.92rem;line-height:1.55}.bubble-you{align-self:flex-end;background:var(--ink);color:var(--base);border-bottom-right-radius:6px}.bubble-them{align-self:flex-start;background:var(--glass-bg-strong);border:1px solid var(--glass-border);color:var(--ink);border-bottom-left-radius:6px}.bubble-meta{display:block;margin-top:.4rem;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.55}.thread-empty{text-align:center;padding:2.6rem 1rem;color:var(--ink-faint);font-size:.92rem;line-height:1.6}.composer{display:flex;gap:.6rem;align-items:center}.composer .field{border-radius:999px;padding:.9rem 1.4rem}.decision-grid{display:grid;grid-template-columns:1fr;grid-gap:.8rem;gap:.8rem}@media (min-width:720px){.decision-grid{grid-template-columns:repeat(3,1fr)}}.decision-card{text-align:left;border:1px solid var(--glass-border);border-radius:18px;background:var(--glass-bg);padding:1.3rem 1.4rem;transition:border-color .35s var(--ease-form),background .35s var(--ease-form),transform .35s var(--ease-form)}.decision-card:hover{border-color:var(--line-strong);transform:translateY(-2px)}.decision-card--active{border-color:var(--ink);background:var(--glass-bg-strong)}.decision-title{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;letter-spacing:-.01em}.decision-desc{margin-top:.45rem;font-size:.82rem;line-height:1.55;color:var(--ink-faint);font-weight:400}.decision-mark{width:10px;height:10px;border-radius:999px;flex:none;border:1.5px solid var(--ink-ghost);transition:all .3s var(--ease-form)}.decision-card--active .decision-mark{border-color:var(--lsc-coral);background:var(--lsc-coral);box-shadow:0 0 0 3px rgba(243,82,63,.18)}.seal{position:fixed;inset:0;z-index:70;overflow-y:auto;background:radial-gradient(120% 90% at 15% 0,hsla(0,0%,100%,.18) 0,hsla(0,0%,100%,0) 55%),linear-gradient(180deg,#e64b39,#f3523f 30%,#f3523f 70%,#e64b39);color:#f7f8f4}.seal-inner{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem var(--gutter)}.seal-title{font-size:clamp(3rem,10vw,5.4rem);font-weight:800;letter-spacing:-.035em;line-height:.98}.seal-sub{margin-top:1.2rem;font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.65;color:hsla(75,22%,96%,.85);max-width:30rem;font-weight:400}.seal-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:hsla(75,22%,96%,.7)}.seal-steps{display:flex;flex-direction:column;width:100%;max-width:420px;text-align:left}.seal-step{display:flex;gap:1.1rem;padding:1.05rem 0;border-top:1px solid hsla(75,22%,96%,.25);align-items:flex-start}.seal-step:last-child{border-bottom:1px solid hsla(75,22%,96%,.25)}.seal-step-num{font-size:.7rem;font-weight:700;letter-spacing:.18em;color:hsla(75,22%,96%,.6);padding-top:.22rem;white-space:nowrap}.seal-step-title{font-size:.98rem;font-weight:700}.seal-step-desc{margin-top:.25rem;font-size:.85rem;line-height:1.55;color:hsla(75,22%,96%,.78);font-weight:400}.timeline{display:flex;flex-direction:column}.timeline-step{display:flex;gap:1.1rem;align-items:flex-start;padding:1.05rem 0;border-top:1px solid var(--line)}.timeline-step:last-child{border-bottom:1px solid var(--line)}.timeline-dot{width:11px;height:11px;border-radius:999px;flex:none;margin-top:.34rem;border:1.5px solid var(--ink-ghost);background:transparent}.timeline-dot--done{border-color:var(--ink);background:var(--ink)}.timeline-dot--current{border-color:var(--lsc-coral);background:var(--lsc-coral);box-shadow:0 0 0 4px rgba(243,82,63,.16);animation:chip-pulse 2.4s ease-in-out infinite}.timeline-title{font-size:.98rem;font-weight:700}.timeline-desc{margin-top:.25rem;font-size:.85rem;line-height:1.55;color:var(--ink-faint);font-weight:400}.brand-block{display:none;flex-direction:column;align-items:flex-end;gap:3px;line-height:1;white-space:nowrap}@media (min-width:860px){.brand-block{display:flex}}.brand-block-mono{font-family:var(--font-plex-mono),"IBM Plex Mono",monospace;font-size:.5rem;font-weight:500;letter-spacing:.34em;text-transform:uppercase;color:var(--ink-ghost)}.brand-block-voice{font-family:var(--font-manrope),"Manrope",sans-serif;font-size:.78rem;font-weight:700;letter-spacing:-.01em;color:var(--ink-soft)}.brand-block-voice .period{color:var(--lsc-coral)}.veil{position:fixed;inset:0;z-index:65;display:flex;align-items:center;justify-content:center;padding:1.2rem;background:rgba(33,35,34,.32);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@keyframes card-rise{0%{opacity:0;transform:translateY(26px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.veil-card{width:100%;max-width:480px;background:var(--lsc-paper);border-radius:24px;padding:clamp(1.6rem,5vw,2.4rem);box-shadow:0 40px 90px -30px rgba(33,35,34,.5);animation:card-rise .6s var(--ease-veil) both;max-height:88vh;overflow-y:auto}.veil-amount{font-size:clamp(2rem,6vw,2.6rem);font-weight:800;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.veil-links{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;justify-content:center}.veil-link{border:none;background:none;font-size:.78rem;font-weight:600;color:var(--ink-faint);text-decoration:underline;text-underline-offset:3px;transition:color .3s var(--ease-form)}.veil-link:hover{color:var(--ink)}.stamp{display:inline-block;font-size:.55rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.22rem .5rem;border-radius:4px;white-space:nowrap}.stamp--approved{color:var(--lsc-blue);border:1px solid rgba(79,181,230,.45);background:rgba(79,181,230,.08)}.stamp--denied{color:var(--lsc-coral);border:1px solid rgba(243,82,63,.4);background:rgba(243,82,63,.07)}.ledger-row--excluded td{color:var(--ink-ghost)}.ledger-row--excluded .ledger-amount{text-decoration:line-through;color:var(--ink-ghost)}.line-toggle{border:none;background:none;padding:0;cursor:pointer;text-align:left;width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.payout-panel{border-top:1px solid var(--line);padding-top:1.2rem;display:grid;grid-gap:1rem;gap:1rem}.ack-row{display:flex;gap:.8rem;align-items:flex-start;cursor:pointer}.ack-box{width:20px;height:20px;flex:none;margin-top:2px;border-radius:6px;border:1.5px solid var(--line-strong);background:var(--glass-bg-strong);display:flex;align-items:center;justify-content:center;transition:all .25s var(--ease-form);font-size:.7rem;color:transparent}.ack-row--on .ack-box{background:var(--ink);border-color:var(--ink);color:var(--lsc-paper)}.ack-text{font-size:.85rem;line-height:1.55;color:var(--ink-soft);font-weight:400}.world{position:fixed;inset:0;z-index:70;overflow-y:auto;color:#f7f8f4}.world-inner{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3.5rem var(--gutter)}.world--coral{background:radial-gradient(120% 90% at 15% 0,hsla(0,0%,100%,.18) 0,hsla(0,0%,100%,0) 55%),linear-gradient(180deg,#e64b39,#f3523f 30%,#f3523f 70%,#e64b39)}.world--blue{background:radial-gradient(120% 90% at 80% 0,hsla(0,0%,100%,.26) 0,hsla(0,0%,100%,0) 55%),linear-gradient(180deg,#47abdc,#4fb5e6 30%,#4fb5e6 70%,#47abdc);color:#14232b}.world-title{font-size:clamp(3rem,11vw,5.6rem);font-weight:800;letter-spacing:-.035em;line-height:.98}.world-sub{margin-top:1.2rem;font-size:clamp(.98rem,2.4vw,1.18rem);line-height:1.65;max-width:32rem;font-weight:400;opacity:.88}.world-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;opacity:.72}.readback{width:100%;max-width:460px;text-align:left}.readback-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid hsla(75,22%,96%,.28);font-size:.88rem}.readback-row:last-child{border-bottom:1px solid hsla(75,22%,96%,.28)}.readback-label{font-weight:700;text-transform:uppercase;font-size:.62rem;letter-spacing:.16em;opacity:.7;padding-top:.2rem;white-space:nowrap}.readback-value{text-align:right;font-weight:500;line-height:1.5}.seal-signature{width:100%;max-width:460px;border:none;border-bottom:1.5px solid hsla(75,22%,96%,.6);background:transparent;color:#f7f8f4;font-family:inherit;font-size:1.6rem;font-weight:300;text-align:center;padding:.6rem .4rem}.seal-signature::placeholder{color:hsla(75,22%,96%,.45);font-weight:300}.seal-signature:focus{outline:none;border-bottom-color:#f7f8f4}.legal-line{font-size:.72rem;line-height:1.6;opacity:.72;max-width:30rem;font-weight:400}@keyframes flag-rise{0%{opacity:0;transform:translateY(46px) scale(.7)}60%{opacity:1;transform:translateY(-6px) scale(1.04)}to{opacity:1;transform:translateY(0) scale(1)}}.flag-rise{animation:flag-rise 1.4s var(--ease-veil) both}.btn-inkblue{display:inline-flex;align-items:center;justify-content:center;gap:.6em;border:none;border-radius:999px;background:#14232b;color:#f7f8f4;font-size:.9rem;font-weight:700;padding:1rem 2.2rem;transition:opacity .3s var(--ease-form),transform .3s var(--ease-form)}.btn-inkblue:hover{opacity:.9}.btn-ghostblue{display:inline-flex;align-items:center;gap:.5em;border:1.5px solid rgba(20,35,43,.4);border-radius:999px;background:transparent;color:#14232b;font-size:.85rem;font-weight:600;padding:.85rem 1.7rem;transition:border-color .3s var(--ease-form)}.btn-ghostblue:hover{border-color:#14232b}.gate-blue{background:radial-gradient(120% 90% at 80% 0,hsla(0,0%,100%,.26) 0,hsla(0,0%,100%,0) 55%),linear-gradient(180deg,#47abdc,#4fb5e6 32%,#4fb5e6 68%,#47abdc)!important;color:#14232b}.gate-blue .eyebrow{color:rgba(20,35,43,.62)}.gate-blue .field{background:hsla(0,0%,100%,.6);border-color:rgba(20,35,43,.16);color:#14232b}.gate-blue .field::placeholder{color:rgba(20,35,43,.4)}.gate-blue .btn-ink{background:#14232b;color:#f7f8f4}.tabular{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.voice-coral{color:var(--lsc-coral)}.voice-blue{color:var(--lsc-blue)}@font-face{font-family:__League_Spartan_31e07c;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/d679ba9092d58b1c-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8f831e7b4b06b511-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c441a7a257a6e5bf-s.p.woff2) format("woff2");unicode-range:u+00??,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:__League_Spartan_31e07c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d679ba9092d58b1c-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8f831e7b4b06b511-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c441a7a257a6e5bf-s.p.woff2) format("woff2");unicode-range:u+00??,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:__League_Spartan_31e07c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d679ba9092d58b1c-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8f831e7b4b06b511-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c441a7a257a6e5bf-s.p.woff2) format("woff2");unicode-range:u+00??,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:__League_Spartan_31e07c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d679ba9092d58b1c-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8f831e7b4b06b511-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c441a7a257a6e5bf-s.p.woff2) format("woff2");unicode-range:u+00??,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:__League_Spartan_31e07c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d679ba9092d58b1c-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8f831e7b4b06b511-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c441a7a257a6e5bf-s.p.woff2) format("woff2");unicode-range:u+00??,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:__League_Spartan_31e07c;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/d679ba9092d58b1c-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8f831e7b4b06b511-s.woff2) format("woff2");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:__League_Spartan_31e07c;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c441a7a257a6e5bf-s.p.woff2) format("woff2");unicode-range:u+00??,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:__League_Spartan_Fallback_31e07c;src:local("Arial");ascent-override:75.47%;descent-override:23.72%;line-gap-override:0.00%;size-adjust:92.75%}.__className_31e07c{font-family:__League_Spartan_31e07c,__League_Spartan_Fallback_31e07c;font-style:normal}.__variable_31e07c{--font-spartan:"__League_Spartan_31e07c","__League_Spartan_Fallback_31e07c"}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/73cb51aac9c97f90-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d26bbd13d6b70f89-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_595324;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/20535187d867b7b9-s.woff2) format("woff2");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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5356a6a4f2c8c8d8-s.woff2) format("woff2");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:__IBM_Plex_Mono_595324;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/db96af6b531dc71f-s.p.woff2) format("woff2");unicode-range:u+00??,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:__IBM_Plex_Mono_Fallback_595324;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_595324{font-family:__IBM_Plex_Mono_595324,__IBM_Plex_Mono_Fallback_595324;font-style:normal}.__variable_595324{--font-plex-mono:"__IBM_Plex_Mono_595324","__IBM_Plex_Mono_Fallback_595324"}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Manrope_e04aa5;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Manrope_e04aa5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Manrope_e04aa5;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_e04aa5;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");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:__Manrope_e04aa5;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Manrope_Fallback_e04aa5;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_e04aa5{font-family:__Manrope_e04aa5,__Manrope_Fallback_e04aa5;font-style:normal}.__variable_e04aa5{--font-manrope:"__Manrope_e04aa5","__Manrope_Fallback_e04aa5"}