:root{--bg-0:#070a0f;--bg-1:#0c1018;--bg-2:#121a24;--surface:rgba(255,255,255,0.045);--surface-hover:rgba(255,255,255,0.08);--stroke:rgba(255,255,255,0.07);--stroke-strong:rgba(255,255,255,0.13);--text:#f1f5f9;--text-muted:rgba(241,245,249,0.64);--text-subtle:rgba(241,245,249,0.42);--accent:#7eb8ea;--accent-2:#a78bfa;--accent-dim:rgba(126,184,234,0.14);--accent-glow:rgba(126,184,234,0.38);--radius-sm:10px;--radius:16px;--radius-lg:24px;--max:1120px;--nav-h:64px;--ease-out:cubic-bezier(0.22,1,0.36,1);--font:var(--font-sans),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);color:var(--text);background:var(--bg-0);-webkit-font-smoothing:antialiased}.bg-mesh{position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse 85% 55% at 50% -18%,rgba(126,184,234,.2),transparent 56%),radial-gradient(ellipse 55% 42% at 100% 45%,rgba(167,139,250,.1),transparent 52%),radial-gradient(ellipse 48% 38% at 0 78%,rgba(126,184,234,.07),transparent 48%),linear-gradient(180deg,var(--bg-0) 0,var(--bg-1) 42%,#080c12 100%);pointer-events:none}@media (prefers-reduced-motion:no-preference){.bg-mesh{animation:mesh-shift 28s var(--ease-out) infinite alternate}}@keyframes mesh-shift{0%{filter:hue-rotate(0deg) saturate(1);transform:scale(1)}to{filter:hue-rotate(12deg) saturate(1.08);transform:scale(1.02)}}.bg-grid{position:fixed;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 20%,transparent 70%);pointer-events:none}a{color:var(--accent);text-decoration:none;transition:opacity .15s ease}a:hover{opacity:.9}[role=button]:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.skip-link{position:absolute;left:14px;top:-42px;z-index:100;padding:8px 12px;border-radius:8px;background:#0f172a;color:var(--text);border:1px solid var(--stroke-strong)}.skip-link:focus-visible{top:14px}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 24px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--nav-h);display:flex;justify-content:space-between;border-bottom:1px solid var(--stroke);background:rgba(7,10,15,.78);backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 4px 24px rgba(0,0,0,.2);transition:border-color .35s var(--ease-out),background .35s var(--ease-out)}.nav,.nav-inner{align-items:center}.nav-inner{display:grid;grid-template-columns:1fr auto 1fr;width:100%;max-width:var(--max);margin:0 auto;padding:0 24px}.nav-left{display:flex;justify-content:flex-start}.nav-right{display:flex;justify-content:flex-end}.nav-center{display:flex;justify-content:center}.nav-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.nav-brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.2)}.nav-mascot-img{width:36px;height:36px;object-fit:cover;display:block}.nav-links{display:none;align-items:center;gap:28px}@media (min-width:768px){.nav-links{display:flex}}.nav-links a{display:inline-flex;align-items:center;line-height:1.2;font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s var(--ease-out),opacity .2s var(--ease-out)}.nav-links a:hover{color:var(--text);opacity:1}.nav-cta{display:flex;align-items:center;gap:12px}.mobile-nav{display:block;position:relative}.mobile-nav summary{width:38px;height:38px;display:grid;place-content:center;grid-gap:4px;gap:4px;list-style:none;border:1px solid var(--stroke-strong);border-radius:10px;background:rgba(255,255,255,.03);cursor:pointer}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{width:16px;height:2px;border-radius:2px;background:var(--text)}.mobile-nav-panel{position:fixed;left:0;right:0;top:var(--nav-h);display:grid;grid-gap:4px;gap:4px;padding:16px 24px;border-top:1px solid var(--stroke-strong);border-bottom:1px solid var(--stroke-strong);background:rgba(7,10,15,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:49}.mobile-nav-panel a{display:flex;align-items:center;padding:8px 10px;color:var(--text-muted);border-radius:8px;font-size:.88rem;font-weight:500;line-height:1.2}.mobile-nav-panel a:hover{background:var(--surface);color:var(--text)}.mobile-nav-panel .mobile-source{margin-top:2px;border-top:1px solid var(--stroke);padding-top:10px}@media (min-width:768px){.mobile-nav{display:none}}@media (max-width:767px){.nav-cta,.nav-cta .btn-ghost{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;gap:8px;padding:12px 20px;font-size:.875rem;font-weight:600;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .2s var(--ease-out),box-shadow .25s var(--ease-out),background .2s var(--ease-out),border-color .2s var(--ease-out)}.btn:active{transform:scale(.98)}.btn-ghost{background:transparent;border-color:var(--stroke-strong);color:var(--text)}.btn-ghost:hover{background:var(--surface);opacity:1}.btn-primary{background:linear-gradient(165deg,#8ec4f2,#5a9fd4 48%,#4a8fc8);color:#061018;border-color:rgba(255,255,255,.22);box-shadow:0 4px 24px rgba(90,159,212,.35),inset 0 1px 1px rgba(255,255,255,.4)}.btn-primary:hover{opacity:1;box-shadow:0 8px 32px rgba(90,159,212,.5),inset 0 1px 1px rgba(255,255,255,.5);transform:translateY(-1px)}.btn-lg{padding:16px 32px;font-size:1rem;border-radius:12px}.hero{padding:56px 0 88px;text-align:center}.hero-badge-row{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:28px}.hero-badge{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:8px 18px;border-radius:999px;font-size:.6875rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:linear-gradient(145deg,rgba(94,176,232,.15),rgba(99,102,241,.08));border:1px solid rgba(126,184,234,.4);box-shadow:0 0 24px rgba(126,184,234,.15),inset 0 1px 1px rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge-sub{font-size:.8125rem;line-height:1;color:var(--text-subtle);font-weight:500;letter-spacing:-.01em}.hero-split{display:flex;flex-direction:column;align-items:center;gap:28px;margin-bottom:8px}.hero-copy{width:100%;max-width:640px}@media (min-width:900px){.hero-split{flex-direction:row;align-items:center;justify-content:center;gap:48px;text-align:left}.hero-copy{flex:1 1;min-width:0;max-width:none}.hero-copy .hero-kicker,.hero-copy .hero-lead,.hero-copy h1{margin-left:0;margin-right:0;text-align:left}.hero-copy h1{max-width:none}.hero-copy .hero-actions,.hero-copy .hero-meta{justify-content:flex-start}.hero-mascot{margin:0;flex-shrink:0;width:min(36vw,300px)}}.hero-mascot{margin:0 auto;width:min(92vw,300px);display:flex;align-items:center;justify-content:center;background:transparent}.hero-mascot-img{display:block;width:100%;height:auto;max-height:min(42vw,220px);object-fit:contain;object-position:center bottom;background:transparent;background-color:transparent;filter:drop-shadow(0 12px 28px rgba(0,0,0,.45)) drop-shadow(0 0 20px rgba(126,184,234,.28))}@media (prefers-reduced-motion:no-preference){.hero-mascot{animation:hero-in .8s var(--ease-out) both}.hero-mascot-img{animation:mascot-float 4s ease-in-out 1s infinite}}@keyframes mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-kicker{margin:0 auto 20px;max-width:520px;font-size:.9375rem;font-weight:500;letter-spacing:-.01em;color:var(--text-muted);line-height:1.5}@media (prefers-reduced-motion:no-preference){.hero-kicker{animation:hero-in .9s var(--ease-out) both}.hero h1{animation:hero-in .9s var(--ease-out) .06s both}.hero-lead{animation:hero-in .9s var(--ease-out) .12s both}.hero-actions{animation:hero-in .9s var(--ease-out) .18s both}.hero-meta{animation:hero-in .9s var(--ease-out) .24s both}.hero .preview{animation:hero-in 1s var(--ease-out) .28s both}}@keyframes hero-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;max-width:720px;margin:0 auto 20px}.hero-gradient{background:linear-gradient(135deg,#ffffff 0,rgba(241,245,249,.95) 30%,var(--accent) 70%,var(--accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 16px rgba(126,184,234,.15))}.hero-lead{margin:0 auto 36px;max-width:560px;font-size:1.125rem;line-height:1.65;color:var(--text-muted)}.hero-actions{gap:14px;margin-bottom:48px}.hero-actions,.hero-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.hero-meta{gap:20px 32px;font-size:.8125rem;color:var(--text-subtle)}.hero-meta span{display:inline-flex;align-items:center;gap:6px}.page-intro{padding:72px 0 48px;text-align:center}.page-intro .section-kicker{margin-bottom:16px}.page-intro h1{margin:0 0 18px;font-size:clamp(2rem,4.6vw,3.1rem);font-weight:800;letter-spacing:-.035em}.page-intro p{margin:0 auto;max-width:680px;color:var(--text-muted);font-size:1.0625rem;line-height:1.65}.preview{max-width:900px;margin:0 auto;border-radius:var(--radius-lg);border:1px solid var(--stroke-strong);background:linear-gradient(168deg,rgba(255,255,255,.07),rgba(255,255,255,.02));overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.48),inset 0 0 0 1px rgba(255,255,255,.04);transition:transform .45s var(--ease-out),box-shadow .45s var(--ease-out)}@media (prefers-reduced-motion:no-preference){.preview:hover{transform:translateY(-3px);box-shadow:0 32px 96px rgba(0,0,0,.52),inset 0 0 0 1px rgba(255,255,255,.06)}}.preview-chrome{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--stroke);background:rgba(0,0,0,.25)}.preview-dot{width:10px;height:10px;border-radius:50%}.preview-dot:first-child{background:#ff5f57}.preview-dot:nth-child(2){background:#febc2e}.preview-dot:nth-child(3){background:#28c840}.preview-title{flex:1 1;text-align:center;font-size:.75rem;color:var(--text-subtle);font-weight:500}.preview-body{padding:32px 28px 40px;text-align:left}@media (min-width:640px){.preview-body{padding:40px 40px 48px}}.preview-kicker{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.preview h2{margin:0 0 12px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.preview p{margin:0;font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.preview-rows{margin-top:28px;display:grid;grid-gap:12px;gap:12px}.preview-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid var(--stroke);background:rgba(0,0,0,.2);font-size:.875rem;color:var(--text-muted)}.preview-row strong{color:var(--text);font-weight:600}.preview-icon{width:36px;height:36px;border-radius:8px;background:var(--accent-dim);display:grid;place-items:center;flex-shrink:0;font-size:1rem}.proof-grid{display:grid;grid-gap:18px;gap:18px}@media (min-width:900px){.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.proof-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--stroke-strong);background:rgba(255,255,255,.02)}.proof-card img{width:100%;height:auto;display:block}.proof-copy{padding:14px 14px 16px}.proof-copy h3{margin:0 0 6px;font-size:.96rem}.proof-copy p{margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.5}.section{padding:80px 0}.section-head{text-align:center;max-width:560px;margin:0 auto 48px}.section-kicker{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.section-head h2{margin:0 0 16px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em}.section-head p{margin:0;font-size:1rem;line-height:1.6;color:var(--text-muted)}.grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{padding:24px;border-radius:var(--radius);border:1px solid var(--stroke);background:linear-gradient(180deg,var(--surface) 0,rgba(14,21,31,.4) 100%);transition:border-color .25s var(--ease-out),background .25s var(--ease-out),transform .35s var(--ease-out),box-shadow .35s var(--ease-out)}@media (prefers-reduced-motion:no-preference){.card:hover{border-color:rgba(255,255,255,.16);background:linear-gradient(180deg,var(--surface-hover) 0,rgba(14,21,31,.6) 100%);transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05)}}@media (prefers-reduced-motion:reduce){.card:hover{border-color:var(--stroke-strong);background:var(--surface-hover)}}.card-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--accent-dim) 0,rgba(94,176,232,.05) 100%);border:1px solid var(--stroke-strong);box-shadow:inset 0 1px 1px rgba(255,255,255,.05);display:grid;place-items:center;font-size:1.25rem;margin-bottom:16px}.card h3{margin:0 0 8px;font-size:1rem;font-weight:600;letter-spacing:-.02em}.card p{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.steps{display:grid;grid-gap:20px;gap:20px;max-width:720px;margin:0 auto}@media (min-width:768px){.steps{gap:24px}}.step{display:flex;gap:20px;align-items:flex-start;padding:24px;border-radius:var(--radius);border:1px solid var(--stroke);background:rgba(0,0,0,.2)}.step-num{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(180deg,rgba(94,176,232,.25),rgba(94,176,232,.08));border:1px solid var(--stroke-strong);display:grid;place-items:center;font-weight:800;font-size:.9375rem;color:var(--accent)}.step h3{margin:0 0 6px;font-size:1rem;font-weight:600}.step p{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.callout{max-width:720px;margin:0 auto;padding:28px 32px;border-radius:var(--radius);border:1px solid rgba(251,191,36,.25);background:linear-gradient(135deg,rgba(251,191,36,.08),rgba(0,0,0,.25))}.callout h3{margin:0 0 12px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:8px}.callout p{margin:0;font-size:.875rem;line-height:1.6;color:var(--text-muted)}.callout-note{margin-top:14px;padding-top:14px;border-top:1px solid var(--stroke);font-size:.8125rem;color:var(--text-subtle)}.faq-list{max-width:860px;margin:0 auto;display:grid;grid-gap:12px;gap:12px}.faq-item{border:1px solid var(--stroke);border-radius:var(--radius-sm);background:rgba(255,255,255,.025);padding:16px 20px;transition:border-color .2s var(--ease-out),background .2s var(--ease-out)}.faq-item:hover{border-color:var(--stroke-strong);background:rgba(255,255,255,.04)}.faq-item summary{cursor:pointer;font-weight:600;font-size:.9375rem;color:var(--text);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.2rem;font-weight:300;color:var(--accent);flex-shrink:0;transition:transform .2s var(--ease-out)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:14px 0 2px;color:var(--text-muted);font-size:.9rem;line-height:1.6}.timeline{max-width:860px;margin:0 auto;display:grid;grid-gap:14px;gap:14px}.timeline-item{border-left:3px solid rgba(126,184,234,.45);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border-radius:10px;padding:18px 20px 18px 22px;transition:border-color .2s var(--ease-out)}.timeline-item:hover{border-color:rgba(126,184,234,.7)}.timeline-meta{margin:0 0 10px;color:var(--text);font-size:.9375rem;font-weight:700;letter-spacing:-.01em}.timeline-item ul{margin:0;padding-left:18px;color:var(--text-muted);font-size:.875rem;line-height:1.65}.timeline-item li+li{margin-top:6px}.ai-section{position:relative}.ai-section:before{content:"";position:absolute;inset:10% 15% auto;height:180px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(94,176,232,.14),transparent 70%);pointer-events:none}.ai-showcase{position:relative;z-index:1;display:grid;grid-gap:32px;gap:32px;max-width:920px;margin:0 auto;padding:28px 24px;border-radius:var(--radius-lg);border:1px solid var(--stroke-strong);background:linear-gradient(168deg,rgba(255,255,255,.05),rgba(0,0,0,.22))}@media (min-width:768px){.ai-showcase{grid-template-columns:minmax(200px,260px) 1fr;align-items:start;gap:40px;padding:36px 40px}}.ai-showcase-visual{display:flex;align-items:center;justify-content:center}.ai-showcase-mascot{width:100%;max-width:240px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 32px rgba(0,0,0,.45)) drop-shadow(0 0 18px rgba(126,184,234,.22))}@media (prefers-reduced-motion:no-preference){.ai-showcase-mascot{animation:mascot-float 5s ease-in-out infinite}}.ai-points{margin:0;padding:0;list-style:none;display:grid;grid-gap:16px;gap:16px;font-size:.9375rem;line-height:1.55;color:var(--text-muted);text-align:left}.ai-points li{padding-left:18px;position:relative}.ai-points li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px rgba(126,184,234,.5)}.ai-points strong{color:var(--text);font-weight:600}.cta-band{max-width:var(--max);margin:0 auto;padding:40px 28px;border-radius:var(--radius-lg);border:1px solid var(--stroke-strong);background:linear-gradient(135deg,rgba(94,176,232,.12),rgba(99,102,241,.06));display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}@media (min-width:640px){.cta-band{flex-direction:row;align-items:center;justify-content:center;gap:36px;text-align:left;padding:44px 40px}}.cta-mascot-wrap{flex-shrink:0}.cta-mascot{width:100px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.4))}.cta-copy{flex:1 1;min-width:0}.cta-copy h2{margin:0 0 10px;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;letter-spacing:-.025em}.cta-copy p{margin:0 0 20px;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.cta-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px}.cta-inline-links{display:flex;flex-wrap:wrap;gap:8px}.cta-inline-links a{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:6px 12px;border:1px solid var(--stroke-strong);border-radius:999px;color:var(--text-muted);font-size:.8rem}.cta-inline-links a:hover{color:var(--text);background:rgba(255,255,255,.06)}.footer{padding:48px 0 32px;border-top:1px solid var(--stroke);margin-top:80px}.footer-grid{display:grid;grid-gap:32px;gap:32px}@media (min-width:640px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;letter-spacing:-.01em;margin-bottom:14px}.footer-mascot{width:32px;height:32px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.footer-col a,.footer-col p{font-size:.8125rem;line-height:1.6;color:var(--text-muted)}.footer-col a{display:block;margin-bottom:8px}.footer-col strong{color:var(--text);font-size:.8125rem;margin-bottom:10px;display:block}.footer-meta{margin-top:14px;color:var(--text-subtle);font-size:.78rem}.footer-disclaimer{margin-top:40px;padding-top:24px;border-top:1px solid var(--stroke);font-size:.75rem;color:var(--text-subtle);line-height:1.5}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.88em;padding:2px 6px;border-radius:4px;background:rgba(0,0,0,.35);border:1px solid var(--stroke)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease-out),transform .65s var(--ease-out)}.reveal-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-sans:"DM Sans","DM Sans Fallback"}