@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap";
:root{--pearl:#f8f8f6;--snow:#f3f3f1;--cloud:#ebebeb;--fog:#d4d4d4;--ink:#111;--stone:#5a5a5a;--pebble:#9a9a9a;--ash:silver;--white:#fff;--ember:#2563eb;--ember-hover:#1d4ed8;--ember-soft:#eff6ff;--sage:#0d9488;--sage-hover:#0f766e;--sage-soft:#f0fdfa;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"Space Mono", "Courier New", monospace;--text-hero:clamp(42px, 6vw, 80px);--text-display:clamp(36px, 5vw, 68px);--text-heading:clamp(26px, 3.2vw, 44px);--text-title:clamp(19px, 1.8vw, 24px);--text-body-lg:18px;--text-body:16px;--text-body-sm:14px;--text-caption:12px;--text-mono:13px;--text-mono-sm:11px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--space-section:clamp(80px, 12vw, 140px);--maxw:1400px;--content-max:1140px;--reading-max:720px;--gutter:clamp(20px, 4vw, 48px);--header-h:68px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--radius-full:50%;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-smooth:cubic-bezier(.33, 1, .68, 1);--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 32px #00000014;--shadow-lg:0 20px 60px #0000001a;--bg:var(--pearl);--bg-alt:var(--snow);--bg-elevated:var(--white);--text-primary:var(--ink);--text-secondary:var(--stone);--text-muted:var(--pebble);--text-faint:var(--ash);--border:var(--cloud);--surface:var(--white);--header-bg:#f8f8f6d1;--header-border:#0000000f;--overlay:#1111117a;--input-bg:var(--white)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;background:0 0;border:none}img,video{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}::selection{background:var(--ember);color:var(--white)}:focus-visible{outline:2px solid var(--ember);outline-offset:3px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--snow)}::-webkit-scrollbar-thumb{background:var(--fog);border-radius:var(--radius-pill);border:2px solid var(--snow)}.text-hero{font-size:var(--text-hero);letter-spacing:-.04em;color:var(--text-primary);font-weight:800;line-height:1.06}.text-display{font-size:var(--text-display);letter-spacing:-.035em;color:var(--text-primary);font-weight:800;line-height:1.06}.text-heading{font-size:var(--text-heading);letter-spacing:-.025em;color:var(--text-primary);font-weight:700;line-height:1.12}.text-title{font-size:var(--text-title);color:var(--text-primary);font-weight:600;line-height:1.3}.text-body-lg{font-size:var(--text-body-lg);color:var(--text-secondary);line-height:1.72}.text-body{font-size:var(--text-body);color:var(--text-secondary);line-height:1.65}.text-body-sm{font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.55}.text-mono{font-family:var(--font-mono);font-size:var(--text-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted)}.text-accent{color:var(--ember)}.text-sage{color:var(--sage)}.text-muted{color:var(--text-muted)}.container{width:100%;max-width:var(--maxw);padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.container--content{max-width:var(--content-max);padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.section{padding-top:var(--space-section);padding-bottom:var(--space-section);position:relative}.section--white{background:var(--white)}.section--pearl{background:var(--pearl)}.section--snow{background:var(--snow)}.section--ink{background:var(--ink);color:var(--white)}.grid{gap:var(--space-lg);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.gap-2xl{gap:var(--space-2xl)}.btn{border-radius:var(--radius-pill);white-space:nowrap;height:50px;transition:background .2s var(--ease-smooth), border-color .2s var(--ease-smooth), box-shadow .2s var(--ease-smooth), transform .15s var(--ease-out);justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:15px;font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn--primary{background:var(--ink);color:var(--white)}.btn--primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.btn--secondary{background:var(--white);color:var(--ink);border:1.5px solid var(--cloud)}.btn--secondary:hover{border-color:var(--fog);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn--sm{height:40px;padding:0 20px;font-size:14px}.btn--lg{height:56px;padding:0 36px;font-size:16px}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:border-color .25s var(--ease-smooth), box-shadow .25s var(--ease-smooth), transform .25s var(--ease-smooth)}.card:hover{border-color:var(--fog);box-shadow:var(--shadow-md);transform:translateY(-3px)}.divider{background:var(--border);border:none;width:100%;height:1px}.header-glass{height:var(--header-h);background:var(--header-bg);-webkit-backdrop-filter:blur(20px)saturate(1.4);border-bottom:1px solid var(--header-border);z-index:1000;position:fixed;top:0;left:0;right:0}.link{color:var(--ember)}.link:hover{color:var(--ember-hover)}.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}.text-center{text-align:center}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mb-2xl{margin-bottom:var(--space-2xl)}.w-full{width:100%}.relative{position:relative}.overflow-hidden{overflow:hidden}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--header-h:60px;--text-body-lg:17px;--text-body:15px;--text-body-sm:13px}.hide-mobile{display:none}.show-mobile{display:block}.btn{height:46px;padding:0 22px}}@media (max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}
.Footer-module__UDEoiW__footer{background:var(--snow,#f3f3f1);color:var(--ink,#111);border-top:1px solid var(--cloud,#ebebeb);padding:clamp(56px,8vw,96px) 0 0;position:relative;overflow:hidden}.Footer-module__UDEoiW__bgGrid{pointer-events:none;background-image:linear-gradient(#00000009 1px,#0000 1px),linear-gradient(90deg,#00000009 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 30%,#0000 80%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 30%,#0000 80%)}.Footer-module__UDEoiW__bgGlow{filter:blur(80px);pointer-events:none;background:radial-gradient(#2563eb14,#0000 60%);width:700px;height:500px;position:absolute;top:-5%;right:0}.Footer-module__UDEoiW__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(20px,4vw,48px);position:relative}.Footer-module__UDEoiW__newsletter{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:linear-gradient(140deg,#fffffff2 0%,#2563eb0f 100%);border:1px solid #2563eb1a;border-radius:24px;grid-template-columns:1.2fr 1fr;align-items:center;gap:clamp(32px,5vw,64px);margin-bottom:clamp(56px,7vw,80px);padding:clamp(36px,5vw,56px);display:grid;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000f,0 4px 16px #2563eb0d,inset 0 1px #ffffffe6}.Footer-module__UDEoiW__newsletter:before{content:"";filter:blur(50px);pointer-events:none;background:radial-gradient(#2563eb21,#0000 60%);width:50%;height:200%;position:absolute;bottom:-50%;right:-10%}.Footer-module__UDEoiW__newsletter:after{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#6366f112,#0000 65%);width:40%;height:100%;position:absolute;top:-40%;left:-10%}.Footer-module__UDEoiW__newsletterContent{z-index:1;position:relative}.Footer-module__UDEoiW__tag{-webkit-backdrop-filter:blur(12px);height:30px;font-family:var(--font-mono,"Space Mono", monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--stone,#5a5a5a);background:#ffffffb3;border:1px solid #2563eb1a;border-radius:999px;align-items:center;gap:10px;margin-bottom:18px;padding:0 14px 0 10px;font-size:11px;font-weight:700;display:inline-flex}.Footer-module__UDEoiW__tagDot{background:var(--ember,#2563eb);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Footer-module__UDEoiW__pulse;box-shadow:0 0 0 4px #2563eb2e}@keyframes Footer-module__UDEoiW__pulse{0%,to{opacity:1}50%{opacity:.5}}.Footer-module__UDEoiW__newsletterTitle{letter-spacing:-.035em;color:var(--ink,#111);margin:0 0 14px;font-size:clamp(24px,3.4vw,38px);font-weight:800;line-height:1.1}.Footer-module__UDEoiW__accent{color:var(--ember,#2563eb);display:inline-block;position:relative}.Footer-module__UDEoiW__accent:after{content:"";z-index:-1;background:#2563eb24;border-radius:4px;height:.18em;position:absolute;bottom:.08em;left:0;right:0}.Footer-module__UDEoiW__newsletterDesc{color:var(--stone,#5a5a5a);max-width:440px;margin:0;font-size:14px;line-height:1.65}.Footer-module__UDEoiW__newsletterForm{z-index:1;flex-wrap:wrap;gap:10px;display:flex;position:relative}.Footer-module__UDEoiW__inputWrap{flex:1;align-items:center;min-width:200px;display:flex;position:relative}.Footer-module__UDEoiW__inputIcon{color:var(--pebble,#9a9a9a);pointer-events:none;position:absolute;left:18px}.Footer-module__UDEoiW__input{border:1px solid var(--cloud,#ebebeb);width:100%;height:54px;color:var(--ink,#111);background:#fff;border-radius:999px;padding:0 18px 0 44px;font-size:14px;font-weight:500;transition:border-color .25s,box-shadow .25s}.Footer-module__UDEoiW__input::placeholder{color:var(--pebble,#9a9a9a)}.Footer-module__UDEoiW__input:focus{border-color:var(--ember,#2563eb);outline:none;box-shadow:0 0 0 4px #2563eb1a}.Footer-module__UDEoiW__submitBtn{background:var(--ember,#2563eb);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:8px;height:54px;padding:0 26px;font-size:14px;font-weight:600;transition:background .25s,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,gap .3s;display:inline-flex;box-shadow:0 8px 24px #2563eb52}.Footer-module__UDEoiW__submitBtn:hover{background:#1d4ed8;gap:12px;transform:translateY(-2px);box-shadow:0 14px 32px #2563eb7a}.Footer-module__UDEoiW__main{grid-template-columns:1.2fr 2fr;gap:clamp(40px,6vw,80px);padding-bottom:clamp(40px,5vw,56px);display:grid}.Footer-module__UDEoiW__brand{flex-direction:column;display:flex}.Footer-module__UDEoiW__logo{letter-spacing:-.03em;color:var(--ink,#111);margin-bottom:16px;font-size:24px;font-weight:800;text-decoration:none;transition:color .25s;display:inline-block}.Footer-module__UDEoiW__logo:hover{color:var(--ember,#2563eb)}.Footer-module__UDEoiW__brandDesc{color:var(--stone,#5a5a5a);max-width:360px;margin:0 0 28px;font-size:14px;line-height:1.65}.Footer-module__UDEoiW__stores{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__UDEoiW__storeBtn{background:var(--ink,#111);color:#fff;border:1px solid var(--ink,#111);border-radius:12px;align-items:center;gap:10px;height:46px;padding:0 18px;text-decoration:none;transition:background .25s,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:inline-flex}.Footer-module__UDEoiW__storeBtn:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 10px 24px #0000002e}.Footer-module__UDEoiW__storeText{flex-direction:column;line-height:1.1;display:flex}.Footer-module__UDEoiW__storeLabel{letter-spacing:.05em;text-transform:uppercase;color:#ffffffa6;font-size:8px;font-weight:500}.Footer-module__UDEoiW__storeName{letter-spacing:-.01em;color:#fff;margin-top:1px;font-size:13px;font-weight:700}.Footer-module__UDEoiW__columns{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.Footer-module__UDEoiW__column{flex-direction:column;display:flex}.Footer-module__UDEoiW__columnTitle{font-family:var(--font-mono,"Space Mono", monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--pebble,#9a9a9a);margin:0 0 18px;font-size:11px;font-weight:700}.Footer-module__UDEoiW__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__UDEoiW__link{color:var(--stone,#5a5a5a);font-size:14px;font-weight:500;text-decoration:none;transition:color .25s,transform .25s;display:inline-block}.Footer-module__UDEoiW__link:hover{color:var(--ember,#2563eb);transform:translate(3px)}.Footer-module__UDEoiW__bottom{border-top:1px solid var(--cloud,#ebebeb);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;display:flex}.Footer-module__UDEoiW__bottomLeft{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.Footer-module__UDEoiW__copyright{color:var(--pebble,#9a9a9a);margin:0;font-size:12px}.Footer-module__UDEoiW__legal{align-items:center;gap:12px;display:flex}.Footer-module__UDEoiW__legalLink{color:var(--stone,#5a5a5a);font-size:12px;text-decoration:none;transition:color .25s}.Footer-module__UDEoiW__legalLink:hover{color:var(--ember,#2563eb)}.Footer-module__UDEoiW__legalDot{background:var(--ash,silver);border-radius:50%;width:3px;height:3px}.Footer-module__UDEoiW__socials{gap:8px;display:flex}.Footer-module__UDEoiW__social{border:1px solid var(--cloud,#ebebeb);width:36px;height:36px;color:var(--stone,#5a5a5a);background:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .25s,border-color .25s,color .25s,box-shadow .25s,transform .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.Footer-module__UDEoiW__social:hover{background:var(--ember,#2563eb);border-color:var(--ember,#2563eb);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.Footer-module__UDEoiW__bigBrand{z-index:0;letter-spacing:-.05em;text-align:center;color:#2563eb1a;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;margin-top:-20px;padding:0 20px;font-size:clamp(80px,18vw,240px);font-weight:900;line-height:.85;position:relative;overflow:hidden}@media (max-width:900px){.Footer-module__UDEoiW__newsletter{grid-template-columns:1fr;gap:24px}.Footer-module__UDEoiW__main{grid-template-columns:1fr;gap:40px}.Footer-module__UDEoiW__brandDesc{max-width:100%}}@media (max-width:640px){.Footer-module__UDEoiW__footer{padding-top:48px}.Footer-module__UDEoiW__newsletter{border-radius:20px;padding:28px 22px}.Footer-module__UDEoiW__newsletterForm{flex-direction:column}.Footer-module__UDEoiW__inputWrap,.Footer-module__UDEoiW__submitBtn{width:100%}.Footer-module__UDEoiW__submitBtn{justify-content:center}.Footer-module__UDEoiW__columns{grid-template-columns:repeat(2,1fr);gap:28px}.Footer-module__UDEoiW__bottom{flex-direction:column;align-items:flex-start;gap:18px}.Footer-module__UDEoiW__bottomLeft{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:400px){.Footer-module__UDEoiW__columns{grid-template-columns:1fr;gap:24px}.Footer-module__UDEoiW__stores{flex-direction:column}.Footer-module__UDEoiW__storeBtn{justify-content:flex-start;width:100%}}
.Header-module__KppamW__header{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(160%);background:#f8f8f6bf;border-bottom:1px solid #fff6;height:72px;transition:transform .45s cubic-bezier(.22,1,.36,1),background .35s,border-color .35s,box-shadow .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #00000005}.Header-module__KppamW__scrolled{-webkit-backdrop-filter:blur(20px)saturate(160%);background:#f8f8f6c7;border-bottom:1px solid #2563eb14;box-shadow:0 4px 24px #0000000a,0 1px #2563eb0f}.Header-module__KppamW__hidden{transform:translateY(-110%)}.Header-module__KppamW__container{grid-template-columns:auto 1fr auto;align-items:center;gap:32px;max-width:1280px;height:100%;margin:0 auto;padding:0 clamp(20px,3vw,32px);display:grid}.Header-module__KppamW__logo{color:var(--ink,#111);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.Header-module__KppamW__logoMark{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .4s cubic-bezier(.22,1,.36,1);display:inline-flex;overflow:hidden}.Header-module__KppamW__logoMark img{object-fit:contain;width:100%!important;height:100%!important}.Header-module__KppamW__logoMark img{object-fit:contain;width:100%!important;height:100%!important}.Header-module__KppamW__logo:hover .Header-module__KppamW__logoMark{transform:rotate(-6deg)scale(1.05)}.Header-module__KppamW__logoText{letter-spacing:-.025em;color:var(--ink,#111);font-size:18px;font-weight:800;transition:color .3s}.Header-module__KppamW__logo:hover .Header-module__KppamW__logoText{color:var(--ember,#2563eb)}.Header-module__KppamW__nav{justify-content:center;align-items:center;gap:4px;display:flex}.Header-module__KppamW__navLink{color:var(--stone,#5a5a5a);border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s,background .25s;display:inline-flex;position:relative}.Header-module__KppamW__navLink:hover{color:var(--ink,#111);background:#2563eb0f}.Header-module__KppamW__navActive{color:var(--ember,#2563eb);background:#2563eb14;font-weight:600}.Header-module__KppamW__navDot{background:var(--ember,#2563eb);border-radius:50%;width:5px;height:5px;animation:.45s cubic-bezier(.22,1,.36,1) Header-module__KppamW__dotIn;box-shadow:0 0 0 3px #2563eb2e}@keyframes Header-module__KppamW__dotIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Header-module__KppamW__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module__KppamW__btnGhost{height:40px;color:var(--stone,#5a5a5a);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:color .25s,background .25s;display:inline-flex}.Header-module__KppamW__btnGhost:hover{color:var(--ember,#2563eb);background:#2563eb0f}.Header-module__KppamW__btnPrimary{background:var(--ink,#111);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:8px;height:42px;padding:0 22px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:background .25s,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,gap .3s;display:inline-flex;box-shadow:0 4px 14px #0000001a}.Header-module__KppamW__btnPrimary:hover{background:var(--ember,#2563eb);gap:10px;transform:translateY(-1px);box-shadow:0 10px 24px #2563eb59}.Header-module__KppamW__btnPrimary svg{transition:transform .3s cubic-bezier(.22,1,.36,1)}.Header-module__KppamW__btnPrimary:hover svg{transform:translate(2px)}.Header-module__KppamW__menuBtn{-webkit-backdrop-filter:blur(12px);border:1px solid var(--cloud,#ebebeb);width:42px;height:42px;color:var(--ink,#111);cursor:pointer;background:#ffffffb3;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,border-color .25s,color .25s,transform .3s,box-shadow .3s;display:none}.Header-module__KppamW__menuBtn:hover{background:var(--ember,#2563eb);color:#fff;border-color:var(--ember,#2563eb);box-shadow:0 6px 16px #2563eb47}.Header-module__KppamW__overlay{-webkit-backdrop-filter:blur(8px);z-index:1100;opacity:0;pointer-events:none;background:#11111173;transition:opacity .35s;position:fixed;inset:0}.Header-module__KppamW__overlayOpen{opacity:1;pointer-events:auto}.Header-module__KppamW__drawer{background:var(--pearl,#f8f8f6);z-index:1200;flex-direction:column;width:min(420px,88vw);transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-20px 0 60px #0000001f}.Header-module__KppamW__drawer:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#2563eb1f,#0000 60%);width:80%;height:60%;position:absolute;top:-20%;right:-20%}.Header-module__KppamW__drawer:after{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#6366f114,#0000 65%);width:70%;height:50%;position:absolute;bottom:-10%;left:-20%}.Header-module__KppamW__drawerOpen{transform:translate(0)}.Header-module__KppamW__drawerHead{border-bottom:1px solid var(--cloud,#ebebeb);justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:relative}.Header-module__KppamW__closeBtn{border:1px solid var(--cloud,#ebebeb);width:38px;height:38px;color:var(--ink,#111);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,color .25s,border-color .25s,transform .3s;display:inline-flex}.Header-module__KppamW__closeBtn:hover{background:var(--ember,#2563eb);color:#fff;border-color:var(--ember,#2563eb);transform:rotate(90deg);box-shadow:0 4px 14px #2563eb47}.Header-module__KppamW__drawerNav{flex-direction:column;flex:1;padding:16px;display:flex;overflow-y:auto}.Header-module__KppamW__drawerLink{letter-spacing:-.015em;color:var(--ink,#111);opacity:0;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 18px;font-size:17px;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:flex;position:relative;transform:translate(20px)}.Header-module__KppamW__drawerOpen .Header-module__KppamW__drawerLink{animation:Header-module__KppamW__slideIn .5s cubic-bezier(.22, 1, .36, 1) var(--di,0s) forwards}@keyframes Header-module__KppamW__slideIn{to{opacity:1;transform:translate(0)}}.Header-module__KppamW__drawerLink:hover{color:var(--ember,#2563eb);background:#2563eb0d}.Header-module__KppamW__drawerLink:hover .Header-module__KppamW__drawerLinkArrow{opacity:1;transform:translate(0)}.Header-module__KppamW__drawerLinkArrow{color:var(--ember,#2563eb);opacity:0;transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1);transform:translate(-6px)}.Header-module__KppamW__drawerLinkActive{color:var(--ember,#2563eb);background:#2563eb14;box-shadow:0 4px 14px #0000000a,inset 0 0 0 1px #2563eb1f}.Header-module__KppamW__drawerLinkActive .Header-module__KppamW__drawerLinkArrow{opacity:1;transform:translate(0)}.Header-module__KppamW__drawerFoot{border-top:1px solid var(--cloud,#ebebeb);-webkit-backdrop-filter:blur(12px);background:#ffffff80;flex-direction:column;gap:10px;padding:20px 24px 28px;display:flex;position:relative}.Header-module__KppamW__drawerGhost{border:1px solid var(--cloud,#ebebeb);height:50px;color:var(--ink,#111);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:border-color .25s,background .25s,color .25s;display:inline-flex}.Header-module__KppamW__drawerGhost:hover{border-color:var(--ember,#2563eb);color:var(--ember,#2563eb);background:#2563eb0a}.Header-module__KppamW__drawerPrimary{background:var(--ink,#111);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:50px;padding:0 22px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:background .25s,gap .3s,box-shadow .3s;display:inline-flex;box-shadow:0 8px 24px #0000001f}.Header-module__KppamW__drawerPrimary:hover{background:var(--ember,#2563eb);gap:12px;box-shadow:0 10px 28px #2563eb59}.Header-module__KppamW__drawerNote{text-align:center;color:var(--stone,#5a5a5a);margin:8px 0 0;font-size:13px}.Header-module__KppamW__drawerNote a{color:var(--ember,#2563eb);font-weight:600;text-decoration:none;transition:color .25s}.Header-module__KppamW__drawerNote a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:1100px){.Header-module__KppamW__container{gap:20px}.Header-module__KppamW__navLink{padding:8px 12px}.Header-module__KppamW__btnGhost{padding:0 14px}.Header-module__KppamW__btnPrimary{padding:0 18px;font-size:13px}}@media (max-width:960px){.Header-module__KppamW__nav,.Header-module__KppamW__actions{display:none}.Header-module__KppamW__menuBtn{display:inline-flex}.Header-module__KppamW__container{justify-content:space-between;display:flex}}@media (max-width:560px){.Header-module__KppamW__header{height:64px}.Header-module__KppamW__logoText{font-size:16px}.Header-module__KppamW__logoMark{width:32px;height:32px}}@media (prefers-reduced-motion:reduce){.Header-module__KppamW__header,.Header-module__KppamW__drawer,.Header-module__KppamW__drawerLink,.Header-module__KppamW__navDot{transition:none;animation:none}}
.LoginModal-module__cnTbjq__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.LoginModal-module__cnTbjq__modal{background:var(--bg);border:1px solid var(--border);border-radius:4px;width:90%;max-width:400px;padding:32px;position:relative;box-shadow:0 20px 40px #0000001a}.LoginModal-module__cnTbjq__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px;font-size:16px;transition:color .2s;position:absolute;top:16px;right:16px}.LoginModal-module__cnTbjq__closeBtn:hover{color:var(--text)}.LoginModal-module__cnTbjq__title{text-align:center;color:var(--text);margin-bottom:24px;font-size:24px;font-weight:400}.LoginModal-module__cnTbjq__subtitle{text-align:center;color:var(--text-light);margin-bottom:32px;font-size:14px;line-height:1.5}.LoginModal-module__cnTbjq__form{flex-direction:column;gap:24px;display:flex}.LoginModal-module__cnTbjq__inputGroup{flex-direction:column;display:flex}.LoginModal-module__cnTbjq__input{border:1px solid var(--border);background:var(--bg);border-radius:4px;padding:12px 16px;font-size:14px;transition:border-color .2s}.LoginModal-module__cnTbjq__input:focus{border-color:var(--text);outline:none}.LoginModal-module__cnTbjq__error{color:var(--text-light);margin-top:4px;font-size:12px}.LoginModal-module__cnTbjq__otpInputs{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.LoginModal-module__cnTbjq__otpInput{text-align:center;border:1px solid var(--border);background:var(--bg);border-radius:4px;width:40px;height:40px;font-size:16px;transition:border-color .2s}.LoginModal-module__cnTbjq__otpInput:focus{border-color:var(--text);outline:none}.LoginModal-module__cnTbjq__primaryBtn{background:var(--text);color:var(--bg);cursor:pointer;border:none;border-radius:4px;padding:12px;font-size:14px;font-weight:500;transition:background .2s}.LoginModal-module__cnTbjq__primaryBtn:hover{background:var(--text-light)}.LoginModal-module__cnTbjq__secondaryBtn{color:var(--text-light);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:12px;font-size:14px;transition:color .2s}.LoginModal-module__cnTbjq__secondaryBtn:hover{color:var(--text)}@media (max-width:480px){.LoginModal-module__cnTbjq__modal{width:95%;padding:24px 16px}.LoginModal-module__cnTbjq__otpInput{width:36px;height:36px;font-size:14px}}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
