:root{--background:#11151b;--background-secondary:#1a2026;--accent:#3f86e2;--main:#ffffff;--text-muted:rgba(255,255,255,0.56);--text-secondary:rgba(255,255,255,0.4);--line:rgba(255,255,255,0.08);--glass:rgba(255,255,255,0.04);--glass-strong:rgba(255,255,255,0.08)}*{box-sizing:border-box}body,html{margin:0;height:100%;overflow:hidden}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#000000;color:var(--main);height:100%}.splash{position:fixed;inset:0;align-items:center;justify-content:center;background:radial-gradient(ellipse 1200px 800px at 50% -200px,rgba(255,255,255,.04),transparent 60%),radial-gradient(ellipse 900px 600px at 0 100%,rgba(255,255,255,.03),transparent 70%),linear-gradient(180deg,#000000,#05070a 45%,#000000)}.splash,.splash-content{display:flex;flex-direction:column}.splash-content{position:relative;z-index:3;align-items:flex-start;gap:2.2rem;text-align:left;padding:0;width:min(480px,100%)}.blackhole-accent-svg{width:100%;height:100%;overflow:visible;transform:translate(-10%,-8%) scale(.97);opacity:.58;filter:blur(.35px)}.splash-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.splash-layout{position:relative;z-index:1;width:min(1400px,100%);height:100%;display:flex;align-items:center;justify-content:space-between;padding:clamp(2rem,4vw,4rem) clamp(1.5rem,4vw,4rem)}.splash-headline{margin:0;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.8rem,10vw,6rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--main);display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.28em}.splash-sub{margin:0;font-size:clamp(1rem,2.5vw,1.25rem);color:rgba(255,255,255,.45);letter-spacing:.04em}.splash-vanta{color:rgba(255,255,255,.85);font-weight:600}.splash-footer{position:absolute;bottom:1.8rem;left:0;right:0;text-align:center;margin:0;font-size:.78rem;color:rgba(255,255,255,.3);z-index:1}.foreground-accent{position:absolute;left:-5.1rem;top:-5.3rem;width:250px;height:250px;pointer-events:none;z-index:-1;opacity:.72}.foreground-arc{position:absolute;inset:18px;border-radius:999px;border-color:rgba(255,255,255,.18) rgba(63,134,226,.72) rgba(63,134,226,.1) rgba(255,255,255,.18);border-style:solid;border-width:1px;filter:blur(.2px)}.foreground-pulse{position:absolute;width:110px;height:110px;right:24px;bottom:20px;border-radius:50%;background:radial-gradient(circle,rgba(63,134,226,.34),rgba(63,134,226,.04) 62%,transparent 72%);filter:blur(10px)}.orb-field{inset:0;pointer-events:none;overflow:hidden;z-index:-1}.orb,.orb-field{position:absolute}.orb{border-radius:50%;filter:blur(90px)}.orb-1{width:520px;height:520px;background:radial-gradient(circle,rgba(63,134,226,.55),transparent 70%);top:-15%;left:-12%;opacity:.45}.orb-2{width:440px;height:440px;background:radial-gradient(circle,rgba(200,220,255,.35),transparent 70%);bottom:-8%;right:-10%;opacity:.35}.orb-3{width:360px;height:360px;background:radial-gradient(circle,rgba(100,160,240,.4),transparent 70%);top:35%;right:8%;opacity:.28}.ambient{position:fixed;pointer-events:none;z-index:-1;filter:blur(80px)}.ambient-top{width:800px;height:800px;left:-300px;top:-400px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 65%)}.ambient-bottom{width:900px;height:900px;right:-300px;bottom:-300px;background:radial-gradient(circle,rgba(255,255,255,.05),transparent 70%)}.right-feed{--feed-gap:14px;position:absolute;top:0;right:0;width:min(58vw,860px);height:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--feed-gap);gap:var(--feed-gap);padding:1.5rem 0 1.5rem 1.5rem;pointer-events:none;z-index:0;overflow:hidden;opacity:.92}.right-feed-column,.right-feed-column-shell{position:relative;overflow:hidden}.right-feed-column{height:100%}.right-feed-column-back{--follow-factor:0.35;--drift-duration:15s;opacity:.52}.right-feed-column-front{--follow-factor:0.95;--drift-duration:9s;opacity:.88}.right-feed-column-mid{--follow-factor:0.62;--drift-duration:12s;opacity:.72}.right-feed-track{display:flex;flex-direction:column;gap:var(--feed-gap);will-change:transform}.right-feed-track.is-looping{animation:vertical-feed var(--feed-duration,36s) linear infinite}.right-feed-stack{display:flex;flex-direction:column;gap:var(--feed-gap)}.right-feed-card-shell{width:100%;transform:translate3d(calc(var(--touch-x, 0px) * var(--follow-factor, .5)),calc(var(--touch-y, 0px) * var(--follow-factor, .5)),0);will-change:transform}.right-feed-card-shell.drift-left .right-feed-card{animation:card-drift-left var(--drift-duration,12s) ease-in-out infinite}.right-feed-card-shell.drift-right .right-feed-card{animation:card-drift-right calc(var(--drift-duration, 12s) + 2s) ease-in-out infinite}.right-feed-card{width:100%;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 52px rgba(0,0,0,.48);background:rgba(255,255,255,.03);pointer-events:auto;transition:border-color .35s ease,box-shadow .35s ease;position:relative}.right-feed-card:hover{border-color:rgba(255,255,255,.22);box-shadow:0 28px 72px rgba(0,0,0,.65),0 0 28px rgba(63,134,226,.18)}.right-feed-card-inner{width:100%;height:100%;overflow:hidden;border-radius:inherit;transition:transform .45s cubic-bezier(.34,1.28,.64,1),filter .35s ease}.right-feed-card:hover .right-feed-card-inner{transform:scale(1.07);filter:brightness(1.08) saturate(1.1)}.right-feed-card-tall{aspect-ratio:.72}.right-feed-card-medium{aspect-ratio:.82}.right-feed-card-compact{aspect-ratio:.95}.right-feed-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.96) contrast(1.03) brightness(.88)}.right-feed-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.52) 22%,rgba(0,0,0,.06) 42%,rgba(0,0,0,.18)),linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.08) 18%,rgba(0,0,0,.08) 82%,rgba(0,0,0,.92))}.site-header{width:min(1120px,92vw);margin:1.35rem auto 0;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid var(--line);border-radius:16px;background:rgba(10,14,20,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(0,0,0,.5)}.brand{font-size:.86rem;letter-spacing:.2em;font-weight:700}nav{display:flex;gap:1.3rem}nav a{color:var(--text-muted);text-decoration:none;font-size:.92rem;transition:color .18s ease}nav a:hover{color:var(--main)}main{width:min(1120px,92vw);margin:0 auto;padding-bottom:4rem;position:relative;z-index:1}.hero{padding:4.5rem 0 3.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;margin-bottom:1rem;color:var(--text-secondary)}h1,h2,h3{margin:0;line-height:1.04}h1,h2{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}h1{font-size:clamp(2.1rem,6.5vw,4.85rem);max-width:12ch;letter-spacing:-.03em}h1 span{display:block;color:var(--main)}.hero-copy{margin-top:1.4rem;max-width:58ch;line-height:1.7;font-size:1.01rem;color:var(--text-muted)}.hero-cta{display:flex;gap:.75rem;margin-top:1.7rem}.app-store-badge{display:inline-flex;align-items:center;gap:.85rem;min-width:210px;padding:.78rem 1rem;border-radius:16px;text-decoration:none;color:var(--main);border:1px solid rgba(255,255,255,.1);background:rgba(26,32,38,.92);box-shadow:0 12px 30px rgba(0,0,0,.24);transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.app-store-badge:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(0,0,0,.28);border-color:rgba(255,255,255,.16)}.app-store-icon{width:2.6rem;height:2.6rem;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);flex-shrink:0}.app-store-icon svg{width:1.2rem;height:1.2rem}.app-store-copy{display:flex;flex-direction:column;line-height:1.05}.app-store-overline{font-size:.68rem;letter-spacing:.04em;color:rgba(255,255,255,.6)}.app-store-title{margin-top:.14rem;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.15rem;font-weight:600}.btn{display:inline-block;padding:.82rem 1.15rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.94rem;border:1px solid transparent;transition:transform .17s ease,box-shadow .17s ease,background-color .17s ease}.btn-primary{background:var(--background-secondary);color:var(--main);border-color:rgba(255,255,255,.08);box-shadow:0 10px 32px rgba(0,0,0,.25);font-weight:700}.btn-ghost{color:var(--main);border:1px solid var(--line);background:rgba(254,255,255,.04)}.btn:hover{transform:translateY(-1px)}.hero-panel{margin-top:2.4rem;border:1px solid var(--line);background:rgba(10,14,20,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;box-shadow:0 8px 32px rgba(0,0,0,.3)}.stat{padding:.95rem;border-radius:14px}.stat strong{display:block;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.12rem}.stat span{display:block;margin-top:.45rem;font-size:.84rem;color:var(--text-muted);line-height:1.55}section{margin-top:3.6rem}.section-head h2{font-size:clamp(1.6rem,4vw,2.7rem);max-width:16ch}.section-copy{max-width:62ch;margin:1rem 0 0;color:var(--text-muted);line-height:1.7}.grid{margin-top:1.4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.card{border-radius:16px;padding:1.25rem}.card h3{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem}.card p{margin-top:.75rem;line-height:1.58;color:var(--text-muted)}.steps{list-style:none;margin:1.4rem 0 0;padding:0;display:grid;grid-gap:.9rem;gap:.9rem}.steps li{display:flex;gap:1rem;align-items:flex-start;border-radius:16px;padding:1rem}.steps span{width:2rem;height:2rem;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:rgba(63,134,226,.2);border:1px solid rgba(63,134,226,.55);color:var(--main);font-weight:700}.steps p{margin:.4rem 0 0;line-height:1.55;color:var(--text-muted)}.download{text-align:center;border-radius:24px;padding:2.3rem 1.2rem}.download h2{font-size:clamp(1.7rem,4vw,2.9rem)}.download p{max-width:56ch;margin:.9rem auto 0;line-height:1.6;color:var(--text-muted)}.signup{margin-top:1.4rem;display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}button,input{font:inherit}input{min-width:260px;padding:.78rem .95rem;border-radius:12px;border:1px solid var(--line);background:rgba(10,14,20,.8);color:var(--main)}input::placeholder{color:rgba(254,255,255,.36)}button{border:1px solid transparent;border-radius:12px;padding:.78rem 1.1rem;background:var(--background-secondary);color:var(--main);font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2)}footer{width:min(1120px,92vw);margin:0 auto;padding:.4rem 0 2.2rem;display:flex;justify-content:space-between;font-size:.88rem;color:rgba(254,255,255,.4);position:relative;z-index:1}.tattoo-rail{margin-top:1.8rem;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);grid-gap:1rem;gap:1rem;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x proximity;scrollbar-width:none}.tattoo-rail::-webkit-scrollbar{display:none}.tattoo-card{scroll-snap-align:start;border-radius:20px;overflow:hidden;min-height:420px}.tattoo-card-image{aspect-ratio:3/4;overflow:hidden;border-bottom:1px solid var(--line)}.tattoo-card-image img{width:100%;height:100%;object-fit:cover;display:block}.tattoo-card-copy{padding:1rem 1rem 1.1rem}.tattoo-card-copy strong{display:block;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem}.tattoo-card-copy span{display:block;margin-top:.4rem;color:var(--text-muted);line-height:1.5;font-size:.9rem}.hero-stats{margin-top:2.6rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.8rem;gap:.8rem}.inspiration-gallery{margin-top:4.2rem}.features-showcase{margin-top:5rem}.feature-row{margin-top:3.2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-content h3{font-size:2rem;margin-bottom:.8rem}.feature-content p{color:var(--text-muted);line-height:1.7;margin-bottom:1.4rem}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.feature-list li{color:var(--text-muted);font-size:.95rem;padding-left:1.4rem;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:rgba(255,255,255,.7);font-weight:700}.feature-image{border-radius:20px;overflow:hidden;border:1px solid var(--line);background:rgba(10,14,20,.8);box-shadow:0 4px 16px rgba(0,0,0,.4)}.feature-image img{width:100%;height:100%;object-fit:cover;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.surface{border:1px solid var(--line);background:linear-gradient(180deg,rgba(26,32,38,.94),rgba(17,21,27,.9));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(0,0,0,.4)}@keyframes vertical-feed{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - (var(--feed-gap) / 2)))}}@keyframes card-drift-left{0%{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(-8px,0,0) rotate(-.8deg)}to{transform:translateZ(0) rotate(0deg)}}@keyframes card-drift-right{0%{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(8px,0,0) rotate(.8deg)}to{transform:translateZ(0) rotate(0deg)}}@media (max-width:900px){.splash-layout{align-items:flex-end;justify-content:flex-start;padding:1.25rem}.splash-content{width:min(420px,100%);padding-bottom:7rem}.foreground-accent{left:-1.25rem;top:-2.5rem;width:150px;height:150px}.right-feed{width:58vw;padding:1rem 0 1rem 1rem;opacity:.8}.right-feed-card{border-radius:22px}.right-feed-column-back{--follow-factor:0.24}.right-feed-column-front{--follow-factor:0.65}.app-store-badge{width:100%;justify-content:center;max-width:260px}}@media (max-width:640px){.splash-layout{align-items:center;justify-content:center;padding:1rem}.splash-content{width:min(420px,100%);padding:0;text-align:center;z-index:3}.splash-brand,.splash-content{align-items:center}.splash-headline{justify-content:center}.splash-sub{text-align:center}.app-store-badge{width:auto;min-width:0;max-width:none;padding:.68rem .85rem;gap:.7rem}.right-feed{width:100%;height:100%;top:0;right:0;padding:.75rem;opacity:.66}.right-feed-fade{background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.16) 26%,rgba(0,0,0,.5)),linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,0) 22%,rgba(0,0,0,0) 78%,rgba(0,0,0,.42))}.foreground-accent{left:50%;top:50%;width:200px;height:200px;transform:translate(-50%,-62%);opacity:.5}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.right-feed{display:none}}.typewriter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;display:grid;place-items:center;z-index:100}.typewriter-container{display:flex;align-items:center;justify-content:center}.typewriter-text{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.4rem,10vw,6rem);font-weight:700;letter-spacing:-.03em;color:#ffffff;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.typewriter-cursor{display:inline-block;margin-left:.06em;color:rgba(255,255,255,.4);animation:tw-blink .9s step-start infinite}@keyframes tw-blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:600px){.typewriter-text{font-size:clamp(2rem,14vw,3.6rem)}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-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}.__className_4f4604{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_4f4604{--font-heading:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_5dce4b{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_5dce4b{--font-body:"Space Grotesk","Space Grotesk Fallback"}