*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0a0a0a;--color-bg-secondary:#111;--color-bg-card:#151515;--color-bg-elevated:#1a1a1a;--color-surface:#202020;--color-border:#2a2a2a;--color-border-hover:#3a3a3a;--color-text-primary:#f8f8f8;--color-text-secondary:#a0a0a0;--color-text-muted:gray;--color-text-accent:#fff;--color-success:#22c55e;--color-error:#ef4444;--color-error-bg:#ef44441a;--color-error-border:#ef444466;--accent-gym:#f5c518;--accent-coffee:#d4793e;--accent-millionaire:#d4af37;--accent-music:#9b5de5;--accent-gamer:#00ff94;--accent-cars:#ef5350;--accent-bike:#ff6b35;--accent-summer:#06b6d4;--accent-floral:#ec4899;--accent-sports:#3b82f6;--accent-valentine:#ef4444;--accent-typography:#f8f8f8;--accent-randoms:#94a3b8;--accent:#f8f8f8;--accent-glow:#f8f8f826;--font-display:var(--font-display-src), "Barlow Condensed", sans-serif;--font-body:var(--font-body-src), "Space Grotesk", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--text-6xl:5rem;--text-hero:clamp(4rem, 14vw, 12rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.5s;--overlay-bg:#000000b3;--overlay-bg-heavy:#000c;--shadow-card:0 4px 24px #0006;--shadow-elevated:0 8px 40px #0009;--shadow-glow:0 0 30px var(--accent-glow);--nav-height:70px;--announce-height:36px;--header-height:calc(var(--nav-height) + var(--announce-height));--container-max:1400px;--container-padding:var(--space-6);--z-sticky:100;--z-fab:899;--z-sticky-bar:900;--z-navbar:1000;--z-announce:1001;--z-overlay:1001;--z-drawer:1002;--z-modal:2000;--z-modal-content:2001;--z-toast:9000;--z-fullscreen:10000;--z-cursor:99999}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-bg);font-weight:400;line-height:1.6;overflow-x:hidden}@media (pointer:fine) and (prefers-reduced-motion:no-preference){.js-loaded *{cursor:none!important}.js-loaded input,.js-loaded textarea,.js-loaded select{cursor:auto!important}}@media (pointer:coarse){*{cursor:auto!important}body{cursor:auto}}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);color:inherit;font-size:inherit;background:0 0;border:none}img,video{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,select{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);transition:border-color var(--duration-normal) var(--ease-out);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--accent)}::selection{background:var(--accent);color:var(--color-bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{top:var(--space-3);left:var(--space-3);z-index:var(--z-navbar);padding:var(--space-3) var(--space-5);background:var(--color-text-primary);color:var(--color-bg);font-family:var(--font-body);border-radius:var(--radius-md);transition:transform var(--duration-fast) var(--ease-out);font-weight:600;position:fixed;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.text-hero{font-family:var(--font-display);font-size:var(--text-hero);letter-spacing:-.02em;text-transform:uppercase;font-weight:900;line-height:.9}.text-heading{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;font-weight:800}.text-label{font-family:var(--font-body);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);font-weight:600}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.noise-overlay{position:relative}.noise-overlay:after{content:"";pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:128px 128px;position:absolute;inset:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{opacity:1;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(0)}@media (max-width:768px){:root{--nav-height:60px;--announce-height:32px;--container-padding:var(--space-4);--text-hero:clamp(2.5rem, 10vw, 5rem)}}@media (max-width:480px){:root{--container-padding:var(--space-3);--text-hero:clamp(2rem, 10vw, 3.5rem)}}
@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a1e1e2ab4a689572-s.3k9l69oe21zw_.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b84cc1c14eba5dc9-s.3ceub4vhf9cuh.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4f530f52d514af96-s.p.0xf8lnqelv8sb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbd88c7cbebcb5b-s.33sztrngv_ieb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e3c10b17cdb86a23-s.198xu-2bu0foz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(../media/612838607db3d51d-s.p.2-6hkzwn24m5-.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9710cef2a2a6ac70-s.38t85nkp60tez.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a978fc28c69736ab-s.2omtmoo94goav.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/303804218d80822e-s.p.3lj349bs9hfu1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e37557cf0085218d-s.2dbbbbabmw4n4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../media/146a3e5eadafdf83-s.1oqo1buse5xew.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d9b5d46d9a89ffe6-s.p.0xxdg0o7uh536.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5a938ab334846ae8-s.0i8had3keju7i.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3dae58b0b46c3f93-s.24oj26lcm6-u8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(../media/89232e6535d3b87e-s.p.2oeto2j5aaelm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(../media/91a39433b4ff06b2-s.2avsd28_hqhmt.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(../media/a6365570ca21fbb9-s.1wbhu6nb2u97d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(../media/ddf6ae3f623ba878-s.p.2zhff3cxreb6s.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed Fallback;src:local(Arial);ascent-override:130.73%;descent-override:26.15%;line-gap-override:0.0%;size-adjust:76.49%}.barlow_condensed_4b5abc8e-module__PfJCGq__className{font-family:Barlow Condensed,Barlow Condensed Fallback;font-style:normal}.barlow_condensed_4b5abc8e-module__PfJCGq__variable{--font-display-src:"Barlow Condensed", "Barlow Condensed Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:300;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:109.69%}.space_grotesk_f929254c-module__BF5ABG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_f929254c-module__BF5ABG__variable{--font-body-src:"Space Grotesk", "Space Grotesk Fallback"}
.Navbar-module__KirQRa__navbar{--nav-side-cluster:calc(4 * 44px + 3 * var(--space-2));top:var(--announce-height);z-index:var(--z-navbar);height:var(--nav-height);transition:background var(--duration-normal) var(--ease-out), backdrop-filter var(--duration-normal) var(--ease-out);background:0 0;position:fixed;left:0;right:0}.Navbar-module__KirQRa__navbar.Navbar-module__KirQRa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#0a0a0ad9}.Navbar-module__KirQRa__navInner{height:100%;max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__KirQRa__menuToggle{background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.Navbar-module__KirQRa__hamburger{flex-direction:column;gap:6px;width:22px;display:flex}.Navbar-module__KirQRa__hamburger span{background:var(--color-text-primary);height:1.5px;transition:transform var(--duration-normal) var(--ease-out), opacity var(--duration-normal) var(--ease-out);display:block}.Navbar-module__KirQRa__hamburger span:first-child{width:100%}.Navbar-module__KirQRa__hamburger span:last-child{width:65%;transition:width var(--duration-normal) var(--ease-out)}.Navbar-module__KirQRa__menuToggle:hover .Navbar-module__KirQRa__hamburger span:last-child{width:100%}.Navbar-module__KirQRa__hamburger.Navbar-module__KirQRa__active span:first-child{transform:translateY(3.75px)rotate(45deg)}.Navbar-module__KirQRa__hamburger.Navbar-module__KirQRa__active span:last-child{width:100%;transform:translateY(-3.75px)rotate(-45deg)}.Navbar-module__KirQRa__leftCluster{align-items:center;gap:var(--space-8);display:flex}.Navbar-module__KirQRa__desktopNav{align-items:center;gap:var(--space-6);display:flex}.Navbar-module__KirQRa__navLink{font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease-out);background:0 0;border:none;align-items:center;gap:4px;font-weight:700;display:inline-flex}.Navbar-module__KirQRa__navLink:hover{color:var(--color-text-primary)}.Navbar-module__KirQRa__chev{transition:transform var(--duration-normal) var(--ease-out);font-size:10px}.Navbar-module__KirQRa__chevOpen{transform:rotate(180deg)}.Navbar-module__KirQRa__worldsWrap{position:relative}.Navbar-module__KirQRa__megaMenu{-webkit-backdrop-filter:blur(24px);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:min(680px,78vw);box-shadow:var(--shadow-elevated);padding:var(--space-4);background:#111111f5;position:absolute;top:calc(100% + 14px);left:0}.Navbar-module__KirQRa__megaMenu:before{content:"";height:14px;position:absolute;top:-14px;left:0;right:0}.Navbar-module__KirQRa__megaGrid{gap:var(--space-1);grid-template-columns:repeat(3,1fr);display:grid}.Navbar-module__KirQRa__megaItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);transition:background var(--duration-fast) var(--ease-out);display:flex}.Navbar-module__KirQRa__megaItem:hover{background:var(--color-surface)}.Navbar-module__KirQRa__megaDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.Navbar-module__KirQRa__megaText{flex-direction:column;gap:2px;min-width:0;display:flex}.Navbar-module__KirQRa__megaName{font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:.06em;color:var(--color-text-primary);font-weight:800}.Navbar-module__KirQRa__megaTag{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.Navbar-module__KirQRa__logo{max-width:max(0px, calc(100% - 2 * var(--nav-side-cluster) - 2 * var(--space-2)));align-items:center;gap:6px;text-decoration:none;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module__KirQRa__logoText{font-family:var(--font-display);letter-spacing:.08em;color:var(--color-text-primary);font-size:1.4rem;font-weight:900}.Navbar-module__KirQRa__logoAccent{font-family:var(--font-display);letter-spacing:.08em;color:var(--color-text-secondary);font-size:1.4rem;font-weight:900}.Navbar-module__KirQRa__logoImage{height:calc(var(--nav-height) - 18px);object-fit:contain;width:auto;max-width:100%;display:block}.Navbar-module__KirQRa__actions{align-items:center;gap:var(--space-2);display:flex}.Navbar-module__KirQRa__actionBtn,.Navbar-module__KirQRa__cartBtn{border-radius:var(--radius-full);width:44px;height:44px;color:var(--color-text-primary);transition:background var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__KirQRa__actionBtn:hover,.Navbar-module__KirQRa__cartBtn:hover{background:#ffffff0f}.Navbar-module__KirQRa__cartBadge{background:var(--accent);width:16px;height:16px;color:var(--color-bg);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.Navbar-module__KirQRa__hideOnMobile{display:flex}.Navbar-module__KirQRa__userInitial{background:var(--color-text-primary);width:24px;height:24px;color:var(--color-bg);font-family:var(--font-display);letter-spacing:0;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex}.Navbar-module__KirQRa__searchOverlay{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);padding:var(--space-4) var(--container-padding);align-items:center;gap:var(--space-4);max-width:var(--container-max);margin:0 auto;display:flex;position:absolute;top:100%;left:0;right:0}.Navbar-module__KirQRa__searchInput{font-size:var(--text-lg);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-weight:600}.Navbar-module__KirQRa__searchInput::placeholder{color:var(--color-text-muted)}.Navbar-module__KirQRa__searchClose{min-width:44px;min-height:44px;font-size:var(--text-lg);color:var(--color-text-muted);padding:var(--space-2);justify-content:center;align-items:center;display:inline-flex}.Navbar-module__KirQRa__overlay{background:var(--overlay-bg);z-index:var(--z-overlay);position:fixed;inset:0}.Navbar-module__KirQRa__sideMenu{background:var(--color-bg-secondary);width:320px;max-width:85vw;z-index:var(--z-drawer);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.Navbar-module__KirQRa__sideMenuHeader{padding:var(--space-6);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.Navbar-module__KirQRa__sideMenuTitle{font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:.2em;color:var(--color-text-muted);font-weight:700}.Navbar-module__KirQRa__sideMenuClose{min-width:44px;min-height:44px;font-size:var(--text-lg);color:var(--color-text-muted);padding:var(--space-2);justify-content:center;align-items:center;display:inline-flex}.Navbar-module__KirQRa__sideMenuNav{padding:var(--space-4) 0;flex-direction:column;display:flex}.Navbar-module__KirQRa__sideMenuNav a{padding:var(--space-3) var(--space-6);font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-primary);transition:color var(--duration-fast) var(--ease-out), padding-left var(--duration-normal) var(--ease-out);font-weight:700}.Navbar-module__KirQRa__sideMenuNav a:hover{color:var(--accent);padding-left:var(--space-8)}@media (min-width:769px){.Navbar-module__KirQRa__menuToggle{display:none}}@media (max-width:768px){.Navbar-module__KirQRa__navbar{--nav-side-cluster:calc(3 * 44px + 2 * var(--space-2))}.Navbar-module__KirQRa__logo{max-width:calc(100% - 44px - var(--nav-side-cluster) - 2 * var(--space-2));justify-content:flex-start;top:50%;left:44px;transform:translateY(-50%)}.Navbar-module__KirQRa__hideOnMobile,.Navbar-module__KirQRa__desktopNav{display:none}.Navbar-module__KirQRa__logo,.Navbar-module__KirQRa__logoText,.Navbar-module__KirQRa__logoAccent{font-size:1.1rem}.Navbar-module__KirQRa__logoImage{height:calc(var(--nav-height) - 28px)}}@media (max-width:480px){.Navbar-module__KirQRa__logoImage{height:auto;max-height:calc(var(--nav-height) - 28px)}}.Navbar-module__KirQRa__sideMenuSecondary{padding:var(--space-4) 0 var(--space-8);margin-top:var(--space-2);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.Navbar-module__KirQRa__sideMenuSecondary a{padding:var(--space-3) var(--space-6);font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary,#a0a0a0);transition:color var(--duration-fast) var(--ease-out)}.Navbar-module__KirQRa__sideMenuSecondary a:hover,.Navbar-module__KirQRa__navLinkActive{color:var(--color-text-primary)}.Navbar-module__KirQRa__navLinkActive:after{content:"";background:currentColor;height:1px;margin-top:3px;display:block}.Navbar-module__KirQRa__sideMenuNav a[aria-current=page],.Navbar-module__KirQRa__sideMenuSecondary a[aria-current=page]{color:var(--color-text-primary)}
.Footer-module__u4Ozsa__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);margin-top:var(--space-24)}.Footer-module__u4Ozsa__newsletter{padding:var(--space-16) 0;border-bottom:1px solid var(--color-border)}.Footer-module__u4Ozsa__newsletterInner{justify-content:space-between;align-items:center;gap:var(--space-8);flex-wrap:wrap;display:flex}.Footer-module__u4Ozsa__newsletterTitle{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:.06em;text-transform:uppercase;font-weight:900}.Footer-module__u4Ozsa__newsletterForm{gap:0;width:100%;max-width:400px;display:flex}.Footer-module__u4Ozsa__newsletterInput{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md) 0 0 var(--radius-md);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-text-primary);border-right:none;flex:1}.Footer-module__u4Ozsa__newsletterInput:focus{border-color:var(--accent)}.Footer-module__u4Ozsa__newsletterBtn{padding:var(--space-3) var(--space-6);background:var(--color-text-primary);color:var(--color-bg);font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:.1em;border-radius:0 var(--radius-md) var(--radius-md) 0;transition:background var(--duration-fast);white-space:nowrap;font-weight:800}.Footer-module__u4Ozsa__newsletterBtn:hover{background:var(--accent)}.Footer-module__u4Ozsa__newsletterSuccess{font-size:var(--text-sm);color:var(--color-success);font-weight:600;line-height:1.6}.Footer-module__u4Ozsa__main{gap:var(--space-12);padding-top:var(--space-16);padding-bottom:var(--space-16);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.Footer-module__u4Ozsa__brandCol{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__u4Ozsa__brandLogo{align-items:baseline;gap:var(--space-2);display:flex}.Footer-module__u4Ozsa__brandName{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:.08em;font-weight:900}.Footer-module__u4Ozsa__brandAccent{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:.08em;color:var(--color-text-muted);font-weight:900}.Footer-module__u4Ozsa__footerLogoImage{width:auto;height:104px;display:block}.Footer-module__u4Ozsa__brandTagline{font-size:var(--text-sm);color:var(--color-text-muted);font-style:italic}.Footer-module__u4Ozsa__socials{gap:var(--space-4);margin-top:var(--space-4);display:flex}.Footer-module__u4Ozsa__socials a{color:var(--color-text-muted);transition:color var(--duration-fast), transform var(--duration-fast)}.Footer-module__u4Ozsa__socials a:hover{color:var(--color-text-primary);transform:translateY(-2px)}.Footer-module__u4Ozsa__businessInfo{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-2);line-height:1.5}.Footer-module__u4Ozsa__linksCol{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__u4Ozsa__colTitle{font-family:var(--font-display);font-size:var(--text-xs);letter-spacing:.2em;color:var(--color-text-muted);font-weight:700}.Footer-module__u4Ozsa__linksList{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__u4Ozsa__linksList a{font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--duration-fast), padding-left var(--duration-normal) var(--ease-out)}.Footer-module__u4Ozsa__linksList a:hover{color:var(--color-text-primary);padding-left:var(--space-2)}.Footer-module__u4Ozsa__bottom{border-top:1px solid var(--color-border);padding:var(--space-6) 0}.Footer-module__u4Ozsa__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__u4Ozsa__copyright{font-size:var(--text-xs);color:var(--color-text-muted)}.Footer-module__u4Ozsa__legal{gap:var(--space-6);display:flex}.Footer-module__u4Ozsa__legal a{font-size:var(--text-xs);color:var(--color-text-muted);transition:color var(--duration-fast)}.Footer-module__u4Ozsa__legal a:hover{color:var(--color-text-primary)}@media (max-width:768px){.Footer-module__u4Ozsa__newsletterInner{text-align:center;flex-direction:column}.Footer-module__u4Ozsa__newsletterTitle{font-size:var(--text-xl)}.Footer-module__u4Ozsa__newsletterForm{max-width:100%}.Footer-module__u4Ozsa__main{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__u4Ozsa__brandCol{grid-column:1/-1}.Footer-module__u4Ozsa__bottomInner{gap:var(--space-3);text-align:center;flex-direction:column}.Footer-module__u4Ozsa__footerLogoImage{height:72px}}@media (max-width:480px){.Footer-module__u4Ozsa__main{gap:var(--space-6);grid-template-columns:1fr}.Footer-module__u4Ozsa__newsletterForm{flex-direction:column}.Footer-module__u4Ozsa__newsletterInput{border-right:1px solid var(--color-border);border-radius:var(--radius-md)}.Footer-module__u4Ozsa__newsletterBtn{border-radius:var(--radius-md);min-height:44px}.Footer-module__u4Ozsa__footerLogoImage{height:56px}.Footer-module__u4Ozsa__legal{gap:var(--space-3);flex-wrap:wrap;justify-content:center}}@media (max-width:768px){.Footer-module__u4Ozsa__newsletterInput{font-size:16px}}
.CartDrawer-module__WEA_8W__overlay{background:var(--overlay-bg);z-index:var(--z-modal);position:fixed;inset:0}.CartDrawer-module__WEA_8W__drawer{background:var(--color-bg-secondary);width:420px;max-width:90vw;z-index:var(--z-modal-content);border-left:1px solid var(--color-border);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}.CartDrawer-module__WEA_8W__header{align-items:center;gap:var(--space-3);padding:var(--space-6);border-bottom:1px solid var(--color-border);display:flex}.CartDrawer-module__WEA_8W__title{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:.1em;font-weight:800}.CartDrawer-module__WEA_8W__count{font-size:var(--text-sm);color:var(--color-text-muted)}.CartDrawer-module__WEA_8W__closeBtn{font-size:var(--text-lg);color:var(--color-text-muted);padding:var(--space-2);transition:color var(--duration-fast);margin-left:auto}.CartDrawer-module__WEA_8W__closeBtn:hover{color:var(--color-text-primary)}.CartDrawer-module__WEA_8W__shippingProgress{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--color-border)}.CartDrawer-module__WEA_8W__shippingText{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-2)}.CartDrawer-module__WEA_8W__progressBar{background:var(--color-surface);border-radius:var(--radius-full);height:3px;overflow:hidden}.CartDrawer-module__WEA_8W__progressFill{background:var(--accent);border-radius:var(--radius-full);height:100%}.CartDrawer-module__WEA_8W__items{padding:var(--space-4) var(--space-6);flex:1;overflow-y:auto}.CartDrawer-module__WEA_8W__emptyState{justify-content:center;align-items:center;gap:var(--space-6);text-align:center;flex-direction:column;height:100%;display:flex}.CartDrawer-module__WEA_8W__emptyText{font-family:var(--font-display);font-size:var(--text-xl);text-transform:uppercase;color:var(--color-text-muted);font-weight:700}.CartDrawer-module__WEA_8W__shopLink{font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:.1em;color:var(--accent);padding:var(--space-3) var(--space-6);border:1px solid var(--accent);border-radius:var(--radius-full);transition:background var(--duration-fast), color var(--duration-fast);font-weight:700;text-decoration:none}.CartDrawer-module__WEA_8W__shopLink:hover{background:var(--accent);color:var(--color-bg)}.CartDrawer-module__WEA_8W__item{gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border);display:flex;position:relative}.CartDrawer-module__WEA_8W__itemImage{border-radius:var(--radius-md);background:var(--color-bg-card);flex-shrink:0;width:80px;height:100px;overflow:hidden}.CartDrawer-module__WEA_8W__itemInfo{flex-direction:column;flex:1;display:flex}.CartDrawer-module__WEA_8W__itemName{font-family:var(--font-display);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.02em;font-weight:700;line-height:1.3}.CartDrawer-module__WEA_8W__itemMeta{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-1)}.CartDrawer-module__WEA_8W__itemBottom{padding-top:var(--space-2);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.CartDrawer-module__WEA_8W__quantityControl{border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;gap:0;display:flex}.CartDrawer-module__WEA_8W__quantityControl button{width:44px;height:44px;font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--duration-fast);justify-content:center;align-items:center;display:flex}.CartDrawer-module__WEA_8W__quantityControl button:hover{color:var(--color-text-primary)}.CartDrawer-module__WEA_8W__quantityControl span{text-align:center;width:32px;font-size:var(--text-sm);font-weight:600}.CartDrawer-module__WEA_8W__itemPrice{font-family:var(--font-display);font-size:var(--text-base);font-weight:700}.CartDrawer-module__WEA_8W__removeBtn{top:var(--space-4);font-size:var(--text-xs);color:var(--color-text-muted);padding:var(--space-2);transition:color var(--duration-fast);position:absolute;right:0}.CartDrawer-module__WEA_8W__removeBtn:hover{color:var(--color-error)}@media (max-width:768px){.CartDrawer-module__WEA_8W__crossSellRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.CartDrawer-module__WEA_8W__drawer{width:100%;max-width:100%}.CartDrawer-module__WEA_8W__quantityControl button{width:44px;height:44px}}.CartDrawer-module__WEA_8W__footer{padding:var(--space-6);border-top:1px solid var(--color-border);background:var(--color-bg-elevated)}.CartDrawer-module__WEA_8W__savingsRow{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-3);justify-content:space-between;display:flex}.CartDrawer-module__WEA_8W__savingsAmount{color:var(--color-success);font-weight:600}.CartDrawer-module__WEA_8W__totalRow{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-end;display:flex}.CartDrawer-module__WEA_8W__totalLabel{font-family:var(--font-display);font-size:var(--text-lg);text-transform:uppercase;font-weight:700}.CartDrawer-module__WEA_8W__freeShipping{font-size:var(--text-xs);color:var(--color-success);font-weight:500;display:block}.CartDrawer-module__WEA_8W__totalAmount{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:900}.CartDrawer-module__WEA_8W__checkoutBtn{width:100%;padding:var(--space-4);text-align:center;font-family:var(--font-display);font-size:var(--text-base);letter-spacing:.1em;text-transform:uppercase;color:var(--color-bg);background:var(--color-text-primary);border-radius:var(--radius-md);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);font-weight:800;text-decoration:none;display:block}.CartDrawer-module__WEA_8W__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #f8f8f833}.CartDrawer-module__WEA_8W__crossSell{padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border)}.CartDrawer-module__WEA_8W__crossSellTitle{font-family:var(--font-display);font-size:var(--text-xs);letter-spacing:.15em;color:var(--color-text-muted);margin-bottom:var(--space-3);font-weight:700}.CartDrawer-module__WEA_8W__crossSellRow{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.CartDrawer-module__WEA_8W__crossSellItem{flex-direction:column;gap:4px;display:flex}.CartDrawer-module__WEA_8W__crossSellImg{aspect-ratio:4/5;border-radius:var(--radius-sm);background:var(--color-bg-card);width:100%;margin-bottom:2px;position:relative;overflow:hidden}.CartDrawer-module__WEA_8W__crossSellName{font-family:var(--font-display);letter-spacing:.02em;color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.CartDrawer-module__WEA_8W__crossSellPrice{color:var(--color-text-primary);font-size:11px;font-weight:600}.CartDrawer-module__WEA_8W__discountNudge{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-3);border-radius:var(--radius-sm);background:#f5c5181a;border:1px solid #f5c51859}.CartDrawer-module__WEA_8W__discountText{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.5}.CartDrawer-module__WEA_8W__discountText strong{color:#f5c518}.CartDrawer-module__WEA_8W__quantityControl button:disabled{opacity:.35;cursor:not-allowed}
.PageLoader-module__cE1NRa__loader{z-index:var(--z-cursor);background:var(--color-bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PageLoader-module__cE1NRa__content{align-items:center;gap:var(--space-6);flex-direction:column;display:flex}.PageLoader-module__cE1NRa__logoWrap{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.PageLoader-module__cE1NRa__logoBeyond{font-family:var(--font-display);letter-spacing:.12em;color:var(--color-text-primary);font-size:clamp(2.5rem,8vw,4rem);font-weight:900}.PageLoader-module__cE1NRa__logoStich{font-family:var(--font-display);letter-spacing:.12em;color:var(--color-text-muted);font-size:clamp(2.5rem,8vw,4rem);font-weight:900}.PageLoader-module__cE1NRa__loaderLogoImage{width:auto;height:clamp(6.5rem,20vw,13rem);display:block}.PageLoader-module__cE1NRa__progressBar{background:var(--color-text-primary);transform-origin:0;border-radius:var(--radius-full);width:120px;height:2px}.PageLoader-module__cE1NRa__tagline{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-muted);letter-spacing:.15em;text-transform:lowercase;font-style:italic}
.ScrollProgress-module__TXsHTG__bar{background:var(--accent);transform-origin:0;height:2px;z-index:var(--z-modal);pointer-events:none;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}
.AnnouncementBar-module__3sKnkW__bar{z-index:var(--z-announce);height:var(--announce-height);justify-content:center;align-items:center;gap:var(--space-4);background:var(--color-text-primary);color:var(--color-bg);padding:0 var(--space-4);display:flex;position:fixed;top:0;left:0;right:0}.AnnouncementBar-module__3sKnkW__track{justify-content:center;align-items:center;min-width:0;height:100%;display:flex;position:relative}.AnnouncementBar-module__3sKnkW__msg{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;text-align:center;font-weight:600}.AnnouncementBar-module__3sKnkW__static{opacity:.6;font-size:9px}
.WhatsAppWidget-module__Uk31Pa__whatsappWrapper{bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:var(--z-fab);position:fixed;right:24px}@media (max-width:768px){.WhatsAppWidget-module__Uk31Pa__whatsappWrapper{right:16px;bottom:calc(var(--fab-offset,24px) + env(safe-area-inset-bottom,0px))}}.WhatsAppWidget-module__Uk31Pa__triggerBtn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #25d36666}.WhatsAppWidget-module__Uk31Pa__triggerBtn:hover{transform:scale(1.08);box-shadow:0 6px 24px #25d36699}.WhatsAppWidget-module__Uk31Pa__waIcon{width:28px;height:28px}.WhatsAppWidget-module__Uk31Pa__popover{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:300px;box-shadow:var(--shadow-elevated);animation:WhatsAppWidget-module__Uk31Pa__slideUp var(--duration-normal) var(--ease-out);position:absolute;bottom:70px;right:0;overflow:hidden}@keyframes WhatsAppWidget-module__Uk31Pa__slideUp{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.WhatsAppWidget-module__Uk31Pa__popoverHeader{background:var(--color-bg-secondary);padding:var(--space-4);align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border);display:flex}.WhatsAppWidget-module__Uk31Pa__popoverHeader strong{font-size:var(--text-sm);color:var(--color-text-primary);display:block}.WhatsAppWidget-module__Uk31Pa__popoverHeader p{font-size:var(--text-xs);color:var(--color-text-secondary);margin:0}.WhatsAppWidget-module__Uk31Pa__avatar{background:var(--accent-millionaire);width:36px;height:36px;color:var(--color-bg);font-weight:700;font-size:var(--text-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.WhatsAppWidget-module__Uk31Pa__closeBtn{color:var(--color-text-secondary);font-size:var(--text-xl);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-left:auto;display:inline-flex}.WhatsAppWidget-module__Uk31Pa__popoverBody{padding:var(--space-4)}.WhatsAppWidget-module__Uk31Pa__chatBubble{background:var(--color-bg-card);padding:var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-4);line-height:1.4}.WhatsAppWidget-module__Uk31Pa__startChatBtn{width:100%;padding:var(--space-3);color:#000;font-weight:600;font-size:var(--text-sm);text-align:center;border-radius:var(--radius-md);transition:filter var(--duration-fast) ease;background:#25d366;text-decoration:none;display:block}.WhatsAppWidget-module__Uk31Pa__startChatBtn:hover{filter:brightness(1.1)}
