@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#0c0c0c;--surface:#161616;--surface2:#1e1e1e;--border:#ffffff0f;--accent:#3b82f6;--accent-hover:#2563eb;--text:#fff;--muted:#888;--muted2:#aaa;--nav-h:56px;--sidebar-w:240px;--radius:8px;--trans:all .2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:3px}a{color:inherit;text-decoration:none}ul{list-style:none}img{display:block}nav{height:var(--nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#0c0c0ce6;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav-inner{align-items:center;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-logo img{height:32px}.nav-brand{white-space:nowrap;font-size:.95rem;font-weight:700}.nav-links{gap:.25rem;margin-left:auto;display:flex}.nav-link{color:var(--muted);transition:var(--trans);border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:500}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--text);background:var(--surface)}main{margin-top:var(--nav-h);min-height:calc(100vh - var(--nav-h))}.page{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-logo{height:80px;margin-bottom:2rem}.hero h1{letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.hero p{color:var(--muted2);max-width:460px;font-size:1rem}.hero-btns{gap:.75rem;margin-top:2rem;display:flex}.about{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}.about-label{color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.about h2{margin-bottom:1.25rem;font-size:1.6rem;font-weight:700}.about p{color:var(--muted2);font-size:.95rem;line-height:1.8}.featured{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}.featured-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.featured-header h2{font-size:1.3rem;font-weight:700}.featured-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.shop-layout{grid-template-columns:var(--sidebar-w) 1fr;max-width:1400px;min-height:calc(100vh - var(--nav-h));gap:1.5rem;margin:0 auto;padding:1.5rem;display:grid}.sidebar{top:calc(var(--nav-h) + 1.5rem);height:fit-content;position:sticky}.sidebar-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:.75rem;padding:0 .75rem;font-size:.7rem;font-weight:600}.sidebar-item{cursor:pointer;color:var(--muted);transition:var(--trans);border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.85rem;font-weight:500;display:flex}.sidebar-item:hover,.sidebar-item.active{color:var(--text);background:var(--surface)}.sidebar-count{color:var(--muted);background:var(--surface2);border-radius:10px;padding:1px 7px;font-size:.7rem}.sidebar-item.active .sidebar-count{background:var(--accent);color:#fff}.sidebar-divider{background:var(--border);height:1px;margin:1rem .75rem}.shop-content{min-width:0}.shop-header{margin-bottom:1.5rem}.shop-header h1{font-size:1.5rem;font-weight:700}.shop-header p{color:var(--muted);margin-top:.25rem;font-size:.85rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.product-card{background:var(--surface);border-radius:var(--radius);transition:var(--trans);cursor:pointer;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000080}.product-img-wrap{background:#111;height:200px;position:relative;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:var(--trans)}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.img-nav{opacity:0;transition:var(--trans);justify-content:space-between;align-items:center;padding:0 8px;display:flex;position:absolute;inset:0}.product-card:hover .img-nav{opacity:1}.img-btn{color:#fff;cursor:pointer;width:28px;height:28px;transition:var(--trans);background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.img-btn:hover{background:var(--accent)}.img-counter{color:#ccc;background:#0009;border-radius:3px;padding:2px 6px;font-size:.65rem;position:absolute;bottom:8px;right:8px}.product-body{padding:1rem 1.1rem 1.2rem}.product-creator{color:var(--muted);margin-bottom:.25rem;font-size:.75rem}.product-name{margin-bottom:.4rem;font-size:.95rem;font-weight:700;line-height:1.3}.product-desc{color:var(--muted);margin-bottom:.75rem;font-size:.8rem;line-height:1.6}.product-price{margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.lod-grid{flex-wrap:wrap;gap:6px;margin-bottom:.6rem;display:flex}.lod-tag{background:var(--surface2);color:var(--muted2);border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:600}.product-warning{color:#f87171;margin-bottom:.75rem;font-size:.7rem}.product-btn{background:var(--accent);color:#fff;cursor:pointer;width:100%;transition:var(--trans);text-align:center;border:none;border-radius:6px;padding:10px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;display:block}.product-btn:hover{background:var(--accent-hover)}.btn{cursor:pointer;transition:var(--trans);border:none;border-radius:6px;align-items:center;gap:6px;padding:10px 22px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface2)}.btn-accent-outline{color:var(--accent);border:1px solid var(--accent);background:0 0}.btn-accent-outline:hover{background:#3b82f61a}.btn-sm{padding:7px 14px;font-size:.75rem}.detail-layout{max-width:1200px;margin:0 auto;padding:2rem}.detail-back{color:var(--muted);cursor:pointer;transition:var(--trans);background:0 0;border:none;align-items:center;gap:4px;margin-bottom:2rem;padding:0;font-family:Inter,sans-serif;font-size:.85rem;display:inline-flex}.detail-back:hover{color:var(--text)}.detail-content{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}.detail-gallery{flex-direction:column;gap:.75rem;display:flex}.detail-main-img{aspect-ratio:16/9;border-radius:var(--radius);background:var(--surface);width:100%;position:relative;overflow:hidden}.detail-main-img img{object-fit:cover;width:100%;height:100%}.detail-main-img .img-nav{opacity:0;transition:var(--trans)}.detail-main-img:hover .img-nav{opacity:1}.detail-thumbs{gap:.5rem;display:flex;overflow-x:auto}.detail-thumb{object-fit:cover;cursor:pointer;opacity:.4;width:72px;height:48px;transition:var(--trans);border:2px solid #0000;border-radius:4px;flex-shrink:0}.detail-thumb:hover{opacity:.7}.detail-thumb.active{opacity:1;border-color:var(--accent)}.detail-info{flex-direction:column;gap:.5rem;display:flex}.detail-name{font-size:1.6rem;font-weight:800;line-height:1.3}.detail-price{color:var(--accent);font-size:1.5rem;font-weight:700}.detail-desc{color:var(--muted2);margin:.5rem 0;font-size:.95rem;line-height:1.8}.detail-section{margin:.75rem 0}.detail-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.detail-credits{color:var(--muted);margin:.5rem 0;font-size:.8rem}.btn-purchase{border-radius:8px;justify-content:center;width:100%;margin-top:1rem;padding:14px 28px;font-size:.9rem}.btn-purchase svg{flex-shrink:0}.commissions-page{flex-direction:column;gap:2.5rem;max-width:800px;margin:0 auto;padding:4rem 2rem;display:flex}.commissions-header{text-align:center}.commissions-header h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.commissions-header p{color:var(--muted);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.commissions-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2.5rem;box-shadow:0 12px 30px #0000004d}.commissions-card-title{color:var(--text);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.discord-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-discord{color:#fff;transition:var(--trans);cursor:pointer;background:#5865f2;border:none;border-radius:8px;align-items:center;gap:10px;padding:12px 24px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-discord:hover{background:#4752c4;transform:translateY(-2px)}.btn-discord svg{width:22px;height:22px}.queue-info{background:linear-gradient(145deg, var(--surface2), var(--surface));border-radius:var(--radius);text-align:left;border:1px solid #3b82f64d;align-items:flex-start;gap:1.2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden}.queue-info:before{content:"";background:var(--accent);width:4px;height:100%;position:absolute;top:0;left:0}.queue-icon{color:var(--accent);background:#3b82f61a;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex}.queue-text{flex-direction:column;gap:.3rem;display:flex}.queue-text strong{color:var(--text);font-size:1.05rem}.queue-text span{color:var(--muted2);font-size:.95rem;line-height:1.5}footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);padding:2rem;font-size:.75rem}@media (width<=900px){.shop-layout{grid-template-columns:1fr}.sidebar{position:static}.featured-grid{grid-template-columns:1fr 1fr}.detail-content{grid-template-columns:1fr}}@media (width<=600px){.featured-grid,.products-grid{grid-template-columns:1fr}.hero h1{font-size:1.8rem}}
