/* ============================================================
   Big Bass CH — Site styles
   (Loaded early because these rules reserve visible layout geometry)
   ============================================================ */

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
    font-display: block;
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    src: url("/assets/fonts/material-symbols-outlined.woff2") format("woff2");
}

/* Base */
body {
    background-color: #131313;
    color: #e5e2e1;
    font-family: "Inter", Arial, sans-serif;
    font-size-adjust: from-font;
}

/* Native mobile menu via <details> */
.mobile-menu[open] .mobile-menu-icon-open { display: none; }
.mobile-menu:not([open]) .mobile-menu-icon-close { display: none; }
.mobile-menu > summary { list-style: none; }
.mobile-menu > summary::-webkit-details-marker { display: none; }
.mobile-menu > summary::marker { content: ""; }

.symbol-fill {
    font-variation-settings: "FILL" 1;
}

.material-symbols-outlined {
    direction: ltr;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Material Symbols Outlined";
    font-feature-settings: "liga";
    font-style: normal;
    font-weight: normal;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    overflow: hidden;
    text-transform: none;
    vertical-align: -0.18em;
    white-space: nowrap;
    width: 1em;
    -webkit-font-smoothing: antialiased;
}

.brand-lockup {
    align-items: center;
    display: inline-flex;
    gap: 0.65rem;
    min-width: 0;
}

.brand-mark {
    background: #201f1f;
    border: 1px solid #4a5568;
    border-radius: 0.5rem;
    box-shadow: 0 8px 22px rgb(0 0 0 / 28%);
    flex: 0 0 auto;
    height: 34px;
    overflow: hidden;
    width: 34px;
}

.brand-mark img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.brand-name {
    color: #ffb866;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.brand-subline {
    color: #a0aec0;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0.2rem;
}

.hero-bg-photo {
    background-image: url("../../photo/030_big_bass_bonanza_1000_Big_Bass_Bonanza_1000_big-bass-bonanza-1000-base-game_030.webp");
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    pointer-events: none;
}

.content-figure {
    background: #1a1a1a;
    border: 1px solid #4a5568;
    border-radius: 0.75rem;
    overflow: hidden;
}

.content-figure img {
    display: block;
    height: auto;
    width: 100%;
}

.content-figure figcaption {
    color: #a0aec0;
    font-size: 12px;
    line-height: 1.4;
    padding: 0.75rem 1rem;
}

/* Smooth scrolling for in-page anchors */
html { scroll-behavior: smooth; }

/* Demo iframe and switcher */
.slot-frame {
    border: 0;
    display: block;
}

.demo-shell {
    contain: layout paint;
    position: relative;
}

.demo-shell iframe {
    border: 0;
    display: none;
}

.demo-shell.is-loaded iframe {
    display: block;
}

.demo-shell.is-loaded .demo-placeholder {
    display: none;
}

.demo-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 30% 25%, rgb(255 184 102 / 22%), transparent 34%),
        linear-gradient(135deg, #151515 0%, #070707 60%, #1b1010 100%);
    border: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}

.demo-placeholder-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.demo-load-button {
    align-items: center;
    background: linear-gradient(135deg, #ff5450, #b91c24);
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 0.5rem;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 0.4rem;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.1rem;
    transition: filter 160ms ease, transform 160ms ease;
}

.demo-load-button:hover,
.demo-load-button:focus-visible {
    filter: brightness(1.08);
    outline: 2px solid #ffb866;
    outline-offset: 3px;
}

.demo-choice {
    min-height: 42px;
    border: 1px solid #4a5568;
    border-radius: 0.5rem;
    background: #1a1a1a;
    color: #e5e2e1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.65rem 0.55rem;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.demo-choice:hover,
.demo-choice:focus-visible {
    border-color: #ffb866;
    outline: none;
}

.demo-choice[aria-pressed="true"] {
    background: linear-gradient(135deg, #ffb866, #955b01);
    border-color: #ffddba;
    color: #2b1700;
}

/* Editorial tables */
.content-table {
    border-collapse: collapse;
    background: #1c1b1b;
    font-size: 13px;
}

.content-table th,
.content-table td {
    border-bottom: 1px solid #4a5568;
    padding: 0.85rem 1rem;
    text-align: left;
    vertical-align: top;
}

.content-table th {
    background: #2a2a2a;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.content-table td {
    color: #a0aec0;
}

.content-table tr:last-child td {
    border-bottom: 0;
}

.content-table a {
    color: #ffb866;
    font-weight: 700;
}

.faq-item > summary::-webkit-details-marker {
    color: #ffb866;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
