:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-height:100vh;margin:0;background:#0f0f0f}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.app-layout{display:grid;min-height:100vh;grid-template-columns:260px minmax(0,1fr);background:#0f0f0f}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);background:#0a0a0a}.brand-row{display:flex;min-height:80px;align-items:center;gap:12px;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#c1ff3d;color:#000;box-shadow:0 0 14px #c1ff3d59}.brand-row strong,.brand-row span,.sidebar-footer p,.sidebar-footer a{display:block}.brand-row strong{font-size:18px;letter-spacing:0}.brand-row span,.sidebar-footer p{color:#888;font-size:12px}.side-nav{display:grid;gap:8px;padding:24px 16px}.side-nav button,.side-nav a{display:flex;width:100%;min-height:46px;align-items:center;gap:12px;border:0;border-radius:8px;padding:0 14px;background:transparent;color:#888;text-align:left;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.side-nav button.active{background:#c1ff3d;color:#000;box-shadow:0 0 15px #c1ff3d33}.side-nav a:hover{background:#141416;color:#fff}.sidebar-footer{margin-top:auto;padding:16px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-footer a{margin-top:8px;border-radius:8px;background:#141416;padding:12px;color:#fff;font-size:14px;font-weight:700}.app-shell{width:min(1120px,100%);margin:0 auto;padding:24px}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-24px -24px 18px;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#0f0f0fdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.eyebrow,.product-category{margin:0 0 6px;color:#888;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:28px;letter-spacing:0;text-transform:uppercase}.admin-link{display:inline-flex;min-height:40px;align-items:center;gap:8px;border-radius:8px;background:#141416;padding:0 14px;color:#fff;font-size:14px;font-weight:800}.summary-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.summary-band div{display:inline-flex;min-height:72px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#141416;padding:16px;color:#fff;font-weight:700}.summary-band svg,.admin-link svg,.empty-state svg{color:#c1ff3d}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px}.category-tabs button,.product-card button{min-height:40px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#141416;color:#888;font-weight:800}.category-tabs button{padding:0 14px;text-transform:capitalize}.category-tabs button.active{border-color:#c1ff3d;background:#c1ff3d;color:#000}.status-line{margin:8px 0 14px;color:#c1ff3d;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;margin-top:10px}.product-card,.empty-state{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#141416}.product-card{display:flex;min-height:238px;flex-direction:column;justify-content:space-between;padding:18px}.product-card h2{margin-bottom:8px;color:#fff;font-size:19px;letter-spacing:0}.product-card p{color:#888;line-height:1.55}.product-card footer{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:16px}.product-card strong,.product-card span{display:block}.product-card strong{color:#fff;font-size:18px}.product-card span{color:#888;font-size:13px}.product-card button{min-width:92px;border-color:#c1ff3d;background:#c1ff3d;color:#000}.product-card button:disabled{border-color:#ffffff14;background:#1c1c1f;color:#555;cursor:not-allowed}.empty-state{display:grid;min-height:220px;place-items:center;gap:8px;margin-top:12px;padding:30px;color:#888;text-align:center}.empty-state strong{color:#fff}.empty-state span{display:block;max-width:360px;line-height:1.5}@media(max-width:860px){.app-layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.brand-row{min-height:66px;padding:0 18px}.side-nav{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 14px 14px}.sidebar-footer{display:none}.topbar{position:static;margin:0 0 16px;padding:0 0 16px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.summary-band{grid-template-columns:1fr}}@media(max-width:560px){.app-shell{padding:16px}.topbar{align-items:flex-start;flex-direction:column}.admin-link{width:100%;justify-content:center}h1{font-size:24px}.side-nav{grid-template-columns:1fr}}
