body.bg-gradient {
    min-height: 100vh;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.2), transparent),
    linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(16, 185, 129, 0.1));
}

.card-glass {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.menu-card {
    border-radius: 1rem;
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
}

.menu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.spice-icons {
    color: #dc2626;
    font-size: 0.95rem;
}

.menu-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: .75rem;
    background: #f1f5f9;
}

.order-pill {
    border-radius: 999px;
    background-color: rgba(59, 130, 246, 0.1);
    color: #1d4ed8;
    padding: 0.25rem 0.75rem;
    font-size: .85rem;
}
