:root{--bg-primary:#080808;--bg-secondary:#0e0e0e;--bg-card:#111;--bg-elevated:#181818;--text-primary:#f5f5f5;--text-secondary:#999;--text-muted:#555;--accent-gold:#d4a843;--accent-gold-light:#f0c060;--accent-gold-dim:rgba(212,168,67,.15);--accent-silver:silver;--border-subtle:hsla(0,0%,100%,.06);--border-mid:hsla(0,0%,100%,.12);--border-gold:rgba(212,168,67,.4);--glass-bg:rgba(8,8,8,.85);--glass-blur:20px;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:6rem;--font-sans:var(--font-sans),-apple-system,sans-serif;--font-display:var(--font-display),sans-serif;--font-mono:var(--font-mono),monospace;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 2px 8px rgba(0,0,0,.4);--shadow-md:0 8px 24px rgba(0,0,0,.5);--shadow-lg:0 20px 60px rgba(0,0,0,.7);--shadow-gold:0 0 30px rgba(212,168,67,.2);--transition-fast:0.2s ease;--transition-smooth:0.4s cubic-bezier(0.25,0.46,0.45,0.94)}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;line-height:1.05}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer}img{display:block;max-width:100%}.container{max-width:1320px;margin:0 auto;padding:0 var(--space-lg)}.section-label{font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold);display:block;margin-bottom:var(--space-sm)}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-lg)}.divider{width:48px;height:2px;background:var(--accent-gold);margin:var(--space-md) 0 var(--space-lg)}.CartSidebar_overlay__7QKPJ{position:fixed;top:0;left:0;width:100vw;height:100svh;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end;animation:CartSidebar_fadeIn__1lrqI .3s ease}.CartSidebar_sidebar__7lMA3{width:100%;max-width:440px;height:100%;background:var(--bg-card);border-left:1px solid var(--border-subtle);display:flex;flex-direction:column;animation:CartSidebar_slideIn__R4VHr .3s ease forwards;box-shadow:-10px 0 40px rgba(0,0,0,.5)}.CartSidebar_header__SitOB{display:flex;justify-content:space-between;align-items:center;padding:var(--space-xl) var(--space-lg);border-bottom:1px solid var(--border-subtle)}.CartSidebar_title__YI28h{font-family:var(--font-display);font-size:1.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.CartSidebar_closeBtn__RRr_G{background:none;border:none;color:var(--text-secondary);font-size:1.25rem;cursor:pointer;transition:color .2s}.CartSidebar_closeBtn__RRr_G:hover{color:var(--accent-gold)}.CartSidebar_itemsContainer__2pu2z{flex:1 1;overflow-y:auto;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg)}.CartSidebar_emptyState__6FnsJ{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--space-md);color:var(--text-secondary)}.CartSidebar_emptyText__wjfYB{font-size:.9rem}.CartSidebar_continueBtn__weI7s,.CartSidebar_emptyText__wjfYB{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em}.CartSidebar_continueBtn__weI7s{background:transparent;border:1px solid var(--border-mid);color:var(--text-primary);padding:var(--space-sm) var(--space-lg);font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s}.CartSidebar_continueBtn__weI7s:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.CartSidebar_cartItem__A0ASo{display:grid;grid-template-columns:80px 1fr 24px;grid-gap:var(--space-md);gap:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-subtle);position:relative}.CartSidebar_itemImageWrapper__gfI_o{width:80px;height:100px;position:relative;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-primary)}.CartSidebar_itemImage__cTHSt{object-fit:cover}.CartSidebar_itemDetails__M2AEW{display:flex;flex-direction:column;justify-content:space-between}.CartSidebar_itemTitle__2gAAL{font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.3}.CartSidebar_itemSize__cH6WF{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-gold)}.CartSidebar_itemControls__CUDzS{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.CartSidebar_qtyBox__Sbpae{display:flex;align-items:center;gap:12px;border:1px solid var(--border-subtle);border-radius:4px;padding:2px 8px}.CartSidebar_qtyBox__Sbpae button{background:none;border:none;color:var(--text-secondary);font-size:1.1rem;cursor:pointer;width:20px}.CartSidebar_qtyBox__Sbpae span{font-family:var(--font-mono);font-size:.85rem;color:var(--text-primary);min-width:12px;text-align:center}.CartSidebar_itemPrice__t2Bah{font-family:var(--font-mono);font-size:.9rem;font-weight:700;color:var(--text-primary)}.CartSidebar_removeBtn__nAU0B{background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;display:flex;align-items:flex-start;padding-top:2px;transition:color .2s}.CartSidebar_removeBtn__nAU0B:hover{color:#f44}.CartSidebar_footer__Hjafp{padding:var(--space-xl) var(--space-lg);background:var(--bg-card);border-top:1px solid var(--border-subtle)}.CartSidebar_summaryRow__Pc_xO{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm);font-size:1.1rem;color:var(--text-primary)}.CartSidebar_subtotalValue___SDkL{font-family:var(--font-mono);font-weight:700;font-size:1.25rem}.CartSidebar_taxNotice__8S7F9{font-size:.8rem;color:var(--text-secondary);margin-bottom:var(--space-lg);text-align:center}.CartSidebar_checkoutBtn__Bp479{display:flex;justify-content:center;align-items:center;width:100%;padding:var(--space-md);background:var(--accent-gold);color:#000;font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border-radius:var(--radius-sm);transition:all .2s}.CartSidebar_checkoutBtn__Bp479:hover{background:var(--accent-gold-light);transform:translateY(-2px);box-shadow:0 4px 20px rgba(212,168,67,.3)}@keyframes CartSidebar_fadeIn__1lrqI{0%{opacity:0}to{opacity:1}}@keyframes CartSidebar_slideIn__R4VHr{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:480px){.CartSidebar_sidebar__7lMA3{max-width:100%}}.Footer_footer__pQtti{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:var(--space-2xl) var(--space-lg) var(--space-lg);margin-top:var(--space-2xl)}.Footer_footerTop__aHjwR{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:var(--space-xl);gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-subtle)}.Footer_brand__0rdww h3{font-family:var(--font-display);font-size:1.4rem;font-weight:700;letter-spacing:.1em;color:var(--text-primary);margin-bottom:var(--space-md)}.Footer_brand__0rdww h3 span{color:var(--accent-gold)}.Footer_brand__0rdww p{font-size:.875rem;color:var(--text-secondary);line-height:1.7;max-width:260px}.Footer_brandNameBlock__Lu3zU{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--space-md)}.Footer_addressBlock__5Om8e{display:flex;flex-direction:column;gap:8px;margin-top:var(--space-md)}.Footer_addressRow__WxJ66{display:flex;align-items:flex-start;gap:8px;font-size:.82rem;color:var(--text-secondary);line-height:1.5}.Footer_addressRow__WxJ66 a{color:var(--text-secondary);text-decoration:none}.Footer_addressRow__WxJ66 a:hover{color:var(--accent-gold)}.Footer_addressIcon__GERzc{flex-shrink:0;margin-top:2px;color:var(--accent-gold)}.Footer_unitOf__5xMqy{font-family:Georgia,Times New Roman,serif;font-size:.58rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#fff;opacity:.85}.Footer_gstBlock__GTEC_{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-md);padding:6px 12px;border:1px solid var(--border-subtle);border-radius:var(--radius-full);width:-moz-fit-content;width:fit-content}.Footer_gstLabel__Z1jIN{font-family:var(--font-mono);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold)}.Footer_gstValue__P_HsD{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.1em;color:var(--text-primary);font-weight:600}.Footer_column__fehd0 h4{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-md)}.Footer_column__fehd0 ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.Footer_column__fehd0 a{font-size:.875rem;color:var(--text-secondary);transition:color var(--transition-fast)}.Footer_column__fehd0 a:hover{color:var(--accent-gold)}.Footer_socialRow__o2WwH{display:flex;gap:var(--space-sm);margin-top:var(--space-xs)}.Footer_socialBtn__7VNy_{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--accent-gold);color:var(--accent-gold);background:transparent;transition:transform .2s ease}.Footer_socialBtn__7VNy_:hover{transform:scale(1.18)}.Footer_footerBottom__YIYBj{max-width:1320px;margin:var(--space-lg) auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.Footer_copyright__j4atB{font-size:.8rem;color:var(--text-muted)}.Footer_bizCategory__fSQio{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border-subtle);padding:4px 10px;border-radius:var(--radius-full);display:inline-block;margin-top:var(--space-sm)}.Footer_legalLinks__eScbR{display:flex;gap:var(--space-md);flex-wrap:wrap}.Footer_legalLinks__eScbR a{font-size:.75rem;color:var(--text-muted);text-decoration:none;transition:color var(--transition-fast)}.Footer_legalLinks__eScbR a:hover{color:var(--accent-gold)}@media (max-width:768px){.Footer_footerTop__aHjwR{grid-template-columns:1fr 1fr;gap:var(--space-lg)}.Footer_brand__0rdww{grid-column:1/-1}}@media (max-width:480px){.Footer_footerTop__aHjwR{grid-template-columns:1fr 1fr;gap:var(--space-md)}.Footer_footerBottom__YIYBj{flex-direction:column;align-items:flex-start;text-align:left;gap:var(--space-sm)}.Footer_footer__pQtti{padding:var(--space-xl) var(--space-md) var(--space-md)}.Footer_gstBlock__GTEC_{flex-wrap:wrap;max-width:100%}.Footer_gstLabel__Z1jIN,.Footer_gstValue__P_HsD{font-size:.7rem}.Footer_unitOf__5xMqy{font-size:.5rem;letter-spacing:.12em}.Footer_legalLinks__eScbR{gap:var(--space-sm)}.Footer_legalLinks__eScbR a{font-size:.68rem}}.CartButton_cartBtn__bzs2t{background:none;border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;width:38px;height:38px;border-radius:var(--radius-sm);transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;position:relative}.CartButton_cartBtn__bzs2t:hover{background:var(--accent-gold-dim);color:var(--accent-gold);border-color:var(--border-gold)}.CartButton_badge__gUXA4{position:absolute;top:-6px;right:-6px;background:var(--accent-gold);color:#000;font-size:.7rem;font-weight:700;font-family:var(--font-mono);width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--bg-primary)}.Navbar_navbar__GrSXC{position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%;padding:0 var(--space-lg);height:68px;display:flex;align-items:center;justify-content:space-between;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--border-subtle)}.Navbar_logoBlock__bRSwq{display:flex;flex-direction:column;gap:1px;text-decoration:none;line-height:1}.Navbar_logo__X4o9i{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary)}.Navbar_logoAccent__w7ZSI{color:var(--accent-gold)}.Navbar_parentBrand__gGVAW{font-family:Georgia,Times New Roman,serif;font-size:.48rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#fff;white-space:nowrap;opacity:.9}.Navbar_navLinks__BPXkM{display:flex;gap:var(--space-xl);list-style:none;align-items:center}.Navbar_navLink__16zHl{font-family:var(--font-sans);font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);transition:color var(--transition-fast);position:relative;padding-bottom:2px}.Navbar_navLink__16zHl:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent-gold);transition:width var(--transition-smooth)}.Navbar_navLink__16zHl:hover{color:var(--text-primary)}.Navbar_navLink__16zHl:hover:after{width:100%}.Navbar_actions__4T0RL{display:flex;gap:var(--space-sm);align-items:center}.Navbar_iconButton__RVuM9{background:none;border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;width:38px;height:38px;border-radius:var(--radius-sm);transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center}.Navbar_iconButton__RVuM9:hover{background:var(--accent-gold-dim);color:var(--accent-gold);border-color:var(--border-gold)}.Navbar_menuButton__yMNyJ,.Navbar_mobileNavHeader__J1i08{display:none}@media (max-width:900px){.Navbar_menuButton__yMNyJ{display:flex}.Navbar_navLinks__BPXkM{position:fixed;top:0;right:-100%;width:300px;max-width:100vw;height:100vh;background:hsla(0,0%,4%,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;align-items:flex-start;padding:var(--space-xl) var(--space-2xl);gap:var(--space-xl);transition:right .4s cubic-bezier(.16,1,.3,1);border-left:1px solid var(--border-subtle);z-index:101}.Navbar_navLinksOpen__494jg{right:0}.Navbar_mobileNavHeader__J1i08{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:var(--space-xl);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-subtle)}.Navbar_mobileNavTitle__c6e_f{font-family:var(--font-display);color:var(--text-primary);font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase}.Navbar_navLink__16zHl{font-size:1.2rem;font-weight:600;letter-spacing:.15em}}.Navbar_searchOverlay__1ninK{position:fixed;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding-top:120px}.Navbar_searchBox__1iL9H{width:100%;max-width:620px;padding:0 var(--space-lg)}.Navbar_searchForm__BF6Aq{display:flex;align-items:center;gap:10px;background:var(--bg-card);border:1px solid var(--border-gold);border-radius:var(--radius-md);padding:10px 16px}.Navbar_searchIcon__5JLDz{color:var(--accent-gold);flex-shrink:0}.Navbar_searchInput__vaeOD{flex:1 1;background:transparent;border:none;outline:none;color:var(--text-primary);font-family:var(--font-sans);font-size:1rem;letter-spacing:.02em}.Navbar_searchInput__vaeOD::placeholder{color:var(--text-muted)}.Navbar_searchSubmit__nuMXl{background:var(--accent-gold);color:#000;border:none;border-radius:var(--radius-sm);padding:6px 16px;font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background var(--transition-fast);white-space:nowrap}.Navbar_searchSubmit__nuMXl:hover{background:var(--accent-gold-light)}.Navbar_searchClose__lCwWZ{background:none;border:none;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;padding:2px;transition:color var(--transition-fast)}.Navbar_searchClose__lCwWZ:hover{color:var(--text-primary)}.Navbar_searchHint__Qt4JD{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;margin-top:10px;text-align:center}@media (max-width:380px){.Navbar_parentBrand__gGVAW{display:none}.Navbar_navbar__GrSXC{padding:0 1rem}}.WhatsAppButton_btn__PNWA2{position:fixed;bottom:28px;right:28px;z-index:200;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.45);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.WhatsAppButton_btn__PNWA2:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.6)}.WhatsAppButton_btn__PNWA2:hover .WhatsAppButton_tooltip__mGBZB{opacity:1;transform:translateX(-8px)}.WhatsAppButton_tooltip__mGBZB{position:absolute;right:calc(100% + 10px);background:hsla(0,0%,4%,.9);color:#fff;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding:5px 12px;border-radius:var(--radius-full);border:1px solid var(--border-subtle);opacity:0;transform:translateX(0);transition:opacity .2s ease,transform .2s ease;pointer-events:none}@media (max-width:600px){.WhatsAppButton_btn__PNWA2{bottom:20px;right:16px;width:50px;height:50px}.WhatsAppButton_tooltip__mGBZB{display:none}}@font-face{font-family:__DM_Sans_0d7163;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_0d7163;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_0d7163;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_0d7163,__DM_Sans_Fallback_0d7163;font-style:normal}.__variable_0d7163{--font-sans:"__DM_Sans_0d7163","__DM_Sans_Fallback_0d7163"}@font-face{font-family:__Bebas_Neue_d758cf;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8b44c7e6549520b2-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:__Bebas_Neue_d758cf;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6c25f6e897d845a3-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:__Bebas_Neue_Fallback_d758cf;src:local("Arial");ascent-override:117.32%;descent-override:39.11%;line-gap-override:0.00%;size-adjust:76.72%}.__className_d758cf{font-family:__Bebas_Neue_d758cf,__Bebas_Neue_Fallback_d758cf;font-weight:400;font-style:normal}.__variable_d758cf{--font-display:"__Bebas_Neue_d758cf","__Bebas_Neue_Fallback_d758cf"}@font-face{font-family:__Space_Mono_e8b655;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ae822095a172cc5c-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_Mono_e8b655;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3c70c5716f1730b3-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_Mono_e8b655;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fc727f226c737876-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_Mono_e8b655;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/77fb5eec12c66d49-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_Mono_e8b655;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/281dae1e814de8c6-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_Mono_e8b655;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/806de4d605d3ad01-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_Mono_Fallback_e8b655;src:local("Arial");ascent-override:81.58%;descent-override:26.30%;line-gap-override:0.00%;size-adjust:137.28%}.__className_e8b655{font-family:__Space_Mono_e8b655,__Space_Mono_Fallback_e8b655;font-style:normal}.__variable_e8b655{--font-mono:"__Space_Mono_e8b655","__Space_Mono_Fallback_e8b655"}