body {
    background: #f7f8fb;
    color: #222;
}

.app-navbar {
    background: #8a2d1d;
}

.hero-panel,
.stat-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.stat-num {
    font-size: 30px;
    font-weight: 700;
    color: #8a2d1d;
}

.stat-label {
    color: #666;
}

.section-title,
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
    flex-wrap: wrap;
}

.admin-subnav {
    position: sticky;
    top: 0;
    z-index: 1010;
}

.dish-thumb {
    height: 190px;
    object-fit: cover;
}

.dish-cover {
    height: 320px;
    object-fit: cover;
}

.review-item:last-child {
    margin-bottom: 0;
}

.print-page {
    background: #fff;
}

.table td,
.table th {
    vertical-align: middle;
}

@media print {
    .no-print {
        display: none !important;
    }
}
