:root{
    --bg:#0b1220;
    --card:#121a2b;
    --soft:#1b2437;
    --accent:#16a34a;
    --accent2:#22c55e;
    --text:#eef2ff;
    --muted:#94a3b8;
}
body{background:#f4f7fb;color:#111827}
.hero-dark{
    min-height:88vh;
    color:white;
    background:
      radial-gradient(circle at top left, rgba(34,197,94,.18), transparent 40%),
      radial-gradient(circle at bottom right, rgba(59,130,246,.18), transparent 35%),
      linear-gradient(135deg,#0b1220,#101827 45%,#172033);
}
.glass-card{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.btn-rounded{border-radius:999px;padding:.85rem 1.25rem;font-weight:700}
.shadow-soft{box-shadow:0 10px 30px rgba(15,23,42,.08)}
.card-modern{border:0;border-radius:22px;box-shadow:0 10px 28px rgba(15,23,42,.08)}
.navbar-modern{background:#fff;border-bottom:1px solid #e5e7eb}
.sidebar-link{display:block;padding:.9rem 1rem;border-radius:16px;color:#111827;text-decoration:none}
.sidebar-link:hover,.sidebar-link.active{background:#111827;color:#fff}
.store-hero{
    background: linear-gradient(180deg, rgba(15,23,42,.68), rgba(15,23,42,.65)), var(--hero-bg, linear-gradient(135deg,#0f172a,#1f2937));
    background-size: cover;
    background-position: center;
    color:#fff;
    border-radius:0 0 32px 32px;
}
.cat-chip{white-space:nowrap;border-radius:999px;padding:.6rem 1rem;border:1px solid #dbe3ef;background:#fff}
.product-card img{height:180px;object-fit:cover;border-radius:18px}
.cart-badge{
    position:fixed;right:20px;bottom:20px;z-index:1040;
    border-radius:999px;padding:.9rem 1rem;
    box-shadow:0 16px 38px rgba(0,0,0,.2)
}
.table-modern{background:#fff;border-radius:18px;overflow:hidden}
.form-control,.form-select{border-radius:14px;padding:.75rem .9rem}
.card-title-tight{line-height:1.15}
.schedule-grid .day-card{border:0;border-radius:20px}
.variant-option{border:1px solid #e5e7eb;border-radius:14px;padding:.65rem .8rem}
.bg-soft{background:#f8fafc}
