:root {
    --brand-red: #b91c1c;
    --brand-gold: #ca8a04;
    --brand-cream: #fffaf0;
    --text-main: #1f2937;
}

body {
    font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
    color: var(--text-main);
    background: #fff;
}

.hero-bg {
    background: radial-gradient(circle at top right, rgba(202,138,4,0.22), transparent 45%),
                radial-gradient(circle at bottom left, rgba(185,28,28,0.20), transparent 38%),
                linear-gradient(145deg, #fffaf3 0%, #ffffff 45%, #fff8f6 100%);
}

.khmer-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.faq-item button[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.countdown-box {
    border-radius: 0.75rem;
    border: 1px solid #fde68a;
    background: #fffbeb;
    padding: 0.75rem;
    text-align: center;
}

.table-wrap {
    overflow-x: auto;
}

.toast {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 60;
    max-width: 22rem;
}

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

    body {
        background: #fff;
    }
}
