:root {
    /* ── Temel Renk Teması Değişkenleri ── */
    --star-navbar-bg: rgba(7, 20, 15, 0.96);
    --star-onemli-text-color: #34d399;
    --star-normal-text-color: #ecfdf5;
    --star-onemsiz-text-color: #6b7c74;
    --star-button-background-color: #10b981;
    --star-button-hover-background-color: #059669;
    --star-button-text-color: #ffffff;
    --star-sidebar-button-background-color: rgb(18, 36, 28);
    --star-bonus-card-background-color: rgb(11, 24, 19);
    --star-bonus-card-image-color: linear-gradient(to right, rgba(16, 185, 129, 0.18), rgba(132, 204, 22, 0));
    --star-card-background-color: rgb(11, 24, 19);
    --star-box-shadow-color: rgba(2, 14, 10, 0.55);
    --star-border-color: rgba(16, 185, 129, 0.16);

    --nirvana-navbar-bg: rgba(7, 20, 15, 0.96);
    --nirvana-onemli-text-color: #34d399;
    --nirvana-normal-text-color: #ecfdf5;
    --nirvana-onemsiz-text-color: #6b7c74;
    --nirvana-button-background-color: #10b981;
    --nirvana-button-hover-background-color: #059669;
    --nirvana-button-text-color: #ffffff;
    --nirvana-sidebar-button-background-color: rgb(18, 36, 28);
    --nirvana-bonus-card-background-color: rgb(11, 24, 19);
    --nirvana-bonus-card-image-color: linear-gradient(to right, rgba(16, 185, 129, 0.18), rgba(132, 204, 22, 0));
    --nirvana-card-background-color: rgb(11, 24, 19);
    --nirvana-box-shadow-color: rgba(2, 14, 10, 0.55);
    --nirvana-border-color: rgba(16, 185, 129, 0.16);

    --dark-bg: #071410;
    --primary-color: #10b981;
    --secondary-color: #059669;
    --light-text: #ecfdf5;
    --sidebar-width: 250px;
    --primary-rgb: 16, 185, 129;
    
    --theme-success-color: #22c55e;
    --theme-success-rgb: 34, 197, 94;
    --theme-warning-color: #f59e0b;
    --theme-warning-rgb: 245, 158, 11;
    --theme-info-color: #14b8a6;
    --theme-info-rgb: 20, 184, 166;
    --theme-danger-color: #f43f5e;
    --theme-danger-rgb: 244, 63, 94;
    --theme-accent-color: #14b8a6;
    --theme-accent-rgb: 20, 184, 166;

    --live-section-border-solid: rgba(49, 49, 49, 1);
    --live-section-border-85: rgba(49, 49, 49, 0.85);
    --overlay-light-blue-70: rgba(226, 232, 240, 0.7);
    --overlay-light-blue-95: rgba(226, 232, 240, 0.95);
}

.daily-reward-center-grid {
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr !important;
    width: 100%;
}

@media (max-width: 767px) {
    .daily-reward-center-grid {
        grid-template-columns: 1fr !important;
    }
}

body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, proxima-nova;
    font-weight: 400;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--dark-bg) !important;
    transition: background-color 0.3s ease;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

html {
    scroll-behavior: smooth;
    background-color: var(--nirvana-card-background-color);
    height: 100%;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

* {
    box-sizing: border-box;
    font-weight: 400;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobblePulse {
    0% {
        transform: rotate(0deg);
    }

    2% {
        transform: rotate(12deg);
    }

    4% {
        transform: rotate(-12deg);
    }

    6% {
        transform: rotate(8deg);
    }

    8% {
        transform: rotate(-8deg);
    }

    10% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes navbarPing {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes neonBlink {

    0%,
    100% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(var(--theme-danger-rgb), 0.5), 0 0 10px rgba(var(--theme-danger-rgb), 0.3);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 8px rgba(var(--theme-danger-rgb), 0.8), 0 0 15px rgba(var(--theme-danger-rgb), 0.5);
    }
}

@keyframes yayinBlink {

    0%,
    100% {
        opacity: 0.7;
        text-shadow: 0 0 10px rgba(var(--theme-danger-rgb), 0.6), 0 0 20px rgba(var(--theme-danger-rgb), 0.4), 0 0 30px rgba(var(--theme-danger-rgb), 0.2);
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 15px rgba(var(--theme-danger-rgb), 1), 0 0 25px rgba(var(--theme-danger-rgb), 0.8), 0 0 35px rgba(var(--theme-danger-rgb), 0.6), 0 0 45px rgba(var(--theme-danger-rgb), 0.4);
    }
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    10%,
    30% {
        transform: scale(1.1);
    }

    20%,
    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes navbar-coin-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes navbar-coin-glow {
    0% {
        filter: brightness(1);
        transform: scale(1);
    }

    50% {
        filter: brightness(1.3);
        transform: scale(1.05);
    }

    100% {
        filter: brightness(1);
        transform: scale(1);
    }
}

@keyframes coin-spin {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.4);
}

.spinner {
    border: 3px solid var(--spinner-track-color, var(--overlay-light-10));
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--nirvana-onemsiz-text-color);
    border-radius: 5px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.past-streams-scroll {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
}

.past-streams-scroll:active {
    cursor: grabbing;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.18);
}

img {
    max-width: 100%;
    height: auto;
}

@media print {

    nav,
    footer {
        display: none;
    }
}

.buttonGradientv2 {
    background: linear-gradient(135deg, var(--button-surface-start) 0%, var(--button-surface-end) 100%);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
    color: var(--nirvana-button-text-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.buttonGradientv2:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.4);
}

.backdrop-blur-3xl {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.raining-small {
    position: relative;
    overflow: hidden;
}

.text-card-foreground {
    color: var(--nirvana-normal-text-color);
}

.wobble-exclaim {
    display: inline-block;
    animation: wobblePulse 3s infinite;
    transform-origin: center bottom;
}

.main-container {
    margin: 0.75rem auto 0;
    width: 100%;
    max-width: 1920px;
    flex: 1 0 auto;
    overflow: hidden;
    border-radius: 0.5rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 0 0.5rem;
    padding-bottom: 2rem;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* iOS Safari: background-attachment:fixed breaks sibling position:fixed bottom bars */
@media (max-width: 767px) {
    .main-container {
        background-attachment: scroll;
    }
}

@media (min-width: 768px) {
    body.chat-open .main-container {
        transform: translateX(-140px);
    }
}

@media (min-width: 1536px) {
    body.chat-open .main-container {
        transform: translateX(-140px);
    }
}

.section-card {
    color: var(--nirvana-normal-text-color);
    padding: 0.25rem;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    overflow: visible;
    transition: border-color 0.3s, opacity 0.3s;
    -webkit-backdrop-filter: blur(4px);
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .sans-page .section-card {
        padding: 0;
    }
}

.section-card-inner {
    position: relative;
    overflow: visible;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: visible;
}

.card-content {
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color);
    border: 1px solid var(--nirvana-border-color);
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.card-content:hover {
    border-color: var(--nirvana-border-color);
}

.slider-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    user-select: none;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1500 / 400;
    background: linear-gradient(to top, var(--nirvana-card-background-color) 0%, var(--nirvana-card-background-color) 80%, var(--nirvana-sidebar-button-background-color) 100%);
}

.slider-swiper {
    width: 100%;
    height: 100%;
}

.slider-swiper .swiper-slide {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

.slider-slide-content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    color: var(--nirvana-normal-text-color);
}

.slider-logo-wrapper {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-logo {
    z-index: 10;
    object-fit: contain;
    height: auto;
    width: 240px;
}

.slider-text {
    position: absolute;
    letter-spacing: -0.025em;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 70px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.slider-bg-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}

.slider-swiper .swiper-pagination {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.slider-swiper .swiper-pagination-bullet {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    background-color: var(--pagination-bullet-color, var(--nirvana-onemsiz-text-color));
    opacity: 1;
    margin: 0;
}

.slider-swiper .swiper-pagination-bullet-active {
    background-color: var(--nirvana-normal-text-color);
}

.banner-content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    color: var(--nirvana-normal-text-color);
}

.banner-text-wrapper {
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.banner-title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-title-large {
    font-size: 1.5rem;
    font-weight: 700;
}

.banner-text {
    margin-top: 0.5rem;
    transform: translateX(0.25rem);
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5;
}

.banner-highlight {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--theme-success-color);
}

.banner-image-right {
    position: absolute;
    bottom: 0;
    z-index: 20;
    display: none;
    height: 24rem;
    width: 16rem;
    filter: blur(1px);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: scale(0.9);
}

.banner-image-left {
    position: absolute;
    inset: 0;
    z-index: 10;
    object-fit: cover;
    object-position: center;
    filter: blur(1px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0.5;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    overflow: visible;
}

.menu-item {
    width: 100%;
    grid-column: span 2;
    overflow: visible;
}

.daily-reward-button-wrapper .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.daily-reward-button-wrapper .menu-item {
    grid-column: span 1;
}

.menu-item-small {
    width: 100%;
    grid-column: span 1;
    overflow: visible;
}

.menu-grid .step-card {
    flex: none;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    gap: 0.5rem;
}

.step-card-sponsor {
    border-color: rgba(var(--theme-success-rgb), 0.3);
}

.step-card-sponsor:hover {
    border-color: rgba(var(--theme-success-rgb), 0.5);
    background-color: rgba(var(--theme-success-rgb), 0.05);
}

.step-card-sponsor .step-indicator-left,
.step-card-sponsor .step-indicator-right {
    background-color: var(--theme-success-color);
    box-shadow: 0 0 80px 10px var(--theme-success-color);
}

.step-card-sponsor .step-icon {
    background-color: rgba(var(--theme-success-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-success-rgb), 0.45),
        0 0 20px rgba(var(--theme-success-rgb), 0.12);
}

.step-card-yayin {
    border-color: rgba(var(--theme-warning-rgb), 0.3);
}

.step-card-yayin:hover {
    border-color: rgba(var(--theme-warning-rgb), 0.5);
    background-color: rgba(var(--theme-warning-rgb), 0.05);
}

.step-card-yayin .step-indicator-left,
.step-card-yayin .step-indicator-right {
    background-color: var(--theme-warning-color);
    box-shadow: 0 0 80px 10px var(--theme-warning-color);
}

.step-card-yayin .step-icon {
    background-color: rgba(var(--theme-warning-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-warning-rgb), 0.45),
        0 0 20px rgba(var(--theme-warning-rgb), 0.12);
}

.step-card-store {
    border-color: rgba(var(--theme-info-rgb), 0.3);
}

.step-card-store:hover {
    border-color: rgba(var(--theme-info-rgb), 0.5);
    background-color: rgba(var(--theme-info-rgb), 0.05);
}

.step-card-store .step-indicator-left,
.step-card-store .step-indicator-right {
    background-color: var(--theme-info-color);
    box-shadow: 0 0 80px 10px var(--theme-info-color);
}

.step-card-store .step-icon {
    background-color: rgba(var(--theme-info-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-info-rgb), 0.45),
        0 0 20px rgba(var(--theme-info-rgb), 0.12);
}

.step-card-cekilis {
    border-color: rgba(var(--theme-danger-rgb), 0.3);
}

.step-card-cekilis:hover {
    border-color: rgba(var(--theme-danger-rgb), 0.5);
    background-color: rgba(var(--theme-danger-rgb), 0.05);
}

.step-card-cekilis .step-indicator-left,
.step-card-cekilis .step-indicator-right {
    background-color: var(--theme-danger-color);
    box-shadow: 0 0 80px 10px var(--theme-danger-color);
}

.step-card-cekilis .step-icon {
    background-color: rgba(var(--theme-danger-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-danger-rgb), 0.45),
        0 0 20px rgba(var(--theme-danger-rgb), 0.12);
}

.step-card-oyunlar {
    border-color: rgba(var(--theme-accent-rgb), 0.3);
}

.step-card-oyunlar:hover {
    border-color: rgba(var(--theme-accent-rgb), 0.5);
    background-color: rgba(var(--theme-accent-rgb), 0.05);
}

.step-card-oyunlar .step-indicator-left,
.step-card-oyunlar .step-indicator-right {
    background-color: var(--theme-accent-color);
    box-shadow: 0 0 80px 10px var(--theme-accent-color);
}

.step-card-oyunlar .step-icon {
    background-color: rgba(var(--theme-accent-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-accent-rgb), 0.45),
        0 0 20px rgba(var(--theme-accent-rgb), 0.12);
}

.step-card-daily-register {
    border-color: rgba(var(--theme-success-rgb), 0.3);
}

.step-card-daily-register:hover {
    border-color: rgba(var(--theme-success-rgb), 0.5);
    background-color: rgba(var(--theme-success-rgb), 0.05);
}

.step-card-daily-register .step-indicator-left,
.step-card-daily-register .step-indicator-right {
    background-color: var(--theme-success-color);
    box-shadow: 0 0 80px 10px var(--theme-success-color);
}

.step-card-daily-register .step-icon {
    background-color: rgba(var(--theme-success-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-success-rgb), 0.45),
        0 0 20px rgba(var(--theme-success-rgb), 0.12);
}

.step-card-daily-login {
    border-color: rgba(var(--theme-info-rgb), 0.3);
}

.step-card-daily-login:hover {
    border-color: rgba(var(--theme-info-rgb), 0.5);
    background-color: rgba(var(--theme-info-rgb), 0.05);
}

.step-card-daily-login .step-indicator-left,
.step-card-daily-login .step-indicator-right {
    background-color: var(--theme-info-color);
    box-shadow: 0 0 80px 10px var(--theme-info-color);
}

.step-card-daily-login .step-icon {
    background-color: rgba(var(--theme-info-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-info-rgb), 0.45),
        0 0 20px rgba(var(--theme-info-rgb), 0.12);
}

.step-card-daily-checkin {
    border-color: rgba(var(--theme-success-rgb), 0.3);
}

.step-card-daily-checkin:hover {
    border-color: rgba(var(--theme-success-rgb), 0.5);
    background-color: rgba(var(--theme-success-rgb), 0.05);
}

.step-card-daily-checkin .step-indicator-left,
.step-card-daily-checkin .step-indicator-right {
    background-color: var(--theme-success-color);
    box-shadow: 0 0 80px 10px var(--theme-success-color);
}

.step-card-daily-checkin .step-icon {
    background-color: rgba(var(--theme-success-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-success-rgb), 0.45),
        0 0 20px rgba(var(--theme-success-rgb), 0.12);
}

.step-card-daily-puzzle {
    border-color: rgba(var(--theme-warning-rgb), 0.3);
}

.step-card-daily-puzzle:hover {
    border-color: rgba(var(--theme-warning-rgb), 0.5);
    background-color: rgba(var(--theme-warning-rgb), 0.05);
}

.step-card-daily-puzzle .step-indicator-left,
.step-card-daily-puzzle .step-indicator-right {
    background-color: var(--theme-warning-color);
    box-shadow: 0 0 80px 10px var(--theme-warning-color);
}

.step-card-daily-puzzle .step-icon {
    background-color: rgba(var(--theme-warning-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-warning-rgb), 0.45),
        0 0 20px rgba(var(--theme-warning-rgb), 0.12);
}

.step-card-daily-number {
    border-color: rgba(var(--theme-info-rgb), 0.3);
}

.step-card-daily-number:hover {
    border-color: rgba(var(--theme-info-rgb), 0.5);
    background-color: rgba(var(--theme-info-rgb), 0.05);
}

.step-card-daily-number .step-indicator-left,
.step-card-daily-number .step-indicator-right {
    background-color: var(--theme-info-color);
    box-shadow: 0 0 80px 10px var(--theme-info-color);
}

.step-card-daily-number .step-icon {
    background-color: rgba(var(--theme-info-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-info-rgb), 0.45),
        0 0 20px rgba(var(--theme-info-rgb), 0.12);
}

.step-card-daily-memory {
    border-color: rgba(var(--theme-accent-rgb), 0.3);
}

.step-card-daily-memory:hover {
    border-color: rgba(var(--theme-accent-rgb), 0.5);
    background-color: rgba(var(--theme-accent-rgb), 0.05);
}

.step-card-daily-memory .step-indicator-left,
.step-card-daily-memory .step-indicator-right {
    background-color: var(--theme-accent-color);
    box-shadow: 0 0 80px 10px var(--theme-accent-color);
}

.step-card-daily-memory .step-icon {
    background-color: rgba(var(--theme-accent-rgb), 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(var(--theme-accent-rgb), 0.45),
        0 0 20px rgba(var(--theme-accent-rgb), 0.12);
}

.daily-reward-button-wrapper .daily-reward-step-icon {
    width: 2.375rem;
    height: 2.375rem;
    min-width: 2.375rem;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0.5rem;
    overflow: visible;
    isolation: isolate;
}

.daily-reward-button-wrapper .daily-reward-step-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    transform-origin: 50% 50%;
}

.daily-reward-button-wrapper .daily-reward-icon-svg.daily-reward-animate--success {
    color: var(--theme-success-color);
}

.daily-reward-button-wrapper .daily-reward-icon-svg.daily-reward-animate--info {
    color: var(--theme-info-color);
}

.daily-reward-button-wrapper .daily-reward-icon-svg.daily-reward-animate--warning {
    color: var(--theme-warning-color);
}

.daily-reward-button-wrapper .daily-reward-icon-svg.daily-reward-animate--accent {
    color: var(--theme-accent-color);
}

.menu-grid .step-icon {
    width: 2.375rem;
    height: 2.375rem;
    min-width: 2.375rem;
    box-sizing: border-box;
}

.menu-grid .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.menu-grid .step-icon svg.menu-svg--diamond {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: visible;
    color: var(--theme-success-color);
}

.menu-grid .step-icon svg.menu-svg--camera {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: visible;
    color: var(--theme-warning-color);
}

.menu-grid .step-icon svg.menu-svg--market {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: visible;
    color: var(--theme-info-color);
}

.menu-grid .step-icon svg.menu-svg--raffle {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: visible;
    color: var(--theme-danger-color);
}

.menu-grid .step-icon svg.menu-svg--slot {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: visible;
    color: var(--theme-accent-color);
}

.menu-grid .step-text {
    font-size: 0.75rem;
}

.menu-card {
    position: relative;
    width: 100%;
    border-radius: 0.375rem;
    overflow: visible;
}

.menu-card-inner {
    position: relative;
    width: 100%;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--nirvana-border-color);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1;
}

.menu-card-inner:hover {
    transform: scale(1.02);
    border-color: var(--nirvana-border-color);
    z-index: 10;
}

.menu-card-content {
    padding: 0;
    height: 100%;
    width: 100%;
}

.menu-card-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    padding: 0.375rem;
}

.menu-card-text {
    display: flex;
    white-space: nowrap;
    padding: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color);
}

.menu-card-gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom right, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.125) 100%);
}

.menu-sponsor {
    background-color: var(--menu-card-bg, var(--primary-color));
}

.menu-yayin {
    background-color: var(--menu-card-bg, var(--primary-color));
}

.menu-store {
    background-color: var(--menu-card-bg, var(--primary-color));
}

.menu-cekilisler {
    background-color: var(--menu-card-bg, var(--primary-color));
}

.menu-oyunlar {
    background-color: var(--menu-card-bg, var(--primary-color));
}

.stats-card {
    position: relative;
    margin: 1rem 0;
    display: flex;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color);
    border: 1px solid var(--nirvana-border-color);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    isolation: isolate;
}

.stats-card:hover {
    border-color: var(--nirvana-border-color);
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.3);
}

.stats-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
}

.stats-card__bg-svg {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 100%;
}

.stats-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(165deg,
            rgba(255, 255, 255, 0.035) 0%,
            transparent 42%,
            transparent 58%,
            rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.stats-card-content {
    position: relative;
    z-index: 2;
    padding: 0;
    height: 100%;
    width: 100%;
}

.stats-inner {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.stats-card-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    outline: none;
    border-radius: 0.5rem;
    transition: transform 0.25s ease;
}

.stats-card-link:focus-visible {
    box-shadow: 0 0 0 2px var(--nirvana-card-background-color), 0 0 0 4px var(--primary-color);
}

.stats-card-link:hover .stats-cta-arrow {
    transform: translateX(4px);
}

.stats-card-link:active {
    transform: scale(0.995);
}

.stats-wrapper {
    position: relative;
    display: flex;
    min-height: 158px;
    width: 100%;
    user-select: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 1.25rem 1rem 1rem;
}

.stats-layout {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
}

.stats-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
}

.stats-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.stats-eyebrow-icon {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    opacity: 0.9;
}

.stats-lead {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--nirvana-onemsiz-text-color, rgba(255, 255, 255, 0.72));
    max-width: 22rem;
}

.stats-trailing {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color);
    opacity: 0.92;
    text-align: center;
}

.stats-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.125rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.02em;
}

.stats-cta-arrow {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    opacity: 0.95;
}

.stats-numbers {
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0.25rem;
}

.stats-number-panel {
    width: 100%;
    max-width: 100%;
    padding: 0.65rem 0.85rem 0.75rem;
    border-radius: 0.75rem;
    background: linear-gradient(165deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.08) 0%,
            rgba(0, 0, 0, 0.12) 100%);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 8px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.stats-number-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0.2rem 0.35rem;
}

.stats-digit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 2.65rem;
    padding: 0 0.35rem;
    border-radius: 0.5rem;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.14) 0%,
            var(--primary-color) 42%,
            var(--secondary-color, var(--primary-color)) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 1.5rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: var(--nirvana-button-text-color, #ffffff);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-card-link:hover .stats-digit {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 4px 12px rgba(var(--primary-rgb, 227, 146, 20), 0.35);
}

.stats-sep {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 2.65rem;
    padding-bottom: 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    color: var(--nirvana-normal-text-color);
    opacity: 0.45;
    user-select: none;
}

.stats-currency {
    display: flex;
    align-items: flex-end;
    margin-left: 0.15rem;
}

.stats-currency-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0 0.45rem;
    border-radius: 0.5rem;
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--primary-color);
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.12);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.35);
    line-height: 1;
}

.stats-glow {
    pointer-events: none;
    position: absolute;
    border-radius: 9999px;
    background-color: var(--primary-color);
    opacity: 0.32;
    filter: blur(3rem);
}

.stats-glow-1 {
    top: -6rem;
    left: 0;
    right: 0;
    height: 4rem;
    width: 40%;
}

.stats-glow-2 {
    top: -6rem;
    right: 0;
    height: 4rem;
    width: 25%;
    opacity: 0.36;
}

.stats-glow-3 {
    bottom: -8rem;
    right: 30%;
    height: 4rem;
    width: 25%;
    opacity: 0.34;
}

.stats-bg-sheen {
    opacity: 0.5;
    mix-blend-mode: soft-light;
}

.social-container {
    min-height: 30px;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid transparent;
    overflow: hidden;
    transition: border-color 0.3s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    margin: 1rem 0;
}

.social-buttons {
    display: flex;
    height: 100%;
    width: 100%;
    flex-shrink: 1;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.5rem;
}

.social-button-wrapper {
    position: relative;
    display: flex;
    flex-basis: 100%;
    margin: 0.25rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    gap: 1rem;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid transparent;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.social-button-wrapper:hover {
    transform: scale(1.02);
}

.social-button {
    display: flex;
    height: 2.5rem;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    background-color: var(--social-button-bg, rgba(33, 33, 33, 0.5));
    transition: background-color 0.3s;
}

.social-button:hover {
    background-color: var(--social-button-hover-bg, rgba(33, 33, 33, 0.2));
}

.live-section {
    position: relative;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    isolation: isolate;
}

.live-section:hover {
    border-color: var(--nirvana-border-color);
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.3);
}

.live-section__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
}

.live-section__bg-svg {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 220px;
}

.live-section__bg-sheen {
    opacity: 0.55;
    mix-blend-mode: soft-light;
}

.live-section::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(165deg,
            rgba(255, 255, 255, 0.04) 0%,
            transparent 40%,
            transparent 60%,
            rgba(0, 0, 0, 0.12) 100%);
    z-index: 1;
    pointer-events: none;
}

.live-section__content {
    position: relative;
    z-index: 2;
    padding: 1.35rem 1.1rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.live-hero {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.live-hero__icon {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.14) 0%,
            rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 14px rgba(0, 0, 0, 0.2);
    color: var(--primary-color);
}

.live-hero__icon svg {
    width: 1.75rem;
    height: 1.75rem;
    display: block;
}

.live-hero__copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.live-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.live-eyebrow__pulse {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--theme-danger-color, #ef4444);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.25);
    flex-shrink: 0;
}

.live-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--nirvana-normal-text-color, #ffffff);
    max-width: 28rem;
}

.live-subtitle {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--nirvana-onemsiz-text-color, rgba(255, 255, 255, 0.72));
    max-width: 26rem;
}

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

.live-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.65rem;
    padding: 0 1.35rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--nirvana-button-text-color, #ffffff);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.16) 0%,
            var(--primary-color) 38%,
            var(--secondary-color, var(--primary-color)) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 4px 14px rgba(var(--primary-rgb, 227, 146, 20), 0.28);
    transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.live-cta:hover {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 6px 18px rgba(var(--primary-rgb, 227, 146, 20), 0.38);
    color: var(--nirvana-button-text-color, #ffffff);
}

.live-cta:active {
    transform: scale(0.98);
}

.live-cta__icon {
    display: flex;
    opacity: 0.95;
}

.live-past-label {
    margin: 0.65rem 0 0;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--nirvana-onemsiz-text-color, rgba(255, 255, 255, 0.65));
}

.past-streams-wrapper {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.past-streams-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}

.past-streams-nav-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), inset 0 0 15px rgba(255, 255, 255, 0.08);
    transform: translateY(-50%) scale(1.1);
}

.past-streams-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.past-streams-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.past-streams-nav-left {
    left: 10px;
}

.past-streams-nav-right {
    right: 10px;
}

@media (max-width: 768px) {
    .past-streams-nav-btn {
        width: 35px;
        height: 35px;
    }

    .past-streams-nav-left {
        left: 5px;
    }

    .past-streams-nav-right {
        right: 5px;
    }
}

.past-streams-fade-left {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    height: 100%;
    width: 5rem;
    background: linear-gradient(to right, var(--nirvana-card-background-color, rgb(17, 17, 17)) 0%, rgba(17, 17, 17, 0.4) 50%, transparent 100%);
    transition: opacity 0.3s;
    opacity: 1;
}

.past-streams-fade-right {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    height: 100%;
    width: 5rem;
    background: linear-gradient(to left, var(--nirvana-card-background-color, rgb(17, 17, 17)) 0%, rgba(17, 17, 17, 0.4) 50%, transparent 100%);
    transition: opacity 0.3s;
    opacity: 1;
}

/* Premium Past Stream Carousel Cards (Homepage) */
.past-streams-wrapper .past-stream-item {
    min-width: 0;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 1rem;
    flex-basis: auto;
    width: 260px;
}

@media (max-width: 768px) {
    .past-streams-wrapper .past-stream-item {
        width: 220px;
    }
}

.past-streams-wrapper .past-stream-card {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    height: 100%;
}

.past-streams-wrapper .past-stream-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.15);
}

.past-streams-wrapper .past-stream-image-wrapper {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
}

.past-streams-wrapper .section-card-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.past-streams-wrapper .past-stream-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.past-streams-wrapper .past-stream-card:hover .past-stream-image {
    transform: scale(1.05);
}

.past-streams-wrapper .past-stream-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease;
    backdrop-filter: blur(2px);
}

.past-streams-wrapper .past-stream-card:hover .past-stream-overlay {
    opacity: 1;
}

.past-streams-wrapper .past-stream-overlay::after {
    content: '';
    width: 48px;
    height: 48px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>') no-repeat center center;
    background-size: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.past-streams-wrapper .past-stream-overlay .past-stream-title,
.past-streams-wrapper .past-stream-overlay .past-stream-date {
    display: none;
}

.past-streams-wrapper .past-stream-duration {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
}

.past-streams-wrapper .past-stream-info {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.past-streams-wrapper .past-stream-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--theme-text-color, #fff);
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.past-streams-wrapper .past-stream-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.past-streams-wrapper .past-stream-date {
    font-weight: normal;
}

.past-streams-wrapper .meta-dot,
.past-streams-wrapper .past-stream-meta-views,
.past-streams-wrapper .past-stream-views {
    display: none !important;
}

.past-streams-carousel {
    position: relative;
    max-width: 100%;
    user-select: none;
}

.past-streams-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
}

.past-streams-items {
    display: flex;
    margin-left: -1rem;
}













.tournaments-section {
    position: relative;
    margin: 1rem 0;
    display: flex;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s, opacity 0.3s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.tournaments-section:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.tournaments-content {
    padding: 0;
    height: 100%;
    width: 100%;
}

.tournaments-header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.75rem;
}

.tournaments-title-wrapper {
    margin-bottom: 0.5rem;
    text-align: center;
}

.tournaments-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--nirvana-normal-text-color, #ffffff);
}

.tournaments-subtitle {
    font-size: 0.75rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.tournaments-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0 0.25rem;
}

.tournament-card {
    position: relative;
    cursor: pointer;
}

.tournament-card-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid var(--tournament-card-border, rgb(30, 30, 30));
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0.25rem;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s, opacity 0.3s;
}

.tournament-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33)), var(--live-section-border, rgb(49, 49, 49)));
    opacity: 0.05;
    transition: opacity 0.3s;
}

.tournament-card:hover .tournament-card-gradient {
    opacity: 0.1;
}

.tournament-card-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.tournament-info {
    display: flex;
    flex: 1 1 0%;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.tournament-logo-wrapper {
    position: relative;
    margin: 0 0.5rem;
    display: flex;
    height: 2.5rem;
    width: 5rem;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.tournament-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s, opacity 0.3s;
}

.tournament-card:hover .tournament-logo {
    filter: brightness(1) invert(0);
}

.tournament-details {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
}

.tournament-name {
    font-size: 0.625rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.tournament-prize {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--theme-success-color, rgb(0, 255, 134));
}

.tournament-button {
    width: fit-content;
    border-radius: 0.5rem;
    border: 1px solid var(--tournament-card-border, rgb(30, 30, 30));
    background-color: var(--live-section-border, rgb(49, 49, 49));
    padding: 0.25rem 0.75rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--nirvana-normal-text-color, #ffffff);
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s, opacity 0.3s;
}

.tournament-button:hover {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.5);
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.tournament-card-overlay {
    position: absolute;
    inset: 0;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom right, var(--overlay-light-05, rgba(255, 255, 255, 0.05)), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.tournament-card:hover .tournament-card-overlay {
    opacity: 1;
}

.section-title {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 1rem;
    color: var(--section-title-color, rgb(214, 214, 214));
}

.events-section-header {
    margin-bottom: 1.5rem;
}

.events-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin: 0 0 0.5rem 0;
}

.events-section-subtitle {
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin: 0;
}

.other-events-section .section-card-inner {
    padding-top: 1rem;
}

.other-events-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 0.875rem;
    background: linear-gradient(135deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.08) 0%,
            rgba(0, 0, 0, 0.2) 55%,
            rgba(var(--primary-rgb, 227, 146, 20), 0.05) 100%);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.22);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.other-events-head-main {
    flex: 1 1 220px;
    min-width: 0;
}

.other-events-eyebrow {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color, #e39214);
    margin-bottom: 0.35rem;
}

.other-events-title {
    font-family: 'Jost', ui-sans-serif, system-ui, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin: 0 0 0.4rem 0;
}

.other-events-lead {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.72));
    margin: 0;
    max-width: 36rem;
}

.other-events-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 1.05rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--nirvana-button-text-color, #0f0f0f);
    background: linear-gradient(135deg,
            var(--primary-color, #e39214) 0%,
            rgba(var(--primary-rgb, 227, 146, 20), 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 12px rgba(var(--primary-rgb, 227, 146, 20), 0.35);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    align-self: center;
}

.other-events-cta:hover {
    filter: brightness(1.06);
    box-shadow: 0 4px 18px rgba(var(--primary-rgb, 227, 146, 20), 0.45);
}

.other-events-cta:active {
    transform: scale(0.98);
}

.other-events-cta-icon {
    flex-shrink: 0;
    opacity: 0.95;
}

@media (max-width: 520px) {
    .other-events-head {
        flex-direction: column;
        align-items: stretch;
    }

    .other-events-cta {
        width: 100%;
        align-self: stretch;
    }
}

.events-alert-dot {
    position: relative;
    width: 0.625rem;
    height: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
}

.events-alert-dot-ping {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: var(--primary-color, rgb(227, 146, 20));
    animation: navbarPing 1.5s ease-in-out infinite;
    z-index: 1;
    box-shadow: 0 0 6px rgba(var(--primary-rgb, 227, 146, 20), 0.9), 0 0 12px rgba(var(--primary-rgb, 227, 146, 20), 0.5);
}

.events-alert-message {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background-color: var(--overlay-dark-30, rgba(0, 0, 0, 0.3));
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 0.5rem;
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
    width: fit-content;
}

.events-alert-icon {
    font-size: 0.875rem;
    line-height: 1;
    flex-shrink: 0;
}

.events-alert-text {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
}

.events-carousel {
    position: relative;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
}

.events-fade-left {
    transition: opacity 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background: linear-gradient(to right, var(--nirvana-card-background-color, rgb(17, 17, 17)), transparent);
    z-index: 10;
    pointer-events: none;
    opacity: 1;
}

.events-fade-right {
    transition: opacity 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background: linear-gradient(to left, var(--nirvana-card-background-color, rgb(17, 17, 17)), transparent);
    z-index: 10;
    pointer-events: none;
    opacity: 1;
}

.events-scroll-btn {
    position: absolute;
    top: 50%;
    z-index: 12;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9999px;
    background: rgba(22, 22, 24, 0.92);
    color: var(--nirvana-normal-text-color, #f1f5f9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.events-scroll-btn:hover:not(:disabled) {
    background: rgba(40, 40, 44, 0.95);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.45);
    color: var(--primary-color, #e39214);
}

.events-scroll-btn:disabled {
    opacity: 0.28;
    cursor: not-allowed;
}

.events-scroll-btn--prev {
    left: 0.35rem;
}

.events-scroll-btn--next {
    right: 0.35rem;
}

.events-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    user-select: none;
    overflow: visible;
}

.events-scroll .past-streams-scroll-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    touch-action: manipulation;
    width: 100%;
    height: 100%;
    position: relative;
    will-change: scroll-position;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.events-scroll .past-streams-scroll-container:active {
    cursor: grabbing;
}

.events-scroll .past-streams-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Mobilde yatay ÅŸerit: pan-y yatay kaydÄ±rmayÄ± kilitliyordu; pan-x ile parmakla kaydÄ±r */
@media (max-width: 768px) {
    .events-carousel .past-streams-scroll-container {
        touch-action: pan-x pan-y;
        cursor: grab;
        overscroll-behavior-x: contain;
    }

    .events-scroll .past-streams-scroll-container:active {
        cursor: grabbing;
    }
}

.events-items {
    display: flex;
    margin-left: -0.75rem;
    gap: 0.75rem;
    padding-right: 0.75rem;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.event-item {
    min-width: min(492px, calc(100vw - 2.25rem));
    max-width: 520px;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 0.75rem;
    flex-basis: auto;
}

.event-card-link {
    width: 100%;
    text-decoration: none;
    color: inherit;
    display: block;
    pointer-events: none;
}

/* Ana sayfa etkinlik ÅŸeritleri â€” geniÅŸ, premium; gÃ¶rsel contain */
.event-strip {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 5.65rem;
    border-radius: 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(168deg,
            rgba(255, 255, 255, 0.04) 0%,
            transparent 42%),
        linear-gradient(105deg,
            var(--nirvana-card-background-color, rgb(20, 20, 22)) 0%,
            rgba(var(--primary-rgb, 227, 146, 20), 0.07) 48%,
            var(--nirvana-card-background-color, rgb(18, 18, 20)) 100%);
    overflow: hidden;
    position: relative;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 8px 28px rgba(0, 0, 0, 0.38);
}

.event-strip-media {
    flex: 0 0 6.125rem;
    width: 6.125rem;
    min-height: 5.65rem;
    align-self: stretch;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    box-sizing: border-box;
    background:
        radial-gradient(ellipse 80% 70% at 50% 40%, rgba(40, 40, 44, 0.95) 0%, rgba(10, 10, 12, 0.98) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
}

.event-strip-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,
            var(--primary-color, #e39214),
            rgba(var(--primary-rgb, 227, 146, 20), 0.2));
    pointer-events: none;
    z-index: 1;
}

.event-strip-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.event-strip-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.event-strip-left-group {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.55rem 0.5rem 0.5rem 0.55rem;
    gap: 0.38rem;
    position: relative;
}

.event-strip-body-rest {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    position: relative;
    min-width: 0;
}

.event-strip-hesap-line {
    display: none;
    margin: 0;
}

.event-strip-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.35rem;
}

.event-strip-title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.22;
    color: var(--nirvana-normal-text-color, #f1f5f9);
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-strip-meta-stack {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.4rem;
    width: 6.25rem;
    min-width: 6.25rem;
    max-width: 6.25rem;
    padding: 0.5rem 0.5rem 0.5rem 0.15rem;
    box-sizing: border-box;
}

.event-strip-meta-stack .win-provider {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 0.5625rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.04) 100%);
    padding: 0.28rem 0.4rem;
    border-radius: 0.45rem;
    color: var(--active-blue-light, #b8d9ff);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(59, 130, 246, 0.35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
}

.event-strip-meta-stack .win-sponsor-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.1rem;
    padding: 0.4rem 0.35rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    background: linear-gradient(165deg,
            rgba(255, 255, 255, 0.07) 0%,
            rgba(0, 0, 0, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 2px 10px rgba(0, 0, 0, 0.2);
}

.event-strip-meta-stack .win-sponsor-mark--empty {
    min-height: 30px;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    opacity: 0.45;
    width: 100%;
}

.event-strip-meta-stack .win-sponsor-mark--empty .win-sponsor-fallback {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary, #64748b);
    line-height: 1;
    opacity: 1;
}

.event-strip-meta-stack .win-sponsor-logo {
    width: auto;
    max-width: 100%;
    height: 2rem;
    max-height: 2.25rem;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    flex-shrink: 0;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

.event-strip-meta-stack .win-sponsor-mark:not(.win-sponsor-mark--empty) .win-sponsor-logo {
    filter:
        drop-shadow(0 0 8px rgba(252, 211, 77, 0.35)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.event-strip-meta-stack .win-sponsor-mark--empty .win-sponsor-logo {
    opacity: 0.35;
}

.event-strip-meta-stack .win-sponsor-fallback {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary, #64748b);
    line-height: 1;
}

.event-strip-type-badge {
    flex-shrink: 0;
    padding: 0.2rem 0.55rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nirvana-normal-text-color, #fff);
    border-radius: 999px;
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.45);
    background: linear-gradient(135deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.22),
            rgba(var(--primary-rgb, 227, 146, 20), 0.06));
    box-shadow: 0 0 20px rgba(var(--primary-rgb, 227, 146, 20), 0.12);
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-strip-metrics {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.28rem;
}

.event-strip-metric {
    flex: 1 1 0;
    min-width: 3.85rem;
    padding: 0.28rem 0.38rem;
    border-radius: 0.42rem;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.055) 0%,
            rgba(255, 255, 255, 0.025) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.event-strip-countdown {
    flex: 1.25 1 0;
    min-width: 9.5rem;
}

.event-strip-metric-label {
    display: block;
    font-size: 0.53125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.55));
    margin-bottom: 0.14rem;
    line-height: 1.15;
}

.event-strip-metric-value {
    display: block;
    font-size: 0.71875rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, #e2e8f0);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-strip-metric-prize {
    color: var(--theme-success-2, #4ade80);
    font-weight: 700;
    text-shadow: 0 0 12px rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.2);
}

.event-strip-timer-digits {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex-wrap: nowrap;
}

.event-strip-digit {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 0.14rem 0.1rem;
    border-radius: 0.32rem;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.event-strip-digit-num {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.15;
    color: var(--nirvana-normal-text-color, #fff);
}

.event-strip-digit-unit {
    display: block;
    font-size: 0.4375rem;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 0.02em;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.5));
    margin-top: 0.05rem;
}

.event-strip-progress-track {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.event-strip-progress-fill {
    display: block;
    height: 100%;
    border-radius: 0 1px 1px 0;
    background: linear-gradient(90deg,
            var(--primary-color, #e39214),
            rgba(var(--primary-rgb, 227, 146, 20), 0.6));
    transition: width 0.35s ease;
    max-width: 100%;
}

/* KatÄ±l: varsayÄ±lan gizli; hover/focusâ€™ta overlay + alttan kayma */
.event-strip-hover-layer {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    box-sizing: border-box;
    pointer-events: none;
    border-radius: inherit;
    overflow: hidden;
}

.event-strip-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: inherit;
}

.event-strip-cta.event-card-button {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin: 0;
    padding: 0.48rem 1.1rem;
    min-width: 0;
    width: auto;
    max-width: calc(100% - 1rem);
    border-radius: 0.55rem;
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.5);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    flex-direction: row;
    gap: 0.45rem;
    justify-content: center;
    align-items: center;
    color: var(--nirvana-button-text-color, var(--light-text, #ffffff));
    background: linear-gradient(165deg,
            var(--primary-color, #e39214) 0%,
            var(--secondary-color, #c47f10) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 4px 14px rgba(0, 0, 0, 0.42),
        0 0 18px rgba(var(--primary-rgb, 227, 146, 20), 0.18);
    transform: translateY(130%);
    opacity: 0;
    transition:
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.28s ease,
        filter 0.2s ease,
        box-shadow 0.2s ease;
    pointer-events: none;
}

.event-strip-cta.event-card-button .event-card-button-icon {
    width: 0.7rem;
    height: 0.7rem;
    opacity: 0.95;
}

@media (hover: hover) and (pointer: fine) {

    .event-strip:hover .event-strip-hover-layer,
    .event-strip:focus-within .event-strip-hover-layer {
        pointer-events: auto;
    }

    .event-strip:hover .event-strip-overlay,
    .event-strip:focus-within .event-strip-overlay {
        opacity: 1;
    }

    .event-strip:hover .event-strip-cta.event-card-button,
    .event-strip:focus-within .event-strip-cta.event-card-button {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

/* Mobil: KatÄ±l overlay; kart â€” dar/sÃ¼tun, img solda, baÅŸlÄ±k â†’ sponsor logosu â†’ sayaÃ§ (gÃ¼nâ€¦sn) â†’ Ã¶dÃ¼l
   (Bu bloklar .event-strip / .event-item temel stillerinden SONRA gelmeli; aksi halde mobil kurallar ezilir.) */
@media (max-width: 768px) {
    .event-item {
        min-width: min(260px, calc(100vw - 3.5rem));
        max-width: 300px;
    }

    .event-strip {
        min-height: 8.75rem;
        border-radius: 1rem;
        align-items: stretch;
    }

    .event-strip-media {
        flex: 0 0 4.25rem;
        width: 4.25rem;
        min-width: 4.25rem;
        min-height: 8.75rem;
        padding: 0.32rem;
        align-self: stretch;
    }

    .event-strip-content {
        flex: 1 1 auto;
        min-width: 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 0.5rem 0.55rem 0.55rem 0;
        gap: 0.35rem;
    }

    .event-strip-left-group {
        display: contents;
    }

    .event-strip-top {
        order: 1;
        padding: 0;
        width: 100%;
    }

    .event-strip-title {
        font-size: 0.8125rem;
        line-height: 1.22;
    }

    .event-strip-meta-stack {
        order: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.4rem;
        width: 100%;
        min-width: 0;
        max-width: none;
        flex: 0 0 auto;
        padding: 0;
    }

    /* BaÅŸlÄ±ÄŸÄ±n altÄ±: yalnÄ±zca sponsor logosu (tÃ¼r badge bu satÄ±rda yok) */
    .event-strip-meta-stack .win-provider {
        display: none;
    }

    .event-strip-hesap-line {
        display: none;
    }

    .event-strip-meta-stack .win-sponsor-mark {
        flex: 1 1 100%;
        width: 100%;
        min-height: 0;
        min-width: 0;
        padding: 0.12rem 0.2rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-width: none;
    }

    .event-strip-meta-stack .win-sponsor-mark--empty {
        min-height: 0;
        padding: 0;
        max-width: 1.1rem;
        justify-content: center;
        opacity: 0.45;
        border: none;
        background: none;
        box-shadow: none;
    }

    .event-strip-meta-stack .win-sponsor-mark--empty .win-sponsor-fallback {
        font-size: 0.7rem;
    }

    .event-strip-meta-stack .win-sponsor-logo {
        height: 1.1rem;
        max-height: 1.25rem;
        margin: 0;
    }

    .event-strip-body-rest {
        order: 3;
        gap: 0.3rem;
        width: 100%;
        padding: 0;
        margin-top: auto;
    }

    .event-strip-metrics {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.38rem;
    }

    .event-strip-metric {
        padding: 0.22rem 0.32rem;
    }

    .events-carousel .event-strip-metric--max {
        display: none;
    }

    .event-strip-countdown {
        order: 1;
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .event-strip-metric--prize {
        order: 2;
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
    }

    .event-strip-countdown .event-strip-timer-digits {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0.12rem;
    }

    .event-strip-countdown .event-strip-digit {
        flex: 1 1 0;
        min-width: 0;
        padding: 0.06rem 0.08rem;
    }

    .event-strip-countdown .event-strip-digit-num {
        font-size: 0.625rem;
    }

    .event-strip-countdown .event-strip-digit-unit {
        font-size: 0.375rem;
    }

    .event-strip-countdown .event-strip-metric-label {
        font-size: 0.5rem;
        line-height: 1.15;
        margin-bottom: 0.1rem;
    }

    .event-strip.event-strip--expanded .event-strip-hover-layer {
        pointer-events: auto;
    }

    .event-strip.event-strip--expanded .event-strip-overlay {
        opacity: 1;
    }

    .event-strip.event-strip--expanded .event-strip-cta.event-card-button {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

.event-strip-cta.event-card-button:hover:not(:disabled) {
    filter: brightness(1.06);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.65);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.24) inset,
        0 6px 18px rgba(0, 0, 0, 0.48),
        0 0 22px rgba(var(--primary-rgb, 227, 146, 20), 0.28);
}

.event-strip-cta.event-card-button:active:not(:disabled) {
    filter: brightness(0.94);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) inset;
}

/* Liste sayfasÄ±: sÃ¼resi dolmuÅŸ / kazananÄ± olan kartlar â€” gri overlay + detay linki */
.event-strip.event-strip--ended {
    opacity: 1;
}

.event-strip.event-strip--ended::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 6;
    border-radius: inherit;
    pointer-events: none;
    background: rgba(10, 10, 14, 0.58);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.event-strip.event-strip--ended .event-strip-hover-layer {
    pointer-events: auto;
}

.event-strip.event-strip--ended .event-strip-overlay {
    opacity: 0;
}

.event-strip.event-strip--ended .event-strip-cta.event-strip-cta--ended-link {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    filter: grayscale(0.35);
    text-decoration: none;
    background: linear-gradient(165deg,
            rgba(72, 72, 80, 0.98) 0%,
            rgba(38, 38, 44, 0.98) 100%);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.event-strip.event-strip--ended .event-strip-cta.event-strip-cta--ended-link:hover {
    filter: grayscale(0.2) brightness(1.06);
    border-color: rgba(255, 255, 255, 0.22);
}

@media (hover: hover) and (pointer: fine) {

    .event-strip.event-strip--ended:hover .event-strip-hover-layer,
    .event-strip.event-strip--ended:focus-within .event-strip-hover-layer {
        pointer-events: auto;
    }

    .event-strip.event-strip--ended:hover .event-strip-overlay,
    .event-strip.event-strip--ended:focus-within .event-strip-overlay {
        opacity: 0;
    }

    .event-strip.event-strip--ended:hover .event-strip-cta.event-strip-cta--ended-link,
    .event-strip.event-strip--ended:focus-within .event-strip-cta.event-strip-cta--ended-link {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

.event-strip.event-strip--inactive {
    opacity: 0.62;
    filter: grayscale(0.35);
}

.event-strip.event-strip--inactive .event-strip-img {
    filter: grayscale(0.5);
}

.event-card-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.875rem;
    font-weight: 500;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
    border-radius: 0.5rem;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary-color, #3b82f6) 0%, var(--secondary-color, #8b5cf6) 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    width: auto;
    text-decoration: none;
}

.event-card-button:hover:not(:disabled) {
    box-shadow: 0 10px 15px -3px rgba(var(--primary-rgb, 59, 130, 246), 0.4), 0 4px 6px -2px rgba(var(--primary-rgb, 59, 130, 246), 0.3);
    transform: translateY(-1px);
    background: linear-gradient(135deg, var(--secondary-color, #2563eb) 0%, var(--primary-color, #7c3aed) 100%);
}

.event-card-button span {
    display: inline-block;
}

.event-card-button-icon {
    width: 1rem;
    height: 1rem;
    color: var(--nirvana-normal-text-color, #ffffff);
}

.event-card-button-disabled {
    background: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    cursor: not-allowed;
}

.event-card-button-disabled:hover {
    transform: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.games-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
}

.games-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.game-card-link {
    user-select: none;
    position: relative;
    width: 100%;
    aspect-ratio: 7 / 10;
}

.game-card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0.5rem;
    transition: transform 0.3s, border-color 0.3s;
    overflow: hidden;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.game-card:hover {
    transform: scale(1.03);
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

/* Group utility for hover effects */
.group {
    position: relative;
}

.game-bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.game-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.20;
    z-index: 2;
}

.game-color-blue {
    background-color: var(--game-color-blue, #3b82f6);
}

.game-color-teal {
    background-color: var(--game-color-teal, #14b8a6);
}

.game-color-yellow {
    background-color: var(--game-color-yellow, #eab308);
}

.game-color-purple {
    background-color: var(--game-color-purple, #a855f7);
}

.game-color-red {
    background-color: var(--game-color-red, #c47f10);
}

.game-character-image {
    position: absolute;
    inset: 0;
    object-fit: contain;
    object-position: center center;
    z-index: 5;
}

/* Şans kartlarında sağda duran promo görseller (SVG / webp) */
.game-character-image--right {
    object-position: right center;
}

.game-overlay {
    position: absolute;
    transition: opacity 0.3s;
    transition-delay: 100ms;
    opacity: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: var(--overlay-dark-40, rgba(0, 0, 0, 0.4));
    padding: 0.5rem;
    z-index: 20;
}

.game-card:hover .game-overlay,
.group:hover .game-overlay {
    opacity: 1;
}

.game-title {
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 2.25rem;
    align-items: center;
    justify-content: center;
}

.game-title-text {
    color: var(--nirvana-normal-text-color);
    transform: translateX(-50%) translateY(50%);
    text-align: center;
    transition: transform 0.3s, opacity 0.3s;
    transition-delay: 100ms;
    z-index: 50;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.game-card:hover .game-title-text,
.group:hover .game-title-text {
    transform: translateX(-50%) translateY(50%) scale(1.1);
}

.game-gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent 10%, transparent 70%);
    z-index: 10;
}

.game-gradient-blue {
    background: linear-gradient(to top, rgba(var(--primary-rgb, 59, 130, 246), 0.3) 10%, transparent 70%);
}

.game-gradient-teal {
    background: linear-gradient(to top, rgba(var(--theme-success-rgb, 20, 184, 166), 0.3) 10%, transparent 70%);
}

.game-gradient-yellow {
    background: linear-gradient(to top, rgba(var(--theme-warning-rgb, 234, 179, 8), 0.3) 10%, transparent 70%);
}

.game-gradient-purple {
    background: linear-gradient(to top, rgba(var(--theme-accent-rgb, 168, 85, 247), 0.3) 10%, transparent 70%);
}

.game-gradient-red {
    background: linear-gradient(to top, var(--primary-color, #c47f10) 10%, transparent 70%);
}

.game-color-amber {
    background-color: #f59e0b;
}

.game-gradient-amber {
    background: linear-gradient(to top, rgba(245, 158, 11, 0.38) 10%, transparent 70%);
}

.instagram-carousel {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.instagram-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--overlay-dark-70, rgba(0, 0, 0, 0.7));
    border: 1px solid var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    color: var(--nirvana-normal-text-color, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.instagram-nav-btn:hover {
    background: var(--overlay-dark-90, rgba(0, 0, 0, 0.9));
    border-color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    transform: translateY(-50%) scale(1.1);
}

.instagram-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.instagram-nav-left {
    left: 10px;
}

.instagram-nav-right {
    right: 10px;
}

.instagram-scroll {
    position: relative;
    max-width: 100%;
    user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.instagram-scroll::-webkit-scrollbar {
    display: none;
}

.instagram-items {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
    width: max-content;
}

.instagram-item {
    min-width: 100px;
    width: 100px;
    flex-shrink: 0;
}

.instagram-card {
    aspect-ratio: 9 / 16;
    height: 12rem;
    position: relative;
    width: auto;
    margin: 0.125rem 0;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(49, 49, 49, 0.8));
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.instagram-card:hover {
    transform: scale(1.02);
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.instagram-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.instagram-overlay {
    position: absolute;
    transition: opacity 0.3s;
    opacity: 0;
    transition-delay: 100ms;
    width: 100%;
    height: 100%;
    inset: 0;
    backdrop-filter: blur(4px);
    background-color: var(--overlay-dark-40, rgba(0, 0, 0, 0.4));
    padding: 0.5rem;
}

.instagram-card:hover .instagram-overlay {
    opacity: 1;
}

.instagram-caption {
    color: var(--nirvana-normal-text-color, #ffffff);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25;
    word-break: break-word;
}

.instagram-icon {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.instagram-date {
    position: absolute;
    left: 0.625rem;
    bottom: 0.5rem;
    font-size: 0.625rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    font-weight: 600;
}

.instagram-no-posts {
    padding: 2rem;
    text-align: center;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.instagram-warning {
    background: rgba(var(--theme-warning-rgb, 255, 193, 7), 0.1);
    border: 1px solid rgba(var(--theme-warning-rgb, 255, 193, 7), 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1rem 0;
}

.instagram-warning p {
    color: var(--theme-warning-color, #ffc107);
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

/* Telegram duyurular sayfasÄ± â€” Instagram ÅŸeridi ile aynÄ± kart yapÄ±sÄ±; gÃ¶rsel yok / hata */
.telegram-duyurular-page .telegram-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #2aabee 0%, #229ed9 55%, #1b8ec8 100%);
    color: rgba(255, 255, 255, 0.92);
}

.telegram-duyurular-page .telegram-card-placeholder svg {
    width: 42%;
    max-width: 3rem;
    height: auto;
}

.telegram-duyurular-page .telegram-source-pill,
.instagram-home-section .telegram-source-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0.35rem 0.65rem;
    font-size: 0.8125rem;
    line-height: 1.3;
    border-radius: 0.5rem;
    border: 1px solid var(--live-section-border, rgba(49, 49, 49, 0.85));
    background: var(--nirvana-card-background-color, rgba(17, 17, 17, 0.92));
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.telegram-duyurular-page .telegram-source-prefix,
.instagram-home-section .telegram-source-prefix {
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.62));
    font-weight: 500;
    flex-shrink: 0;
}

.telegram-duyurular-page .telegram-source-channel-link,
.instagram-home-section .telegram-source-channel-link {
    color: var(--theme-info-color, #5bc0de);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(280px, 72vw);
}

.telegram-duyurular-page .telegram-source-channel-link:hover,
.instagram-home-section .telegram-source-channel-link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-start {
    justify-content: flex-start;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inset-0 {
    inset: 0;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-50 {
    z-index: 50;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-white {
    color: var(--nirvana-normal-text-color, #ffffff);
}

.text-black {
    color: var(--text-black-color, #000000);
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    user-select: none;
}

.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

.hidden {
    display: none;
}

@media (min-width: 420px) {
    .stats-wrapper {
        min-height: 172px;
        padding: 1.35rem 1.1rem 1.1rem;
    }

    .stats-layout {
        gap: 0.85rem;
    }

    .stats-lead {
        font-size: 0.875rem;
    }

    .stats-trailing {
        font-size: 0.875rem;
    }

    .stats-digit {
        min-width: 1.65rem;
        height: 3.1rem;
        padding: 0 0.4rem;
        font-size: 1.875rem;
        border-radius: 0.55rem;
    }

    .stats-sep {
        height: 3.1rem;
        font-size: 1.65rem;
        padding-bottom: 0.4rem;
    }

    .stats-currency-inner {
        min-height: 3.1rem;
        font-size: 1.35rem;
        padding: 0 0.5rem;
    }

    .stats-number-panel {
        padding: 0.75rem 1rem 0.85rem;
    }

    .stats-cta {
        font-size: 0.8125rem;
    }

    .menu-card-text {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }

    .tournament-name {
        font-size: 0.75rem;
    }

    .tournament-prize {
        font-size: 1.125rem;
    }

    .tournament-button {
        font-size: 0.75rem;
    }

    .event-type {
        font-size: 0.75rem;
    }

    .event-amount {
        font-size: 1.125rem;
    }

    .menu-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .daily-reward-button-wrapper .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .menu-item {
        grid-column: span 2;
    }

    .daily-reward-button-wrapper .menu-item {
        grid-column: span 1;
    }

    .menu-item-small {
        grid-column: span 2;
    }

    .menu-grid .step-card {
        padding: 0.625rem;
        gap: 0.375rem;
    }

    .menu-grid .step-text {
        font-size: 0.6875rem;
    }

    .menu-grid .step-icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

    .daily-reward-button-wrapper .daily-reward-step-icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

    .menu-grid .step-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (min-width: 480px) {
    .games-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 630px) {
    .tournament-logo-wrapper {
        height: 4rem;
        width: 6rem;
    }

    .tournament-prize {
        font-size: 1.5rem;
    }
}

@media (min-width: 640px) {
    .menu-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .menu-item {
        grid-column: span 1;
    }

    .menu-item-small {
        grid-column: span 1;
    }

    .menu-grid .step-card {
        padding: 0.875rem;
        gap: 0.625rem;
    }

    .menu-grid .step-text {
        font-size: 0.875rem;
    }

    .menu-grid .step-icon {
        width: 2.625rem;
        height: 2.625rem;
        min-width: 2.625rem;
    }

    .daily-reward-button-wrapper .daily-reward-step-icon {
        width: 2.625rem;
        height: 2.625rem;
        min-width: 2.625rem;
    }

    .menu-grid .step-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menu-card-row {
        justify-content: space-between;
    }

    .tournaments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .events-fade-left,
    .events-fade-right {
        width: 3rem;
    }
}

@media (min-width: 768px) {
    .main-container {
        width: 75%;
    }

    .slider-text {
        font-size: 1.5rem;
        line-height: 2rem;
        transform: translateX(-24px);
    }

    .slider-logo-wrapper {
        transform: translateX(-24px);
    }

    .banner-content {
        flex-direction: row;
        justify-content: space-between;
        gap: 5rem;
        padding: 1.5rem;
    }

    .banner-text-wrapper {
        align-items: flex-start;
    }

    .banner-title {
        text-align: left;
        font-size: 1.875rem;
    }

    .banner-title-large {
        font-size: 2rem;
    }

    .banner-text {
        margin-top: 0;
        text-align: start;
    }

    .banner-image-right {
        display: block;
        right: 3rem;
    }

    .banner-image-left {
        object-position: left top;
    }

    .menu-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .social-container {
        min-height: 50px;
    }

    .live-section__content {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .live-hero {
        flex-wrap: nowrap;
        justify-content: flex-start;
        text-align: left;
    }

    .live-hero__copy {
        align-items: flex-start;
        text-align: left;
    }

    .live-title {
        font-size: 1.625rem;
    }

    .live-subtitle {
        font-size: 0.9375rem;
    }


    .tournament-info {
        flex-direction: column;
    }

    .stats-wrapper {
        min-height: 198px;
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .stats-layout {
        max-width: 36rem;
        gap: 1rem;
    }

    .stats-lead {
        font-size: 0.9375rem;
        max-width: 26rem;
    }

    .stats-digit {
        min-width: 2.15rem;
        height: 3.85rem;
        padding: 0 0.5rem;
        font-size: 2.35rem;
        border-radius: 0.6rem;
    }

    .stats-sep {
        height: 3.85rem;
        font-size: 2rem;
        padding-bottom: 0.5rem;
    }

    .stats-currency-inner {
        min-height: 3.85rem;
        font-size: 1.65rem;
        padding: 0 0.6rem;
    }

    .stats-number-panel {
        padding: 0.85rem 1.15rem 1rem;
        border-radius: 0.875rem;
    }

    .stats-eyebrow {
        font-size: 0.75rem;
    }

    .past-streams-fade-left,
    .past-streams-fade-right {
        width: 5rem;
    }
}

@media (min-width: 1024px) {
    .banner-content {
        gap: 2rem;
    }

    .banner-image-right {
        right: 15%;
    }

    .menu-grid {
        gap: 1.5rem;
    }

    .game-card-link {
        width: 7rem;
    }

    .games-grid {
        display: flex;
    }

    .instagram-fade-left,
    .instagram-fade-right {
        width: 5rem;
    }

    .instagram-card {
        height: 14rem;
    }

    .instagram-items {
        gap: 60px;
    }
}

@media (min-width: 1200px) {
    .banner-content {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .banner-title {
        font-size: 3rem;
    }

    .banner-title-large {
        font-size: 2.5rem;
    }

    .banner-image-right {
        right: 2.5rem;
    }

    .tournament-info {
        flex-direction: row;
    }

    .tournament-logo-wrapper {
        flex-grow: 0;
    }
}

@media (min-width: 1536px) {
    .banner-title-large {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {

    .banner-image-right,
    .banner-image-left {
        display: none;
    }

    .tournament-logo-wrapper {
        flex-grow: 0;
    }
}

.banner-content:hover .banner-image-right {
    filter: blur(0);
}

.banner-content:hover .banner-image-left {
    filter: blur(2px);
}

.banner-content:hover .slider-bg-image {
    filter: blur(2px);
}

.mt-4 {
    margin-top: 1rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.m-3 {
    margin: 0.75rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.space-x-2>*+* {
    margin-left: 0.5rem;
}

.text-v2-foreground {
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.text-v2-primary {
    color: var(--primary-color, rgb(227, 146, 20));
}

.bg-v2-background2 {
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
}

.bg-v2-background3 {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.bg-v2-background4 {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.border-v2-background3 {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.border-v2-background4\/80 {
    border-color: var(--live-section-border, rgba(33, 33, 33, 0.8));
}

.border-v2-background3\/50 {
    border-color: var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
}

.text-v2-foreground\/80 {
    color: var(--nirvana-normal-text-color);
}

.text-v2-foreground\/90 {
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
}

.text-v2-redSoft {
    color: rgba(var(--theme-danger-rgb, 239, 68, 68), 0.8);
}

.bg-v2-background3\/50 {
    background-color: var(--social-button-bg, rgba(33, 33, 33, 0.5));
}

.bg-v2-background4\/80 {
    background-color: var(--live-section-border, rgba(33, 33, 33, 0.8));
}

.text-textGrey {
    color: var(--section-title-color, rgb(214, 214, 214));
}

.inputItem {
    background-color: var(--social-button-bg, rgba(33, 33, 33, 0.5));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    border-radius: 0.25rem;
    color: var(--nirvana-normal-text-color);
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    width: 100%;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.inputItem:focus {
    outline: none;
    border-color: var(--nirvana-border-color, rgba(33, 33, 33, 1));
    background-color: var(--input-focus-bg, rgba(17, 17, 17, 0.5));
}

.inputItem::placeholder {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

.ml-1 {
    margin-left: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.max-w-screen {
    max-width: 100vw;
}

.h-auto {
    height: auto;
}

.w-auto {
    width: auto;
}

.inline-flex {
    display: inline-flex;
}

.iconify {
    display: inline-block;
}

.iconify--solar,
.iconify--mdi {
    display: inline-block;
}

.w-3 {
    width: 0.75rem;
}

.h-3 {
    height: 0.75rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.font-light {
    font-weight: 300;
}

.text-white\/70 {
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.text-white\/80 {
    color: var(--nirvana-normal-text-color);
}

.text-neutral-400 {
    color: var(--text-neutral-400, #a3a3a3);
}

.text-neutral-100 {
    color: var(--text-neutral-100, #f5f5f5);
}

.bg-white\/30 {
    background-color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
}

.hover\:bg-neutral-100:hover {
    background-color: var(--text-neutral-100, #f5f5f5);
}

.hover\:bg-gray-200:hover {
    background-color: var(--hover-gray-200, #e5e7eb);
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.text-nowrap {
    white-space: nowrap;
}

.overflow-visible {
    overflow: visible;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.capitalize {
    text-transform: capitalize;
}

.max-w-\[80px\] {
    max-width: 80px;
}

.w-fit {
    width: fit-content;
}

.ml-3 {
    margin-left: 0.75rem;
}

.space-x-4>*+* {
    margin-left: 1rem;
}

.p-0\.5 {
    padding: 0.125rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-v2-background3\/50 {
    --tw-gradient-from: var(--social-button-bg, rgba(33, 33, 33, 0.5));
    --tw-gradient-to: var(--social-button-bg-end, rgba(33, 33, 33, 0));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-v2-background3 {
    --tw-gradient-to: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.undefined {
    display: block;
}

.site-footer {
    position: relative;
    background:
        radial-gradient(ellipse 70% 40% at 50% 100%, rgba(var(--primary-rgb, 102, 0, 153), 0.07) 0%, transparent 100%),
        linear-gradient(180deg, var(--nirvana-card-background-color, rgb(17, 17, 17)) 0%, var(--dark-bg, rgb(10, 10, 10)) 100%);
    color: var(--nirvana-normal-text-color, #ffffff);
    margin-top: auto;
    margin-bottom: 70px;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-top: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.06));
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--primary-rgb, 102, 0, 153), 0.4) 20%, rgba(var(--primary-rgb, 102, 0, 153), 0.85) 50%, rgba(var(--primary-rgb, 102, 0, 153), 0.4) 80%, transparent 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .site-footer {
        margin-bottom: 0;
    }
}

.site-footer .main-container {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
    transition: padding 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    .site-footer .main-container {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    body.chat-open .site-footer .main-container {
        padding-top: 1.5rem;
        padding-bottom: 0.75rem;
    }
}

.footer-container {
    position: relative;
    padding: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }

    .footer-section:nth-child(1) {
        grid-column: 1 / -1;
    }

    .footer-section:nth-child(2),
    .footer-section:nth-child(3) {
        grid-column: span 1;
    }

    .footer-section:nth-child(4) {
        grid-column: 1 / -1;
    }
}

@media (min-width: 768px) {
    .footer-grid {
        margin-top: 0;
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
        gap: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        gap: 2.5rem;
    }
}

/* Footer Section */
.footer-section {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

/* Brand Section */
.footer-brand {
    gap: 0.875rem;
}

.footer-brand-box {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.03);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 0.75rem;
    padding: 0.875rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.footer-brand-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top center, rgba(var(--primary-rgb, 227, 146, 20), 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.footer-brand-box:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.06);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.25);
    box-shadow: 0 0 20px rgba(var(--primary-rgb, 227, 146, 20), 0.08), inset 0 1px 0 rgba(var(--primary-rgb, 227, 146, 20), 0.15);
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-site-logo {
    max-width: 80px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(var(--primary-rgb, 227, 146, 20), 0.15));
}

.footer-site-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.1) drop-shadow(0 4px 12px rgba(var(--primary-rgb, 227, 146, 20), 0.3));
}

.footer-description {
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    line-height: clamp(1.4, 1.6, 1.6);
    margin: 0.5rem 0 0 0;
    text-align: center;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: center;
    padding-top: 0.625rem;
    border-top: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.08);
    position: relative;
    z-index: 1;
}

.footer-keyword {
    display: inline-block;
    padding: 0.2rem 0.45rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.04);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 0.25rem;
    color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    font-size: 0.575rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
}

.footer-keyword:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.25);
    color: rgba(var(--primary-rgb, 227, 146, 20), 0.85);
}

.footer-keyword-more {
    cursor: default;
    opacity: 0.5;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
}

.footer-keyword-more:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.04);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
}

@media (max-width: 768px) {
    .footer-keywords {
        gap: 0.25rem;
        margin-top: 0.375rem;
        padding-top: 0.5rem;
    }

    .footer-keyword {
        font-size: 0.5375rem;
        padding: 0.175rem 0.35rem;
    }
}

/* Stats */
.footer-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    transition: background-color 0.42s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1), color 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    body.chat-open .footer-stats {
        gap: 0.5rem;
    }

    body.chat-open .footer-stat-item {
        padding: 0.4rem;
    }

    body.chat-open .footer-stat-number {
        font-size: 0.9rem;
    }

    body.chat-open .footer-stat-label {
        font-size: 0.575rem;
    }
}

.footer-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.625rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.04);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.footer-stat-item:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.08);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.2);
    transform: translateY(-1px);
}

.footer-stat-number {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary-color, rgb(227, 146, 20));
}

.footer-stat-label {
    font-size: 0.7rem;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    margin-top: 0.2rem;
}

/* Section Title */
.footer-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(var(--primary-rgb, 227, 146, 20), 0.9);
    margin: 0 0 0.375rem 0;
    position: relative;
    padding-bottom: 0.5rem;
    transition: color 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s;
}

@media (min-width: 768px) {
    body.chat-open .footer-section-title {
        font-size: 0.7rem;
        padding-bottom: 0.375rem;
    }
}

.footer-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(var(--primary-rgb, 227, 146, 20), 0.8), transparent);
    border-radius: 1px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    text-decoration: none;
    font-size: 0.8125rem;
    transition: color 0.25s ease, transform 0.25s ease;
    position: relative;
}

.footer-link svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    opacity: 0.4;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.footer-link:hover {
    color: var(--primary-color, rgb(227, 146, 20));
    transform: translateX(3px);
}

.footer-link:hover svg {
    opacity: 0.9;
    color: var(--primary-color, rgb(227, 146, 20));
}

/* Social Section */
.footer-social-text {
    color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    font-size: 0.75rem;
    margin: 0;
    letter-spacing: 0.01em;
}

.footer-social-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    body.chat-open .footer-social-card {
        padding: 0.4rem 0.6rem;
        font-size: 0.7rem;
    }

    body.chat-open .footer-social-card svg {
        width: 14px;
        height: 14px;
    }
}

.footer-social-card {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.7rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.03);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 0.5rem;
    color: var(--overlay-light-55, rgba(255, 255, 255, 0.55));
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
}

.footer-social-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 227, 146, 20), 0.08), transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.footer-social-card:hover {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.3);
    color: var(--primary-color, rgb(227, 146, 20));
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(var(--primary-rgb, 227, 146, 20), 0.15);
}

.footer-social-card:hover::before {
    opacity: 1;
}

.footer-social-card svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.25s ease;
}

.footer-social-card:hover svg {
    opacity: 1;
}

.footer-social-card span {
    position: relative;
    z-index: 1;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.08);
    padding-top: 1rem;
    margin-top: 0.25rem;
}

.footer-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.875rem;
    transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    .footer-bottom-content {
        flex-direction: row;
        gap: 1.5rem;
    }

    body.chat-open .footer-bottom-content {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
}

@media (max-width: 767px) {
    .footer-bottom-links {
        gap: 0.375rem;
    }

    .footer-bottom-link {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }

    .footer-bottom-link svg {
        width: 11px;
        height: 11px;
    }

    .footer-separator {
        font-size: 0.625rem;
    }
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    margin: 0;
}

.footer-copyright svg {
    width: 14px;
    height: 14px;
    opacity: 0.4;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    text-decoration: none;
    font-size: 0.75rem;
    padding: 0.3rem 0.625rem;
    border-radius: 0.4rem;
    transition: color 0.25s ease, background-color 0.25s ease;
    position: relative;
}

.footer-bottom-link svg {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.footer-bottom-link:hover {
    color: var(--primary-color, rgb(227, 146, 20));
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.08);
}

.footer-bottom-link:hover svg {
    opacity: 1;
}

.footer-separator {
    color: var(--overlay-light-15, rgba(255, 255, 255, 0.15));
    font-size: 0.7rem;
}

.footer-visitor-stats {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-visitor-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.05);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.12);
    border-radius: 2rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.footer-visitor-item svg {
    width: 13px;
    height: 13px;
    color: var(--primary-color, rgb(227, 146, 20));
    opacity: 0.8;
}

.footer-visitor-label {
    color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    font-size: 0.75rem;
    font-weight: 500;
}

.footer-visitor-value {
    color: var(--primary-color, rgb(227, 146, 20));
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .footer-visitor-item {
        padding: 0.3rem 0.625rem;
        gap: 0.3rem;
    }

    .footer-visitor-item svg {
        width: 12px;
        height: 12px;
    }

    .footer-visitor-label {
        font-size: 0.7rem;
    }

    .footer-visitor-value {
        font-size: 0.7rem;
    }
}

/* Dev Badge */
.footer-dev-badge {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.35rem 0.75rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.04);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 2rem;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.footer-dev-badge:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.08);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.25);
    box-shadow: 0 2px 8px rgba(var(--primary-rgb, 227, 146, 20), 0.1);
}

.footer-dev-text {
    color: var(--overlay-light-35, rgba(255, 255, 255, 0.35));
    font-size: 0.7rem;
    letter-spacing: 0.02em;
}

.footer-dev-logo {
    height: 17px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.footer-dev-badge:hover .footer-dev-logo {
    opacity: 1;
}

/* Mobile Optimizations */
@media (max-width: 767px) {
    .footer-container {
        padding: 2rem 1rem 1rem;
    }

    .footer-grid {
        gap: 1.5rem;
    }

    .footer-section {
        text-align: center;
    }

    .footer-logo-wrapper {
        justify-content: center;
    }

    .footer-section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links {
        align-items: center;
    }

    .footer-social-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   MOBILE NAVIGATION BAR
   ============================================ */
/* â”€â”€ Mobile Nav Animations â”€â”€ */
@keyframes mobile-logo-flame-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes mobile-logo-flame-spin-reverse {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes mobile-logo-glow-pulse {

    0%,
    100% {
        box-shadow:
            0 0 10px rgba(var(--primary-rgb, 102, 0, 153), 0.6),
            0 0 22px rgba(var(--primary-rgb, 102, 0, 153), 0.25),
            0 -6px 20px rgba(0, 0, 0, 0.55);
    }

    50% {
        box-shadow:
            0 0 18px rgba(var(--primary-rgb, 102, 0, 153), 1),
            0 0 38px rgba(var(--primary-rgb, 102, 0, 153), 0.45),
            0 0 60px rgba(var(--primary-rgb, 102, 0, 153), 0.15),
            0 -6px 20px rgba(0, 0, 0, 0.55);
    }
}

@keyframes mobile-logo-aura-ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes mobile-logo-flicker {

    0%,
    100% {
        opacity: 1;
    }

    20% {
        opacity: 0.82;
    }

    55% {
        opacity: 0.95;
    }

    80% {
        opacity: 0.78;
    }
}

@keyframes mobile-nav-bar-glow {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* â”€â”€ Mobile Nav Bar (Ã¼st navbar ile aynÄ± dil: cam ÅŸerit, dÃ¼z ikonlar) â”€â”€ */
.mobile-nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10001;
    display: block;
    isolation: isolate;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background-color: var(--nirvana-navbar-bg, rgba(17, 17, 17, 0.94));
    border-top: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.65));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.04) inset, 0 -8px 28px rgba(0, 0, 0, 0.28);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
}

.mobile-nav-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.35) 15%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.9) 35%,
            rgba(var(--theme-warning-rgb, 249, 212, 2), 1) 50%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.9) 65%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.35) 85%,
            transparent 100%);
    animation: mobile-nav-bar-glow 3s ease-in-out infinite;
    z-index: 1;
}

.mobile-nav-bar::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 20%;
    right: 20%;
    height: 6px;
    background: radial-gradient(ellipse at 50% 0%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.25) 0%,
            transparent 100%);
    pointer-events: none;
    animation: mobile-nav-bar-glow 3s ease-in-out infinite;
}

@media (min-width: 768px) {
    .mobile-nav-bar {
        display: none;
    }
}

.mobile-nav-buttons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0.4rem 0.2rem 0.5rem;
    gap: 0;
}

.mobile-nav-buttons>*,
.mobile-nav-buttons>a {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.mobile-nav-buttons>a.mobile-nav-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.mobile-nav-logo-spacer {
    flex: 0 0 68px !important;
}

.mobile-nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.38rem 0.2rem 0.3rem;
    border: none;
    border-radius: 0.75rem;
    background: transparent;
    box-shadow: none;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    min-width: 0;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-button:hover {
    color: var(--primary-color, #e39214);
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.08);
}

.mobile-nav-button:active {
    opacity: 0.88;
    color: var(--primary-color, #e39214);
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.06);
}

.mobile-nav-button-accent {
    color: var(--primary-color, #e39214);
    background: transparent;
}

.mobile-nav-button-accent:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.1);
}

.mobile-nav-button-secondary {
    color: rgba(var(--primary-rgb, 227, 146, 20), 0.92);
    background: transparent;
}

.mobile-nav-button-secondary:hover {
    color: var(--primary-color, #e39214);
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.1);
}

.mobile-nav-button-muted {
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

/* â”€â”€ Center Logo â”€â”€ */
.mobile-nav-center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    width: 58px;
    height: 58px;
    border-radius: 9999px;
    border: none;
    box-shadow: 0 0 0 1px var(--nirvana-border-color, rgba(33, 33, 33, 0.55));
    background-color: var(--nirvana-navbar-bg, rgba(17, 17, 17, 0.94));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mobile-logo-glow-pulse 2.8s ease-in-out infinite;
}

/* Spinning flame ring â€” mask ile sadece dÄ±ÅŸ halka gÃ¶sterilir */
.mobile-nav-center-logo::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 9999px;
    background: conic-gradient(from 0deg,
            transparent 0%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.7) 18%,
            rgba(var(--theme-warning-rgb, 249, 212, 2), 1) 32%,
            rgba(var(--primary-rgb, 102, 0, 153), 0.7) 46%,
            transparent 60%,
            transparent 100%);
    -webkit-mask: radial-gradient(circle at center, transparent 27px, black 29px);
    mask: radial-gradient(circle at center, transparent 27px, black 29px);
    animation: mobile-logo-flame-spin 2.4s linear infinite,
        mobile-logo-flicker 2.2s ease-in-out infinite;
    z-index: 0;
}

/* Pulsing aura ripple â€” inset:0 ile tam ortalÄ± */
.mobile-nav-center-logo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    border: 2px solid rgba(var(--primary-rgb, 102, 0, 153), 0.55);
    animation: mobile-logo-aura-ripple 2.4s ease-out infinite;
    pointer-events: none;
    z-index: 0;
}

.mobile-nav-center-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 4px rgba(var(--primary-rgb, 102, 0, 153), 0.4));
    animation: mobile-logo-flicker 3.5s ease-in-out infinite;
}

.mobile-nav-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 0.22rem;
    color: currentColor;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.mobile-nav-icon-accent {
    color: inherit;
}

.mobile-nav-label {
    font-size: 0.625rem;
    font-weight: 500;
    color: inherit;
    line-height: 1.2;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.1rem;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 10000;
    background-color: var(--nirvana-navbar-bg, rgba(17, 17, 17, 0.95));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.6));
    flex-shrink: 0;
    will-change: transform;
    transform: translateZ(0);
}

.navbar-wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    gap: 0;
    transition: background-color 0.42s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1), color 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    flex-wrap: wrap;
    position: relative;
}

.navbar-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.navbar-main a,
.navbar-main .navbar-dropdown {
    pointer-events: auto;
}

@media (min-width: 768px) {
    .navbar-wrapper {
        padding: 0 1.25rem;
        flex-wrap: nowrap;
        gap: 1rem;
    }
}

.navbar-left {
    display: none;
}

@media (min-width: 768px) {
    .navbar-left {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex: 1;
        justify-content: flex-end;
    }
}

.navbar-right {
    display: none;
}

@media (min-width: 768px) {
    .navbar-right {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex: 1;
        justify-content: flex-start;
    }
}

.navbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0;
    min-width: fit-content;
    top: 20px;
    position: relative;
    padding: 0 1.5rem;
}

@media (max-width: 767px) {
    .navbar-wrapper {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    .navbar-main {
        position: static;
        transform: none;
        flex: 0 0 auto;
        order: 0;
        width: auto;
        height: auto;
        justify-content: flex-start;
        pointer-events: auto;
    }

    .navbar-center {
        order: 0;
        top: 0;
        position: static;
        margin: 0;
        padding: 0 0.5rem 0 0;
    }

    .navbar-left {
        display: none;
    }

    .navbar-right {
        display: none;
    }

    .navbar-actions {
        order: 1;
        flex: 0 0 auto;
        margin-left: auto;
        width: auto;
        justify-content: flex-end;
    }

    .navbar-brand-img {
        max-width: 120px !important;
        width: 120px !important;
    }
}

.navbar-brand {
    margin: 0;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 640px) {
    .navbar-brand {
        min-width: 70px;
    }
}

.navbar-brand-img {
    max-width: 60px !important;
    width: 60px !important;
    height: auto !important;
    display: block;
    animation: heartbeat 2s ease-in-out infinite;
}

@media (min-width: 768px) {
    .navbar-brand-img {
        max-width: 85px !important;
        width: 85px !important;
    }
}

@media (min-width: 1024px) {
    .navbar-brand-img {
        max-width: 110px !important;
        width: 110px !important;
    }
}

.navbar-links {
    display: none;
    height: 100%;
}

@media (min-width: 768px) {
    .navbar-links {
        display: flex;
        flex: 1;
        margin-left: 0;
    }

    .navbar-left .navbar-links {
        justify-content: flex-end;
    }

    .navbar-right .navbar-links {
        justify-content: flex-start;
    }
}

.navbar-menu {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-menu-inner {
    position: relative;
    width: 100%;
}

.navbar-menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    transition: gap 0.3s ease;
}

@media (min-width: 768px) {
    .navbar-menu-list {
        gap: 1rem;
    }

    .navbar-left .navbar-menu-list {
        justify-content: flex-end;
    }

    .navbar-right .navbar-menu-list {
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .navbar-menu-list {
        gap: 1.25rem;
    }
}

.navbar-link,
.navbar-link button {
    border-bottom: 2px solid transparent;
    font-size: 0.7rem;
    padding: 0.2rem 0.35rem;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: var(--nirvana-normal-text-color, #ffffff);
    text-decoration: none;
    max-width: 120px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    background: transparent;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {

    .navbar-link,
    .navbar-link button {
        font-size: 0.75rem;
    }
}

@media (min-width: 1024px) {

    .navbar-link,
    .navbar-link button {
        font-size: 0.8rem;
    }
}

.navbar-link:hover {
    border-color: var(--primary-color, rgb(227, 146, 20));
    transform: translateY(1px);
}

.navbar-link-live-premium {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem !important;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(220, 38, 38, 0.05));
    border: 1px solid rgba(220, 38, 38, 0.4) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(220, 38, 38, 0.15);
    height: auto !important;
    text-decoration: none;
}

.navbar-link-live-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-30deg);
    transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1;
}

.navbar-link-live-premium:hover::before {
    left: 150%;
}

.navbar-link-live-premium:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.25), rgba(220, 38, 38, 0.1));
    border-color: rgba(220, 38, 38, 0.9) !important;
    box-shadow: 0 0 25px rgba(220, 38, 38, 0.4), inset 0 0 10px rgba(220, 38, 38, 0.2);
    transform: translateY(-1px);
    color: #fff !important;
}

.live-icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-icon-svg {
    width: 18px;
    height: 18px;
    color: #ff4d4d;
    filter: drop-shadow(0 0 5px rgba(255, 77, 77, 0.8));
    animation: liveIconPulse 1.5s ease-in-out infinite;
}

.live-indicator-glow {
    position: absolute;
    width: 24px;
    height: 24px;
    background: radial-gradient(circle, rgba(255, 77, 77, 0.5) 0%, transparent 70%);
    border-radius: 50%;
    animation: liveIndicatorGlow 2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes liveIconPulse {
    /* filter: drop-shadow keyframe kaldırıldı (CPU paint maliyeti) — sadece scale + opacity */
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }
}

@keyframes liveIndicatorGlow {
    0% {
        transform: scale(0.6);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.8);
        opacity: 0.7;
    }

    100% {
        transform: scale(0.6);
        opacity: 0.2;
    }
}

.navbar-live-text-premium {
    background: linear-gradient(to right, #fff, #ffcccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-size: 0.85rem;
}

/* Mobile Premium Live */
.mobile-nav-button-live {
    color: #ff4d4d !important;
}

.mobile-live-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.22rem;
}

.mobile-live-svg {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 77, 77, 0.6));
    animation: liveIconPulse 1.5s ease-in-out infinite;
}

.mobile-live-glow {
    position: absolute;
    width: 28px;
    height: 28px;
    background: radial-gradient(circle, rgba(255, 77, 77, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: liveIndicatorGlow 2s ease-in-out infinite;
}

.mobile-menu-card-live {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(220, 38, 38, 0.05)) !important;
    border-color: rgba(220, 38, 38, 0.3) !important;
}

.mobile-menu-live-icon-wrap {
    color: #ff4d4d;
    margin-right: 0.75rem;
    display: flex;
    align-items: center;
}

.mobile-menu-live-svg {
    width: 1.25em;
    height: 1.25em;
    animation: liveIconPulse 1.5s ease-in-out infinite;
}

.navbar-link-live {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    background: rgba(var(--theme-danger-rgb, 220, 38, 38), 0.1);
    border: 1px solid rgba(var(--theme-danger-rgb, 220, 38, 38), 0.3);
    border-radius: 0.375rem;
    color: var(--overlay-light-95, rgba(255, 255, 255, 0.95));
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
}

.navbar-link-live:hover {
    background: rgba(var(--theme-danger-rgb, 220, 38, 38), 0.15);
    border-color: rgba(var(--theme-danger-rgb, 220, 38, 38), 0.5);
    color: var(--nirvana-normal-text-color, rgba(255, 255, 255, 1));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--theme-danger-rgb, 220, 38, 38), 0.2);
}

.navbar-live-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-danger-color, #DC2626);
    position: relative;
    animation: livePulse 2s ease-in-out infinite;
}

.navbar-live-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-danger-color, #DC2626);
    animation: livePulseRing 2s ease-in-out infinite;
}

.navbar-live-text {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@keyframes livePulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(0.95);
    }
}

@keyframes livePulseRing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.navbar-link-item {
    position: relative;
    list-style: none;
    overflow: visible;
}

.navbar-link-item-dropdown {
    position: relative;
}

.navbar-link-dropdown {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-dropdown-arrow {
    transition: transform 0.3s ease;
}

.navbar-link-item-dropdown:hover .navbar-dropdown-arrow,
.navbar-link-item-dropdown.active .navbar-dropdown-arrow {
    transform: rotate(180deg);
}

.navbar-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    overflow: visible;
    animation: fadeIn 0.2s ease;
    backdrop-filter: blur(4px);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    display: none;
}

.navbar-dropdown::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: transparent;
}

.navbar-dropdown-content {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.25rem;
}

.navbar-dropdown-link {
    display: flex;
    align-items: center;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    font-size: 0.875rem;
    cursor: pointer;
}

.navbar-dropdown-link:hover {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    color: var(--nirvana-normal-text-color, rgba(255, 255, 255, 1));
}

@media (min-width: 768px) {

    .navbar-link-item-dropdown:hover .navbar-dropdown,
    .navbar-link-item-dropdown .navbar-dropdown:hover {
        display: block !important;
    }

    .navbar-link-item-dropdown:hover .navbar-dropdown-arrow {
        transform: rotate(180deg);
    }
}

.navbar-link-indicator {
    position: relative;
    padding-right: 1.5rem;
    overflow: visible;
}

.navbar-indicator {
    position: absolute;
    top: -6px;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    overflow: visible;
}

.navbar-indicator-ping {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: var(--primary-color, rgb(227, 146, 20));
    animation: navbarPing 1.5s ease-in-out infinite;
    z-index: 1;
}

.navbar-spacer {
    display: none;
    flex: 1;
}

@media (min-width: 768px) {
    .navbar-spacer {
        display: block;
    }
}

.navbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
    transition: margin-right 0.3s ease;
    flex: 0 0 auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .navbar-actions {
        justify-content: flex-end;
    }
}

.navbar-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}

.navbar-action-login {
    font-size: 0.75rem;
}

.navbar-action-login:hover {
    box-shadow: 0 8px 20px var(--overlay-light-blue-10, rgba(226, 232, 240, 0.1));
}

.navbar-action-register {
    font-size: 0.75rem;
    background: linear-gradient(180deg, var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33)), var(--live-section-border, rgb(49, 49, 49)));
    color: var(--nirvana-normal-text-color, #ffffff);
}

.navbar-action-register:hover {
    box-shadow: 0 8px 20px var(--overlay-light-blue-10, rgba(226, 232, 240, 0.1));
}

/* Profile Button Styles */
.navbar-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
}

.navbar-coin-display {
    pointer-events: none;
    position: relative;
    display: flex;
    width: min-content;
    min-width: max-content;
    user-select: none;
    align-items: center;
    border-radius: 0.375rem;
    padding-left: 1px;
    padding-right: 1px;
}

.navbar-coin-display::before {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, var(--primary-color, rgb(227, 146, 20)), transparent);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbar-coin-display::after {
    content: '';
    position: absolute;
    bottom: -79px;
    left: 50%;
    height: 96px;
    width: 96px;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: rgba(var(--primary-rgb, 227, 146, 20), 0);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbar-coin-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding-left: 1px;
    padding-right: 1px;
    flex-wrap: nowrap;
}

@media (min-width: 640px) {
    .navbar-coin-display {
        width: 10rem;
        gap: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-coin-content {
        padding-right: 1rem;
    }
}

.navbar-coin-icon-img {
    margin-right: 0;
    height: 1.2rem;
    width: 1.2rem;
    flex-shrink: 0;
    animation: coin-spin 3s linear infinite;
    transform-style: preserve-3d;
}

@media (min-width: 640px) {
    .navbar-coin-icon-img {
        margin-right: 0;
        height: 1.5rem;
        width: 1.5rem;
    }
}

.navbar-coin-amount {
    font-family: 'Poppins', sans-serif;
    user-select: text;
    font-size: 0.98rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

@media (min-width: 640px) {
    .navbar-coin-amount {
        font-size: 0.875rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

@media (min-width: 768px) {
    .navbar-coin-amount {
        font-size: 1rem;
    }
}

/* Odometer Styles */
.odometer {
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.odometer-auto-theme {
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.odometer-inside {
    display: inline-block;
    position: relative;
}

.odometer-digit {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.odometer-digit-spacer {
    display: inline-block;
    visibility: hidden;
}

.odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer-ribbon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.odometer-ribbon-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.odometer-value {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.odometer-formatting-mark {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.navbar-profile-button-wrapper {
    position: relative;
    display: flex;
}

.navbar-profile-button-new {
    position: relative;
    height: 42px;
    width: 42px;
    border-radius: 9999px;
    transition: opacity 0.3s ease;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.navbar-profile-button-new:hover {
    opacity: 0.9;
}

.navbar-profile-button-inner {
    position: relative;
}

.navbar-profile-notification-dot {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme-danger-soft, #ef4444);
    border: 2px solid var(--nirvana-navbar-bg, rgba(15, 23, 42, 0.98));
    z-index: 11;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.navbar-profile-notification-dot.is-visible {
    display: block;
}

.navbar-profile-dropdown-link-notify {
    position: relative;
    padding-right: 1.5rem;
}

.navbar-menu-notification-dot {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: var(--theme-danger-soft, #ef4444);
    box-shadow: 0 0 0 2px var(--nirvana-navbar-bg, rgba(15, 23, 42, 0.98));
}

.navbar-menu-notification-dot.is-visible {
    display: block;
}

.navbar-notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--theme-danger-soft, #ef4444);
    color: var(--nirvana-normal-text-color, #ffffff);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    border: 2px solid var(--dark-bg, #131313);
    z-index: 10;
}

.navbar-notification-badge-menu {
    background-color: var(--theme-danger-soft, #ef4444);
    color: var(--nirvana-normal-text-color, #ffffff);
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    margin-left: auto;
}

.profile-notification-item-unread {
    background-color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.1);
    border-left: 3px solid var(--theme-danger-soft, #ef4444);
}

.profile-notification-item-unread::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--theme-danger-soft, #ef4444);
    border-radius: 50%;
}

.navbar-profile-photo-new {
    aspect-ratio: 1;
    border-radius: 0.375rem;
    border: 2px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-profile-placeholder-new {
    aspect-ratio: 1;
    border-radius: 0.375rem;
    border: 2px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--profile-placeholder-start, #667eea) 0%, var(--profile-placeholder-end, #764ba2) 100%);
    color: var(--nirvana-normal-text-color, #ffffff);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-profile-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    min-width: 240px;
    z-index: 1000;
    overflow: hidden;
    animation: fadeIn 0.2s ease;
    backdrop-filter: blur(4px);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.navbar-profile-wrapper .navbar-profile-dropdown {
    right: 0;
}

.navbar-profile-dropdown:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.navbar-profile-dropdown-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    font-size: 0.75rem;
    gap: 0.125rem;
    padding: 0.625rem;
}

@media (min-width: 640px) {
    .navbar-profile-dropdown-content {
        font-size: 0.875rem;
    }
}

.navbar-profile-dropdown-greeting {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.navbar-profile-dropdown-greeting-text {
    font-weight: 700;
    margin: 0;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
}

.navbar-profile-dropdown-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
    color: var(--text-neutral-400, #a0a0a0);
    cursor: pointer;
    position: relative;
}

.navbar-profile-dropdown-link:hover {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.navbar-profile-dropdown-link-active {
    color: var(--text-neutral-400, #a0a0a0);
}

.navbar-profile-dropdown-link-icon {
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-profile-dropdown-link-icon svg {
    width: 1em;
    height: 1em;
}

.navbar-profile-dropdown-footer {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.navbar-profile-dropdown-logout {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem;
    border-radius: 0.5rem;
    font-weight: 700;
    color: var(--text-neutral-400, #a0a0a0);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
}

.navbar-profile-dropdown-logout:hover {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.navbar-profile-dropdown-logout-icon {
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-profile-dropdown-logout-icon svg {
    width: 1em;
    height: 1em;
}

.navbar-chat {
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    background-color: var(--live-section-border-solid, rgba(49, 49, 49, 1));
    padding: 0.5rem 1rem;
    color: var(--overlay-light-blue-70, rgba(226, 232, 240, 0.7));
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.navbar-chat:hover {
    background-color: var(--live-section-border-85, rgba(49, 49, 49, 0.85));
    color: var(--overlay-light-blue-95, rgba(226, 232, 240, 0.95));
}

@media (min-width: 768px) {
    .navbar-chat {
        display: flex;
    }
}

.navbar-chat-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-chat-icon {
    display: block;
    border-radius: 0.5rem;
    color: var(--primary-color, rgb(227, 146, 20));
    transition: color 0.3s ease, transform 0.35s ease;
}

.navbar-chat:hover .navbar-chat-icon {
    color: rgba(var(--primary-rgb, 227, 146, 20), 0.95);
    transform: translateY(-1px) scale(1.04);
}

.navbar-chat:active .navbar-chat-icon {
    transform: scale(0.96);
}

.navbar-chat-label {
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
}

.w-full.h-full {
    width: 100%;
    height: 100%;
}

.flex.w-full.h-full {
    display: flex;
    width: 100%;
    height: 100%;
}

.object-center {
    object-position: center;
}

/* Mobile Menu Overlay (tema ile uyumlu, rafine) */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    visibility: hidden;
}

.mobile-menu-backdrop-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 201;
    overflow-y: auto;
    max-height: 50vh;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    background-image: linear-gradient(180deg,
            rgba(255, 255, 255, 0.04) 0%,
            transparent 28%);
    border-top: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    box-shadow:
        0 -1px 0 rgba(255, 255, 255, 0.04) inset,
        0 -16px 48px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(14px) saturate(1.04);
    -webkit-backdrop-filter: blur(14px) saturate(1.04);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    visibility: hidden;
    will-change: transform;
}

.mobile-menu-overlay::before {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 99px;
    margin: 11px auto 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.28) 35%,
            rgba(var(--primary-rgb, 227, 146, 20), 0.55) 50%,
            rgba(255, 255, 255, 0.28) 65%,
            transparent 100%);
    opacity: 0.85;
}

@media (min-width: 768px) {
    .mobile-menu-overlay {
        display: none !important;
    }
}

.mobile-menu-overlay-open {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto;
    visibility: visible;
}

.mobile-menu-content {
    width: 100%;
}

.mobile-menu-body {
    padding: 0.75rem 0 5rem;
    padding-bottom: max(5rem, calc(5rem + env(safe-area-inset-bottom, 0px)));
}

.mobile-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.55rem 0.85rem 0.45rem;
}

.mobile-menu-grid .mobile-menu-item {
    aspect-ratio: auto;
}

.mobile-menu-item {
    text-decoration: none;
    color: inherit;
}

.mobile-menu-item-clickable {
    cursor: pointer;
}

.mobile-menu-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.78rem 0.42rem;
    gap: 0.38rem;
}

.mobile-menu-card:active {
    transform: scale(0.97);
}

.mobile-menu-card:hover {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.32);
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.09);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 0 20px rgba(var(--primary-rgb, 227, 146, 20), 0.06);
}

.mobile-menu-card-secondary {
    border-color: rgba(255, 255, 255, 0.06);
}

.mobile-menu-card-secondary:hover {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.25);
}

.mobile-menu-card-new {
    border-color: rgba(255, 255, 255, 0.06);
}

.mobile-menu-icon {
    font-size: 1.28rem;
    width: 1.28rem;
    height: 1.28rem;
    color: rgba(var(--primary-rgb, 227, 146, 20), 0.9);
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.96;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.mobile-menu-item:hover .mobile-menu-icon {
    opacity: 1;
    color: rgba(var(--primary-rgb, 227, 146, 20), 1);
}

.mobile-menu-icon-logo {
    height: 1.25rem;
    width: 4rem;
}

.mobile-menu-icon-emoji {
    width: 25px;
    height: 25px;
}

.mobile-menu-icon-rotate {
    transform: rotate(90deg);
}

.mobile-menu-icon-wrapper {
    position: relative;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-text {
    text-align: center;
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.22;
    max-width: 100%;
    padding: 0 0.15rem;
}

.mobile-menu-badge {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--text-black-color, #000000);
}

.mobile-menu-badge-yellow {
    background-color: var(--theme-warning-deep, #ca8a04);
}

.mobile-menu-badge-secondary {
    background-color: var(--primary-color-strong, rgba(255, 136, 0, 1));
}

.mobile-menu-badge-white {
    background-color: var(--nirvana-normal-text-color, #ffffff);
}

.mobile-menu-ping {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-ping-dot {
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--primary-color, rgb(227, 146, 20));
    border-radius: 9999px;
    z-index: 2;
}

.mobile-menu-ping-ring {
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--primary-color, rgb(227, 146, 20));
    border-radius: 9999px;
    animation: navbarPing 1s infinite;
}

.mobile-menu-section {
    margin-top: 0.5rem;
    padding: 0 0.75rem 1rem;
}

.mobile-menu-section .mobile-menu-grid {
    padding: 0;
}

.mobile-menu-section-title {
    margin-bottom: 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.38);
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.12);
}

.mobile-menu-tournaments {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
}

.mobile-menu-tournament-item {
    text-decoration: none;
    color: inherit;
}

.mobile-menu-tournament-card {
    display: flex;
    width: 100%;
    min-height: 4rem;
    align-items: center;
    border-radius: 0.5rem;
    border: 2px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
    padding: 5px;
}

.mobile-menu-tournament-card:hover {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.5);
}

.mobile-menu-tournament-icon {
    position: relative;
    margin-right: 0.75rem;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    background-color: var(--live-section-border-solid, rgba(49, 49, 49, 1));
}

.mobile-menu-tournament-icon-svg {
    font-size: 1.25rem;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.mobile-menu-tournament-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

/* Mobile Chat â€” gÃ¼nlÃ¼k Ã¶dÃ¼l kartlarÄ± ile aynÄ± tema tokenlarÄ± (--nirvana-*, --primary-rgb, --theme-*) */
.mobile-chat-overlay {
    position: fixed;
    right: 0;
    top: 4rem;
    bottom: 4rem;
    z-index: 9999;
    height: auto;
    width: 100%;
    flex-shrink: 0;
    background: radial-gradient(ellipse 100% 80% at 50% 0%, rgba(var(--primary-rgb, 227, 146, 20), 0.08), transparent 55%),
        linear-gradient(180deg,
            var(--nirvana-card-background-color, rgb(17, 17, 17)) 0%,
            var(--dark-bg, rgb(19, 19, 19)) 100%);
    padding: 0.5rem;
    padding-right: 0.25rem;
    opacity: 0;
    transform: translateX(100%);
    transition:
        opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.38s ease;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.mobile-chat-overlay:not([style*="display: none"]) {
    display: block;
}

@media (min-width: 768px) {
    .mobile-chat-overlay {
        top: 4rem;
        height: calc(100dvh - 4rem);
        width: 320px;
        margin-left: 0;
        transform: translateX(100%);
    }
}

@media (min-width: 1536px) {
    .mobile-chat-overlay {
        position: fixed;
        top: 4rem;
        height: calc(100dvh - 4rem);
        transform: translateX(100%);
    }
}

.mobile-chat-overlay-open {
    opacity: 1;
    transform: translateX(0%);
    pointer-events: auto;
    visibility: visible;
}

.mobile-chat-container {
    position: relative;
    display: flex;
    min-height: 0;
    height: 100%;
    flex-direction: column;
    isolation: isolate;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2)), 0 8px 24px -4px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mobile-chat-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(165deg,
            rgba(255, 255, 255, 0.045) 0%,
            transparent 38%,
            transparent 62%,
            rgba(0, 0, 0, 0.14) 100%);
    pointer-events: none;
    z-index: 0;
}

.mobile-chat-container>* {
    position: relative;
    z-index: 1;
}

.mobile-chat-header {
    flex-shrink: 0;
    margin-bottom: 0.35rem;
    position: relative;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
}

.mobile-chat-header-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-right: 4.6rem;
    min-height: 2.6rem;
}

.mobile-chat-header-status {
    flex-shrink: 0;
}

.mobile-chat-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 9999px;
    padding: 0.2rem 0.55rem 0.2rem 0.4rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mobile-chat-status-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    font-variant-numeric: tabular-nums;
    color: var(--nirvana-onemsiz-text-color, rgba(255, 255, 255, 0.55));
    white-space: nowrap;
    min-width: 3.25rem;
    text-align: right;
}

/* Ã‡evrimiÃ§i sayÄ±sÄ±: baÄŸlÄ±yken yeÅŸil, kopunca soluk kÄ±rmÄ±zÄ±, baÄŸlanÄ±rken turuncu */
.mobile-chat-status-pill:has(.mobile-chat-live-indicator--online) .mobile-chat-status-label {
    color: var(--theme-success-color, #22c55e);
}

.mobile-chat-status-pill:has(.mobile-chat-live-indicator--offline) .mobile-chat-status-label {
    color: var(--theme-danger-color, #ef4444);
}

.mobile-chat-status-pill:has(.mobile-chat-live-indicator--connecting) .mobile-chat-status-label {
    color: var(--primary-color, rgb(227, 146, 20));
}

.mobile-chat-close-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    font-size: 1rem;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    padding: 0;
    z-index: 20;
    width: 2.35rem;
    height: 2.35rem;
    min-width: 2.35rem;
    min-height: 2.35rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

.mobile-chat-close-btn:hover {
    background-color: rgba(var(--primary-rgb, 227, 146, 20), 0.2);
    color: var(--primary-color, rgb(227, 146, 20));
}

.mobile-chat-close-btn svg {
    width: 1.1rem;
    height: 1.1rem;
}

.mobile-chat-header-brand {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 0.5rem;
}

.mobile-chat-header-icon-shell {
    position: relative;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 227, 146, 20), 0.2), rgba(255, 255, 255, 0.04));
    box-shadow: 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.35) inset, 0 2px 12px rgba(0, 0, 0, 0.25);
}

.mobile-chat-header-icon-shell::after {
    content: none;
    display: none;
}

@keyframes mobileChatHeaderOrbit {
    to {
        transform: rotate(360deg);
    }
}

.mobile-chat-header-icon-svg,
.navbar-chat-icon {
    color: var(--primary-color, rgb(227, 146, 20));
}

.site-chat-svg .site-chat-svg-outline {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
    animation: siteChatStroke 3.2s ease-in-out infinite;
}

.mobile-chat-overlay .site-chat-svg .site-chat-svg-outline {
    animation: none;
    stroke-dasharray: none;
    opacity: 0.9;
}

@keyframes siteChatStroke {

    0%,
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    50% {
        stroke-dashoffset: 12;
        opacity: 0.9;
    }
}

@media (prefers-reduced-motion: reduce) {

    .site-chat-svg .site-chat-svg-outline,
    .mobile-chat-header-icon-shell::after,
    .navbar-chat:hover .navbar-chat-icon,
    .mobile-chat-avatar--fallback,
    .mobile-chat-live-indicator--connecting {
        animation: none !important;
    }

    .mobile-chat-avatar-shell[class*="--accent-"] {
        filter: none !important;
    }

    .navbar-chat:hover .navbar-chat-icon {
        transform: none;
    }
}

.mobile-chat-header-titles {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.mobile-chat-header-text {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.mobile-chat-header-tagline {
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.45));
}

.mobile-chat-live-dot.mobile-chat-live-indicator {
    display: inline-block;
    height: 0.42rem;
    width: 0.42rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: var(--overlay-light-30, rgba(255, 255, 255, 0.35));
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.mobile-chat-live-indicator--connecting {
    background: var(--primary-color, rgb(227, 146, 20));
    animation: mobileChatPulse 1.25s ease-in-out infinite;
}

.mobile-chat-live-indicator--online {
    background: var(--theme-success-color, #22c55e);
    box-shadow: 0 0 0 2px rgba(var(--theme-success-rgb, 34, 197, 94), 0.35), 0 0 14px rgba(var(--theme-success-rgb, 34, 197, 94), 0.45);
    animation: none;
}

.mobile-chat-live-indicator--offline {
    background: var(--theme-danger-color, #ef4444);
    box-shadow: 0 0 0 2px rgba(var(--theme-danger-rgb, 239, 68, 68), 0.28);
    animation: none;
}

@keyframes mobileChatPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.mobile-chat-settings-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    margin: 0;
    box-sizing: border-box;
    width: 1.875rem;
    height: 1.875rem;
    min-width: 1.875rem;
    min-height: 1.875rem;
    padding: 0;
    line-height: 0;
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 0.375rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    color: var(--overlay-light-80, rgba(255, 255, 255, 0.85));
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.mobile-chat-settings-btn:hover {
    background: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.35);
    color: var(--primary-color, rgb(227, 146, 20));
    box-shadow: 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.12);
}

.mobile-chat-settings-btn:focus-visible {
    outline: 2px solid var(--primary-color, rgb(227, 146, 20));
    outline-offset: 2px;
}

.mobile-chat-settings-btn svg {
    display: block;
    width: 1.675rem;
    height: 0.875rem;
    flex-shrink: 0;
    overflow: visible;
}

.chat-settings-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark-70, rgba(0, 0, 0, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 1rem;
}

.chat-settings-nirvana-panel {
    max-width: 520px;
    width: 100%;
    max-height: min(90vh, 720px);
    display: flex;
    flex-direction: column;
}

.chat-settings-modal {
    overflow-y: auto;
}


.chat-site-emote-modal .chat-settings-nirvana-panel.chat-site-emote-modal-inner {
    max-width: 440px;
    max-height: min(90vh, 640px);
}

#chat-settings-form {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
}

#chat-site-emote-form {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 0 1 auto;
}

.chat-settings-nirvana-header {
    flex-shrink: 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.chat-settings-nirvana-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-top: 0.5rem;
}

.chat-settings-nirvana-body .chat-settings-form-group:last-of-type {
    margin-bottom: 0.75rem;
}

.chat-settings-nirvana-footer {
    flex-shrink: 0;
    margin-top: 0;
    border-top: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.chat-settings-nirvana-note {
    margin: 0.5rem 0 0;
    padding: 0.75rem 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--stats-text-color, rgba(255, 255, 255, 0.82));
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.12) 0%, rgba(202, 138, 4, 0.08) 100%);
    border: 1px solid rgba(234, 179, 8, 0.28);
    border-radius: 0.5rem;
}

.chat-site-emote-modal.chat-settings-modal {
    z-index: 10003;
}

.chat-settings-form-group {
    margin-bottom: 1.5rem;
}

.chat-settings-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    margin-bottom: 0.5rem;
}

.chat-settings-label input[type="checkbox"] {
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.chat-settings-input,
.chat-settings-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    border-radius: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    font-size: 0.875rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.chat-settings-input:focus,
.chat-settings-textarea:focus {
    outline: none;
    border-color: var(--primary-color, rgb(227, 146, 20));
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 227, 146, 20), 0.1);
}

.chat-settings-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.chat-settings-help {
    display: block;
    font-size: 0.75rem;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.6));
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .chat-settings-nirvana-panel {
        max-height: calc(100dvh - 1rem);
    }

    .mobile-chat-settings-btn {
        right: 2rem;
    }

    .chat-settings-emotes-table-wrap {
        max-height: 170px;
    }
}

.chat-settings-emotes-toolbar {
    display: flex;
    justify-content: flex-end;
    margin: 0.5rem 0 0.25rem;
}

.chat-settings-emotes-toolbar .nirvana-alert-btn {
    min-width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
}

.chat-settings-emotes-table-wrap {
    max-height: 220px;
    overflow: auto;
    margin-top: 0.5rem;
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 0.5rem;
}

.chat-settings-emotes-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.chat-settings-emotes-table th,
.chat-settings-emotes-table td {
    padding: 0.45rem 0.5rem;
    text-align: left;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.08));
}

.chat-settings-emotes-table th {
    font-weight: 600;
    font-size: 0.75rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.75));
}

.chat-settings-emote-thumb {
    max-height: 28px;
    vertical-align: middle;
    border-radius: 0.25rem;
}

.chat-settings-emote-actions {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.chat-settings-emote-actions button {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    border-radius: 0.35rem;
    border: 1px solid var(--overlay-light-15, rgba(255, 255, 255, 0.15));
    background: var(--overlay-light-10, rgba(255, 255, 255, 0.08));
    color: inherit;
}

.chat-settings-emote-actions button:hover {
    background: var(--overlay-light-20, rgba(255, 255, 255, 0.14));
}

.chat-site-emote-preview img {
    max-height: 72px;
    margin-top: 0.5rem;
    border-radius: 0.35rem;
}

.chat-settings-file-input {
    padding: 0.35rem 0;
}

.mobile-chat-emotes-popover {
    position: absolute;
    right: 0;
    bottom: calc(100% + 6px);
    z-index: 60;
    min-width: 200px;
    max-width: min(280px, 92vw);
    max-height: 200px;
    overflow-y: auto;
    padding: 0.5rem;
    background: var(--nirvana-card-background-color, #111);
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.12));
    border-radius: 0.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
    gap: 0.35rem;
}

.mobile-chat-emotes-popover[hidden] {
    display: none !important;
}

.mobile-chat-emotes-empty {
    grid-column: 1 / -1;
    font-size: 0.75rem;
    opacity: 0.75;
    padding: 0.35rem 0.25rem;
    text-align: center;
}

.mobile-chat-emote-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 0.35rem;
    cursor: pointer;
    border: none;
    background: transparent;
    color: inherit;
}

.mobile-chat-emote-item:hover {
    background: var(--overlay-light-10, rgba(255, 255, 255, 0.08));
}

.mobile-chat-emote-item img {
    max-height: 32px;
    max-width: 100%;
}

.mobile-chat-message-text .mobile-chat-emote {
    height: 1.35em;
    width: auto;
    vertical-align: text-bottom;
    display: inline-block;
}

.mobile-chat-telegram-banner {
    position: absolute;
    top: 3rem;
    z-index: 50;
    min-width: 100%;
    max-width: 20rem;
    overflow: hidden;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 0.35rem 0.55rem;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mobile-chat-telegram-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    border-bottom: none;
    user-select: none;
    font-size: 0.875rem;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.mobile-chat-telegram-icon {
    font-size: 1.25rem;
}

.mobile-chat-telegram-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    justify-content: space-evenly;
}

.mobile-chat-telegram-btn {
    width: 100%;
    padding: 0.25rem 0;
    text-align: center;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 0.5rem;
    background-color: var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    text-decoration: none;
}

.mobile-chat-telegram-btn:hover {
    background-color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
}

.mobile-chat-messages {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 0.45rem 0.38rem 0.55rem;
    margin: 0 0.2rem;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-chat-messages::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mobile-chat-event-card {
    margin: 0.5rem;
    user-select: none;
    overflow: hidden;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2));
    padding: 0.5rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mobile-chat-event-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    border-bottom: none;
    padding-bottom: 0.2rem;
    color: var(--text-neutral-400, rgb(160, 160, 160));
}

.mobile-chat-event-header-left {
    display: flex;
    align-items: center;
    transition: colors 0.3s ease-in-out;
}

.mobile-chat-event-header-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-chat-event-icon {
    font-size: 0.875rem;
    margin-right: 0.25rem;
    display: inline-block;
}

.mobile-chat-event-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-chat-event-image {
    width: 40%;
    max-width: 150px;
}

.mobile-chat-event-title {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.mobile-chat-event-amount {
    font-size: 1rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.mobile-chat-event-link {
    margin-top: 0.5rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 0.25rem 0.5rem;
    text-align: center;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    text-decoration: none;
}

/* Duyuru (announcement) variants - copied from mobile-chat-event and renamed */
.duyuru-card {
    margin: 0.5rem;
    user-select: none;
    overflow: hidden;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2));
    padding: 0.5rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.duyuru-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    border-bottom: none;
    padding-bottom: 0.2rem;
    color: var(--text-neutral-400, rgb(160, 160, 160));
}

.duyuru-header-left {
    display: flex;
    align-items: center;
    transition: colors 0.3s ease-in-out;
}

.duyuru-header-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.duyuru-icon {
    font-size: 0.875rem;
    margin-right: 0.25rem;
    display: inline-block;
}

.duyuru-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.duyuru-image {
    width: 40%;
    max-width: 150px;
}

.duyuru-title {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.duyuru-amount {
    font-size: 1rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.duyuru-link {
    margin-top: 0.5rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 0.25rem 0.5rem;
    text-align: center;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    text-decoration: none;
}

.mobile-chat-message-item {
    position: relative;
    margin-bottom: 0.55rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.mobile-chat-avatar-shell {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-chat-avatar-shell--accent-user {
    filter: drop-shadow(0 0 4px rgba(var(--primary-rgb, 227, 146, 20), 0.45));
}

.mobile-chat-avatar-shell--accent-mod {
    filter: drop-shadow(0 0 5px rgba(var(--theme-success-rgb, 34, 197, 94), 0.5));
}

.mobile-chat-avatar-shell--accent-admin {
    filter: drop-shadow(0 0 5px rgba(var(--primary-rgb, 227, 146, 20), 0.5));
}

/* Yeni mesaj â€” gÃ¼nlÃ¼k Ã¶dÃ¼l kartÄ± ile aynÄ± easing */
.chat-message-fade-in {
    animation: chatMessageFadeIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes chatMessageFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .chat-message-fade-in {
        animation: none;
    }

    .mobile-chat-messages {
        scroll-behavior: auto;
    }

    .mobile-chat-overlay {
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
}

.mobile-chat-message-card {
    position: relative;
    z-index: 1;
    margin-right: 0.35rem;
    flex: 1;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 0.48rem 0.62rem 1.05rem;
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mobile-chat-message-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(165deg,
            rgba(255, 255, 255, 0.04) 0%,
            transparent 38%,
            transparent 62%,
            rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
    z-index: 0;
}

/* KullanÄ±cÄ± hue â€” sol ÅŸerit (tema RGB) */
.mobile-chat-message-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 0.375rem 0 0 0.375rem;
    background: linear-gradient(180deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.9),
            rgba(var(--primary-rgb, 227, 146, 20), 0.35));
    pointer-events: none;
    z-index: 1;
    opacity: 0.95;
}

.mobile-chat-message-card:hover {
    border-color: var(--nirvana-border-color, rgba(255, 255, 255, 0.12));
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.35);
}

.mobile-chat-message-card--mod {
    border-color: rgba(var(--theme-success-rgb, 34, 197, 94), 0.35);
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2));
}

.mobile-chat-message-card--admin {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.35);
    box-shadow: 0 4px 6px -1px rgba(var(--primary-rgb, 227, 146, 20), 0.15);
}

.mobile-chat-message-topline,
.mobile-chat-message-text {
    position: relative;
    z-index: 2;
}

/* KullanÄ±cÄ± bazlÄ± hue â†’ kart / ÅŸerit / isim / avatar (yalnÄ±zca :root tema deÄŸiÅŸkenleri) */
.mobile-chat-user-hue-0 .mobile-chat-message-card {
    background: linear-gradient(118deg,
            rgba(var(--theme-info-rgb, 129, 140, 248), 0.14) 0%,
            transparent 52%),
        var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-color: rgba(var(--theme-info-rgb, 129, 140, 248), 0.28);
}

.mobile-chat-user-hue-1 .mobile-chat-message-card {
    background: linear-gradient(118deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.14) 0%,
            transparent 50%),
        var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.28);
}

.mobile-chat-user-hue-2 .mobile-chat-message-card {
    background: linear-gradient(118deg,
            rgba(var(--theme-success-rgb, 34, 197, 94), 0.14) 0%,
            transparent 52%),
        var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-color: rgba(var(--theme-success-rgb, 34, 197, 94), 0.28);
}

.mobile-chat-user-hue-3 .mobile-chat-message-card {
    background: linear-gradient(118deg,
            rgba(var(--theme-accent-rgb, 168, 85, 247), 0.14) 0%,
            transparent 52%),
        var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-color: rgba(var(--theme-accent-rgb, 168, 85, 247), 0.28);
}

.mobile-chat-user-hue-4 .mobile-chat-message-card {
    background: linear-gradient(118deg,
            rgba(var(--theme-warning-rgb, 250, 204, 21), 0.14) 0%,
            transparent 52%),
        var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-color: rgba(var(--theme-warning-rgb, 250, 204, 21), 0.28);
}

.mobile-chat-user-hue-5 .mobile-chat-message-card {
    background: linear-gradient(118deg,
            rgba(var(--theme-danger-rgb, 239, 68, 68), 0.12) 0%,
            transparent 52%),
        var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-color: rgba(var(--theme-danger-rgb, 239, 68, 68), 0.26);
}

.mobile-chat-user-hue-0 .mobile-chat-message-card::after {
    background: linear-gradient(180deg,
            rgba(var(--theme-info-rgb, 129, 140, 248), 0.95),
            rgba(var(--theme-info-rgb, 129, 140, 248), 0.4));
}

.mobile-chat-user-hue-1 .mobile-chat-message-card::after {
    background: linear-gradient(180deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.95),
            rgba(var(--primary-rgb, 227, 146, 20), 0.4));
}

.mobile-chat-user-hue-2 .mobile-chat-message-card::after {
    background: linear-gradient(180deg,
            rgba(var(--theme-success-rgb, 34, 197, 94), 0.95),
            rgba(var(--theme-success-rgb, 34, 197, 94), 0.4));
}

.mobile-chat-user-hue-3 .mobile-chat-message-card::after {
    background: linear-gradient(180deg,
            rgba(var(--theme-accent-rgb, 168, 85, 247), 0.95),
            rgba(var(--theme-accent-rgb, 168, 85, 247), 0.4));
}

.mobile-chat-user-hue-4 .mobile-chat-message-card::after {
    background: linear-gradient(180deg,
            rgba(var(--theme-warning-rgb, 250, 204, 21), 0.95),
            rgba(var(--theme-warning-rgb, 250, 204, 21), 0.42));
}

.mobile-chat-user-hue-5 .mobile-chat-message-card::after {
    background: linear-gradient(180deg,
            rgba(var(--theme-danger-rgb, 239, 68, 68), 0.92),
            rgba(var(--theme-danger-rgb, 239, 68, 68), 0.4));
}

.mobile-chat-message-card.mobile-chat-message-card--mod::after {
    background: linear-gradient(180deg,
            rgba(var(--theme-success-rgb, 34, 197, 94), 0.95),
            rgba(var(--theme-success-rgb, 34, 197, 94), 0.45));
}

.mobile-chat-message-card.mobile-chat-message-card--admin::after {
    background: linear-gradient(180deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.95),
            rgba(var(--primary-rgb, 227, 146, 20), 0.45));
}

.mobile-chat-user-hue-0[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--theme-info-color, #818cf8);
}

.mobile-chat-user-hue-1[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--primary-color, rgb(227, 146, 20));
}

.mobile-chat-user-hue-2[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--theme-success-color, #22c55e);
}

.mobile-chat-user-hue-3[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--theme-accent-color, #a855f7);
}

.mobile-chat-user-hue-4[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--theme-warning-color, #facc15);
}

.mobile-chat-user-hue-5[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--theme-danger-color, #ef4444);
}

.mobile-chat-user-hue-0 .mobile-chat-avatar--accent-user {
    border-color: var(--theme-info-color, #818cf8);
    box-shadow: 0 0 0 1px rgba(var(--theme-info-rgb, 129, 140, 248), 0.4), 0 0 14px rgba(var(--theme-info-rgb, 129, 140, 248), 0.2);
}

.mobile-chat-user-hue-1 .mobile-chat-avatar--accent-user {
    border-color: var(--primary-color, rgb(227, 146, 20));
    box-shadow: 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.35), 0 0 14px rgba(var(--primary-rgb, 227, 146, 20), 0.18);
}

.mobile-chat-user-hue-2 .mobile-chat-avatar--accent-user {
    border-color: var(--theme-success-color, #22c55e);
    box-shadow: 0 0 0 1px rgba(var(--theme-success-rgb, 34, 197, 94), 0.4), 0 0 14px rgba(var(--theme-success-rgb, 34, 197, 94), 0.2);
}

.mobile-chat-user-hue-3 .mobile-chat-avatar--accent-user {
    border-color: var(--theme-accent-color, #a855f7);
    box-shadow: 0 0 0 1px rgba(var(--theme-accent-rgb, 168, 85, 247), 0.4), 0 0 14px rgba(var(--theme-accent-rgb, 168, 85, 247), 0.2);
}

.mobile-chat-user-hue-4 .mobile-chat-avatar--accent-user {
    border-color: var(--theme-warning-color, #facc15);
    box-shadow: 0 0 0 1px rgba(var(--theme-warning-rgb, 250, 204, 21), 0.4), 0 0 14px rgba(var(--theme-warning-rgb, 250, 204, 21), 0.2);
}

.mobile-chat-user-hue-5 .mobile-chat-avatar--accent-user {
    border-color: var(--theme-danger-color, #ef4444);
    box-shadow: 0 0 0 1px rgba(var(--theme-danger-rgb, 239, 68, 68), 0.38), 0 0 14px rgba(var(--theme-danger-rgb, 239, 68, 68), 0.18);
}

[class*="mobile-chat-user-hue-"] .mobile-chat-message-card--mod {
    border-color: rgba(var(--theme-success-rgb, 34, 197, 94), 0.32);
}

[class*="mobile-chat-user-hue-"] .mobile-chat-message-card--admin {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.3);
}

.mobile-chat-avatar {
    position: relative;
    height: 2.05rem;
    width: 2.05rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 9999px;
    background: linear-gradient(145deg, rgba(55, 58, 64, 0.95), rgba(28, 30, 34, 0.98));
    border: 2px solid rgba(var(--primary-rgb, 227, 146, 20), 0.88);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.45);
}

.mobile-chat-avatar--accent-user {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.92);
}

.mobile-chat-avatar--accent-mod {
    border-color: rgba(var(--theme-success-rgb, 34, 197, 94), 0.92);
}

.mobile-chat-avatar--accent-admin {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.95);
}

.mobile-chat-avatar-img {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    display: block;
}

.mobile-chat-avatar-initials {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--nirvana-normal-text-color, #fff);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mobile-chat-avatar--fallback {
    animation: mobileChatAvatarShine 4s ease-in-out infinite;
}

@keyframes mobileChatAvatarShine {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.12);
    }
}

.mobile-chat-message-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.22rem;
}

.mobile-chat-message-identity {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.22rem 0.38rem;
    line-height: 1.2;
}

.mobile-chat-message-time {
    flex-shrink: 0;
    padding-top: 0;
    font-size: 0.6rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: var(--overlay-light-45, rgba(255, 255, 255, 0.42));
}

.mobile-chat-message-item[data-chat-accent="user"] .mobile-chat-message-username {
    color: var(--primary-color, rgb(227, 146, 20));
}

.mobile-chat-message-item[data-chat-accent="mod"] .mobile-chat-message-username {
    color: var(--theme-success-color, #22c55e);
}

.mobile-chat-message-item[data-chat-accent="admin"] .mobile-chat-message-username {
    color: var(--theme-warning-color, #facc15);
}

.mobile-chat-message-actions {
    position: absolute;
    bottom: 0.28rem;
    right: 0.4rem;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    opacity: 1;
    transition: opacity 0.2s ease;
}

/* Dokunmatikte hover yok: butonlar her zaman gÃ¶rÃ¼nÃ¼r; fare ile hover kullanÄ±lan masaÃ¼stÃ¼nde mesaj Ã¼zerine gelince gÃ¶ster */
@media (hover: hover) and (pointer: fine) {
    .mobile-chat-message-actions {
        opacity: 0;
    }

    .mobile-chat-message-item:hover .mobile-chat-message-actions {
        opacity: 1;
    }

    .pinned-message-fixed:hover .mobile-chat-message-actions {
        opacity: 1;
    }
}

.mobile-chat-pinned-message {
    position: sticky;
    top: 0;
    z-index: 10;
    margin: 0 0.2rem 0.45rem;
    padding: 0;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}









.pinned-message-fixed {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0.55rem !important;
}

.pinned-message-fixed .mobile-chat-message-card {
    background: rgba(8, 10, 14, 0.35) !important;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08)) !important;
    padding: 0.35rem 0.4rem 1.1rem !important;
    border-radius: 0.375rem !important;
}

.mobile-chat-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    padding: 0;
    border: none;
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 4px;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.mobile-chat-action-btn:hover {
    background-color: var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    color: var(--nirvana-normal-text-color, rgba(255, 255, 255, 1));
    transform: scale(1.1);
}

.mobile-chat-delete-btn:hover {
    background-color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.3);
    color: var(--theme-danger-soft, rgb(239, 68, 68));
}

.mobile-chat-pin-btn:hover {
    background-color: rgba(var(--theme-warning-rgb, 245, 158, 11), 0.3);
    color: var(--theme-warning-color, rgb(245, 158, 11));
}

.mobile-chat-ban-btn:hover {
    background-color: rgba(var(--theme-danger-rgb, 220, 38, 38), 0.3);
    color: var(--theme-danger-color, rgb(220, 38, 38));
}

.mobile-chat-message-badge {
    display: flex;
    height: 1.5rem;
    align-items: center;
    border-radius: 0.125rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 0 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--text-neutral-400, rgb(160, 160, 160));
}

.mobile-chat-message-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    padding: 0;
    font-size: 0.68rem;
    position: relative;
    z-index: 1;
}

.mobile-chat-message-badge-mod {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: var(--nirvana-normal-text-color);
    background-color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.8);
    padding: 0 0.25rem;
    border-radius: 0.125rem;
}

.mobile-chat-message-badge-friend {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: var(--nirvana-normal-text-color);
    background-color: rgba(var(--theme-cyan-rgb, 34, 211, 238), 0.8);
    padding: 0 0.25rem;
    border-radius: 0.125rem;
}

.mobile-chat-badge-icon {
    display: block;
    width: 13px;
    height: 13px;
    object-fit: contain;
}

.mobile-chat-badge-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile-chat-badge-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.mobile-chat-badge-text-only {
    display: inline-flex;
    align-items: center;
    border-radius: 0.28rem;
    background: linear-gradient(135deg, #3d5a4a, #2d4438);
    padding: 0.08rem 0.38rem;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-chat-badge-container.mobile-chat-badge-with-icon {
    cursor: pointer;
}

.mobile-chat-badge-container.mobile-chat-badge-with-icon:hover {
    z-index: 999;
}

.mobile-chat-badge-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 6px;
    white-space: nowrap;
    border-radius: 0.25rem;
    background-color: var(--overlay-dark-95, rgba(0, 0, 0, 0.95));
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    min-width: max-content;
}

.mobile-chat-badge-tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--overlay-dark-95, rgba(0, 0, 0, 0.95));
}

.mobile-chat-badge-container:hover .mobile-chat-badge-tooltip,
.mobile-chat-badge-container.mobile-chat-badge-with-icon:hover .mobile-chat-badge-tooltip,
.mobile-chat-badge-container:hover.mobile-chat-badge-with-icon .mobile-chat-badge-tooltip,
.mobile-chat-badge-with-icon:hover .mobile-chat-badge-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(2px) !important;
}

.mobile-chat-message-username {
    cursor: pointer;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--nirvana-normal-text-color);
}

.mobile-chat-message-text {
    position: relative;
    margin-top: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    font-size: 0.8125rem;
    color: var(--message-text-color, rgba(242, 245, 248, 0.95));
    line-height: 1.48;
}

.mobile-chat-message-text-green {
    color: var(--theme-green-neon, rgb(0, 255, 0));
}

.mobile-chat-message-reply {
    position: relative;
    margin-bottom: 0.25rem;
    margin-left: 0;
}

.mobile-chat-message-reply-line {
    display: none;
}

.mobile-chat-message-reply-content {
    margin-left: 0;
    padding-left: 0;
}

.mobile-chat-message-reply-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--theme-green-neon, rgb(0, 255, 0));
}

.mobile-chat-message-reply-icon {
    height: 0.75rem;
    width: 0.75rem;
}

.mobile-chat-message-reply-username {
    font-weight: 500;
    color: var(--text-neutral-400, rgb(160, 160, 160));
    text-decoration: underline;
}

.mobile-chat-message-reply-label {
    color: rgba(var(--text-neutral-400-rgb, 160, 160, 160), 0.6);
}

.mobile-chat-message-reply-text {
    margin-top: 0.25rem;
    line-clamp: 2;
    font-size: 0.875rem;
    color: rgba(var(--text-neutral-400-rgb, 160, 160, 160), 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-chat-input-area {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0.6rem 0.45rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    margin-top: auto;
    border-top: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.06));
    border-radius: 0.375rem 0.375rem 0 0;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 45%);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.mobile-chat-input-area:focus-within {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.28);
    box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.12);
}

.mobile-chat-input-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.mobile-chat-input-container {
    position: relative;
    min-width: 0;
    flex: 1;
    width: auto;
}

.chat-input {
    width: 100%;
    min-height: 2.75rem;
    max-height: 8rem;
    padding: 0.55rem 2.85rem 0.55rem 1rem;
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    font-size: 0.875rem;
    box-sizing: border-box;
    overflow-y: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.15)), inset 0 1px 2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.chat-input:empty::before {
    content: attr(data-placeholder);
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    pointer-events: none;
}

.chat-input:focus {
    outline: none;
    border-color: var(--primary-color, rgb(227, 146, 20));
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 227, 146, 20), 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.chat-input[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 420px) {
    .mobile-chat-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
    }

    .mobile-chat-send-wrapper {
        align-self: flex-end;
    }
}

.mobile-chat-input {
    width: 100%;
    min-height: 2.5rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
    background-color: var(--chat-modal-bg, rgb(30, 30, 30));
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    font-size: 0.875rem;
}

.mobile-chat-input:focus {
    outline: none;
    border-color: var(--primary-color, rgb(227, 146, 20));
}

.mobile-chat-emoji-btn {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.55));
    transition: color 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-chat-emoji-btn:hover {
    transform: translateY(-50%) scale(1.08);
    color: rgba(var(--primary-rgb, 227, 146, 20), 0.95);
}

.mobile-chat-send-wrapper {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.35rem;
}

.mobile-chat-send-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    color: var(--nirvana-onemsiz-text-color, rgba(255, 255, 255, 0.45));
    cursor: not-allowed;
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.15));
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mobile-chat-send-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mobile-chat-send-icon {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.mobile-chat-send-btn:not(:disabled) {
    cursor: pointer;
    border: none;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    background: var(--primary-color, #e39214);
    box-shadow: 0 4px 6px -1px rgba(var(--primary-rgb, 227, 146, 20), 0.3);
}

.mobile-chat-send-btn:not(:disabled):hover {
    transform: translateY(-2px);
    background: var(--secondary-color, #c47f10);
    box-shadow:
        0 10px 15px -3px rgba(var(--primary-rgb, 227, 146, 20), 0.5),
        0 4px 6px -2px rgba(var(--primary-rgb, 227, 146, 20), 0.4);
}

.mobile-chat-send-btn:not(:disabled):hover .mobile-chat-send-icon {
    transform: translate(2px, -2px);
}

.mobile-chat-send-btn:not(:disabled):active {
    transform: scale(0.98) translateY(0);
}

/* Chat Avatar */
.mobile-chat-message-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-chat-pin-badge {
    display: inline-flex !important;
    flex-shrink: 0;
    align-items: center;
    gap: 0.18rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.15) !important;
    color: var(--primary-color, rgb(227, 146, 20)) !important;
    padding: 0.14rem 0.38rem !important;
    border-radius: 0.22rem !important;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    margin-right: 0.35rem !important;
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.3);
}

.mobile-chat-pin-badge-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
}

.mobile-chat-pin-badge-label {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Chat active overlay */
.mobile-chat-overlay.active {
    display: flex !important;
}


.sans-header-wrapper {
    display: flex;
    flex-direction: column;
}

.sans-header-title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.sans-banner-card {
    color: var(--nirvana-normal-text-color, #e2e8f0);
    width: 100%;
    height: 200px;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s, opacity 0.3s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.sans-banner-card:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.sans-banner-inner {
    padding: 0;
    height: 100%;
    width: 100%;
}

.sans-banner-gradient {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, var(--sans-banner-start, #660708) 0%, var(--sans-banner-mid, #e39214aa) 50%, var(--sans-banner-end, #e5383baa) 100%);
    overflow: hidden;
}

.sans-banner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    object-fit: cover;
    object-position: center right;
    z-index: 1;
}

.sans-banner-text {
    position: absolute;
    pointer-events: none;
    top: 25%;
    left: 0;
    padding: 1.5rem 1rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .sans-banner-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.daily-reward-card {
    border-radius: 0.375rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.08));
    box-shadow: 0 4px 6px -1px var(--overlay-dark-20, rgba(0, 0, 0, 0.2));
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    overflow: visible;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 0;
    isolation: isolate;
    min-height: 280px;
}

.daily-reward-card:hover {
    border-color: var(--nirvana-border-color, rgba(255, 255, 255, 0.12));
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.35);
}

.daily-reward-card__bg {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.daily-reward-card__bg-svg {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 100%;
}

.daily-reward-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(165deg,
            rgba(255, 255, 255, 0.04) 0%,
            transparent 38%,
            transparent 62%,
            rgba(0, 0, 0, 0.12) 100%);
    z-index: 1;
    pointer-events: none;
}

.daily-reward-card>*:not(.daily-reward-card__bg) {
    position: relative;
    z-index: 2;
}

.daily-reward-bg-sheen {
    opacity: 0.55;
    mix-blend-mode: soft-light;
}

.daily-reward-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    color: var(--theme-success-color, #00FF86);
    font-size: 0.75rem;
    font-weight: 600;
    background-color: rgba(var(--theme-success-rgb, 0, 255, 134), 0.15);
    border: 1px solid rgba(var(--theme-success-rgb, 0, 255, 134), 0.3);
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.daily-reward-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.daily-reward-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--nirvana-normal-text-color, #ffffff);
    line-height: 1.75rem;
    margin: 0;
    text-shadow: 0 2px 4px var(--overlay-dark-30, rgba(0, 0, 0, 0.3));
}

@media (min-width: 768px) {
    .daily-reward-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.daily-reward-description {
    font-size: 0.875rem;
    color: var(--section-title-color, #e2e8f0);
    line-height: 1.5rem;
    margin: 0;
    opacity: 0.9;
}

.daily-reward-tags {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.daily-reward-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    border: 1px solid transparent;
}

.daily-reward-tag-green {
    color: var(--theme-success-color, #00FF86);
    background-color: rgba(var(--theme-success-rgb, 0, 255, 134), 0.15);
    border-color: rgba(var(--theme-success-rgb, 0, 255, 134), 0.3);
}

.daily-reward-tag-yellow {
    color: var(--theme-warning-color, #facc15);
    background-color: rgba(var(--theme-warning-rgb, 250, 204, 21), 0.15);
    border-color: rgba(var(--theme-warning-rgb, 250, 204, 21), 0.3);
}

.daily-reward-tag-indigo {
    color: var(--theme-info-color, #818cf8);
    background-color: rgba(var(--theme-info-rgb, 129, 140, 248), 0.15);
    border-color: rgba(var(--theme-info-rgb, 129, 140, 248), 0.3);
}

.daily-reward-button-wrapper {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    position: relative;
    overflow: visible;
}

.daily-reward-card>.daily-reward-button-wrapper {
    z-index: 3;
}

.daily-reward-button-wrapper .steps-container {
    overflow: visible;
    margin-bottom: 0;
}

.daily-reward-button-wrapper .steps-wrapper {
    overflow: visible;
}

.daily-reward-button-wrapper .menu-grid {
    overflow: visible;
}

.daily-reward-button-wrapper .step-card {
    overflow: visible;
    z-index: 1;
}

.daily-reward-button-wrapper .step-card:hover {
    z-index: 25;
}

.daily-reward-buttons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: 100%;
}

@media (min-width: 640px) {
    .daily-reward-buttons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.daily-reward-buttons-grid-logged {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .daily-reward-buttons-grid-logged {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .daily-reward-buttons-grid-logged {
        grid-template-columns: repeat(4, 1fr);
    }
}

.daily-reward-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.875rem;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    border-radius: 0.375rem;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color, #e39214);
    box-shadow: 0 4px 6px -1px rgba(var(--primary-rgb, 227, 146, 20), 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.daily-reward-button:hover {
    box-shadow: 0 10px 15px -3px rgba(var(--primary-rgb, 227, 146, 20), 0.5), 0 4px 6px -2px rgba(var(--primary-rgb, 227, 146, 20), 0.4);
    transform: translateY(-2px);
    background: var(--secondary-color, #c47f10);
}

.daily-reward-button:active {
    transform: translateY(0);
}

.daily-reward-button-primary {
    background: var(--primary-color, #e39214);
    box-shadow: 0 4px 6px -1px rgba(var(--primary-rgb, 227, 146, 20), 0.3);
}

.daily-reward-button-primary:hover {
    background: var(--secondary-color, #c47f10);
    box-shadow: 0 10px 15px -3px rgba(var(--primary-rgb, 227, 146, 20), 0.5), 0 4px 6px -2px rgba(var(--primary-rgb, 227, 146, 20), 0.4);
}

.daily-reward-button-secondary {
    background: var(--profile-placeholder-start, #667eea);
    box-shadow: 0 4px 6px -1px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.3);
}

.daily-reward-button-secondary:hover {
    background: var(--daily-reward-secondary-hover, #5568d3);
    box-shadow: 0 10px 15px -3px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.5), 0 4px 6px -2px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.4);
}

.daily-reward-button-action {
    background: linear-gradient(135deg, var(--profile-placeholder-start, #667eea) 0%, var(--profile-placeholder-end, #764ba2) 100%);
    box-shadow: 0 4px 6px -1px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.3);
    font-size: 0.8rem;
    padding: 0.625rem 1rem;
}

.daily-reward-button-action:hover {
    background: linear-gradient(135deg, var(--daily-reward-secondary-hover, #5568d3) 0%, var(--daily-reward-action-hover-end, #653a8a) 100%);
    box-shadow: 0 10px 15px -3px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.5), 0 4px 6px -2px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.4);
}

.daily-reward-button span {
    display: inline-block;
}

.daily-reward-button-icon {
    width: 1rem;
    height: 1rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    transition: transform 0.3s ease;
}

.daily-reward-button:hover .daily-reward-button-icon {
    transform: translateX(4px);
}

/* Login Modal Styles */
.login-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: var(--overlay-dark-75, rgba(0, 0, 0, 0.75));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.login-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.login-modal-content {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    border-radius: 0.75rem;
    box-shadow: rgba(16, 24, 40, 0.08) -12px 0px 16px -4px, rgba(16, 24, 40, 0.04) -4px 0px 6px -2px;
    padding: 1.5rem;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.login-modal-overlay.open .login-modal-content {
    transform: scale(1);
}

.login-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    z-index: 10;
}

.login-modal-close:hover {
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    color: var(--nirvana-normal-text-color, #ffffff);
}

.login-modal-title-section {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-modal-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin-bottom: 0.5rem;
}

.login-modal-subtitle {
    text-align: center;
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 1.5rem;
}

#login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-google-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: linear-gradient(135deg, var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33)) 0%, var(--live-section-border, rgb(49, 49, 49)) 100%);
    border-radius: 9999px;
    color: var(--nirvana-normal-text-color, #ffffff);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.32) 0px -1px 0px 0px inset, rgba(255, 255, 255, 0.06) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 4px 12px -2px;
}

.login-google-button:hover {
    background: linear-gradient(135deg, var(--live-section-border, rgb(49, 49, 49)) 0%, var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33)) 100%);
    transform: translateY(-1px);
    box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px 0px inset, rgba(255, 255, 255, 0.08) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.08) 0px 4px 6px 0px, rgba(0, 0, 0, 0.15) 0px 6px 16px -2px;
}

.login-google-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem 0;
}

.login-divider-line {
    flex: 1;
    height: 1px;
    background-color: var(--overlay-light-08, rgba(255, 255, 255, 0.08));
}

.login-divider-text {
    font-size: 0.75rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    font-weight: 500;
}

.login-input-wrapper {
    position: relative;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    border-radius: 0.375rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.login-input-wrapper:focus-within {
    border-color: var(--primary-color, rgb(227, 146, 20));
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 227, 146, 20), 0.1);
}

.login-input-icon {
    width: 1rem;
    height: 1rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-right: 0.5rem;
    flex-shrink: 0;
    align-self: center;
}

.login-input {
    flex: 1;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0;
}

.login-input:focus,
.login-input:focus-visible {
    outline: none;
    box-shadow: none;
}

.login-input-label {
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    font-size: 0.75rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0 0.25rem;
}

.login-input:focus+.login-input-label,
.login-input:not(:placeholder-shown)+.login-input-label {
    top: 0;
    transform: translateY(-50%) scale(0.63);
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
}

.login-password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.login-password-toggle:hover {
    color: var(--nirvana-normal-text-color, #ffffff);
}

.login-eye-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-checkbox {
    display: none;
}

.login-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    font-size: 0.875rem;
    user-select: none;
}

.login-checkbox-custom {
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    background-color: transparent;
}

.login-checkbox:checked~.login-checkbox-custom {
    background-color: var(--primary-color, rgb(227, 146, 20));
    border-color: var(--primary-color, rgb(227, 146, 20));
}

.login-checkbox:checked~.login-checkbox-custom::after {
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.75rem;
    font-weight: bold;
}

.login-checkbox-label:hover .login-checkbox-custom {
    border-color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
}

.login-forgot-link {
    background: none;
    border: none;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
}

.login-forgot-link:hover {
    color: var(--primary-color, rgb(227, 146, 20));
}

.login-submit-button {
    width: 100%;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, var(--primary-color, rgb(227, 146, 20)) 0%, var(--secondary-color, rgb(200, 130, 18)) 100%);
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(var(--primary-rgb, 227, 146, 20), 0.3);
}

.login-submit-button:hover {
    background: linear-gradient(135deg, var(--secondary-color, rgb(200, 130, 18)) 0%, var(--primary-color, rgb(227, 146, 20)) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(var(--primary-rgb, 227, 146, 20), 0.5);
}

.login-submit-button:active {
    transform: translateY(0);
}

.login-footer-text {
    text-align: center;
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.login-link-button {
    background: none;
    border: none;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 0;
    text-decoration: underline;
}

.login-link-button:hover {
    color: var(--primary-color, rgb(227, 146, 20));
}

.login-terms {
    border-top: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
}

.login-terms-text {
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    line-height: 1.5;
}

@media (max-width: 640px) {
    .login-modal-content {
        padding: 1rem;
    }

    .login-modal-title-section {
        margin-bottom: 1rem;
    }

    .login-modal-title {
        font-size: 1.25rem;
    }

    .login-modal-subtitle {
        font-size: 0.75rem;
    }
}

/* Register Modal Styles */
.register-progress {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.register-progress-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.register-progress-bar {
    width: 100%;
    height: 0.25rem;
    border-radius: 9999px;
    background-color: var(--register-progress-track, rgb(51, 51, 51));
}

.register-progress-item.active .register-progress-bar {
    background-color: var(--primary-color, rgb(227, 146, 20));
}

.register-progress-label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.register-progress-item.active .register-progress-label {
    color: var(--nirvana-normal-text-color, #ffffff);
}

.register-progress-icon {
    width: 0.75rem;
    height: 0.75rem;
}

.register-step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#register-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.verification-code-container {
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--overlay-light-02, rgba(255, 255, 255, 0.02));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    margin-bottom: 1rem;
}

.verification-code-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin-bottom: 0.75rem;
}

.verification-code-inputs {
    display: flex;
    gap: 0.75rem;
}

.verification-code-input {
    flex: 1;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    border-radius: 0.5rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.verification-code-input:focus {
    outline: none;
    border-color: var(--theme-success-color, rgb(0, 255, 134));
    box-shadow: 0 0 0 3px rgba(var(--theme-success-rgb, 0, 255, 134), 0.1);
}

.verification-code-input::placeholder {
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
}

.verification-resend {
    display: block;
    margin: 0 auto 0.75rem;
    background: none;
    border: none;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease;
}

.verification-resend:hover {
    color: var(--primary-color, rgb(227, 146, 20));
}

@media (min-width: 1024px) {
    .verification-code-input {
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }
}

@media (min-width: 1920px) {
    .slider-wrapper {
        width: 1500px;
        height: 400px;
        aspect-ratio: auto;
    }
}

/* Profile Page Styles */
.profile-overflow-wrapper {
    overflow: hidden;
}

.profile-content-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.profile-content-wrapper .slider-wrapper {
    width: 1100px;
    height: 332px;
    max-width: 100%;
    aspect-ratio: auto;
}

/* Profile Cards - Base Styles */
.profile-card,
.profile-connections-card,
.profile-raffles-stats-card,
.profile-raffles-list-card,
.profile-store-history-card,
.profile-notifications-card {
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    backdrop-filter: blur(4px);
    width: 100%;
}

.profile-card:hover,
.profile-connections-card:hover,
.profile-raffles-stats-card:hover,
.profile-raffles-list-card:hover,
.profile-store-history-card:hover,
.profile-notifications-card:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.profile-card {
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.profile-card-inner,
.profile-connections-card-inner,
.profile-raffles-stats-card-inner,
.profile-raffles-list-card-inner,
.profile-store-history-card-inner {
    padding: 0;
    height: 100%;
    width: 100%;
}

.profile-notifications-card-inner {
    padding: 0.25rem;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

/* Profile Layout */
.profile-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .profile-layout {
        flex-direction: row;
    }
}

/* Sidebar */
.profile-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    padding: 0.25rem;
}

@media (min-width: 640px) {
    .profile-sidebar {
        max-width: 200px;
    }
}

.profile-card-sidebar {
    border-color: var(--live-section-border, rgba(33, 33, 33, 0.8));
}

.profile-sidebar-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-between;
    border-color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .profile-sidebar-content {
        flex-direction: column;
        justify-content: center;
        border-color: transparent;
    }
}

.profile-sidebar-user {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    gap: 0.25rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .profile-sidebar-user {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
}

.profile-photo-container {
    position: relative;
    height: 4rem;
    width: 4rem;
    cursor: pointer;
    border-radius: 0.75rem;
    padding: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(33, 33, 33, 0.1), 0 2px 4px -1px rgba(33, 33, 33, 0.06);
}

@media (min-width: 1536px) {
    .profile-photo-container {
        height: 3.5rem;
        width: 3.5rem;
    }
}

.profile-photo-wrapper {
    width: 3.5rem;
    height: 3.5rem;
}

.profile-photo {
    aspect-ratio: 1;
    border-radius: 0.375rem;
    /* border: 2px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.7); */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-photo-placeholder {
    aspect-ratio: 1;
    border-radius: 0.375rem;
    border: 2px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--profile-placeholder-start, #667eea) 0%, var(--profile-placeholder-end, #764ba2) 100%);
    color: var(--nirvana-normal-text-color, #ffffff);
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.profile-photo-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: 0.5rem;
    background-color: var(--overlay-dark-60, rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.profile-photo-container:hover .profile-photo-overlay {
    opacity: 1;
}

.profile-photo-overlay-icon {
    font-size: 1.25rem;
    color: var(--nirvana-normal-text-color, #ffffff);
    transition: transform 0.3s ease;
}

.profile-photo-container:hover .profile-photo-overlay-icon {
    transform: scale(1.1);
}

.profile-photo-overlay-text {
    text-align: center;
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, #ffffff);
}

.profile-user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
}

@media (min-width: 768px) {
    .profile-user-info {
        align-items: center;
    }
}

.profile-username {
    font-weight: 700;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.75rem;
}

.profile-telegram-id {
    position: relative;
    display: flex;
    font-size: 0.75rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: var(--nirvana-normal-text-color);
}

@media (min-width: 1024px) {
    .profile-telegram-id {
        justify-content: flex-start;
    }
}

.profile-copy-icon {
    cursor: pointer;
    font-size: 0.75rem;
}

.profile-coin-display {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .profile-coin-display {
        margin-top: 0.5rem;
    }
}

.profile-coin-icon {
    color: inherit;
}

.profile-coin-amount {
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

/* Profile Menu */
.profile-card-menu {
    border-color: var(--live-section-border, rgba(33, 33, 33, 0.8));
}

.profile-menu-content {
    height: 100%;
    scrollbar-width: none;
    width: 100%;
    overflow: hidden;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0.25rem;
}

.profile-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
    height: 100%;
    scrollbar-width: none;
}

@media (min-width: 420px) {
    .profile-menu-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .profile-menu-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.profile-menu-link {
    color: var(--section-title-color, rgb(214, 214, 214));
    display: flex;
    flex-grow: 1;
    font-size: 0.75rem;
    align-items: center;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    gap: 0.5rem;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

@media (min-width: 640px) {
    .profile-menu-link {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
}

.profile-menu-link:hover {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.profile-menu-link-active {
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
}

.profile-menu-link-notify {
    position: relative;
    padding-right: 0.65rem;
}

.profile-card-menu-notification-dot {
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-danger-soft, #ef4444);
    box-shadow: 0 0 0 2px var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    pointer-events: none;
    flex-shrink: 0;
}

.profile-card-menu-notification-dot.is-visible {
    display: block;
}

.profile-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-menu-icon svg {
    width: 1em;
    height: 1em;
}

/* Profile Menu Content Sections */
.profile-menu-content-section {
    display: none;
    width: 100%;
    animation: fadeIn 0.3s ease-in-out;
}

.profile-menu-content-section.profile-menu-content-active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Main Content */
.profile-main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    gap: 0.5rem;
    padding: 0.25rem;
}

.profile-content-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.25rem;
}

@media (min-width: 1100px) {
    .profile-content-layout {
        flex-direction: row;
    }
}

.profile-content-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.25rem;
    flex-grow: 1;
}

.profile-content-right {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
}

@media (min-width: 420px) {
    .profile-content-right {
        flex-direction: row;
    }
}

@media (min-width: 1100px) {
    .profile-content-right {
        flex-direction: column;
        max-width: 200px;
        height: fit-content;
    }
}

/* Common Content Styles */
.profile-transactions-content,
.profile-sponsors-content,
.profile-raffles-content,
.profile-store-history-content,
.profile-notifications-content {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-transactions-content {
    overflow-y: auto;
    border-radius: 0.5rem;
    gap: 0.25rem;
    padding: 0.25rem;
}

.profile-sponsors-content {
    overflow-y: auto;
    border-radius: 0.5rem;
    padding: 0.25rem;
}

.profile-store-history-content {
    gap: 0.5rem;
}

/* Common Header Styles */
.profile-transactions-header,
.profile-sponsors-header,
.profile-connections-section-header,
.profile-raffles-header,
.profile-store-history-header,
.profile-notifications-header {
    padding-left: 0.25rem;
    width: 100%;
}

.profile-notifications-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: var(--nirvana-normal-text-color);
    padding-left: 0;
}

.profile-notifications-header-inner {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 100%;
}

/* Common Title Styles */
.profile-transactions-title,
.profile-sponsors-title,
.profile-connections-title,
.profile-raffles-title,
.profile-store-history-title,
.profile-notifications-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.3);
    padding-bottom: 0.375rem;
    color: var(--nirvana-normal-text-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.profile-transactions-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-transaction-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--profile-transaction-item-bg, rgba(33, 33, 33, 0.2));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition: background-color 0.2s ease;
}

.profile-transaction-item:hover {
    background-color: var(--profile-transaction-item-hover-bg, rgba(17, 17, 17, 0.3));
}

.profile-transaction-icon {
    border-radius: 0.125rem;
    background-color: var(--overlay-light-043, rgba(255, 255, 255, 0.043));
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.profile-transaction-coin-icon {
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
}

.profile-transaction-text {
    flex: 1;
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
}

.profile-transaction-amount {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color, #ffffff);
}

/* Sponsors Content */
.profile-sponsors-grid {
    display: grid;
    grid-auto-columns: auto;
    gap: 0.5rem;
    width: 100%;
}

@media (min-width: 1100px) {
    .profile-sponsors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1536px) {
    .profile-sponsors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Common Item Card Styles */
.profile-sponsor-card,
.profile-connection-card,
.profile-raffle-item,
.profile-store-history-item,
.profile-notification-item {
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.profile-sponsor-card {
    border-color: var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
}

.profile-sponsor-card:hover,
.profile-connection-card:hover,
.profile-raffle-item:hover,
.profile-store-history-item:hover,
.profile-notification-item:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.profile-sponsor-card-inner {
    padding: 0;
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
}

.profile-sponsor-logo {
    height: 4rem;
    width: 40%;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-sponsor-logo-img {
    align-self: center;
    padding: 0.5rem;
    width: 100%;
    height: auto;
    max-height: 90%;
    object-fit: contain;
}

.profile-sponsor-info {
    display: flex;
    width: 60%;
    flex-shrink: 0;
    height: fit-content;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem;
}

.profile-sponsor-input-wrapper {
    display: flex;
    flex: 1;
    min-width: 0;
}

.profile-sponsor-input-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    height: fit-content;
    padding: 0.25rem 0.5rem !important;
    flex: 1;
    text-align: start;
    font-size: 0.75rem;
    width: auto;
}

.profile-sponsor-input-item.profile-sponsor-input {
    background-color: var(--input-focus-bg, rgba(17, 17, 17, 0.5));
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
}

.profile-sponsor-input-item.profile-sponsor-input::placeholder {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

.profile-sponsor-btn {
    display: flex;
    height: fit-content;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem !important;
    margin-right: 0.5rem;
    border-radius: 0.125rem !important;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-black-color, rgb(0, 0, 0)) !important;
    border: none;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    background-color: var(--nirvana-normal-text-color, rgb(255, 255, 255)) !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.profile-sponsor-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-rgb, 227, 146, 20), 0.4);
}

/* Connections Content */
.profile-connections-wrapper {
    display: flex;
    width: 100%;
    flex-grow: 1;
    gap: 0.25rem;
    padding: 0.25rem;
    flex-direction: column;
}

.profile-connections-section {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0.25rem;
}

.profile-connections-section-accounts {
    flex-direction: column;
    padding: 0.5rem;
}

.profile-connections-section-header {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 100%;
}

.profile-connections-section-header-with-icon {
    display: flex;
    align-items: flex-start;
    color: var(--nirvana-normal-text-color, #ffffff);
}

.profile-connections-header-icon {
    margin-right: 0.5rem;
    margin-top: 0.25rem;
    display: inline-block;
    height: 1em;
    width: 1em;
}

.profile-connections-title-wrapper {
    width: 100%;
}

.profile-connections-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.profile-connection-card {
    width: 100%;
}

.profile-connection-card-inner {
    height: 100%;
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 1rem;
}

@media (min-width: 640px) {
    .profile-connection-card-inner {
        flex-grow: 0;
    }
}

.profile-connection-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

@media (min-width: 640px) {
    .profile-connection-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.profile-connection-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.profile-connection-name-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.profile-connection-icon {
    pointer-events: none;
    z-index: 10;
    height: 1.5rem;
    width: 1.5rem;
    user-select: none;
}

.profile-connection-icon-telegram {
    font-size: 1.5rem;
}

.profile-connection-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    color: var(--nirvana-normal-text-color, #ffffff);
    font-size: 0.875rem;
    margin: 0;
}

.profile-connection-right {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .profile-connection-right {
        width: fit-content;
    }
}

.profile-connection-value-wrapper {
    display: flex;
    flex: 1;
    min-width: 0;
    gap: 0.5rem;
    align-items: center;
}

.profile-connection-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
    text-align: start;
    font-size: 0.875rem;
    width: auto;
    cursor: pointer;
}

.profile-connection-remove-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.25);
    padding: 0.25rem 0.5rem;
    color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.8);
    background: none;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.profile-connection-remove-btn:hover {
    background-color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.1);
    border-color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.4);
}

.profile-connection-remove-btn svg {
    height: 1em;
    width: 1em;
}

.profile-connection-input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
    text-align: start;
    font-size: 0.875rem;
    width: auto;
    background-color: var(--input-focus-bg, rgba(17, 17, 17, 0.5));
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

.profile-connection-input::placeholder {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

.profile-connection-input:focus {
    outline: none;
    border-color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    background-color: var(--profile-connection-input-focus-bg, rgba(17, 17, 17, 0.7));
}

.profile-connection-edit-btn,
.profile-connection-save-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.25);
    padding: 0.25rem 0.5rem;
    color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.8);
    background: none;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    flex-shrink: 0;
}

.profile-connection-edit-btn:hover,
.profile-connection-save-btn:hover {
    background-color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.1);
    border-color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.4);
    color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 1);
}

.profile-connection-edit-btn svg,
.profile-connection-save-btn svg {
    height: 1em;
    width: 1em;
}

/* Raffles Content */
.profile-raffles-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
}

.profile-raffles-stats-wrapper {
    display: flex;
}

.profile-raffles-stats-card-inner {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0.25rem;
}

.profile-raffles-stats-grid {
    display: contents;
}

.profile-raffles-stat-card {
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--live-section-border, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    height: 100%;
    width: 100%;
    grid-column: span 3;
}

.profile-raffles-stat-card:hover {
    background-color: var(--profile-raffles-stat-card-hover-bg, rgba(33, 33, 33, 0.8));
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

@media (min-width: 1300px) {
    .profile-raffles-stat-card {
        grid-column: span 2;
    }

    .profile-raffles-stat-card-ratio {
        grid-column: span 2;
    }
}

.profile-raffles-stat-card-inner {
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.profile-raffles-stat-card-bg {
    position: absolute;
    bottom: -1rem;
    right: -0.5rem;
    height: 6rem;
    width: 6rem;
}

.profile-raffles-stat-card-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    filter: hue-rotate(45deg);
    transform: translateY(33.333%);
    opacity: 0.3;
    z-index: 10;
}

.profile-raffles-stat-card-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.125rem 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 20;
}

.profile-raffles-stat-card-title {
    z-index: 20;
    padding: 0 0.75rem;
    text-align: center;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin: 0;
}

@media (min-width: 640px) {
    .profile-raffles-stat-card-title {
        font-size: 0.75rem;
    }
}

.profile-raffles-stat-card-badge {
    display: flex;
    border-radius: 0.375rem;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    background-color: var(--overlay-dark-90, rgba(0, 0, 0, 0.9));
}

.profile-raffles-stat-card-value {
    z-index: 20;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 700;
    color: var(--nirvana-normal-text-color);
    margin: 0;
}

.profile-raffles-list-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.profile-raffles-list-card {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    width: 100%;
}

.profile-raffles-list-card-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.profile-raffles-content {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0.5rem;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, #ffffff);
}

.profile-raffles-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

.profile-raffles-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.75rem;
}

@media (min-width: 1300px) {
    .profile-raffles-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.profile-raffle-item {
    border-color: var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
}

.profile-raffle-item:hover {
    transform: scale(1.02);
}

.profile-raffle-item-inner {
    padding: 0;
    height: 100%;
    width: 100%;
}

.profile-raffle-item-content-inner {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-raffle-item-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.profile-raffle-item-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 640px) {
    .profile-raffle-item-left {
        gap: 1rem;
    }
}

.profile-raffle-item-logo {
    width: 5rem;
    height: 3.75rem;
    min-width: 5rem;
    min-height: 3.75rem;
    max-width: 5rem;
    max-height: 3.75rem;
    padding: 0.125rem;
    border-radius: 0.125rem;
    background: linear-gradient(to right, var(--social-button-bg, rgba(33, 33, 33, 0.5)), var(--live-section-border, rgba(33, 33, 33, 0.8)));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.profile-raffle-item-logo-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.profile-raffle-item-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.profile-raffle-item-type {
    color: rgba(var(--text-neutral-400-rgb, 163, 163, 163), 1);
    text-align: start;
    font-size: 0.75rem;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.profile-raffle-item-amount {
    color: var(--nirvana-normal-text-color, #ffffff);
    text-align: start;
    font-weight: 900;
    font-size: 1rem;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.profile-raffle-item-right {
    text-align: right;
    margin-left: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.profile-raffle-item-status {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    width: fit-content;
    max-width: 80px;
    color: rgba(var(--text-neutral-400-rgb, 163, 163, 163), 1);
}

.profile-raffle-item-status-won {
    color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 1);
    font-weight: 600;
}

.profile-raffle-item-status-lost {
    color: rgba(var(--text-neutral-400-rgb, 163, 163, 163), 1);
}

.profile-raffle-item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 2rem;
    border-radius: 0.375rem;
    background-color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    color: var(--text-black-color, #000000);
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0 0.75rem;
    border: none;
    cursor: pointer;
}

.profile-raffle-item-btn:hover {
    background-color: var(--text-neutral-100, rgba(245, 245, 245, 1));
}

.profile-raffle-item-btn:focus-visible {
    outline: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    outline-offset: 2px;
}

.profile-raffle-item-btn:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.profile-raffles-load-more {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .profile-raffles-load-more {
        margin-top: 3rem;
    }
}

.profile-raffles-load-more-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    margin: 0 auto;
    display: flex;
    height: fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Store History Content */
.profile-store-history-card-inner {
    height: 100%;
    width: 100%;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-store-history-content {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-store-history-header {
    padding-right: 0.25rem;
}

.profile-store-history-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.profile-store-history-item-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
}

.profile-store-history-item-header {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.profile-store-history-item-name {
    grid-column: span 6;
    display: flex;
    height: 1.25rem;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-item-logo {
    width: 1.25rem;
    height: 100%;
    object-fit: contain;
    margin: 0 0.25rem;
}

.profile-store-history-item-name-text {
    margin-left: 0.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 250px;
    font-size: 0.75rem;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    line-height: 1.5;
}

.profile-store-history-item-date {
    justify-self: left;
    grid-column: span 3;
    gap: 0.5rem;
    padding: 0 0.5rem;
    color: var(--nirvana-normal-text-color);
}

@media (min-width: 768px) {
    .profile-store-history-item-date {
        text-align: center;
    }
}

.profile-store-history-item-date-text {
    font-size: 0.75rem;
    font-weight: 500;
}

.profile-store-history-item-status {
    grid-column: span 3;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: end;
    padding-right: 0.5rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-item-status svg {
    height: 1em;
    width: 1em;
}

.profile-store-history-item-status-text {
    font-size: 0.75rem;
}

.profile-store-history-item-status-waiting {
    color: rgba(var(--theme-warning-rgb, 234, 179, 8), 0.8);
}

.profile-store-history-item-status-completed {
    color: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.8);
}

.profile-store-history-item-status-refunded {
    color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.8);
}

.profile-store-history-item-divider {
    height: 1px;
    width: 100%;
    background-color: var(--overlay-light-0625, rgba(255, 255, 255, 0.0625));
}

.profile-store-history-item-detail {
    border-radius: 0.125rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-item-detail-label {
    display: inline;
}

.profile-store-history-item-detail-content {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-store-history-item-copy-btn {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: rgba(var(--text-neutral-400-rgb, 163, 163, 163), 1);
    transition: color 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.profile-store-history-item-copy-btn:hover {
    color: var(--primary-color, #e39214);
}

.profile-store-history-item-copy-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.profile-store-history-item-detail-copy-text {
    font-family: monospace;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--section-title-color, #d6d6d6);
}

/* Notifications Content */
.profile-notifications-scroll {
    max-height: 458px;
    height: 100%;
    overflow-y: auto;
}

.profile-notifications-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.profile-notification-item {
    width: 100%;
    position: relative;
}

.profile-notification-item-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 1rem;
}

.profile-notification-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-notification-item-title {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--nirvana-normal-text-color);
    margin: 0;
}

.profile-notification-item-date {
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
    margin: 0;
}

.profile-notification-item-text {
    margin-top: 0.75rem;
    width: 95%;
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
    margin-bottom: 0;
}

.profile-notification-mark-read-btn {
    margin-top: 10px;
    padding: 6px 12px;
    background: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.1);
    border: 1px solid rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.3);
    border-radius: 6px;
    color: var(--theme-danger-soft, #ef4444);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.profile-notification-mark-read-btn:hover {
    background: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.2);
    border-color: rgba(var(--theme-danger-soft-rgb, 239, 68, 68), 0.5);
}

.profile-notification-mark-read-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Telegram Card */
.profile-telegram-card {
    flex-grow: 1;
    border-radius: 0.5rem;
    padding: 0.625rem 0.875rem;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 227, 146, 20), 0.08), rgba(var(--theme-warning-rgb, 255, 179, 64), 0.08));
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.2);
    box-shadow: 0 2px 8px rgba(var(--primary-rgb, 227, 146, 20), 0.08);
}

/* Code Input Card */
.profile-code-card {
    flex-grow: 1;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.08), rgba(var(--profile-placeholder-end-rgb, 118, 75, 162), 0.08));
    border: 1px solid rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.2);
    box-shadow: 0 2px 8px rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.08);
}

.profile-code-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.profile-code-icon-wrapper {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.profile-code-icon {
    z-index: 30;
    width: 32px;
    height: 32px;
    color: rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 1);
}

.profile-code-glow {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    height: 3rem;
    width: 3rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(var(--profile-placeholder-start-rgb, 102, 126, 234), 0.3), rgba(var(--profile-placeholder-end-rgb, 118, 75, 162), 0.3));
    opacity: 0.6;
    filter: blur(16px);
}

.profile-code-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}

.profile-code-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin: 0;
}

.profile-code-text p {
    font-size: 0.75rem;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    margin: 0;
    line-height: 1.3;
}

.profile-code-input-wrapper {
    width: 100%;
}

.profile-code-input {
    width: 100%;
    padding: 0.625rem 0.875rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 0.375rem;
    color: #ffffff;
    font-size: 0.8125rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    font-weight: 500;
}

.profile-code-input:focus {
    outline: none;
    border-color: rgba(102, 126, 234, 0.6);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.profile-code-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.8125rem;
}

.profile-code-btn {
    width: 100%;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    text-align: center;
}

.profile-code-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.profile-code-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.profile-code-message {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    text-align: center;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-3px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-code-message.success {
    background: rgba(34, 197, 94, 0.12);
    color: var(--theme-success-2, #22c55e);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.profile-code-message.error {
    background: rgba(239, 68, 68, 0.12);
    color: var(--theme-danger-soft, #ef4444);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.profile-password-card {
    flex-grow: 1;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgb(33 33 33), rgb(33 33 33));
    border: 1px solid rgb(19 19 19);
    box-shadow: 0 2px 8px rgb(19 19 19);
}

.profile-account-card {
    width: 100%;
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, var(--nirvana-card-background-color, rgb(33, 33, 33)), var(--nirvana-card-background-color, rgb(33, 33, 33)));
    border: 1px solid var(--nirvana-border-color, rgb(19, 19, 19));
    box-shadow: 0 2px 8px var(--nirvana-box-shadow-color, rgb(19, 19, 19));
}

.profile-account-section-title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--overlay-light-85, rgba(255, 255, 255, 0.85));
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.profile-account-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin: 1rem 0;
}

.profile-userinfo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.profile-password-grid {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
    .profile-password-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {

    .profile-userinfo-grid,
    .profile-password-grid {
        grid-template-columns: 1fr;
    }
}

.profile-account-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.profile-account-label {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.profile-account-input {
    height: 2.25rem;
    padding: 0 0.625rem;
    font-size: 0.8125rem;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    transition: border-color 0.2s ease;
}

.profile-account-input:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.25);
}

.profile-account-actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.profile-account-save-btn {
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.8125rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.profile-account-reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

.profile-account-reset-btn:hover {
    color: rgba(255, 255, 255, 0.7);
}

.profile-userinfo-input-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.profile-userinfo-input-missing {
    border-color: rgba(245, 158, 11, 0.4) !important;
}

.profile-userinfo-input-missing::placeholder {
    color: rgba(245, 158, 11, 0.5);
}

.profile-userinfo-missing-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(245, 158, 11, 0.15);
    color: rgb(245, 158, 11);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 9999px;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.05rem 0.35rem;
    margin-left: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.profile-userinfo-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    background: rgba(245, 158, 11, 0.07);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 0.3rem;
    padding: 0.5rem 0.75rem;
    color: rgba(245, 158, 11, 0.85);
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0.625rem;
}

.profile-userinfo-alert svg {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.profile-password-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.profile-password-icon-wrapper {
    position: relative;
    height: 3rem;
    width: 3rem;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.profile-password-icon {
    z-index: 30;
    width: 40px;
    height: 40px;
    color: rgba(102, 126, 234, 1);
}

.profile-password-glow {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    height: 3.5rem;
    width: 3.5rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    opacity: 0.6;
    filter: blur(16px);
}

.profile-password-text {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    text-align: center;
}

.profile-password-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--nirvana-normal-text-color, #ffffff);
    margin: 0;
}

.profile-password-text p {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.4;
}

.profile-password-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-password-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-password-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.profile-password-label svg {
    width: 16px;
    height: 16px;
    color: rgba(102, 126, 234, 0.8);
    flex-shrink: 0;
}

.profile-password-input {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 0.875rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    font-weight: 400;
}

.profile-password-input:focus {
    outline: none;
    border-color: rgba(102, 126, 234, 0.6);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.profile-password-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.875rem;
}

.profile-password-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.profile-password-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.profile-password-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.profile-password-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.profile-password-message {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    text-align: center;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
    margin-top: 0.5rem;
}

.profile-password-message.success {
    background: rgba(34, 197, 94, 0.12);
    color: var(--theme-success-2, #22c55e);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.profile-password-message.error {
    background: rgba(239, 68, 68, 0.12);
    color: var(--theme-danger-soft, #ef4444);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.profile-password-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0;
    text-align: center;
}

.profile-password-divider::before,
.profile-password-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.profile-password-divider span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.profile-password-reset-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid rgba(227, 146, 20, 0.3);
    background: rgba(227, 146, 20, 0.08);
    color: rgba(227, 146, 20, 1);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.profile-password-reset-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.profile-password-reset-btn:hover {
    background: rgba(227, 146, 20, 0.15);
    border-color: rgba(227, 146, 20, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(227, 146, 20, 0.2);
}

.profile-password-reset-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 768px) {
    .profile-password-card {
        padding: 1.25rem;
    }

    .profile-password-content {
        gap: 1rem;
    }

    .profile-password-form {
        gap: 0.875rem;
    }
}

.profile-telegram-content {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
}

.profile-telegram-icon-wrapper {
    position: relative;
    height: 2.25rem;
    width: 2.25rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-telegram-icon {
    z-index: 30;
    font-size: 32px;
    color: rgba(227, 146, 20, 1);
}

.profile-telegram-glow {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    height: 2.75rem;
    width: 2.75rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(227, 146, 20, 0.3), rgba(255, 179, 64, 0.3));
    opacity: 0.6;
    filter: blur(16px);
}

.profile-telegram-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}

.profile-telegram-text p {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.3;
}

.profile-telegram-btn {
    padding: 0.5rem 0.875rem !important;
    font-size: 0.8125rem !important;
    width: 100% !important;
    font-weight: 600 !important;
}

.profile-telegram-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(227, 146, 20, 0.4) !important;
}

/* Additional utility classes */
.bg-v2-tertiary {
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.border-v2-redSoft\/30 {
    border-color: rgba(255, 68, 68, 0.3);
}

.bg-v2-redDark {
    background-color: rgb(139, 0, 0);
}

.backgradientDark {
    background: linear-gradient(135deg, var(--overlay-dark-90-card, rgba(17, 17, 17, 0.9)), var(--nirvana-card-background-color, rgba(33, 33, 33, 0.9)));
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}


.profile-sponsor-input,
.profile-sponsor-input-display {
    text-overflow: ellipsis;
    min-width: 0;
    height: fit-content;
    padding: 0.25rem 0.5rem;
    flex: 1;
    scrollbar-width: none;
    white-space: nowrap;
    text-align: start;
    font-size: 0.75rem;
    width: auto;
    border: 1px solid rgba(33, 33, 33, 0.5);
    border-radius: 0.375rem;
    background-color: rgb(33, 33, 33);
    color: rgb(214, 214, 214);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.profile-sponsor-input {
    outline: none;
}

.profile-sponsor-input:focus {
    border-color: rgb(227, 146, 20);
    box-shadow: 0 0 0 2px rgba(227, 146, 20, 0.2);
}

.profile-sponsor-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.profile-sponsor-input-display {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.05);
}

.profile-sponsor-button {
    display: flex !important;
    height: fit-content !important;
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
    border-radius: 0.125rem !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    color: black !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}


.profile-raffles-stat-bg {
    position: absolute;
    bottom: -1rem;
    right: -0.5rem;
    width: 6rem;
    height: 6rem;
    opacity: 0.3;
    filter: hue-rotate(45deg);
    transform: translateY(33.333%);
    z-index: 10;
}

.profile-raffles-stat-image {
    object-fit: cover;
}

.profile-raffles-stat-content {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.125rem 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 0;
}

.profile-raffles-stat-title {
    z-index: 20;
    padding: 0 0.75rem;
    text-align: center;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    margin: 0;
}

@media (min-width: 640px) {
    .profile-raffles-stat-title {
        font-size: 0.75rem;
    }
}

.profile-raffles-stat-value {
    z-index: 20;
    padding: 0 0.25rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    border-radius: 0.375rem;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    background-color: var(--overlay-dark-90, rgba(0, 0, 0, 0.9));
}

.profile-raffles-stat-value p {
    margin: 0;
    padding: 0 0.25rem;
}

.profile-raffles-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0.5rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    gap: 0.5rem;
}

.profile-raffles-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.3);
    padding-bottom: 0.375rem;
}

.profile-raffles-title {
    color: var(--nirvana-normal-text-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.profile-raffles-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 1300px) {
    .profile-raffles-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.profile-raffle-item {
    width: 100%;
}

.profile-raffle-card {
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.5));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.profile-raffle-card:hover {
    transform: scale(1.02);
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.profile-raffle-content {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.profile-raffle-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

.profile-raffle-sponsor-image {
    width: 5rem;
    height: 100%;
    padding: 0.125rem;
    border-radius: 0.125rem;
    background: linear-gradient(to right, rgba(33, 33, 33, 0.5), rgb(33, 33, 33));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.profile-raffle-sponsor-img {
    width: 100%;
    height: auto;
    max-height: 90%;
    object-fit: contain;
}

.profile-raffle-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.profile-raffle-type {
    color: var(--text-neutral-400, rgb(163, 163, 163));
    text-align: start;
    font-size: 0.75rem;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.profile-raffle-amount {
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    text-align: start;
    font-weight: 900;
    font-size: 1rem;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    margin: 0;
}

.profile-raffle-right {
    text-align: right;
    margin-left: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.profile-raffle-status {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    width: fit-content;
    max-width: 5rem;
}

.profile-raffle-status-text {
    margin: 0;
}

.profile-raffle-status-text {
    font-size: 0.75rem;
    color: var(--text-neutral-400, rgb(163, 163, 163));
}

.profile-raffle-status-won {
    color: var(--theme-success-2, rgb(34, 197, 94));
    font-weight: 700;
}

.profile-raffle-status-lost {
    color: var(--text-neutral-400, rgb(163, 163, 163));
}

.profile-raffle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    height: 2rem;
    border-radius: 0.375rem;
    background-color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    color: var(--text-black-color, #000000);
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0 0.75rem;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    outline: none;
}

.profile-raffle-button:hover {
    background-color: var(--hover-gray-200, rgba(229, 229, 229, 1));
}

.profile-raffles-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .profile-raffles-load-more {
        margin-top: 3rem;
    }
}

.profile-raffles-load-more-btn {
    margin: 0 auto;
    display: flex;
    height: fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
}

.profile-connections-wallets-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    padding: 0.25rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.profile-connections-wallets-header {
    padding-left: 0.25rem;
}

.profile-connections-wallets-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.3);
    padding-bottom: 0.375rem;
    color: var(--nirvana-normal-text-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.profile-connections-wallets-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-connection-wallet-item {
    width: 100%;
}

.profile-connection-wallet-card {
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.profile-connection-wallet-card:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.profile-connection-wallet-content {
    height: 100%;
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 1rem;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .profile-connection-wallet-content {
        flex-direction: row;
        align-items: start;
    }
}

.profile-connection-wallet-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
}

.profile-connection-wallet-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.profile-connection-wallet-icon img {
    pointer-events: none;
    z-index: 10;
    height: 1.5rem;
    width: 1.5rem;
    user-select: none;
}

.profile-connection-wallet-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    font-size: 0.875rem;
    margin: 0;
}

.profile-connection-wallet-right {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .profile-connection-wallet-right {
        width: fit-content;
    }
}

.profile-connection-wallet-address {
    display: flex;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    scrollbar-width: none;
    white-space: nowrap;
    text-align: start;
    font-size: 0.875rem;
    width: auto;
    cursor: pointer;
    color: var(--section-title-color, rgb(214, 214, 214));
}

.profile-connections-accounts-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.profile-connections-accounts-header {
    display: flex;
    align-items: start;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    gap: 0.5rem;
}

.profile-connections-accounts-header-icon {
    margin-right: 0.5rem;
    display: inline-block;
    margin-top: 0.25rem;
}

.profile-connections-accounts-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.3);
    padding-bottom: 0.375rem;
    color: var(--nirvana-normal-text-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.profile-connections-accounts-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-connection-account-item {
    width: 100%;
}

.profile-connection-account-card {
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.profile-connection-account-card:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.profile-connection-account-content {
    height: 100%;
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 1rem;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .profile-connection-account-content {
        flex-direction: row;
        align-items: start;
    }
}

.profile-connection-account-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
}

.profile-connection-account-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.profile-connection-account-icon-svg {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.profile-connection-account-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.profile-connection-account-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: var(--nirvana-normal-text-color, rgb(255, 255, 255));
    font-size: 0.875rem;
    margin: 0;
}

.profile-connection-account-right {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .profile-connection-account-right {
        width: fit-content;
    }
}

.profile-connection-account-address {
    display: flex;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    scrollbar-width: none;
    white-space: nowrap;
    text-align: start;
    font-size: 0.875rem;
    color: var(--section-title-color, rgb(214, 214, 214));
}

.profile-connection-account-remove-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid rgba(239, 68, 68, 0.25);
    padding: 0.25rem 0.5rem;
    color: rgba(var(--theme-danger-rgb, 255, 68, 68), 0.8);
    background: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    font-size: 0.875rem;
    border: none;
}

.profile-connection-account-remove-btn:hover {
    background-color: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.5);
}


.profile-store-history-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    padding: 0.25rem;
    background-color: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
}

.profile-store-history-title {
    padding-left: 0.25rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(var(--theme-danger-rgb, 255, 68, 68), 0.3);
    padding-bottom: 0.375rem;
    color: var(--nirvana-normal-text-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.profile-store-history-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-store-history-item {
    width: 100%;
}

.profile-store-history-card {
    border-radius: 0.375rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.profile-store-history-card:hover {
    border-color: var(--nirvana-border-color, rgb(33, 33, 33));
}

.profile-store-history-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
}

.profile-store-history-header-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.profile-store-history-product {
    grid-column: span 6;
    display: flex;
    height: 1.25rem;
    width: 100%;
    align-items: center;
    justify-content: start;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-logo {
    width: 1.25rem;
    height: 100%;
    object-fit: contain;
    margin: 0 0.25rem;
}

.profile-store-history-product-name {
    margin-left: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    font-size: 0.75rem;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    line-height: 1.2;
}

.profile-store-history-date {
    justify-self: start;
    grid-column: span 3;
    padding: 0 0.5rem;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-date span {
    font-size: 0.75rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .profile-store-history-date {
        text-align: center;
    }
}

.profile-store-history-status {
    grid-column: span 3;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: end;
    padding-right: 0.5rem;
    font-weight: 500;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-status span {
    font-size: 0.75rem;
}

.profile-store-history-divider {
    height: 1px;
    width: 100%;
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.profile-store-history-message,
.profile-store-history-detail {
    border-radius: 0.125rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
}

.profile-store-history-detail-content {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-store-history-copy-btn {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--section-title-color, rgb(214, 214, 214));
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.profile-store-history-copy-btn:hover {
    color: var(--primary-color, rgb(227, 146, 20));
}

.profile-store-history-copy-btn svg {
    height: 1.25rem;
    width: 1.25rem;
}

.profile-store-history-detail-text {
    font-family: ui-monospace, monospace;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--section-title-color, rgb(214, 214, 214));
}

/* Bildirimler Page Styles - Duplicate removed, using common styles above */
.profile-notification-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    background-color: var(--nirvana-card-background-color, rgb(17, 17, 17));
    padding: 1rem;
}

.profile-notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-notification-title {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--nirvana-normal-text-color);
    margin: 0;
}

.profile-notification-date {
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
    margin: 0;
}

.profile-notification-message {
    margin-top: 0.75rem;
    width: 95%;
    font-size: 0.75rem;
    color: var(--nirvana-normal-text-color);
    margin-bottom: 0;
}


/* Liderlik Tablosu Stilleri */
.leaderboard-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.leaderboard-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--overlay-light-95, rgba(255, 255, 255, 0.95));
    margin: 0 0 0.5rem 0;
}

.leaderboard-subtitle {
    font-size: 1rem;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.6));
    margin: 0;
}

.leaderboard-container {
    width: 100%;
    overflow-x: auto;
}

.leaderboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
}

.leaderboard-table thead {
    background: var(--social-button-hover-bg, rgba(33, 33, 33, 0.6));
}

.leaderboard-th-rank,
.leaderboard-th-user,
.leaderboard-th-score {
    padding: 0.75rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--nirvana-normal-text-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.leaderboard-th-rank {
    width: 80px;
    text-align: center;
}

.leaderboard-th-user {
    width: auto;
}

.leaderboard-th-score {
    width: 200px;
    text-align: right;
}

.leaderboard-row {
    transition: background-color 0.2s ease;
    border-bottom: 1px solid var(--overlay-light-05, rgba(255, 255, 255, 0.05));
}

.leaderboard-row:last-child {
    border-bottom: none;
}

.leaderboard-row:hover {
    background-color: var(--social-button-bg, rgba(33, 33, 33, 0.5));
}

.leaderboard-td-rank,
.leaderboard-td-user,
.leaderboard-td-score {
    padding: 0.875rem 1.5rem;
    vertical-align: middle;
}

.leaderboard-td-rank {
    text-align: center;
}

.leaderboard-td-score {
    text-align: right;
}

.leaderboard-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.leaderboard-row:nth-child(1) .leaderboard-rank {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    border-color: rgba(255, 215, 0, 0.3);
    color: #ffd700;
}

.leaderboard-row:nth-child(2) .leaderboard-rank {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.2), rgba(192, 192, 192, 0.1));
    border-color: rgba(192, 192, 192, 0.3);
    color: #c0c0c0;
}

.leaderboard-row:nth-child(3) .leaderboard-rank {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.2), rgba(205, 127, 50, 0.1));
    border-color: rgba(205, 127, 50, 0.3);
    color: #cd7f32;
}

.leaderboard-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.leaderboard-user-photo {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    background: var(--social-button-bg, rgba(33, 33, 33, 0.5));
}

.leaderboard-user-placeholder {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(139, 92, 246, 0.3));
    border: 2px solid rgba(59, 130, 246, 0.4);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.leaderboard-username {
    font-size: 1rem;
    font-weight: 500;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
}

.leaderboard-score-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.leaderboard-score {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--overlay-light-95, rgba(255, 255, 255, 0.95));
}

.leaderboard-coin-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.leaderboard-coin-name {
    font-size: 0.875rem;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.6));
    font-weight: 400;
}

.leaderboard-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.6));
}

.leaderboard-empty p {
    margin: 0;
    font-size: 1rem;
}

@media (min-width: 769px) {
    .leaderboard-header {
        margin-bottom: 1.25rem;
    }

    .leaderboard-th-rank,
    .leaderboard-th-user,
    .leaderboard-th-score {
        padding: 0.625rem 1.25rem;
    }

    .leaderboard-td-rank,
    .leaderboard-td-user,
    .leaderboard-td-score {
        padding: 0.75rem 1.25rem;
    }
}

/* Affiliate geÃ§iÅŸ formu */
.affiliate-gecis-card {
    padding: 1.25rem 1rem 1.5rem;
}

@media (min-width: 769px) {
    .affiliate-gecis-card {
        padding: 1.75rem 1.5rem 2rem;
    }
}

.affiliate-gecis-form {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}

.affiliate-gecis-field {
    margin-bottom: 1.25rem;
}

.affiliate-gecis-field:last-of-type {
    margin-bottom: 1.5rem;
}

.affiliate-gecis-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--overlay-light-85, rgba(255, 255, 255, 0.85));
    margin-bottom: 0.5rem;
}

.affiliate-gecis-label-opt {
    font-weight: 500;
    opacity: 0.8;
}

.affiliate-gecis-input,
.affiliate-gecis-textarea {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
}

/* Sponsor â€” Ã¶zel aÃ§Ä±lÄ±r liste (logo + isim) */
.affiliate-gecis-dd {
    position: relative;
    width: 100%;
}

.affiliate-gecis-dd-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.45rem 0.65rem 0.45rem 0.55rem;
    cursor: pointer;
    text-align: left;
    font-size: 0.875rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.affiliate-gecis-dd-trigger:focus {
    outline: none;
    border-color: var(--nirvana-border-color, rgba(59, 130, 246, 0.65));
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.affiliate-gecis-dd--open .affiliate-gecis-dd-trigger {
    border-color: rgba(59, 130, 246, 0.55);
}

.affiliate-gecis-dd-trigger-main {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    flex: 1;
}

.affiliate-gecis-dd-trigger-logo {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
    background: rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

/* SeÃ§im yokken boÅŸ logo alanÄ± gÃ¶sterme */
.affiliate-gecis-dd-trigger-logo:empty {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.affiliate-gecis-dd-trigger-logo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.affiliate-gecis-dd-trigger-fallback {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.75));
}

.affiliate-gecis-dd-trigger-text {
    flex: 1;
    min-width: 0;
    font-weight: 500;
    color: var(--nirvana-normal-text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.affiliate-gecis-dd-chevron {
    flex-shrink: 0;
    opacity: 0.65;
    transition: transform 0.2s ease;
}

.affiliate-gecis-dd--open .affiliate-gecis-dd-chevron {
    transform: rotate(180deg);
}

.affiliate-gecis-dd-panel {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 60;
    margin: 0;
    padding: 0.35rem;
    list-style: none;
    max-height: min(18rem, 52vh);
    overflow-y: auto;
    border-radius: 0.5rem;
    background: var(--nirvana-card-background-color, rgba(22, 22, 22, 0.98));
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.12));
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.affiliate-gecis-dd-option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.55rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.affiliate-gecis-dd-option:hover,
.affiliate-gecis-dd-option:focus {
    background: rgba(255, 255, 255, 0.06);
}

.affiliate-gecis-dd-option.is-selected {
    background: rgba(59, 130, 246, 0.15);
    outline: 1px solid rgba(59, 130, 246, 0.35);
}

.affiliate-gecis-dd-opt-logo-wrap {
    flex-shrink: 0;
    width: 3.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.affiliate-gecis-dd-opt-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.affiliate-gecis-dd-opt-fallback {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--overlay-light-65, rgba(255, 255, 255, 0.65));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.affiliate-gecis-dd-opt-name {
    flex: 1;
    min-width: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--nirvana-normal-text-color);
}

.affiliate-gecis-textarea {
    min-height: 6rem;
    resize: vertical;
    line-height: 1.45;
}

.affiliate-gecis-submit {
    width: 100%;
    justify-content: center;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.affiliate-gecis-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.affiliate-gecis-alert {
    max-width: 32rem;
    margin: 1rem auto 0;
    padding: 1rem 1.125rem;
    border-radius: 0.75rem;
    border: 1px solid var(--nirvana-border-color, rgba(255, 255, 255, 0.12));
    background: var(--social-button-bg, rgba(33, 33, 33, 0.45));
}

.affiliate-gecis-alert--warn {
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(245, 158, 11, 0.08);
}

.affiliate-gecis-alert--info {
    border-color: rgba(56, 189, 248, 0.4);
    background: rgba(56, 189, 248, 0.07);
}

.affiliate-gecis-alert-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--nirvana-normal-text-color);
    text-align: center;
}

/* Bekleyen talep â€” saÄŸ Ã¼st toast (5 sn), navbar altÄ±nda */
.affiliate-gecis-toast {
    position: fixed;
    top: calc(5.25rem + env(safe-area-inset-top, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    left: auto;
    max-width: min(22rem, calc(100vw - 2rem));
    z-index: 10050;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.96) 100%);
    border: 1px solid rgba(56, 189, 248, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8125rem;
    line-height: 1.45;
    pointer-events: none;
    opacity: 0;
    transform: translateX(110%);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.affiliate-gecis-toast.affiliate-gecis-toast--show {
    opacity: 1;
    transform: translateX(0);
}

.affiliate-gecis-toast-icon {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.1rem;
    color: #38bdf8;
}

.affiliate-gecis-toast-msg {
    flex: 1;
    min-width: 0;
}

@media (max-width: 480px) {
    .affiliate-gecis-toast {
        top: calc(5rem + env(safe-area-inset-top, 0px));
        left: max(1rem, env(safe-area-inset-left, 0px));
        right: max(1rem, env(safe-area-inset-right, 0px));
        max-width: none;
        transform: translateX(110%);
    }

    .affiliate-gecis-toast.affiliate-gecis-toast--show {
        transform: translateX(0);
    }
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .leaderboard-title {
        font-size: 1.5rem;
    }

    .leaderboard-subtitle {
        font-size: 0.875rem;
    }

    .leaderboard-th-rank,
    .leaderboard-th-user,
    .leaderboard-th-score {
        padding: 0.75rem 1rem;
        font-size: 0.75rem;
    }

    .leaderboard-td-rank,
    .leaderboard-td-user,
    .leaderboard-td-score {
        padding: 1rem;
    }

    .leaderboard-rank {
        width: 2rem;
        height: 2rem;
        font-size: 0.875rem;
    }

    .leaderboard-user-photo,
    .leaderboard-user-placeholder {
        width: 2.5rem;
        height: 2.5rem;
    }

    .leaderboard-user-placeholder {
        font-size: 1rem;
    }

    .leaderboard-username {
        font-size: 0.875rem;
    }

    .leaderboard-score-wrapper {
        gap: 0.375rem;
    }

    .leaderboard-score {
        font-size: 1rem;
    }

    .leaderboard-coin-icon {
        width: 18px;
        height: 18px;
    }

    .leaderboard-coin-name {
        font-size: 0.75rem;
    }

    .leaderboard-th-rank {
        width: 60px;
    }

    .leaderboard-th-score {
        width: 150px;
    }
}


/* Replay Modal Stilleri */
.replay-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(4px);
    z-index: 10001;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 0.2s ease;
}

.replay-modal-content {
    background: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
    border-radius: 0.75rem;
    padding: 0;
    max-width: 90vw;
    width: 100%;
    max-height: 90vh;
    position: relative;
    animation: fadeIn 0.3s ease;
    display: flex;
    flex-direction: column;
}

.replay-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--overlay-dark-70, rgba(0, 0, 0, 0.7));
    border: 1px solid var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 50%;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
}

.replay-modal-close:hover {
    background: var(--overlay-dark-90, rgba(0, 0, 0, 0.9));
    border-color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    color: var(--overlay-light-100, rgba(255, 255, 255, 1));
    transform: rotate(90deg);
}

.replay-modal-header {
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.replay-modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--overlay-light-95, rgba(255, 255, 255, 0.95));
    margin: 0;
}

.replay-modal-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.replay-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: var(--overlay-dark-50, rgba(0, 0, 0, 0.5));
}

.replay-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.replay-link-container {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    display: flex;
    justify-content: center;
}

.replay-external-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 0.5rem;
    color: rgba(var(--primary-rgb, 59, 130, 246), 0.9);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.replay-external-link:hover {
    background: rgba(59, 130, 246, 0.3);
    border-color: rgba(59, 130, 246, 0.5);
    color: rgba(var(--primary-rgb, 59, 130, 246), 1);
}

.replay-external-link svg {
    width: 1rem;
    height: 1rem;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .replay-modal-content {
        max-width: 95vw;
        max-height: 95vh;
    }

    .replay-modal-header {
        padding: 1rem;
    }

    .replay-modal-title {
        font-size: 1rem;
    }

    .replay-link-container {
        padding: 0.75rem 1rem;
    }

    .replay-external-link {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }

    .replay-modal-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 2rem;
        height: 2rem;
        padding: 0.5rem;
    }
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1.25rem;
}

.popup-overlay.popup-overlay-open {
    opacity: 1;
}

.popup-container {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: var(--nirvana-card-background-color, rgb(17, 17, 17));
    border-radius: 20px;
    padding: 0;
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.65));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 28px 56px -14px rgba(0, 0, 0, 0.72);
    transform: scale(0.94) translateY(16px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    overflow: hidden;
    isolation: isolate;
}

.popup-overlay.popup-overlay-open .popup-container {
    transform: scale(1) translateY(0);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.025) inset,
        0 32px 64px -14px rgba(0, 0, 0, 0.78);
}

.popup-chrome {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 12;
    background:
        linear-gradient(90deg, transparent 0%, rgba(var(--primary-rgb, 227, 146, 20), 0.2) 50%, transparent 100%) top center / 48% 1px no-repeat;
    opacity: 0.85;
}

.popup-backdrop {
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle at 50% 0%, rgba(var(--primary-rgb, 227, 146, 20), 0.04) 0%, transparent 42%);
    animation: popupBackdrop 14s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
}

@keyframes popupBackdrop {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(2%, 2%) scale(1.02);
    }
}

.popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    background: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    border: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
    border-radius: 12px;
    color: var(--nirvana-normal-text-color, #fff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.popup-close:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.12);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.45);
    color: var(--primary-color, #e39214);
    transform: rotate(90deg) scale(1.05);
}

.popup-close[style*="opacity: 0.5"] {
    cursor: not-allowed;
    opacity: 0.5 !important;
}

.popup-close[style*="opacity: 0.5"]:hover {
    background: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    border-color: var(--nirvana-border-color, rgba(33, 33, 33, 0.8));
    color: var(--nirvana-normal-text-color, #fff);
    transform: none;
}

.popup-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
}

.popup-image-wrapper {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, var(--nirvana-sidebar-button-background-color, rgb(26, 26, 26)) 0%, var(--nirvana-card-background-color, rgb(17, 17, 17)) 100%);
    border-bottom: 1px solid var(--nirvana-border-color, rgba(33, 33, 33, 0.65));
}

.popup-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 2;
    pointer-events: none;
}

.popup-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 12px 14px 18px;
    transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.02);
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

.popup-image-wrapper:hover .popup-image {
    transform: scale(1);
}

.popup-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(10, 10, 10, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--nirvana-normal-text-color, #fff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.popup-nav-button:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.18);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.5);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.2);
    transform: translateY(-50%) scale(1.06);
}

.popup-nav-button-left {
    left: 14px;
}

.popup-nav-button-right {
    right: 14px;
}

.popup-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.35);
    overflow: hidden;
    z-index: 7;
}

.popup-progress-bar {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--primary-color, #e39214) 0%, var(--secondary-color, #c47f10) 100%);
    /* transition: width kaldırıldı — rAF ile frame bazlı güncelleniyor, CSS interpolasyonu çakışıyordu */
    box-shadow: 0 0 12px rgba(var(--primary-rgb, 227, 146, 20), 0.28);
    position: relative;
}

.popup-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    animation: progressShine 2.2s ease-in-out infinite;
}

@keyframes progressShine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.popup-body {
    padding: 1.5rem 1.75rem 1.75rem;
    background: linear-gradient(180deg, var(--nirvana-card-background-color, rgb(17, 17, 17)) 0%, var(--nirvana-sidebar-button-background-color, rgb(24, 24, 24)) 100%);
    position: relative;
}

.popup-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb, 227, 146, 20), 0.16), transparent);
    pointer-events: none;
}

.popup-eyebrow {
    margin: 0 0 0.65rem;
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--primary-color, #e39214);
    opacity: 0.92;
}

.popup-text-wrapper {
    margin-bottom: 1.35rem;
    text-align: center;
}

.popup-text {
    color: var(--nirvana-normal-text-color, #fff);
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 36rem;
    word-wrap: break-word;
    transition: opacity 0.35s ease;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.popup-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-button {
    width: 100%;
    max-width: 100%;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color, #e39214) 0%, var(--secondary-color, #c47f10) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: var(--nirvana-button-text-color, #fff);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, filter 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.2) inset,
        0 8px 28px rgba(var(--primary-rgb, 227, 146, 20), 0.35),
        0 4px 12px rgba(0, 0, 0, 0.35);
}

.popup-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transition: left 0.65s ease;
}

.popup-button:hover::before {
    left: 100%;
}

.popup-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.15) inset,
        0 14px 36px rgba(var(--primary-rgb, 227, 146, 20), 0.45),
        0 6px 16px rgba(0, 0, 0, 0.4);
}

.popup-button:active {
    transform: translateY(0);
    filter: brightness(0.98);
}

.popup-button-text {
    position: relative;
    z-index: 1;
}

.popup-button-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.95;
}

.popup-button:hover .popup-button-icon {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .popup-container {
        max-width: none;
        border-radius: 18px;
    }

    .popup-image-wrapper {
        height: 260px;
    }

    .popup-nav-button {
        width: 42px;
        height: 42px;
        border-radius: 11px;
    }

    .popup-nav-button-left {
        left: 10px;
    }

    .popup-nav-button-right {
        right: 10px;
    }

    .popup-body {
        padding: 1.25rem 1.35rem 1.5rem;
    }

    .popup-text {
        font-size: 1rem;
    }

    .popup-button {
        padding: 0.9rem 1.25rem;
        font-size: 0.875rem;
    }

    .popup-close {
        width: 38px;
        height: 38px;
        top: 10px;
        right: 10px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .popup-overlay {
        padding: 0.75rem;
    }

    .popup-container {
        border-radius: 16px;
    }

    .popup-image-wrapper {
        height: 220px;
    }

    .popup-image {
        padding: 8px 10px 14px;
    }

    .popup-nav-button {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .popup-nav-button-left {
        left: 8px;
    }

    .popup-nav-button-right {
        right: 8px;
    }

    .popup-body {
        padding: 1.1rem 1.15rem 1.35rem;
    }

    .popup-eyebrow {
        font-size: 0.625rem;
        letter-spacing: 0.22em;
        margin-bottom: 0.5rem;
    }

    .popup-text {
        font-size: 0.9375rem;
    }

    .popup-button {
        padding: 0.85rem 1.1rem;
        font-size: 0.8125rem;
        letter-spacing: 0.03em;
    }

    .popup-close {
        width: 36px;
        height: 36px;
        top: 8px;
        right: 8px;
    }
}

.ban-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark-70, rgba(0, 0, 0, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    backdrop-filter: blur(4px);
}

.ban-modal-container {
    background-color: var(--modal-surface-bg, rgb(30, 30, 30));
    border-radius: 0.75rem;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px var(--overlay-dark-50, rgba(0, 0, 0, 0.5));
    animation: slideInAlert 0.3s ease-out;
}

.ban-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.ban-modal-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--overlay-light-100, rgb(255, 255, 255));
    margin: 0;
}

.ban-modal-close {
    padding: 0.5rem;
    border: none;
    background-color: transparent;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    transition: color 0.2s;
}

.ban-modal-close:hover {
    color: var(--overlay-light-100, rgb(255, 255, 255));
}

.ban-modal-body {
    padding: 1.5rem;
}

.ban-modal-body p {
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    margin-bottom: 1rem;
}

.ban-modal-form-group {
    margin-bottom: 1rem;
}

.ban-modal-form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    margin-bottom: 0.5rem;
}

.ban-modal-input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--overlay-light-20, rgba(255, 255, 255, 0.2));
    border-radius: 0.5rem;
    background-color: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    color: var(--overlay-light-100, rgb(255, 255, 255));
    font-size: 0.875rem;
    transition: border-color 0.2s, background-color 0.2s;
}

.ban-modal-input:focus {
    outline: none;
    border-color: var(--overlay-light-40, rgba(255, 255, 255, 0.4));
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.ban-modal-footer {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.ban-modal-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
}

.ban-modal-btn-cancel {
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
}

.ban-modal-btn-cancel:hover {
    background-color: var(--overlay-light-20, rgba(255, 255, 255, 0.2));
}

.ban-modal-btn-confirm {
    background-color: var(--theme-danger, rgb(239, 68, 68));
    color: var(--overlay-light-100, rgb(255, 255, 255));
}

.ban-modal-btn-confirm:hover {
    background-color: var(--theme-danger-700, rgb(220, 38, 38));
}

@media (max-width: 768px) {
    .ban-modal-container {
        width: 95%;
    }
}

.puzzle-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark-85, rgba(0, 0, 0, 0.85));
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.puzzle-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.puzzle-modal-container {
    background: linear-gradient(135deg, var(--modal-gradient-start, rgba(30, 30, 40, 0.95)) 0%, var(--modal-gradient-end, rgba(20, 20, 30, 0.95)) 100%);
    border-radius: 1.5rem;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px var(--overlay-dark-50, rgba(0, 0, 0, 0.5));
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.puzzle-modal-overlay.open .puzzle-modal-container {
    transform: scale(1);
}

.puzzle-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.puzzle-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--overlay-light-100, #ffffff);
    margin: 0;
    background: linear-gradient(135deg, var(--puzzle-primary, #667eea) 0%, var(--puzzle-accent, #764ba2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.puzzle-modal-close {
    background: none;
    border: none;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
}

.puzzle-modal-close:hover {
    color: var(--overlay-light-100, #ffffff);
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.puzzle-modal-body {
    padding: 1.5rem;
}

.puzzle-timer-section {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.1);
    border-radius: 1rem;
    border: 1px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2);
}

.puzzle-timer-label {
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.puzzle-timer-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--puzzle-primary, #667eea);
    font-variant-numeric: tabular-nums;
}

.puzzle-timer-separator {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    animation: pulse 1s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.puzzle-game-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.puzzle-word-display {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    min-height: 80px;
    padding: 1.5rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-radius: 1rem;
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.puzzle-letter-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.2) 100%);
    border: 2px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    text-transform: uppercase;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    animation: letterReveal 0.5s ease;
}

@keyframes letterReveal {
    from {
        transform: scale(0) rotate(180deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.puzzle-letter-box.empty {
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    color: transparent;
}

.puzzle-hint-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.puzzle-hint-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.2) 100%);
    border: 1px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.puzzle-hint-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.3) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.3) 100%);
    border-color: var(--puzzle-primary, #667eea);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.3);
}

.puzzle-hint-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.puzzle-hint-text {
    padding: 1rem;
    background: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.1);
    border-left: 3px solid var(--puzzle-primary, #667eea);
    border-radius: 0.5rem;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    font-size: 0.875rem;
    line-height: 1.6;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.puzzle-input-section {
    display: flex;
    gap: 0.75rem;
}

.puzzle-answer-input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border: 2px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.puzzle-answer-input:focus {
    outline: none;
    border-color: var(--puzzle-primary, #667eea);
    background: var(--overlay-light-08, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 0 3px rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2);
}

.puzzle-answer-input::placeholder {
    color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    text-transform: none;
    letter-spacing: normal;
}

.puzzle-submit-btn {
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, var(--puzzle-primary, #667eea) 0%, var(--puzzle-accent, #764ba2) 100%);
    border: none;
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    white-space: nowrap;
}

.puzzle-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
}

.puzzle-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.puzzle-result {
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.puzzle-result.success {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.2);
    border: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.4);
    color: var(--theme-success-2, #22c55e);
}

.puzzle-result.error {
    background: rgba(var(--theme-danger-rgb, 239, 68, 68), 0.2);
    border: 1px solid rgba(var(--theme-danger-rgb, 239, 68, 68), 0.4);
    color: var(--theme-danger, #ef4444);
}

.puzzle-result.info {
    background: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2);
    border: 1px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
    color: var(--puzzle-primary, #667eea);
}

@media (max-width: 768px) {
    .puzzle-modal-container {
        width: 95%;
        max-height: 95vh;
    }

    .puzzle-modal-header {
        padding: 1rem;
    }

    .puzzle-modal-title {
        font-size: 1.25rem;
    }

    .puzzle-modal-body {
        padding: 1rem;
    }

    .puzzle-timer-display {
        font-size: 1.5rem;
    }

    .puzzle-letter-box {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .puzzle-input-section {
        flex-direction: column;
    }

    .puzzle-submit-btn {
        width: 100%;
    }
}

.number-guess-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark-85, rgba(0, 0, 0, 0.85));
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.number-guess-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.number-guess-modal-container {
    background: linear-gradient(135deg, var(--modal-gradient-start, rgba(30, 30, 40, 0.95)) 0%, var(--modal-gradient-end, rgba(20, 20, 30, 0.95)) 100%);
    border-radius: 1.5rem;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px var(--overlay-dark-50, rgba(0, 0, 0, 0.5));
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.number-guess-modal-overlay.open .number-guess-modal-container {
    transform: scale(1);
}

.number-guess-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.number-guess-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--overlay-light-100, #ffffff);
    margin: 0;
    background: linear-gradient(135deg, var(--primary-color, #e39214) 0%, var(--primary-color-dark, #c47f10) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.number-guess-modal-close {
    background: none;
    border: none;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
}

.number-guess-modal-close:hover {
    color: var(--overlay-light-100, #ffffff);
    background-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.number-guess-modal-body {
    padding: 1.5rem;
}

.number-guess-timer-section {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 1rem;
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.2);
}

.number-guess-timer-label {
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.number-guess-timer-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color, #e39214);
    font-variant-numeric: tabular-nums;
}

.number-guess-timer-separator {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    animation: pulse 1s infinite;
}

.number-guess-game-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.number-guess-range-section {
    text-align: center;
    padding: 1.5rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-radius: 1rem;
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.number-guess-range-label {
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.number-guess-range-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--overlay-light-100, #ffffff);
}

.number-guess-range-min,
.number-guess-range-max {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 227, 146, 20), 0.2) 0%, rgba(var(--primary-dark-rgb, 196, 127, 16), 0.2) 100%);
    border: 2px solid rgba(var(--primary-rgb, 227, 146, 20), 0.4);
    border-radius: 0.75rem;
    min-width: 80px;
}

.number-guess-range-separator {
    font-size: 1.5rem;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

.number-guess-input-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.number-guess-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    text-align: center;
}

.number-guess-input {
    width: 100%;
    padding: 1rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border: 2px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.number-guess-input:focus {
    outline: none;
    border-color: var(--primary-color, #e39214);
    background: var(--overlay-light-08, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 227, 146, 20), 0.2);
}

.number-guess-input::placeholder {
    color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
}

.number-guess-submit-btn {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color, #e39214) 0%, var(--primary-color-dark, #c47f10) 100%);
    border: none;
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.number-guess-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--primary-rgb, 227, 146, 20), 0.4);
}

.number-guess-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.number-guess-result {
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.number-guess-result.success {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.2);
    border: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.4);
    color: var(--theme-success-2, #22c55e);
}

.number-guess-result.error {
    background: rgba(var(--theme-danger-rgb, 239, 68, 68), 0.2);
    border: 1px solid rgba(var(--theme-danger-rgb, 239, 68, 68), 0.4);
    color: var(--theme-danger, #ef4444);
}

.number-guess-result.info {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.2);
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.4);
    color: var(--primary-color, #e39214);
}

.number-guess-attempts {
    padding: 0.75rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-radius: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .number-guess-modal-container {
        width: 95%;
        max-height: 95vh;
    }

    .number-guess-modal-header {
        padding: 1rem;
    }

    .number-guess-modal-title {
        font-size: 1.25rem;
    }

    .number-guess-modal-body {
        padding: 1rem;
    }

    .number-guess-timer-display {
        font-size: 1.5rem;
    }

    .number-guess-range-display {
        font-size: 1.5rem;
    }

    .number-guess-range-min,
    .number-guess-range-max {
        padding: 0.5rem 1rem;
        min-width: 60px;
        font-size: 1.25rem;
    }

    .number-guess-input {
        font-size: 1.25rem;
        padding: 0.875rem;
    }

    .number-guess-submit-btn {
        width: 100%;
    }
}

.game-modal-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
    min-height: 379px;
}

.game-modal-left-panel {
    background: var(--overlay-light-03, rgba(255, 255, 255, 0.03));
    border-right: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.game-modal-right-panel {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

.game-timer-section {
    text-align: center;
    padding: 0.75rem;
    background: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.1);
    border-radius: 0.5rem;
    border: 1px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2);
}

.game-timer-label {
    font-size: 0.625rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.game-timer-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--puzzle-primary, #667eea);
    font-variant-numeric: tabular-nums;
}

.game-timer-hours,
.game-timer-minutes,
.game-timer-seconds {
    min-width: 24px;
    text-align: center;
}

.game-timer-separator {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    animation: pulse 1s infinite;
}

.game-range-section {
    text-align: center;
    padding: 0.75rem;
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    border-radius: 0.5rem;
    border: 1px solid rgba(var(--primary-rgb, 227, 146, 20), 0.2);
}

.game-range-label {
    font-size: 0.625rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.game-range-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--overlay-light-100, #ffffff);
}

.game-range-min,
.game-range-max {
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 227, 146, 20), 0.2) 0%, rgba(var(--primary-dark-rgb, 196, 127, 16), 0.2) 100%);
    border: 2px solid rgba(var(--primary-rgb, 227, 146, 20), 0.4);
    border-radius: 0.5rem;
    min-width: 50px;
}

.game-range-separator {
    font-size: 1rem;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

.game-actions-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.game-hint-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.2) 100%);
    border: 1px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    width: 100%;
}

.game-hint-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.3) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.3) 100%);
    border-color: var(--puzzle-primary, #667eea);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.3);
}

.game-hint-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.game-hint-text {
    padding: 0.875rem;
    background: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.1);
    border-left: 3px solid var(--puzzle-primary, #667eea);
    border-radius: 0.5rem;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    font-size: 0.8125rem;
    line-height: 1.5;
    animation: fadeIn 0.3s ease;
}

.game-submit-btn {
    padding: 0.875rem 1.25rem;
    background: linear-gradient(135deg, var(--puzzle-primary, #667eea) 0%, var(--puzzle-accent, #764ba2) 100%);
    border: none;
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.game-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
}

.game-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.game-result {
    padding: 0.875rem;
    border-radius: 0.75rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.game-result.success {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.2);
    border: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.4);
    color: var(--theme-success-2, #22c55e);
}

.game-result.error {
    background: rgba(var(--theme-danger-rgb, 239, 68, 68), 0.2);
    border: 1px solid rgba(var(--theme-danger-rgb, 239, 68, 68), 0.4);
    color: var(--theme-danger, #ef4444);
}

.game-result.info {
    background: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2);
    border: 1px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
    color: var(--puzzle-primary, #667eea);
}

.game-attempts {
    padding: 0.75rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-radius: 0.75rem;
    text-align: center;
    font-size: 0.8125rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-word-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    min-height: 200px;
    padding: 2rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-radius: 1rem;
    border: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    width: 100%;
}

.puzzle-letter-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.2) 100%);
    border: 2px solid rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    text-transform: uppercase;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    animation: letterReveal 0.5s ease;
}

.puzzle-letter-box.revealed {
    background: linear-gradient(135deg, rgba(var(--theme-orange-rgb, 255, 152, 0), 0.08) 0%, rgba(var(--theme-deep-orange-rgb, 255, 87, 34), 0.08) 50%, rgba(var(--theme-purple-rgb, 156, 39, 176), 0.08) 100%);
    /* box-shadow: 0 0 20px rgba(102, 126, 234, 0.5); */
}

.puzzle-letter-box.empty {
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    color: transparent;
}

.game-input-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.game-input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    text-align: center;
}

.game-answer-input {
    width: 100%;
    padding: 1.25rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border: 2px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #ffffff);
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.game-answer-input:focus {
    outline: none;
    border-color: var(--puzzle-primary, #667eea);
    background: var(--overlay-light-08, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 0 3px rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2);
}

.game-answer-input::placeholder {
    color: var(--overlay-light-30, rgba(255, 255, 255, 0.3));
    font-size: 1rem;
    font-weight: 400;
}

@media (max-width: 768px) {
    .game-modal-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .game-modal-left-panel {
        border-right: none;
        border-bottom: 1px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
        padding: 1rem;
    }

    .game-modal-right-panel {
        padding: 1rem;
    }

    .game-timer-display {
        font-size: 1.25rem;
    }

    .game-range-display {
        font-size: 1.25rem;
    }

    .game-range-min,
    .game-range-max {
        padding: 0.375rem 0.75rem;
        min-width: 50px;
        font-size: 1.125rem;
    }

    .game-word-display {
        min-height: 150px;
        padding: 1.5rem;
    }

    .puzzle-letter-box {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .game-answer-input {
        font-size: 1.5rem;
        padding: 1rem;
    }
}

.game-stats-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.875rem;
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    border-radius: 0.5rem;
}

.game-stat-item {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--nirvana-normal-text-color);
    font-weight: 600;
}

.memory-game-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.memory-card {
    aspect-ratio: 1;
    cursor: pointer;
    perspective: 1000px;
}

.memory-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.memory-card.flipped .memory-card-inner {
    transform: rotateY(180deg);
}

.memory-card.matched .memory-card-inner {
    transform: rotateY(180deg);
}

.memory-card.matched {
    cursor: default;
    opacity: 0.8;
}

.memory-card-front,
.memory-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 2px solid var(--overlay-light-10, rgba(255, 255, 255, 0.1));
}

.memory-card-front {
    background: linear-gradient(135deg, rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.2) 0%, rgba(var(--puzzle-accent-rgb, 118, 75, 162), 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.4);
}

.memory-card-back {
    transform: rotateY(180deg);
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
}

.memory-card-logo {
    width: 60%;
    height: 60%;
    object-fit: contain;
    opacity: 0.8;
}

.memory-card-logo-placeholder {
    width: 60%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.6));
}

.memory-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memory-card-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
    background: var(--overlay-light-05, rgba(255, 255, 255, 0.05));
}

.memory-card:hover:not(.matched):not(.flipped) .memory-card-front {
    border-color: rgba(var(--puzzle-primary-rgb, 102, 126, 234), 0.6);
    transform: scale(1.05);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 768px) {
    .memory-game-grid {
        gap: 0.5rem;
        max-width: 100%;
    }
}

.steps-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.5rem;
}

.steps-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-title, #ffffff);
    width: 100%;
}

.step-card {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--card-default, #1a1a1a);
    border: 1px solid var(--card-border, #2a2a2a);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    min-width: 0;
}

.step-card:hover {
    transform: scale(1.02);
}

.step-indicator {
    position: absolute;
    height: 2.5rem;
    width: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-danger, #FA1E4E);
    box-shadow: 0 0 80px 10px var(--theme-danger, #FA1E4E);
}

.step-indicator-left {
    left: 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

.step-indicator-right {
    right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

.step-icon {
    border-radius: 0.5rem;
    /* background-color: rgba(250, 30, 77, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-icon img {
    width: 30px;
    height: 30px;
    display: block;
}

.step-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    color: var(--overlay-light-100, #ffffff);
}

.step-text {
    font-weight: 700;
    color: var(--text-title, #ffffff);
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
    flex: 1;
}

@media (max-width: 767px) {
    .steps-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .step-card {
        flex: none;
        width: 100%;
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .step-text {
        font-size: 0.75rem;
    }

    .step-icon {
        padding: 0.375rem;
    }

    .step-icon img {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .steps-wrapper {
        gap: 0.5rem;
    }

    .step-card {
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .step-text {
        font-size: 0.875rem;
    }

    .step-icon {
        padding: 0.375rem;
    }

    .step-icon img {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1280px) {
    .step-text {
        font-size: 1rem;
    }
}

.puzzle-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(var(--theme-orange-rgb, 255, 152, 0), 0.05) 0%, rgba(var(--theme-deep-orange-rgb, 255, 87, 34), 0.05) 50%, rgba(var(--theme-purple-rgb, 156, 39, 176), 0.05) 100%);
}

.puzzle-piece {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('../images/bulmaca.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    animation: floatPuzzle 8s infinite ease-in-out;
}

.puzzle-piece-1 {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
    animation-duration: 10s;
}

.puzzle-piece-2 {
    top: 25%;
    right: 12%;
    animation-delay: -1s;
    animation-duration: 11s;
}

.puzzle-piece-3 {
    bottom: 20%;
    left: 10%;
    animation-delay: -2s;
    animation-duration: 9s;
}

.puzzle-piece-4 {
    bottom: 30%;
    right: 8%;
    animation-delay: -3s;
    animation-duration: 10.5s;
}

.puzzle-piece-5 {
    display: none;
}

.puzzle-piece-6 {
    display: none;
}

.puzzle-piece-7 {
    display: none;
}

.puzzle-piece-8 {
    display: none;
}

@keyframes floatPuzzle {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.08;
    }

    50% {
        transform: translate(20px, -20px) rotate(5deg);
        opacity: 0.1;
    }
}

.nirvana-alert-container {
    position: relative;
    overflow: hidden;
}

.puzzle-modal-header-custom {
    position: relative;
    z-index: 1;
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.05);
    border-bottom: 1px solid rgba(var(--theme-orange-rgb, 255, 152, 0), 0.2);
}

.puzzle-icon-custom {
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.15);
    color: var(--theme-orange, #ff9800);
}

.puzzle-title-custom {
    color: var(--theme-orange, #ff9800);
}

.puzzle-modal-layout-custom {
    position: relative;
    z-index: 1;
}

.puzzle-left-panel-custom {
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.03);
    border-right: 1px solid rgba(var(--theme-orange-rgb, 255, 152, 0), 0.15);
}

.puzzle-hint-btn-custom {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.15);
    border: 1px solid rgba(var(--primary-rgb, 59, 130, 246), 0.3);
}

.puzzle-hint-btn-custom:hover:not(:disabled) {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.22);
    border-color: var(--primary-color, #3b82f6);
    transform: translateY(-1px);
}

.puzzle-submit-btn-custom {
    background: linear-gradient(135deg, var(--theme-orange, #ff9800) 0%, var(--theme-deep-orange, #ff5722) 100%);
    border: 1px solid rgba(var(--theme-orange-rgb, 255, 152, 0), 0.4);
    font-weight: 600;
}

.puzzle-submit-btn-custom:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--theme-orange-dark, #ff6f00) 0%, var(--theme-deep-orange-dark, #e64a19) 100%);
    transform: translateY(-1px);
}

.puzzle-hint-text-custom {
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.1);
    border: 1px solid rgba(var(--theme-orange-rgb, 255, 152, 0), 0.2);
    border-radius: 0.75rem;
    padding: 1rem;
    color: var(--overlay-light-100, #fff);
    font-weight: 500;
}

.puzzle-result-custom {
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.puzzle-result-custom.success {
    background: rgba(var(--theme-success-alt-rgb, 76, 175, 80), 0.15);
    border: 1px solid rgba(var(--theme-success-alt-rgb, 76, 175, 80), 0.3);
    color: var(--theme-success-alt, #4caf50);
}

.puzzle-result-custom.error {
    background: rgba(var(--theme-danger-alt-rgb, 244, 67, 54), 0.15);
    border: 1px solid rgba(var(--theme-danger-alt-rgb, 244, 67, 54), 0.3);
    color: var(--theme-danger-alt, #f44336);
}

.puzzle-right-panel-custom {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.04);
}

.puzzle-word-display-custom {
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.05);
    border: 1px solid rgba(var(--theme-orange-rgb, 255, 152, 0), 0.2);
    min-height: 200px;
}

.puzzle-input-custom {
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.08);
    border: 1px solid rgba(var(--theme-orange-rgb, 255, 152, 0), 0.3);
    color: var(--overlay-light-100, #fff);
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.puzzle-input-custom:focus {
    background: rgba(var(--theme-orange-rgb, 255, 152, 0), 0.12);
    border-color: var(--theme-orange, #ff9800);
    outline: none;
}

.puzzle-input-custom::placeholder {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

@media (max-width: 768px) {
    .puzzle-piece {
        width: 60px;
        height: 60px;
    }

    .puzzle-title-custom {
        font-size: 1.125rem;
    }

    .puzzle-word-display-custom {
        min-height: 150px;
        padding: 1.5rem;
    }

    .puzzle-input-custom {
        font-size: 1rem;
        padding: 0.875rem;
    }
}

.number-guess-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 59, 130, 246), 0.05) 0%, rgba(var(--theme-accent-rgb, 139, 92, 246), 0.05) 50%, rgba(var(--theme-pink-rgb, 236, 72, 153), 0.05) 100%);
}

.number-symbol {
    position: absolute;
    font-size: 2rem;
    font-weight: 600;
    color: var(--overlay-light-10, rgba(255, 255, 255, 0.1));
    animation: floatNumber 10s infinite ease-in-out;
    user-select: none;
}

.number-symbol-1 {
    top: 12%;
    left: 8%;
    animation-delay: 0s;
    animation-duration: 11s;
}

.number-symbol-2 {
    top: 20%;
    right: 10%;
    animation-delay: -1.5s;
    animation-duration: 12s;
}

.number-symbol-3 {
    bottom: 15%;
    left: 10%;
    animation-delay: -3s;
    animation-duration: 10s;
}

.number-symbol-4 {
    bottom: 25%;
    right: 8%;
    animation-delay: -4.5s;
    animation-duration: 11.5s;
}

.number-symbol-5 {
    top: 50%;
    left: 5%;
    animation-delay: -3s;
    animation-duration: 10.5s;
}

.number-symbol-6 {
    top: 60%;
    right: 6%;
    animation-delay: -6s;
    animation-duration: 11s;
}

.number-symbol-7 {
    top: 35%;
    left: 15%;
    animation-delay: -7.5s;
    animation-duration: 10.8s;
}

.number-symbol-8 {
    bottom: 40%;
    right: 15%;
    animation-delay: -9s;
    animation-duration: 11.2s;
}

.number-symbol-9 {
    top: 70%;
    left: 25%;
    animation-delay: -4.5s;
    animation-duration: 10.3s;
}

.number-symbol-10 {
    bottom: 50%;
    right: 25%;
    animation-delay: -1.5s;
    animation-duration: 11.8s;
}

.number-symbol-11 {
    display: none;
}

.number-symbol-12 {
    display: none;
}

@keyframes floatNumber {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.1;
    }

    50% {
        transform: translate(25px, -25px) rotate(3deg);
        opacity: 0.12;
    }
}

.number-guess-modal-header-custom {
    position: relative;
    z-index: 1;
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.05);
    border-bottom: 1px solid rgba(var(--primary-rgb, 59, 130, 246), 0.2);
}

.number-guess-icon-custom {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.15);
    color: var(--primary-color, #3b82f6);
}

.number-guess-title-custom {
    color: var(--primary-color, #3b82f6);
}

.number-guess-body-custom {
    position: relative;
    z-index: 1;
}

.number-guess-hint-section {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.08);
    border-radius: 0.75rem;
    border: 1px solid rgba(var(--primary-rgb, 59, 130, 246), 0.15);
}

.number-guess-hint-label {
    font-size: 0.875rem;
    color: var(--overlay-light-70, rgba(255, 255, 255, 0.7));
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.number-guess-hint-text {
    font-size: 1.125rem;
    color: var(--overlay-light-95, rgba(255, 255, 255, 0.95));
    font-weight: 600;
    margin-bottom: 0.75rem;
    min-height: 1.5rem;
}

.number-guess-range-text {
    font-size: 0.875rem;
    color: var(--overlay-light-60, rgba(255, 255, 255, 0.6));
    margin-top: 0.5rem;
}

.number-guess-range-value {
    color: var(--primary-light, #60a5fa);
    font-weight: 600;
    font-size: 1rem;
}

.number-guess-input-wrapper {
    margin-bottom: 1.5rem;
}

.number-guess-input-custom {
    width: 100%;
    padding: 1rem;
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.08);
    border: 1px solid rgba(var(--primary-rgb, 59, 130, 246), 0.3);
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #fff);
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.number-guess-input-custom:focus {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.12);
    border-color: var(--primary-color, #3b82f6);
    outline: none;
}

.number-guess-input-custom::placeholder {
    color: var(--overlay-light-50, rgba(255, 255, 255, 0.5));
}

.number-guess-submit-btn-custom {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--primary-color, #3b82f6) 0%, var(--theme-accent-color, #8b5cf6) 100%);
    border: 1px solid rgba(var(--primary-rgb, 59, 130, 246), 0.4);
    border-radius: 0.75rem;
    color: var(--overlay-light-100, #fff);
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.number-guess-submit-btn-custom:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--primary-color-dark, #2563eb) 0%, var(--theme-accent-dark, #7c3aed) 100%);
    transform: translateY(-1px);
}

.number-guess-submit-btn-custom:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.number-guess-result-custom {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    min-height: 1.5rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.number-guess-result-custom:not(:empty) {
    background: rgba(var(--primary-rgb, 59, 130, 246), 0.08);
    border: 1px solid rgba(var(--primary-rgb, 59, 130, 246), 0.2);
}

@media (max-width: 768px) {
    .number-symbol {
        font-size: 2rem;
    }

    .number-guess-title-custom {
        font-size: 1.125rem;
    }

    .number-guess-hint-section {
        padding: 1rem;
    }

    .number-guess-hint-text {
        font-size: 1rem;
    }

    .number-guess-input-custom {
        font-size: 1rem;
        padding: 0.875rem;
    }

    .number-guess-submit-btn-custom {
        font-size: 1rem;
        padding: 0.875rem;
    }
}

.memory-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.05) 0%, rgba(var(--theme-emerald-rgb, 16, 185, 129), 0.05) 50%, rgba(var(--primary-rgb, 59, 130, 246), 0.05) 100%);
}

.memory-icon {
    position: absolute;
    font-size: 2.5rem;
    opacity: 0.1;
    animation: floatMemory 10s infinite ease-in-out;
    user-select: none;
    color: var(--nirvana-normal-text-color, #fff);
}

.memory-icon svg {
    display: block;
    opacity: 1;
}

.memory-icon-1 {
    top: 10%;
    left: 8%;
    animation-delay: 0s;
    animation-duration: 11s;
}

.memory-icon-2 {
    top: 20%;
    right: 10%;
    animation-delay: -1.5s;
    animation-duration: 12s;
}

.memory-icon-3 {
    bottom: 15%;
    left: 10%;
    animation-delay: -3s;
    animation-duration: 10s;
}

.memory-icon-4 {
    bottom: 25%;
    right: 8%;
    animation-delay: -4.5s;
    animation-duration: 11.5s;
}

.memory-icon-5 {
    top: 50%;
    left: 5%;
    animation-delay: -3s;
    animation-duration: 10.5s;
}

.memory-icon-6 {
    top: 60%;
    right: 6%;
    animation-delay: -6s;
    animation-duration: 11s;
}

@keyframes floatMemory {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.1;
    }

    50% {
        transform: translate(25px, -25px) rotate(3deg);
        opacity: 0.12;
    }
}

.memory-modal-header-custom {
    position: relative;
    z-index: 1;
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.05);
    border-bottom: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.2);
}

.memory-icon-custom {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.15);
    color: var(--theme-success-2, #22c55e);
}

.memory-title-custom {
    color: var(--theme-success-2, #22c55e);
}

.memory-body-custom {
    position: relative;
    z-index: 1;
}

.memory-modal-layout-custom {
    position: relative;
    z-index: 1;
}

.memory-left-panel-custom {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.03);
    border-right: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.15);
}

.memory-stats-custom {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.08);
    border: 1px solid rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.15);
}

.memory-stat-custom {
    color: var(--overlay-light-90, rgba(255, 255, 255, 0.9));
    font-weight: 600;
}

.memory-result-custom {
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.memory-result-custom.success {
    background: rgba(var(--theme-success-alt-rgb, 76, 175, 80), 0.15);
    border: 1px solid rgba(var(--theme-success-alt-rgb, 76, 175, 80), 0.3);
    color: var(--theme-success-alt, #4caf50);
}

.memory-result-custom.error {
    background: rgba(var(--theme-danger-alt-rgb, 244, 67, 54), 0.15);
    border: 1px solid rgba(var(--theme-danger-alt-rgb, 244, 67, 54), 0.3);
    color: var(--theme-danger-alt, #f44336);
}

.memory-right-panel-custom {
    background: rgba(var(--theme-success-2-rgb, 34, 197, 94), 0.02);
}

.puzzle-hint-btn-custom,
.puzzle-submit-btn-custom,
.number-guess-submit-btn-custom {
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.puzzle-hint-btn-custom {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}

.puzzle-submit-btn-custom {
    padding: 0.875rem 1.25rem;
    font-size: 0.9375rem;
}

.number-guess-submit-btn-custom {
    padding: 0.875rem 1.25rem;
    font-size: 0.9375rem;
}

.game-hint-btn {
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.game-submit-btn {
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 768px) {
    .memory-icon {
        font-size: 2rem;
    }

    .memory-title-custom {
        font-size: 1.125rem;
    }
}

/* --- Slot oyunlarÄ± (iÃ§erikler) --- */
.slot-oyunlari-page,
.oyun-secici-page,
.slot-play-overlay {
    --slot-text: var(--nirvana-normal-text-color, #ffffff);
    --slot-text-muted: var(--nirvana-onemsiz-text-color, rgba(255, 255, 255, 0.65));
    --slot-border: var(--nirvana-border-color, rgba(255, 255, 255, 0.1));
    --slot-panel: var(--nirvana-card-background-color, rgb(17, 17, 17));
    --slot-raised: var(--nirvana-sidebar-button-background-color, rgb(33, 33, 33));
    --slot-accent: var(--primary-color, rgb(227, 146, 20));
}

.slot-oyunlari-page .slot-page-header {
    margin-bottom: 1rem;
}

.slot-page-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: var(--slot-text);
}

.slot-page-subtitle {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--slot-text-muted);
}

.slot-providers-loading {
    font-size: 0.9375rem;
    color: var(--slot-text-muted);
}

.slot-providers-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.slot-providers-search-row {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

.slot-providers-search-row .slot-providers-search-wrap {
    flex: 1;
    min-width: 0;
}

.slot-providers-search-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: var(--slot-panel);
    border: 1px solid var(--slot-border);
}

.slot-provider-search-btn {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--slot-border);
    background: var(--slot-raised);
    color: var(--slot-text);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.slot-provider-search-btn:hover {
    background: color-mix(in srgb, var(--slot-accent) 22%, var(--slot-raised));
    border-color: color-mix(in srgb, var(--slot-accent) 45%, var(--slot-border));
}

.slot-providers-search-icon,
.slot-games-search-icon {
    flex-shrink: 0;
    opacity: 0.65;
}

.slot-providers-search,
.slot-games-search {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    color: inherit;
    font-size: 0.9375rem;
    outline: none;
}

.slot-providers-carousel {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    min-width: 0;
    outline: none;
}

.slot-providers-nav {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border-radius: 0.4rem;
    border: 1px solid var(--slot-border);
    background: linear-gradient(160deg, var(--slot-raised) 0%, var(--slot-panel) 100%);
    color: var(--slot-text);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.slot-providers-nav:hover:not(:disabled) {
    background: linear-gradient(160deg, color-mix(in srgb, var(--slot-accent) 18%, var(--slot-raised)) 0%, var(--slot-panel) 100%);
    border-color: color-mix(in srgb, var(--slot-accent) 35%, var(--slot-border));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.slot-providers-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.slot-providers-viewport {
    flex: 1;
    min-width: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
}

.slot-providers-viewport::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.slot-providers-strip {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 6px;
    padding: 4px 0 6px;
    width: max-content;
    box-sizing: border-box;
}

.slot-provider-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    flex: 0 0 var(--slot-provider-chip-width, 98px);
    min-height: 2.875rem;
    min-width: 0;
    max-width: var(--slot-provider-chip-width, 98px);
    padding: 0.32rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.65625rem;
    font-weight: 600;
    letter-spacing: 0.015em;
    border: 1px solid var(--slot-border);
    background: linear-gradient(165deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.06) 0%,
            var(--slot-raised) 52%,
            var(--slot-panel) 100%);
    color: var(--slot-text);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
    text-align: center;
}

.slot-provider-btn-name {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.12;
    text-align: center;
    font-size: 0.65625rem;
    font-weight: 600;
}

.slot-provider-btn:hover {
    background: linear-gradient(165deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.12) 0%,
            var(--slot-raised) 100%);
    border-color: color-mix(in srgb, var(--slot-accent) 42%, var(--slot-border));
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.slot-provider-btn--active {
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.52);
    background: linear-gradient(165deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.28) 0%,
            color-mix(in srgb, var(--slot-panel) 88%, black) 100%);
    box-shadow:
        0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.18),
        0 8px 22px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: var(--slot-text);
}

.slot-provider-btn-count {
    flex-shrink: 0;
    font-size: 0.55rem;
    font-weight: 700;
    opacity: 0.9;
    letter-spacing: 0.02em;
    padding: 0.1rem 0.32rem;
    border-radius: 999px;
    border: 1px solid var(--slot-border);
    background: color-mix(in srgb, var(--slot-panel) 92%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.slot-provider-btn--active .slot-provider-btn-count {
    background: rgba(0, 0, 0, 0.22);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.35);
}

.slot-games-section {
    margin-top: 0.5rem;
}

.slot-games-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.slot-games-count {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--slot-text-muted);
}

.slot-games-search-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: var(--slot-panel);
    border: 1px solid var(--slot-border);
    min-width: 12rem;
    flex: 1;
    max-width: 22rem;
}

.slot-games-empty {
    text-align: center;
    padding: 2rem 1rem;
    color: var(--slot-text-muted);
    font-size: 0.9375rem;
}

/* MasaÃ¼stÃ¼: 8 sÃ¼tun; JS sayfa baÅŸÄ±na 40 oyun. Mobil: aÅŸaÄŸÄ±da 3 sÃ¼tun x 14 sÄ±ra. */

.slot-games-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: start;
    gap: 0.85rem;
}

.slot-games-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--slot-border);
}

.slot-page-btn {
    padding: 0.45rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--slot-border);
    background: var(--slot-raised);
    color: var(--slot-text);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
}

.slot-page-btn:hover:not(:disabled) {
    background: color-mix(in srgb, var(--slot-accent) 16%, var(--slot-raised));
    border-color: color-mix(in srgb, var(--slot-accent) 32%, var(--slot-border));
}

.slot-page-btn:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.slot-page-info {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--slot-text-muted);
}

.slot-game-card {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.slot-game-figure {
    margin: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 180 / 236;
    background: color-mix(in srgb, var(--slot-panel) 82%, black);
}

.slot-game-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slot-game-name {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--slot-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Slot â€” tÄ±klanabilir oyun kartÄ± + sponsor modal */

.slot-game-card--playable {
    cursor: pointer;
    outline: none;
    border-radius: 0.5rem;
    transition: background 0.2s ease;
}

.slot-game-card--playable:focus-visible {
    box-shadow: 0 0 0 2px rgba(var(--primary-rgb, 227, 146, 20), 0.45);
}

.slot-game-figure--interactive {
    position: relative;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.slot-game-figure--interactive::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px var(--slot-border);
    pointer-events: none;
    transition: box-shadow 0.22s ease;
}

.slot-game-card--playable:hover .slot-game-figure--interactive,
.slot-game-card--playable:focus-visible .slot-game-figure--interactive {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.22);
}

.slot-game-card--playable:hover .slot-game-figure--interactive::after {
    box-shadow: inset 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.32);
}

.slot-game-card--playable:hover .slot-game-name {
    color: var(--slot-accent);
}

.slot-play-overlay {
    --slot-play-accent: var(--slot-accent);
    --slot-play-accent-dim: rgba(var(--primary-rgb, 227, 146, 20), 0.14);
    --slot-play-bg: var(--nirvana-card-background-color, rgb(17, 17, 17));
    --slot-play-border: var(--slot-border);
    --slot-play-text-muted: var(--slot-text-muted);
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    padding-top: max(1rem, env(safe-area-inset-top));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: var(--overlay-dark-90-card, rgba(10, 10, 14, 0.78));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

.slot-play-overlay--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.slot-play-modal {
    width: min(94vw, 44rem);
    max-width: 100%;
    max-height: min(90vh, 640px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: linear-gradient(165deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.08) 0%,
            transparent 44%), var(--slot-play-bg);
    border-radius: 1rem;
    border: 1px solid var(--slot-play-border);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.1);
    overflow: hidden;
}

.slot-play-sheet {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
}

.slot-play-modal-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1.15rem 1.15rem 0.95rem;
    flex-shrink: 0;
    border-bottom: 1px solid var(--slot-play-border);
    background: linear-gradient(180deg,
            rgba(var(--primary-rgb, 227, 146, 20), 0.07),
            transparent);
}

.slot-play-modal-titleblock {
    display: flex;
    gap: 0.85rem;
    min-width: 0;
    align-items: center;
}

.slot-play-modal-intro {
    min-width: 0;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.slot-play-modal-thumb-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 0.625rem;
    overflow: hidden;
    background: color-mix(in srgb, var(--slot-panel) 74%, black);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28), inset 0 0 0 1px var(--slot-play-border);
}

.slot-play-modal-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slot-play-modal-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--slot-text);
    line-height: 1.28;
}

.slot-play-modal-game {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--slot-play-accent);
    line-height: 1.22;
}

.slot-play-modal-meta {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    color: var(--slot-play-text-muted);
}

.slot-play-close {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--slot-play-border);
    background: linear-gradient(165deg,
            color-mix(in srgb, var(--slot-raised) 94%, transparent) 0%,
            color-mix(in srgb, var(--slot-panel) 94%, transparent) 100%);
    color: var(--slot-text);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.slot-play-close:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.14);
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.42);
    color: var(--slot-accent);
}

.slot-play-body-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--primary-rgb, 227, 146, 20), 0.22) transparent;
}

.slot-play-body-scroll::-webkit-scrollbar {
    width: 7px;
}

.slot-play-body-scroll::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--slot-border) 92%, transparent);
    border-radius: 6px;
}

.slot-play-body {
    padding: 0.35rem 0 1rem;
}

.slot-play-section-title {
    margin: 1.25rem 1rem 0.65rem;
    padding: 0.4rem 0.85rem;
    padding-left: 0.95rem;
    border-left: 4px solid var(--slot-play-accent);
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--slot-text);
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.09);
    line-height: 1.35;
}

.slot-play-section-title:first-child {
    margin-top: 0.75rem;
}

.slot-play-sponsor-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    min-width: 0;
}

.slot-play-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--slot-play-border);
    transition: background 0.15s ease;
    margin: 0;
    min-width: 0;
}

.slot-play-sponsor-grid>.slot-play-card:last-child {
    border-bottom-color: transparent;
}

.slot-play-card:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.05);
}

/* Sponsor yazÄ±larÄ± kapalÄ± â€” Logo Tile Grid GÃ¶rÃ¼nÃ¼mÃ¼ */
.slot-play-sponsor-grid--no-text {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 1rem;
    padding: 1.25rem;
}

.slot-play-sponsor-grid--no-text .slot-play-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 1.15rem 0.75rem;
    background: linear-gradient(145deg, rgba(var(--primary-rgb, 227, 146, 20), 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--slot-play-border);
    border-radius: 1.25rem;
    height: 100%;
    min-height: 140px;
    gap: 0.85rem;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.slot-play-sponsor-grid--no-text .slot-play-card:hover {
    background: linear-gradient(145deg, rgba(var(--primary-rgb, 227, 146, 20), 0.15), rgba(var(--primary-rgb, 227, 146, 20), 0.05));
    border-color: rgba(var(--primary-rgb, 227, 146, 20), 0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.slot-play-sponsor-grid--no-text .slot-play-row-brand {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.slot-play-sponsor-grid--no-text .slot-play-row-logo {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4)) brightness(1.1);
}

.slot-play-sponsor-grid--no-text .slot-play-row-action {
    width: 100%;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-width: 1.5px;
}

.slot-play-row-brand {
    width: 56px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slot-play-row-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(1.06);
}

.slot-play-row-copy {
    min-width: 0;
}

.slot-play-row-title {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--slot-text);
    line-height: 1.25;
}

.slot-play-row-promo {
    margin-top: 0.28rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--slot-text-muted);
}

.slot-play-line-accent {
    color: var(--slot-play-accent);
    font-weight: 700;
}

.slot-play-row-action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 0.72rem;
    border-radius: 0.55rem;
    font-size: 0.68rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--slot-play-accent);
    border: 2px solid var(--slot-play-accent);
    background: color-mix(in srgb, var(--slot-panel) 78%, transparent);
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.slot-play-row-action:hover {
    background: rgba(var(--primary-rgb, 227, 146, 20), 0.12);
    color: var(--nirvana-onemli-text-color, var(--slot-accent));
    box-shadow: 0 0 22px rgba(var(--primary-rgb, 227, 146, 20), 0.18);
}

.slot-play-row-action--muted {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.slot-play-empty {
    margin: 2rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--slot-play-text-muted);
    text-align: center;
}

@media (max-width: 768px) {
    .slot-providers-search-row {
        flex-direction: column;
        align-items: stretch;
    }

    .slot-providers-carousel {
        gap: 0.25rem;
        align-items: stretch;
    }

    .slot-providers-nav {
        width: 2.35rem;
        height: 2.35rem;
        flex-shrink: 0;
    }

    .slot-games-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .slot-games-search-wrap {
        max-width: none;
    }

    .slot-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
        align-items: start;
    }

    /* Slot sponsor modal â€” mobil: ortada kart, yumuÅŸak yÃ¼zey */
    .slot-play-overlay {
        align-items: center;
        justify-content: center;
        padding: max(0.75rem, env(safe-area-inset-top)) 0.875rem max(0.75rem, env(safe-area-inset-bottom));
        background: rgba(5, 7, 12, 0.52);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .slot-play-modal {
        width: min(calc(100vw - 1.75rem), 26.5rem);
        max-width: 100%;
        margin: auto;
        border-radius: 1.05rem;
        max-height: min(82vh, calc(100vh - 2rem));
        overflow: hidden;
        border-color: color-mix(in srgb, var(--slot-play-border), transparent 25%);
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.04);
        background: linear-gradient(180deg,
                color-mix(in srgb, var(--slot-panel), transparent 5%) 0%,
                var(--slot-play-bg) 42%);
    }

    .slot-play-modal-top {
        gap: 0.65rem;
        padding: 0.85rem 0.95rem;
        flex-wrap: nowrap;
        background: transparent;
        border-bottom: 1px solid color-mix(in srgb, var(--slot-play-border), transparent 45%);
    }

    .slot-play-modal-titleblock {
        align-items: flex-start;
    }

    .slot-play-modal-thumb-wrap {
        width: 48px;
        height: 48px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), inset 0 0 0 1px color-mix(in srgb, var(--slot-play-border), transparent 35%);
    }

    .slot-play-modal-title {
        font-size: 0.9375rem;
    }

    .slot-play-modal-game {
        font-size: 0.875rem;
    }

    .slot-play-modal-meta {
        font-size: 0.7rem;
        opacity: 0.92;
    }

    .slot-play-close {
        width: 44px;
        height: 44px;
        touch-action: manipulation;
        border-color: color-mix(in srgb, var(--slot-play-border), transparent 30%);
        background: color-mix(in srgb, var(--slot-panel) 94%, transparent);
    }

    .slot-play-body {
        padding: 0.35rem 0 0.9rem;
    }

    .slot-play-section-title {
        margin: 1rem 0.65rem 0.65rem;
        font-size: 0.8125rem;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
        padding-right: 0.75rem;
    }

    /* Sponsorlar: 3 kolon â€” sade yÃ¼zey */
    .slot-play-sponsor-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.42rem;
        padding: 0 0.5rem 0.55rem;
        width: 100%;
        box-sizing: border-box;
    }

    .slot-play-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.32rem;
        padding: 0.42rem 0.38rem;
        border: none;
        border-radius: 0.55rem;
        background: color-mix(in srgb, var(--slot-raised), transparent 12%);
        box-sizing: border-box;
        min-width: 0;
        box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--slot-play-border), transparent 55%);
    }

    .slot-play-card:hover {
        background: rgba(var(--primary-rgb, 227, 146, 20), 0.07);
        box-shadow: inset 0 0 0 1px rgba(var(--primary-rgb, 227, 146, 20), 0.2);
    }

    /* Sponsorlar yazÄ±sÄ±z mod â€” Mobil: 3 kolon, dar kartlar */
    .slot-play-sponsor-grid--no-text {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0.65rem;
    }

    .slot-play-sponsor-grid--no-text .slot-play-card {
        padding: 0.75rem 0.5rem;
        min-height: 105px;
        border-radius: 0.85rem;
        gap: 0.65rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .slot-play-sponsor-grid--no-text .slot-play-row-brand {
        height: 42px;
        margin-bottom: 0;
    }

    .slot-play-sponsor-grid--no-text .slot-play-row-logo {
        max-height: 38px;
    }

    .slot-play-sponsor-grid--no-text .slot-play-row-action {
        padding: 0.4rem 0.2rem;
        font-size: 0.52rem;
        border-radius: 0.45rem;
    }

    .slot-play-card .slot-play-row-brand {
        width: 100%;
        height: auto;
        min-height: 26px;
        justify-content: center;
    }

    .slot-play-card .slot-play-row-logo {
        max-height: 28px;
        width: auto;
        margin: 0 auto;
    }

    .slot-play-card .slot-play-row-copy {
        text-align: center;
        min-width: 0;
    }

    .slot-play-card .slot-play-row-title {
        font-size: 0.58rem;
        letter-spacing: 0;
        font-weight: 800;
        line-height: 1.15;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .slot-play-card .slot-play-row-promo {
        margin-top: 0.12rem;
        font-size: 0.52rem;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .slot-play-card .slot-play-row-action {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: none;
        align-self: stretch;
        padding: 0.38rem 0.2rem;
        font-size: 0.54rem;
        font-weight: 700;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-color: color-mix(in srgb, var(--slot-play-accent), transparent 45%);
        min-height: 0;
        touch-action: manipulation;
        box-sizing: border-box;
        box-shadow: none;
    }

    @supports (height: 100dvh) {
        .slot-play-modal {
            max-height: min(82dvh, calc(100dvh - 2rem));
        }
    }
}

/* Profile Avatar Selection */
.profile-photo-container.clickable-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-family: ui-rounded;
}

.profile-photo-container.clickable-avatar:hover {
    transform: scale(1.02);
}

.profile-photo-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease;
}

.profile-photo-container.clickable-avatar:hover .profile-photo-wrapper {
    border-color: var(--nirvana-primary, #3b82f6);
}

.profile-photo-edit-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    background: var(--nirvana-primary, #3b82f6);
    color: white;
    border: 2px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.profile-photo-container.clickable-avatar:hover .profile-photo-edit-badge {
    transform: scale(1.1) rotate(-5deg);
    background: var(--nirvana-primary-hover, #2563eb);
}

.avatar-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.avatar-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
}

.avatar-modal-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    animation: modalAppear 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

@keyframes modalAppear {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.avatar-modal-header {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.avatar-modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.avatar-modal-close {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.avatar-modal-close:hover {
    background: rgba(255, 68, 68, 0.2);
    color: #ff4444;
}

.avatar-modal-content {
    padding: 2rem;
    max-height: 60vh;
    overflow-y: auto;
}

.avatar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 1.25rem;
}

.avatar-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}

.avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.avatar-item:hover {
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-4px);
}

.avatar-item:hover img {
    transform: scale(1.1);
}

.avatar-item.selected {
    border-color: var(--nirvana-primary, #3b82f6);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.avatar-item-active {
    border-color: #10b981;
}

.avatar-check {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #10b981;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a1a1a;
}

.avatar-modal-footer {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.avatar-modal-save-btn {
    width: 100%;
    padding: 1rem;
    font-weight: 600;
    border-radius: 14px;
}

.avatar-modal-save-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(1);
}

/* Custom scrollbar for modal */
.avatar-modal-content::-webkit-scrollbar {
    width: 6px;
}

.avatar-modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.avatar-modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.avatar-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Premium Stream Play Overlay */
.stream-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 25;
    cursor: pointer;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.stream-play-overlay-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stream-play-overlay-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stream-play-overlay-btn svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stream-play-overlay:hover .stream-play-overlay-btn {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4), inset 0 0 30px rgba(255, 255, 255, 0.08), 0 0 20px rgba(var(--primary-rgb, 43, 107, 243), 0.3);
}

.stream-play-overlay:hover .stream-play-overlay-btn::after {
    opacity: 1;
}

.stream-play-overlay:hover .stream-play-overlay-btn svg {
    transform: scale(1.1);
}

/* ==========================================================
   PERFORMANS İPUÇLARI — backdrop-filter taşıyan büyük alanlar
   GPU compositing katmanına alınarak scroll recomposite maliyeti azaltılır.
   ========================================================== */

/* Modal / overlay backdrop'ları: fixed konumda, kendi GPU katmanında olmalı */
.mobile-chat-overlay,
.login-modal,
.register-modal,
.modal-overlay,
[id$="-modal"],
[id$="-overlay"] {
    transform: translateZ(0);
}

/* Scroll sırasında sürekli görünen, içi değişen paneller */
.mobile-nav-bar,
.mobile-nav-center-logo {
    will-change: transform;
}

/* Animasyonsuz statik kartlarda will-change kullanma —
   bunun yerine paint containment ile repaint alanını sınırla */
.menu-card,
.game-card,
.sponsor-card,
.etkinlik-card,
.store-card {
    contain: layout paint;
}

/* Yatay scroll listeleri ve sohbet — repaint alanını sınırla */
.instagram-scroll,
.past-streams-scroll,
.events-carousel,
.events-items,
.mobile-chat-messages,
.nirvana-alert-container {
    contain: layout paint;
}

/* Telegram scroller (JS ID kullanıyor) */
#telegram-scroll {
    contain: layout paint;
}