
/* ═══════════════════════════════════════════════════════════════
   Themes 6–11 — full UI personality (buttons, tables, forms, nav)
   Loaded after themes.css
   ═══════════════════════════════════════════════════════════════ */

/* ─── SNATCH — карточный табор, «загнутая страница» ─── */
body.theme-snatch {
    --radius-sm: 14px;
    --radius-md: 18px;
    --radius-lg: 22px;
    --btn-radius: 999px;
    --table-radius: 12px;
}

body.theme-snatch .section-title,
body.theme-snatch .panel-header h1 {
    letter-spacing: 0.02em;
    font-weight: 400;
    text-transform: none;
}

body.theme-snatch .btn-gold {
    border-radius: var(--btn-radius);
    padding: 11px 22px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #e8c547 0%, var(--accent-alt) 45%, #9a7010 100%);
    border: 2px solid #7a5810;
    box-shadow: 0 3px 0 #5c4208, 0 6px 16px rgba(192, 57, 43, 0.25);
}

body.theme-snatch .btn-gold:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

body.theme-snatch .btn-outline {
    border-radius: var(--btn-radius);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    background: var(--bg-secondary);
}

body.theme-snatch .data-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--table-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-card);
}

body.theme-snatch .data-table th {
    font-family: "Abril Fatface", Georgia, serif;
    font-weight: 400;
    background: var(--accent-color);
    color: var(--on-accent, #fff);
    border-bottom: none;
    letter-spacing: 0.04em;
}

body.theme-snatch .data-table td {
    background: var(--bg-secondary);
    border-bottom: 1px solid color-mix(in srgb, var(--border-color) 70%, transparent);
}

body.theme-snatch .data-table tbody tr:nth-child(even) td {
    background: var(--bg-tertiary);
}

body.theme-snatch input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-snatch select,
body.theme-snatch textarea {
    border-radius: var(--radius-sm);
    font-family: "Lato", sans-serif;
    border: 1px solid var(--border-color);
    background: var(--input-bg, var(--bg-secondary));
}

body.theme-snatch .stat-card {
    border-radius: var(--radius-md);
    font-family: "Lato", sans-serif;
}

body.theme-snatch .stat-card strong {
    font-family: "Abril Fatface", Georgia, serif;
    color: var(--accent-color);
}

body.theme-snatch .manage-card {
    border-radius: var(--radius-md);
    text-align: left;
    font-family: "Lato", sans-serif;
    color: var(--text-primary);
    flex-direction: column;
    align-items: flex-start;
}

body.theme-snatch .manage-card__title {
    font-family: "Abril Fatface", Georgia, serif;
    color: var(--accent-color);
}

/* ─── LOCKSTOCK — сукно карточного стола ─── */
body.theme-lockstock {
    --radius-sm: 2px;
    --radius-md: 2px;
    --radius-lg: 0;
    --btn-radius: 0;
    --table-radius: 0;
}

body.theme-lockstock .section-title,
body.theme-lockstock .panel-header h1 {
    font-variant: small-caps;
    letter-spacing: 0.12em;
}

body.theme-lockstock .btn-gold {
    border-radius: 0;
    font-family: "Playfair Display SC", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #8b0000;
    color: #f5f0e0;
    border: 3px solid #f5f5f0;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
}

body.theme-lockstock .btn-gold:hover {
    background: #a01818;
}

body.theme-lockstock .btn-outline {
    border-radius: 0;
    font-family: "Merriweather", serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid #f5f5f0;
    color: #f5f0e0;
    background: #1a4a2a;
}

body.theme-lockstock .data-table {
    border: 4px solid #f5f5f0;
    background: #1a4a2a;
    color: #e8e4d8;
}

body.theme-lockstock .data-table th {
    background: #0f3020;
    color: #f5f0e0;
    border-bottom: 2px solid #f5f5f0;
    font-family: "Playfair Display SC", Georgia, serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

body.theme-lockstock .data-table td {
    border-bottom: 1px solid rgba(245, 245, 240, 0.25);
    color: #e8e4d8;
    background: transparent;
}

body.theme-lockstock .data-table tbody tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.15);
}

body.theme-lockstock input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-lockstock select,
body.theme-lockstock textarea {
    border-radius: 0;
    font-family: "Merriweather", serif;
    background: #0f3020;
    color: #e8e4d8;
    border: 2px solid #f5f5f0;
}

body.theme-lockstock .stat-card {
    background: #1a4a2a;
    color: #f5f0e0;
    border: 3px solid #f5f5f0;
    border-radius: 0;
}

body.theme-lockstock .stat-card strong {
    color: #f5f0e0;
    font-family: "Playfair Display SC", Georgia, serif;
}

body.theme-lockstock .manage-card {
    border-radius: 0;
    text-align: center;
    font-family: "Merriweather", serif;
}

body.theme-lockstock .manage-card__title {
    font-family: "Playfair Display SC", Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.theme-lockstock .ui-card {
    color: #e8e4d8;
}

body.theme-lockstock .panel-page {
    color: var(--text-primary);
}

body.theme-lockstock .text-muted {
    color: var(--text-secondary);
}

body.theme-lockstock .ui-card .text-muted,
body.theme-lockstock .manage-card .text-muted,
body.theme-lockstock .stat-card .text-muted,
body.theme-lockstock .data-table .text-muted,
body.theme-lockstock .promotion-card .text-muted {
    color: rgba(232, 228, 216, 0.75);
}

/* ─── ROCKNROLLA — неон, панк, наклоны ─── */
body.theme-rocknrolla {
    --radius-sm: 0;
    --radius-md: 0;
    --radius-lg: 0;
    --btn-radius: 0;
}

body.theme-rocknrolla .section-title,
body.theme-rocknrolla .panel-header h1 {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 400;
}

body.theme-rocknrolla .btn-gold {
    border-radius: 0;
    font-family: "Russo One", Impact, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #0a0a0a;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 18px color-mix(in srgb, var(--accent-color) 55%, transparent);
    transform: skewX(-6deg);
}

body.theme-rocknrolla .btn-gold:hover {
    box-shadow: 0 0 28px color-mix(in srgb, var(--accent-color) 75%, transparent);
    background: var(--accent-color);
    color: #0a0a0a;
}

body.theme-rocknrolla .btn-outline {
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 2px solid var(--text-primary);
    color: var(--text-primary);
    background: transparent;
    transform: skewX(-4deg);
}

body.theme-rocknrolla .data-table {
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 20px color-mix(in srgb, var(--accent-color) 30%, transparent);
}

body.theme-rocknrolla .data-table th {
    background: #0a0a0a;
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

body.theme-rocknrolla .data-table td {
    background: var(--bg-secondary);
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 25%, transparent);
    font-family: "Montserrat", sans-serif;
}

body.theme-rocknrolla input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-rocknrolla select,
body.theme-rocknrolla textarea {
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    border: 2px solid var(--border-color);
    background: var(--bg-secondary);
}

body.theme-rocknrolla input:focus,
body.theme-rocknrolla select:focus,
body.theme-rocknrolla textarea:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 12px color-mix(in srgb, var(--accent-color) 40%, transparent);
    outline: none;
}

body.theme-rocknrolla .stat-card {
    background: #0a0a0a;
    color: #f0e0e8;
    border: 1px solid var(--accent-color);
    box-shadow: 0 0 14px color-mix(in srgb, var(--accent-color) 35%, transparent);
    transform: rotate(-0.5deg);
}

body.theme-rocknrolla .stat-card strong {
    color: var(--accent-color);
    font-family: "Russo One", sans-serif;
}

body.theme-rocknrolla .manage-card {
    transform: rotate(-1deg);
    font-family: "Montserrat", sans-serif;
}

body.theme-rocknrolla .manage-card__title {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: var(--accent-color);
}

/* ─── LEGEND — джаз-клуб 60-х, тиснение ─── */
body.theme-legend {
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --btn-radius: 4px;
}

body.theme-legend .section-title,
body.theme-legend .panel-header h1 {
    letter-spacing: 0.08em;
    font-weight: 400;
}

body.theme-legend .btn-gold {
    border-radius: var(--btn-radius);
    font-family: "Cinzel Decorative", "Cinzel", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(180deg, var(--accent-alt) 0%, var(--accent-color) 100%);
    color: var(--on-accent);
    border: 2px solid var(--accent-alt);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px var(--shadow-color);
}

body.theme-legend .btn-outline {
    border-radius: var(--btn-radius);
    font-family: "EB Garamond", Georgia, serif;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px double var(--accent-alt);
    color: var(--accent-color);
    background: var(--bg-secondary);
    letter-spacing: 0.04em;
}

body.theme-legend .data-table {
    border: 3px double var(--accent-alt);
    background: var(--bg-secondary);
}

body.theme-legend .data-table th {
    background: var(--bg-tertiary);
    color: var(--accent-color);
    border-bottom: 2px double var(--accent-alt);
    font-family: "Cinzel Decorative", "Cinzel", serif;
    font-weight: 600;
    letter-spacing: 0.06em;
}

body.theme-legend .data-table td {
    font-family: "EB Garamond", Georgia, serif;
    font-size: 1.05rem;
    border-bottom: 1px solid color-mix(in srgb, var(--accent-alt) 35%, transparent);
}

body.theme-legend input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-legend select,
body.theme-legend textarea {
    border-radius: var(--radius-sm);
    font-family: "EB Garamond", Georgia, serif;
    font-size: 1.05rem;
    border: 2px double color-mix(in srgb, var(--accent-alt) 60%, var(--border-color));
    background: var(--input-bg, var(--bg-secondary));
}

body.theme-legend .stat-card {
    border: 3px double var(--accent-alt);
    font-family: "EB Garamond", Georgia, serif;
}

body.theme-legend .stat-card strong {
    font-family: "Cinzel Decorative", "Cinzel", serif;
    color: var(--accent-color);
}

body.theme-legend .manage-card {
    font-family: "EB Garamond", Georgia, serif;
    text-align: center;
}

body.theme-legend .manage-card__title {
    font-family: "Cinzel Decorative", "Cinzel", serif;
    color: var(--accent-color);
}

/* ─── FIRM — футбольные хулиганы, полосы шарфа ─── */
body.theme-firm {
    --radius-sm: 0;
    --radius-md: 0;
    --radius-lg: 0;
    --btn-radius: 0;
}

body.theme-firm .section-title,
body.theme-firm .panel-header h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

body.theme-firm .btn-gold {
    border-radius: 0;
    font-family: "Oswald", Impact, sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--accent-color);
    color: var(--on-accent);
    border: none;
    border-left: 6px solid var(--accent-alt);
    padding-left: 20px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

body.theme-firm .btn-outline {
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    background: var(--bg-secondary);
}

body.theme-firm .data-table {
    border-left: 8px solid var(--accent-color);
    border-top: 1px solid var(--border-color);
}

body.theme-firm .data-table th {
    background: var(--accent-color);
    color: var(--on-accent);
    border-bottom: 3px solid var(--accent-alt);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

body.theme-firm .data-table td {
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
    border-bottom: 1px solid var(--border-color);
}

body.theme-firm .data-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--accent-color) 8%, var(--bg-secondary));
}

body.theme-firm input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-firm select,
body.theme-firm textarea {
    border-radius: 0;
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
    border: 2px solid var(--accent-color);
    border-left-width: 5px;
    background: var(--input-bg, var(--bg-secondary));
}

body.theme-firm .stat-card {
    border-left: 8px solid var(--accent-color);
    border-radius: 0;
    font-family: "Source Sans 3", sans-serif;
    text-align: left;
}

body.theme-firm .stat-card strong {
    font-family: "Oswald", sans-serif;
    color: var(--accent-color);
    letter-spacing: 0.06em;
}

body.theme-firm .manage-card {
    border-radius: 0;
    text-align: left;
    font-family: "Source Sans 3", sans-serif;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

body.theme-firm .manage-card__title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-color);
}

/* ─── ENGLAND — 80-е, панк, Union Jack акцент ─── */
body.theme-england {
    --radius-sm: 0;
    --radius-md: 0;
    --radius-lg: 0;
    --btn-radius: 0;
}

body.theme-england .section-title,
body.theme-england .panel-header h1 {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

body.theme-england .btn-gold {
    border-radius: 0;
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--accent-color);
    color: var(--on-accent);
    border: 3px solid var(--text-primary);
    box-shadow: 4px 4px 0 var(--text-primary);
}

body.theme-england .btn-gold:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--text-primary);
}

body.theme-england .btn-outline {
    border-radius: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid var(--text-primary);
    border-top: 4px solid var(--accent-color);
    color: var(--text-primary);
    background: var(--bg-secondary);
}

body.theme-england .data-table {
    border: 2px solid var(--text-primary);
    border-top: 5px solid var(--accent-color);
}

body.theme-england .data-table th {
    background: var(--bg-tertiary);
    color: var(--text-primary);
    border-bottom: 3px solid var(--accent-color);
    font-family: "Ruda", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

body.theme-england .data-table td {
    font-family: "Work Sans", sans-serif;
    border-bottom: 1px solid var(--border-color);
}

body.theme-england .data-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--accent-alt) 12%, var(--bg-secondary));
}

body.theme-england input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-england select,
body.theme-england textarea {
    border-radius: 0;
    font-family: "Work Sans", sans-serif;
    border: 2px solid var(--border-color);
    border-left: 4px solid var(--accent-color);
    background: var(--input-bg, var(--bg-secondary));
}

body.theme-england .stat-card {
    border-radius: 0;
    border-top: 4px solid var(--accent-color);
    border-left: 4px solid var(--accent-alt);
    font-family: "Work Sans", sans-serif;
}

body.theme-england .stat-card strong {
    font-family: "Ruda", sans-serif;
    color: var(--accent-color);
}

body.theme-england .manage-card {
    border-radius: 0;
    font-family: "Work Sans", sans-serif;
    text-align: left;
}

body.theme-england .manage-card__title {
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

body.theme-england .promotion-card {
    border-radius: 0;
    border-top-width: 5px;
}

body.theme-england .btn-danger {
    border-radius: 0;
    font-family: "Ruda", sans-serif;
    text-transform: uppercase;
    border: 3px solid var(--text-primary);
    box-shadow: 3px 3px 0 var(--text-primary);
}

body.theme-snatch .btn-danger {
    border-radius: 999px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

body.theme-lockstock .btn-danger {
    border-radius: 0;
    font-family: "Playfair Display SC", serif;
    background: #5c0000;
    border: 2px solid #f5f5f0;
}

body.theme-rocknrolla .btn-danger {
    border-radius: 0;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    transform: skewX(-4deg);
}

body.theme-legend .btn-danger {
    border-radius: 4px;
    font-family: "EB Garamond", serif;
    border: 2px double var(--accent-alt);
}

body.theme-firm .btn-danger {
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-left: 6px solid #8b0000;
}

/* ─── Shared: modals & theme settings for movie themes ─── */
body.theme-snatch .modal,
body.theme-lockstock .modal,
body.theme-rocknrolla .modal,
body.theme-legend .modal,
body.theme-firm .modal,
body.theme-england .modal {
    font-family: var(--font-body);
}

body.theme-rocknrolla .modal {
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 30px color-mix(in srgb, var(--accent-color) 45%, transparent);
}

body.theme-legend .modal {
    border: 3px double var(--accent-alt);
}

body.theme-england .modal {
    border-top: 5px solid var(--accent-color);
}

body.theme-snatch .theme-settings__card,
body.theme-lockstock .theme-settings__card,
body.theme-rocknrolla .theme-settings__card,
body.theme-legend .theme-settings__card,
body.theme-firm .theme-settings__card,
body.theme-england .theme-settings__card {
    font-family: var(--font-body);
}

body.theme-snatch .theme-settings__card-title { font-family: "Abril Fatface", serif; }
body.theme-lockstock .theme-settings__card-title { font-family: "Playfair Display SC", serif; text-transform: uppercase; }
body.theme-rocknrolla .theme-settings__card-title { font-family: "Russo One", sans-serif; text-transform: uppercase; }
body.theme-legend .theme-settings__card-title { font-family: "Cinzel Decorative", serif; }
body.theme-firm .theme-settings__card-title { font-family: "Oswald", sans-serif; text-transform: uppercase; }
body.theme-england .theme-settings__card-title { font-family: "Ruda", sans-serif; text-transform: uppercase; }

/* ─── Topbar & nav personality (desktop) ─── */
@media (min-width: 768px) {
    body.theme-snatch .topbar {
        background: linear-gradient(180deg, var(--topbar-surface), color-mix(in srgb, var(--accent-color) 8%, var(--topbar-surface)));
    }

    body.theme-lockstock .topbar {
        background: #1a4a2a;
        border-bottom-color: #f5f5f0;
    }

    body.theme-lockstock .nav-link,
    body.theme-lockstock .lang-btn,
    body.theme-lockstock .site-name {
        color: #f5f0e0;
    }

    body.theme-lockstock .nav-link:hover,
    body.theme-lockstock .lang-btn:hover {
        color: var(--accent-alt);
    }

    body.theme-rocknrolla .topbar {
        background: #0a0a0a;
        border-bottom: 2px solid var(--accent-color);
        box-shadow: 0 0 24px color-mix(in srgb, var(--accent-color) 35%, transparent);
    }

    body.theme-rocknrolla .site-name {
        color: var(--accent-color);
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    body.theme-legend .topbar {
        background: var(--topbar-surface);
        box-shadow: 0 2px 0 var(--accent-alt);
    }

    body.theme-firm .topbar {
        border-bottom-width: 6px;
        background: repeating-linear-gradient(
            90deg,
            var(--topbar-surface) 0 24px,
            color-mix(in srgb, var(--accent-color) 12%, var(--topbar-surface)) 24px 28px
        );
    }

    body.theme-england .topbar {
        border-bottom: 4px solid var(--accent-color);
        box-shadow: inset 0 -2px 0 var(--accent-alt);
    }
}

/* ─── Price / services blocks (реальные классы из ServicesSection) ─── */
body.theme-snatch .services-section {
    font-family: "Lato", sans-serif;
}

body.theme-snatch .price-category-header h3 {
    font-family: "Abril Fatface", Georgia, serif;
    color: var(--accent-color);
    font-weight: 400;
    letter-spacing: 0.02em;
}

body.theme-snatch .price-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--table-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-card);
}

body.theme-snatch .price-table thead th {
    font-family: "Abril Fatface", Georgia, serif;
    font-weight: 400;
    background: var(--accent-color);
    color: var(--on-accent, #fff);
    border-color: color-mix(in srgb, var(--accent-color) 80%, #000);
}

body.theme-snatch .price-table td {
    font-family: "Lato", sans-serif;
}

body.theme-snatch .price-table tbody tr:nth-child(even) td {
    background: var(--bg-tertiary);
}

body.theme-snatch .price-cell {
    font-weight: 700;
    color: var(--accent-alt);
}

body.theme-snatch .promotion-card {
    border-radius: var(--radius-md);
    font-family: "Lato", sans-serif;
}

body.theme-snatch .promotion-card__title {
    font-family: "Abril Fatface", Georgia, serif;
    color: var(--accent-color);
}

body.theme-snatch .promotion-card__badge {
    border-radius: 999px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

body.theme-lockstock .services-section {
    background: color-mix(in srgb, #1a4a2a 6%, var(--bg-primary));
}

body.theme-lockstock .price-category-block {
    margin-bottom: 28px;
}

body.theme-lockstock .price-category-header h3 {
    font-family: "Playfair Display SC", Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1a4a2a;
    border-bottom: 3px solid #8b0000;
    padding-bottom: 6px;
}

body.theme-lockstock.mode-night .price-category-header h3 {
    color: #f5f0e0;
}

body.theme-lockstock .price-table-wrap {
    border: 4px solid #f5f5f0;
    background: #1a4a2a;
}

body.theme-lockstock .price-table {
    background: transparent;
    color: #e8e4d8;
}

body.theme-lockstock .price-table th,
body.theme-lockstock .price-table td {
    border-color: rgba(245, 245, 240, 0.3);
    font-family: "Merriweather", serif;
}

body.theme-lockstock .price-table thead th {
    background: #0f3020;
    color: #f5f0e0;
    font-family: "Playfair Display SC", Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
}

body.theme-lockstock .price-table tbody tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.15);
}

body.theme-lockstock .price-cell {
    color: #f5f0e0;
    font-weight: 700;
}

body.theme-lockstock .promotion-card {
    border-radius: 0;
    background: #1a4a2a;
    color: #e8e4d8;
    border: 3px solid #f5f5f0;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
}

body.theme-lockstock .promotion-card__title {
    font-family: "Playfair Display SC", serif;
    color: #f5f0e0;
}

body.theme-lockstock .promotion-card__badge {
    border-radius: 0;
    background: #8b0000;
    color: #f5f0e0;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
}

body.theme-rocknrolla .price-category-header h3 {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: var(--accent-color);
    letter-spacing: 0.08em;
    text-shadow: 0 0 12px color-mix(in srgb, var(--accent-color) 40%, transparent);
}

body.theme-rocknrolla .price-table {
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 20px color-mix(in srgb, var(--accent-color) 30%, transparent);
}

body.theme-rocknrolla .price-table thead th {
    background: #0a0a0a;
    color: var(--accent-color);
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 2px solid var(--accent-color);
}

body.theme-rocknrolla .price-table td {
    font-family: "Montserrat", sans-serif;
    border-color: color-mix(in srgb, var(--accent-color) 25%, transparent);
}

body.theme-rocknrolla .price-cell {
    color: var(--accent-color);
    font-weight: 700;
}

body.theme-rocknrolla .promotion-card {
    border-radius: 0;
    background: #0a0a0a;
    color: #f0e0e8;
    border: 1px solid var(--accent-color);
    box-shadow: 0 0 16px color-mix(in srgb, var(--accent-color) 35%, transparent);
    transform: rotate(-0.4deg);
}

body.theme-rocknrolla .promotion-card__title {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: var(--accent-color);
}

body.theme-rocknrolla .promotion-card__badge {
    border-radius: 0;
    background: var(--accent-color);
    color: #0a0a0a;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

body.theme-legend .price-category-header h3 {
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 0.06em;
    color: var(--accent-color);
    border-bottom: 2px double var(--accent-alt);
    padding-bottom: 8px;
}

body.theme-legend .price-table {
    border: 3px double var(--accent-alt);
}

body.theme-legend .price-table thead th {
    font-family: "Cinzel Decorative", "Cinzel", serif;
    color: var(--accent-color);
    border-bottom: 2px double var(--accent-alt);
    background: var(--bg-tertiary);
}

body.theme-legend .price-table td {
    font-family: "EB Garamond", Georgia, serif;
    font-size: 1.05rem;
}

body.theme-legend .price-cell {
    font-weight: 600;
    color: var(--accent-color);
}

body.theme-legend .promotion-card {
    border: 3px double var(--accent-alt);
    font-family: "EB Garamond", serif;
}

body.theme-legend .promotion-card__title {
    font-family: "Cinzel Decorative", serif;
    color: var(--accent-color);
}

body.theme-legend .promotion-card__badge {
    border-radius: 4px;
    border: 1px solid var(--accent-alt);
    font-family: "Cinzel", serif;
}

body.theme-firm .price-category-header h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-left: 6px solid var(--accent-color);
    padding-left: 12px;
    letter-spacing: 0.08em;
}

body.theme-firm .price-table {
    border-left: 8px solid var(--accent-color);
}

body.theme-firm .price-table thead th {
    background: var(--accent-color);
    color: var(--on-accent);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 3px solid var(--accent-alt);
}

body.theme-firm .price-table td {
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
}

body.theme-firm .price-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--accent-color) 8%, var(--bg-secondary));
}

body.theme-firm .price-cell {
    font-weight: 700;
    color: var(--accent-color);
}

body.theme-firm .promotion-card {
    border-radius: 0;
    border-left: 8px solid var(--accent-color);
    font-family: "Source Sans 3", sans-serif;
}

body.theme-firm .promotion-card__title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent-color);
}

body.theme-firm .promotion-card__badge {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

body.theme-england .price-category-header h3 {
    font-family: "Ruda", sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid var(--accent-color);
    display: inline-block;
    padding-bottom: 4px;
}

body.theme-england .price-table {
    border: 2px solid var(--text-primary);
    border-top: 5px solid var(--accent-color);
}

body.theme-england .price-table thead th {
    font-family: "Ruda", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 3px solid var(--accent-color);
    background: var(--bg-tertiary);
}

body.theme-england .price-table td {
    font-family: "Work Sans", sans-serif;
}

body.theme-england .price-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--accent-alt) 12%, var(--bg-secondary));
}

body.theme-england .price-cell {
    font-weight: 700;
    color: var(--accent-color);
}

body.theme-england .promotion-card {
    border-radius: 0;
    border-top: 5px solid var(--accent-color);
    border-left: 4px solid var(--accent-alt);
    font-family: "Work Sans", sans-serif;
    box-shadow: 4px 4px 0 color-mix(in srgb, var(--text-primary) 25%, transparent);
}

body.theme-england .promotion-card__title {
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

body.theme-england .promotion-card__badge {
    border-radius: 0;
    border: 2px solid var(--text-primary);
    font-family: "Ruda", sans-serif;
    text-transform: uppercase;
}

/* ─── PEAKYMODERN — contemporary salon polish ─── */
body.theme-peakymodern {
    --btn-radius: 999px;
    --table-radius: 12px;
}

body.theme-peakymodern .section-title,
body.theme-peakymodern .panel-header h1 {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

body.theme-peakymodern .btn-gold {
    border-radius: var(--btn-radius);
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
}

body.theme-peakymodern .btn-outline {
    border-radius: var(--btn-radius);
    font-family: "Outfit", sans-serif;
}

body.theme-peakymodern .data-table,
body.theme-peakymodern .price-table {
    border-radius: var(--table-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

body.theme-peakymodern .data-table th,
body.theme-peakymodern .price-table thead th {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    background: color-mix(in srgb, var(--accent-color) 18%, var(--bg-tertiary));
    color: var(--text-primary);
}

body.theme-peakymodern input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-peakymodern select,
body.theme-peakymodern textarea {
    border-radius: var(--radius-sm);
    font-family: "Outfit", sans-serif;
}

body.theme-peakymodern .manage-card__title,
body.theme-peakymodern .stat-card strong {
    font-family: "Syne", sans-serif;
}

body.theme-peakymodern .promotion-card {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
}

body.theme-peakymodern .theme-settings__card-title {
    font-family: "Syne", sans-serif;
}

/* ─── PEAKYCYBER — neon HUD polish ─── */
body.theme-peakycyber {
    --btn-radius: 0;
    --table-radius: 0;
}

body.theme-peakycyber .section-title,
body.theme-peakycyber .panel-header h1 {
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}

body.theme-peakycyber .btn-gold {
    border-radius: 0;
    font-family: "Space Grotesk", sans-serif;
}

body.theme-peakycyber .btn-outline {
    border-radius: 0;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.theme-peakycyber .data-table,
body.theme-peakycyber .price-table {
    border: 1px solid color-mix(in srgb, var(--accent-color) 30%, var(--border-color));
    box-shadow: 0 0 16px color-mix(in srgb, var(--accent-color) 10%, transparent);
}

body.theme-peakycyber .data-table th,
body.theme-peakycyber .price-table thead th {
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: color-mix(in srgb, var(--accent-color) 12%, var(--bg-tertiary));
    color: var(--accent-color);
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 40%, transparent);
}

body.theme-peakycyber .data-table tbody tr:nth-child(even) td,
body.theme-peakycyber .price-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--accent-color) 4%, var(--bg-secondary));
}

body.theme-peakycyber .price-cell,
body.theme-peakycyber .stat-card strong {
    color: var(--accent-color);
    text-shadow: 0 0 10px color-mix(in srgb, var(--accent-color) 30%, transparent);
}

body.theme-peakycyber input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-peakycyber select,
body.theme-peakycyber textarea {
    border-radius: 0;
    font-family: "IBM Plex Sans", sans-serif;
    border-color: color-mix(in srgb, var(--accent-color) 25%, var(--border-color));
    background: var(--input-bg);
}

body.theme-peakycyber input:focus,
body.theme-peakycyber select:focus,
body.theme-peakycyber textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent-color) 40%, transparent), 0 0 12px color-mix(in srgb, var(--accent-color) 15%, transparent);
}

body.theme-peakycyber .manage-card__title {
    font-family: "Orbitron", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-color);
}

body.theme-peakycyber .promotion-card {
    border-radius: 0;
    border: 1px solid color-mix(in srgb, var(--accent-alt) 40%, var(--border-color));
    box-shadow: 0 0 16px color-mix(in srgb, var(--accent-alt) 12%, transparent);
}

body.theme-peakycyber .promotion-card__title {
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent-alt);
}

body.theme-peakycyber .theme-settings__card-title {
    font-family: "Orbitron", sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
}

/* ─── ATELIER — editorial boutique polish ─── */
body.theme-atelier {
    --btn-radius: 4px;
    --table-radius: 8px;
}

body.theme-atelier .section-title,
body.theme-atelier .panel-header h1 {
    font-family: "Fraunces", "Libre Baskerville", Georgia, serif;
    font-weight: 500;
    letter-spacing: -0.015em;
}

body.theme-atelier .btn-gold,
body.theme-atelier .btn-outline {
    border-radius: var(--btn-radius);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

body.theme-atelier .data-table,
body.theme-atelier .price-table {
    border-radius: var(--table-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: none;
}

body.theme-atelier .data-table th,
body.theme-atelier .price-table thead th {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem;
    background: var(--bg-tertiary);
    color: var(--text-primary);
    border-bottom: 2px solid var(--accent-color);
}

body.theme-atelier .price-cell {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
    color: var(--accent-color);
}

body.theme-atelier input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-atelier select,
body.theme-atelier textarea {
    border-radius: var(--radius-sm);
    font-family: "Manrope", sans-serif;
    border: 1px solid var(--border-color);
    background: var(--input-bg);
}

body.theme-atelier .manage-card__title {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
}

body.theme-atelier .stat-card strong {
    font-family: "Fraunces", Georgia, serif;
    color: var(--accent-color);
}

body.theme-atelier .promotion-card {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    border-top: 3px solid var(--accent-color);
    box-shadow: none;
}

body.theme-atelier .promotion-card__title {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
}

body.theme-atelier .theme-settings__card-title {
    font-family: "Fraunces", Georgia, serif;
}

/* ─── YCLIENTS — app yellow UI polish ─── */
body.theme-yclients {
    --btn-radius: 6px;
    --table-radius: 8px;
}

body.theme-yclients .section-title,
body.theme-yclients .panel-header h1,
body.theme-yclients .site-name,
body.theme-yclients .manage-card__title,
body.theme-yclients .stat-card strong,
body.theme-yclients .theme-settings__card-title,
body.theme-yclients .promotion-card__title,
body.theme-yclients .price-cell,
body.theme-yclients .booking-times__title {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
}

body.theme-yclients .btn-gold,
body.theme-yclients .btn-outline,
body.theme-yclients .booking-widget .btn-gold {
    border-radius: var(--btn-radius);
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    font-size: 0.95rem;
    background: var(--accent-color);
    color: var(--on-accent) !important;
    -webkit-text-fill-color: var(--on-accent) !important;
    box-shadow: none;
    border: none;
}

body.theme-yclients .btn-outline {
    background: transparent;
    border: 1px solid var(--accent-color);
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

body.theme-yclients .btn-gold:hover,
body.theme-yclients .booking-widget .btn-gold:hover:not(:disabled) {
    background: var(--accent-alt);
}

body.theme-yclients .data-table,
body.theme-yclients .price-table {
    border-radius: var(--table-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: none;
}

body.theme-yclients .data-table th,
body.theme-yclients .price-table thead th {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 0.8rem;
    background: var(--bg-tertiary);
    color: var(--text-primary);
    border-bottom: 2px solid var(--accent-color);
}

body.theme-yclients .price-cell {
    color: var(--text-primary);
}

body.theme-yclients input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.theme-yclients select,
body.theme-yclients textarea {
    border-radius: var(--radius-sm);
    font-family: "Inter", system-ui, sans-serif;
    border: 1px solid var(--border-color);
    background: var(--input-bg);
}

body.theme-yclients .promotion-card {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    border-top: 3px solid var(--accent-color);
    box-shadow: none;
}

body.theme-yclients .manage-card {
    color: var(--text-primary);
    font-family: "Inter", system-ui, sans-serif;
}

@media (min-width: 768px) {
    body.theme-yclients .nav-link,
    body.theme-yclients .lang-btn {
        font-family: "Inter", system-ui, sans-serif;
        letter-spacing: 0.01em;
        text-transform: none;
        font-weight: 500;
    }
}

/* ─── Nav links per theme (desktop) ─── */
@media (min-width: 768px) {
    body.theme-snatch .nav-link,
    body.theme-snatch .lang-btn {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-radius: 999px;
        padding: 6px 12px;
    }

    body.theme-snatch .nav-link:hover,
    body.theme-snatch .lang-btn:hover {
        background: color-mix(in srgb, var(--accent-color) 12%, transparent);
    }

    body.theme-legend .nav-link,
    body.theme-legend .lang-btn {
        font-family: "EB Garamond", serif;
        font-size: 1rem;
        letter-spacing: 0.04em;
    }

    body.theme-firm .nav-link,
    body.theme-firm .lang-btn {
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border-left: 3px solid transparent;
    }

    body.theme-firm .nav-link:hover,
    body.theme-firm .lang-btn:hover {
        border-left-color: var(--accent-color);
        color: var(--accent-color);
    }

    body.theme-england .nav-link,
    body.theme-england .lang-btn {
        font-family: "Ruda", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
    }

    body.theme-england .nav-link:hover,
    body.theme-england .lang-btn:hover {
        border-bottom-color: var(--accent-color);
    }

    body.theme-peakymodern .nav-link,
    body.theme-peakymodern .lang-btn {
        font-family: "Outfit", sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    body.theme-peakycyber .nav-link,
    body.theme-peakycyber .lang-btn {
        font-family: "Space Grotesk", sans-serif;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    body.theme-atelier .nav-link,
    body.theme-atelier .lang-btn {
        font-family: "Manrope", sans-serif;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-weight: 500;
    }
}

/* Mobile: undo skew/transform on buttons & cards */
@media (max-width: 767px) {
    body.theme-rocknrolla .btn-gold,
    body.theme-rocknrolla .btn-outline,
    body.theme-rocknrolla .stat-card,
    body.theme-rocknrolla .manage-card,
    body.theme-rocknrolla .promotion-card,
    body.theme-rocknrolla .btn-danger {
        transform: none;
    }

    body.theme-england .btn-gold:hover {
        transform: none;
    }

    body.theme-lockstock.mode-night .section-title,
    body.theme-lockstock.mode-night .site-name,
    body.theme-lockstock.mode-night .panel-header h1 {
        animation: none;
    }
}
