/* table-game-app-chrome-12bf35.css
   Mobile-first casino UI for table-game-app.homes (320-430px canvas).
   All custom classes and CSS variables use the frame12bf3- prefix.
   English comments only. Dark canvas (#1C2833) with wheat (#F5DEB3) text. */

:root {
    --frame12bf3-bg: #1C2833;
    --frame12bf3-bg-2: #202E3C;
    --frame12bf3-surface: #28384A;
    --frame12bf3-surface-2: #324656;
    --frame12bf3-surface-3: #3A5165;
    --frame12bf3-text: #F5DEB3;
    --frame12bf3-text-soft: #E8D3A6;
    --frame12bf3-text-dim: #C9B58E;
    --frame12bf3-text-mute: #9C8A66;
    --frame12bf3-gold: #E8B964;
    --frame12bf3-gold-2: #F0C674;
    --frame12bf3-gold-deep: #C9994A;
    --frame12bf3-hot: #E0524D;
    --frame12bf3-hot-deep: #B83B38;
    --frame12bf3-green: #5DBB63;
    --frame12bf3-blue: #4FA3D1;
    --frame12bf3-border: rgba(245, 222, 179, 0.14);
    --frame12bf3-border-strong: rgba(245, 222, 179, 0.26);
    --frame12bf3-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    --frame12bf3-radius: 14px;
    --frame12bf3-radius-sm: 10px;
    --frame12bf3-radius-lg: 22px;
    --frame12bf3-header-h: 60px;
    --frame12bf3-bottomnav-h: 64px;
    --frame12bf3-maxw: 430px;
    --frame12bf3-font: "Segoe UI", "Helvetica Neue", Roboto, Arial, system-ui, -apple-system, sans-serif;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--frame12bf3-font);
    background: var(--frame12bf3-bg);
    color: var(--frame12bf3-text);
    line-height: 1.55;
    font-size: 15px;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Wide screens keep a centered phone canvas, no desktop layout. */
.frame12bf3-app {
    width: 100%;
    max-width: var(--frame12bf3-maxw);
    margin: 0 auto;
    min-height: 100vh;
    background:
        radial-gradient(120% 60% at 50% -10%, rgba(232, 185, 100, 0.10), transparent 60%),
        radial-gradient(80% 40% at 90% 8%, rgba(224, 82, 77, 0.08), transparent 55%),
        linear-gradient(180deg, var(--frame12bf3-bg) 0%, var(--frame12bf3-bg-2) 100%);
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    padding-bottom: calc(var(--frame12bf3-bottomnav-h) + 16px);
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--frame12bf3-gold-2);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    margin: 0 0 8px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--frame12bf3-text);
    letter-spacing: -0.01em;
}

p {
    margin: 0 0 12px;
    color: var(--frame12bf3-text-soft);
}

ul, ol {
    margin: 0 0 14px;
    padding-left: 20px;
    color: var(--frame12bf3-text-soft);
}

li {
    margin-bottom: 6px;
}

:focus-visible {
    outline: 2px solid var(--frame12bf3-gold);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ============ Top tab-style header ============ */
.frame12bf3-header {
    position: sticky;
    top: 0;
    z-index: 60;
    width: 100%;
    max-width: var(--frame12bf3-maxw);
    margin: 0 auto;
    height: var(--frame12bf3-header-h);
    background: linear-gradient(180deg, rgba(28, 40, 51, 0.98) 0%, rgba(28, 40, 51, 0.92) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--frame12bf3-border);
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
}

.frame12bf3-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 0 0 auto;
}

.frame12bf3-brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    object-fit: cover;
    border: 1.5px solid var(--frame12bf3-gold);
    box-shadow: 0 2px 8px rgba(232, 185, 100, 0.35);
    flex-shrink: 0;
}

.frame12bf3-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    min-width: 0;
}

.frame12bf3-brand-name {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--frame12bf3-text);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.frame12bf3-brand-tag {
    font-size: 10px;
    color: var(--frame12bf3-gold);
    font-weight: 600;
    letter-spacing: 0.04em;
}

.frame12bf3-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.frame12bf3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12.5px;
    border: none;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
    font-family: inherit;
    text-align: center;
    line-height: 1;
    -webkit-user-select: none;
    user-select: none;
}

.frame12bf3-btn-login {
    background: transparent;
    color: var(--frame12bf3-text);
    border: 1.5px solid var(--frame12bf3-border-strong);
    min-width: 56px;
}

.frame12bf3-btn-register {
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    color: #1C2833;
    box-shadow: 0 4px 14px rgba(232, 185, 100, 0.35);
    min-width: 64px;
}

.frame12bf3-btn:hover,
.frame12bf3-btn:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.frame12bf3-btn-register:hover,
.frame12bf3-btn-register:focus {
    box-shadow: 0 7px 18px rgba(232, 185, 100, 0.5);
}

.frame12bf3-btn-login:hover,
.frame12bf3-btn-login:focus {
    border-color: var(--frame12bf3-gold);
    color: var(--frame12bf3-gold-2);
}

.frame12bf3-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--frame12bf3-surface);
    border: 1px solid var(--frame12bf3-border);
    color: var(--frame12bf3-text);
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.16s ease, background 0.16s ease;
}

.frame12bf3-menu-btn:hover,
.frame12bf3-menu-btn:focus {
    background: var(--frame12bf3-surface-2);
    transform: translateY(-2px);
}

.frame12bf3-menu-btn svg {
    width: 20px;
    height: 20px;
}

/* ============ Expanded partition menu ============ */
.frame12bf3-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 12, 18, 0.6);
    z-index: 70;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.frame12bf3-menu-backdrop.frame12bf3-is-visible {
    opacity: 1;
    visibility: visible;
}

.frame12bf3-expanded-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 86%;
    max-width: 360px;
    height: 100vh;
    background: linear-gradient(180deg, var(--frame12bf3-bg-2) 0%, var(--frame12bf3-bg) 100%);
    z-index: 80;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow-y: auto;
    padding: 18px 18px 32px;
    border-left: 1px solid var(--frame12bf3-border);
    box-shadow: -16px 0 40px rgba(0, 0, 0, 0.5);
}

.frame12bf3-expanded-menu.frame12bf3-is-open {
    transform: translateX(0);
}

.frame12bf3-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--frame12bf3-border);
}

.frame12bf3-menu-head-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.frame12bf3-menu-head-brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1.5px solid var(--frame12bf3-gold);
}

.frame12bf3-menu-head-brand span {
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

.frame12bf3-menu-close {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--frame12bf3-surface);
    border: 1px solid var(--frame12bf3-border);
    color: var(--frame12bf3-text);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.frame12bf3-menu-partition {
    margin-bottom: 18px;
}

.frame12bf3-menu-partition-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--frame12bf3-gold);
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0 4px;
}

.frame12bf3-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
}

.frame12bf3-menu-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-radius: var(--frame12bf3-radius-sm);
    background: var(--frame12bf3-surface);
    color: var(--frame12bf3-text);
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.14s ease, background 0.14s ease, border 0.14s ease;
}

.frame12bf3-menu-list a:hover,
.frame12bf3-menu-list a:focus {
    text-decoration: none;
    background: var(--frame12bf3-surface-2);
    border-color: var(--frame12bf3-border-strong);
    transform: translateY(-1px);
}

.frame12bf3-menu-list a::after {
    content: "\203A";
    color: var(--frame12bf3-gold);
    font-weight: 700;
    font-size: 18px;
}

.frame12bf3-menu-cta {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.frame12bf3-menu-cta .frame12bf3-btn {
    flex: 1;
    min-height: 42px;
    font-size: 13px;
}

/* ============ Main ============ */
.frame12bf3-main {
    padding: 0 0 8px;
}

.frame12bf3-section {
    padding: 22px 14px 6px;
}

.frame12bf3-section-tight {
    padding: 14px 14px 4px;
}

.frame12bf3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--frame12bf3-gold);
    font-weight: 700;
    margin-bottom: 8px;
    background: rgba(232, 185, 100, 0.10);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(232, 185, 100, 0.25);
}

.frame12bf3-h1 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.frame12bf3-h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--frame12bf3-text);
}

.frame12bf3-h3 {
    font-size: 15.5px;
    color: var(--frame12bf3-gold-2);
    margin-bottom: 6px;
}

.frame12bf3-lead {
    font-size: 14.5px;
    color: var(--frame12bf3-text-soft);
    margin-bottom: 14px;
}

/* ============ Hero carousel ============ */
.frame12bf3-hero {
    position: relative;
    margin: 12px 14px 0;
    border-radius: var(--frame12bf3-radius-lg);
    overflow: hidden;
    background: var(--frame12bf3-surface);
    box-shadow: var(--frame12bf3-shadow);
    border: 1px solid var(--frame12bf3-border);
}

.frame12bf3-hero-track {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.frame12bf3-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    cursor: pointer;
}

.frame12bf3-hero-slide.frame12bf3-is-active {
    opacity: 1;
    visibility: visible;
}

.frame12bf3-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frame12bf3-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 40, 51, 0.1) 0%, rgba(28, 40, 51, 0.55) 55%, rgba(28, 40, 51, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
}

.frame12bf3-hero-title {
    font-size: 17px;
    font-weight: 800;
    color: #FFF7E6;
    margin-bottom: 4px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.frame12bf3-hero-sub {
    font-size: 12px;
    color: var(--frame12bf3-text-soft);
    margin-bottom: 8px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.frame12bf3-hero-cta {
    display: inline-flex;
    align-self: flex-start;
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    color: #1C2833;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.frame12bf3-hero-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 5;
}

.frame12bf3-hero-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(245, 222, 179, 0.45);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.18s ease, width 0.18s ease;
}

.frame12bf3-hero-dot.frame12bf3-is-active {
    background: var(--frame12bf3-gold);
    width: 18px;
    border-radius: 999px;
}

/* ============ Quick chips ============ */
.frame12bf3-quick-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 14px 14px 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.frame12bf3-quick-row::-webkit-scrollbar {
    display: none;
}

.frame12bf3-quick-chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--frame12bf3-surface);
    color: var(--frame12bf3-text-soft);
    border: 1px solid var(--frame12bf3-border);
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.14s ease, background 0.14s ease;
    min-height: 38px;
}

.frame12bf3-quick-chip:hover,
.frame12bf3-quick-chip:focus {
    text-decoration: none;
    transform: translateY(-2px);
    background: var(--frame12bf3-surface-2);
}

.frame12bf3-quick-chip.frame12bf3-is-active {
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    color: #1C2833;
    border-color: transparent;
}

/* ============ Game area ============ */
.frame12bf3-cat-block {
    margin-bottom: 8px;
}

.frame12bf3-cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 14px 10px;
    padding-top: 14px;
}

.frame12bf3-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.frame12bf3-cat-icon {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: linear-gradient(135deg, rgba(232, 185, 100, 0.25) 0%, rgba(232, 185, 100, 0.08) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(232, 185, 100, 0.3);
    flex-shrink: 0;
}

.frame12bf3-cat-icon svg {
    width: 15px;
    height: 15px;
    color: var(--frame12bf3-gold);
}

.frame12bf3-cat-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--frame12bf3-text);
    text-transform: capitalize;
}

.frame12bf3-cat-count {
    font-size: 11px;
    color: var(--frame12bf3-text-mute);
    font-weight: 600;
}

.frame12bf3-cat-link {
    font-size: 12px;
    color: var(--frame12bf3-gold-2);
    font-weight: 700;
}

.frame12bf3-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 14px;
}

@media (min-width: 360px) {
    .frame12bf3-grid {
        gap: 10px;
    }
}

@media (min-width: 400px) {
    .frame12bf3-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.frame12bf3-game {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    transition: transform 0.16s ease;
    -webkit-user-select: none;
    user-select: none;
}

.frame12bf3-game:hover,
.frame12bf3-game:focus {
    text-decoration: none;
    transform: translateY(-3px);
}

.frame12bf3-game-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    object-fit: cover;
    background: var(--frame12bf3-surface);
    border: 1.5px solid var(--frame12bf3-border);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    transition: border 0.16s ease, box-shadow 0.16s ease;
}

.frame12bf3-game:hover .frame12bf3-game-img,
.frame12bf3-game:focus .frame12bf3-game-img {
    border-color: var(--frame12bf3-gold);
    box-shadow: 0 6px 14px rgba(232, 185, 100, 0.3);
}

.frame12bf3-game-name {
    margin-top: 5px;
    font-size: 10.5px;
    color: var(--frame12bf3-text-soft);
    line-height: 1.25;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 26px;
}

/* ============ Feature / promo cards ============ */
.frame12bf3-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.frame12bf3-feature-card {
    background: var(--frame12bf3-surface);
    border: 1px solid var(--frame12bf3-border);
    border-radius: var(--frame12bf3-radius);
    padding: 14px 12px;
    transition: transform 0.16s ease, border 0.16s ease;
}

.frame12bf3-feature-card:hover,
.frame12bf3-feature-card:focus-within {
    transform: translateY(-3px);
    border-color: var(--frame12bf3-border-strong);
}

.frame12bf3-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.frame12bf3-feature-icon svg {
    width: 18px;
    height: 18px;
    color: #1C2833;
}

.frame12bf3-feature-card h3 {
    margin-bottom: 4px;
    font-size: 14px;
}

.frame12bf3-feature-card p {
    font-size: 12.5px;
    margin: 0;
    color: var(--frame12bf3-text-dim);
    line-height: 1.45;
}

/* ============ Stat strip ============ */
.frame12bf3-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    background: linear-gradient(135deg, var(--frame12bf3-surface) 0%, var(--frame12bf3-surface-2) 100%);
    border: 1px solid var(--frame12bf3-border);
    border-radius: var(--frame12bf3-radius);
    padding: 14px 8px;
    margin: 0 14px;
}

.frame12bf3-stat {
    text-align: center;
    padding: 0 4px;
    border-right: 1px solid var(--frame12bf3-border);
}

.frame12bf3-stat:last-child {
    border-right: none;
}

.frame12bf3-stat-num {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--frame12bf3-gold);
    line-height: 1.1;
}

.frame12bf3-stat-label {
    display: block;
    font-size: 10px;
    color: var(--frame12bf3-text-mute);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 3px;
    font-weight: 600;
}

/* ============ Info / content blocks ============ */
.frame12bf3-card {
    background: var(--frame12bf3-surface);
    border: 1px solid var(--frame12bf3-border);
    border-radius: var(--frame12bf3-radius);
    padding: 16px;
    margin-bottom: 12px;
}

.frame12bf3-card p {
    font-size: 13.5px;
    line-height: 1.6;
}

.frame12bf3-card ul,
.frame12bf3-card ol {
    font-size: 13px;
}

.frame12bf3-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    counter-reset: step;
}

.frame12bf3-step-list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: start;
    counter-increment: step;
    margin: 0;
    font-size: 13px;
    color: var(--frame12bf3-text-soft);
    line-height: 1.55;
}

.frame12bf3-step-list li::before {
    content: counter(step);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    color: #1C2833;
    font-weight: 800;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.frame12bf3-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.frame12bf3-check-list li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: start;
    margin: 0;
    font-size: 13px;
    color: var(--frame12bf3-text-soft);
}

.frame12bf3-check-list li::before {
    content: "\2713";
    color: var(--frame12bf3-green);
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
}

/* ============ FAQ ============ */
.frame12bf3-faq {
    border: 1px solid var(--frame12bf3-border);
    border-radius: var(--frame12bf3-radius-sm);
    overflow: hidden;
    margin-bottom: 8px;
    background: var(--frame12bf3-surface);
}

.frame12bf3-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    background: transparent;
    border: none;
    color: var(--frame12bf3-text);
    font-size: 13.5px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.frame12bf3-faq-q .frame12bf3-faq-icon {
    flex-shrink: 0;
    color: var(--frame12bf3-gold);
    font-size: 18px;
    font-weight: 800;
    transition: transform 0.2s ease;
}

.frame12bf3-faq-q[aria-expanded="true"] .frame12bf3-faq-icon {
    transform: rotate(45deg);
}

.frame12bf3-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
    padding: 0 14px;
}

.frame12bf3-faq-a.frame12bf3-is-open {
    max-height: 320px;
    padding-bottom: 14px;
}

.frame12bf3-faq-a p {
    margin: 0;
    font-size: 13px;
    color: var(--frame12bf3-text-dim);
    line-height: 1.6;
}

/* ============ CTA band ============ */
.frame12bf3-cta-band {
    margin: 8px 14px 4px;
    padding: 20px 16px;
    border-radius: var(--frame12bf3-radius-lg);
    background:
        radial-gradient(120% 100% at 100% 0%, rgba(232, 185, 100, 0.22), transparent 55%),
        radial-gradient(120% 100% at 0% 100%, rgba(224, 82, 77, 0.16), transparent 55%),
        linear-gradient(135deg, var(--frame12bf3-surface) 0%, var(--frame12bf3-surface-2) 100%);
    border: 1px solid rgba(232, 185, 100, 0.3);
    text-align: center;
}

.frame12bf3-cta-band h2 {
    font-size: 19px;
    margin-bottom: 6px;
}

.frame12bf3-cta-band p {
    font-size: 13px;
    margin-bottom: 14px;
    color: var(--frame12bf3-text-soft);
}

.frame12bf3-cta-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.frame12bf3-cta-row .frame12bf3-btn {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
}

.frame12bf3-cta-primary {
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    color: #1C2833;
    box-shadow: 0 6px 16px rgba(232, 185, 100, 0.4);
}

.frame12bf3-cta-ghost {
    background: transparent;
    color: var(--frame12bf3-text);
    border: 1.5px solid var(--frame12bf3-border-strong);
}

/* ============ Promo banner (tricks/highlights) ============ */
.frame12bf3-promo-banner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
}

@media (min-width: 380px) {
    .frame12bf3-promo-banner {
        grid-template-columns: 1fr 1fr;
    }
}

.frame12bf3-promo-tile {
    position: relative;
    border-radius: var(--frame12bf3-radius);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    border: 1px solid var(--frame12bf3-border);
    transition: transform 0.16s ease;
}

.frame12bf3-promo-tile:hover,
.frame12bf3-promo-tile:focus {
    transform: translateY(-3px);
}

.frame12bf3-promo-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frame12bf3-promo-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(28, 40, 51, 0.88) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
}

.frame12bf3-promo-tile-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #FFF7E6;
    margin-bottom: 2px;
}

.frame12bf3-promo-tile-sub {
    font-size: 11px;
    color: var(--frame12bf3-text-dim);
}

/* ============ Table (RTP etc.) ============ */
.frame12bf3-table-wrap {
    overflow-x: auto;
    border-radius: var(--frame12bf3-radius-sm);
    border: 1px solid var(--frame12bf3-border);
    -webkit-overflow-scrolling: touch;
}

.frame12bf3-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
    min-width: 320px;
}

.frame12bf3-table th,
.frame12bf3-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid var(--frame12bf3-border);
}

.frame12bf3-table th {
    background: var(--frame12bf3-surface-2);
    color: var(--frame12bf3-gold);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.frame12bf3-table td {
    color: var(--frame12bf3-text-soft);
}

.frame12bf3-table tr:last-child td {
    border-bottom: none;
}

.frame12bf3-table .frame12bf3-num {
    color: var(--frame12bf3-gold-2);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

/* ============ Extended footer (homepage only) ============ */
.frame12bf3-ext-footer {
    margin-top: 18px;
    padding: 22px 14px 8px;
    background: linear-gradient(180deg, var(--frame12bf3-bg-2) 0%, var(--frame12bf3-bg) 100%);
    border-top: 1px solid var(--frame12bf3-border);
}

.frame12bf3-ext-group {
    margin-bottom: 18px;
}

.frame12bf3-ext-group-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--frame12bf3-gold);
    font-weight: 800;
    margin-bottom: 10px;
}

.frame12bf3-brand-blurb {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 6px;
}

.frame12bf3-brand-blurb img {
    width: 48px;
    height: 48px;
    border-radius: 11px;
    border: 1.5px solid var(--frame12bf3-gold);
}

.frame12bf3-brand-blurb p {
    font-size: 12.5px;
    margin: 0;
    color: var(--frame12bf3-text-dim);
    line-height: 1.55;
}

.frame12bf3-promo-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.frame12bf3-promo-action {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: var(--frame12bf3-radius-sm);
    background: var(--frame12bf3-surface);
    border: 1px solid var(--frame12bf3-border);
    color: var(--frame12bf3-text);
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.14s ease, background 0.14s ease;
    text-align: left;
}

.frame12bf3-promo-action:hover,
.frame12bf3-promo-action:focus {
    text-decoration: none;
    transform: translateY(-2px);
    background: var(--frame12bf3-surface-2);
}

.frame12bf3-promo-action svg {
    width: 18px;
    height: 18px;
    color: var(--frame12bf3-gold);
    flex-shrink: 0;
}

.frame12bf3-promo-action.full {
    grid-column: 1 / -1;
}

.frame12bf3-dir-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.frame12bf3-dir-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 9px 12px;
    border-radius: 9px;
    background: var(--frame12bf3-surface);
    border: 1px solid var(--frame12bf3-border);
    color: var(--frame12bf3-text-soft);
    font-size: 12px;
    font-weight: 600;
    transition: transform 0.14s ease, background 0.14s ease;
}

.frame12bf3-dir-grid a:hover,
.frame12bf3-dir-grid a:focus {
    text-decoration: none;
    background: var(--frame12bf3-surface-2);
    transform: translateY(-1px);
    color: var(--frame12bf3-text);
}

.frame12bf3-dir-grid a::after {
    content: "\203A";
    color: var(--frame12bf3-gold);
    font-weight: 700;
}

.frame12bf3-disclaimer {
    font-size: 11.5px;
    color: var(--frame12bf3-text-mute);
    line-height: 1.6;
    padding: 12px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    border-left: 3px solid var(--frame12bf3-gold-deep);
}

/* ============ Copyright bar ============ */
.frame12bf3-copyright {
    text-align: center;
    padding: 14px 14px 6px;
    font-size: 11.5px;
    color: var(--frame12bf3-text-mute);
    border-top: 1px solid var(--frame12bf3-border);
    margin-top: 8px;
}

.frame12bf3-copyright span {
    color: var(--frame12bf3-gold);
    font-weight: 700;
}

/* ============ Bottom nav (compact icon shelf) ============ */
.frame12bf3-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--frame12bf3-maxw);
    height: var(--frame12bf3-bottomnav-h);
    background: linear-gradient(180deg, rgba(28, 40, 51, 0.98) 0%, rgba(20, 30, 40, 1) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--frame12bf3-border);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    z-index: 65;
    padding: 0 2px;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.35);
}

.frame12bf3-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 7px 2px 6px;
    color: var(--frame12bf3-text-mute);
    font-size: 9.5px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: transform 0.16s ease, color 0.16s ease;
    border-radius: 12px;
    margin: 4px 2px;
    font-family: inherit;
    min-height: 44px;
    -webkit-user-select: none;
    user-select: none;
}

.frame12bf3-nav-item svg {
    width: 21px;
    height: 21px;
    transition: transform 0.16s ease;
}

.frame12bf3-nav-item:hover,
.frame12bf3-nav-item:focus {
    text-decoration: none;
    color: var(--frame12bf3-text-soft);
    transform: translateY(-2px);
}

.frame12bf3-nav-item.frame12bf3-is-active {
    color: #1C2833;
    background: linear-gradient(135deg, var(--frame12bf3-gold) 0%, var(--frame12bf3-gold-deep) 100%);
    box-shadow: 0 4px 12px rgba(232, 185, 100, 0.35);
}

.frame12bf3-nav-item.frame12bf3-is-active svg {
    transform: translateY(-1px);
}

.frame12bf3-nav-label {
    line-height: 1;
    letter-spacing: 0.01em;
}

/* ============ Utility ============ */
.frame12bf3-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.frame12bf3-hide {
    display: none !important;
}

/* Long-form SEO content readability */
.frame12bf3-prose p {
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 11px;
}

.frame12bf3-prose strong {
    color: var(--frame12bf3-gold-2);
}

.frame12bf3-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 700;
    background: rgba(232, 185, 100, 0.12);
    color: var(--frame12bf3-gold);
    border: 1px solid rgba(232, 185, 100, 0.25);
    margin-right: 4px;
}

.frame12bf3-tag.hot {
    background: rgba(224, 82, 77, 0.14);
    color: var(--frame12bf3-hot);
    border-color: rgba(224, 82, 77, 0.3);
}

.frame12bf3-tag.new {
    background: rgba(93, 187, 99, 0.14);
    color: var(--frame12bf3-green);
    border-color: rgba(93, 187, 99, 0.3);
}
