.bosstheme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: var(--bosstheme-button-radius, 12px);
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    overflow-wrap: anywhere;
}

.bosstheme-btn-primary {
    background: linear-gradient(135deg, var(--bosstheme-button-bg, var(--bosstheme-accent)), var(--bosstheme-button-hover-bg, var(--bosstheme-accent-2)));
    color: var(--bosstheme-button-text, var(--bosstheme-bg));
    border-color: var(--bosstheme-button-border, transparent);
}

body.bosstheme-button-gradient .bosstheme-btn-primary {
    background: linear-gradient(135deg, var(--bosstheme-button-bg, var(--bosstheme-accent)), var(--bosstheme-button-hover-bg, var(--bosstheme-accent-2)));
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(255,197,49,.15);
}

body.bosstheme-button-solid .bosstheme-btn-primary {
    background: var(--bosstheme-button-bg, var(--bosstheme-accent));
    border-radius: 12px;
}

body.bosstheme-button-outline .bosstheme-btn-primary {
    background: transparent;
    border: 2px solid var(--bosstheme-button-border, var(--bosstheme-button-bg, var(--bosstheme-accent)));
    color: var(--bosstheme-button-text, var(--bosstheme-button-bg, var(--bosstheme-accent)));
    border-radius: 12px;
}

body.bosstheme-button-pill .bosstheme-btn-primary {
    background: linear-gradient(135deg, var(--bosstheme-button-bg, var(--bosstheme-accent)), var(--bosstheme-button-hover-bg, var(--bosstheme-accent-2)));
    border-radius: 999px;
    padding: 0 24px;
    box-shadow: 0 6px 16px rgba(255,197,49,.22);
}

.bosstheme-btn-secondary {
    border-color: var(--bosstheme-border);
    color: var(--bosstheme-text);
    background: rgba(255,255,255,.04);
}

@media (prefers-reduced-motion: no-preference) {
    .bosstheme-btn {
        transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
    }
}

.bosstheme-btn-primary:hover {
    filter: brightness(1.06);
    box-shadow: 0 8px 22px rgba(255,197,49,.28);
}

body.bosstheme-button-outline .bosstheme-btn-primary:hover {
    background: var(--bosstheme-button-hover-bg, var(--bosstheme-accent));
    color: var(--bosstheme-bg);
    filter: brightness(1);
}

.bosstheme-btn-secondary:hover {
    background: rgba(255,255,255,.08);
    border-color: var(--bosstheme-gold);
}

.bosstheme-btn:hover {
    transform: translateY(-1px);
}

.bosstheme-btn:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: 2px;
}

.bosstheme-hero {
    padding: 72px 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,197,49,.18), transparent 30%),
        linear-gradient(135deg, var(--bosstheme-bg), var(--bosstheme-surface));
}

.bosstheme-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 42px;
    align-items: center;
}

.bosstheme-hero-badge {
    display: inline-flex;
    color: var(--bosstheme-gold);
    background: rgba(255,197,49,.1);
    border: 1px solid rgba(255,197,49,.25);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
}

.bosstheme-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.02;
}

.bosstheme-hero p {
    max-width: 680px;
    color: var(--bosstheme-muted);
    font-size: 18px;
}

.bosstheme-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.bosstheme-hero-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bosstheme-hero-stats div {
    background: rgba(255,255,255,.05);
    border: 1px solid var(--bosstheme-border);
    border-radius: 14px;
    padding: 12px 16px;
}

.bosstheme-hero-stats strong {
    display: block;
    color: var(--bosstheme-gold);
}

.bosstheme-hero-stats span {
    color: var(--bosstheme-muted);
    font-size: 13px;
}

.bosstheme-hero-media img,
.bosstheme-hero-placeholder {
    width: 100%;
    min-height: 320px;
    border-radius: 28px;
    border: 1px solid var(--bosstheme-border);
    background: var(--bosstheme-card);
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.bosstheme-hero-placeholder {
    display: grid;
    place-items: center;
    font-size: 56px;
    font-weight: 900;
    color: var(--bosstheme-gold);
}

.bosstheme-floating-cta {
    position: fixed;
    right: 22px;
    bottom: 28px;
    z-index: 80;
}

.bosstheme-mobile-bottom-nav {
    display: none;
}

.bosstheme-footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.bosstheme-footer-column h3 {
    color: var(--bosstheme-text);
}

.bosstheme-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bosstheme-footer-column a {
    color: var(--bosstheme-muted);
    text-decoration: none;
}

.bosstheme-responsible-gaming,
.bosstheme-license,
.bosstheme-payment-badges,
.bosstheme-promo-box,
.bosstheme-telegram-widget {
    border: 1px solid var(--bosstheme-border);
    background: rgba(255,255,255,.04);
    border-radius: 16px;
    padding: 16px;
    margin: 16px 0;
}

.bosstheme-payment-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bosstheme-payment-badges span {
    border: 1px solid var(--bosstheme-border);
    border-radius: 999px;
    padding: 8px 12px;
    cursor: pointer;
    overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: no-preference) {
    .bosstheme-payment-badges span {
        transition: border-color .15s ease, background .15s ease;
    }
}

.bosstheme-payment-badges span:hover {
    border-color: var(--bosstheme-gold);
    background: rgba(255,197,49,.08);
}

/* Long-text safety for widget cards */
.bosstheme-promo-box,
.bosstheme-telegram-widget {
    overflow-wrap: anywhere;
}

/* Promo box polish */
.bosstheme-promo-box h3 {
    margin: 0 0 10px;
}

.bosstheme-promo-box code {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--bosstheme-gold);
    background: rgba(255,197,49,.08);
    border: 1px dashed rgba(255,197,49,.45);
    border-radius: 8px;
    padding: 6px 12px;
    margin: 4px 0 10px;
    overflow-wrap: anywhere;
}

.bosstheme-promo-box .promo-expiry {
    color: var(--bosstheme-muted);
    font-size: 13px;
    margin: 0 0 12px;
}

/* Telegram widget polish */
.bosstheme-telegram-widget h3 {
    margin: 0 0 8px;
}

.bosstheme-telegram-description {
    color: var(--bosstheme-muted);
    margin: 0 0 6px;
}

.bosstheme-telegram-members {
    color: var(--bosstheme-gold);
    font-weight: 700;
    margin: 0 0 12px;
}

/* Bonus table */
.bosstheme-table-scroll {
    width: 100%;
    margin: 16px 0;
    border: 1px solid var(--bosstheme-border);
    border-radius: 16px;
    overflow: hidden;
}

.bosstheme-bonus-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,.04);
}

.bosstheme-bonus-table th,
.bosstheme-bonus-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--bosstheme-border);
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.bosstheme-bonus-table thead th {
    background: rgba(255,197,49,.08);
    color: var(--bosstheme-gold);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bosstheme-bonus-table tbody tr:nth-child(even) {
    background: rgba(255,255,255,.02);
}

.bosstheme-bonus-table tbody tr:last-child td {
    border-bottom: 0;
}

@media (prefers-reduced-motion: no-preference) {
    .bosstheme-bonus-table tbody tr {
        transition: background .15s ease;
    }
}

.bosstheme-bonus-table tbody tr:hover {
    background: rgba(255,197,49,.06);
}

.bosstheme-bonus-table .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--bosstheme-gold), var(--bosstheme-accent-2));
    color: #08111f;
}

.bosstheme-bonus-table .button:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: 2px;
}

/* BossTheme v0.2.1B Mobile Nav + Drawer Components */

/* ---- Mobile bottom nav ---- */
.bosstheme-mobile-bottom-nav {
    box-sizing: border-box;
    background: rgba(8, 17, 31, .92);
    border-top: 1px solid var(--bosstheme-border);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.bosstheme-mobile-bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    color: var(--bosstheme-muted);
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.bosstheme-mobile-bottom-nav__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bosstheme-mobile-bottom-nav__icon .bosstheme-nav-icon {
    width: 22px;
    height: 22px;
}

.bosstheme-mobile-bottom-nav__label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bosstheme-mobile-bottom-nav__item.is-active {
    position: relative;
    color: var(--bosstheme-gold);
}

.bosstheme-mobile-bottom-nav__item.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: var(--bosstheme-gold);
}

.bosstheme-mobile-bottom-nav__item--register {
    color: var(--bosstheme-gold);
}

.bosstheme-mobile-bottom-nav__item--register .bosstheme-mobile-bottom-nav__icon {
    width: 56px;
    height: 56px;
    margin-top: -22px;
    border-radius: 999px;
    color: #08111f;
    background: linear-gradient(135deg, var(--bosstheme-gold), var(--bosstheme-accent-2));
    box-shadow: 0 8px 22px rgba(255, 197, 49, .35);
}

.bosstheme-mobile-bottom-nav__item--register .bosstheme-nav-icon {
    width: 26px;
    height: 26px;
}

.bosstheme-mobile-bottom-nav__item--register .bosstheme-mobile-bottom-nav__label {
    color: var(--bosstheme-gold);
    font-weight: 700;
}

.bosstheme-mobile-bottom-nav__item:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: 2px;
    border-radius: 8px;
}

/* ---- Mobile drawer ---- */
.bosstheme-mobile-drawer {
    display: none;
    position: fixed;
    inset: 0;
    box-sizing: border-box;
}

.bosstheme-mobile-drawer.is-open,
.bosstheme-mobile-drawer[aria-hidden="false"] {
    display: block;
}

.bosstheme-mobile-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 7, 20, .72);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.bosstheme-mobile-drawer__panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 18px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
    background: var(--bosstheme-bg);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.bosstheme-mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bosstheme-mobile-drawer__brand {
    font-weight: 800;
    color: var(--bosstheme-text);
}

.bosstheme-mobile-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--bosstheme-border);
    border-radius: 999px;
    background: var(--bosstheme-card);
    color: var(--bosstheme-text);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.bosstheme-mobile-drawer__group {
    margin-bottom: 20px;
}

.bosstheme-mobile-drawer__group-title {
    margin: 0 0 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--bosstheme-muted);
}

.bosstheme-mobile-drawer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bosstheme-mobile-drawer__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
    margin-bottom: 8px;
    border: 1px solid var(--bosstheme-border);
    border-radius: 12px;
    background: var(--bosstheme-card);
    color: var(--bosstheme-text);
    text-decoration: none;
    font-weight: 600;
}

.bosstheme-mobile-drawer__cta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 16px;
}

.bosstheme-mobile-drawer__login {
    color: var(--bosstheme-muted);
    text-decoration: none;
    font-weight: 600;
}

.bosstheme-mobile-drawer__register {
    margin-left: auto;
}

.bosstheme-mobile-drawer__close:focus-visible,
.bosstheme-mobile-drawer__link:focus-visible,
.bosstheme-mobile-drawer__login:focus-visible,
.bosstheme-mobile-drawer__register:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: 2px;
}

body.bosstheme-drawer-open {
    overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
    .bosstheme-mobile-drawer.is-open,
    .bosstheme-mobile-drawer[aria-hidden="false"] {
        animation: bosstheme-drawer-fade .18s ease;
    }
}

@keyframes bosstheme-drawer-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ---- v0.2.3C shortcode component pack ---- */

/* [bosstheme_safe_notice] */
.bosstheme-safe-notice {
    border: 1px solid var(--bosstheme-border);
    border-left: 3px solid var(--bosstheme-gold);
    background: var(--bosstheme-card);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 16px 0;
}

.bosstheme-safe-notice p {
    margin: 0;
    color: var(--bosstheme-muted);
    font-size: 13px;
    line-height: 1.5;
}
/* [bosstheme_pros_cons] */
.bosstheme-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}

.bosstheme-pros-cons__col {
    border: 1px solid var(--bosstheme-border);
    background: var(--bosstheme-card);
    border-radius: 8px;
    padding: 16px 18px;
}

.bosstheme-pros-cons__pros {
    border-top: 3px solid var(--bosstheme-success);
}

.bosstheme-pros-cons__cons {
    border-top: 3px solid var(--bosstheme-danger);
}

.bosstheme-pros-cons__col h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: var(--bosstheme-text);
}

.bosstheme-pros-cons__col ul {
    margin: 0;
    padding-left: 18px;
}

.bosstheme-pros-cons__col li {
    margin: 6px 0;
    color: var(--bosstheme-muted);
    line-height: 1.5;
}

@media (max-width: 900px) {
    .bosstheme-pros-cons {
        grid-template-columns: 1fr;
    }
}

.bosstheme-pros-cons__note {
    grid-column: 1 / -1;
    margin: 0 0 12px;
    padding: 10px 14px;
    background: var(--bosstheme-surface);
    border-left: 3px solid var(--bosstheme-accent);
    border-radius: 4px;
    color: var(--bosstheme-muted);
    font-size: 14px;
}

.bosstheme-pros-cons--stacked {
    grid-template-columns: 1fr;
    gap: 12px;
}

.bosstheme-pros-cons--decision .bosstheme-pros-cons__col {
    padding: 20px;
}

.bosstheme-pros-cons--decision .bosstheme-pros-cons__pros {
    border-top-width: 4px;
}

.bosstheme-pros-cons--decision .bosstheme-pros-cons__cons {
    border-top-width: 4px;
}

.bosstheme-pros-cons--compact {
    gap: 12px;
}

.bosstheme-pros-cons--compact .bosstheme-pros-cons__col {
    padding: 12px 14px;
}

.bosstheme-pros-cons--compact .bosstheme-pros-cons__col h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

.bosstheme-pros-cons--compact .bosstheme-pros-cons__col li {
    margin: 4px 0;
    font-size: 14px;
}

/* [bosstheme_faq] */
.bosstheme-faq {
    margin: 20px 0;
}

.bosstheme-faq h2 {
    font-size: 20px;
    margin: 0 0 12px;
    color: var(--bosstheme-text);
}

.bosstheme-faq__item {
    border: 1px solid var(--bosstheme-border);
    background: var(--bosstheme-card);
    border-radius: 8px;
    padding: 0;
    margin: 8px 0;
}

.bosstheme-faq__item summary {
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 600;
    color: var(--bosstheme-text);
    list-style-position: inside;
}

.bosstheme-faq__item summary:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: -2px;
}

.bosstheme-faq__item[open] summary {
    border-bottom: 1px solid var(--bosstheme-border);
}

.bosstheme-faq__item p {
    margin: 0;
    padding: 12px 16px;
    color: var(--bosstheme-muted);
    line-height: 1.6;
}

/* [bosstheme_review_hero] */
.bosstheme-review-hero {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
    align-items: center;
    border: 1px solid var(--bosstheme-border);
    background: var(--bosstheme-card);
    border-radius: 16px;
    padding: 36px 40px;
    margin: 32px 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.bosstheme-review-hero__badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bosstheme-gold);
    border: 1px solid var(--bosstheme-gold);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 16px;
}

.bosstheme-review-hero__content h2 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.2;
    color: var(--bosstheme-text);
}

.bosstheme-review-hero__rating {
    display: inline-block;
    color: var(--bosstheme-gold);
    font-weight: 700;
    font-size: 14px;
    background: rgba(255, 197, 49, 0.1);
    border-radius: 999px;
    padding: 5px 14px;
    margin: 0 0 14px;
}

.bosstheme-review-hero__subtitle {
    color: var(--bosstheme-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 52ch;
}

.bosstheme-review-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.bosstheme-review-hero__media img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--bosstheme-border);
    display: block;
}

@media (max-width: 900px) {
    .bosstheme-review-hero {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        gap: 24px;
    }

    .bosstheme-review-hero__content h2 {
        font-size: 24px;
    }
}
/* [bosstheme_brand_cards] */
.bosstheme-brand-cards {
    margin: 36px 0;
}

.bosstheme-brand-cards h2 {
    margin: 0 0 20px;
    font-size: 22px;
    color: var(--bosstheme-text);
}

.bosstheme-brand-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.bosstheme-brand-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 84px;
    border: 1px solid var(--bosstheme-border);
    background: var(--bosstheme-card);
    border-radius: 12px;
    padding: 20px 22px;
    text-decoration: none;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.bosstheme-brand-card:hover,
.bosstheme-brand-card:focus-visible {
    border-color: var(--bosstheme-gold);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.bosstheme-brand-card:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: 2px;
}

.bosstheme-brand-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--bosstheme-text);
}

.bosstheme-brand-card::after {
    content: "\2192";
    font-size: 18px;
    line-height: 1;
    color: var(--bosstheme-gold);
    transition: transform .15s ease;
}

.bosstheme-brand-card:hover::after,
.bosstheme-brand-card:focus-visible::after {
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .bosstheme-brand-cards__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .bosstheme-brand-cards__grid {
        grid-template-columns: 1fr;
    }
}

/* [bosstheme_rating_table] */
.bosstheme-rating-table {
    margin: 32px 0;
}

.bosstheme-rating-table h2 {
    margin: 0 0 16px;
    font-size: 22px;
    color: var(--bosstheme-text);
}

.bosstheme-rating-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--bosstheme-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--bosstheme-card);
}

.bosstheme-rating-table__row th,
.bosstheme-rating-table__row td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--bosstheme-border);
}

.bosstheme-rating-table__row th {
    color: var(--bosstheme-text);
    font-weight: 600;
}

.bosstheme-rating-table__score {
    text-align: right;
    font-weight: 700;
    color: var(--bosstheme-gold);
    white-space: nowrap;
}

.bosstheme-rating-table__max {
    color: var(--bosstheme-muted);
    font-weight: 400;
    font-size: 13px;
    margin-left: 2px;
}

.bosstheme-rating-table__overall th,
.bosstheme-rating-table__overall td {
    border-bottom: 0;
    background: rgba(255, 197, 49, 0.08);
    font-size: 17px;
}

.bosstheme-rating-table__note {
    margin: 0 0 12px;
    padding: 8px 12px;
    background: var(--bosstheme-surface);
    border-left: 3px solid var(--bosstheme-accent);
    border-radius: 4px;
    color: var(--bosstheme-muted);
    font-size: 13px;
}

.bosstheme-rating-table--compact h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

.bosstheme-rating-table--compact .bosstheme-rating-table__row th,
.bosstheme-rating-table--compact .bosstheme-rating-table__row td {
    padding: 10px 14px;
    font-size: 14px;
}

.bosstheme-rating-table--compact .bosstheme-rating-table__overall {
    font-size: 15px;
}

.bosstheme-rating-table--trust-audit .bosstheme-rating-table__row:has(th:contains("Trust")) {
    background: rgba(52, 211, 153, 0.05);
}

.bosstheme-rating-table--trust-audit .bosstheme-rating-table__overall {
    background: rgba(52, 211, 153, 0.12);
}

/* ============================================================
   Casino Footer CSS Kit (class-based, token-driven)
   ============================================================ */

:root {
    --bosstheme-footer-bg: var(--bosstheme-bg);
    --bosstheme-footer-card: var(--bosstheme-card);
    --bosstheme-footer-text: var(--bosstheme-text);
    --bosstheme-footer-muted: var(--bosstheme-muted);
    --bosstheme-footer-accent: var(--bosstheme-accent);
    --bosstheme-footer-border: var(--bosstheme-border);
}

.bosstheme-casino-footer {
    background: var(--bosstheme-footer-bg);
    color: var(--bosstheme-footer-text);
    border-top: 1px solid var(--bosstheme-footer-border);
    padding: 48px 20px 40px;
    font-size: 15px;
    line-height: 1.6;
    max-width: 1220px;
    margin: 0 auto;
}

.bosstheme-casino-footer h2,
.bosstheme-casino-footer h3,
.bosstheme-casino-footer h4 {
    color: var(--bosstheme-footer-accent);
    margin: 0 0 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.bosstheme-casino-footer a {
    color: var(--bosstheme-footer-text);
    text-decoration: none;
}

.bosstheme-casino-footer a:hover {
    color: var(--bosstheme-footer-accent);
}

.bosstheme-footer-section {
    max-width: 1180px;
    margin: 0 auto 36px;
    padding: 24px;
    background: var(--bosstheme-footer-card);
    border: 1px solid var(--bosstheme-footer-border);
    border-radius: 14px;
}

.bosstheme-footer-section:last-child {
    margin-bottom: 0;
}

.bosstheme-footer-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
}

.bosstheme-footer-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-height: 64px;
    background: var(--bosstheme-footer-card);
    border: 1px solid var(--bosstheme-footer-border);
    border-radius: 10px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.bosstheme-footer-logo-item:hover {
    border-color: var(--bosstheme-footer-accent);
    transform: translateY(-2px);
}

.bosstheme-footer-logo-mark {
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.78;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.bosstheme-footer-logo-item:hover .bosstheme-footer-logo-mark {
    filter: grayscale(0);
    opacity: 1;
}

.bosstheme-footer-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.bosstheme-footer-two-col > * {
    min-width: 0;
}

.bosstheme-footer-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.bosstheme-footer-badges img {
    max-height: 38px;
    width: auto;
    opacity: 0.85;
}

.bosstheme-footer-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid var(--bosstheme-footer-border);
}

.bosstheme-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bosstheme-footer-brand img {
    max-height: 40px;
    width: auto;
}

.bosstheme-footer-brand span {
    color: var(--bosstheme-footer-muted);
    font-size: 14px;
}

.bosstheme-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bosstheme-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--bosstheme-footer-card);
    border: 1px solid var(--bosstheme-footer-border);
    color: var(--bosstheme-footer-text);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.bosstheme-footer-social a:hover {
    border-color: var(--bosstheme-footer-accent);
    color: var(--bosstheme-footer-accent);
}

.bosstheme-footer-social svg,
.bosstheme-footer-social img {
    width: 20px;
    height: 20px;
}

.bosstheme-footer-seo {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    color: var(--bosstheme-footer-muted);
    font-size: 13px;
    line-height: 1.7;
}

.bosstheme-footer-seo p {
    margin: 0 0 10px;
}

.bosstheme-footer-seo a {
    color: var(--bosstheme-accent-2);
}

/* [bosstheme_toc] */
.bosstheme-toc {
    border: 1px solid var(--bosstheme-border);
    background: var(--bosstheme-card);
    border-radius: 12px;
    padding: 20px 24px;
    margin: 28px 0;
}

.bosstheme-toc h2 {
    margin: 0 0 14px;
    font-size: 18px;
    color: var(--bosstheme-text);
}

.bosstheme-toc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bosstheme-toc__link {
    color: var(--bosstheme-gold);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color .15s ease;
}

.bosstheme-toc__link:hover,
.bosstheme-toc__link:focus-visible {
    border-bottom-color: var(--bosstheme-gold);
}

.bosstheme-toc__link:focus-visible {
    outline: 2px solid var(--bosstheme-gold);
    outline-offset: 2px;
}

@media (max-width: 560px) {
    .bosstheme-toc__list {
        flex-direction: column;
        gap: 10px;
    }
}

/* Mobile header button polish */
@media (max-width: 560px) {
    .bosstheme-site-header .bosstheme-btn-primary {
        min-height: 40px;
        padding: 0 18px;
        font-size: 14px;
        font-weight: 700;
    }

    body.bosstheme-button-gradient .bosstheme-site-header .bosstheme-btn-primary {
        border-radius: 14px;
        box-shadow: 0 2px 8px rgba(255,197,49,.12);
    }

    body.bosstheme-button-solid .bosstheme-site-header .bosstheme-btn-primary {
        border-radius: 14px;
    }

    body.bosstheme-button-outline .bosstheme-site-header .bosstheme-btn-primary {
        border-radius: 14px;
    }

    body.bosstheme-button-pill .bosstheme-site-header .bosstheme-btn-primary {
        border-radius: 999px;
        padding: 0 20px;
        box-shadow: 0 3px 10px rgba(255,197,49,.15);
    }

    .bosstheme-site-header .bosstheme-btn-primary:hover {
        box-shadow: 0 4px 14px rgba(255,197,49,.18);
    }
}

/* CTA Variant System (T-042B) */
.bosstheme-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: var(--bosstheme-surface);
    border: 1px solid var(--bosstheme-border);
    border-radius: 8px;
    max-width: 100%;
    box-sizing: border-box;
}

.bosstheme-cta__note {
    margin: 0;
    font-size: 0.875em;
    color: var(--bosstheme-text-muted);
    line-height: 1.5;
}

.bosstheme-cta--compact {
    padding: 12px;
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bosstheme-cta--compact .bosstheme-btn {
    min-height: 36px;
    padding: 8px 16px;
    font-size: 0.9em;
}

.bosstheme-cta--compact .bosstheme-cta__note {
    font-size: 0.8em;
}

.bosstheme-cta--banner {
    padding: 24px;
    background: var(--bosstheme-card);
    border: 2px solid var(--bosstheme-accent);
    border-radius: 12px;
    gap: 16px;
    align-items: center;
}

.bosstheme-cta--banner .bosstheme-btn {
    padding: 12px 28px;
    font-size: 1.05em;
}

.bosstheme-cta--safe {
    padding: 20px;
    background: var(--bosstheme-surface);
    border-left: 4px solid var(--bosstheme-accent);
}

.bosstheme-cta--safe .bosstheme-cta__note {
    order: -1;
    font-weight: 600;
    color: var(--bosstheme-text);
}

.bosstheme-cta--centered {
    align-items: center;
    text-align: center;
    padding: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 560px) {
    .bosstheme-cta--compact {
        flex-direction: column;
        align-items: stretch;
    }

    .bosstheme-cta--banner {
        padding: 16px;
    }
}
