:root{--bg:#050b14;--bg2:#08111f;--card:#0c1728;--card2:#101e32;--line:#1c3049;--text:#eef5ff;--muted:#91a1b7;--orange:#ff6a00;--blue:#0878ff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 5%,rgba(255,106,0,.10),transparent 30%),radial-gradient(circle at 90% 10%,rgba(8,120,255,.13),transparent 32%),var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.orange{color:var(--orange)}.blue{color:var(--blue)}
header{position:sticky;top:0;z-index:1000;background:rgba(5,11,20,.95);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(18px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{text-decoration:none;font-size:21px;font-weight:900;white-space:nowrap}.navlinks{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.navlinks a{display:inline-block;padding:9px 13px;border:1px solid #263a53;border-radius:9px;color:#cbd7e8;text-decoration:none;transition:.2s}.navlinks a:hover{color:#fff;border-color:var(--blue);background:#0d1d32;transform:translateY(-1px)}
.shop-page{min-height:calc(100vh - 76px)}.shop-hero{position:relative}.shop-products{width:100%}.shop-category{margin-bottom:55px}.shop-product{min-width:0}.shop-product button{transition:.2s}.shop-product button:hover{transform:translateY(-2px)}
.cart-floating{position:fixed;right:25px;bottom:25px;z-index:9000}.cart-button{border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(90deg,var(--orange),var(--blue));color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 35px rgba(0,0,0,.4)}.cart-overlay{position:fixed;inset:0;z-index:10000;display:none;align-items:stretch;justify-content:flex-end;background:rgba(0,0,0,.65);backdrop-filter:blur(5px)}.cart-overlay.open{display:flex}.cart-panel{width:min(480px,100%);height:100%;overflow:auto;padding:28px;background:#08111f;border-left:1px solid #263a53}.cart-close{border:0;background:none;color:#fff;font-size:28px;cursor:pointer}.cart-item{display:flex;justify-content:space-between;gap:15px;padding:16px 0;border-bottom:1px solid #17263a}.cart-item-name{color:#fff;font-weight:900}.cart-item-price{color:var(--orange);font-weight:900;white-space:nowrap}.cart-remove{margin-top:7px;border:0;background:none;color:#7f91a8;font-size:12px;cursor:pointer;padding:0}.cart-remove:hover{color:var(--orange)}.cart-summary{margin-top:25px;padding:20px;border-radius:15px;background:#101d30;border:1px solid #263a53}.cart-summary-row{display:flex;justify-content:space-between;gap:15px;padding:7px 0;color:#aebed1}.cart-summary-row strong{color:#fff}.cart-summary-total{margin-top:10px;padding-top:14px;border-top:1px solid #263a53;font-size:19px}.cart-checkout{width:100%;border:0;border-radius:11px;margin-top:20px;padding:15px;background:linear-gradient(90deg,var(--orange),var(--blue));color:#fff;font-weight:900;cursor:pointer}.cart-checkout:hover{box-shadow:0 10px 30px rgba(8,120,255,.25);transform:translateY(-2px)}.cart-continue{display:block;text-align:center;margin-top:13px;color:var(--muted);font-size:13px;cursor:pointer}.shop-database-error{padding:20px;border-radius:14px;background:#35151d;border:1px solid #7d3044;color:#ffb4c1}
footer{margin-top:60px;padding:45px 20px;text-align:center;background:#050b14;border-top:1px solid #17263a;color:var(--muted)}footer .logo{margin-bottom:12px;color:#fff}footer p{margin:0;line-height:1.6}
.page{padding:60px 0 100px}.card{background:linear-gradient(145deg,#101e32,#0b1727);border:1px solid #1d3048;border-radius:20px;padding:25px;margin-bottom:25px}.notice{padding:15px 18px;border-radius:10px;margin-bottom:20px}.notice.success{background:#0d3523;border:1px solid #1d7047;color:#72e6a4}.notice.error,.error{background:#35151d;border:1px solid #7d3044;color:#ffb4c1}.product-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.product-form .full{grid-column:1/-1}.product-form input,.product-form textarea,.product-form select{width:100%;padding:12px 13px;border:1px solid #263a53;border-radius:9px;background:#07101d;color:#fff}.smallbtn{display:block;width:100%;box-sizing:border-box;text-align:center;padding:9px 12px;border-radius:8px;border:1px solid #28547f;background:#102a48;color:#fff;font-size:12px;cursor:pointer;text-decoration:none}.smallbtn:hover{background:#173d64}.smallbtn.orange{background:#4a240e;border-color:#a44d15}.smallbtn.red{background:#3b121b;border-color:#873347}.smallbtn.green{background:#0d3523;border-color:#1d7047}
@media(max-width:800px){.nav{align-items:flex-start;flex-direction:column;padding-top:15px;padding-bottom:15px}.navlinks{width:100%;justify-content:flex-start}.product-form{grid-template-columns:1fr}.product-form .full{grid-column:auto}.cart-floating{right:15px;bottom:15px}.cart-panel{width:100%}}
@media(max-width:650px){.shop-hero h1{font-size:40px}.shop-products{grid-template-columns:1fr!important}.shop-category-title{font-size:23px}.logo{font-size:18px}}
