body{color:#fff;background:#090909;font-family:Arial,Helvetica,sans-serif}.navbar{background:#0d0d0d;border-bottom:1px solid #2b2b2b;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 60px;display:flex}.logo h2{color:#fff;letter-spacing:6px;font-size:32px}.logo span{color:#caa24d;letter-spacing:3px;margin-top:4px;font-size:11px;display:block}.nav-links{gap:40px;list-style:none;display:flex}.nav-links li{cursor:pointer;transition:all .3s}.nav-links li:hover{color:#caa24d}.nav-icons{gap:22px;font-size:22px;display:flex}.nav-icons svg{cursor:pointer;transition:all .3s}.nav-icons svg:hover{color:#caa24d}.loading-screen{z-index:999999;background:#050816;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .7s,visibility .7s,transform .7s;display:flex;position:fixed;inset:0;overflow:hidden}.loading-screen.hide{opacity:0;visibility:hidden;transform:scale(1.03)}.loading-overlay{background:radial-gradient(circle,#3b82f61f,#0000 45%),radial-gradient(circle at top,#60a5fa14,#0000 35%),radial-gradient(circle at bottom,#f4c96b0f,#0000 35%);animation:6s ease-in-out infinite bgPulse;position:absolute;inset:0}.loading-content{z-index:5;flex-direction:column;align-items:center;display:flex;position:relative}.loading-logo{color:#fff;letter-spacing:16px;text-shadow:0 0 30px #3b82f659,0 0 70px #3b82f62e;margin:0;font-size:clamp(3rem,7vw,6rem);font-weight:900;animation:1.2s forwards logoReveal,4s ease-in-out infinite logoFloat}.loading-subtitle{color:#c9d4ec;letter-spacing:8px;opacity:.85;margin-top:18px;font-size:.82rem;animation:1.4s fadeUp}.loading-bar{background:#ffffff14;border:1px solid #ffffff14;border-radius:999px;width:340px;height:6px;margin-top:42px;overflow:hidden;box-shadow:inset 0 0 12px #ffffff0d}.loading-progress{background:linear-gradient(90deg,#2563eb,#60a5fa,#f4c96b,#60a5fa) 0 0/250% 100%;border-radius:999px;width:0%;height:100%;animation:2.6s forwards progressFill,2.5s linear infinite progressGlow}.loading-glow{filter:blur(120px);opacity:.7;border-radius:50%;position:absolute}.glow-one{background:#3b82f633;width:420px;height:420px;animation:7s ease-in-out infinite alternate glowMove;top:-100px;left:-120px}.glow-two{background:#f4c96b1f;width:360px;height:360px;animation:8s ease-in-out infinite alternate-reverse glowMove;bottom:-60px;right:-80px}@keyframes logoReveal{0%{opacity:0;letter-spacing:30px;filter:blur(12px);transform:translateY(40px)scale(.85)}to{opacity:1;letter-spacing:16px;filter:blur();transform:translateY(0)scale(1)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes progressFill{0%{width:0}to{width:100%}}@keyframes progressGlow{0%{background-position:0%}to{background-position:250%}}@keyframes bgPulse{0%{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}to{opacity:.9;transform:scale(1)}}@keyframes glowMove{0%{transform:translate(0)scale(1)}to{transform:translate(40px,-30px)scale(1.15)}}@media (width<=768px){.loading-logo{letter-spacing:10px;font-size:3rem}.loading-subtitle{letter-spacing:4px;text-align:center;padding:0 20px;font-size:.7rem}.loading-bar{width:260px;margin-top:30px}}@media (width<=480px){.loading-logo{letter-spacing:8px;font-size:2.4rem}.loading-bar{width:210px;height:5px}}.header{z-index:9999;justify-content:center;align-items:center;width:100%;height:88px;padding:0 1rem;transition:all .35s;display:flex;position:sticky;top:0;left:0}.header:before{content:"";-webkit-backdrop-filter:blur(24px);z-index:-1;background:#0606086b;border-bottom:1px solid #ffffff14;position:absolute;inset:0;box-shadow:0 10px 35px #0000002e}.header.scrolled{height:74px}.header.scrolled:before{background:#08080ac7;box-shadow:0 16px 48px #0000004d}.container{justify-content:space-between;align-items:center;gap:.75rem;width:min(92%,1440px);height:100%;margin:auto;display:flex;position:relative}.floating-nav{z-index:1000;pointer-events:auto;justify-content:center;width:min(100%,420px);padding:.35rem 0 .2rem;display:flex;position:fixed;top:calc(88px + .75rem);left:50%;transform:translate(-50%)}.floating-nav.scrolled{top:calc(74px + .7rem)}.floating-nav__inner{-webkit-backdrop-filter:blur(16px);background:#08080ab8;border:1px solid #ffffff21;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;width:100%;max-width:100%;padding:.34rem;display:inline-flex;box-shadow:0 12px 28px #0003}.floating-nav a{color:#f7efe4d1;letter-spacing:.18em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .95rem;font-size:.74rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.floating-nav a.active,.floating-nav a:hover{color:#111;background:var(--color-primary)}.logo{z-index:2}.logo a{flex-direction:column;gap:.2rem;text-decoration:none;display:flex}.logo h1{color:#f7efe4;letter-spacing:.3em;text-transform:uppercase;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;transition:all .35s}.logo span{color:var(--color-primary);letter-spacing:.2em;opacity:.9;font-size:.66rem;transition:all .35s}.logo:hover h1{color:var(--color-primary)}.logo:hover span{letter-spacing:.24em}.mobile-nav{align-items:center;display:flex}.nav-links{align-items:center;gap:1.6rem;list-style:none;display:flex}.nav-links a{color:#f7efe4e6;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:linear-gradient(90deg, transparent, var(--color-primary));width:0;height:1px;transition:width .3s;position:absolute;bottom:-.45rem;left:0}.nav-links a:hover,.nav-links a.active{color:var(--color-primary)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-icons{align-items:center;gap:.7rem;display:flex}.icon-btn,.cart-btn{color:#f7efe4;-webkit-backdrop-filter:blur(14px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.icon-btn:hover,.cart-btn:hover{color:#fff;background:#d8b06d29;border-color:#d8b06d4d;transform:translateY(-3px);box-shadow:0 10px 24px #0000003d}.cart-btn span{background:var(--color-primary);color:#111;border:2px solid #060606;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .25rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.menu-btn,.close-btn{color:#f7efe4;cursor:pointer;background:0 0;border:none;transition:all .3s;display:none}.menu-btn{width:44px;height:44px;font-size:1.35rem}.close-btn{font-size:1.45rem;position:absolute;top:1.2rem;right:1.2rem}.menu-btn:hover,.close-btn:hover{color:var(--color-primary);transform:rotate(90deg)}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background:#0000008f;position:fixed;inset:0}@media (width<=900px){.header{height:76px;padding:0 .7rem}.container{gap:.4rem;width:100%}.menu-btn,.close-btn,.overlay{display:none!important}.logo{flex-shrink:0;position:static;transform:none}.logo span{display:none}.mobile-nav{-webkit-backdrop-filter:none;background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;width:auto;height:auto;padding:0;position:static}.nav-links{flex-direction:row;align-items:center;gap:.8rem;width:auto}.nav-links li{width:auto}.nav-links a{letter-spacing:.16em;white-space:nowrap;align-items:center;padding:.2rem 0;font-size:.74rem;display:inline-flex}.nav-icons{gap:.5rem;margin-left:auto}.floating-nav{width:min(92%,400px);padding-top:.2rem;top:calc(76px + .7rem)}.floating-nav.scrolled{top:calc(74px + .55rem)}.icon-btn,.cart-btn{width:38px;height:38px}}@media (width<=560px){.header{height:70px;padding:0 .55rem}.floating-nav{width:min(94%,320px);top:calc(70px + .6rem)}.floating-nav.scrolled{top:calc(70px + .55rem)}.floating-nav__inner{padding:.28rem}.floating-nav a{flex:1;padding:.42rem .72rem;font-size:.64rem}.logo h1{letter-spacing:.2em;font-size:.95rem}.nav-links{gap:.56rem}.nav-links a{letter-spacing:.12em;font-size:.68rem}.icon-btn,.cart-btn{width:35px;height:35px}}@media (width>=901px){.menu-btn,.close-btn,.overlay{display:none!important}.mobile-nav{background:0 0;border:none;flex-direction:row;width:auto;height:auto;padding:0;position:static}}:root{--hero-text:#f7efe4;--hero-muted:#b7ad9d;--hero-accent:#d8b06d}.caseva-hero{isolation:isolate;background:radial-gradient(circle at 15% 15%,#d8b06d33,#0000 24%),linear-gradient(135deg,#060606 0%,#121318 44%,#070707 100%);min-height:100svh;position:relative;overflow:hidden}.hero-ambient{filter:blur(80px);opacity:.7;pointer-events:none;border-radius:50%;position:absolute}.hero-ambient-one{background:#d8b06d29;width:32vw;height:32vw;animation:12s ease-in-out infinite drift;inset:auto auto 8% -6%}.hero-ambient-two{background:#ffffff0f;width:34vw;height:34vw;animation:14s ease-in-out infinite reverse drift;inset:8% -8% auto auto}.hero-grid{opacity:.28;pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000e6,#0000 92%);mask-image:linear-gradient(#000000e6,#0000 92%)}.hero-stage{width:min(92%,1500px);min-height:72svh;margin:0 auto;padding:4.2rem 0 2rem;position:relative}.hero-copy{z-index:4;flex-direction:column;gap:1rem;max-width:38rem;display:flex;position:absolute;top:18%;left:0}.hero-eyebrow{color:var(--hero-accent);letter-spacing:.28em;text-transform:uppercase;opacity:0;font-size:.77rem;font-weight:700;animation:.9s .15s forwards revealUp}.hero-word{letter-spacing:-.04em;text-transform:uppercase;color:var(--hero-text);opacity:0;font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:.9;display:block;transform:translateY(24px)}.hero-word-one{animation:.95s .3s forwards revealUp}.hero-word-two{color:#efd7a7;margin-left:clamp(1rem,3vw,2.2rem);animation:.95s .45s forwards revealUp}.hero-word-three{letter-spacing:.06em;color:#c3b59d;margin-top:.45rem;font-size:clamp(1.35rem,2.6vw,2rem);font-weight:600;animation:.95s .6s forwards revealUp}.hero-caption{max-width:34rem;color:var(--hero-muted);opacity:0;font-size:1rem;line-height:1.9;animation:1s .75s forwards revealUp;transform:translateY(20px)}.hero-visuals{pointer-events:none;position:absolute;inset:0}.hero-image{background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:30px;transition:transform .4s ease-out;position:absolute;box-shadow:0 28px 80px #00000057}.hero-image:after{content:"";border-radius:inherit;background:linear-gradient(#0000000d 0%,#00000047 100%);position:absolute;inset:0}.hero-image-back{background-image:linear-gradient(#ffffff0a,#00000024),url(https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=1200&q=80);width:min(54vw,720px);height:86vh;bottom:3%;right:6%}.hero-image-mid{z-index:2;background-image:linear-gradient(#0000000a,#00000040),url(https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=800&q=80);width:min(28vw,360px);height:60vh;top:8%;right:19%}.hero-image-front{z-index:3;background-image:linear-gradient(#00000008,#00000040),url(https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=800&q=80);width:min(24vw,290px);height:40vh;bottom:10%;right:0}.hero-panel{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0cc2;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;gap:.3rem;padding:1rem 1.1rem;transition:transform .4s ease-out;display:flex;position:absolute;box-shadow:0 18px 50px #0000003d}.hero-panel span{color:var(--hero-accent);letter-spacing:.24em;text-transform:uppercase;font-size:.7rem}.hero-panel strong{color:var(--hero-text);font-size:.96rem;font-weight:600}.hero-panel-left{bottom:18%;left:6%}.hero-panel-right{top:16%;right:32%}.hero-line{opacity:.7;background:linear-gradient(#0000,#d8b06d73,#0000);width:1px;height:24vh;position:absolute}.hero-line-one{bottom:8%;left:26%}.hero-line-two{top:12%;right:20%}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(14px,-12px)scale(1.04)}}@media (width<=1024px){.caseva-hero{min-height:86svh}.hero-stage{padding:5.4rem 0 2rem}.hero-copy{max-width:32rem;top:12%}.hero-image-back{width:min(62vw,600px);height:72vh}.hero-image-mid{width:min(34vw,320px);height:48vh;right:16%}.hero-image-front{width:min(26vw,260px);height:30vh}}@media (width<=900px){.caseva-hero{min-height:84svh}.hero-stage{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:1.4rem;width:min(95%,1500px);padding:5.4rem 0 2rem;display:grid}.hero-copy{z-index:3;grid-column:1;max-width:none;padding-right:0;position:relative;top:auto;left:auto}.hero-visuals{grid-column:2;min-width:0;height:min(44vh,420px);margin-top:0;position:relative}.hero-image-back{width:min(74vw,480px);height:40vh;bottom:0;right:0}.hero-image-mid{width:min(36vw,260px);height:30vh;top:4%;right:18%}.hero-image-front{width:min(24vw,205px);height:22vh;bottom:4%;right:0}.hero-panel-left{bottom:10%;left:2%}.hero-panel-right{top:8%;right:24%}}@media (width<=768px){.caseva-hero{min-height:78svh}.hero-stage{padding:4.4rem 0 1.4rem}.hero-copy{padding-right:0}.hero-word-three{margin-top:.25rem}.hero-visuals{height:320px;margin-top:1rem}.hero-image-back{width:76vw;height:46vh;bottom:0;right:2%}.hero-image-mid{width:42vw;height:34vh;top:0;right:20%}.hero-image-front{width:32vw;height:24vh;bottom:0;right:0}.hero-panel{padding:.75rem .9rem}.hero-panel-left{bottom:6%;left:3%}.hero-panel-right{top:5%;right:24%}}@media (width<=760px){.hero-stage{min-height:auto;padding:3.5rem 0 1.8rem}.hero-copy{gap:.75rem;max-width:100%;padding-top:.4rem;position:relative;top:0;left:0}.hero-visuals{height:48vh;margin-top:.8rem;position:relative}.hero-image-back{border-radius:24px;width:100%;height:38vh;top:0;left:0;right:0}.hero-image-mid{border-radius:22px;width:46%;height:24vh;top:18%;right:10%}.hero-image-front{border-radius:20px;width:40%;height:16vh;bottom:4%;right:1%}.hero-panel-left{bottom:2%;left:2%}.hero-panel-right{top:4%;right:6%}.hero-line{display:none}}@media (width<=560px){.hero-stage{width:94%;padding:3.9rem 0 1.8rem}.hero-word{font-size:clamp(2.15rem,9vw,2.8rem)}.hero-word-two{margin-left:.55rem}.hero-word-three{font-size:1rem}.hero-caption{font-size:.9rem;line-height:1.72}.hero-visuals{height:42vh}.hero-image-back{height:34vh}.hero-image-mid{width:50%;height:20vh}.hero-image-front{width:44%;height:15vh}.hero-panel{padding:.7rem .8rem}.hero-panel strong{font-size:.74rem}}.editorial-collections{width:min(92%,1440px);margin:0 auto 5rem;padding:2rem 0 3rem}.editorial-collections__intro{opacity:0;max-width:720px;margin-bottom:2.2rem;transition:all .8s;transform:translateY(28px)}.editorial-collections__intro.is-visible{opacity:1;transform:translateY(0)}.editorial-collections__intro h2{color:#f7efe4;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.06}.editorial-collections__intro p{color:#f7efe4b8;max-width:620px;font-size:1rem;line-height:1.8}.inline-link{color:#fff;letter-spacing:.16em;text-transform:uppercase;margin-top:1rem;font-size:.76rem;text-decoration:none;display:inline-flex}.editorial-collections__stage{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:1.2rem;display:grid}.collection-card{opacity:0;background-position:50%;background-size:cover;border:1px solid #ffffff1f;border-radius:32px;min-height:250px;transition:all .8s;position:relative;overflow:hidden;transform:translateY(40px);box-shadow:0 30px 80px #00000047}.collection-card.is-visible{opacity:1;transform:translateY(0)}.collection-card:before{content:"";z-index:1;background:linear-gradient(135deg,#000000b3,#0000002e);position:absolute;inset:0}.collection-card__overlay{z-index:2;background:radial-gradient(circle at 0 0,#d8b06d42,#0000 42%);position:absolute;inset:0}.collection-card__content{z-index:3;flex-direction:column;justify-content:end;height:100%;padding:1.5rem;display:flex;position:relative}.collection-card__number{color:var(--color-primary);letter-spacing:.3em;margin-bottom:.5rem;font-size:.74rem}.collection-card h3{color:#fff;margin-bottom:.45rem;font-size:1.5rem}.collection-card p{color:#f7efe4cc;max-width:300px;line-height:1.65}.collection-card__tags{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.collection-card__tags span{letter-spacing:.14em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff24;border-radius:999px;padding:.42rem .7rem;font-size:.72rem}.collection-stack{gap:1rem;display:grid}.collection-card--small{min-height:150px}.collection-card--small.offset-up{margin-left:1rem;transform:translateY(0)}.collection-card--small.offset-down{margin-right:1rem;transform:translateY(0)}.collection-card--small .collection-card__content{padding:1.2rem}@media (width<=900px){.editorial-collections__stage{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.95rem}.collection-card{min-height:clamp(190px,30vw,260px)}.collection-card--small{min-height:clamp(120px,18vw,170px)}}@media (width<=760px){.editorial-collections__stage{grid-template-columns:1fr;gap:.8rem}.collection-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.collection-card--small.offset-up,.collection-card--small.offset-down{margin:0}}@media (width<=640px){.editorial-collections{width:min(95%,1440px);margin-bottom:3rem;padding:1rem 0 2rem}.editorial-collections__intro{margin-bottom:1.2rem}.collection-stack{grid-template-columns:1fr;gap:.6rem}.collection-card{border-radius:20px;min-height:clamp(140px,32vw,180px)}.collection-card--small{min-height:clamp(100px,20vw,135px)}.collection-card__content{padding:.85rem}.collection-card h3{font-size:1.1rem}.collection-card p{font-size:.88rem}}.products{width:min(94%,1440px);margin:0 auto 2.4rem}.products-header{justify-content:space-between;align-items:end;margin:0 0 .6rem;display:flex}.products-eyebrow{color:var(--color-primary);letter-spacing:.24em;text-transform:uppercase;margin:0 0 .35rem;font-size:.74rem}.products-header h2{color:#fff;margin:0;font-size:1.35rem;font-weight:700}.products-count{color:#f7efe4b8;font-size:.95rem}.products-mosaic{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.product-card{vertical-align:top;background:linear-gradient(160deg,#ffffff0f,#ffffff08);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;justify-content:flex-start;align-self:stretch;width:100%;height:100%;min-height:clamp(360px,38vw,430px);margin:0;padding:.72rem;transition:transform .35s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.product-card.feature,.product-card.wide,.product-card.tall{min-height:auto}.product-card:hover{border-color:#d8b06d61;transform:translateY(-6px);box-shadow:0 24px 46px #00000047}.product-link{color:inherit;flex-direction:column;flex:1;justify-content:flex-start;min-height:0;text-decoration:none;display:flex}.product-content{flex-direction:column;flex:1;justify-content:flex-start;gap:.2rem;min-height:0;display:flex}.badge{background:var(--color-primary);color:#111;letter-spacing:.08em;text-transform:uppercase;z-index:5;border-radius:999px;padding:.4rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:.95rem;right:.95rem}.wishlist-btn{color:#fff;cursor:pointer;z-index:10;background:#060608b8;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;position:absolute;top:.95rem;left:.95rem}.wishlist-btn:hover{color:var(--color-primary);background:#d8b06d29}.wishlist-btn.active{color:#fff;background:#ef444442}.product-image{aspect-ratio:1/1.05;background:linear-gradient(145deg,#fffffff5,#f0e9dce6);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:160px;margin-bottom:.75rem;padding:.8rem;display:flex;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.03)}.product-category{color:#f7efe499;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .3rem;font-size:.74rem}.product-card h3{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.75rem;margin:0 0 .35rem;font-size:1.12rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-subtitle{color:#f7efe4b3;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;min-height:2.8rem;margin:0 0 .7rem;font-size:.92rem;line-height:1.5;display:-webkit-box;overflow:hidden}.price{color:var(--color-primary);min-height:1.35rem;margin-top:auto;margin-bottom:.8rem;font-size:1.12rem;font-weight:700}.add-cart-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:100%;min-height:46px;margin-top:auto;padding:.82rem .9rem;font-size:.9rem;font-weight:700;transition:transform .3s,background .3s;display:flex}.add-cart-btn:hover{background:var(--color-primary);transform:translateY(-2px)}.no-products{text-align:center;background:#ffffff08;border:1px dashed #ffffff26;border-radius:24px;width:100%;padding:80px 20px}.no-products h3{color:#fff;margin-bottom:10px;font-size:24px}.no-products p{color:#f7efe4b8;font-size:15px}@media (width<=1000px){.products-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))}.products-spotlight{flex-direction:column;align-items:flex-start}}@media (width<=760px){.products{width:95%;margin:1.7rem auto 2.7rem}.products-header{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:.9rem}.products-mosaic{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.product-card,.product-card.feature,.product-card.wide,.product-card.tall{border-radius:16px;padding:.5rem}.badge{padding:.32rem .54rem;font-size:.64rem;top:.65rem;right:.65rem}.wishlist-btn{width:34px;height:34px;top:.65rem;left:.65rem}.product-image{border-radius:13px;min-height:122px;margin-bottom:.5rem;padding:.45rem}.product-card h3{min-height:2.5rem;font-size:.95rem}.product-subtitle{min-height:2.5rem;margin-bottom:.55rem;font-size:.8rem;line-height:1.4}.price{margin-bottom:.75rem;font-size:1rem}.add-cart-btn{min-height:42px;padding:.72rem .8rem;font-size:.8rem}}@media (width<=560px){.products-mosaic{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-card{border-radius:14px;min-height:340px;padding:.38rem}.product-image{min-height:102px}.product-category{font-size:.68rem}.product-card h3{font-size:.82rem}.product-subtitle{font-size:.72rem}.price{font-size:.9rem}.add-cart-btn{min-height:40px;padding:.64rem .7rem;font-size:.74rem}}.home-sections{width:min(94%,1500px);margin:0 auto 5rem}.home-sections__intro{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.6rem;padding-bottom:1.2rem;display:flex}.home-sections__intro h2{color:#f7efe4;max-width:640px;margin:0 0 .55rem;font-size:clamp(1.9rem,2.8vw,2.6rem);line-height:1.08}.home-sections__intro p{color:#f7efe4b8;max-width:680px;margin:0;line-height:1.75}.home-sections__cta{color:#fff;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;border:1px solid #ffffff29;border-radius:999px;padding:.8rem 1.1rem;font-size:.8rem;text-decoration:none;transition:all .3s}.home-sections__cta:hover{color:var(--color-primary);background:#d8b06d1a;border-color:#d8b06d5c}.home-sections__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.1rem;margin-bottom:1.1rem;display:grid}.feature-card{background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid #ffffff1a;border-radius:28px;transition:transform .3s,border-color .3s;overflow:hidden}.feature-card:hover{border-color:#d8b06d47;transform:translateY(-3px)}.feature-card--hero{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);min-height:430px;display:grid}.feature-card__media{background:linear-gradient(145deg,#fffffff5,#f1eae0eb);justify-content:center;align-items:center;padding:1.2rem;display:flex}.feature-card__media img{object-fit:contain;width:100%;height:100%;max-height:360px;display:block}.feature-card__media--small{min-height:190px;padding:.9rem}.feature-card__media--small img{max-height:180px}.feature-card__content{flex-direction:column;justify-content:center;padding:1.4rem;display:flex}.feature-card__eyebrow,.deck-card__eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:.24em;margin-bottom:.55rem;font-size:.72rem}.feature-card h3,.deck-card h3{color:#fff;margin:0 0 .45rem;font-size:1.16rem;line-height:1.25}.feature-card__subtitle{color:#f7efe4b8;margin:0 0 1rem;line-height:1.7}.feature-card__meta{color:#f7efe4b8;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding-top:.4rem;font-size:.92rem;display:flex}.feature-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.feature-card__link,.feature-card__ghost{letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;text-decoration:none;transition:color .3s}.feature-card__link{color:#fff}.feature-card__ghost{color:#f7efe4b3}.feature-card__link:hover,.feature-card__ghost:hover{color:var(--color-primary)}.feature-stack{gap:1rem;display:grid}.feature-card--compact{grid-template-columns:minmax(0,.75fr) minmax(0,1fr);min-height:0;display:grid}.home-sections__deck{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.4rem;display:grid}.deck-card{background:#ffffff06;border:1px solid #ffffff14;border-radius:22px;padding:1.2rem 1.15rem}.deck-card p{color:#f7efe4b8;margin:0;line-height:1.7}.home-sections__catalog{gap:1.2rem;display:grid}.home-sections__group{background:#ffffff06;border:1px solid #ffffff14;border-radius:28px;padding:1.05rem}.home-sections__group-header{margin-bottom:.9rem}.home-sections__group-header h3{color:#f7efe4;margin:0;font-size:1.12rem}.home-sections__group-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-sections__product-shell{min-width:0}.home-sections__product-card{min-height:100%}.home-sections__product-shell .product-card{border-radius:22px;min-height:100%;padding:.85rem}.home-sections__product-shell .product-image{height:220px;margin-bottom:.8rem}.home-sections__product-shell--large{grid-column:span 2}.home-sections__product-shell--large .product-card{min-height:470px}.home-sections__product-shell--large .product-image{height:280px}.home-sections__product-shell--medium .product-card{min-height:430px}.home-sections__product-shell--small .product-card{min-height:380px}.eyebrow{color:var(--color-primary);letter-spacing:.28em;text-transform:uppercase;margin-bottom:.8rem;font-size:.72rem;display:inline-block}@media (width<=1024px){.home-sections__grid{grid-template-columns:1fr}.feature-card--hero{grid-template-columns:1fr;min-height:auto}.home-sections__deck{grid-template-columns:1fr}.home-sections__group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-sections__product-shell--large{grid-column:span 2}}@media (width<=900px){.home-sections__intro{flex-direction:column;align-items:start}.home-sections__cta{width:fit-content}}@media (width<=768px){.home-sections{margin:0 auto 3.5rem}.home-sections__intro{flex-direction:column;align-items:start;gap:.8rem;margin-bottom:1rem;padding-bottom:.85rem}.feature-card--compact{grid-template-columns:1fr}.home-sections__grid{gap:.8rem}.feature-card__content{padding:.95rem}.feature-card__media{padding:.7rem}.home-sections__deck{gap:.8rem}.home-sections__group{border-radius:20px;padding:.8rem}.home-sections__group-grid{grid-template-columns:1fr}.home-sections__product-shell--large{grid-column:span 1}}@media (width<=640px){.home-sections{width:min(95%,1500px);margin-bottom:3rem}.home-sections__intro h2{font-size:1.6rem}.feature-card__content{padding:.95rem}.feature-card__media{padding:.7rem}.feature-card__meta{flex-direction:column;align-items:start;gap:.25rem}.home-sections__group{border-radius:20px;padding:.8rem}.home-sections__group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.home-sections__product-shell--large{grid-column:span 2}.home-sections__product-shell .product-card{border-radius:14px;padding:.48rem}.home-sections__product-shell .product-image{height:112px;margin-bottom:.42rem}}@media (width<=480px){.home-sections__intro h2{font-size:1.4rem}.home-sections__group-grid{grid-template-columns:1fr;gap:.45rem}.home-sections__product-shell--large{grid-column:span 1}.home-sections__product-shell .product-card h3{font-size:.78rem}.home-sections__product-shell .product-subtitle{display:none}}.cinematic-banner{background:linear-gradient(120deg,#0c0c0ef2,#1a1816e6);border:1px solid #ffffff1a;border-radius:36px;grid-template-columns:1.1fr .9fr;width:min(92%,1440px);min-height:520px;margin:0 auto 6rem;display:grid;overflow:hidden;box-shadow:0 30px 80px #00000052}.cinematic-banner__content{opacity:0;flex-direction:column;justify-content:center;padding:3rem;transition:all .8s;display:flex;transform:translateY(24px)}.cinematic-banner__content.is-visible{opacity:1;transform:translateY(0)}.cinematic-banner__content h2{color:#f7efe4;margin-bottom:1rem;font-size:clamp(2rem,3vw,3.1rem);line-height:1.04}.cinematic-banner__content p{color:#f7efe4bd;max-width:560px;line-height:1.8}.cinematic-banner__actions{flex-wrap:wrap;gap:.8rem;margin-top:1.4rem;display:flex}.primary-cta,.ghost-cta{letter-spacing:.16em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.2rem;font-size:.84rem;text-decoration:none;transition:transform .3s;display:inline-flex}.primary-cta{background:var(--color-primary);color:#111}.ghost-cta{color:#fff;border:1px solid #ffffff2e}.primary-cta:hover,.ghost-cta:hover{transform:translateY(-3px)}.cinematic-banner__frame{opacity:0;background:url(https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=1400&q=80) 50%/cover;transition:all .8s;position:relative;transform:translateY(24px)}.cinematic-banner__frame.is-visible{opacity:1;transform:translateY(0)}.cinematic-banner__frame:before{content:"";background:linear-gradient(135deg,#00000026,#00000080);position:absolute;inset:0}.cinematic-banner__frame-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1;background:#ffffff1f;border:1px solid #ffffff29;border-radius:20px;padding:1rem 1.1rem;position:absolute;bottom:1.2rem;left:1.2rem}.cinematic-banner__frame-card span{color:var(--color-primary);letter-spacing:.24em;text-transform:uppercase;font-size:.75rem}.cinematic-banner__frame-card h3{color:#fff;margin-top:.4rem;font-size:1.1rem}@media (width<=860px){.cinematic-banner{grid-template-columns:1fr}.cinematic-banner__frame{min-height:260px}}@media (width<=640px){.cinematic-banner__content{padding:1.6rem}}.shop-header{text-align:left;width:min(94%,1420px);margin:8px auto 0}.shop-header-content{width:100%}.shop-header__eyebrow{color:var(--color-primary);letter-spacing:.24em;text-transform:uppercase;margin:0 0 .7rem;font-size:.74rem}.shop-header h1{letter-spacing:-.03em;color:#fff;max-width:760px;margin:0 0 .7rem;font-size:clamp(2.1rem,4vw,3.25rem);font-weight:700;line-height:1.05}.shop-header p{color:#f7efe4b8;max-width:760px;margin:0 0 1.3rem;font-size:1rem;line-height:1.8}.shop-toolbar{background:linear-gradient(160deg,#ffffff0f,#ffffff08);border:1px solid #ffffff1a;border-radius:20px;padding:.7rem;box-shadow:0 14px 36px #00000029}.shop-toolbar__search{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem;margin-bottom:.6rem;display:grid;position:relative}.shop-toolbar__search input{color:#fff;background:#08080ac7;border:1px solid #ffffff1a;border-radius:14px;outline:none;flex:1;min-width:0;height:44px;padding:0 52px 0 46px;font-size:.92rem}.search-submit{background:var(--color-primary);color:#111;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;height:44px;padding:.68rem .95rem;font-weight:700}.search-submit:hover{transform:translateY(-1px)}.shop-toolbar__search input:focus{border-color:#d8b06d66;box-shadow:0 0 0 3px #d8b06d1a}.search-icon{color:#f7efe4a8;pointer-events:none;font-size:1rem;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.clear-search{color:#f7efe4b3;cursor:pointer;background:0 0;border:none;border-radius:50%;width:34px;height:34px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.clear-search:hover{color:#fff;background:#ffffff14}.shop-toolbar__filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;display:grid}.filter-chip{flex-direction:column;gap:.35rem;min-width:0;display:flex}.filter-chip span{color:#f7efe4b3;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem}.filter-chip select{color:#fff;background:#08080ac7;border:1px solid #ffffff1f;border-radius:999px;outline:none;width:100%;min-width:0;height:40px;padding:0 .8rem}.filter-chip select:focus{border-color:#d8b06d66}.clear-filters{color:var(--color-primary);cursor:pointer;background:#d8b06d14;border:1px solid #d8b06d33;border-radius:999px;margin-top:.85rem;padding:.7rem 1rem}.clear-filters:hover{background:#d8b06d29}.search-box input::-webkit-search-cancel-button{appearance:none;display:none}.shop-toolbar__search input::-webkit-search-cancel-button{appearance:none;display:none}@media (width<=1024px){.shop-toolbar__filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}}@media (width<=760px){.shop-header{width:min(95%,1420px);margin-top:.25rem}.shop-toolbar__search{grid-template-columns:minmax(0,1fr) auto;gap:.45rem}.shop-toolbar__search input{height:42px;padding:0 2.6rem 0 2.4rem;font-size:.9rem}.search-submit{width:auto;height:42px;padding:.7rem .9rem}.shop-toolbar__filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.filter-chip span{font-size:.56rem}.filter-chip select{height:34px;padding:0 .45rem;font-size:.72rem}.shop-toolbar{border-radius:18px;padding:.7rem}}@media (width<=560px){.shop-toolbar__search{grid-template-columns:1fr}.search-submit{width:100%}.shop-toolbar__filters{grid-template-columns:1fr}.clear-filters{width:100%}}.product-details{background:#111827;min-height:100vh;padding:120px 0 90px}.product-details .container{grid-template-columns:1fr 1fr;align-items:center;gap:70px;width:90%;max-width:1280px;margin:auto;display:grid}.details-image{background:#fff;border-radius:24px;justify-content:center;align-items:center;height:580px;padding:35px;display:flex;overflow:hidden;box-shadow:0 25px 50px #00000040}.details-image img{object-fit:contain;width:100%;height:100%;transition:transform .45s}.details-image:hover img{transform:scale(1.06)}.product-info{flex-direction:column;display:flex}.product-info span{color:#e3bf67;letter-spacing:1px;background:#caa24d26;border:1px solid #caa24d4d;border-radius:999px;width:max-content;margin-bottom:18px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.product-info h1{color:#fff;margin-bottom:12px;font-size:44px;line-height:1.3}.product-info h2{color:#e3bf67;margin-bottom:20px;font-size:34px}.product-info p{color:#9ca3af;margin-bottom:35px;font-size:16px;line-height:1.8}.product-description-block{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;margin-bottom:24px;padding:16px 18px}.description-title{color:#e3bf67;letter-spacing:.2em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:700}.description-text{color:#d1d5db;margin:0;font-size:.95rem;line-height:1.7}.description-divider{background:#ffffff1f;height:1px;margin:12px 0}.product-info h3{color:#fff;margin-bottom:12px;font-size:18px}.model-options{flex-wrap:wrap;gap:14px;margin:15px 0 35px;display:flex}.model-options button{color:#fff;cursor:pointer;background:#1a1f2e;border:1px solid #ffffff1f;border-radius:14px;padding:13px 22px;font-size:15px;font-weight:600;transition:all .3s}.model-options button:hover{color:#caa24d;border-color:#caa24d;transform:translateY(-2px)}.active-model{box-shadow:0 10px 25px #caa24d40;color:#111827!important;background:#caa24d!important;border-color:#caa24d!important}.color-options{flex-wrap:wrap;gap:16px;margin:18px 0 35px;display:flex}.color-circle{cursor:pointer;border:2px solid #0000;border-radius:50%;width:42px;height:42px;transition:all .3s}.color-circle:hover{transform:scale(1.12)}.active-color{transform:scale(1.15);box-shadow:0 0 0 5px #caa24d38;border:3px solid #caa24d!important}.image-options{flex-wrap:wrap;gap:14px;margin-bottom:35px;display:flex}.image-thumb{object-fit:cover;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;width:80px;height:80px;transition:all .3s}.image-thumb:hover{border-color:#caa24d;transform:translateY(-3px)}.active-thumb{border-color:#caa24d;box-shadow:0 0 18px #caa24d4d}.product-info>button{color:#111;cursor:pointer;background:linear-gradient(135deg,#e3bf67,#caa24d);border:none;border-radius:16px;width:100%;padding:17px;font-size:16px;font-weight:700;transition:all .35s}@media (width<=1100px){.product-details .container{gap:40px}.details-image{height:500px}.product-info h1{font-size:38px}.product-info h2{font-size:30px}}@media (width<=900px){.product-details .container{grid-template-columns:1fr}.details-image{height:420px}.product-info{margin-top:10px}}@media (width<=700px){.product-details{padding:100px 0 60px}.product-details .container{gap:30px;width:94%}.details-image{border-radius:20px;height:340px;padding:22px}.product-info h1{font-size:30px}.product-info h2{font-size:26px}.product-info p{margin-bottom:28px;font-size:15px}.model-options{gap:10px}.model-options button{padding:11px 16px;font-size:14px}.color-circle{width:38px;height:38px}.image-thumb{width:70px;height:70px}.product-info>button{padding:15px;font-size:15px}}@media (width<=480px){.details-image{height:280px;padding:18px}.product-info span{font-size:12px}.product-info h1{font-size:26px}.product-info h2{font-size:23px}.model-options button{width:100%}.image-options{gap:10px}.image-thumb{border-radius:12px;width:62px;height:62px}.color-circle{width:36px;height:36px}}.cart-page{color:#fff;background:#111827;min-height:100vh;padding:120px 0 80px}.cart-title{text-align:center;margin-bottom:50px;font-size:2.6rem;font-weight:700}.cart-layout{grid-template-columns:2fr 1fr;align-items:flex-start;gap:35px;display:grid}.cart-items{flex-direction:column;gap:24px;display:flex}.cart-item{background:#1a2030;border:1px solid #ffffff14;border-radius:22px;grid-template-columns:130px 1fr auto auto auto;align-items:center;gap:22px;padding:24px;transition:all .35s;display:grid}.cart-item:hover{border-color:#caa24d59;transform:translateY(-4px);box-shadow:0 20px 45px #00000040}.cart-image{object-fit:cover;background:#fff;border-radius:18px;width:130px;height:130px;padding:8px;transition:all .35s}.cart-item:hover .cart-image{transform:scale(1.04)}.cart-info h3{margin-bottom:12px;font-size:1.25rem}.cart-info p{color:#b8c0cf;margin-bottom:8px;font-size:.95rem}.price{color:#e3bf67;margin-top:10px;font-size:1.2rem;font-weight:700}.quantity-box{align-items:center;gap:14px;display:flex}.quantity-box button{color:#fff;cursor:pointer;background:#273044;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;transition:all .3s;display:flex}.quantity-box button:hover{color:#111827;background:#caa24d;transform:translateY(-2px)}.quantity-box span{text-align:center;min-width:28px;font-size:17px;font-weight:700}.item-total{color:#e3bf67;white-space:nowrap;font-size:1.15rem;font-weight:700}.delete-btn{color:#ef4444;cursor:pointer;background:#ef44441f;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:all .3s;display:flex}.delete-btn:hover{color:#fff;background:#ef4444;transform:scale(1.08)}.delete-btn svg{min-width:18px;min-height:18px;display:inline-block;width:18px!important;height:18px!important}.summary{background:#1a2030;border:1px solid #ffffff14;border-radius:22px;padding:28px;position:sticky;top:100px}.summary h2{margin-bottom:28px;font-size:1.45rem}.summary-row{color:#d1d5db;justify-content:space-between;margin-bottom:18px;display:flex}.checkout-btn{text-align:center;color:#111827;background:linear-gradient(135deg,#e3bf67,#caa24d);border-radius:16px;width:100%;margin-top:30px;padding:16px;font-weight:700;text-decoration:none;transition:all .35s;display:block}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #caa24d40}.continue-link{text-align:center;color:#7fb3ff;margin-top:18px;font-weight:600;text-decoration:none;display:block}.continue-link:hover{color:#fff}.empty-cart{text-align:center;background:#1a2030;border:1px solid #ffffff14;border-radius:24px;max-width:700px;margin:auto;padding:80px 35px}.empty-cart h2{margin-bottom:16px;font-size:2rem}.empty-cart p{color:#9ca3af;margin-bottom:35px;font-size:16px;line-height:1.8}@media (width<=992px){.cart-layout{grid-template-columns:1fr}.summary{position:static}}@media (width<=768px){.cart-page{padding:100px 0 60px}.cart-title{margin-bottom:35px;font-size:2rem}.cart-item{text-align:center;grid-template-columns:1fr;gap:18px}.cart-image{width:180px;height:180px;margin:auto}.quantity-box{justify-content:center}.item-total{font-size:1.3rem}.delete-btn{margin:auto}}@media (width<=480px){.cart-page .container{width:94%}.cart-item{border-radius:18px;padding:18px}.cart-image{width:150px;height:150px}.summary{border-radius:18px;padding:22px}.checkout-btn{padding:15px}.empty-cart{padding:60px 20px}.empty-cart h2{font-size:1.6rem}}.checkout-page{background:#0f172a;min-height:100vh;padding:120px 8% 60px}.checkout-container{grid-template-columns:2fr 1fr;align-items:flex-start;gap:40px;display:grid}.checkout-form,.order-summary{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;padding:30px;box-shadow:0 10px 35px #00000040}.checkout-form h2,.order-summary h2{color:#fff;margin-bottom:25px}.form-group{flex-direction:column;margin-bottom:20px;display:flex}.form-group label{color:#cbd5e1;margin-bottom:8px;font-size:15px;font-weight:500}.form-group input,.form-group textarea,.form-group select{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:12px;outline:none;padding:14px;font-size:15px;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-group textarea{resize:none}.form-group select{cursor:pointer}.summary-row{color:#e2e8f0;justify-content:space-between;align-items:center;margin:18px 0;font-size:16px;display:flex}.summary-row.total{color:#fff;border-top:1px solid #ffffff1a;margin-top:25px;padding-top:20px;font-size:20px;font-weight:700}.payment-method{border-top:1px solid #ffffff1a;margin-top:35px;padding-top:25px}.payment-method h3{color:#fff;margin-bottom:18px;font-size:18px}.payment-option-group{gap:10px;display:grid}.payment-option{color:#e2e8f0;cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;padding:14px;transition:all .3s;display:flex}.payment-option:hover{border-color:#3b82f6}.payment-option input{accent-color:#3b82f6;width:18px;height:18px}.wallet-control{gap:8px;margin-top:12px;display:grid}.wallet-control label{color:#cbd5e1;font-size:14px}.wallet-control input{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:12px;padding:12px 14px}.wallet-control small{color:#94a3b8}.wallet-summary-card{background:#3b82f61f;border:1px solid #3b82f633;border-radius:14px;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;padding:14px;display:grid}.wallet-summary-label{color:#93c5fd;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:12px}.place-order-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;width:100%;margin-top:30px;padding:15px;font-size:16px;font-weight:600;transition:all .3s}.place-order-btn:hover{background:#2563eb;transform:translateY(-2px)}.field-error{color:#fb7185;margin-top:8px;font-size:13px}.success-modal-overlay{z-index:1200;background:#020617bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.success-modal-card{text-align:center;background:linear-gradient(145deg,#111827,#1f2937);border:1px solid #ffffff1f;border-radius:24px;width:min(100%,520px);padding:32px 28px;box-shadow:0 20px 60px #00000059}.success-modal-icon{color:#fff;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;place-items:center;width:70px;height:70px;margin:0 auto 16px;font-size:34px;font-weight:700;display:grid}.success-modal-card h3{color:#fff;margin:0 0 12px;font-size:24px}.success-modal-card p{color:#cbd5e1;margin:0 0 20px;line-height:1.8}@media (width<=900px){.checkout-container{grid-template-columns:1fr}.order-summary{margin-top:20px}}.shipping-payment-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.shipping-card{color:#fff;background:#111827;border:1px solid #1f2937;border-radius:20px;width:100%;max-width:650px;padding:35px;box-shadow:0 20px 45px #00000059}.shipping-card h1{text-align:center;margin-bottom:10px}.shipping-desc{text-align:center;color:#9ca3af;margin-bottom:30px;line-height:1.7}.shipping-price{background:#1e293b;border:1px solid #334155;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:18px;font-size:18px;font-weight:600;display:flex}.shipping-price span{color:#60a5fa;font-size:24px}.payment-box{background:#1e293b;border-radius:14px;margin-bottom:20px;padding:20px}.payment-box h2{margin-bottom:12px;font-size:20px}.payment-number{text-align:center;word-break:break-word;background:#0f172a;border:1px dashed #60a5fa;border-radius:10px;margin-bottom:15px;padding:14px;font-size:18px}.copy-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;padding:12px;font-size:16px;transition:all .3s}.copy-btn:hover{background:#1d4ed8}.upload-box{margin-top:30px}.upload-box label{margin:18px 0 8px;font-weight:600;display:block}.upload-box input[type=text],.upload-box input[type=file]{color:#fff;background:#0f172a;border:1px solid #374151;border-radius:10px;width:100%;padding:13px}.confirm-payment-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:12px;width:100%;margin-top:35px;padding:15px;font-size:18px;font-weight:700;transition:all .3s}.confirm-payment-btn:hover{background:#16a34a}.copy-toast{color:#fff;z-index:9999;background:#22c55e;border-radius:12px;padding:14px 20px;font-weight:600;animation:.25s fadeIn;position:fixed;bottom:25px;right:25px;box-shadow:0 10px 25px #0000004d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.qr-section{text-align:center;border-top:1px solid #334155;margin-top:25px;padding-top:25px}.qr-section h3{margin-bottom:15px;font-size:20px}.payment-qr{object-fit:contain;background:#fff;border-radius:16px;width:200px;height:200px;margin:0 auto;padding:10px;transition:all .3s;display:block}.payment-qr:hover{transform:scale(1.04)}.qr-note{color:#9ca3af;margin-top:15px;font-size:14px;line-height:1.7}@media (width<=768px){.shipping-card{padding:25px}.payment-qr{width:170px;height:170px}.shipping-price{font-size:16px}.shipping-price span:last-child{font-size:20px}}.payment-id{text-align:center;background:#0f172a;border:1px solid #334155;border-radius:12px;margin-top:20px;padding:15px}.payment-id strong{color:#d1d5db;margin-bottom:8px;display:block}.payment-id span{color:#60a5fa;word-break:break-all;font-size:18px;font-weight:600}.view-qr-btn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:10px;width:100%;margin-top:12px;padding:12px;font-size:16px;transition:all .3s}.view-qr-btn:hover{background:#6d28d9}.qr-modal{z-index:9999;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.qr-modal-content{text-align:center;background:#111827;border-radius:20px;width:90%;max-width:420px;padding:30px;position:relative}.close-qr{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;position:absolute;top:15px;right:15px}.payment-qr-large{object-fit:contain;background:#fff;border-radius:18px;width:260px;height:260px;margin:20px auto;padding:12px;display:block}.qr-modal-content p{color:#9ca3af;margin-top:10px}@media (width<=768px){.payment-qr-large{width:200px;height:200px}}.error-message{color:#ff5c5c;margin-top:6px;font-size:14px}.success-message{color:#4ade80;margin-top:6px;font-size:14px}.success-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:120px 20px;display:flex}.success-card{text-align:center;background:#1e293b;border-radius:20px;width:100%;max-width:600px;padding:50px 35px;box-shadow:0 10px 30px #00000059}.success-icon{margin-bottom:20px;font-size:70px}.success-card h1{color:#fff;margin-bottom:15px}.success-card p{color:#cbd5e1;line-height:1.8}.order-number{color:#fff;background:#0f172a;border-radius:12px;margin:30px 0;padding:18px;font-size:18px}.order-number span{color:#60a5fa;margin-top:10px;font-size:26px;font-weight:700;display:block}.success-note{margin-bottom:30px}.continue-btn{color:#fff;background:#3b82f6;border-radius:12px;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.continue-btn:hover{background:#2563eb}.admin-login{background:linear-gradient(135deg,#0f172a,#111827,#000);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{text-align:center;background:#1f2937;border:1px solid #ffc40033;border-radius:18px;width:100%;max-width:420px;padding:40px;box-shadow:0 0 35px #ffc40026}.login-card h1{color:#facc15;margin-bottom:10px;font-size:34px}.login-card p{color:#9ca3af;margin-bottom:30px}.login-card input{color:#fff;box-sizing:border-box;background:#111827;border:1px solid #374151;border-radius:10px;outline:none;width:100%;margin-bottom:18px;padding:14px;font-size:15px;transition:all .3s}.login-card input:focus{border-color:#facc15}.login-card button{color:#111827;cursor:pointer;background:#facc15;border:none;border-radius:10px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:all .3s}.login-card button:hover{background:#eab308}.login-logo{margin-bottom:15px;font-size:52px;animation:3s ease-in-out infinite float}.login-card h1{letter-spacing:3px;margin-bottom:8px;font-size:42px}.login-card p{color:#b8c1cc;font-size:15px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.admin-orders-page{background:linear-gradient(#f8fafc,#eef2ff);min-height:100vh;padding:120px 35px 40px}.loading-page{justify-content:center;align-items:center;display:flex}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px;display:flex}.dashboard-header h1{color:#1e293b;margin-bottom:8px;font-size:38px}.dashboard-header p{color:#64748b;font-size:16px}.logout-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:14px;padding:13px 24px;font-size:15px;font-weight:700;transition:all .35s;box-shadow:0 15px 30px #ef444440}.logout-btn:hover{transform:translateY(-3px);box-shadow:0 18px 35px #ef444459}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-bottom:35px;display:grid}.stat-card{background:#fff;border:1px solid #ffffff80;border-radius:22px;align-items:center;gap:18px;padding:25px;transition:all .35s;display:flex;box-shadow:0 15px 35px #0f172a12}.stat-card:hover{transform:translateY(-6px)}.stat-icon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:30px;display:flex}.stat-card h3{color:#64748b;margin-bottom:10px;font-size:14px;font-weight:600}.stat-card span{color:#0f172a;font-size:34px;font-weight:800}.total-card .stat-icon{color:#2563eb;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.pending-card .stat-icon{color:#d97706;background:linear-gradient(135deg,#fef3c7,#fde68a)}.shipped-card .stat-icon{color:#7c3aed;background:linear-gradient(135deg,#ddd6fe,#c4b5fd)}.delivered-card .stat-icon{color:#16a34a;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.filters-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.search-box{flex:1;min-width:280px;position:relative}.search-box input{background:#fff;border:none;border-radius:16px;outline:none;width:100%;padding:16px 18px;font-size:15px;transition:all .3s;box-shadow:0 10px 25px #0f172a0f}.search-box input:focus{box-shadow:0 0 0 4px #6366f126}.filter-select{cursor:pointer;background:#fff;border:none;border-radius:16px;outline:none;width:220px;padding:16px;font-size:15px;box-shadow:0 10px 25px #0f172a0f}.orders-table{border-collapse:collapse;width:100%;min-width:900px}.orders-table thead{background:linear-gradient(135deg,#4f46e5,#6366f1)}.orders-table th{color:#fff;letter-spacing:.4px;text-align:left;padding:20px;font-size:14px;font-weight:700}.orders-table td{color:#475569;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:18px 20px;font-size:15px}.orders-table tbody tr{transition:all .25s}.orders-table tbody tr:hover{background:#f8faff;transform:scale(1.003)}.status-pill{color:#fff;letter-spacing:.2px;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #00000014}.view-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #6366f140}.view-btn:hover{transform:translateY(-2px);box-shadow:0 15px 28px #6366f159}.orders-table tbody tr:last-child td{border-bottom:none}@media (width<=992px){.dashboard-header{flex-direction:column;align-items:flex-start}.logout-btn{justify-content:center;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.admin-orders-page{padding:100px 15px 30px}.dashboard-header h1{font-size:30px}.dashboard-header p{font-size:14px}.stats-grid{grid-template-columns:1fr}.stat-card{border-radius:18px;padding:20px}.stat-icon{border-radius:14px;width:58px;height:58px;font-size:26px}.stat-card span{font-size:28px}.filters-bar{flex-direction:column;align-items:stretch}.search-box{width:100%;min-width:unset}.filter-select{width:100%}.table-wrapper{border-radius:18px;overflow-x:auto}.orders-table{min-width:720px}.orders-table th,.orders-table td{padding:15px;font-size:14px}.view-btn{padding:9px 16px;font-size:13px}.status-pill{padding:7px 14px;font-size:12px}}@media (width<=480px){.dashboard-header h1{font-size:26px}.dashboard-tag{padding:6px 12px;font-size:11px}.stat-card{gap:14px}.stat-icon{width:52px;height:52px;font-size:22px}.stat-card h3{font-size:13px}.stat-card span{font-size:24px}}.order-details-page{background:#f5f7fb;min-height:100vh;padding:120px 20px 50px}.order-details-page h1{text-align:center;color:#111827;margin-bottom:30px;font-size:34px}.details-card{background:#fff;border-radius:18px;max-width:900px;margin:auto;padding:35px;box-shadow:0 15px 40px #00000014}.details-card h2{color:#111827;margin-top:15px;margin-bottom:18px}.details-card p{color:#374151;margin:12px 0;line-height:1.7}.details-card strong{color:#111827}.details-card hr{border:none;border-top:1px solid #e5e7eb;margin:28px 0}.status-badge{color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:25px;padding:10px 18px;font-size:14px;font-weight:700;display:inline-flex}.status-select{background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;margin-top:10px;padding:14px 16px;font-size:15px;transition:all .3s}.status-select:focus{border-color:#2563eb;box-shadow:0 0 10px #2563eb33}.action-buttons{flex-wrap:wrap;gap:15px;margin-top:25px;display:flex}.save-status-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:13px 24px;font-size:15px;font-weight:700;transition:all .3s}.save-status-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.save-status-btn:disabled{opacity:.6;cursor:not-allowed}.delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;padding:13px 24px;font-size:15px;font-weight:700;transition:all .3s}.delete-btn:hover{background:#b91c1c;transform:translateY(-2px)}.delete-btn:disabled{opacity:.6;cursor:not-allowed}.product-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:18px;padding:18px;transition:all .3s}.product-item:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000014}.product-item h3{color:#111827;margin-bottom:10px;font-size:18px}.product-item p{margin:6px 0}.payment-proof-preview{flex-direction:column;gap:10px;margin-top:14px;display:flex}.payment-proof-preview a{color:#2563eb;font-weight:700;text-decoration:none}.payment-proof-preview a:hover{text-decoration:underline}.payment-proof-image{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:480px;max-height:520px;box-shadow:0 10px 25px #00000014}@media (width<=768px){.order-details-page{padding:100px 15px 30px}.details-card{padding:22px}.action-buttons{flex-direction:column}.save-status-btn,.delete-btn{width:100%}.order-details-page h1{font-size:28px}}.admin-products-page{max-width:1400px;margin:auto;padding:40px 25px}.loading-page{justify-content:center;align-items:center;min-height:70vh;display:flex}.products-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px;display:flex}.dashboard-tag{color:#8a6336;letter-spacing:1px;background:#f6f0e7;border-radius:50px;margin-bottom:14px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-block}.products-header h1{color:#3b3027;margin-bottom:8px;font-size:2.3rem}.products-header p{color:#8d8379}.add-product-btn{color:#fff;background:#c79a63;border-radius:14px;align-items:center;gap:10px;padding:14px 24px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.add-product-btn:hover{background:#b9874d;transform:translateY(-3px)}.products-card{background:#fff;border-radius:22px;align-items:center;gap:20px;margin-bottom:30px;padding:25px;display:flex;box-shadow:0 15px 40px #0000000d}.products-icon{color:#c79a63;background:#f8f1e8;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;font-size:28px;display:flex}.products-card h3{color:#8a8178;margin-bottom:8px}.products-card span{color:#2d2d2d;font-size:2rem;font-weight:700}.admin-search-box{background:#fff;border-radius:16px;align-items:center;gap:12px;margin-bottom:30px;padding:16px 20px;display:flex;box-shadow:0 10px 25px #0000000d}.admin-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:16px}.admin-search-box svg{color:#c79a63;font-size:18px}.table-wrapper{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 15px 40px #0000000d}.products-table{border-collapse:collapse;width:100%}.products-table thead{background:#f8f3ec}.products-table th{text-align:left;color:#7a6856;padding:18px;font-size:15px;font-weight:700}.products-table td{vertical-align:middle;border-top:1px solid #f1ece7;padding:18px}.products-table tbody tr{transition:all .25s}.products-table tbody tr:hover{background:#fcfaf8}.admin-product-image{object-fit:cover;border:1px solid #eee;border-radius:14px;width:70px;height:70px}.active-badge,.hidden-badge{border-radius:30px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-block}.active-badge{color:#228b4e;background:#e8f7ed}.hidden-badge{color:#c0392b;background:#fdeaea}.actions{gap:10px;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .25s;display:flex}.edit-btn{color:#b9874d;background:#f6f0e7}.edit-btn:hover{background:#ead9c2}.delete-btn{color:#c0392b;background:#fdeaea}.delete-btn:hover{background:#f8d3d3}@media (width<=900px){.table-wrapper{overflow-x:auto}.products-table{min-width:900px}.products-header{flex-direction:column;align-items:flex-start}.add-product-btn{justify-content:center;width:100%}}@media (width<=768px){.form-grid{grid-template-columns:1fr}.product-form{padding:22px}.checkboxes{flex-direction:column;gap:15px}}.add-product-page{max-width:1100px;margin:auto;padding:40px 25px}.form-header{margin-bottom:35px}.form-header h1{color:#3d3027;margin-bottom:10px;font-size:2.3rem}.form-header p{color:#8d8379}.product-form{background:#fff;border-radius:24px;padding:35px;box-shadow:0 15px 40px #0000000d}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px;display:grid}.form-grid input,.product-form textarea{background:#fff;border:1px solid #e7ddd3;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-size:15px;transition:all .25s}.form-grid input:focus,.product-form textarea:focus{border-color:#c79a63;box-shadow:0 0 0 3px #c79a6326}.product-form textarea{resize:vertical;margin-bottom:25px}.checkboxes{flex-wrap:wrap;gap:35px;margin-bottom:30px;display:flex}.checkboxes label{color:#4d433a;align-items:center;gap:10px;font-weight:600;display:flex}.checkboxes input{width:18px;height:18px}.save-product-btn{color:#fff;cursor:pointer;background:#c79a63;border:none;border-radius:16px;width:100%;padding:18px;font-size:16px;font-weight:700;transition:all .3s}.save-product-btn:hover{background:#b9874d;transform:translateY(-2px)}.save-product-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=768px){.form-grid{grid-template-columns:1fr}.product-form{padding:22px}.checkboxes{flex-direction:column;gap:15px}}body{background:#090909}.auth-page{background:linear-gradient(#090909 0%,#141414 100%);justify-content:center;align-items:center;min-height:calc(100vh - 90px);padding:3rem 1rem;display:flex}.auth-card{background:#111;border:1px solid #ffd70047;border-radius:24px;width:min(100%,480px);padding:clamp(1.25rem,3vw,2.2rem);box-shadow:0 16px 50px #00000073}.auth-card h2{color:gold;margin-bottom:.5rem;font-size:2rem}.auth-card p{color:#ccc;margin-bottom:1.75rem;line-height:1.6}.auth-card label{color:#ddd;margin-bottom:.65rem;font-size:.95rem;display:block}.auth-card input{color:#fff;background:#0d0d0d;border:1px solid #333;border-radius:14px;width:100%;margin-bottom:1rem;padding:1rem}.auth-card input[disabled]{opacity:.7}.auth-card button{color:#111;cursor:pointer;background:linear-gradient(135deg,#b78b1e,#ffd65a);border:none;border-radius:14px;width:100%;margin-top:.25rem;padding:1rem;font-weight:700}.auth-card .secondary-btn{color:gold;background:0 0;border:1px solid #ffd70073;margin-top:.85rem}.auth-card .link-row{color:#ccc;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1.2rem;display:flex}.auth-card .link-row a{color:gold;text-decoration:none}.field-error{color:#ff9b9b;margin-bottom:1rem}.success-message{color:#9bff9b;margin-bottom:1rem}.account-page{color:#f5f5f5;background:linear-gradient(135deg,#050505 0%,#121212 100%);min-height:100vh;padding:40px 20px 80px}.account-shell{flex-direction:column;gap:24px;max-width:1280px;margin:0 auto;display:flex}.account-hero{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:28px 32px;display:flex;box-shadow:0 18px 40px #00000040}.account-hero h1{margin-top:4px;margin-bottom:6px;font-size:2rem}.account-hero p{color:#c9c9c9}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#caa24d;font-size:.7rem;font-weight:700}.logout-btn,.primary-btn{cursor:pointer;border:none;border-radius:999px;padding:11px 18px;font-weight:700;transition:all .2s}.logout-btn{color:#fff;background:0 0;border:1px solid #ffffff2e}.primary-btn{color:#0a0a0a;background:linear-gradient(90deg,#caa24d,#f1c96a)}.logout-btn:hover,.primary-btn:hover{transform:translateY(-1px)}.account-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.stat-card,.panel-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:20px;box-shadow:0 12px 30px #0003}.stat-card span{color:#9a9a9a;margin-bottom:6px;display:block}.stat-card strong{color:#fff;font-size:1.5rem}.account-grid{grid-template-columns:1.05fr 1fr;gap:20px;display:grid}.panel-header{margin-bottom:16px}.profile-form{flex-direction:column;gap:12px;display:flex}.profile-form label{color:#f1f1f1;flex-direction:column;gap:6px;font-weight:600;display:flex}.profile-form input,.profile-form textarea{color:#fff;background:#00000038;border:1px solid #ffffff26;border-radius:12px;width:100%;padding:11px 12px}.profile-form input:focus,.profile-form textarea:focus{border-color:#caa24d;outline:none}.form-actions{justify-content:flex-start;margin-top:6px;display:flex}.success-text{color:#7ee787;margin-top:6px}.error-text{color:#ff8c8c;margin-top:6px}.orders-list{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.order-item{color:#fff;text-align:left;cursor:pointer;background:#06060666;border:1px solid #ffffff1a;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.order-item.active{background:#caa24d24;border-color:#caa24d}.order-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.status-pill{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.status-pill.pending-review,.status-pill.pending{color:#fbbf24;background:#f59e0b33}.status-pill.confirmed{color:#4ade80;background:#22c55e33}.status-pill.preparing{color:#60a5fa;background:#3b82f633}.status-pill.shipped{color:#c084fc;background:#8b5cf633}.status-pill.delivered{color:#34d399;background:#34d39933}.status-pill.cancelled{color:#f87171;background:#ef444433}.order-details-card{border-top:1px solid #ffffff1a;padding-top:16px}.order-details-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.label{color:#9a9a9a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.8rem}.products-list{flex-direction:column;gap:8px;display:flex}.product-item{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.empty-state{color:#c7c7c7;border:1px dashed #ffffff29;border-radius:14px;padding:20px}.loading-card{text-align:center;background:#ffffff0d;border-radius:20px;max-width:560px;margin:80px auto;padding:40px}@media (width<=900px){.account-grid,.account-stats{grid-template-columns:1fr}}@media (width<=640px){.account-hero{flex-direction:column;align-items:flex-start;padding:20px}.detail-grid{grid-template-columns:1fr}.profile-form input,.profile-form textarea{font-size:.95rem}}.wishlist-page{color:#fff;background:#111827;min-height:100vh;padding:120px 0 80px}.wishlist-title{text-align:center;margin-bottom:50px;font-size:2.6rem;font-weight:700}.wishlist-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;display:grid}.wishlist-card{background:#1a2030;border:1px solid #ffffff14;border-radius:22px;transition:all .35s;overflow:hidden;box-shadow:0 10px 25px #0000002e}.wishlist-card:hover{border-color:#caa24d59;transform:translateY(-6px);box-shadow:0 22px 45px #00000047}.wishlist-card img{object-fit:cover;background:#fff;width:100%;height:280px;padding:15px}.wishlist-card h3{margin:22px 22px 8px;font-size:1.25rem}.wishlist-card p{color:#9ca3af;margin:0 22px 14px}.wishlist-card h4{color:#e3bf67;margin:0 22px 22px;font-size:1.25rem}.wishlist-actions{gap:12px;padding:0 22px 22px;display:flex}.cart-btn{color:#111827;cursor:pointer;background:linear-gradient(135deg,#e3bf67,#caa24d);border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-weight:700;transition:all .35s;display:flex}.cart-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #caa24d40}.remove-btn{color:#ef4444;cursor:pointer;background:#ef44441f;border:none;border-radius:14px;justify-content:center;align-items:center;width:52px;font-size:18px;transition:all .3s;display:flex}.remove-btn:hover{color:#fff;background:#ef4444}.empty-wishlist{text-align:center;background:#1a2030;border:1px solid #ffffff14;border-radius:24px;max-width:700px;margin:auto;padding:80px 35px}.empty-wishlist h2{margin-bottom:16px;font-size:2rem}.empty-wishlist p{color:#9ca3af;margin-bottom:35px;line-height:1.8}.continue-btn{color:#111827;background:linear-gradient(135deg,#e3bf67,#caa24d);border-radius:16px;justify-content:center;align-items:center;padding:15px 28px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex}.continue-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #caa24d40}@media (width<=768px){.wishlist-page{padding:100px 0 60px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wishlist-title{font-size:2rem}.wishlist-card img{height:240px}.wishlist-actions{flex-direction:column}.remove-btn{width:100%;height:48px}}@media (width<=480px){.wishlist-grid{grid-template-columns:1fr}.wishlist-page .container{width:94%}.wishlist-card{border-radius:18px}.wishlist-card img{height:200px}.empty-wishlist{padding:60px 20px}.empty-wishlist h2{font-size:1.6rem}}.not-found-page{background:radial-gradient(circle at top,#3b82f62e,#0000 38%),linear-gradient(135deg,#05070a 0%,#0b1020 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.not-found-card{text-align:center;background:#0a0f18db;border:1px solid #ffffff17;border-radius:28px;width:min(100%,560px);padding:42px 32px;box-shadow:0 20px 60px #00000059}.not-found-badge{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));color:#05070a;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:18px;font-size:2rem;font-weight:800;display:inline-flex}.not-found-card h1{color:#fff;margin:0 0 12px;font-size:2rem}.not-found-card p{color:var(--color-text-secondary);margin:0 0 28px;line-height:1.7}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.not-found-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s;display:inline-flex}.not-found-btn:hover{transform:translateY(-2px)}.not-found-btn.primary{background:var(--color-primary);color:#05070a}.not-found-btn.secondary{color:#fff;background:0 0;border-color:#ffffff26}@media (width<=640px){.not-found-card{padding:32px 20px}.not-found-actions{flex-direction:column}.not-found-btn{width:100%}}body{color:#fff;background:radial-gradient(circle at 0 0,#2563eb2e,#0000 35%),radial-gradient(circle at 100% 100%,#caa24d1f,#0000 30%),linear-gradient(#040404,#090909,#050505);min-height:100vh;font-family:Arial,Helvetica,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;filter:blur(80px);z-index:-2;background:radial-gradient(circle at 20% 30%,#3b82f614,#0000 28%),radial-gradient(circle at 80% 70%,#caa24d0d,#0000 30%);animation:18s ease-in-out infinite alternate backgroundMove;position:fixed;inset:0}body:after{content:"";opacity:.25;pointer-events:none;z-index:-1;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0}@keyframes backgroundMove{0%{transform:translate(0)scale(1)}to{transform:translate(-60px,-40px)scale(1.2)}}:root{--color-bg:#05070a;--color-bg-secondary:#0d1117;--color-surface:#111827;--color-surface-2:#1b2430;--color-primary:#3b82f6;--color-primary-hover:#60a5fa;--color-accent:#e8c15b;--color-accent-hover:#f2d06e;--color-text:#fff;--color-text-secondary:#b8c0cc;--color-border:#ffffff14;--glass-bg:#ffffff0a;--blue-glow:#3b82f659;--gold-glow:#e8c15b2e;--shadow-sm:0 10px 25px #00000040;--shadow-md:0 20px 45px #00000059;--shadow-lg:0 35px 80px #00000073;--shadow-blue:0 0 35px #3b82f638;--shadow-gold:0 0 30px #e8c15b33;--radius-sm:14px;--radius-md:20px;--radius-lg:28px;--radius-xl:36px;--radius-full:999px;--transition-fast:.25s ease;--transition:.35s ease;--transition-slow:.6s ease;--container-width:1400px}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow{0%,to{opacity:.6}50%{opacity:1}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:clip}html,body,#root{min-height:100%}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}button{cursor:pointer;border:none;outline:none}img{-webkit-user-select:none;user-select:none;max-width:100%;display:block}ul{list-style:none}.container{width:min(92%, var(--container-width));margin:auto}::selection{background:var(--color-primary);color:#000}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#090909}::-webkit-scrollbar-thumb{background:#2c2c2c;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}
