:root{--bg:#050505;--panel:#0d0d0d;--panel2:#121212;--line:#292929;--text:#fff;--muted:#999;--soft:#d8d8d8;--radius:18px}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}body{padding-bottom:82px}.topbar{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #202020;position:sticky;top:0;z-index:10;background:rgba(5,5,5,.96);backdrop-filter:blur(10px)}.logo{font-size:23px;font-weight:900;letter-spacing:-1px}.icon-btn{background:none;border:0;color:#fff;font-size:21px;position:relative;cursor:pointer}.badge{position:absolute;right:-7px;top:-8px;background:#fff;color:#000;font-size:10px;border-radius:10px;min-width:16px;height:16px;display:grid;place-items:center;font-weight:800}.page{display:none;max-width:1050px;margin:auto;padding:20px 18px}.page.active{display:block}.hero{position:relative;margin:2px 0 28px;border-radius:24px;overflow:hidden;border:1px solid #2a2a2a}.hero img{display:block;width:100%;height:auto}.hero-btn{position:absolute;left:34px;bottom:30px;border:0;border-radius:12px;background:#fff;color:#050505;padding:14px 20px;font-weight:800;font-size:15px;cursor:pointer}.hero-btn b{margin-left:14px}.section-head,.page-title{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px}.section-head h2,.page-title h1{margin:0;font-size:22px}.link-btn{background:none;border:0;color:#aaa;font-weight:700;cursor:pointer}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.cat{min-height:90px;border:1px solid var(--line);border-radius:16px;background:var(--panel);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}.cat .cat-icon{width:36px;height:36px;border:1px solid #444;border-radius:50%;display:grid;place-items:center;font-weight:900}.cat span{font-size:12px;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:var(--panel);border:1px solid var(--line);border-radius:17px;overflow:hidden;position:relative;cursor:pointer}.product-img{height:250px;background:linear-gradient(135deg,#181818,#080808);display:grid;place-items:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.placeholder-shirt{font-size:62px;color:#ddd}.heart{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:50%;background:#0b0b0bda;color:#fff;border:1px solid #333;font-size:18px}.heart.on{background:#fff;color:#000}.product-info{padding:12px}.product-name{font-weight:800;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-cat{color:#777;font-size:11px;margin-top:4px}.price{font-weight:900;margin-top:9px}.search{display:flex;align-items:center;gap:10px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:0 14px;margin-bottom:12px}.search input{width:100%;padding:13px 0;background:none;border:0;outline:0;color:#fff;font-size:14px}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.chip{white-space:nowrap;border:1px solid #333;background:#0c0c0c;color:#bbb;border-radius:999px;padding:8px 13px;cursor:pointer}.chip.active{background:#fff;color:#000;border-color:#fff}.bottom{position:fixed;bottom:0;left:0;right:0;height:70px;background:rgba(7,7,7,.97);border-top:1px solid #262626;display:flex;justify-content:center;z-index:20}.bottom button{flex:1;max-width:160px;border:0;background:none;color:#777;font-size:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.bottom button span{font-size:10px}.bottom button.active{color:#fff}.hidden{display:none!important}.cart-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #222}.cart-thumb{width:72px;height:84px;border-radius:12px;background:#151515;overflow:hidden;display:grid;place-items:center}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-main{flex:1}.qty{display:flex;align-items:center;gap:8px;margin-top:10px}.qty button{width:28px;height:28px;border-radius:8px;border:1px solid #333;background:#111;color:#fff}.cart-summary{margin-top:20px;border:1px solid #292929;background:#0d0d0d;padding:16px;border-radius:16px}.primary{background:#fff;color:#000;border:0;border-radius:12px;padding:14px 18px;font-weight:900;cursor:pointer}.full{width:100%;margin-bottom:14px}.empty{border:1px dashed #333;border-radius:16px;padding:40px;text-align:center;color:#777}.modal{position:fixed;inset:0;background:#000b;display:none;align-items:flex-end;justify-content:center;z-index:50}.modal.open{display:flex}.modal-card{background:#0d0d0d;border:1px solid #2d2d2d;border-radius:24px 24px 0 0;width:min(760px,100%);max-height:92vh;overflow:auto;padding:20px}.close{float:right;background:#191919;border:1px solid #333;color:#fff;width:34px;height:34px;border-radius:50%}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gallery{height:390px;background:#151515;border-radius:18px;overflow:hidden;position:relative}.gallery img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;inset:auto 12px 12px;display:flex;justify-content:space-between}.gallery-nav button{border:0;border-radius:10px;background:#000b;color:#fff;padding:8px 12px}.sizes{display:flex;gap:8px;flex-wrap:wrap}.size{border:1px solid #444;background:#101010;color:#fff;padding:10px 14px;border-radius:10px}.size.active{background:#fff;color:#000}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{margin:10px 0}.field label{display:block;color:#999;font-size:12px;margin-bottom:5px}.field input,.field textarea,.field select{width:100%;background:#111;color:#fff;border:1px solid #333;border-radius:10px;padding:11px;outline:none}.field textarea{min-height:90px;resize:vertical}.admin-list{display:grid;gap:10px}.admin-item{border:1px solid #292929;background:#0d0d0d;border-radius:15px;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.admin-actions{display:flex;gap:6px}.admin-actions button{border:1px solid #333;background:#151515;color:#fff;border-radius:9px;padding:8px}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.stat{background:#0d0d0d;border:1px solid #292929;border-radius:15px;padding:14px}.stat b{display:block;font-size:22px}.muted{color:#777}.toast{position:fixed;top:80px;left:50%;transform:translateX(-50%) translateY(-15px);background:#fff;color:#000;padding:11px 16px;border-radius:12px;font-weight:800;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.error{border:1px solid #733;background:#210d0d;color:#ffb7b7;padding:14px;border-radius:14px;margin-bottom:15px}.preview-row{display:flex;gap:8px;flex-wrap:wrap}.preview{width:72px;height:72px;border-radius:10px;overflow:hidden;position:relative;background:#151515}.preview img{width:100%;height:100%;object-fit:cover}.preview button{position:absolute;right:3px;top:3px;width:22px;height:22px;border:0;border-radius:50%;background:#fff;color:#000;font-weight:900}@media(max-width:760px){.cat-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.product-img{height:210px}.detail-grid{grid-template-columns:1fr}.gallery{height:320px}.form-grid{grid-template-columns:1fr}.hero-btn{left:18px;bottom:18px}.hero-btn{font-size:13px;padding:12px 15px}}

.order-list{display:grid;gap:8px;margin-top:12px}
.order-item{padding:10px;border:1px solid #ddd;border-radius:12px;background:#fff}
