:root {
    --bg-top: #07121a;
    --bg-bottom: #001017;
    --card-bg: #031016;
    --accent-cyan: #e8e8e832;
    --accent-cyan-2: #72F4FF;
    --muted-white: #c7dfe6;
    --thumbnail-yellow: #e8e8e832;
    --thumbnail-green: #00ff66;
    --text-white: #ffffff;
    --neon-blue: #e8e8e832;
    --neon-green: #00ff66;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
    color: var(--muted-white);
    min-height: 100vh;
    scroll-behavior: smooth;
    font-size: clamp(12px, 3vw, 14px);
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: none;
}

body {
    -ms-overflow-style: none;
}

.bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle, transparent 0%, var(--bg-top) 90%),
        repeating-linear-gradient(45deg, rgba(3,22,25,0.18) 0px, rgba(3,22,25,0.18) 2px, transparent 2px, transparent 6px),
        repeating-linear-gradient(-45deg, rgba(3,22,25,0.18) 0px, rgba(3,22,25,0.18) 2px, transparent 2px, transparent 6px);
    filter: blur(4px);
    z-index: -1;
}

.header {
    width: clamp(90%, 95vw, 1810px);
    height: clamp(60px, 15vw, 100px);
    top: clamp(10px, 2vw, 20px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    border-radius: clamp(16px, 4vw, 32px);
    border: 1px solid var(--accent-cyan);
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.6);
    padding: clamp(8px, 2vw, 12px);
}

.header .left-icons {
    display: flex;
    align-items: center;
    width: 1/3;
}

.header .left-icons nav {
    display: flex;
    gap: 5px;
}

.header .left-icons nav a {
    color: #dfefff/95;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(12px, 3vw, 14px);
    letter-spacing: 0.03em;
    padding: 8px 12px;
    transition: all 180ms cubic-bezier(.2,.9,.3,1);
}

.nav-active {
    background: rgba(167, 236, 255, 1);
    box-shadow: 0 6px 30px rgba(0,224,255,0.36), inset 0 -2px 8px rgba(255,255,255,0.06);
    color: #000000 !important;
    border-radius: 15px;
    border: 1px solid var(--accent-cyan);
    transition: all 180ms cubic-bezier(.2,.9,.3,1);
    width: clamp(100px, 12vw, 70px);
    height: clamp(40px, 5vw, 48px);
    font-size: clamp(10px, 2.5vw, 12px);
    padding: 16px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.nav-active:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,224,255,0.48);
}

.header .logo-container {
    display: flex;
    justify-content: center;
    width: 1/3;
}

.header .logo-container img {
    height: clamp(48px, 10vw, 70px);
    border-radius: 50%;
    object-fit: cover;
}

.header .right-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1/3;
    gap: clamp(4px, 1vw, 8px);
}

.header .right-icons .feather-icon i {
    color: var(--text-white);
    width: clamp(16px, 4vw, 20px);
    height: clamp(16px, 4vw, 20px);
}

.header .right-icons .icon-fallback {
    display: none;
    font-size: clamp(10px, 2.5vw, 12px);
    color: var(--text-white);
}

.header .right-icons .feather-icon:empty + .icon-fallback {
    display: inline;
}

.cta-button {
    background: rgba(167, 236, 255, 1);
    box-shadow: 0 6px 30px rgba(0,224,255,0.36), inset 0 -2px 8px rgba(255,255,255,0.06);
    color: #021d22;
    border-radius: 15px;
    border: 1px solid var(--accent-cyan);
    transition: all 180ms cubic-bezier(.2,.9,.3,1);
    width: clamp(160px, 20vw, 200px);
    height: clamp(40px, 5vw, 48px);
    font-size: clamp(10px, 2.5vw, 12px);
    padding: 16px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,224,255,0.48);
}

.primary-cta {
    background: rgba(167, 236, 255, 1);
    box-shadow: 0 6px 30px rgba(0,224,255,0.36), inset 0 -2px 8px rgba(255,255,255,0.06);
    color: #021d22;
    border-radius: 15px;
    border: 1px solid var(--accent-cyan);
    transition: all 180ms cubic-bezier(.2,.9,.3,1);
    padding: 12px 24px;
    font-size: clamp(12px, 3vw, 14px);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.primary-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,224,255,0.48);
}

.hero-title {
    text-shadow: 0 4px 24px rgba(0,224,255,0.38), 0 1px 0 rgba(255,255,255,0.02);
    font-size: clamp(24px, 6vw, 36px);
    color: var(--text-white);
    white-space: nowrap;
    text-align: center;
}

.hero-text {
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-text p {
    font-size: clamp(10px, 3vw, 12px);
    line-height: 1.5;
    text-align: center;
    max-width: clamp(500px, 80vw, 600px);
}

.livestream-banner {
    width: 100%;
    height: 80%;
    border-radius: clamp(8px, 2vw, 12px);
    margin-bottom: clamp(16px, 4vw, 24px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3), 0 8px 30px rgba(0,224,255,0.1);
}

.social-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--text-white);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #00BAEC;
    text-decoration-thickness: 10%;
    text-underline-offset: 0%;
    text-decoration-skip-ink: auto;
    margin-bottom: clamp(48px, 8vw, 64px);
    text-shadow: 0 6px 20px rgba(0,224,255,0.22);
}

.schedule-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--text-white);
    margin-bottom: clamp(16px, 4vw, 24px);
    text-shadow: 0 6px 20px rgba(0,224,255,0.22);
}

.review-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: var(--text-white);
    margin-bottom: clamp(16px, 4vw, 24px);
    text-shadow: 0 6px 20px rgba(0,224,255,0.22);
}

.schedule-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--text-white);
}

.schedule-image {
    width: clamp(200px, 30vw, 300px);
    height: auto;
    object-fit: cover;
    border-radius: clamp(8px, 2vw, 12px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    margin-left: 0;
    margin-right: 0;
}

.schedule-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(16px, 4vw, 24px);
    position: relative;
    overflow: hidden;
}

.schedule-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(50px, 10vw, 80px);
    background: linear-gradient(360deg, rgba(0, 14, 15, 0) 0%, #000e0f36 62.21%);
    box-shadow: 0 4px 20px rgba(0, 14, 15, 0.25);
    border-radius: 16px;
    pointer-events: none;
}

.schedule-content-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(40px, 7vw, 48px);
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    min-width: 400px;
}

.schedule-content-container-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(40px, 7vw, 48px);
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    min-width: 400px;
}

.schedule-days {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(4px, 1vw, 8px);
    padding: clamp(12px, 3vw, 16px);
    margin-top: clamp(-96px, -12vw, -77px);
}

.day-time-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(8px, 2vw, 12px);
}

.schedule-content-container .day-time-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(8px, 2vw, 12px);
}

.schedule-content-container .schedule-time {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: clamp(4px, 1vw, 6px);
    padding: clamp(4px, 1vw, 6px) clamp(6px, 1.5vw, 8px);
    width: clamp(60px, 10vw, 80px);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.schedule-content-container .schedule-day {
    width: clamp(80px, 12vw, 100px);
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-white);
}

.schedule-content-container-right .day-time-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(8px, 2vw, 12px);
}

.schedule-content-container-right .schedule-day {
    width: clamp(80px, 12vw, 100px);
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-white);
}

.schedule-content-container-right .schedule-time {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: clamp(4px, 1vw, 6px);
    padding: clamp(4px, 1vw, 6px) clamp(6px, 1.5vw, 8px);
    width: clamp(60px, 10vw, 80px);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.mobile-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-top);
    z-index: 1001;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text-white);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 4vw, 18px);
    padding: 20px;
}

.rewards-section {
    position: relative;
    z-index: 1;
    background: transparent;
}

.rewards-list {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1.5rem;
    color: var(--muted-white);
    visibility: visible;
    opacity: 1;
}

.rewards-list ul {
    color: var(--muted-white);
    list-style: disc;
    display: block;
    margin: 0;
    padding-left: 1.5rem;
    visibility: visible;
    opacity: 1;
}

.rewards-list li {
    color: var(--muted-white);
    margin-bottom: 0.5rem;
    visibility: visible;
    opacity: 1;
}

.rules-list {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 1.5rem;
    color: var(--muted-white);
    visibility: visible;
    opacity: 1;
}

.rules-list ul {
    color: var(--muted-white);
    list-style: disc;
    display: block;
    margin: 0;
    padding-left: 1.5rem;
    visibility: visible;
    opacity: 1;
}

.rules-list li {
    color: var(--muted-white);
    margin-bottom: 0.5rem;
    visibility: visible;
    opacity: 1;
}

.signup-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 1.5rem;
    color: var(--muted-white);
    visibility: visible;
    opacity: 1;
}

.loader {
    position: relative;
    display: none;
    margin: 20px auto;
    z-index: 2;
}

.loader.active {
    display: block;
}

.loader:after {
    content: '';
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #A7ECFF;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.wheel-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 2px solid transparent;
    background: linear-gradient(0deg, #FFFB90 -22.88%, #FBE978 -6.61%, #F8DC65 5.02%, #E6C758 8.5%, #C49F40 16.64%, #AC832F 23.61%, #9E7225 29.43%, #996C22 34.07%, #9D7125 37.56%, #A98030 42.21%, #BD9A42 46.86%, #D9BE5A 51.51%, #FBE878 57.32%, #FFFFAA 66.62%, #FBE878 73.59%, #A4631B 93.35%) border-box;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.wheel-container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
}

.spin-container {
    background: linear-gradient(270deg, #0E5DF8 -3.89%, #0E4DE0 28.42%, #0F26A2 96.19%, #10249F 100.36%);
    padding: 16px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.spin-container-outer {
    width: 100%;
    max-width: 39.5255em;
    max-height: 90vh;
    position: relative;
    padding: 3em;
    border-radius: 1em;
    background: transparent;
}

.spin-container-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.spin-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 14%;
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    background: linear-gradient(270deg, #0E5DF8 -3.89%, #0E4DE0 28.42%, #0F26A2 96.19%, #10249F 100.36%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.spin-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.spinner {
    display: none;
    margin-left: 8px;
}

.spinner.active {
    display: inline-block;
}

.spinner-arrow {
    position: absolute;
    width: 4em;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.final-value {
    font-size: 1.5em;
    text-align: center;
    margin-top: 1.5em;
    color: var(--muted-white);
    font-weight: 500;
}

.footer-logo-container {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 4vw, 24px);
    margin: clamp(16px, 4vw, 24px) 0;
}

.footer-logo {
    width: clamp(40px, 10vw, 60px);
    height: clamp(40px, 10vw, 60px);
    object-fit: contain;
}

.h-divider {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.h-divider .shadow {
    overflow: hidden;
    height: 16px;
}

.h-divider .shadow:after {
    content: '';
    display: block;
    margin: -20px auto 0;
    width: 100%;
    height: 20px;
    border-radius: 125px/8px;
    box-shadow: 0 0 8px 2px rgba(232, 232, 232, 0.9), 0 0 12px 4px rgba(233, 233, 233, 0.5);
}

.review-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: clamp(8px, 2vw, 12px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.review-card {
    background: var(--card-bg);
    border-radius: clamp(8px, 2vw, 12px);
    padding: clamp(16px, 4vw, 24px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.leaderboard-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(48px, 8vw, 72px);
    text-align: center;
    color: var(--neon-blue);
    padding: clamp(20px, 4vw, 40px);
}

.tab-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
}

.tab-button.active {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    text-decoration-style: solid;
    text-decoration-thickness: 10%;
    text-decoration-skip-ink: auto;
    color: #021d22;
    background: rgba(167, 236, 255, 1);
    box-shadow: 0 6px 30px rgba(0,224,255,0.36), inset 0 -2px 8px rgba(255,255,255,0.06);
    border-radius: 15px;
    border: 1px solid var(--accent-cyan);
    transition: all 180ms cubic-bezier(.2,.9,.3,1);
    width: clamp(100px, 20vw, 120px);
    height: clamp(40px, 5vw, 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.tab-button.inactive {
    color: #ffffff;
}

.winner-grid {
    margin-top: 2rem;
}

.winner-card {
    background: var(--card-bg);
    border-width: 0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: -1;
}

.winner-card.middle-card {
    transform: translateY(-30px);
}

.winner-avatar {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.winner-avatar::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 200px;
    height: 100px;
    background: linear-gradient(180deg, #00BAEC 0%, #00546A 37.37%, #1A2526 82.23%);
    transform: skewY(-10deg);
    opacity: 0.8;
    filter: blur(4px);
    z-index: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.winner-avatar:hover {
    transform: none;
    width: 200px;
    height: 200px;
}

.trophy-icon {
    width: 2rem;
    height: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.winning-amount {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.eth-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
}

.rank-win {
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
}

.countdown {
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

.use-code-btn {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: var(--neon-blue);
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
    background: transparent;
    border-style: solid;
}

.use-code-btn:hover {
    color: var(--neon-blue);
}

.leaderboard-table {
    width: 100%;
    margin-top: 1.5rem;
    overflow-x: auto;
}

.leaderboard-table table {
    width: 100%;
    color: #ffffff;
}

.leaderboard-table th {
    background: var(--card-bg);
    padding: 0.75rem;
    text-align: left;
}

.leaderboard-table td {
    padding: 0.75rem;
    border-top: 1px solid var(--accent-cyan);
}

.leaderboard-table tr:nth-child(even) {
    background: rgba(3, 16, 22, 0.5);
}

.leaderboard-table tr:hover {
    background: rgba(34, 211, 238, 0.2);
    box-shadow: 0 0 10px var(--neon-blue);
}

.leaderboard-table .avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
}

.leaderboard-table .profit {
    text-align: right;
    color: var(--neon-green);
    text-shadow: 0 0 10px var(--neon-green);
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.pagination button {
    padding: 0.5rem 0.75rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 3vw, 14px);
    color: var(--text-white);
    background: transparent;
    border: 1px solid var(--accent-cyan);
    border-radius: 8px;
    margin: 0 4px;
    transition: all 180ms cubic-bezier(.2,.9,.3,1);
}

.pagination button:hover {
    background: rgba(167, 236, 255, 0.2);
    transform: translateY(-2px);
}

.pagination button.active {
    background: var(--neon-blue);
    color: #000000;
    border-radius: 8px;
    box-shadow: 0 0 10px var(--neon-blue);
}

@media (max-width: 1024px) {
    .header {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        padding: clamp(4px, 1vw, 8px);
    }
    .header .left-icons {
        display: none;
    }
    .header .logo-container {
        flex-grow: 1;
        display: flex;
        justify-content: flex-start;
    }
    .header .right-icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 0;
        gap: clamp(4px, 1vw, 8px);
    }
    .header .cta-button {
        display: none;
    }
    .livestream-banner {
        height: 50vh;
    }
    .social-heading {
        font-size: clamp(36px, 8vw, 48px);
        margin-bottom: clamp(40px, 7vw, 56px);
    }
    .schedule-heading {
        font-size: clamp(32px, 6vw, 36px);
    }
    .review-heading {
        font-size: clamp(32px, 6vw, 36px);
    }
    .schedule-content {
        font-size: clamp(14px, 3vw, 15px);
    }
    .schedule-content-container, .schedule-content-container-right {
        min-width: 300px;
        gap: clamp(32px, 6vw, 40px);
        background-size: cover;
        padding: clamp(15px, 4vw, 25px);
    }
    .schedule-days {
        padding: clamp(10px, 2.5vw, 14px);
        margin-top: clamp(-77px, -9.6vw, -58px);
    }
    .schedule-content-container .schedule-time, .schedule-content-container-right .schedule-time {
        font-size: clamp(14px, 3vw, 15px);
        padding: clamp(3px, 0.8vw, 5px) clamp(5px, 1.2vw, 7px);
        width: clamp(50px, 8vw, 70px);
        border-radius: clamp(3px, 0.8vw, 5px);
    }
    .schedule-content-container .schedule-day, .schedule-content-container-right .schedule-day {
        width: clamp(70px, 10vw, 90px);
        font-size: clamp(14px, 3vw, 15px);
    }
    .schedule-content-container .day-time-pair, .schedule-content-container-right .day-time-pair {
        gap: clamp(6px, 1.5vw, 10px);
    }
    .winner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
    .rewards-list {
        font-size: 18px;
        padding-left: 1.25rem;
    }
    .rewards-list ul {
        padding-left: 1.25rem;
    }
    .rules-list {
        font-size: 20px;
        padding-left: 1.25rem;
    }
    .rules-list ul {
        padding-left: 1.25rem;
    }
    .signup-list {
        font-size: 14px;
        padding-left: 1.25rem;
    }
    .loader {
        width: 32px;
        height: 32px;
    }
    .loader:after {
        width: 32px;
        height: 32px;
        border-width: 3px;
    }
    .spin-container-outer {
        padding: 2em;
    }
    .spin-button {
        font-size: 1em;
    }
    .final-value {
        font-size: 1.2em;
    }
}

@media (min-width: 1025px) {
    .header {
        width: clamp(90%, 95vw, 1810px);
        height: clamp(60px, 15vw, 100px);
        padding: clamp(8px, 2vw, 12px);
    }
    .right-icons {
        gap: clamp(4px, 1vw, 8px);
    }
    .social-heading {
        font-size: 72px;
    }
    .schedule-heading {
        font-size: 48px;
    }
    .review-heading {
        font-size: 48px;
    }
    .schedule-content {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .schedule-image {
        max-width: 180px !important;
    }
    .schedule-content-container, .schedule-content-container-right {
        min-width: 250px;
        gap: clamp(24px, 5vw, 32px);
        background-size: cover;
        padding: clamp(10px, 3vw, 20px);
    }
    .schedule-days {
        padding: clamp(8px, 2vw, 12px);
        margin-top: clamp(-58px, -7.2vw, -38px);
    }
    .social-heading {
        margin-bottom: clamp(32px, 6vw, 48px);
    }
    .schedule-content-container .schedule-time, .schedule-content-container-right .schedule-time {
        font-size: clamp(12px, 3vw, 13px);
        padding: clamp(2px, 0.6vw, 4px) clamp(4px, 1vw, 6px);
        width: clamp(45px, 7vw, 60px);
        border-radius: clamp(2px, 0.6vw, 4px);
    }
    .schedule-content-container .schedule-day, .schedule-content-container-right .schedule-day {
        width: clamp(60px, 8vw, 80px);
        font-size: clamp(12px, 3vw, 13px);
    }
    .schedule-content-container .day-time-pair, .schedule-content-container-right .day-time-pair {
        gap: clamp(5px, 1.2vw, 8px);
    }
    .winner-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
    .leaderboard-table {
        overflow-x: auto;
    }
    .footer h2 {
        font-size: clamp(20px, 6vw, 24px);
    }
    .footer h1 {
        font-size: clamp(20px, 6vw, 24px);
    }
    .footer p.disclaimer-text {
        font-size: clamp(10px, 3vw, 12px);
        line-height: 1.4;
        max-width: 100%;
    }
    .footer p.gamble-text {
        font-size: clamp(10px, 3vw, 12px);
        line-height: 1.2;
        max-width: 100%;
    }
    .spin-container-outer {
        padding: 1.5em;
    }
    .spin-button {
        font-size: 0.9em;
    }
    .final-value {
        font-size: 1em;
    }
}

@media (max-width: 320px) {
    body {
        font-size: clamp(10px, 3vw, 12px);
    }
    .header {
        width: 98%;
        height: clamp(40px, 12vw, 60px);
        border-radius: clamp(8px, 2vw, 12px);
        padding: clamp(4px, 1vw, 6px);
    }
    .header .logo-container {
        gap: clamp(4px, 1vw, 8px);
    }
    .header .right-icons i {
        width: clamp(12px, 3vw, 14px);
        height: clamp(12px, 3vw, 14px);
    }
    .social-heading {
        font-size: clamp(24px, 6vw, 32px);
        margin-bottom: clamp(24px, 5vw, 40px);
    }
    .schedule-heading {
        font-size: clamp(24px, 5vw, 28px);
    }
    .review-heading {
        font-size: clamp(24px, 5vw, 28px);
    }
    .schedule-content {
        font-size: clamp(12px, 3vw, 13px);
    }
    .schedule-image {
        max-width: 120px !important;
    }
    .livestream-banner {
        height: 40vh;
    }
    .schedule-content-container, .schedule-content-container-right {
        background-size: cover;
        padding: clamp(8px, 2vw, 15px);
    }
    .schedule-content-container .schedule-time, .schedule-content-container-right .schedule-time {
        font-size: clamp(10px, 3vw, 11px);
        padding: clamp(2px, 0.5vw, 3px) clamp(3px, 0.8vw, 5px);
        width: clamp(40px, 6vw, 50px);
        border-radius: clamp(2px, 0.5vw, 3px);
    }
    .schedule-content-container .schedule-day, .schedule-content-container-right .schedule-day {
        width: clamp(50px, 6vw, 60px);
        font-size: clamp(10px, 3vw, 11px);
    }
    .schedule-content-container .day-time-pair, .schedule-content-container-right .day-time-pair {
        gap: clamp(4px, 1vw, 6px);
    }
    .rewards-list {
        font-size: 16px;
        padding-left: 1rem;
    }
    .rewards-list ul {
        padding-left: 1rem;
    }
    .rules-list {
        font-size: 18px;
        padding-left: 1rem;
    }
    .rules-list ul {
        padding-left: 1rem;
    }
    .signup-list {
        font-size: 12px;
        padding-left: 1rem;
    }
    .loader {
        width: 24px;
        height: 24px;
    }
    .loader:after {
        width: 24px;
        height: 24px;
        border-width: 2px;
    }
    .spin-container-outer {
        padding: 1em;
    }
    .spin-button {
        font-size: 0.8em;
    }
    .final-value {
        font-size: 0.9em;
    }
}
