:root{--brand:#6366f1;--accent:#22d3ee}
html,body{min-height:100%}
body{font-family:system-ui,-apple-system,"Segoe UI",Inter,Roboto,sans-serif}
[data-bs-theme="dark"] body{background:radial-gradient(1200px 600px at 10% -10%,rgba(99,102,241,.15),transparent 60%),radial-gradient(800px 500px at 110% 10%,rgba(34,211,238,.10),transparent 60%),#0b0d12;color:#e6e8ee}
[data-bs-theme="dark"] .card,[data-bs-theme="dark"] .form-control,[data-bs-theme="dark"] .form-select,[data-bs-theme="dark"] .input-group-text,[data-bs-theme="dark"] .dropdown-menu{background:#11141b;border-color:#1f2330;color:#e6e8ee}
[data-bs-theme="dark"] .text-secondary{color:#9aa3b2 !important}
.navbar-blur{backdrop-filter:saturate(140%) blur(12px);background:color-mix(in oklab,var(--bs-body-bg) 70%,transparent);border-color:rgba(255,255,255,.06)!important}
.brand-badge{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-weight:700}
.btn-brand{background:linear-gradient(135deg,var(--brand),var(--accent));border:none;color:#fff}
.btn-brand:hover{filter:brightness(1.1);color:#fff}
.hero{padding:80px 0;background:radial-gradient(800px 400px at 50% 0%,rgba(99,102,241,.18),transparent 60%)}
.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.05}
.product-card{transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.25)}
.product-card .img-wrap{aspect-ratio:1/1;background:#0f1320;display:grid;place-items:center;overflow:hidden}
.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.product-card:hover img{transform:scale(1.05)}
.price-old{text-decoration:line-through;opacity:.6;margin-right:.5rem}
.footer-glow{background:linear-gradient(180deg,transparent,rgba(99,102,241,.06))}
.admin-sidebar{min-height:calc(100vh - 56px);background:#0e1118;border-right:1px solid #1f2330;padding:1rem}
.admin-sidebar a{display:block;padding:.5rem .75rem;border-radius:8px;color:#cfd3dc;text-decoration:none}
.admin-sidebar a:hover,.admin-sidebar a.active{background:linear-gradient(135deg,rgba(99,102,241,.18),rgba(34,211,238,.12));color:#fff}
.kpi-card{border-radius:16px;padding:1rem;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(34,211,238,.08));border:1px solid #1f2330}
.table>:not(caption)>*>*{vertical-align:middle}
[data-bs-theme="light"] body{background:#f7f8fb;color:#0b0d12}
[data-bs-theme="light"] .navbar-blur{background:rgba(255,255,255,.7)}
[data-bs-theme="light"] .admin-sidebar{background:#fff;border-right-color:#e6e8ee}
.placeholder-img{background:linear-gradient(135deg,#1f2937,#0b1220);width:100%;height:100%}


.navbar-brand img {
    height: 60px !important;
    width: 120px !important;
}