:root{--bg:#06070d;--panel:#fff1;--panel2:#ffffff18;--text:#f7f7fb;--muted:#a7a7b7;--line:#ffffff21;--pink:#ff2e88;--cyan:#5ee7ff;--green:#52ff9b;--red:#ff5b6c;--orange:#ffb86b;--radius:22px}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 15% 5%,#ff2e8847,#0000 30%),radial-gradient(circle at 85% 10%,#5ee7ff2e,#0000 28%),linear-gradient(#07070d 0%,#0b0710 100%);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}button:disabled{opacity:.45;cursor:not-allowed}.page{width:min(1180px,100%);margin:0 auto;padding:18px 14px 104px}.center-page{place-items:center;min-height:100vh;display:grid}.hero{border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:linear-gradient(135deg,#ff2e8838,#5ee7ff14),#ffffff0e;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000059}.hero h1{letter-spacing:-1.5px;margin:3px 0 6px;font-size:clamp(30px,7vw,54px)}.hero p{color:var(--muted);margin:0;line-height:1.45}.eyebrow{color:var(--cyan);letter-spacing:1.8px;font-size:12px;font-weight:900}.logo{background:linear-gradient(135deg, var(--pink), var(--cyan));border-radius:24px;place-items:center;width:76px;height:76px;margin:0 auto 12px;font-size:30px;font-weight:950;display:grid;box-shadow:0 0 36px #ff2e8859}.hero-card,.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 90px #00000059}.hero-card{text-align:center;width:min(430px,92vw);padding:28px}.warning,.error,.success,.empty-state{border-radius:18px;margin:12px 0;padding:14px}.warning{color:#ffe2bd;background:#ffb86b1f;border:1px solid #ffb86b40}.error{color:#ffd5da;background:#ff5b6c21;border:1px solid #ff5b6c47}.success{color:#d6ffe7;background:#52ff9b1f;border:1px solid #52ff9b47}.success.big{font-size:18px}.muted,.empty-state{color:var(--muted)}.primary{color:#fff;background:linear-gradient(135deg, var(--pink), #7c4dff);border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 18px;font-weight:900;display:inline-flex;box-shadow:0 12px 34px #ff2e8840}.primary.small{min-height:38px;padding:9px 13px;font-size:13px}.primary.wide,.wide{width:100%}.icon-btn{color:#fff;background:var(--panel2);border:1px solid var(--line);border-radius:16px;place-items:center;width:44px;height:44px;display:grid}.category-tabs,.admin-tabs{gap:8px;padding:3px 0 14px;display:flex;overflow-x:auto}.category-tabs button,.admin-tabs button{white-space:nowrap;color:var(--text);background:var(--panel);border:1px solid var(--line);border-radius:999px;align-items:center;gap:7px;padding:10px 14px;display:inline-flex}.category-tabs button.active,.admin-tabs button.active,.bottom-nav button.active{background:linear-gradient(135deg,#ff2e88d9,#5ee7ff47);border-color:#ffffff40}.grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:14px;display:grid}.product-card,.admin-product,.order-card,.user-card,.stat-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);overflow:hidden}.product-card{flex-direction:column;min-height:100%;display:flex}.product-img{aspect-ratio:1.12/.86;object-fit:cover;background:#ffffff0d;width:100%}.product-img.empty{color:var(--muted);place-items:center;display:grid}.product-content{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.product-content h3,.panel h3,.admin-product h3{margin:0}.flavor{color:#e7e7ef;margin:0;font-weight:700}.desc{color:var(--muted);margin:0;font-size:14px;line-height:1.42}.badges{flex-wrap:wrap;gap:6px;display:flex}.badge{text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff21;border-radius:999px;align-items:center;padding:5px 8px;font-size:11px;font-weight:900;display:inline-flex}.badge.fire{color:#ffe0ed;background:#ff2e8838}.badge.gift{color:#fff3d5;background:#ffb86b2e}.badge.warn{color:#fff0ce;background:#ffb86b33}.badge.ok{color:#d8ffe9;background:#52ff9b29}.badge.neon{color:#d8faff;background:#5ee7ff21}.badge.muted-badge{color:#c7c7d2}.product-bottom{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;display:flex}.price-block{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.new-price,.points-price{color:#fff;font-size:20px;font-weight:950}.old-price{color:var(--muted);text-decoration:line-through}.discount-chip{color:#ffd9e9;background:#ff2e8833;border-radius:999px;padding:4px 7px;font-size:12px;font-weight:900}.panel{margin-bottom:14px;padding:16px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.stat-card{padding:16px}.stat-card span{color:var(--muted);font-size:13px;display:block}.stat-card b{margin-top:7px;font-size:24px;display:block}.cart-row{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.cart-row span{color:var(--muted);margin-top:3px;font-size:13px;display:block}.qty{align-items:center;gap:8px;display:flex}.qty button,.button-row button,.admin-actions button,.user-card button{color:#fff;border:1px solid var(--line);background:#ffffff1a;border-radius:12px;min-height:36px;padding:8px 12px}.cart-total{justify-content:space-between;padding:16px 0;font-size:20px;display:flex}.ref-link{color:var(--cyan);overflow-wrap:anywhere;cursor:pointer;background:#00000040;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.bottom-nav{border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#08080edb;border-radius:24px;grid-template-columns:repeat(5,1fr);gap:6px;width:min(680px,100% - 20px);padding:8px;display:grid;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 20px 70px #00000073}.bottom-nav button{color:#fff;background:0 0;border-radius:17px;flex-direction:column;align-items:center;gap:3px;min-height:50px;display:flex}.bottom-nav span{font-size:11px}.admin-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.search{border:1px solid var(--line);background:#ffffff12;border-radius:14px;flex:1;align-items:center;gap:8px;min-width:220px;padding:0 12px;display:flex}.search input{color:#fff;background:0 0;border:0;outline:none;width:100%;min-height:42px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}label{color:var(--muted);flex-direction:column;gap:6px;font-size:13px;font-weight:800;display:flex}input,textarea,select{border:1px solid var(--line);color:#fff;background:#0000003d;border-radius:14px;outline:none;width:100%;min-height:42px;padding:10px 12px}textarea{resize:vertical;min-height:86px}.wide-field{grid-column:1/-1}.check-row{flex-direction:row;align-items:center}.check-row input{width:18px;min-height:18px}.admin-product-list,.order-list,.user-list{gap:12px;display:grid}.admin-product{grid-template-columns:135px 1fr;display:grid}.admin-product .product-img{aspect-ratio:auto;height:100%}.admin-product-main{padding:14px}.admin-product-main p{color:var(--muted);margin:5px 0}.mini-info{flex-wrap:wrap;gap:7px;margin:10px 0;display:flex}.mini-info span{color:#e9e9f2;background:#ffffff14;border-radius:999px;padding:6px 9px;font-size:12px}.button-row{flex-wrap:wrap;gap:7px;display:flex}.button-row button,.file-btn{align-items:center;gap:6px;display:inline-flex}.file-btn{color:#fff;cursor:pointer;background:#5ee7ff1f;border:1px solid #5ee7ff38;border-radius:12px;min-height:36px;padding:8px 12px;font-size:14px}.file-btn input{display:none}.order-card{padding:14px}.order-head,.user-card{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-head span,.user-card span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.status{border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.status.pending{color:#ffe4bd;background:#ffb86b29}.status.approved{color:#d7ffe7;background:#52ff9b26}.status.rejected{color:#ffd5da;background:#ff5b6c26}.order-items{color:#e8e8ef;gap:4px;margin:10px 0;display:grid}.approve{color:#d9ffe9!important;background:#52ff9b21!important}.reject{color:#ffd4da!important;background:#ff5b6c21!important}.user-card{padding:14px}@media (width<=720px){.page{padding-left:10px;padding-right:10px}.hero{padding:18px}.grid,.stats-grid,.form-grid,.admin-product{grid-template-columns:1fr}.admin-product .product-img{aspect-ratio:1.3/.8}.bottom-nav{grid-template-columns:repeat(5,1fr)}.bottom-nav span{font-size:10px}.order-head,.user-card{flex-direction:column;align-items:flex-start}}
