/* ===== Global Dark Mode Premium ===== */
body {
    background: #0d0d0d !important;
    color: #f5f5f5 !important;
    font-family: 'Prompt', sans-serif;
}

/* ===== NAVBAR ===== */
.navbar {
    background: rgba(20, 20, 20, 0.9) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.navbar .nav-link, 
.navbar-brand {
    color: #d4af37 !important;
    font-weight: 500;
}
.navbar .nav-link:hover { 
    color: #fff !important;
}

/* ===== TITLES ===== */
h1, h2, h3, h4, h5, h6 {
    color: #d4af37 !important;
}

/* ===== CARD Premium ===== */
.premium-card {
    background: #1a1a1a;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.15);
    transition: transform .25s ease, box-shadow .25s ease;
}
.premium-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.35);
}

/* ===== BUTTON Premium ===== */
.btn-gold {
    background: #d4af37 !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}
.btn-gold:hover {
    background: #000 !important;
    color: #d4af37 !important;
    border: 1px solid #d4af37 !important;
}

.btn-darkgold {
    background: #1a1a1a;
    border: 1px solid #d4af37;
    color: #d4af37;
}
.btn-darkgold:hover {
    background: #d4af37;
    color: #000;
}

/* ===== FORM ===== */
.form-control, .form-select {
    background: #1a1a1a !important;
    color: #f5f5f5 !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.form-control:focus, .form-select:focus {
    border-color: #d4af37 !important;
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.6);
}

/* ===== BORDER Line ===== */
hr {
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

/* ===== CATEGORY TITLE ===== */
.category-title {
    color: #d4af37;
    border-left: 5px solid #d4af37;
    padding-left: 10px;
    margin: 20px 0 10px;
    font-size: 1.4rem;
}

/* ===== HAIRSTYLE BOX ===== */
.hairstyle-box {
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, border-color .3s;
}
.hairstyle-box:hover {
    transform: scale(1.05);
    border-color: #d4af37;
}
.hairstyle-box.selected {
    border-color: #d4af37;
    transform: scale(1.1);
}

/* ===== TABLES (เลือกโต๊ะ) ===== */
.table-box {
    background: #1a1a1a !important;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
}
.table-box:hover {
    border-color: #d4af37;
    transform: scale(1.03);
}

/* STATUS BADGES */
.badge-success { background: #1f7a1f !important; }
.badge-warning { background: #8a6d3b !important; color: #000 !important; }
.badge-secondary { background: #555 !important; }

/* FOOTER */
footer {
    background: #000 !important;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}
