/* =========================================================
   ODDEMINBET PAGES CSS
   File: /assets/css/page.css
   First page: /pages/how-to-play.php
   Premium compact full-width public pages
   ========================================================= */

body.odpg-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 50% -16%, rgba(35, 232, 132, .10), transparent 30%),
        radial-gradient(circle at 100% 10%, rgba(165, 118, 255, .08), transparent 30%),
        linear-gradient(180deg, var(--od-bg, #202827), var(--od-page, #202827));
    color: var(--od-text, #f6fbfa);
    overflow-x: hidden;
    padding-bottom: calc(76px + var(--od-safe-bottom, env(safe-area-inset-bottom, 0px)));
}

body.odpg-body,
body.odpg-body a,
body.odpg-body button {
    -webkit-tap-highlight-color: transparent;
}

body.odpg-body a {
    color: inherit;
    text-decoration: none;
}

body.odpg-body svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.odpg-svg-line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.odpg-svg-fill {
    fill: currentColor;
}

.odpg-pulse-dot {
    animation: odpgPulseDot 1.5s ease-in-out infinite;
}

.odpg-shell {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: max(12px, env(safe-area-inset-top, 0px)) 12px 18px;
}

.odpg-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--od-line, rgba(255,255,255,.075));
    border-radius: var(--od-radius, 15px);
    background:
        linear-gradient(145deg, rgba(255,255,255,.04), transparent 35%),
        var(--od-card, #303837);
    box-shadow: var(--od-shadow, 0 14px 34px rgba(0,0,0,.24));
}

.odpg-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.07) 38%, transparent 68%);
    opacity: .58;
    transform: translateX(-90%);
    animation: odpgCardShine 6.5s ease-in-out infinite;
}

.odpg-public-header {
    position: sticky;
    top: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 58px;
    padding: max(10px, env(safe-area-inset-top, 0px)) 12px 10px;
    border-bottom: 1px solid var(--od-line, rgba(255,255,255,.075));
    background: rgba(32, 40, 39, .94);
    backdrop-filter: blur(16px);
}

.odpg-public-brand,
.odpg-public-links {
    display: flex;
    align-items: center;
}

.odpg-public-brand {
    gap: 9px;
    min-width: 0;
}

.odpg-public-brand span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.10);
    border: 1px solid rgba(35,232,132,.16);
}

.odpg-public-brand span svg {
    width: 21px;
    height: 21px;
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-public-brand strong {
    overflow: hidden;
    color: var(--od-text, #f6fbfa);
    font-size: 14px;
    font-weight: 950;
    letter-spacing: -.2px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.odpg-public-links {
    gap: 7px;
}

.odpg-public-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 0 10px;
    border-radius: 10px;
    background: var(--od-card-soft, rgba(255,255,255,.055));
    color: var(--od-muted, #aebbbb);
    font-size: 11px;
    font-weight: 950;
}

.odpg-public-links a.is-green {
    color: #06120c;
    background: linear-gradient(135deg, var(--od-green, #23e884), var(--od-green-2, #16c86f));
}

.odpg-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr);
    align-items: center;
    gap: 18px;
    min-height: 330px;
    padding: 22px;
    isolation: isolate;
}

.odpg-hero-art {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.odpg-orb {
    position: absolute;
    display: block;
    width: 94px;
    height: 94px;
    border-radius: 30px;
    border: 1px solid rgba(35,232,132,.15);
    background: rgba(35,232,132,.055);
    animation: odpgFloatBox 8.5s ease-in-out infinite;
}

.odpg-orb-one {
    left: -28px;
    top: 32px;
}

.odpg-orb-two {
    right: 16%;
    top: -34px;
    background: rgba(165,118,255,.06);
    border-color: rgba(165,118,255,.16);
    animation-delay: -2.4s;
}

.odpg-orb-three {
    right: -32px;
    bottom: 12px;
    width: 72px;
    height: 72px;
    animation-delay: -4.5s;
}

.odpg-hero-content,
.odpg-hero-visual {
    position: relative;
    z-index: 1;
}

.odpg-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 10px 0 7px;
    border-radius: 999px;
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.10);
    border: 1px solid rgba(35,232,132,.16);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.odpg-kicker i {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
}

.odpg-kicker svg {
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-hero h1 {
    max-width: 760px;
    margin: 13px 0 0;
    color: var(--od-text, #f6fbfa);
    font-size: clamp(27px, 5vw, 52px);
    line-height: .96;
    font-weight: 1000;
    letter-spacing: -1.5px;
}

.odpg-hero p {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--od-muted, #aebbbb);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 820;
}

.odpg-hero-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
}

.odpg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 1000;
    transition: transform .16s ease, filter .16s ease;
}

.odpg-btn:active {
    transform: scale(.97);
}

.odpg-btn span {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
}

.odpg-btn svg {
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-btn-main {
    color: #06120c;
    background: linear-gradient(135deg, var(--od-green, #23e884), var(--od-green-2, #16c86f));
    box-shadow: 0 12px 28px rgba(35,232,132,.20);
}

.odpg-btn-soft {
    color: var(--od-text, #f6fbfa);
    background: var(--od-dark-btn, #485453);
}

.odpg-hero-visual {
    display: grid;
    place-items: center;
    min-height: 245px;
}

.odpg-play-disc {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(150px, 20vw, 215px);
    height: clamp(150px, 20vw, 215px);
    border-radius: 42px;
    color: var(--od-green, #23e884);
    background:
        radial-gradient(circle at 32% 24%, rgba(255,255,255,.16), transparent 26%),
        linear-gradient(145deg, rgba(35,232,132,.18), rgba(42,50,49,.92));
    border: 1px solid rgba(35,232,132,.20);
    box-shadow: 0 0 0 9px rgba(35,232,132,.055), 0 24px 55px rgba(0,0,0,.26);
    animation: odpgHeroDisc 4s ease-in-out infinite;
}

.odpg-play-disc svg {
    width: 58%;
    height: 58%;
    filter: drop-shadow(0 0 18px rgba(35,232,132,.20));
}

.odpg-floating-chip {
    position: absolute;
    display: inline-grid;
    place-items: center;
    min-width: 60px;
    height: 35px;
    padding: 0 12px;
    border-radius: 12px;
    color: var(--od-text, #f6fbfa);
    background: rgba(42,50,49,.88);
    border: 1px solid var(--od-line, rgba(255,255,255,.075));
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
    font-size: 12px;
    font-weight: 1000;
    backdrop-filter: blur(12px);
    animation: odpgChipFloat 4.2s ease-in-out infinite;
}

.odpg-chip-one {
    top: 32px;
    left: 6%;
}

.odpg-chip-two {
    right: 7%;
    top: 78px;
    color: var(--od-green, #23e884);
    animation-delay: -1.3s;
}

.odpg-chip-three {
    right: 18%;
    bottom: 24px;
    color: #ffd64d;
    animation-delay: -2.2s;
}

.odpg-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.odpg-step-card {
    min-height: 154px;
    padding: 12px;
}

.odpg-step-card > * {
    position: relative;
    z-index: 1;
}

.odpg-step-no {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.10);
    border: 1px solid rgba(35,232,132,.14);
    font-size: 10px;
    font-weight: 1000;
}

.odpg-step-card i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-top: 10px;
    border-radius: 14px;
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.09);
    border: 1px solid rgba(35,232,132,.12);
}

.odpg-step-card i svg {
    width: 23px;
    height: 23px;
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-step-card strong {
    display: block;
    margin-top: 9px;
    color: var(--od-text, #f6fbfa);
    font-size: 14px;
    line-height: 1;
    font-weight: 1000;
}

.odpg-step-card p {
    margin: 7px 0 0;
    color: var(--od-muted, #aebbbb);
    font-size: 11.5px;
    line-height: 1.38;
    font-weight: 810;
}

.odpg-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 18px 2px 10px;
}

.odpg-section-title span {
    display: block;
    color: var(--od-green, #23e884);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .58px;
    text-transform: uppercase;
}

.odpg-section-title h2 {
    margin: 4px 0 0;
    color: var(--od-text, #f6fbfa);
    font-size: 19px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.4px;
}

.odpg-guide-list {
    display: grid;
    gap: 10px;
}

.odpg-guide-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px;
}

.odpg-guide-row > * {
    position: relative;
    z-index: 1;
}

.odpg-guide-icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 15px;
    color: var(--od-green, #23e884);
    background: linear-gradient(135deg, rgba(35,232,132,.12), rgba(35,232,132,.055));
    border: 1px solid rgba(35,232,132,.14);
}

.odpg-guide-icon svg {
    width: 25px;
    height: 25px;
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-guide-text {
    min-width: 0;
}

.odpg-guide-text h3 {
    margin: 0;
    color: var(--od-text, #f6fbfa);
    font-size: 15px;
    line-height: 1.1;
    font-weight: 1000;
    letter-spacing: -.2px;
}

.odpg-guide-text p {
    margin: 6px 0 0;
    color: var(--od-muted, #aebbbb);
    font-size: 12.5px;
    line-height: 1.48;
    font-weight: 810;
}

.odpg-guide-text strong {
    color: var(--od-green, #23e884);
    font-weight: 1000;
}

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

.odpg-panel {
    padding: 13px;
}

.odpg-panel > * {
    position: relative;
    z-index: 1;
}

.odpg-panel-head {
    display: flex;
    align-items: center;
    gap: 9px;
}

.odpg-panel-head span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 13px;
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.10);
    border: 1px solid rgba(35,232,132,.13);
}

.odpg-panel-head svg {
    width: 22px;
    height: 22px;
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-panel-head h2 {
    margin: 0;
    color: var(--od-text, #f6fbfa);
    font-size: 16px;
    line-height: 1;
    font-weight: 1000;
}

.odpg-clean-list {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.odpg-clean-list li {
    position: relative;
    min-height: 34px;
    padding: 8px 9px 8px 30px;
    border-radius: 12px;
    color: var(--od-muted, #aebbbb);
    background: var(--od-card-2, #2a3231);
    border: 1px solid var(--od-line, rgba(255,255,255,.075));
    font-size: 12px;
    line-height: 1.35;
    font-weight: 820;
}

.odpg-clean-list li::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--od-green, #23e884);
    box-shadow: 0 0 0 4px rgba(35,232,132,.09);
    transform: translateY(-50%);
}

.odpg-panel p {
    margin: 11px 0 0;
    color: var(--od-muted, #aebbbb);
    font-size: 12.5px;
    line-height: 1.48;
    font-weight: 810;
}

.odpg-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    margin-top: 11px;
    padding: 0 10px;
    border-radius: 11px;
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.08);
    border: 1px solid rgba(35,232,132,.13);
    font-size: 12px;
    font-weight: 1000;
}

.odpg-inline-link span {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
}

.odpg-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    background:
        linear-gradient(135deg, rgba(255,214,77,.09), transparent 38%),
        var(--od-card, #303837);
}

.odpg-warning > * {
    position: relative;
    z-index: 1;
}

.odpg-warning > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    color: #ffd64d;
    background: rgba(255,214,77,.10);
    border: 1px solid rgba(255,214,77,.14);
}

.odpg-warning svg {
    width: 22px;
    height: 22px;
    animation: odpgIconFloat 3s ease-in-out infinite;
}

.odpg-warning p {
    margin: 0;
    color: var(--od-muted, #aebbbb);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 820;
}

.odpg-public-bottom {
    position: fixed;
    left: 50%;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 24px);
    max-width: 420px;
    padding: 7px;
    border-radius: 18px;
    background: rgba(42, 50, 49, .92);
    border: 1px solid var(--od-line, rgba(255,255,255,.075));
    box-shadow: 0 18px 44px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.odpg-public-bottom a {
    display: grid;
    justify-items: center;
    gap: 4px;
    min-height: 47px;
    padding: 7px 3px 5px;
    border-radius: 13px;
    color: var(--od-muted, #aebbbb);
    font-size: 10px;
    font-weight: 950;
}

.odpg-public-bottom a.active {
    color: var(--od-green, #23e884);
    background: rgba(35,232,132,.08);
}

.odpg-public-bottom span {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
}

.odpg-public-bottom svg {
    width: 21px;
    height: 21px;
}

@media (min-width: 721px) {
    .odpg-shell {
        width: 100% !important;
        max-width: none !important;
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 980px) {
    .odpg-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .odpg-shell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .odpg-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 18px 12px 14px;
        text-align: left;
    }

    .odpg-hero h1 {
        font-size: 29px;
        letter-spacing: -1px;
    }

    .odpg-hero p {
        font-size: 12.2px;
    }

    .odpg-hero-visual {
        min-height: 155px;
        order: -1;
    }

    .odpg-play-disc {
        width: 118px;
        height: 118px;
        border-radius: 30px;
    }

    .odpg-floating-chip {
        min-width: 52px;
        height: 30px;
        border-radius: 11px;
        font-size: 10.5px;
    }

    .odpg-chip-one {
        left: 12%;
        top: 14px;
    }

    .odpg-chip-two {
        right: 12%;
        top: 38px;
    }

    .odpg-chip-three {
        right: 22%;
        bottom: 8px;
    }

    .odpg-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .odpg-btn {
        min-width: 0;
        width: 100%;
        min-height: 40px;
        font-size: 12px;
    }

    .odpg-step-card {
        min-height: 139px;
    }

    .odpg-guide-row {
        gap: 10px;
        padding: 11px;
    }

    .odpg-guide-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 13px;
    }

    .odpg-guide-icon svg {
        width: 22px;
        height: 22px;
    }

    .odpg-guide-text h3 {
        font-size: 13.5px;
    }

    .odpg-guide-text p {
        font-size: 11.7px;
    }

    .odpg-two-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .odpg-public-links a:first-child {
        display: none;
    }

    .odpg-public-links a {
        min-height: 29px;
        padding: 0 8px;
        font-size: 10px;
    }

    .odpg-quick-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .odpg-step-card {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 10px;
        min-height: 82px;
        padding: 10px;
    }

    .odpg-step-no {
        position: absolute;
        right: 9px;
        top: 9px;
    }

    .odpg-step-card i {
        grid-row: 1 / span 2;
        margin-top: 0;
        width: 36px;
        height: 36px;
    }

    .odpg-step-card strong {
        margin-top: 0;
        padding-right: 48px;
    }

    .odpg-step-card p {
        margin-top: 4px;
    }

    .odpg-section-title h2 {
        font-size: 17px;
    }
}

@keyframes odpgCardShine {
    0%, 72%, 100% {
        transform: translateX(-92%);
        opacity: 0;
    }
    80% {
        opacity: .62;
    }
    96% {
        transform: translateX(92%);
        opacity: 0;
    }
}

@keyframes odpgIconFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-1.3px) scale(1.03);
    }
}

@keyframes odpgPulseDot {
    0%, 100% {
        opacity: .68;
        transform: scale(.88);
    }
    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

@keyframes odpgFloatBox {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: .7;
    }
    50% {
        transform: translate3d(12px, -12px, 0) rotate(8deg);
        opacity: 1;
    }
}

@keyframes odpgHeroDisc {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        filter: brightness(1);
    }
    50% {
        transform: translateY(-5px) rotate(-2deg);
        filter: brightness(1.08);
    }
}

@keyframes odpgChipFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .odpg-card::before,
    .odpg-kicker svg,
    .odpg-btn svg,
    .odpg-step-card i svg,
    .odpg-guide-icon svg,
    .odpg-panel-head svg,
    .odpg-warning svg,
    .odpg-public-brand span svg,
    .odpg-orb,
    .odpg-play-disc,
    .odpg-floating-chip,
    .odpg-pulse-dot {
        animation: none !important;
    }
}
/* =========================================================
   SPONSORSHIP TEAM CARDS ADD-ON
   Paste at the bottom of /assets/css/page.css
   ========================================================= */

.odpg-sponsored-teams {
    margin-top: 10px;
}

.odpg-team-card {
    min-height: 178px;
}

.odpg-team-badge {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-top: 10px;
    border-radius: 16px;
    color: #06120c;
    background: linear-gradient(135deg, var(--od-green, #23e884), var(--od-green-2, #16c86f));
    box-shadow: 0 12px 24px rgba(35, 232, 132, .18);
    font-size: 13px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: .4px;
}

.odpg-team-card strong {
    line-height: 1.12;
}

.odpg-team-meta {
    display: block;
    margin-bottom: 5px;
    color: var(--od-green, #23e884);
    font-size: 10px;
    line-height: 1.25;
    font-weight: 1000;
    letter-spacing: .35px;
    text-transform: uppercase;
}

@media (max-width: 430px) {
    .odpg-team-card {
        min-height: 98px;
    }

    .odpg-team-badge {
        grid-row: 1 / span 2;
        margin-top: 0;
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 12px;
    }
}

