        :root {
            color-scheme: dark;
            --page-primary: #8e0c2f;
            --page-primary-soft: #f8ecf1;
            --page-border-soft: #e5d4da;
            --result-number-color: #1A2E9E;
            --row-highlight-bg: #8e0c2f;
            --row-highlight-result: #fff1c9;
            --row-highlight-time: #f7d7df;
            --row-highlight-button-bg: #fff7fa;
            --row-highlight-button-text: #8e0c2f;
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            max-width: 100%;
            overflow-x: hidden;
        }

        body {
            margin: 0 auto;
            min-height: 100vh;
            color: #fff;
            font-family: "Times New Roman", Times, serif;
            font-style: italic;
        }

        a {
            color: #d70f29;
            text-decoration: none;
            font-weight: 700;
        }

        a:hover {
            color: #ffc300;
        }

        .home-hero-shell {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 1rem 1rem 2rem;
        }

        .home-hero {
            text-align: center;
            margin-bottom: 1rem;
            display: grid;
            justify-items: center;
            gap: 0.8rem;
        }

        .hero-logo-wrap {
            display: flex;
            justify-content: center;
            margin-bottom: 0;
        }

        .hero-logo {
            width: min(64vw, 210px);
            height: auto;
            filter: drop-shadow(0 8px 26px rgba(255, 255, 255, 0.16));
        }

        .live-badge {
            display: flex;
            justify-content: center;
            margin-top: 0.15rem;
            margin-bottom: 0;
        }

        .live-inline {
            display: inline-flex;
            align-items: center;
            gap: 0.7rem;
            font-style: normal;
        }

        .live-inline--hero {
            color: rgba(255, 255, 255, 0.92);
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .live-inline--board {
            background: #fff;
            border: 2px solid var(--page-primary);
            border-radius: 8px;
            padding: 10px 18px;
            color: var(--page-primary);
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 22px;
            font-weight: 700;
            font-style: normal;
            box-shadow: 0 10px 24px rgba(142, 12, 47, 0.1);
        }

        .live-inline__text {
            line-height: 1;
        }

        .live-mini {
            display: inline-flex;
            align-items: center;
            gap: 0.42rem;
            padding: 0.26rem 0.62rem;
            border-radius: 999px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
        }

        .live-mini__dot {
            display: inline-flex;
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #ff1f1f;
            box-shadow: 0 0 12px rgba(255, 31, 31, 0.45);
            animation: liveBlink 0.9s infinite ease-in-out;
        }

        .live-mini__label {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-style: normal;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #111;
            line-height: 1;
        }

        .home-title {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: min(100%, 1240px);
            margin: 0 auto;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-style: normal;
            font-size: clamp(1.7rem, 4.2vw, 3.35rem);
            font-weight: 800;
            line-height: 1.04;
            letter-spacing: -0.035em;
            color: #fff;
            text-align: center;
            white-space: normal;
            text-wrap: balance;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .home-title__main {
            display: block;
        }

        .home-title__accent {
            position: relative;
            display: block;
            justify-self: center;
            width: min(100%, 1120px);
            max-width: none;
            margin: 0.46rem auto 0;
            color: transparent;
            background: linear-gradient(90deg, #a78bfa 0%, #d946ef 50%, #ec4899 100%);
            -webkit-background-clip: text;
            background-clip: text;
            font-size: clamp(0.78rem, 1.28vw, 1.08rem);
            font-weight: 800;
            line-height: 1.28;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            text-align: center;
            white-space: normal;
            text-wrap: balance;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .home-title__accent::after {
            content: none;
        }

        .page-shell {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 10px 48px;
        }

        .classic-layout {
            width: 100%;
            margin: 0 auto;
        }

        .classic-box,
        .head1,
        .menu2,
        .menu3,
        .news-body,
        .newrocky,
        .weekly2,
        .faq-wrap,
        .main-footer,
        .support-card {
            width: 100%;
            margin-top: 10px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
        }

        .head1 {
            background: #f5fffa;
            color: #242424;
            border: 3px inset #f0f;
            padding: 8px 12px;
            text-align: center;
            font-size: 12px;
        }

        .head1 h1,
        .head1 h2 {
            margin: 4px 0;
            font-style: normal;
        }

        .head1 h1 a {
            color: #ff0000;
            font-size: 22px;
        }

        .classic-headline {
            margin: 4px 0;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.2;
        }

        .classic-headline a {
            color: #ff0000;
            text-decoration: none;
        }

        .head1 h2 {
            color: #003cff;
            font-size: 20px;
        }

        .intro-box {
            background: #ffffff;
            color: #111;
            border: 3px outset #162ad6;
            padding: 12px 14px;
            line-height: 1.65;
            font-size: 16px;
            font-style: normal;
            text-align: center;
        }

        .results-first-note {
            margin-top: 10px;
            border: 2px solid #d84ca7;
            border-radius: 8px;
            background: #f5fffa;
            color: #8e0c2f;
            padding: 10px 12px;
            text-align: center;
            font-size: 15px;
            line-height: 1.6;
            font-style: normal;
            font-weight: 700;
        }

        .seo-drop {
            margin-top: 10px;
            border: 3px outset #162ad6;
            border-radius: 8px;
            background: #fff;
            color: #111;
            overflow: hidden;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
        }

        .seo-drop summary {
            list-style: none;
            cursor: pointer;
            padding: 12px 14px;
            background: #f7f4ff;
            color: #8e0c2f;
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            font-style: normal;
            font-weight: 700;
            border-bottom: 2px solid #ddd3ff;
        }

        .seo-drop summary::-webkit-details-marker {
            display: none;
        }

        .seo-drop__content {
            padding: 12px 14px;
            text-align: center;
            line-height: 1.7;
            font-size: 16px;
            font-style: normal;
        }

        .menu3 {
            background: #f5fffa;
            color: #000;
            border: 3px solid #956f13;
            padding: 0 0 10px;
            text-align: center;
        }

        .live-result {
            display: flex;
            justify-content: center;
            margin: 0 0 10px;
        }

        .menu3 table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 8px;
        }

        .menu3 td {
            padding: 10px 6px;
            font-size: 20px;
            font-weight: 700;
            color: #111;
        }

        .menu2 {
            background: #fff;
            color: #111;
            text-align: center;
            padding: 14px;
            border: 2px solid var(--page-primary);
            border-radius: 12px;
            box-shadow: 0 20px 44px rgba(142, 12, 47, 0.08);
        }

        .live-bulletin-head {
            position: relative;
            overflow: hidden;
            margin-top: 10px;
            padding: 18px 20px;
            border: 1px solid var(--page-border-soft);
            border-radius: 14px;
            background: #fff;
            color: #111;
        }

        .live-bulletin-head::after {
            content: "";
            position: absolute;
            top: -26px;
            right: -32px;
            width: 140px;
            height: 140px;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(142, 12, 47, 0.12) 0%, rgba(142, 12, 47, 0) 72%);
            pointer-events: none;
        }

        .live-bulletin-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 12px;
            border-radius: 999px;
            background: var(--page-primary-soft);
            color: var(--page-primary);
            font-size: 12px;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .live-bulletin-title {
            margin: 12px 0 6px;
            color: var(--page-primary);
            font-size: 32px;
            line-height: 1;
            font-style: normal;
            letter-spacing: 0.02em;
        }

        .live-bulletin-copy {
            margin: 0;
            color: #5f4a52;
            font-size: 15px;
            font-style: normal;
            text-align: center;
        }

        .live-bulletin-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
            max-width: 900px;
            margin: 14px auto 0;
        }

        .live-update-card {
            background: #ffffff;
            border: 1px solid rgba(142, 12, 47, 0.15);
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(142, 12, 47, 0.08);
            padding: 22px 24px;
            text-align: left;
            font-style: normal;
            transition: all 0.3s ease;
        }

        .live-update-card:hover {
            border-color: rgba(142, 12, 47, 0.3);
            box-shadow: 0 8px 32px rgba(142, 12, 47, 0.14);
            transform: translateY(-1px);
        }

        .live-update-card-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 18px;
        }

        .live-update-dot {
            width: 8px;
            height: 8px;
            background: #8e0c2f;
            border-radius: 50%;
            position: relative;
            flex-shrink: 0;
        }

        .live-update-dot::after {
            content: "";
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            background: #8e0c2f;
            opacity: 0.4;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        }

        .live-update-market-name {
            color: #8e0c2f;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 13.5px;
            font-weight: 700;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }

        .live-update-numbers {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin: 20px 0 22px;
            font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
        }

        .live-update-num-side {
            color: #1a0a0e;
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 0.5px;
            line-height: 1;
        }

        .live-update-num-side--full {
            text-align: center;
        }

        .live-update-num-mid {
            background: #8e0c2f;
            color: #fff;
            font-size: 26px;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(142, 12, 47, 0.3);
            line-height: 1.2;
            min-width: 48px;
            text-align: center;
        }

        .live-update-dash {
            color: #d1c2c6;
            font-size: 20px;
            font-weight: 400;
            user-select: none;
        }

        .live-update-meta {
            display: flex;
            flex-direction: column;
            gap: 7px;
            padding-top: 16px;
            border-top: 1px solid rgba(142, 12, 47, 0.08);
        }

        .live-update-meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6b5a5f;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.4;
        }

        .live-update-meta-item svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
            opacity: 0.8;
        }

        .live-update-card--promo {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 12px;
            background: linear-gradient(180deg, #fff7fa 0%, #fff 100%);
            border-color: rgba(142, 12, 47, 0.22);
        }

        .live-update-card--promo .live-update-card-header {
            margin-bottom: 0;
        }

        .live-update-card--promo .live-update-market-name {
            line-height: 1.35;
        }

        .live-update-promo-copy {
            margin: 0;
            color: #6b3947;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 14px;
            line-height: 1.65;
        }

        .live-update-promo-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 4px;
        }

        .live-update-promo-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            padding: 9px 16px;
            border-radius: 999px;
            background: #8e0c2f;
            color: #fff !important;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.2;
            text-decoration: none;
            text-align: center;
            box-shadow: 0 10px 24px rgba(142, 12, 47, 0.18);
        }

        .live-update-promo-link--alt {
            background: #ffffff;
            color: #8e0c2f !important;
            border: 1px solid rgba(142, 12, 47, 0.24);
            box-shadow: none;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(0.85);
                opacity: 0.5;
            }

            50% {
                transform: scale(1.6);
                opacity: 0;
            }
        }

        .live-bulletin-card-result-shell {
            display: flex;
            justify-content: center;
            margin-top: 12px;
            min-width: 0;
        }

        .live-bulletin-card-result {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 100%;
            min-width: 0;
            color: var(--page-primary);
        }

        .live-bulletin-card-result-line {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 1.08em;
            max-width: 100%;
            font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
            font-size: clamp(1.68rem, 2.6vw, 2.05rem);
            font-weight: 700;
            font-style: normal;
            line-height: 0.95;
            letter-spacing: 0.025em;
            white-space: nowrap;
        }

        .live-bulletin-card-char {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .live-bulletin-card-char--star {
            font-size: 1.08em;
            line-height: 0.82;
            transform: translateY(-0.02em);
        }

        .live-bulletin-card-char--dash {
            padding-inline: 0.02em;
        }

        .live-bulletin-card-result-line--tight {
            font-size: clamp(1.56rem, 2.3vw, 1.86rem);
            letter-spacing: 0.015em;
        }

        .live-bulletin-card-result-line--compact {
            font-size: clamp(1.38rem, 1.95vw, 1.68rem);
            letter-spacing: 0.01em;
        }

        .live-bulletin-card-info {
            margin-top: 12px;
            color: #5f4a52;
            font-size: 14px;
            line-height: 1.6;
            text-align: center;
        }

        .live-bulletin-card-info-line {
            display: block;
        }

        .live-update-empty {
            margin-top: 12px;
            padding: 18px 16px;
            border-radius: 14px;
            background: #fff;
            border: 1px dashed var(--page-primary);
            color: var(--page-primary);
            font-size: 16px;
            font-style: normal;
            line-height: 1.6;
        }

        .cta-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 12px;
        }

        .pill-link {
            display: inline-block;
            padding: 8px 14px;
            color: #fff;
            border-radius: 999px;
            font-size: 15px;
            font-style: normal;
        }

        .pill-link.primary {
            background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
            border: 1px solid #f7dc6f;
        }

        .pill-link.secondary {
            background: linear-gradient(180deg, #229704 11%, #588704 100%);
            border: 1px solid #97fb07;
        }

        .classic-appbar .pill-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            min-height: 46px;
            padding: 10px 18px;
            border-radius: 999px;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.2;
            text-decoration: none;
            box-shadow: 0 14px 28px rgba(33, 8, 16, 0.18);
        }

        .classic-appbar .pill-link.primary {
            background: linear-gradient(180deg, #ffe4a6 0%, #f4be62 100%);
            border: 1px solid rgba(255, 241, 204, 0.86);
            color: #69132e;
        }

        .classic-appbar .pill-link.secondary {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 244, 228, 0.34);
            color: #fffaf2;
            backdrop-filter: blur(6px);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
        }

        .classic-appbar .pill-link__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 999px;
            flex-shrink: 0;
        }

        .classic-appbar .pill-link.primary .pill-link__icon {
            background: rgba(105, 19, 46, 0.12);
            color: #69132e;
        }

        .classic-appbar .pill-link.secondary .pill-link__icon {
            background: rgba(255, 255, 255, 0.14);
            color: #fffaf2;
        }

        .classic-appbar .pill-link__icon svg {
            width: 13px;
            height: 13px;
        }

        .classic-appbar .pill-link__label {
            display: inline-flex;
            align-items: center;
        }

        .section-head {
            background: linear-gradient(90deg, #ff7a00 0%, #ffd54a 100%);
            color: #000;
            padding: 16px 24px;
            margin-top: 20px;
            text-align: center;
            font-weight: 700;
            border-radius: 14px;
            border: 2px solid #e3b23c;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 8px 24px rgba(255, 122, 0, 0.28), 0 2px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
            position: relative;
            overflow: hidden;
        }

        .section-head::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: liveBannerShimmer 3s infinite;
        }

        .section-head svg {
            width: 22px;
            height: 22px;
            color: #000;
            flex-shrink: 0;
            stroke-width: 2.5;
            position: relative;
            z-index: 1;
        }

        .section-head__text {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-style: italic;
            font-weight: 700;
            font-size: 22px;
            color: #000;
            letter-spacing: 0.5px;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
            position: relative;
            z-index: 1;
        }

        .section-head--home {
            margin-top: 22px;
        }

        .section-head--home.premium-home-width {
            margin-top: 20px;
        }

        @keyframes liveBannerShimmer {
            0% {
                left: -100%;
            }

            100% {
                left: 200%;
            }
        }

        .news-body {
            background: #fff;
            color: #000;
            border: 4px outset #ff1493;
            padding: 4px;
            text-align: center;
            font-style: normal;
        }

        .result-inline-promo {
            margin: 10px 4px;
            padding: 14px 14px 16px;
            border-radius: 14px;
            border: 2px solid #f39c12;
            background: linear-gradient(180deg, #8e0c2f 0%, #a00d35 100%);
            color: #fff3f7;
            box-shadow: 0 10px 26px rgba(142, 12, 47, 0.18);
        }

        .result-inline-promo__kicker {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 10px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.14);
            color: #ffe39a;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .result-inline-promo__copy {
            margin: 10px 0 0;
            font-size: 18px;
            line-height: 1.6;
        }

        .result-inline-promo__copy strong {
            color: #fff;
        }

        .result-inline-promo .cta-row {
            margin-top: 14px;
        }

        .result-inline-promo .pill-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            min-height: 44px;
            padding: 10px 16px;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.01em;
            text-decoration: none;
            box-shadow: 0 12px 24px rgba(34, 7, 16, 0.16);
        }

        .result-inline-promo .pill-link.secondary {
            background: linear-gradient(180deg, #ffe4a6 0%, #f4be62 100%);
            border: 1px solid rgba(255, 241, 204, 0.82);
            color: #69132e;
        }

        .result-inline-promo .pill-link.primary {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 244, 228, 0.3);
            color: #fffaf2;
            backdrop-filter: blur(6px);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
        }

        .result-inline-promo .pill-link__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 999px;
            flex-shrink: 0;
        }

        .result-inline-promo .pill-link.secondary .pill-link__icon {
            background: rgba(105, 19, 46, 0.12);
            color: #69132e;
        }

        .result-inline-promo .pill-link.primary .pill-link__icon {
            background: rgba(255, 255, 255, 0.14);
            color: #fffaf2;
        }

        .result-inline-promo .pill-link__icon svg {
            width: 13px;
            height: 13px;
        }

        .result-inline-promo .pill-link__label {
            display: inline-flex;
            align-items: center;
        }

        .fix,
        .news2 {
            position: relative;
            min-height: 108px;
            padding: 14px 72px 16px;
            border-bottom: 1.5px solid silver;
            transition: background 0.22s ease, box-shadow 0.22s ease;
        }

        .news2 {
            background: var(--row-highlight-bg);
            box-shadow: inset 0 0 0 1px rgba(255, 245, 248, 0.18);
        }

        .news2 .result-game-name {
            color: #fff7fa !important;
            text-shadow: none;
        }

        .news2 .result-jodi-num,
        .news2 .result-jodi-num .live-bulletin-card-result-line {
            color: var(--row-highlight-result);
            text-shadow: none;
        }

        .news2 .result-time {
            color: var(--row-highlight-time);
        }

        .news2 .jodichartleft a,
        .news2 .panelchartright a {
            background: var(--row-highlight-button-bg);
            color: var(--row-highlight-button-text);
            border: 1px solid rgba(142, 12, 47, 0.18);
            box-shadow: none;
        }

        .result-game-name {
            display: block;
            color: red;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.12;
            letter-spacing: 0.01em;
            margin-bottom: 0;
        }

        .result-jodi-shell {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 12px;
            min-width: 0;
        }

        .result-jodi-num {
            color: var(--result-number-color);
            min-width: 0;
        }

        .result-jodi-num .live-bulletin-card-result-line {
            color: inherit;
        }

        .result-time {
            display: block;
            margin-top: 12px;
            color: #b00020;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.6;
        }

        .jodichartleft,
        .panelchartright {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 56px;
        }

        .jodichartleft {
            left: 8px;
            text-align: left;
        }

        .panelchartright {
            right: 8px;
            text-align: right;
        }

        .jodichartleft a,
        .panelchartright a {
            background: #7a0c1f;
            color: #fff;
            border-radius: 5px;
            font-size: 14px;
            line-height: 1;
            padding: 4px 8px;
            font-style: normal;
            display: inline-block;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
        }

        .guide-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin-top: 10px;
        }

        .guide-grid--single {
            grid-template-columns: 1fr;
        }

        .guide-link {
            background: #fff;
            color: #000 !important;
            border: 3px solid #956f13;
            text-shadow: 1px 1px 0 pink, 1px 5px 5px #aba8a8;
            padding: 10px;
            text-align: center;
            border-radius: 8px;
            font-size: 15px;
            display: block;
        }

        .guide-link--cta {
            background: #8e0c2f;
            color: #fff7fa !important;
            border-color: #8e0c2f;
            text-shadow: none;
            font-weight: 700;
        }

        .homepage-note-copy {
            margin: 0 0 12px;
        }

        .homepage-note-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin-top: 4px;
        }

        .homepage-note-card {
            background: #fff;
            color: #111;
            border: 2px solid #956f13;
            border-radius: 8px;
            padding: 10px 12px;
            text-align: left;
            font-size: 15px;
            line-height: 1.55;
            font-style: normal;
        }

        .support-card {
            border: 2px solid #0077be;
            background: #fff;
            color: #111;
            text-align: center;
        }

        .support-header {
            background: #ff0000;
            color: #fff;
            margin: 0;
            padding: 14px 10px;
            font-size: 20px;
            font-style: normal;
        }

        .support-body {
            padding: 18px 12px 22px;
            font-style: normal;
        }

        .email-link {
            display: inline-block;
            color: #111;
            background: #90ee90;
            padding: 12px 24px;
            font-size: 18px;
            border-radius: 50px;
        }

        .newrocky {
            background: #fff;
            color: #000;
            border: 2px solid #700020;
            padding: 0 8px 10px;
            text-align: center;
        }

        .newrocky .title {
            margin: 0 -8px 10px;
            padding: 12px 10px;
            background: #e70042;
            color: #fff;
            font-size: 18px;
            font-style: normal;
        }

        .newrock {
            background: #061b94;
            color: #fff;
            border-radius: 8px;
            padding: 10px;
            font-size: 16px;
            margin-top: 8px;
        }

        .classic-notice {
            background: #ffd8ae;
            color: #4b0f2f;
            border: 3px solid #d5234c;
            padding: 12px 14px 14px;
            margin-top: 10px;
            text-align: center;
            font-style: normal;
            border-radius: 8px;
        }

        .classic-notice__title {
            display: block;
            margin-bottom: 6px;
            font-size: 21px;
            font-weight: 700;
            color: #7f0828;
            line-height: 1.1;
        }

        .classic-notice__copy {
            display: block;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.55;
        }

        .classic-appbar {
            background: linear-gradient(180deg, #8f001d 0%, #7a0018 100%);
            color: #fff;
            border: 2px solid #ff7b2f;
            text-align: center;
            padding: 16px 14px 18px;
            border-radius: 8px;
            margin-top: 10px;
            font-style: normal;
        }

        .classic-appbar__copy {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.6;
            text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
        }

        .classic-appbar__sub {
            margin-top: 10px;
            color: #f6d36d;
            font-size: 17px;
            font-weight: 700;
        }

        .classic-appbar__kicker {
            display: inline-block;
            margin-bottom: 10px;
            padding: 5px 10px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 226, 167, 0.45);
            color: #ffe8a3;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .classic-appbar--soft {
            margin-top: 14px;
            padding: 14px 14px 16px;
        }

        .classic-appbar--soft .classic-appbar__copy {
            font-size: 17px;
        }

        .premium-home-width {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .premium-home-desktop-shell {
            display: block;
            margin-top: 20px;
        }

        .premium-home-search-mobile {
            display: none;
        }

        .premium-home-desktop-shell .card {
            background: #7a0c1f;
            border: 2px solid #e3b23c;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 215, 140, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
            position: relative;
            overflow: hidden;
        }

        .premium-home-desktop-shell .card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(227, 178, 60, 0.5), transparent);
            pointer-events: none;
        }

        .premium-home-desktop-shell .top-card {
            padding: 28px 24px 32px;
            text-align: center;
        }

        .premium-home-desktop-shell .btn-row {
            display: flex;
            gap: 14px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 26px;
        }

        .premium-home-desktop-shell .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            white-space: nowrap;
            letter-spacing: 0.2px;
            text-decoration: none;
        }

        .premium-home-desktop-shell .btn-api {
            background: linear-gradient(180deg, #f9d976 0%, #f5b642 100%);
            color: #5a0816;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(139, 90, 42, 0.3) inset;
            border: 1px solid #e3b23c;
        }

        .premium-home-desktop-shell .btn-api:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(245, 182, 66, 0.4), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
        }

        .premium-home-desktop-shell .btn-whatsapp {
            background: #5a0816;
            color: #fff;
            border: 2px solid #e3b23c;
            padding: 10px 26px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(227, 178, 60, 0.2) inset;
        }

        .premium-home-desktop-shell .btn-whatsapp:hover {
            transform: translateY(-2px);
            background: #6a0a1a;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), 0 0 12px rgba(227, 178, 60, 0.3);
        }

        .premium-home-desktop-shell .hero-heading {
            margin: 0 auto;
            max-width: 800px;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-style: italic;
            font-weight: 400;
            color: #f5e1a4;
            font-size: 28px;
            line-height: 1.3;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        }

        .premium-home-desktop-shell .search-card {
            margin-top: 20px;
            padding: 24px 26px 26px;
        }

        .premium-home-desktop-shell .search-controls {
            display: block;
        }

        .premium-home-desktop-shell .search-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 18px;
        }

        .premium-home-desktop-shell .search-header-left h2 {
            color: #fff;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 6px;
            letter-spacing: -0.2px;
        }

        .premium-home-desktop-shell .search-header-left p {
            margin: 0;
            color: rgba(255, 255, 255, 0.9);
            font-size: 14.5px;
            line-height: 1.5;
            font-weight: 400;
        }

        .premium-home-desktop-shell .games-count {
            color: #e3b23c;
            font-weight: 600;
            font-size: 14.5px;
            white-space: nowrap;
            padding-top: 4px;
        }

        .premium-home-desktop-shell .search-box {
            position: relative;
            margin-bottom: 18px;
        }

        .premium-home-desktop-shell .search-box svg {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            color: #8b5a2a;
            opacity: 0.85;
            pointer-events: none;
        }

        .premium-home-desktop-shell .search-input {
            width: 100%;
            background: #fff6e5;
            border: none;
            border-radius: 30px;
            padding: 14px 22px 14px 50px;
            font-size: 15px;
            color: #5a0816;
            outline: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
            transition: all 0.2s;
            font-weight: 500;
        }

        .premium-home-desktop-shell .search-input::placeholder {
            color: #8b5a2a;
            opacity: 1;
        }

        .premium-home-desktop-shell .search-input:focus {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) inset, 0 0 0 2px #e3b23c, 0 0 12px rgba(227, 178, 60, 0.3);
        }

        .premium-home-desktop-shell .pills {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .premium-home-desktop-shell .pill {
            min-height: 44px;
            padding: 0 20px;
            border-radius: 22px;
            background: #2a2a36;
            border: 1.5px solid rgba(255, 255, 255, 0.08);
            color: #e5e7eb;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14.5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset;
            user-select: none;
        }

        .premium-home-desktop-shell .pill:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
            border-color: rgba(255, 255, 255, 0.15);
        }

        .premium-home-desktop-shell .pill.active,
        .premium-home-desktop-shell .pill.is-active {
            background: #e3b23c;
            color: #1a0a12;
            border-color: #e3b23c;
            box-shadow: 0 4px 14px rgba(227, 178, 60, 0.35), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(139, 90, 42, 0.3) inset;
        }

        .premium-home-desktop-shell .pill .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .premium-home-desktop-shell .pill .count {
            background: rgba(0, 0, 0, 0.18);
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12.5px;
            font-weight: 700;
            margin-left: 2px;
            min-width: 28px;
            text-align: center;
        }

        .premium-home-desktop-shell .pill.active .count,
        .premium-home-desktop-shell .pill.is-active .count {
            background: rgba(90, 8, 22, 0.2);
            color: #5a0816;
        }

        .premium-home-mobile-sticky-controls {
            display: none;
        }

        .premium-home-mobile-sticky-controls .search-box {
            position: relative;
            margin-bottom: 12px;
        }

        .premium-home-mobile-sticky-controls .search-box svg {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            color: #8b5a2a;
            opacity: 0.85;
            pointer-events: none;
        }

        .premium-home-mobile-sticky-controls .search-input {
            width: 100%;
            background: #fff6e5;
            border: none;
            border-radius: 30px;
            padding: 14px 22px 14px 50px;
            font-size: 15px;
            color: #5a0816;
            outline: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
            transition: all 0.2s;
            font-weight: 500;
        }

        .premium-home-mobile-sticky-controls .search-input::placeholder {
            color: #8b5a2a;
            opacity: 1;
        }

        .premium-home-mobile-sticky-controls .search-input:focus {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) inset, 0 0 0 2px #e3b23c, 0 0 12px rgba(227, 178, 60, 0.3);
        }

        .premium-home-mobile-sticky-controls .pills {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .premium-home-mobile-sticky-controls .pill {
            min-height: 44px;
            padding: 0 20px;
            border-radius: 22px;
            background: #2a2a36;
            border: 1.5px solid rgba(255, 255, 255, 0.08);
            color: #e5e7eb;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14.5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset;
            user-select: none;
        }

        .premium-home-mobile-sticky-controls .pill.active,
        .premium-home-mobile-sticky-controls .pill.is-active {
            background: #e3b23c;
            color: #1a0a12;
            border-color: #e3b23c;
            box-shadow: 0 4px 14px rgba(227, 178, 60, 0.35), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(139, 90, 42, 0.3) inset;
        }

        .premium-home-mobile-sticky-controls .pill .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .premium-home-mobile-sticky-controls .pill .count {
            background: rgba(0, 0, 0, 0.18);
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12.5px;
            font-weight: 700;
            margin-left: 2px;
            min-width: 28px;
            text-align: center;
        }

        .premium-home-mobile-sticky-controls .pill.active .count,
        .premium-home-mobile-sticky-controls .pill.is-active .count {
            background: rgba(90, 8, 22, 0.2);
            color: #5a0816;
        }

        .premium-home-card {
            background: #7a0c1f;
            border: 2px solid #e3b23c;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 215, 140, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
            position: relative;
            overflow: hidden;
        }

        .premium-home-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(227, 178, 60, 0.5), transparent);
            pointer-events: none;
        }

        .premium-home-top-card {
            margin-top: 14px;
            padding: 28px 24px 32px;
            text-align: center;
        }

        .premium-home-btn-row {
            display: flex;
            gap: 14px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 26px;
        }

        .premium-home-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 15px;
            transition: all 0.2s ease;
            white-space: nowrap;
            letter-spacing: 0.2px;
            text-decoration: none;
        }

        .premium-home-btn-api {
            background: linear-gradient(180deg, #f9d976 0%, #f5b642 100%);
            color: #5a0816 !important;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(139, 90, 42, 0.3) inset;
            border: 1px solid #e3b23c;
        }

        .premium-home-btn-whatsapp {
            background: #5a0816;
            color: #fff !important;
            border: 2px solid #e3b23c;
            padding: 10px 26px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(227, 178, 60, 0.2) inset;
        }

        .premium-home-hero-heading {
            margin: 0;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-style: italic;
            font-weight: 400;
            color: #f5e1a4;
            font-size: 28px;
            line-height: 1.3;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        }

        .result-search-shell {
            margin-top: 12px;
            padding: 24px 26px 26px;
            border-radius: 18px;
            border: 2px solid #e3b23c;
            background: #7a0c1f;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 215, 140, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
            color: #fff;
            font-style: normal;
            position: relative;
            overflow: hidden;
        }

        .result-search-shell--home {
            margin-top: 20px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding-bottom: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 215, 140, 0.15) inset;
        }

        .result-search-shell::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(227, 178, 60, 0.5), transparent);
            pointer-events: none;
        }

        .result-search-shell__head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 18px;
        }

        .result-search-shell__header-copy {
            min-width: 0;
        }

        .result-search-shell__title {
            color: #fff;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.2px;
            font-style: normal;
        }

        .result-search-shell__count {
            color: #e3b23c;
            font-size: 14.5px;
            font-weight: 600;
            white-space: nowrap;
            padding-top: 4px;
            font-style: normal;
        }

        .result-search-shell__copy {
            margin: 6px 0 0;
            color: rgba(255, 255, 255, 0.9);
            font-size: 14.5px;
            line-height: 1.5;
            font-weight: 400;
            font-style: normal;
        }

        .result-search-shell__panel {
            display: grid;
            gap: 18px;
        }

        .result-search-sticky {
            margin-top: 10px;
        }

        .result-search-sticky--home {
            margin-top: -2px;
        }

        .result-search-input-wrap {
            position: relative;
        }

        .result-search-input-wrap svg {
            position: absolute;
            left: 18px;
            top: 50%;
            width: 20px;
            height: 20px;
            color: #8b5a2a;
            opacity: 0.85;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .result-search-input {
            width: 100%;
            min-height: 54px;
            padding: 14px 22px 14px 50px;
            border-radius: 30px;
            border: none;
            background: #fff6e5;
            color: #5a0816;
            font-size: 15px;
            font-weight: 500;
            outline: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
            font-style: normal;
        }

        .result-search-input::placeholder {
            color: #8b5a2a;
            opacity: 1;
        }

        .result-search-input:focus {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) inset, 0 0 0 2px #e3b23c, 0 0 12px rgba(227, 178, 60, 0.3);
        }

        .result-search-shell__panel--home {
            padding: 0 26px 26px;
            border: 2px solid #e3b23c;
            border-top: 0;
            border-radius: 0 0 18px 18px;
            background: #7a0c1f;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
        }

        .result-filter-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .result-filter-tab {
            min-height: 44px;
            padding: 0 20px;
            border-radius: 22px;
            border: 1.5px solid rgba(255, 255, 255, 0.08);
            background: #2a2a36;
            color: #e5e7eb;
            font-size: 14.5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            font-style: normal;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset;
            user-select: none;
        }

        .result-filter-tab:hover {
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
            border-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
        }

        .result-filter-tab.is-active {
            background: #e3b23c;
            color: #1a0a12;
            border-color: #e3b23c;
            box-shadow: 0 4px 14px rgba(227, 178, 60, 0.35), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(139, 90, 42, 0.3) inset;
        }

        .result-filter-tab__label {
            display: inline-flex;
            align-items: center;
        }

        .result-filter-tab__count {
            background: rgba(0, 0, 0, 0.18);
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12.5px;
            font-weight: 700;
            margin-left: 2px;
            min-width: 28px;
            text-align: center;
        }

        .result-filter-tab.is-active .result-filter-tab__count {
            background: rgba(90, 8, 22, 0.2);
            color: #5a0816;
        }

        .result-filter-tab__dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .result-filter-tab__dot--open {
            background: #22c55e;
        }

        .result-filter-tab__dot--pending {
            background: #f59e0b;
        }

        .result-filter-tab__dot--closed {
            background: #d1d5db;
        }

        .result-search-empty {
            display: none;
            margin-top: 10px;
            padding: 12px 14px;
            border-radius: 10px;
            border: 1px dashed rgba(255, 228, 170, 0.45);
            background: rgba(255, 255, 255, 0.08);
            color: #fff7e5;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.6;
            font-style: normal;
        }

        .result-search-empty.is-visible {
            display: block;
        }

        @media (min-width: 1024px) {
            .premium-home-top-card,
            .section-head--home {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
            }

            .result-search-shell,
            .result-search-sticky,
            .result-search-empty {
                width: min(100%, 1120px);
                margin-left: auto;
                margin-right: auto;
            }

            .result-search-shell {
                padding: 18px 22px;
            }

            .result-search-shell__panel {
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: center;
                gap: 14px;
            }

            .result-filter-tabs {
                flex-wrap: nowrap;
                justify-content: center;
            }

            .result-search-shell--home {
                padding: 24px 26px 18px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

            .result-search-sticky--home {
                position: static;
                margin-top: -2px;
                padding-top: 0;
                background: transparent;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
            }

            .result-search-shell__panel--home {
                grid-template-columns: 1fr;
                align-items: stretch;
                gap: 18px;
                padding: 0 26px 26px;
                border-top: 0;
                border-radius: 0 0 18px 18px;
            }

            .result-search-shell--home .result-filter-tabs {
                flex-wrap: wrap;
                justify-content: flex-start;
            }
        }

        .weekly-heading {
            background: #fc6;
            color: #000;
            padding: 10px 15px;
            margin-top: 10px;
            border-bottom: 4px solid #ddb25b;
            border-radius: 3px;
            font-weight: 700;
            text-align: center;
            font-size: 20px;
        }

        .weekly2 {
            background: #f5fffa;
            color: indigo;
            border: 4px solid brown;
            text-align: center;
            padding: 10px 8px;
        }

        .weekly {
            background: transparent;
            color: #111;
            font-size: 18px;
            font-weight: 700;
            padding: 4px 0;
            font-style: normal;
        }

        .faq-wrap {
            margin-top: 10px;
        }

        .faq-heading {
            font-size: 13px;
            font-weight: 700;
            color: #fff;
            background: #0c0361;
            border: 2px solid red;
            text-align: center;
            padding: 8px 10px;
            margin-bottom: 6px;
            border-radius: 4px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            font-style: normal;
        }

        .faq-card {
            margin-bottom: 8px;
            border-radius: 6px;
            overflow: hidden;
            border: 2px solid #dc1f44;
            background: #fff;
            color: #111;
        }

        .faq-card summary {
            list-style: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 12px 14px;
            font-size: 16px;
            font-weight: 700;
            color: #0013a5;
            border-bottom: 1px solid #e9e9e9;
            font-style: normal;
        }

        .faq-card summary::after {
            content: "";
            width: 10px;
            height: 10px;
            flex: 0 0 10px;
            border-right: 3px solid #0013a5;
            border-bottom: 3px solid #0013a5;
            transform: rotate(45deg);
            transition: transform 0.18s ease;
            margin-left: auto;
        }

        .faq-card[open] summary::after {
            transform: rotate(-135deg);
        }

        .faq-card summary::-webkit-details-marker {
            display: none;
        }

        .faq-card .answer {
            padding: 12px 14px 16px;
            line-height: 1.7;
            font-size: 15px;
            font-style: normal;
        }

        .main-footer {
            background: #0b131e;
            color: #fff;
            padding: 22px 14px;
            border-top: 5px solid #d32f2f;
            text-align: center;
            font-style: normal;
        }

        .footer-box {
            background: #fff;
            color: #222;
            border: 1px solid #3d5afe;
            padding: 14px;
            margin-bottom: 12px;
            text-align: center;
            line-height: 1.65;
            border-radius: 8px;
        }

        .footer-box strong {
            display: block;
            color: #d32f2f;
            margin-bottom: 6px;
            text-transform: uppercase;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 12px;
        }

        .footer-links a {
            color: #fff;
            font-size: 15px;
        }

        .back-to-top {
            position: fixed !important;
            right: 22px;
            bottom: 22px;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 3px;
            width: 62px;
            height: 62px;
            border: 2px solid #ffd24d;
            border-radius: 18px;
            background: linear-gradient(180deg, #b10f39 0%, #7f0828 100%);
            color: #fff7d6;
            box-shadow: 0 18px 40px rgba(68, 5, 21, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
            cursor: pointer;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
            font-style: normal;
            text-decoration: none;
        }

        .back-to-top:hover {
            background: linear-gradient(180deg, #c91546 0%, #930a2f 100%);
            box-shadow: 0 22px 48px rgba(68, 5, 21, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.24);
        }

        .back-to-top:focus-visible {
            outline: 3px solid rgba(255, 210, 77, 0.4);
            outline-offset: 3px;
        }

        .back-to-top svg {
            width: 18px;
            height: 18px;
            stroke: currentColor;
        }

        .back-to-top__label {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 10px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.14em;
        }

        .perf-defer {
            content-visibility: auto;
            contain-intrinsic-size: 1px 720px;
        }

        .perf-defer--small {
            contain-intrinsic-size: 1px 360px;
        }

        .perf-defer--board-row {
            contain-intrinsic-size: 1px 108px;
        }

        .perf-defer--promo {
            contain-intrinsic-size: 1px 160px;
        }

        @keyframes liveBlink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0.28;
            }

            100% {
                opacity: 1;
            }
        }

        @media (max-width: 960px) {
            .live-bulletin-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 700px) {
            .legacy-board-bg__orb--violet {
                width: 24rem;
                height: 24rem;
                filter: blur(72px);
            }

            .legacy-board-bg__orb--cyan {
                width: 20rem;
                height: 20rem;
                filter: blur(64px);
            }

            .legacy-board-bg__orb--amber {
                width: 22rem;
                height: 22rem;
                filter: blur(68px);
            }

            .home-hero-shell {
                padding: 1rem 0.75rem 1.5rem;
            }

            .home-hero {
                gap: 0.65rem;
            }

            .hero-logo {
                width: min(76vw, 180px);
            }

            .home-title {
                font-size: clamp(1.45rem, 8vw, 2.1rem);
                white-space: normal;
                line-height: 1.08;
                overflow-wrap: anywhere;
            }

            .home-title__accent {
                margin-top: 0.38rem;
                font-size: clamp(0.68rem, 3.15vw, 0.86rem);
                line-height: 1.32;
                letter-spacing: 0.01em;
            }

            .page-shell {
                padding: 0 6px 40px;
            }

            .premium-home-desktop-shell {
                margin-top: 8px;
            }

            .premium-home-desktop-shell .top-card {
                padding: 22px 18px 26px;
            }

            .premium-home-desktop-shell .btn-row {
                flex-direction: column;
                width: 100%;
                gap: 10px;
                margin-bottom: 20px;
            }

            .premium-home-desktop-shell .btn {
                width: 100%;
                max-width: 320px;
            }

            .premium-home-desktop-shell .hero-heading {
                font-size: 22px;
                line-height: 1.35;
            }

            .premium-home-desktop-shell .search-card {
                margin-top: 8px;
                padding: 20px 18px 22px;
            }

            .premium-home-desktop-shell .search-controls {
                display: none;
            }

            .premium-home-desktop-shell .search-header {
                flex-direction: column;
                gap: 8px;
                margin-bottom: 16px;
            }

            .premium-home-desktop-shell .search-header-left h2 {
                font-size: 20px;
            }

            .premium-home-desktop-shell .search-header-left p {
                font-size: 14px;
            }

            .premium-home-desktop-shell .games-count {
                padding-top: 0;
            }

            .premium-home-mobile-sticky-controls {
                position: sticky;
                top: 0;
                z-index: 42;
                display: block;
                margin-top: 8px;
                padding: 12px 12px 14px;
                border-radius: 18px;
                border: 2px solid #e3b23c;
                background: linear-gradient(180deg, rgba(122, 12, 31, 0.98) 0%, rgba(122, 12, 31, 0.94) 100%);
                box-shadow: 0 18px 34px rgba(65, 7, 22, 0.28), 0 1px 0 rgba(255, 215, 140, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
            }

            .premium-home-mobile-sticky-controls .search-input {
                font-size: 14.5px;
                min-height: 50px;
                padding: 13px 18px 13px 46px;
            }

            .premium-home-mobile-sticky-controls .pills {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 8px;
            }

            .premium-home-mobile-sticky-controls .pill {
                width: 100%;
                min-width: 0;
                min-height: 40px;
                padding: 0 8px;
                justify-content: center;
                text-align: center;
                font-size: 11.5px;
                gap: 4px;
            }

            .premium-home-mobile-sticky-controls .pill .count {
                min-width: 22px;
                padding: 2px 6px;
                font-size: 10.5px;
            }

            .head1,
            .menu2,
            .menu3,
            .news-body,
            .newrocky,
            .weekly2,
            .faq-wrap,
            .main-footer,
            .support-card {
                margin-top: 8px;
                border-radius: 6px;
            }

            .head1 {
                padding: 8px 10px;
            }

            .head1 h1 a {
                font-size: 19px;
            }

            .classic-headline {
                font-size: 19px;
            }

            .head1 h2 {
                font-size: 18px;
            }

            .intro-box {
                padding: 11px 12px;
                font-size: 15px;
                line-height: 1.55;
            }

            .results-first-note,
            .seo-drop summary,
            .seo-drop__content {
                font-size: 14px;
            }

            .classic-notice {
                padding: 11px 10px 12px;
            }

            .classic-notice__title {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .classic-notice__copy {
                font-size: 15px;
                line-height: 1.5;
            }

            .live-inline--hero {
                font-size: 11px;
                letter-spacing: 0.14em;
            }

            .live-badge {
                margin-top: 0.22rem;
            }

            .live-inline--board {
                width: 100%;
                justify-content: center;
                font-size: 20px;
                padding: 10px 12px;
            }

            .live-mini {
                gap: 0.34rem;
                padding: 0.22rem 0.5rem;
            }

            .live-mini__dot {
                width: 8px;
                height: 8px;
            }

            .live-mini__label {
                font-size: 9px;
                letter-spacing: 0.08em;
            }

            .menu2 {
                padding: 10px;
            }

            .live-bulletin-head {
                margin-top: 8px;
                padding: 14px 14px 16px;
                border-radius: 10px;
            }

            .live-bulletin-head::after {
                top: -36px;
                right: -48px;
                width: 120px;
                height: 120px;
            }

            .live-bulletin-kicker {
                padding: 6px 10px;
                font-size: 10px;
                letter-spacing: 0.14em;
            }

            .live-bulletin-title {
                margin: 10px 0 6px;
                font-size: 24px;
                line-height: 1.05;
            }

            .live-bulletin-copy {
                font-size: 13px;
                line-height: 1.55;
            }

            .live-bulletin-grid {
                gap: 10px;
                margin-top: 10px;
            }

            .live-update-card {
                border-radius: 16px;
                padding: 20px;
            }

            .live-update-market-name {
                font-size: 12.5px;
                letter-spacing: 0.7px;
            }

            .live-update-numbers {
                gap: 8px;
                margin: 18px 0 20px;
            }

            .live-update-num-side {
                font-size: 26px;
            }

            .live-update-num-mid {
                font-size: 24px;
                padding: 4px 10px;
            }

            .live-update-dash {
                font-size: 18px;
            }

            .live-update-meta-item {
                font-size: 13px;
            }

            .live-update-promo-copy {
                font-size: 13px;
                line-height: 1.58;
            }

            .live-update-promo-actions {
                flex-direction: column;
            }

            .live-update-promo-link {
                width: 100%;
            }

            .live-update-empty {
                margin-top: 10px;
                padding: 14px 12px;
                border-radius: 10px;
                font-size: 14px;
            }

            .result-search-shell {
                padding: 20px 18px 22px;
                margin-top: 10px;
            }

            .premium-home-top-card {
                padding: 22px 18px 26px;
            }

            .premium-home-btn-row {
                flex-direction: column;
                width: 100%;
                gap: 10px;
                margin-bottom: 20px;
            }

            .premium-home-btn {
                width: 100%;
                max-width: 320px;
            }

            .premium-home-hero-heading {
                font-size: 22px;
                line-height: 1.35;
            }

            .result-search-shell__head {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                margin-bottom: 16px;
            }

            .result-search-shell--home {
                border-bottom-left-radius: 18px;
                border-bottom-right-radius: 18px;
                padding-bottom: 22px;
            }

            .result-search-shell__title {
                font-size: 20px;
            }

            .result-search-input {
                min-height: 50px;
                padding: 13px 18px 13px 46px;
                font-size: 14.5px;
            }

            .result-search-shell__panel {
                gap: 16px;
            }

            .result-search-sticky {
                position: sticky;
                top: 0;
                z-index: 35;
                margin-top: 0;
                padding-top: 10px;
                background: linear-gradient(180deg, rgba(15, 18, 33, 0.96) 0%, rgba(15, 18, 33, 0.82) 100%);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
            }

            .result-search-sticky--home {
                margin-top: 0;
            }

            .result-search-shell__panel--premium {
                padding: 20px 18px 22px;
                border-radius: 18px;
                border: 2px solid #e3b23c;
                background: #7a0c1f;
                box-shadow: 0 18px 34px rgba(65, 7, 22, 0.28), 0 1px 0 rgba(255, 215, 140, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
            }

            .result-search-shell__panel--home {
                padding: 20px 18px 22px;
                border: 2px solid #e3b23c;
                border-radius: 18px;
                background: #7a0c1f;
                box-shadow: 0 18px 34px rgba(65, 7, 22, 0.28), 0 1px 0 rgba(255, 215, 140, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
            }

            .result-search-shell,
            .result-search-shell__panel--premium,
            .live-update-card,
            .back-to-top {
                box-shadow: 0 10px 22px rgba(65, 7, 22, 0.18);
            }

            .classic-appbar .pill-link.secondary {
                backdrop-filter: none;
            }

            .result-filter-tabs {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 8px;
            }

            .result-filter-tab {
                min-width: 0;
                min-height: 40px;
                padding: 0 10px;
                justify-content: center;
                text-align: center;
                font-size: 13px;
                gap: 6px;
            }

            .result-filter-tab__count {
                min-width: 24px;
                font-size: 11.5px;
                padding: 2px 6px;
            }

            .result-filter-tab__label {
                min-width: 0;
            }

            .guide-grid {
                grid-template-columns: 1fr;
            }

            .homepage-note-list {
                grid-template-columns: 1fr;
            }

            .section-head {
                font-size: 18px;
                padding: 14px 18px;
            }

            .section-head svg {
                width: 20px;
                height: 20px;
            }

            .section-head__text {
                font-size: 19px;
                letter-spacing: 0.3px;
            }

            .fix,
            .news2 {
                min-height: 96px;
                padding: 10px 54px 12px;
            }

            .jodichartleft,
            .panelchartright {
                width: 44px;
                top: 18px;
            }

            .jodichartleft a,
            .panelchartright a {
                font-size: 12px;
                padding: 4px 5px;
                border-radius: 4px;
            }

            .result-game-name {
                font-size: 22px;
                line-height: 1.1;
                overflow-wrap: anywhere;
            }

            .result-jodi-shell,
            .result-jodi-num {
                overflow-wrap: anywhere;
            }

            .result-time {
                margin-top: 10px;
                font-size: 13px;
                line-height: 1.5;
            }

            .newrock {
                font-size: 15px;
            }

            .result-inline-promo {
                margin: 8px 2px;
                padding: 12px 12px 14px;
            }

            .result-inline-promo__copy {
                font-size: 15px;
                line-height: 1.55;
            }

            .guide-link {
                font-size: 14px;
                padding: 9px 8px;
            }

            .support-header,
            .weekly-heading {
                font-size: 18px;
            }

            .footer-box {
                padding: 12px;
            }

            .back-to-top {
                right: 12px;
                bottom: 14px;
                width: 52px;
                height: 52px;
                border-radius: 14px;
                gap: 2px;
            }

            .back-to-top__label {
                font-size: 9px;
            }
        }

        @media (hover: none) and (pointer: coarse), (prefers-reduced-motion: reduce) {
            .live-mini__dot,
            .live-update-dot::after {
                animation: none;
            }

            .live-update-card,
            .result-filter-tab,
            .back-to-top,
            .fix,
            .news2 {
                transition: none;
            }

            .live-update-card:hover,
            .result-filter-tab:hover,
            .back-to-top:hover {
                transform: none;
            }
        }
