:root{--bg:#f2f1ec;--card:#fbfaf7;--ink:#1a1914;--muted:#6e6a5e;--line:#ddd9cd;--line-strong:#c9c4b4;--pine:#1e4b3a;--pine-deep:#12352a;--pine-tint:#e4ece7;--accent:#e0521c;--accent-deep:#c2440f;--accent-tint:#fbe9df;--danger:#b3261e;--danger-bg:#fbeae8;--ok:#2e7d4f;--font-d:var(--font-display),"Bricolage Grotesque",sans-serif;--font-b:var(--font-body),"Instrument Sans",system-ui,sans-serif;--font-m:var(--font-mono),"Spline Sans Mono",ui-monospace,monospace;--radius:14px;--radius-sm:10px;--layers:repeating-linear-gradient(180deg,transparent,transparent 3px,rgba(26,25,20,0.045) 0,rgba(26,25,20,0.045) 4px)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-b);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-d);letter-spacing:-.015em;color:var(--ink)}::selection{background:var(--accent-tint)}a{color:inherit}.wrap{max-width:480px;margin:0 auto;padding:20px 16px 48px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(242,241,236,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header-inner{max-width:1020px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:20px}.logo{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-d);font-weight:800;font-size:20px;text-decoration:none;color:var(--ink);white-space:nowrap;letter-spacing:-.02em}.logo svg{color:var(--accent)}.logo b{font-weight:800}.site-nav{display:flex;gap:4px;flex:1 1;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{color:var(--muted);text-decoration:none;font-size:14.5px;font-weight:600;white-space:nowrap;padding:6px 10px;border-radius:8px;transition:color .12s,background .12s}.site-nav a:hover{color:var(--ink);background:rgba(26,25,20,.05)}.site-header-right{display:flex;gap:8px;align-items:center;flex-shrink:0}.chip{display:inline-flex;align-items:center;gap:6px;background:var(--card);border:1px solid var(--line-strong);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--ink);text-decoration:none;transition:border-color .12s}.chip:hover{border-color:var(--ink)}.site-footer{background:var(--pine-deep);background-image:var(--layers);color:#e8ede9;margin-top:56px}.site-footer .logo{color:#fff}.site-footer .logo svg{color:var(--accent)}.site-footer-inner{max-width:1020px;margin:0 auto;padding:40px 20px 16px;display:flex;gap:48px;flex-wrap:wrap}.site-footer .muted{color:#9db3a7}.foot-col{display:flex;flex-direction:column;gap:10px}.foot-col a{color:#c3d2c9;text-decoration:none;font-size:14px}.foot-col a:hover{color:#fff}.site-footer p.center{color:#7e9689}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.card+.card{margin-top:14px}.card-body{padding:20px}h2{font-size:17px;margin:0 0 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 18px;border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);background:var(--card);color:var(--ink);font-size:15px;font-weight:600;font-family:var(--font-b);text-decoration:none;cursor:pointer;transition:border-color .12s,background .12s,transform .08s}.btn:hover{border-color:var(--ink)}.btn:active{transform:translateY(1px)}.btn+.btn{margin-top:10px}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-deep);border-color:var(--accent-deep)}.btn-dark{background:var(--pine);border-color:var(--pine);color:#fff}.btn-dark:hover{background:var(--pine-deep);border-color:var(--pine-deep)}.btn-whatsapp{background:#1faa55;border-color:#1faa55;color:#fff}.btn-whatsapp:hover{background:#178a45;border-color:#178a45}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn:disabled{opacity:.55;cursor:default}.pet-photo{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--line)}.pet-photo-placeholder{width:100%;aspect-ratio:2/1;display:flex;align-items:center;justify-content:center;font-size:56px;background:var(--pine-tint);background-image:var(--layers)}.wrap h1{font-size:28px;margin:0 0 2px}.species{display:inline-block;font-size:13.5px;font-weight:600;color:var(--muted);margin-bottom:14px}.lost-banner{background:var(--danger);color:#fff;padding:16px 18px;border-radius:var(--radius);margin-bottom:14px;font-weight:700;font-family:var(--font-d);font-size:16px;display:flex;gap:12px;align-items:center}.field-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line);font-size:15px}.field-row:last-child{border-bottom:none}.field-row .label{color:var(--muted);flex-shrink:0}.field-row .value{text-align:right;overflow-wrap:anywhere}label.form-label{display:block;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:16px 0 6px}label.form-label:first-child{margin-top:0}input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{width:100%;padding:12px 14px;border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);font-size:16px;font-family:var(--font-b);background:#fff;color:var(--ink);transition:border-color .12s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--pine)}.custom-row{display:flex;gap:8px;margin-bottom:8px}.custom-row input{flex:1 1}.custom-row .rm{flex-shrink:0;width:44px;border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;color:var(--danger);font-size:18px;cursor:pointer}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1.5px solid var(--line);border-radius:var(--radius-sm)}.toggle-row.on{background:var(--danger-bg);border-color:var(--danger)}.toggle-row .t-label{font-weight:700}.toggle-row .t-sub{font-size:13px;color:var(--muted);margin-top:2px}.switch{position:relative;width:50px;height:29px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;inset:0;background:var(--line-strong);border-radius:999px;cursor:pointer;transition:background .15s}.switch .slider:before{content:"";position:absolute;height:23px;width:23px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s;box-shadow:0 1px 2px rgba(0,0,0,.2)}.switch input:checked+.slider{background:var(--danger)}.switch input:checked+.slider:before{transform:translateX(21px)}.check-row{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:15px}.check-row input{width:19px;height:19px;accent-color:var(--pine)}.scan-item{padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}.scan-item:last-child{border-bottom:none}.scan-item .when{font-weight:600}.scan-item .where{color:var(--muted);margin-top:2px}.scan-item a{color:var(--accent-deep)}.precise-pill{display:inline-block;background:var(--ok);color:#fff;font-size:10.5px;font-weight:700;font-family:var(--font-m);border-radius:4px;padding:1px 7px;margin-left:6px;vertical-align:middle;text-transform:uppercase;letter-spacing:.04em}.muted{color:var(--muted)}.small{font-size:13.5px}.mt{margin-top:14px}.center{text-align:center}.tag-url{font-family:var(--font-m);font-size:13px;background:var(--bg);border:1.5px dashed var(--line-strong);border-radius:var(--radius-sm);padding:11px 13px;overflow-wrap:anywhere;-webkit-user-select:all;-moz-user-select:all;user-select:all}.notice{background:var(--accent-tint);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:12px 14px;font-size:14px;margin-bottom:14px}.hero{text-align:center;padding:56px 0 32px}.hero .paw{font-size:48px}.hero h1{font-size:40px;margin:12px 0 8px}.hero p{color:var(--muted);font-size:16px;margin:0 auto 28px;max-width:340px}.choice-row{display:flex;gap:10px}.choice{flex:1 1;padding:14px 10px;border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;color:var(--ink);font-size:15px;font-weight:600;font-family:var(--font-b);text-align:center;cursor:pointer;transition:border-color .12s,background .12s}.choice .big{display:block;font-size:30px;margin-bottom:4px}.choice.selected{border-color:var(--pine);background:var(--pine-tint)}.dots{display:flex;gap:6px;justify-content:center;margin:0 0 16px}.dot{width:22px;height:4px;border-radius:2px;background:var(--line-strong)}.dot.active{background:var(--accent)}.photo-pick{gap:12px}.photo-pick,.photo-pick .thumb{display:flex;align-items:center}.photo-pick .thumb{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;background:var(--pine-tint);justify-content:center;font-size:28px;flex-shrink:0;overflow:hidden}.lang-switch{display:flex;gap:2px;background:var(--card);border:1px solid var(--line-strong);border-radius:999px;padding:2px}.lang-switch button{border:none;background:transparent;color:var(--muted);font-size:12px;font-weight:700;font-family:var(--font-m);padding:4px 10px;border-radius:999px;cursor:pointer}.lang-switch button.active{background:var(--ink);color:var(--card)}.lander-hero-band{background:var(--card);background-image:var(--layers);border-bottom:1px solid var(--line)}.lander-hero{max-width:1020px;margin:0 auto;padding:56px 20px 48px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:40px;gap:40px;align-items:center}@media (max-width:760px){.lander-hero{grid-template-columns:1fr;padding-top:36px}}.lander-hero h1{font-size:clamp(34px,5.5vw,54px);line-height:1.04;margin:0 0 16px;font-weight:800}.lander-hero h1 em{color:var(--accent);font-style:normal}.lander-hero .lead{color:var(--muted);font-size:17.5px;line-height:1.6;margin:0 0 24px;max-width:460px}.hero-cta{display:flex;gap:10px;flex-wrap:wrap}.hero-cta .btn{width:auto;padding:14px 24px;margin:0}.trust-row{display:flex;gap:8px 20px;flex-wrap:wrap;margin-top:26px}.trust-row span{font-size:13px;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:6px}.trust-row svg{color:var(--pine)}.specimen{background:#fff;border:1.5px solid var(--ink);border-radius:var(--radius);padding:22px 22px 16px;position:relative;box-shadow:6px 6px 0 rgba(26,25,20,.08)}.specimen-label{display:flex;justify-content:space-between;font-family:var(--font-m);font-size:11.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-top:1px solid var(--line);padding-top:12px;margin-top:8px}.lander-section{max-width:1020px;margin:0 auto;padding:34px 20px}.lander-section>h2{font-size:clamp(24px,3.2vw,32px);margin:0 0 22px;font-weight:700}.steps-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:14px;gap:14px}.step-card{padding:22px 20px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}.step-card .step-n{font-family:var(--font-m);font-size:13px;font-weight:600;color:var(--accent-deep);margin-bottom:10px;display:block}.step-card h3{margin:0 0 6px;font-size:18px}.step-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.55}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:14px;gap:14px}.feature-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.feature-card svg{color:var(--pine)}.feature-card h3{margin:10px 0 4px;font-size:16px}.feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.lost-band{background:var(--pine-deep);background-image:var(--layers);border-radius:var(--radius);color:#fff;padding:32px 28px}.lost-band h2{color:#fff;font-size:clamp(22px,3vw,28px);margin:0 0 12px;display:flex;align-items:center;gap:10px}.lost-band h2 svg{color:#ff8a65}.lost-band p{color:#c3d2c9;line-height:1.65;margin:0 0 18px;max-width:640px}.lost-band .btn{width:auto;background:#fff;border-color:#fff;color:var(--pine-deep);margin:0}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{font-weight:600;font-size:15.5px;cursor:pointer;padding:14px 0;list-style:none;display:flex;justify-content:space-between;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-weight:700;font-family:var(--font-m)}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--muted);margin:0 0 14px;line-height:1.65;font-size:14.5px}.mono{font-family:var(--font-m)}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_a127ee{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_a127ee{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.p.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:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-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:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.p.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:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-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:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.p.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:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-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:Instrument Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.p.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:Instrument Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-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:Instrument Sans Fallback;src:local("Arial");ascent-override:94.42%;descent-override:24.33%;line-gap-override:0.00%;size-adjust:102.74%}.__className_8178ce{font-family:Instrument Sans,Instrument Sans Fallback;font-style:normal}.__variable_8178ce{--font-body:"Instrument Sans","Instrument Sans Fallback"}@font-face{font-family:Spline Sans Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/59829bb575d36b50-s.p.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:Spline Sans Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e02f7a71372872a3-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:Spline Sans Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/59829bb575d36b50-s.p.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:Spline Sans Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e02f7a71372872a3-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:Spline Sans Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/59829bb575d36b50-s.p.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:Spline Sans Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e02f7a71372872a3-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:Spline Sans Mono Fallback;src:local("Arial");ascent-override:71.59%;descent-override:17.57%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6bbe6c{font-family:Spline Sans Mono,Spline Sans Mono Fallback;font-style:normal}.__variable_6bbe6c{--font-mono:"Spline Sans Mono","Spline Sans Mono Fallback"}