:root{--red:#ef4444;--red2:#dc2626;--bg:#f7f8fb;--card:#fff;--text:#16181d;--muted:#727782;--line:#e9ebf0;--dark:#15171c}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.nav{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800}.brandmark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--red);color:#fff}.nav nav{display:flex;gap:22px;font-size:14px;color:#4e535c;flex:1}.nav nav a:hover{color:var(--red)}.nav-actions{display:flex;gap:10px;align-items:center}.btn,.iconbtn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--red);color:#fff;padding:11px 16px;border-radius:10px;font-weight:700;font-size:14px}.btn:hover{background:var(--red2)}.btn.ghost,.iconbtn{background:#fff;color:#25282e;border:1px solid var(--line)}.iconbtn{width:42px;padding:11px}.hero{padding:44px 0 24px}.hero-box{background:linear-gradient(120deg,#17191f,#2a1b1d);border-radius:24px;color:#fff;padding:44px;display:grid;grid-template-columns:1.4fr .6fr;min-height:280px;overflow:hidden;position:relative}.hero-box:after{content:"";width:260px;height:260px;border-radius:50%;background:rgba(239,68,68,.35);filter:blur(10px);position:absolute;right:-30px;top:-20px}.hero h1{font-size:42px;line-height:1.08;margin:0 0 14px}.hero p{color:#c9ccd3;max-width:600px}.hero .btn{margin-top:10px}.section{padding:26px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.section-head h2{margin:0;font-size:25px}.section-head p{margin:6px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card,.product-card,.panel,.auth-card{background:var(--card);border:1px solid var(--line);border-radius:18px}.category-card{padding:22px}.category-card i{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#fff0f0;color:var(--red);font-size:20px}.category-card h3{margin:16px 0 6px}.category-card p{color:var(--muted);font-size:14px;margin:0}.product-card{overflow:hidden}.product-cover{aspect-ratio:16/10;background:#eceef3;display:flex;align-items:center;justify-content:center;color:#a1a6b0;font-size:38px;overflow:hidden}.product-cover img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px}.badge{display:inline-block;background:#fff0f0;color:var(--red2);font-size:12px;font-weight:800;padding:6px 8px;border-radius:7px}.product-card h3{font-size:16px;margin:10px 0 7px}.product-meta{color:var(--muted);font-size:13px;min-height:38px}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.price{font-size:20px;font-weight:900}.auth-wrap{min-height:70vh;display:grid;place-items:center;padding:40px 16px}.auth-card{width:min(440px,100%);padding:28px}.auth-card h1{margin:0 0 6px}.auth-card p{color:var(--muted)}.field{margin:14px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #dfe2e8;border-radius:10px;background:#fff;outline:none}.field input:focus,.field textarea:focus{border-color:var(--red)}.alert{padding:12px 14px;border-radius:10px;margin:12px 0;font-size:14px}.alert.error{background:#fff0f0;color:#b91c1c}.alert.ok{background:#ecfdf3;color:#166534}.panel{padding:20px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.qty{width:70px;padding:8px}.checkout{display:grid;grid-template-columns:1fr 360px;gap:20px}.summary{position:sticky;top:90px}.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:40px 0}.footergrid>div{display:flex;flex-direction:column;gap:9px;color:#666}.footergrid strong{color:#222}.footerbrand{color:#222}.copyright{padding:18px 0;border-top:1px solid var(--line);color:#898e97;font-size:13px}.dash{display:grid;grid-template-columns:230px 1fr;gap:20px;padding:30px 0}.side{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;height:max-content}.side a{display:flex;gap:10px;align-items:center;padding:11px 12px;border-radius:9px;font-size:14px}.side a:hover,.side a.active{background:#fff0f0;color:var(--red2)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.stat b{display:block;font-size:24px;margin-top:8px}.muted{color:var(--muted)}@media(max-width:900px){.nav nav{display:none}.grid{grid-template-columns:repeat(2,1fr)}.hero-box{grid-template-columns:1fr}.hero h1{font-size:34px}.checkout,.dash{grid-template-columns:1fr}.side{display:flex;overflow:auto}.stats{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.grid{grid-template-columns:1fr}.topbar{height:auto;padding:10px 0}.nav{flex-wrap:wrap}.nav-actions{margin-left:auto}.btn.ghost{display:none}.hero-box{padding:28px}.hero h1{font-size:30px}.footergrid{grid-template-columns:1fr}}

/* v1.1.0 - Dark E-Pin Store UI */
:root{--red:#ef4444;--red2:#dc2626;--bg:#0a101a;--card:#111b2a;--card2:#162233;--text:#f5f7fb;--muted:#95a1b2;--line:#202d3e;--dark:#080d15}
body{background:var(--bg);color:var(--text)}
.container{width:min(1320px,calc(100% - 32px))}
.mini-top{height:34px;background:#070c14;border-bottom:1px solid #121b28;color:#d3d9e2;font-size:12px;font-weight:700}.mini-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.mini-inner>div{display:flex;gap:20px;align-items:center}.mini-inner a:hover{color:#fff}
.topbar{height:auto;background:#0f1928;border-bottom:1px solid #1d2a3b;position:sticky;top:0;z-index:20}.nav{height:64px;gap:10px}.brand{font-size:22px;color:#fff;margin-right:8px}.brandmark{border-radius:9px;background:linear-gradient(135deg,#ff9f1a,#ef4444)}
.catalog-btn{height:42px;padding:0 15px;border-radius:8px;background:#f59e0b;color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;gap:8px;white-space:nowrap}.catalog-btn:hover{background:#e88f00}
.searchbar{height:42px;flex:1;display:flex;background:#f8fafc;border-radius:8px;overflow:hidden;margin:0 2px}.searchbar input{flex:1;border:0;outline:0;padding:0 15px;background:transparent;color:#172033;font-size:14px}.searchbar button{width:48px;border:0;background:transparent;color:#7d8898;font-size:17px;cursor:pointer}
.nav-actions{gap:6px}.nav-icon{width:66px;height:42px;border:1px solid #223044;background:#162132;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:2px}.nav-icon i{font-size:14px}.nav-icon small{font-size:10px;font-weight:700}.nav-icon:hover{background:#1b2a3d}
.category-strip{height:36px;background:#0d1623;border-top:1px solid #172234}.strip-inner{height:100%;display:flex;align-items:center;gap:25px;overflow:auto;scrollbar-width:none}.strip-inner::-webkit-scrollbar{display:none}.strip-inner a{display:flex;align-items:center;gap:7px;color:#aeb8c7;font-size:12px;font-weight:700;white-space:nowrap}.strip-inner a:hover{color:#fff}.strip-inner i{font-size:11px}
.store-section{padding:22px 0 0}.store-panel{background:#111b2a;border:1px solid #172437;border-radius:18px;padding:20px}.store-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.store-head h1,.store-head h2{font-size:24px;margin:0;color:#fff}.store-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.small-filter{background:#1a293b;border:1px solid #25374b;color:#fff;padding:8px 13px;border-radius:8px;font-size:12px;font-weight:700}
.category-showcase{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.visual-category{min-width:0}.visual-category-image{aspect-ratio:4/5;border-radius:12px;background:#172234;border:1px solid #223146;overflow:hidden;transition:.18s ease}.visual-category:hover .visual-category-image{transform:translateY(-2px);border-color:#40506a}.visual-category-image img{width:100%;height:100%;display:block;object-fit:cover}.image-empty{width:100%;height:100%;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#536175;background:linear-gradient(145deg,#172234,#111a27)}.image-empty i{font-size:28px}.image-empty span{font-size:11px;font-weight:700}.visual-category strong{display:block;color:#f4f7fb;font-size:13px;text-align:center;margin-top:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-tabs{display:flex;gap:18px;align-items:center;border-bottom:1px solid #223044;margin:-2px 0 16px;padding:0 3px}.product-tabs a,.product-tabs span{color:#8f9bad;font-size:13px;font-weight:700;padding:10px 0;white-space:nowrap}.product-tabs .active{color:#fff;border-bottom:2px solid #f59e0b}.product-tabs a:hover{color:#fff}
.products-dark-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.dark-product{background:#101927;border:1px solid #1c293b;border-radius:12px;overflow:hidden;min-width:0}.dark-product:hover{border-color:#314359}.dark-product-cover{aspect-ratio:4/3;background:#162132;overflow:hidden}.dark-product-cover img{width:100%;height:100%;object-fit:cover}.product-placeholder{min-height:100%;font-size:28px}.dark-product-body{padding:12px}.dark-product-body small{color:#78879b;font-size:10px;text-transform:uppercase;font-weight:800}.dark-product-body h3{font-size:14px;margin:5px 0 12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark-price{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:14px;font-weight:800}.dark-price i{width:25px;height:25px;display:grid;place-items:center;border-radius:6px;background:#1c2a3c;color:#aeb8c7;font-size:10px}
/* Existing components adapted to dark UI */
.section{padding:25px 0}.section-head h2,.section-head h1{color:#fff}.section-head p,.muted{color:var(--muted)}.category-card,.product-card,.panel,.auth-card,.side,.stat{background:#111b2a;border-color:#202d3e;color:#f5f7fb}.category-card i{background:#1e293b}.category-card p,.product-meta,.auth-card p{color:var(--muted)}.product-cover{background:#162132}.btn.ghost,.iconbtn{background:#162132;color:#fff;border-color:#2b3a4f}.field input,.field select,.field textarea{background:#0f1825;border-color:#29384c;color:#fff}.field input:focus,.field textarea:focus{border-color:#ef4444}.table th,.table td{border-color:#263447;color:#dce3ec}.side a:hover,.side a.active{background:#1b2939}.hero-box{background:linear-gradient(120deg,#111b2a,#182638)}
footer{margin-top:28px;background:#080e17;border-top:1px solid #172334}.footergrid>div{color:#8f9bad}.footergrid strong,.footerbrand{color:#fff}.copyright{border-color:#1c2838;color:#637186}
.admin-image-preview{display:flex;align-items:center;gap:15px;margin-top:10px}.admin-image-preview img{width:100px;height:125px;object-fit:cover;border-radius:10px;border:1px solid #2b3a4f}.mini-thumb{width:42px;height:52px;border-radius:7px;background:#172234;display:grid;place-items:center;overflow:hidden;color:#657388}.mini-thumb img{width:100%;height:100%;object-fit:cover}
@media(max-width:1150px){.category-showcase{grid-template-columns:repeat(6,1fr)}.products-dark-grid{grid-template-columns:repeat(4,1fr)}.nav-icon{width:54px}.nav-icon small{display:none}}
@media(max-width:900px){.mini-top{display:none}.category-showcase{grid-template-columns:repeat(4,1fr)}.products-dark-grid{grid-template-columns:repeat(3,1fr)}.catalog-btn{display:none}.nav{flex-wrap:nowrap}.brand{font-size:0}.brandmark{font-size:16px}.nav-actions .nav-icon:nth-child(1),.nav-actions .nav-icon:nth-child(2){display:none}}
@media(max-width:600px){.container{width:min(100% - 20px,1320px)}.nav{padding:8px 0;height:60px}.searchbar{height:40px}.nav-actions{gap:4px}.nav-icon{width:42px;height:40px}.category-strip{height:34px}.strip-inner{gap:18px}.store-section{padding-top:12px}.store-panel{padding:13px;border-radius:14px}.store-head h1,.store-head h2{font-size:19px}.category-showcase{grid-template-columns:repeat(2,1fr);gap:11px}.products-dark-grid{grid-template-columns:repeat(2,1fr);gap:10px}.visual-category strong{font-size:12px}.product-tabs{overflow:auto}.dark-product-body h3{font-size:13px}.footergrid{grid-template-columns:1fr}}

/* v1.3.0 Marketplace UI */
.v13-hero{padding:22px 0 0}.v13-slider{position:relative;min-height:360px;border-radius:18px;overflow:hidden;border:1px solid #1d2a3c;background:#101927}.v13-slide{display:none;min-height:360px;background-size:cover;background-position:center;align-items:center;padding:46px}.v13-slide.active{display:flex}.slide-copy{max-width:620px}.eyebrow{display:inline-flex;padding:6px 9px;border-radius:7px;background:rgba(245,158,11,.15);color:#fbbf24;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.slide-copy h1{font-size:42px;line-height:1.05;margin:14px 0 12px;color:#fff}.slide-copy p{font-size:16px;line-height:1.65;color:#b9c3d0;margin:0 0 22px}.slide-btn{display:inline-flex;align-items:center;gap:9px;background:#f59e0b;color:#fff;padding:12px 17px;border-radius:9px;font-weight:800}.slider-dots{position:absolute;left:46px;bottom:24px;display:flex;gap:7px}.slider-dots button{width:24px;height:4px;padding:0;border:0;border-radius:5px;background:rgba(255,255,255,.28);cursor:pointer}.slider-dots button.active{background:#f59e0b}.v13-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.v13-product{background:#0f1825;border:1px solid #1d2a3c;border-radius:13px;overflow:hidden;transition:.16s}.v13-product:hover{transform:translateY(-2px);border-color:#34475e}.v13-cover{position:relative;aspect-ratio:1/1;background:#162132;overflow:hidden}.v13-cover img{width:100%;height:100%;object-fit:cover}.v13-placeholder{width:100%;height:100%;min-height:180px;display:grid;place-items:center;background:linear-gradient(145deg,#172234,#101927);color:#526176;font-size:34px}.discount{position:absolute;left:9px;top:9px;background:#ef4444;color:#fff;padding:5px 7px;border-radius:6px;font-size:11px;font-weight:900}.v13-body{padding:12px}.v13-body small{display:block;color:#75849a;font-size:10px;text-transform:uppercase;font-weight:800}.v13-body h3{color:#fff;font-size:14px;line-height:1.35;height:38px;overflow:hidden;margin:6px 0 10px}.v13-prices{display:flex;gap:7px;align-items:baseline;flex-wrap:wrap}.v13-prices del{color:#67758a;font-size:11px}.v13-prices strong{color:#fff;font-size:16px}.v13-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px}.v13-detail-cover{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#162132}.v13-detail-cover img{width:100%;height:100%;object-fit:contain;background:#0c1420}.product-facts{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.product-facts span{display:flex;align-items:center;gap:6px;background:#162132;border:1px solid #25354a;border-radius:8px;padding:8px 10px;color:#b8c3d2;font-size:12px}.detail-price{display:flex;align-items:baseline;gap:10px;margin:6px 0 14px}.detail-price del{color:#6f7c90}.detail-price strong{font-size:32px;color:#fff}.stock-pill{display:inline-flex;padding:7px 10px;border-radius:8px;font-size:12px;font-weight:800;margin-bottom:10px}.stock-pill.ok{background:#0d2a20;color:#6ee7b7}.stock-pill.warn{background:#3a2111;color:#fbbf24}
@media(max-width:1150px){.v13-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.v13-grid{grid-template-columns:repeat(3,1fr)}.v13-detail{grid-template-columns:1fr}.slide-copy h1{font-size:34px}}@media(max-width:600px){.v13-slider,.v13-slide{min-height:300px}.v13-slide{padding:28px 22px 56px}.slide-copy h1{font-size:28px}.slide-copy p{font-size:14px}.slider-dots{left:22px}.v13-grid{grid-template-columns:repeat(2,1fr)}}

/* v1.4 TeamSpeak 3 configurator */
.ts3-category .section-head{margin-bottom:20px}.ts3-kicker{display:inline-flex;align-items:center;gap:8px;color:#f59e0b;font-weight:700;font-size:13px;margin-bottom:8px}.ts3-config-card{display:grid;grid-template-columns:minmax(280px,420px) 1fr;background:#101b2b;border:1px solid #23344b;border-radius:22px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.18)}.ts3-media{min-height:430px;background:radial-gradient(circle at 35% 25%,#263b58 0,#111b2b 38%,#0b1421 100%);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.ts3-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.ts3-media-empty{display:flex;flex-direction:column;gap:18px;align-items:center;color:#d5dfeb}.ts3-media-empty i{font-size:84px;color:#3b82f6}.ts3-media-empty span{font-size:26px;font-weight:800}.ts3-media-badge{position:absolute;left:20px;bottom:20px;background:rgba(5,10,18,.82);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);padding:9px 12px;border-radius:999px;font-size:12px;font-weight:700}.ts3-content{padding:38px}.ts3-content h1{font-size:34px;margin:12px 0 10px}.ts3-features{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.ts3-features span{background:#0b1421;border:1px solid #22324a;padding:9px 12px;border-radius:10px;font-size:13px}.ts3-features i{color:#f59e0b;margin-right:6px}.ts3-slot-box{background:#0a1320;border:1px solid #243650;border-radius:18px;padding:22px;margin:22px 0}.ts3-slot-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.ts3-slot-top small,.ts3-price small{display:block;color:#8392a7;font-size:12px;margin-bottom:4px}.ts3-slot-top strong{font-size:25px}.ts3-price{text-align:right}.ts3-price strong{font-size:31px;color:#f8fafc}.ts3-range-row{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px}.slot-step{width:42px;height:42px;border:1px solid #31445f;border-radius:10px;background:#162337;color:#fff;cursor:pointer}.slot-step:hover{background:#20314b}.ts3-range-row input[type=range]{width:100%;accent-color:#3b82f6;cursor:pointer}.ts3-range-labels{display:flex;justify-content:space-between;color:#68788e;font-size:11px;margin:8px 54px 0}.ts3-buy{width:100%;height:50px;font-size:15px}.ts3-desc{border-top:1px solid #263447;margin-top:24px;padding-top:20px;color:#9aa8ba;line-height:1.75}.cart-ts3{display:flex;align-items:center;gap:10px;min-width:220px}.cart-ts3 input{width:150px}.cart-ts3 span{font-weight:700;font-size:13px;white-space:nowrap}.link-danger{background:transparent;border:0;color:#ef4444;padding:5px 0;cursor:pointer;font-size:12px}.product-cover img{width:100%;height:100%;object-fit:cover}
@media(max-width:860px){.ts3-config-card{grid-template-columns:1fr}.ts3-media{min-height:280px}.ts3-content{padding:24px}.ts3-content h1{font-size:28px}.ts3-slot-top{align-items:flex-start;flex-direction:column}.ts3-price{text-align:left}.ts3-range-labels{margin-left:0;margin-right:0}}
