:root{--navy:#061a37;--navy2:#0a2d5c;--blue:#1670e6;--cyan:#67c8f4;--ice:#f1faff;--glass:rgba(255,255,255,.70);--glass2:rgba(255,255,255,.88);--line:rgba(154,205,235,.54);--ink:#081a31;--muted:#67819a;--green:#0b8b65;--danger:#d13c54;--shadow:0 28px 80px rgba(44,106,146,.15);--radius:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 9% 0,#d9f4ff 0,transparent 28%),radial-gradient(circle at 90% 12%,#d7e9ff 0,transparent 32%),linear-gradient(180deg,#f8fdff,#eef8ff);color:var(--ink);min-height:100vh}.aurora{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden}.aurora:before,.aurora:after{content:"";position:absolute;width:45vw;height:45vw;border-radius:50%;filter:blur(80px);opacity:.22;animation:float 14s ease-in-out infinite alternate}.aurora:before{left:-10vw;top:18vh;background:#68d4ff}.aurora:after{right:-8vw;top:40vh;background:#6889ff;animation-delay:-6s}@keyframes float{to{transform:translate(8vw,-6vh) scale(1.1)}}a{color:inherit}.container{width:min(1240px,calc(100% - 32px));margin:auto}.glass{background:var(--glass);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}header{position:sticky;top:0;z-index:30;padding:12px 0;background:linear-gradient(#f7fcffdf,#f7fcff9e);backdrop-filter:blur(18px);border-bottom:1px solid #d7edf8}.head{display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:950;letter-spacing:-.03em}.brand img{width:50px;height:50px;filter:drop-shadow(0 8px 14px #2678b733)}.search{flex:1;display:flex;align-items:center;background:#fff;border:1px solid #cde4f3;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #3678a80d}.search input{flex:1;border:0;outline:0;padding:14px 16px;font-size:15px}.search button{border:0;background:transparent;padding:0 16px;font-size:18px;cursor:pointer}.actions{display:flex;gap:9px}.iconBtn{position:relative;width:46px;height:46px;border-radius:15px;border:1px solid #cfe5f2;background:#fff;display:grid;place-items:center;text-decoration:none;cursor:pointer;font-size:19px;transition:.2s}.iconBtn:hover{transform:translateY(-2px);box-shadow:0 12px 26px #2b71a31f}.count{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#0e65d8;color:#fff;font-size:10px;display:grid;place-items:center;font-weight:800}.desktopNav{display:flex;gap:8px;margin-top:8px}.desktopNav a{padding:8px 12px;border-radius:10px;text-decoration:none;color:#49647f;font-size:13px;font-weight:750}.desktopNav a:hover{background:#e7f5fd;color:#0a4480}.hero{margin:28px auto 22px;border-radius:38px;min-height:470px;overflow:hidden;position:relative;background:#0a2d5c}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.heroOverlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,45,.64),rgba(3,20,45,.08) 65%)}.heroContent{position:relative;z-index:2;padding:70px 64px;color:#fff;max-width:780px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ffffff1f;border:1px solid #ffffff45;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(43px,6vw,78px);line-height:.95;letter-spacing:-.06em;margin:20px 0}.hero p{font-size:18px;line-height:1.7;color:#def3ff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:15px;border:0;background:linear-gradient(135deg,#0e6de4,#1348b7);color:#fff;text-decoration:none;font-weight:850;cursor:pointer;box-shadow:0 12px 28px #0d4c9b44}.btn.light{background:#fff;color:#123c67;box-shadow:none}.btn.ghost{background:#eaf7ff;color:#174c79;box-shadow:none}.btn.danger{background:#ffe8ed;color:#ad2f44;box-shadow:none}.section{padding:25px 0}.sectionHead{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.sectionHead h2{font-size:30px;margin:0;letter-spacing:-.04em}.sectionHead p{margin:5px 0 0;color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.cat{padding:12px;border-radius:23px;text-decoration:none;transition:.22s;overflow:hidden}.cat:hover{transform:translateY(-5px)}.cat img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:18px;background:#eaf8ff}.cat b{display:block;margin:10px 5px 3px;font-size:13px}.cat small{color:var(--muted);margin-left:5px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{position:relative;border-radius:27px;overflow:hidden;transition:.24s}.product:hover{transform:translateY(-5px);box-shadow:0 28px 70px #2a75a924}.productImg{aspect-ratio:1;background:#fff;position:relative;overflow:hidden}.productImg img{width:100%;height:100%;object-fit:cover;transition:.35s}.product:hover .productImg img{transform:scale(1.045)}.wish{position:absolute;right:12px;top:12px;width:38px;height:38px;border:1px solid #d8e9f3;background:#fffffff0;border-radius:13px;display:grid;place-items:center;cursor:pointer}.productInfo{padding:15px}.productInfo h3{font-size:15px;margin:0 0 7px;line-height:1.35}.seller{font-size:11px;color:var(--muted)}.price{display:flex;align-items:center;gap:8px;margin-top:10px}.price strong{font-size:18px}.price del{font-size:12px;color:#8ea0b2}.empty{padding:38px;text-align:center;color:var(--muted);border-radius:24px}.sheetBack{position:fixed;inset:0;background:#04152880;backdrop-filter:blur(8px);z-index:60;display:none;align-items:flex-end;justify-content:center}.sheetBack.open{display:flex}.sheet{width:min(100%,620px);max-height:90vh;overflow:auto;background:#f8fdff;border-radius:30px 30px 0 0;padding:24px;box-shadow:0 -30px 80px #00132c66;animation:sheet .3s cubic-bezier(.2,.8,.2,1)}@keyframes sheet{from{transform:translateY(35px);opacity:0}}.sheet h2{margin-top:3px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}.field label{font-size:12px;font-weight:800;color:#55708a}.field input,.field select,.field textarea{width:100%;padding:13px;border:1px solid #c9e0ef;background:white;border-radius:14px;outline:0;font:inherit}.row{display:flex;gap:10px}.row>*{flex:1}.loginArt{height:190px;border-radius:24px;overflow:hidden;margin-bottom:18px}.loginArt img{width:100%;height:100%;object-fit:cover}.otpRow{display:flex;gap:8px}.otpRow input{text-align:center;font-size:23px;letter-spacing:.28em}.cartItem{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid #dcebf4}.cartItem img{width:72px;height:72px;object-fit:cover;border-radius:16px}.qty{display:flex;gap:5px;align-items:center}.qty button{width:30px;height:30px;border-radius:10px;border:1px solid #d3e5f0;background:#fff}.summary{padding:15px;background:#eaf7ff;border-radius:18px;margin:15px 0}.sumRow{display:flex;justify-content:space-between;padding:6px 0}.sumRow.total{font-size:18px;font-weight:900;border-top:1px solid #c9dfec;margin-top:8px;padding-top:12px}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);z-index:100;background:#082241;color:#fff;padding:11px 16px;border-radius:999px;box-shadow:0 16px 50px #00142844;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1}.mobileDock{display:none}.productDetail{display:grid;grid-template-columns:1fr 1fr;gap:30px}.detailImage{border-radius:30px;overflow:hidden;background:#fff}.detailImage img{width:100%;aspect-ratio:1;object-fit:cover}.detailBody{padding:15px}.detailBody h1{font-size:38px;letter-spacing:-.04em}.spec{padding:14px;background:#eff9ff;border-radius:18px;color:#49627a;line-height:1.65}.skeleton{min-height:300px;border-radius:28px;background:linear-gradient(100deg,#e8f4fb 20%,#fff 40%,#e8f4fb 60%);background-size:200% 100%;animation:shine 1.2s infinite}@keyframes shine{to{background-position:-200% 0}}footer{margin-top:60px;padding:50px 0 100px;background:#061a37;color:#cde4f7}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer h3{color:#fff}footer a{display:block;color:#a9c9e2;text-decoration:none;margin:8px 0;font-size:13px}.ripple{position:absolute;border-radius:50%;background:#bceaff66;transform:scale(0);animation:ripple .55s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}@media(max-width:980px){.categories{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(3,1fr)}.hero{min-height:420px}.heroContent{padding:55px 42px}.desktopNav{display:none}}@media(max-width:720px){body{padding-bottom:78px}.container{width:min(100% - 22px,1240px)}header{padding:8px 0}.head{gap:9px;flex-wrap:wrap}.brand span{display:none}.brand img{width:43px;height:43px}.actions .iconBtn:first-child{display:none}.search{order:3;flex-basis:100%}.hero{margin-top:14px;min-height:430px;border-radius:30px}.heroContent{padding:48px 26px}.hero h1{font-size:48px}.hero p{font-size:15px}.categories{display:flex;overflow:auto;gap:10px;padding-bottom:4px}.cat{min-width:125px}.products{grid-template-columns:repeat(2,1fr);gap:10px}.product{border-radius:21px}.productInfo{padding:11px}.productInfo h3{font-size:13px}.productInfo .btn{padding:8px 10px;font-size:11px}.sectionHead h2{font-size:24px}.productDetail{grid-template-columns:1fr;gap:12px}.detailBody h1{font-size:29px}.mobileDock{position:fixed;z-index:50;bottom:10px;left:10px;right:10px;height:66px;border-radius:23px;background:rgba(7,28,58,.92);backdrop-filter:blur(22px);display:grid;grid-template-columns:repeat(5,1fr);padding:6px;box-shadow:0 20px 60px #00152f66}.dockBtn{position:relative;overflow:hidden;border:0;background:transparent;color:#9fc4e2;border-radius:16px;font-size:11px;font-weight:750;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none}.dockBtn i{font-style:normal;font-size:18px}.dockBtn.active{background:#ffffff19;color:#fff}.sheet{border-radius:28px 28px 0 0;padding:18px}.footerGrid{grid-template-columns:1fr}.row{flex-direction:column}}@media(max-width:380px){.products{grid-template-columns:1fr}.hero h1{font-size:42px}}
