/* Clean maroon theme — subtle gold accents, no clutter */
body.op-theme {
    --op-bg: #1a0808;
    --op-bg-mid: #2a1012;
    --op-bg-panel: #321418;
    --op-maroon: #6b1c24;
    --op-maroon-light: #8b2830;
    --op-red: #c41e2a;
    --op-red-dark: #8b1520;
    --op-gold: #d4af37;
    --op-gold-soft: #e8c547;
    --op-parchment: #f3e8d0;
    --op-parchment-dark: #e0d0b0;
    --op-ink: #120808;
    --op-text: #f5f0eb;
    --op-text-muted: rgba(245, 240, 235, 0.65);
    --body-bg: var(--op-bg);
    --home-info-cntr: transparent;
    --data-cntr-bg: transparent;
    --topbar-cntr-bg: #140606;
    --site-header-bg: linear-gradient(180deg, var(--op-maroon-light), var(--op-red-dark));
    --top-menu-link-color: #fff;
    --top-menu-home-active-bg: var(--op-gold);
    --top-menu-link-after-hover-bg: var(--op-gold);
    --lottery-cntr-bg: transparent;
    --lottery-content-bg: rgba(26, 8, 8, 0.6);
    --lottery-content-border: rgba(212, 175, 55, 0.35);
    --lottery-menu-link-active-bg: var(--op-red);
    --form-title-color: var(--op-gold-soft);
    --form-title-before-bg: var(--op-gold);
    --banner-indicator-active-bg: var(--op-gold);
    --play-now-bg: linear-gradient(180deg, var(--op-red), var(--op-red-dark));
    --play-now-hover-bg: linear-gradient(180deg, #d42834, var(--op-red));
    --game-name-color: var(--op-text);
    --register-btn-bg: var(--op-red);
    --register-btn-hover-bg: var(--op-red-dark);
    --login-btn-bg: #3a2020;
    --login-btn-hover-bg: #4a2828;
    --site-footer-bg: #120606;
    --footer-separator-border: rgba(245, 240, 235, 0.28);
    --footer-links-hover-color: var(--op-gold-soft);
    --scrollbar-thumb-bg: #8a7030;
    --prediction-list-cntr-item-bg: var(--op-parchment);
    --prediction-list-cntr-item-color: var(--op-ink);
    --home-game-list-cntr-title-span-bg: var(--op-red-dark);
    --home-game-list-cntr-content-bg: transparent;
    --op-bg-ship-full: url(/assets/image/theme/one-piece/op-bg-ship-full.webp);
    background-color: var(--op-bg) !important;
    background-image: none !important;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: auto !important;
    padding-top: var(--op-header-height, 120px);
    position: relative;
}

body.op-theme::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: var(--op-bg-ship-full);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

body.op-theme::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(14, 4, 4, 0.78) 0%,
        rgba(20, 6, 6, 0.52) 28%,
        rgba(18, 6, 6, 0.45) 55%,
        rgba(12, 4, 4, 0.72) 100%
    );
}

@media (max-width: 768px) {
    body.op-theme::before {
        background-attachment: scroll;
        background-position: center 20%;
    }
}

html:has(body.op-theme) {
    overflow-y: auto !important;
    background-color: var(--op-bg);
}

body.op-theme .op-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

body.op-theme .home-container,
body.op-theme .site-footer {
    position: relative;
    z-index: 1;
}

body.op-theme .home-container {
    overflow-x: clip;
}

body.op-theme > .modal,
body.op-theme > .search-popup-container {
    position: fixed !important;
    z-index: 1050;
}

body.op-theme .topbar-container {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    background: var(--op-bg) !important;
}

body.op-theme .register-btn,
body.op-theme .standard-secondary-button.btn-primary,
body.op-theme .login-panel .login-button,
body.op-theme .login-panel .register-button,
body.op-theme .btn-primary {
    border: none !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

body.op-theme .login-panel .register-button,
body.op-theme .btn-primary,
body.op-theme .register-btn {
    background: var(--op-red) !important;
}

body.op-theme .login-panel .register-button:hover,
body.op-theme .register-btn:hover {
    background: var(--op-red-dark) !important;
}

body.op-theme .login-panel .login-button {
    background: #3a2020 !important;
    color: #fff !important;
}

body.op-theme .site-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    background: linear-gradient(180deg, var(--op-maroon-light), var(--op-red-dark)) !important;
}

body.op-theme .top-menu > li > a {
    font-weight: 600;
    border-radius: 4px;
}

body.op-theme .top-menu > li > a:hover,
body.op-theme .top-menu > li[data-active="true"] > a {
    background: var(--op-gold) !important;
    color: var(--op-ink) !important;
    box-shadow: none;
}

body.op-theme .top-menu > li:first-child {
    background: transparent !important;
}

body.op-theme .menu-slide .glyphicon {
    color: var(--op-gold);
}

body.op-theme .home-info-container {
    background: transparent !important;
    position: relative;
    overflow-x: clip;
}

body.op-theme .home-info-container > .container {
    position: relative;
    overflow-x: clip;
}

body.op-theme .home-info-container > .container > .row {
    position: relative;
    z-index: 1;
}

/* Section title icons */
body.op-theme .standard-form-title.op-title-with-icon {
    padding-left: 0 !important;
    gap: 10px;
}

body.op-theme .standard-form-title.op-title-with-icon::before {
    display: none !important;
}

body.op-theme .op-title-with-icon {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

body.op-theme .op-title-with-icon > div {
    line-height: 1.2;
}

body.op-theme .op-title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

body.op-theme .gacor-title-container .op-title-with-icon,
body.op-theme .standard-lottery-title .op-title-with-icon {
    flex: 1;
    min-width: 0;
}

body.op-theme .standard-lottery-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

body.op-theme .standard-lottery-title .op-title-with-icon {
    margin-bottom: 0;
}

body.op-theme .gacor-title-container {
    align-items: center;
    gap: 10px;
}

body.op-theme .op-wanted-title .op-gacor-title-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
}

body.op-theme .op-wanted-label {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--op-red) !important;
}

body.op-theme .gacor-section .prediction-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.op-theme .gacor-section .prediction-list::-webkit-scrollbar {
    display: none;
    height: 0;
}

body.op-theme .game-list-container .game-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.op-theme .game-list-container .game-list::-webkit-scrollbar {
    display: none;
    height: 0;
}

/* Game Populer — responsive grid scroll, fixed thumbnail layout */
body.op-theme .popular-games-section {
    overflow: visible;
}

body.op-theme .popular-games-section .standard-lottery-content {
    overflow: visible;
    padding-bottom: 8px !important;
}

body.op-theme .popular-games-section .popular-game-title-container {
    margin-bottom: 12px;
}

body.op-theme .popular-games-section .game-list-container {
    overflow: visible;
    margin: 0;
}

body.op-theme .popular-games-section .game-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 2px 10px;
    margin: 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    background: transparent;
}

body.op-theme .popular-games-section .games-group {
    width: clamp(108px, 28vw, 150px);
    flex: 0 0 clamp(108px, 28vw, 150px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    scroll-snap-align: start;
}

body.op-theme .popular-games-section .game-item {
    width: 100%;
    margin: 0;
    flex-shrink: 0;
}

body.op-theme .popular-games-section .wrapper-container {
    padding-top: 0;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

body.op-theme .popular-games-section .wrapper-container picture {
    position: absolute;
    inset: 0;
    display: block;
}

body.op-theme .popular-games-section .wrapper-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

body.op-theme .popular-games-section .game-name {
    margin-top: 6px;
    padding: 0 2px;
    text-align: center;
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.op-theme .popular-games-section .link-container a {
    margin: 0;
    width: 72%;
    padding: 8px 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    body.op-theme .popular-games-section .games-group {
        width: calc((100% - 60px) / 6);
        flex: 0 0 calc((100% - 60px) / 6);
    }

    body.op-theme .popular-games-section .game-name {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    body.op-theme::after {
        opacity: 0.26;
        background-position: center top calc(var(--op-header-height, 120px) + 8px), center bottom -8px;
        background-size: min(140px, 40vw) auto, min(360px, 108vw) auto;
    }

    body.op-theme .op-title-icon {
        width: 28px;
        height: 28px;
    }
}

body.op-theme .banner {
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

body.op-theme .banner .nav-btn {
    background: rgba(0, 0, 0, 0.45) !important;
    border: none !important;
    box-shadow: none !important;
}

body.op-theme .banner .carousel-indicators .active,
body.op-theme .banner .carousel-indicators .slick-active {
    background-color: var(--op-gold) !important;
}

/* Jackpot — clean dark card */
body.op-theme .jackpot-play-frame {
    position: relative;
    animation: none !important;
    padding: 3px !important;
    background: rgba(212, 175, 55, 0.25) !important;
    border: 1px solid rgba(212, 175, 55, 0.5) !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

body.op-theme .jackpot-border-light,
body.op-theme .jackpot-border-glow,
body.op-theme .jackpot-play-shine,
body.op-theme .jackpot-play-frame::after {
    display: none !important;
}

body.op-theme .jackpot-play-card {
    animation: none !important;
    background: linear-gradient(135deg, #2a1014, #1a0808) !important;
    border-radius: 10px !important;
}

body.op-theme .jackpot-play-card::before {
    display: none;
}

body.op-theme .jackpot-play-icon span {
    animation: none !important;
}

body.op-theme .jackpot-play-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    padding: 6px 10px !important;
    background: rgba(0, 0, 0, 0.35) !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}

body.op-theme .op-jackpot-treasure {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.5));
}

body.op-theme .jackpot-play-counter::before {
    animation: none !important;
}

/* Jackpot counter — wanted bounty price styling (size unchanged) */
body.op-theme .jackpot-play-counter.op-bounty-jackpot-counter {
    background: linear-gradient(180deg, #f6ecd3, #e9d9a9) !important;
    border: 2px solid #2a1a0a !important;
    box-shadow:
        inset 0 0 0 1px rgba(212, 175, 55, 0.45),
        0 2px 10px rgba(0, 0, 0, 0.28) !important;
}

body.op-theme .jackpot-play-counter.op-bounty-jackpot-counter::before {
    display: block !important;
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px dashed rgba(107, 28, 36, 0.32);
    border-radius: 4px;
    pointer-events: none;
    background: none !important;
    opacity: 1 !important;
    height: auto !important;
    top: 5px !important;
    left: 5px !important;
    right: 5px !important;
}

body.op-theme .jackpot-play-counter.op-bounty-jackpot-counter .jackpot-counter-label {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b1c24 !important;
}

body.op-theme .jackpot-play-counter.op-bounty-jackpot-counter .jackpot-currency {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #3d2010 !important;
}

body.op-theme .jackpot-play-counter.op-bounty-jackpot-counter .jackpot-amount {
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.03em;
    color: #6b1c24 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
}

body.op-theme .jackpot-play-tag {
    background: var(--op-gold) !important;
    color: var(--op-ink) !important;
    border: none;
    font-weight: 700;
}

body.op-theme .jackpot-play-title-main {
    -webkit-text-fill-color: var(--op-gold-soft) !important;
    color: var(--op-gold-soft) !important;
    filter: none;
}

body.op-theme .jackpot-play-counter:not(.op-bounty-jackpot-counter) {
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: none;
}

body.op-theme .jackpot-play-counter:not(.op-bounty-jackpot-counter) .jackpot-currency,
body.op-theme .jackpot-play-counter:not(.op-bounty-jackpot-counter) .jackpot-amount {
    color: var(--op-gold-soft) !important;
    text-shadow: none;
}

/* Sections */
body.op-theme .maxwin-section.standard-lottery-container,
body.op-theme .standard-lottery-container.standard-provider-container:not(.maxwin-section):not(.gacor-section) {
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    background: var(--op-bg-panel) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

body.op-theme .gacor-section {
    border: 2px solid rgba(212, 175, 55, 0.45) !important;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(50, 20, 24, 0.95), rgba(26, 8, 8, 0.98)),
        repeating-linear-gradient(
            90deg,
            rgba(212, 175, 55, 0.04) 0,
            rgba(212, 175, 55, 0.04) 1px,
            transparent 1px,
            transparent 24px
        ) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

body.op-theme .maxwin-section .standard-lottery-content,
body.op-theme .standard-provider-container .standard-lottery-content,
body.op-theme .gacor-section .standard-lottery-content {
    background: transparent !important;
    padding: 16px !important;
}

body.op-theme .standard-form-title,
body.op-theme .standard-form-title div {
    font-weight: 700 !important;
    color: var(--op-gold-soft) !important;
    text-shadow: none;
    letter-spacing: 0.02em;
    text-transform: none;
}

body.op-theme .prediction-title-container .nav-arrow .prev,
body.op-theme .prediction-title-container .nav-arrow .next {
    background: var(--op-red-dark) !important;
    border: none !important;
    box-shadow: none !important;
}

/* Gacor cards — wanted poster style */
body.op-theme .gacor-section .gacor-item {
    position: relative;
    border: 3px solid #2a1a0a !important;
    border-radius: 4px !important;
    background: linear-gradient(180deg, #f5ebd0, #e6d4a8) !important;
    box-shadow:
        0 4px 0 #1a1208,
        0 8px 20px rgba(0, 0, 0, 0.35) !important;
    color: #2a1a0a;
    padding-top: 0 !important;
    overflow: hidden;
}

body.op-theme .gacor-section .gacor-item::before {
    display: block !important;
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(42, 26, 10, 0.22);
    pointer-events: none;
}

body.op-theme .gacor-section .gacor-item::after {
    display: none !important;
}

body.op-theme .gacor-wanted-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    margin: 0 -12px 10px !important;
    padding: 10px 12px 8px !important;
    background: transparent !important;
    border-bottom: 2px solid #2a1a0a !important;
    position: relative;
}

body.op-theme .gacor-wanted-text {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 3.2vw, 26px);
    font-weight: 900;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
    color: #6b1c24;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
}

body.op-theme .gacor-wanted-sub {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #3d2010;
}

body.op-theme .gacor-card-top:not(.gacor-wanted-header) {
    justify-content: flex-end !important;
    background: var(--op-red-dark) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    margin: 0 -12px 8px !important;
    padding: 6px 12px !important;
}

body.op-theme .gacor-wanted-header .gacor-badge-top {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 9px !important;
    letter-spacing: 0.08em;
    padding: 3px 8px !important;
    border: 2px solid #2a1a0a !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, var(--op-gold-soft), var(--op-gold)) !important;
    color: var(--op-ink) !important;
    transform: rotate(8deg);
}

body.op-theme .gacor-badge-top {
    border: none !important;
    font-weight: 700 !important;
    box-shadow: none;
    background: var(--op-gold) !important;
    color: var(--op-ink) !important;
}

body.op-theme .gacor-portrait {
    background: linear-gradient(135deg, #d4af37, #8b6914) !important;
    border: 3px solid #2a1a0a !important;
    border-radius: 2px !important;
    box-shadow: 3px 3px 0 #1a1208 !important;
    padding: 4px !important;
    transform: rotate(-2deg);
}

body.op-theme .gacor-portrait img {
    border: 2px solid #2a1a0a !important;
    border-radius: 0 !important;
}

body.op-theme .gacor-game-name {
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 800 !important;
    color: #1a1208 !important;
    letter-spacing: 0.02em;
}

body.op-theme .gacor-provider {
    color: #6b1c24 !important;
    font-weight: 700 !important;
}

body.op-theme .gacor-pola-block {
    background: rgba(255, 252, 240, 0.75) !important;
    border: 2px dashed #8b6914 !important;
    border-radius: 4px !important;
}

body.op-theme .gacor-pola-title {
    font-family: Georgia, "Times New Roman", serif !important;
    letter-spacing: 0.12em;
    color: #6b1c24 !important;
}

body.op-theme .gacor-pola-title::before {
    content: "Bounty ";
}

body.op-theme .gacor-play-btn {
    border: 2px solid #2a1a0a !important;
    box-shadow: 0 3px 0 #1a1208 !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em;
    background: linear-gradient(180deg, var(--op-red), var(--op-red-dark)) !important;
    border-radius: 4px !important;
}

body.op-theme .gacor-section .nav-arrow .prev,
body.op-theme .gacor-section .nav-arrow .next {
    background: var(--op-red-dark) !important;
    border: none !important;
    box-shadow: none !important;
}

body.op-theme .maxwin-menu a[data-active="true"] {
    background: var(--op-red) !important;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: none;
}

body.op-theme .maxwin-winner-item {
    background: rgba(18, 6, 6, 0.72) !important;
    border: 1px solid rgba(212, 175, 55, 0.22) !important;
    border-left: 3px solid rgba(212, 175, 55, 0.55) !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25) !important;
}

body.op-theme .maxwin-winner-player {
    color: rgba(245, 240, 235, 0.92) !important;
    font-weight: 600;
}

body.op-theme .maxwin-winner-game {
    color: rgba(245, 240, 235, 0.58) !important;
}

body.op-theme .maxwin-winner-time {
    color: rgba(245, 240, 235, 0.45) !important;
}

body.op-theme .maxwin-badge {
    background: var(--op-gold) !important;
    color: var(--op-ink) !important;
    border: none;
    font-weight: 700;
}

body.op-theme .maxwin-winner-amount {
    color: rgba(232, 197, 71, 0.88) !important;
    text-shadow: none;
    font-weight: 700;
}

body.op-theme .maxwin-ticker-wrap {
    background: rgba(12, 4, 4, 0.35);
    border-radius: 8px;
}

body.op-theme .standard-lottery-title a {
    color: var(--op-gold-soft) !important;
    font-weight: 600;
    text-shadow: none;
}

body.op-theme .standard-lottery-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

body.op-theme .game-item .wrapper-container {
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

body.op-theme .game-item .play-now {
    border: none !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

body.op-theme .game-name {
    font-weight: 500;
    text-shadow: none;
    color: var(--op-text) !important;
}

body.op-theme .popular-game-title-container .standard-form-title.op-title-with-icon {
    margin-bottom: 0;
}

body.op-theme .telegram-banner-container img {
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    box-shadow: none;
}

body.op-theme .site-footer {
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    background: var(--op-bg) !important;
}

body.op-theme .footer-utility-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 8px 0 14px;
}

body.op-theme .footer-utility-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
}

body.op-theme .footer-utility-links a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

body.op-theme .footer-utility-links a:hover {
    color: #fff;
}

body.op-theme .footer-utility-sep {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}

body.op-theme .footer-utility-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
}

body.op-theme .footer-article-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0;
    padding: 0;
}

body.op-theme .footer-description-section {
    padding-top: 18px;
}

body.op-theme .site-footer::before {
    display: none;
}

body.op-theme .footer-description-section .site-description h1,
body.op-theme .footer-description-section .site-description h2 {
    color: var(--op-gold-soft);
    text-shadow: none;
}

body.op-theme .footer-description-section .site-description h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}

body.op-theme .footer-description-section .site-description h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin: 20px 0 10px;
}

body.op-theme .footer-info-section {
    display: flex;
    gap: 0;
    margin-bottom: 32px;
}

body.op-theme .footer-info-col {
    flex: 1;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

body.op-theme .footer-info-col:first-child {
    padding-left: 0;
}

body.op-theme .footer-info-col:last-child {
    border-right: none;
    padding-right: 0;
}

body.op-theme .footer-info-section h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
    padding: 0;
    border: none;
}

body.op-theme .footer-info-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--footer-separator-border);
}

body.op-theme .footer-service-block {
    margin-bottom: 18px;
}

body.op-theme .footer-service-label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
    margin: 0 0 4px;
}

body.op-theme .footer-service-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 2px;
}

body.op-theme .footer-service-value {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

body.op-theme .footer-service-note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 16px;
    line-height: 1.4;
}

body.op-theme .footer-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.op-theme .footer-payment-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 40px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

body.op-theme .footer-payment-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background-color: #00c40d;
}

body.op-theme .footer-payment-item img {
    width: 80px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.75;
}

body.op-theme .footer-payment-va span {
    font-size: 8px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding: 0 6px 0 10px;
}

body.op-theme .footer-product-block {
    padding: 14px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

body.op-theme .footer-product-block:first-of-type {
    border-top: none;
    padding-top: 0;
}

body.op-theme .footer-product-block h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0 0 6px;
    line-height: 1.3;
}

body.op-theme .footer-product-block h3 a {
    color: #fff;
    text-decoration: none;
}

body.op-theme .footer-product-block h3 a:hover {
    color: var(--op-gold-soft);
}

body.op-theme .footer-product-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.5;
}

body.op-theme .footer-connect-label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
}

body.op-theme .footer-info-bantuan .contact-list {
    flex-direction: column;
    align-items: flex-start;
}

body.op-theme .footer-info-bantuan .contact-list > li a i {
    background: #25d366 !important;
}

body.op-theme .footer-info-bantuan .contact-list > li a i img {
    filter: brightness(0) invert(1);
}

body.op-theme .footer-copyright-section .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

body.op-theme .footer-copyright-section .footer-cert-col {
    flex: 0 0 auto;
}

body.op-theme .footer-copyright-section .footer-responsible-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.op-theme .footer-copyright-section .supported-browser-container {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

body.op-theme #dukungan,
body.op-theme #beranda,
body.op-theme #jackpot-slot88,
body.op-theme #maxwin-slot88,
body.op-theme #slot-gacor,
body.op-theme #game-populer-slot88 {
    scroll-margin-top: 80px;
}

body.op-theme .register-modal .register-alert-group {
    margin-bottom: 12px;
}

body.op-theme .register-modal .register-alert-group .alert {
    margin-bottom: 8px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.4;
}

body.op-theme .register-modal .register-alert-group .alert-danger {
    color: #ffd4d4;
    background-color: rgba(139, 21, 32, 0.85);
    border-color: rgba(212, 175, 55, 0.35);
}

body.op-theme .register-modal .register-alert-group .alert-success {
    color: #d4f5d4;
    background-color: rgba(24, 80, 40, 0.85);
    border-color: rgba(212, 175, 55, 0.35);
}

body.op-theme .modal-header {
    background: var(--op-red-dark) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

body.op-theme .modal-content {
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

body.op-theme ::-webkit-scrollbar-thumb {
    background: #6a5830;
    border-radius: 4px;
}
