@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);:root{--color-bg:#000000;--color-text:#FFFFFF;--color-accent:#FFFFFF;--color-muted:#666666;--color-border:#333333;--font-display:"Montserrat",sans-serif;--transition-smooth:cubic-bezier(.23, 1, .32, 1);--transition-bounce:cubic-bezier(.68, -.55, .265, 1.55)}.notfound-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--color-bg);color:var(--color-text);font-family:var(--font-display);overflow:hidden;perspective:1000px}.notfound-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.shape{position:absolute;opacity:.15;animation:20s ease-in-out infinite float}.shape-1{width:400px;height:400px;border:1px solid var(--color-accent);border-radius:50%;top:-100px;right:-100px;animation-delay:0s}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.05) 100%);transform:rotate(45deg);bottom:10%;left:5%;animation-delay:-5s}.shape-3{width:300px;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);top:30%;left:0;animation-delay:-10s}.shape-4{width:150px;height:150px;border:1px solid var(--color-border);bottom:20%;right:10%;transform:rotate(15deg);animation-delay:-15s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-30px) rotate(5deg)}50%{transform:translate(-20px,20px) rotate(-3deg)}75%{transform:translate(20px,10px) rotate(2deg)}}.notfound-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;transition:transform .3s var(--transition-smooth)}.notfound-code{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem;position:relative}.code-digit{font-size:clamp(120px,25vw,280px);font-weight:900;line-height:1;letter-spacing:-.05em;color:var(--color-text);position:relative}.code-zero-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:clamp(100px,20vw,240px);height:clamp(120px,25vw,280px)}.code-zero-ring{position:absolute;border:1px solid var(--color-border);border-radius:50%;animation:3s ease-out infinite pulse-ring}.code-zero-ring:first-child{width:100%;height:100%;animation-delay:0s}.code-zero-ring:nth-child(2){width:130%;height:130%;opacity:.5;animation-delay:-1s}.code-zero-ring:nth-child(3){width:160%;height:160%;opacity:.2;animation-delay:-2s}@keyframes pulse-ring{0%{transform:scale(.8);opacity:0}50%{opacity:.5}to{transform:scale(1.2);opacity:0}}.glitch-text,.glitch-wrapper{position:relative;display:inline-block}.glitch-text:after,.glitch-text:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.glitch-text:before{color:red;animation:3s linear infinite alternate-reverse glitch-1;clip-path:polygon(0 0,100% 0,100% 35%,0 35%)}.glitch-text:after{color:#0ff;animation:3s linear infinite alternate-reverse glitch-2;clip-path:polygon(0 65%,100% 65%,100% 100%,0 100%)}@keyframes glitch-1{0%,90%,to{opacity:0;transform:translate(0)}92%{opacity:.8;transform:translate(-5px)}94%{opacity:.8;transform:translate(5px)}96%{opacity:.8;transform:translate(-3px)}}@keyframes glitch-2{0%,85%,to{opacity:0;transform:translate(0)}87%{opacity:.8;transform:translate(5px)}89%{opacity:.8;transform:translate(-5px)}91%{opacity:.8;transform:translate(3px)}}.notfound-message{margin-bottom:3rem}.notfound-title{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.title-line{font-size:clamp(24px,5vw,48px);font-weight:300;letter-spacing:.3em;line-height:1.2}.title-line.accent{font-weight:800;letter-spacing:.15em;background:linear-gradient(90deg,#fff,#888,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:3s linear infinite shine}@keyframes shine{to{background-position:200% center}}.notfound-description{font-size:clamp(14px,2vw,16px);color:var(--color-muted);line-height:1.8;font-weight:300;letter-spacing:.05em}.notfound-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.notfound-btn{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:var(--font-display);font-size:12px;font-weight:600;letter-spacing:.15em;text-decoration:none;text-transform:uppercase;transition:all .4s var(--transition-smooth);overflow:hidden;cursor:pointer}.notfound-btn-primary{background:var(--color-text);color:var(--color-bg);border:1px solid var(--color-text)}.notfound-btn-primary:hover{background:0 0;color:var(--color-text)}.notfound-btn-primary .btn-arrow{transition:transform .3s var(--transition-smooth)}.notfound-btn-primary:hover .btn-arrow{transform:translate(5px)}.btn-glitch{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.1) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s var(--transition-smooth)}.notfound-btn-primary:hover .btn-glitch{transform:translate(100%)}.notfound-btn-secondary{color:var(--color-text);background:0 0;border:1px solid var(--color-border)}.notfound-btn-secondary .btn-line{position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-text);transition:width .4s var(--transition-smooth)}.notfound-btn-secondary:hover{border-color:var(--color-text)}.notfound-btn-secondary:hover .btn-line{width:100%}.notfound-coordinates{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;font-size:10px;letter-spacing:.2em;color:var(--color-muted);font-family:Courier New,monospace}.coord-divider{width:4px;height:4px;background:var(--color-border);transform:rotate(45deg)}.corner{position:fixed;width:60px;height:60px;border:1px solid var(--color-border);pointer-events:none;z-index:2}.corner-tl{top:2rem;left:2rem;border-right:none;border-bottom:none}.corner-tr{top:2rem;right:2rem;border-left:none;border-bottom:none}.corner-bl{bottom:2rem;left:2rem;border-right:none;border-top:none}.corner-br{bottom:2rem;right:2rem;border-left:none;border-top:none}@media (max-width:768px){.notfound-actions{flex-direction:column;width:100%}.notfound-btn{width:100%;justify-content:center}.corner{width:30px;height:30px}.notfound-coordinates,.shape-1,.shape-4{display:none}}::selection{background:var(--color-text);color:var(--color-bg)}:root{--color-bg:#000000;--color-bg-secondary:#0a0a0a;--color-surface:#111111;--color-surface-hover:#1a1a1a;--color-text:#ffffff;--text-muted:#888888;--color-border:#222222;--color-border-hover:#333333;--color-accent:#ffffff;--font-display:"TT Firs Neue",-apple-system,BlinkMacSystemFont,sans-serif;--font-body:"TT Firs Neue",-apple-system,BlinkMacSystemFont,sans-serif;--text-xs:clamp(.75rem, .7rem + .25vw, .875rem);--text-sm:clamp(.875rem, .8rem + .35vw, 1rem);--text-base:clamp(1rem, .9rem + .5vw, 1.25rem);--text-lg:clamp(1.125rem, 1rem + .75vw, 1.5rem);--text-xl:clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem);--text-2xl:clamp(2rem, 1.5rem + 2.5vw, 4rem);--text-3xl:clamp(3rem, 2rem + 5vw, 8rem);--space-xs:clamp(.5rem, .4rem + .5vw, .75rem);--space-sm:clamp(.75rem, .6rem + .75vw, 1.25rem);--space-md:clamp(1rem, .8rem + 1vw, 2rem);--space-lg:clamp(2rem, 1.5rem + 2.5vw, 4rem);--space-xl:clamp(3rem, 2rem + 5vw, 8rem);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out-expo:cubic-bezier(.87, 0, .13, 1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.6s;--max-width:1600px;--header-height:80px;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal-backdrop:400;--z-modal:500;--z-popover:600;--z-tooltip:700;--z-toast:800}[data-theme=light]{--color-bg:#ffffff;--color-bg-secondary:#fafafa;--color-surface:#f5f5f5;--color-surface-hover:#eeeeee;--color-text:#000000;--text-muted:#666666;--color-border:#e0e0e0;--color-border-hover:#cccccc}@media (prefers-reduced-motion:reduce){.code-zero-ring,.glitch-text:after,.glitch-text:before,.shape,.title-line.accent{animation:none}.notfound-content{transition:none}*,:after,:before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important}}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Thin.woff2) format("woff2"),url(/fonts/TTFirsNeue-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-ExtraLight.woff2) format("woff2"),url(/fonts/TTFirsNeue-ExtraLight.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Light.woff2) format("woff2"),url(/fonts/TTFirsNeue-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Regular.woff2) format("woff2"),url(/fonts/TTFirsNeue-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Medium.woff2) format("woff2"),url(/fonts/TTFirsNeue-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-DemiBold.woff2) format("woff2"),url(/fonts/TTFirsNeue-DemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Bold.woff2) format("woff2"),url(/fonts/TTFirsNeue-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-ExtraBold.woff2) format("woff2"),url(/fonts/TTFirsNeue-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Black.woff2) format("woff2"),url(/fonts/TTFirsNeue-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-Italic.woff2) format("woff2"),url(/fonts/TTFirsNeue-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-BoldItalic.woff2) format("woff2"),url(/fonts/TTFirsNeue-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:TT Firs Neue;src:url(/fonts/TTFirsNeue-BlackItalic.woff2) format("woff2"),url(/fonts/TTFirsNeue-BlackItalic.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:0 0;color:inherit}ol,ul{list-style:none}.latish-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);background:var(--color-bg);z-index:9999}.latish-loading__spinner{width:40px;height:40px;border:2px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:1s linear infinite spin}.latish-loading__text{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;letter-spacing:.2em}@keyframes spin{to{transform:rotate(360deg)}}.latish-website{min-height:100vh;display:flex;flex-direction:column}.latish-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-fixed);background:#0009;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all var(--duration-normal) ease}.latish-header--scrolled{background:#000000e6;border-bottom-color:var(--color-border)}.latish-nav{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:var(--space-sm) var(--space-md)}.latish-logo{font-family:var(--font-display);font-size:var(--text-xl);font-weight:900;letter-spacing:.1em}.latish-nav__links{display:flex;gap:var(--space-lg)}.latish-nav__links a,.latish-nav__links--mobile a{font-size:var(--text-sm);font-weight:500;letter-spacing:.05em;text-transform:uppercase;opacity:.7;transition:opacity var(--duration-fast) ease;position:relative}.latish-nav__links a.latish-nav__link--active,.latish-nav__links a:hover,.latish-nav__links--mobile a:hover{opacity:1}.latish-nav__links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-text);transition:width var(--duration-fast) ease}.latish-nav__links a.latish-nav__link--active:after,.latish-nav__links a:hover:after{width:100%}.latish-header__actions{display:flex;align-items:center;gap:var(--space-xs)}.latish-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background var(--duration-fast) ease;position:relative}.latish-icon-btn:hover{background:var(--color-surface)}.latish-cart-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--color-text);color:var(--color-bg);font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}@keyframes latish-cart-bounce{0%,to{transform:scale(1)}30%{transform:scale(1.35) rotate(-8deg)}55%{transform:scale(.9) rotate(5deg)}75%{transform:scale(1.15) rotate(-3deg)}}.latish-cart-icon--bounce{animation:.55s cubic-bezier(.36,.07,.19,.97) latish-cart-bounce}.latish-menu-toggle{display:none;flex-direction:column;justify-content:center;width:40px;height:40px;gap:6px;padding:8px;background:0 0;border:none;cursor:pointer}.latish-menu-toggle span{display:block;width:100%;height:2px;background:var(--color-text);transition:all var(--duration-fast) ease}.latish-menu-toggle--open span:first-child{transform:rotate(45deg) translate(5px,5px)}.latish-menu-toggle--open span:last-child{transform:rotate(-45deg) translate(5px,-5px)}.latish-mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--space-md);border-top:1px solid var(--color-border);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all var(--duration-normal) var(--ease-out-expo)}.latish-mobile-menu--open{transform:translateY(0);opacity:1;pointer-events:all}.latish-nav__links--mobile{display:flex;flex-direction:column;gap:var(--space-md)}.latish-nav__links--mobile a{font-size:var(--text-xl);padding:var(--space-xs) 0}.latish-main{flex:1;padding-top:var(--header-height)}.latish-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:var(--z-modal-backdrop)}.latish-cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:480px;height:100vh;background:var(--color-bg);border-left:1px solid var(--color-border);z-index:var(--z-modal);display:flex;flex-direction:column}.latish-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md);border-bottom:1px solid var(--color-border)}.latish-cart-drawer__header h2{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700}.latish-cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background var(--duration-fast) ease}.latish-cart-drawer__close:hover{background:var(--color-surface)}.latish-cart-drawer__content{flex:1;overflow-y:auto;padding:var(--space-md)}.latish-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);height:100%;text-align:center;opacity:.6}.latish-cart-empty svg{opacity:.5}.latish-cart-items{display:flex;flex-direction:column;gap:var(--space-md)}.latish-cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:var(--space-sm);padding:var(--space-sm);background:var(--color-surface);border-radius:8px}.latish-cart-item__image{aspect-ratio:3/4;border-radius:4px;overflow:hidden;background:var(--color-bg-secondary)}.latish-cart-item__image img{width:100%;height:100%;object-fit:cover}.latish-cart-item__info{display:flex;flex-direction:column;justify-content:center;gap:4px}.latish-cart-item__info h3{font-size:var(--text-sm);font-weight:600}.latish-cart-item__size{font-size:var(--text-xs);opacity:.6}.latish-cart-item__price{font-size:var(--text-sm);font-weight:700}.latish-cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.latish-cart-item__quantity{display:flex;align-items:center;gap:8px;background:var(--color-bg);border-radius:20px;padding:4px}.latish-cart-item__quantity button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:var(--text-lg);transition:background var(--duration-fast) ease}.latish-cart-item__quantity button:hover:not(:disabled){background:var(--color-surface)}.latish-cart-item__quantity span{min-width:24px;text-align:center;font-size:var(--text-sm);font-weight:600}.latish-cart-item__remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;opacity:.6;transition:all var(--duration-fast) ease}.latish-cart-item__remove:hover{opacity:1;background:var(--color-bg);color:#f44}.latish-cart-drawer__footer{padding:var(--space-md);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-sm)}.latish-cart-drawer__total{display:flex;justify-content:space-between;font-size:var(--text-lg);font-weight:700}.latish-cart-drawer__continue{font-size:var(--text-sm);opacity:.6;text-decoration:underline;transition:opacity var(--duration-fast) ease}.latish-cart-drawer__continue:hover{opacity:1}.latish-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--header-height));padding:var(--space-xl) var(--space-md);max-width:var(--max-width);margin:0 auto;gap:var(--space-xl);align-items:center}.latish-hero__content{display:flex;flex-direction:column;gap:var(--space-md)}.latish-hero__title{font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);font-weight:900;line-height:.9;letter-spacing:-.02em}.latish-hero__subtitle{font-size:.35em;font-weight:500;letter-spacing:.3em;opacity:.6}.latish-hero__desc{font-size:var(--text-lg);opacity:.7;max-width:400px;line-height:1.7}.latish-hero__actions{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.latish-hero__visual{display:flex;align-items:center;justify-content:center}.latish-hero__image-container{width:100%;aspect-ratio:4/5;border-radius:8px;overflow:hidden;position:relative}.latish-hero__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out-expo)}.latish-hero__image-container:hover .latish-hero__image{transform:scale(1.05)}.latish-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:100px;transition:all var(--duration-fast) ease}.latish-btn--small{padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs)}.latish-btn--large{padding:var(--space-sm) var(--space-lg);font-size:var(--text-base);width:100%}.latish-btn--primary{background:var(--color-text);color:var(--color-bg)}.latish-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.latish-btn--secondary{border:1px solid var(--color-border)}.latish-btn--secondary:hover{border-color:var(--color-text);background:var(--color-surface)}.latish-btn:disabled{opacity:.5;cursor:not-allowed}.latish-btn--loading{position:relative;color:transparent}.latish-btn--loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:.8s linear infinite spin}.latish-section{padding:var(--space-xl) var(--space-md);max-width:var(--max-width);margin:0 auto}.latish-section__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;margin-bottom:var(--space-lg);letter-spacing:-.02em}.latish-section__action{text-align:center;margin-top:var(--space-lg)}.latish-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-md)}.latish-products--large{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.latish-product-link{display:block}.latish-product-card{cursor:pointer;transform-style:preserve-3d;will-change:transform}.latish-product-card--out-of-stock{opacity:.6}.latish-product-card__image-wrapper{aspect-ratio:3/4;background:var(--color-surface);border-radius:8px;margin-bottom:var(--space-xs);overflow:hidden;position:relative}.latish-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-normal) var(--ease-out-expo)}.latish-product-card:hover .latish-product-card__image{transform:scale(1.05)}.latish-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--duration-fast) ease}.latish-product-card:hover .latish-product-card__overlay{opacity:1}.latish-product-card__overlay--visible{opacity:1!important}.latish-size-picker{width:90%;max-width:260px;background:#111;border:1px solid var(--color-border-hover);border-radius:12px;overflow:hidden;animation:fadeInUp .18s var(--ease-out-expo)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.latish-size-picker__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 8px;font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;border-bottom:1px solid var(--color-border)}.latish-size-picker__close{background:0 0;border:none;color:#fff6;cursor:pointer;font-size:12px;padding:2px 4px;line-height:1;transition:color .15s}.latish-size-picker__close:hover{color:#fff}.latish-size-picker__sizes{display:flex;flex-direction:column;gap:1px;padding:6px}.latish-size-picker__btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:0 0;border:1px solid transparent;border-radius:8px;padding:8px 12px;cursor:pointer;transition:background .12s,border-color .12s;color:#fff;text-align:left}.latish-size-picker__btn:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-border-hover)}.latish-size-picker__btn:disabled{opacity:.5;cursor:not-allowed}.latish-size-picker__name{font-size:var(--text-sm);font-weight:600}.latish-size-picker__price{font-size:var(--text-xs);color:#fff9}.latish-product-card__badge{position:absolute;top:var(--space-xs);left:var(--space-xs);background:var(--color-text);color:var(--color-bg);padding:4px 12px;font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:100px}.latish-product-card__info{display:flex;flex-direction:column;gap:4px}.latish-product-card__name{font-size:var(--text-sm);font-weight:600}.latish-product-card__price{font-size:var(--text-sm);opacity:.6}.latish-game-preview,.latish-lookbook-preview{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center;background:var(--color-surface);border-radius:16px;overflow:hidden;padding:var(--space-lg)}.latish-game-preview__content,.latish-lookbook-preview__content{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.latish-game-preview__title,.latish-lookbook-preview__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:900;line-height:1;letter-spacing:-.02em}.latish-game-preview__desc,.latish-lookbook-preview__desc{opacity:.7;line-height:1.7}.latish-game-preview__image,.latish-lookbook-preview__image{border-radius:8px;overflow:hidden}.latish-game-preview__image img,.latish-lookbook-preview__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out-expo)}.latish-game-preview:hover .latish-game-preview__image img,.latish-lookbook-preview:hover .latish-lookbook-preview__image img{transform:scale(1.05)}.latish-game-preview{direction:rtl}.latish-game-preview>*{direction:ltr}.latish-shop{padding:var(--space-lg) var(--space-md);max-width:var(--max-width);margin:0 auto}.latish-shop__header{margin-bottom:var(--space-lg)}.latish-shop__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;letter-spacing:-.02em}.latish-shop__count{opacity:.6;font-size:var(--text-sm);margin-top:var(--space-xs)}.latish-shop__filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border);gap:var(--space-md);flex-wrap:wrap}.latish-filters__categories{display:flex;gap:var(--space-xs);flex-wrap:wrap}.latish-filter-btn{padding:var(--space-xs) var(--space-sm);font-size:var(--text-sm);border:1px solid var(--color-border);border-radius:100px;transition:all var(--duration-fast) ease}.latish-filter-btn:hover{border-color:var(--color-border-hover)}.latish-filter-btn--active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.latish-select{padding:var(--space-xs) var(--space-sm);font-size:var(--text-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);cursor:pointer}.latish-shop__loading{display:flex;justify-content:center;padding:var(--space-xl)}.latish-spinner{width:40px;height:40px;border:2px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:1s linear infinite spin}.latish-product-page{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md)}.latish-product-page__gallery{display:flex;flex-direction:column;gap:var(--space-sm)}.latish-product-page__main-image{aspect-ratio:3/4;background:var(--color-surface);border-radius:8px;overflow:hidden}.latish-product-page__main-image img{width:100%;height:100%;object-fit:cover}.latish-product-page__thumbnails{display:flex;gap:var(--space-xs)}.latish-product-page__thumbnails button{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border-color var(--duration-fast) ease}.latish-product-page__thumbnails button.latish-thumb--active{border-color:var(--color-text)}.latish-product-page__thumbnails img{width:100%;height:100%;object-fit:cover}.latish-product-page__info{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-sm)}.latish-product-page__breadcrumb{display:flex;gap:var(--space-xs);font-size:var(--text-sm);opacity:.6}.latish-product-page__breadcrumb a:hover{opacity:1}.latish-product-page__name{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;letter-spacing:-.01em}.latish-product-page__price{display:flex;align-items:center;gap:var(--space-sm)}.latish-product-page__current-price{font-size:var(--text-lg);font-weight:700}.latish-product-page__old-price{font-size:var(--text-base);opacity:.5;text-decoration:line-through}.latish-product-page__description{opacity:.7;line-height:1.7}.latish-product-page__label{display:block;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.05em}.latish-size-grid{display:flex;gap:var(--space-xs);flex-wrap:wrap}.latish-size-btn{min-width:56px;height:48px;border:1px solid var(--color-border);border-radius:8px;font-size:var(--text-sm);font-weight:600;transition:all var(--duration-fast) ease;position:relative}.latish-size-btn:hover:not(:disabled){border-color:var(--color-border-hover)}.latish-size-btn--active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.latish-size-btn--disabled{opacity:.4;cursor:not-allowed}.latish-size-btn__note{position:absolute;top:2px;right:4px;font-size:8px;text-transform:uppercase}.latish-product-page__actions{margin-top:var(--space-xs)}.latish-product-page__features{padding-top:var(--space-md);border-top:1px solid var(--color-border)}.latish-product-page__features h3{font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.05em}.latish-product-page__features ul{display:flex;flex-direction:column;gap:8px}.latish-product-page__features li{font-size:var(--text-sm);opacity:.7;position:relative;padding-left:16px}.latish-product-page__features li:before{content:"•";position:absolute;left:0}.latish-product-page__shipping{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm);background:var(--color-surface);border-radius:8px;font-size:var(--text-sm);opacity:.8}.latish-lookbook{padding:var(--space-lg) var(--space-md);max-width:var(--max-width);margin:0 auto}.latish-lookbook__header{text-align:center;margin-bottom:var(--space-xl)}.latish-lookbook__title{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:900;letter-spacing:-.02em;line-height:1}.latish-lookbook__season{font-size:var(--text-lg);opacity:.6;letter-spacing:.2em;margin-top:var(--space-sm)}.latish-lookbook__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.latish-look{position:relative}.latish-look:first-child{grid-column:span 2}.latish-look__image-wrapper{aspect-ratio:16/10;border-radius:8px;overflow:hidden}.latish-look__image{width:100%;height:100%;object-fit:cover}.latish-look__title{margin-top:var(--space-xs);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.latish-story{padding:var(--space-lg) var(--space-md);max-width:800px;margin:0 auto}.latish-story__hero{text-align:center;margin-bottom:var(--space-xl);padding:var(--space-xl) 0}.latish-story__title{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:900;letter-spacing:-.02em;line-height:.9;margin-bottom:var(--space-md)}.latish-story__subtitle{font-size:var(--text-lg);opacity:.6}.latish-story__content{display:flex;flex-direction:column;gap:var(--space-xl)}.latish-story__section h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;margin-bottom:var(--space-sm);letter-spacing:-.01em}.latish-story__section p{opacity:.8;line-height:1.8;font-size:var(--text-base)}.latish-story__section--highlight{background:var(--color-surface);padding:var(--space-lg);border-radius:16px;text-align:center}.latish-story__section--highlight blockquote{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;font-style:italic;line-height:1.4;margin-bottom:var(--space-sm)}.latish-story__section--highlight cite{font-size:var(--text-sm);opacity:.6;font-style:normal}.latish-game{padding:var(--space-lg) var(--space-md);max-width:var(--max-width);margin:0 auto}.latish-game__header{text-align:center;margin-bottom:var(--space-xl)}.latish-game__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:900;letter-spacing:-.02em}.latish-game__subtitle{font-size:var(--text-base);opacity:.6;margin-top:var(--space-xs)}.latish-game__container{width:100%;max-width:1280px;margin:0 auto var(--space-xl);aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:var(--color-surface)}.latish-game__iframe{width:100%;height:100%;border:none}.latish-game__info{max-width:600px;margin:0 auto;text-align:center}.latish-game__info h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;margin-bottom:var(--space-sm)}.latish-game__info p{opacity:.7;line-height:1.7;margin-bottom:var(--space-md)}.latish-game__controls h3{font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.05em}.latish-game__controls ul{display:flex;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.latish-game__controls li{font-size:var(--text-sm);opacity:.8}.latish-checkout{padding:var(--space-lg) var(--space-md);max-width:800px;margin:0 auto}.latish-checkout__header{text-align:center;margin-bottom:var(--space-xl)}.latish-checkout__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;letter-spacing:-.02em}.latish-checkout__content{display:grid;gap:var(--space-xl)}.latish-checkout__section{background:var(--color-surface);border-radius:16px;padding:var(--space-md)}.latish-checkout__section-title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border)}.latish-checkout__items{display:flex;flex-direction:column;gap:var(--space-sm)}.latish-checkout-item{display:grid;grid-template-columns:60px 1fr auto;gap:var(--space-sm);align-items:center}.latish-checkout-item__image{aspect-ratio:3/4;border-radius:4px;overflow:hidden;background:var(--color-bg)}.latish-checkout-item__image img{width:100%;height:100%;object-fit:cover}.latish-checkout-item__info h4{font-size:var(--text-sm);font-weight:600}.latish-checkout-item__info p{font-size:var(--text-xs);opacity:.6}.latish-checkout-item__price{font-weight:700;font-size:var(--text-sm)}.latish-form__group{margin-bottom:var(--space-md)}.latish-form__label{display:block;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-xs)}.latish-form__input,.latish-form__select,.latish-form__textarea{width:100%;padding:var(--space-sm);background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-family:inherit;font-size:var(--text-base);transition:border-color var(--duration-fast) ease}.latish-form__input:focus,.latish-form__select:focus,.latish-form__textarea:focus{outline:0;border-color:var(--color-text)}.latish-form__textarea{resize:vertical;min-height:100px}.latish-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.latish-checkout__delivery-options{display:flex;flex-direction:column;gap:var(--space-sm)}.latish-delivery-option{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:all var(--duration-fast) ease}.latish-delivery-option:hover{border-color:var(--color-border-hover)}.latish-delivery-option--selected{border-color:var(--color-text);background:var(--color-surface-hover)}.latish-delivery-option__radio{width:20px;height:20px;border:2px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.latish-delivery-option--selected .latish-delivery-option__radio{border-color:var(--color-text)}.latish-delivery-option__radio:after{content:"";width:8px;height:8px;background:var(--color-text);border-radius:50%;opacity:0;transition:opacity var(--duration-fast) ease}.latish-delivery-option--selected .latish-delivery-option__radio:after{opacity:1}.latish-delivery-option__info{flex:1}.latish-delivery-option__name{font-weight:600;font-size:var(--text-sm)}.latish-delivery-option__date{font-size:var(--text-xs);opacity:.6}.latish-delivery-option__price{font-weight:700;font-size:var(--text-base)}.latish-checkout__payment-methods{display:flex;gap:var(--space-sm);flex-wrap:wrap}.latish-payment-method{flex:1;min-width:140px;padding:var(--space-md);background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;cursor:pointer;text-align:center;transition:all var(--duration-fast) ease}.latish-payment-method:hover{border-color:var(--color-border-hover)}.latish-payment-method--selected{border-color:var(--color-text);background:var(--color-surface-hover)}.latish-payment-method__icon{font-size:24px;margin-bottom:var(--space-xs)}.latish-payment-method__name{font-size:var(--text-sm);font-weight:600}.latish-checkout__summary{background:var(--color-surface);border-radius:16px;padding:var(--space-md)}.latish-checkout-summary__row{display:flex;justify-content:space-between;padding:var(--space-xs) 0;font-size:var(--text-sm)}.latish-checkout-summary__row--total{font-size:var(--text-lg);font-weight:700;padding-top:var(--space-sm);margin-top:var(--space-sm);border-top:1px solid var(--color-border)}.latish-checkout__submit{width:100%;margin-top:var(--space-md)}.latish-form__phone-wrap{position:relative}.latish-form__phone-flag{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:20px;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.latish-form__input--phone-flag{padding-left:44px}.latish-form__input--error{border-color:#e53e3e!important}.latish-form__input--ok{border-color:#38a169!important}.latish-form__hint{display:block;font-size:12px;color:#888;margin-top:4px;padding-left:4px}.latish-form__hint--ok{color:#38a169}.latish-form__hint--error{color:#e53e3e}.latish-form__error{display:block;font-size:12px;color:#e53e3e;margin-top:4px;padding-left:4px}.latish-form__label--step{display:flex;align-items:center;gap:8px}.latish-form__step-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--color-text);color:var(--color-bg);font-size:11px;font-weight:700;flex-shrink:0}.latish-form__autocomplete{position:relative}.latish-form__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;z-index:100;max-height:220px;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.latish-form__dropdown-item{padding:10px 16px;cursor:pointer;font-size:var(--text-sm);font-weight:500;color:var(--color-text);transition:background var(--duration-fast) ease}.latish-form__dropdown-item:hover{background:var(--color-border)}.latish-form__dropdown--pvz .latish-form__dropdown-item{padding:10px 16px;border-bottom:1px solid var(--color-border)}.latish-form__dropdown--pvz .latish-form__dropdown-item:last-child{border-bottom:none}.latish-form__pvz-address{display:block;font-size:var(--text-sm);font-weight:600;color:var(--color-text)}.latish-form__pvz-meta{display:block;font-size:11px;color:#888;margin-top:2px}.latish-auth,.latish-login{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:var(--space-md)}.latish-auth__content,.latish-login__content{width:100%;max-width:400px;text-align:center}.latish-login__content .latish-logo{display:inline-block;margin-bottom:var(--space-lg);font-size:var(--text-2xl)}.latish-auth__content h1,.latish-login__content h1{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;margin-bottom:var(--space-sm)}.latish-login__content>p{opacity:.6;margin-bottom:var(--space-lg)}.latish-login__form{text-align:left;margin-bottom:var(--space-md)}.latish-login__error{color:#ef4444;font-size:var(--text-sm);margin-bottom:var(--space-sm)}.latish-login__divider{position:relative;margin:var(--space-md) 0}.latish-login__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--color-border)}.latish-login__divider span{position:relative;background:var(--color-bg);padding:0 var(--space-sm);font-size:var(--text-sm);opacity:.6}.latish-login__success{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.latish-login__icon{width:64px;height:64px;background:var(--color-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px}.latish-login__hint{font-size:var(--text-sm);opacity:.6}.latish-auth__error,.latish-auth__success{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto var(--space-md)}.latish-auth__success{background:#10b981}.latish-auth__error{background:#ef4444}.lk{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - var(--header-height));max-width:1100px;margin:0 auto;padding:clamp(1.5rem,3vw,3rem) var(--space-md);gap:clamp(1.5rem,3vw,3rem);align-items:start}.lk__sidebar{position:sticky;top:calc(var(--header-height) + 1.5rem);background:var(--color-surface);border:1px solid var(--color-border);padding:clamp(1.25rem,2.5vw,2rem);display:flex;flex-direction:column;gap:1rem}.lk__avatar{width:52px;height:52px;background:var(--color-text);color:var(--color-bg);font-family:var(--font-display);font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:-.02em}.lk__name{font-family:var(--font-display);font-weight:700;font-size:var(--text-base);line-height:1.2}.lk__email{font-size:var(--text-sm);color:var(--text-muted);word-break:break-all}.lk__nav{display:flex;flex-direction:column;gap:2px;margin-top:.5rem;border-top:1px solid var(--color-border);padding-top:1rem}.lk__nav-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:var(--text-sm);font-weight:500;color:var(--text-muted);border-radius:4px;transition:color var(--duration-fast) ease,background var(--duration-fast) ease;text-align:left}.lk__nav-item:hover{color:var(--color-text);background:var(--color-surface-hover)}.lk__nav-item--active{color:var(--color-text)!important;background:var(--color-surface-hover)}.lk__nav-badge{margin-left:auto;background:var(--color-text);color:var(--color-bg);font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:999px;line-height:1.6}.lk__logout{display:flex;align-items:center;gap:.5rem;font-size:var(--text-sm);color:var(--text-muted);margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-border);transition:color var(--duration-fast) ease}.lk__logout:hover{color:#ef4444}.lk__main{min-width:0}.lk__header{margin-bottom:clamp(1rem,2vw,2rem);padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.lk__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;letter-spacing:-.03em}.lk__loading{display:flex;justify-content:center;padding:var(--space-lg)}.lk__error{color:#ef4444;font-size:var(--text-sm);padding:.75rem 1rem;border:1px solid rgba(239,68,68,.3);background:#ef44440d;margin-bottom:1rem}.lk__orders{display:flex;flex-direction:column;gap:.75rem}.lk__empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:clamp(2rem,5vw,5rem) 1rem;text-align:center;color:var(--text-muted)}.lk-order{border:1px solid var(--color-border);background:var(--color-surface);overflow:hidden;transition:border-color var(--duration-fast) ease}.lk-order:hover{border-color:var(--color-border-hover)}.lk-order__head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;text-align:left;gap:1rem}.lk-order__head-left{display:flex;flex-direction:column;gap:2px}.lk-order__num{font-family:var(--font-display);font-weight:700;font-size:var(--text-base)}.lk-order__date{font-size:var(--text-sm);color:var(--text-muted)}.lk-order__head-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.lk-order__status{font-size:var(--text-sm);font-weight:600}.lk-order__total{font-family:var(--font-display);font-weight:700;font-size:var(--text-base)}.lk-order__chevron{color:var(--text-muted);transition:transform var(--duration-fast) ease;flex-shrink:0}.lk-order__chevron--up{transform:rotate(180deg)}.lk-order__body{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:1rem}.lk-order__products{display:flex;flex-wrap:wrap;gap:6px}.lk-order__product-tag{font-size:var(--text-xs);font-weight:500;padding:3px 10px;border:1px solid var(--color-border-hover);color:var(--text-muted)}.lk-order__meta{display:grid;grid-template-columns:auto 1fr;gap:6px 1.5rem;font-size:var(--text-sm)}.lk-order__meta dt{color:var(--text-muted);white-space:nowrap}.lk-order__meta dd{color:var(--color-text)}.lk-order__tracking{font-size:var(--text-sm);color:var(--text-muted)}.lk-order__tracking a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.lk__info{display:flex;flex-direction:column;gap:1.5rem}.lk__info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border)}.lk__field{background:var(--color-surface);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:4px}.lk__field-label{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.lk__field-value{font-size:var(--text-base);font-weight:500}.lk__info-hint{font-size:var(--text-sm);color:var(--text-muted)}.lk-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:var(--text-sm);font-weight:600;letter-spacing:.03em;transition:all var(--duration-fast) ease;cursor:pointer}.lk-btn--primary{background:var(--color-text);color:var(--color-bg)}.lk-btn--primary:hover{opacity:.85}.lk-btn--pay{align-self:flex-start;background:#10b981;color:#fff;font-weight:700}.lk-btn--pay:hover{background:#059669}.latish-profile{display:none}@media (max-width:768px){.lk{grid-template-columns:1fr}.lk__sidebar{position:static;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem}.lk__avatar{width:40px;height:40px;font-size:1.125rem;flex-shrink:0}.lk__name{flex:1;min-width:0}.lk__email{display:none}.lk__nav{width:100%;flex-direction:row;margin-top:0;padding-top:.75rem;border-top:1px solid var(--color-border)}.lk__logout{margin-top:0;padding-top:0;border-top:none;margin-left:auto}.lk-order__head-right{gap:.5rem}.lk-order__status{display:none}.lk__info-grid{grid-template-columns:1fr}}.latish-footer{border-top:1px solid var(--color-border);padding:var(--space-xl) var(--space-md) var(--space-md);margin-top:auto}.latish-footer__content{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-xl);max-width:var(--max-width);margin:0 auto}.latish-footer__brand{display:flex;flex-direction:column;gap:var(--space-sm)}.latish-footer__brand p{opacity:.6;font-size:var(--text-sm);line-height:1.6}.latish-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.latish-footer__column h4{font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.05em}.latish-footer__column ul{display:flex;flex-direction:column;gap:8px}.latish-footer__column a{font-size:var(--text-sm);opacity:.6;transition:opacity var(--duration-fast) ease}.latish-footer__column a:hover{opacity:1}.latish-footer__bottom{max-width:var(--max-width);margin:var(--space-lg) auto 0;padding-top:var(--space-md);border-top:1px solid var(--color-border);text-align:center;font-size:var(--text-xs);opacity:.4}@media (max-width:1024px){.latish-hero{grid-template-columns:1fr;text-align:center}.latish-hero__content{align-items:center}.latish-hero__visual{order:-1}.latish-hero__image-container{max-width:400px}.latish-game-preview,.latish-lookbook-preview{grid-template-columns:1fr}.latish-game-preview{direction:ltr}.latish-game-preview>:first-child{order:-1}.latish-product-page{grid-template-columns:1fr}.latish-product-page__gallery{max-width:600px;margin:0 auto}.latish-footer__content,.latish-form__grid{grid-template-columns:1fr}.latish-profile__header{flex-direction:column;gap:var(--space-sm);text-align:center}}@media (max-width:768px){.latish-nav__links{display:none}.latish-menu-toggle{display:flex}.latish-mobile-menu{display:block}.latish-cart-drawer{max-width:100%}.latish-hero__title{font-size:clamp(2.5rem,12vw,4rem)}.latish-hero__actions{flex-direction:column;width:100%;max-width:300px}.latish-products{grid-template-columns:repeat(2,1fr)}.latish-lookbook__grid{grid-template-columns:1fr}.latish-look:first-child{grid-column:span 1}.latish-footer__links{grid-template-columns:1fr;gap:var(--space-md)}.latish-shop__filters{flex-direction:column;align-items:stretch}.latish-filters__categories{justify-content:center}.latish-checkout-item{grid-template-columns:50px 1fr}.latish-checkout-item__price{grid-column:2;text-align:left}.latish-order-card__header{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}.latish-order-card__meta{width:100%;justify-content:space-between}}.latish-game-dev{min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-xl) var(--space-md);text-align:center;position:relative}.latish-game-dev__badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff;padding:var(--space-xs) var(--space-md);border-radius:100px;font-size:var(--text-sm);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-lg);box-shadow:0 4px 20px #ee5a5a4d;animation:2s ease-in-out infinite pulse-badge}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.latish-game-dev__content{max-width:600px}.latish-game-dev__icon{font-size:80px;margin-bottom:var(--space-md);display:block}.latish-game-dev__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:900;margin-bottom:var(--space-sm);letter-spacing:-.02em}.latish-game-dev__desc{font-size:var(--text-lg);opacity:.7;margin-bottom:var(--space-lg);line-height:1.6}.latish-game-dev__features{display:flex;justify-content:center;gap:var(--space-lg);margin-bottom:var(--space-lg);flex-wrap:wrap}.latish-game-dev__feature{text-align:center}.latish-game-dev__feature span{font-size:40px;display:block;margin-bottom:var(--space-xs)}.latish-game-dev__feature p{font-size:var(--text-sm);opacity:.6}.latish-game-dev__coming{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;opacity:.4;letter-spacing:.2em}@media (max-width:768px){.latish-game-dev__features{flex-direction:column;gap:var(--space-md)}.latish-game-dev__icon{font-size:60px}}