*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#070b1a;--line:rgba(255,255,255,.1);--text:#f8fbff;--muted:#9aa7c7;--purple:#8b5cf6;--blue:#2196f3;--green:#25d0b2;--orange:#ff9f1a}body{font-family:Inter,Arial,sans-serif;min-height:100vh;color:var(--text);background:radial-gradient(circle at 20% 0%,rgba(139,92,246,.22),transparent 35%),radial-gradient(circle at 90% 18%,rgba(33,150,243,.16),transparent 32%),#070b1a}a{text-decoration:none;color:inherit}.shop-shell{width:min(1280px,calc(100% - 28px));margin:24px auto}.shop-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));backdrop-filter:blur(20px)}.shop-brand{font-size:24px;font-weight:950;display:flex;align-items:center;gap:12px}.shop-brand span{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--purple),#6d35e8);display:grid;place-items:center}.shop-header nav,.header-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.shop-header nav a{color:#c5cce0}.mini-search input,input,textarea,select{padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#111936;color:white;outline:none}.pill,.btn,.card-actions a,.category-pills a,.section-head a,button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;padding:12px 16px;background:rgba(255,255,255,.05);transition:.25s;font-weight:800;color:white}.primary,.btn.primary,button{background:linear-gradient(135deg,var(--purple),var(--blue));border:0;box-shadow:0 14px 32px rgba(139,92,246,.28)}.pill:hover,.btn:hover,.card-actions a:hover,.category-pills a:hover,.section-head a:hover,button:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(139,92,246,.22)}.hero{min-height:560px;margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;padding:60px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032));box-shadow:0 22px 70px rgba(0,0,0,.22)}.eyebrow{display:inline-block;margin-bottom:18px;color:#a78bfa;font-weight:900;letter-spacing:2px;font-size:12px}.hero h1{font-size:58px;line-height:1.02;margin-bottom:20px}.hero p{color:var(--muted);font-size:18px;line-height:1.7;max-width:540px;margin-bottom:28px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{min-height:380px;display:flex;align-items:center;justify-content:center;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid var(--line);overflow:hidden}.hero-visual img{max-width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.45))}.hero-placeholder{text-align:center;color:var(--muted)}.hero-placeholder b{display:block;font-size:46px;letter-spacing:9px;color:white}.category-pills{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding:28px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-head h2{font-size:30px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032));overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 65px rgba(139,92,246,.18)}.product-img{height:245px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.055)}.product-img img{width:100%;height:100%;object-fit:contain;padding:18px}.no-img{color:var(--muted)}.product-body{padding:18px}.product-body span{color:var(--muted);font-size:13px}.product-body h3{margin:8px 0 12px;font-size:17px}.price{font-weight:950;margin-bottom:14px}.card-actions{display:flex;gap:10px}.card-actions a:first-child{flex:1}.empty{grid-column:1/-1;text-align:center;padding:45px;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}.shop-footer{margin-top:30px;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04);display:flex;justify-content:space-between;color:var(--muted)}.profile-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:35px}.profile-card{width:540px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032));padding:35px;border:1px solid var(--line);border-radius:24px}.profile-card.wide{width:min(1000px,100%)}.back{display:inline-block;margin-bottom:20px;color:#93c5fd;font-weight:900}.profile-head{display:flex;align-items:center;gap:18px;margin-bottom:24px}.profile-head img,.avatar-letter{width:88px;height:88px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:900}.profile-head p,.muted{color:var(--muted)}.alert{background:rgba(255,220,100,.12);border:1px solid rgba(255,220,100,.35);padding:14px;margin:18px 0;color:#ffe7a0;border-radius:14px}.error{background:rgba(255,59,95,.12);border:1px solid rgba(255,59,95,.35);padding:14px;margin:18px 0;color:#ffd0d8;border-radius:14px}.profile-form label{display:block;margin:15px 0 7px;font-weight:900}.profile-form input,.profile-form textarea{width:100%}.profile-form button{width:100%;margin-top:18px}.profile-links{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.profile-links a{border:1px solid var(--line);border-radius:12px;padding:10px 14px}.checkout-grid{display:grid;grid-template-columns:1fr 370px;gap:30px}.order-summary,.pay-card{background:rgba(255,255,255,.055);border:1px solid var(--line);border-radius:18px;padding:24px}.summary-row,.summary-total{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--line)}.summary-total{font-size:20px;font-weight:900;border-bottom:0;border-top:2px solid var(--line);margin-top:12px}.payment-note{margin-top:18px;color:var(--muted)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}}@media(max-width:760px){.shop-shell{width:100%;margin:0;padding:14px}.shop-header{flex-direction:column}.hero{padding:26px}.hero h1{font-size:38px}.product-grid{grid-template-columns:1fr}.shop-footer{flex-direction:column;gap:12px}.checkout-grid{grid-template-columns:1fr}}