/* ============================================
   Template09 - Custom Styles
   ============================================ */

/* Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Urbanist', sans-serif;
    background-color: #12001F;
    color: #FFFFFF;
    overflow-x: hidden;
}

/* Cravend Font Class */
.font-cravend {
    font-family: 'Cravend', 'Rammetto One', sans-serif;
}

/* Global Table Alignment - All tables should be left-aligned by default */
.template9-statistics-table th,
.template9-statistics-table td,
.template9-deposit-history-table th,
.template9-deposit-history-table td,
.template9-withdrawal-history-table th,
.template9-withdrawal-history-table td,
.template9-coupons-table th,
.template9-coupons-table td,
.template9-customer-inquiry-table th,
.template9-customer-inquiry-table td,
.template9-referrals-table th,
.template9-referrals-table td,
.template9-betting-table th,
.template9-betting-table td,
.template9-notes-table th,
.template9-notes-table td {
    text-align: left;
}

/* Exceptions: Serial number columns and first-child columns should remain center-aligned */
.template9-deposit-history-table th:first-child,
.template9-deposit-history-table td:first-child,
.template9-withdrawal-history-table th:first-child,
.template9-withdrawal-history-table td:first-child,
.template9-coupons-table-th-sr,
.template9-coupons-table-td-sr,
.template9-customer-inquiry-table-th-sr,
.template9-customer-inquiry-table-td-sr,
.template9-referrals-table-th-sr,
.template9-referrals-table-td-sr,
.template9-betting-th-sr,
.template9-betting-td-sr,
.template9-notes-th-sr,
.template9-notes-td-sr {
    text-align: center;
}

/* ============================================
   Navbar Styles
   ============================================ */
.template9-navbar {
    position: relative;
    z-index: 100;
    padding: 1rem;
    width: 100%;
    max-width: 100vw;
}

.template9-navbar-desktop-wrapper {
    margin: 0;
    padding: 0;
}

.template9-navbar-desktop {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.45) inset;
    padding: 0.75rem 0.5rem;
}

@media (min-width: 768px) {
    .template9-navbar-desktop {
        padding: 0.75rem 1rem;
    }
}

/* Wallet Button Center */
.template9-wallet-button-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.75rem;
    bottom: -0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.template9-wallet-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    width: 595px;
    height: 100%;
    min-height: 70px;
}

.template9-wallet-glow-svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.template9-wallet-button-wrapper {
    position: relative;
    z-index: 1;
}

.template9-wallet-button {
    height: 50px;
    min-width: 200px;
    padding: 0;
    border-radius: 45px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.45) inset;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: default;
    overflow: hidden;
}

.template9-wallet-button-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    gap: 1rem;
    padding: 0.25rem;
}

.template9-wallet-withdrawal-btn,
.template9-wallet-deposit-btn {
    height: 100%;
    width: 48px;
    border-radius: 5px;
    background: #1D0032;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.template9-wallet-withdrawal-btn:hover,
.template9-wallet-deposit-btn:hover {
    background: rgba(29, 0, 50, 0.9);
}

.template9-wallet-withdrawal-btn svg,
.template9-wallet-deposit-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.template9-wallet-balance {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    height: 100%;
    min-width: 0;
}

.template9-wallet-balance-text {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    font-family: 'Urbanist', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template9-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.5rem 2rem;
}

.template9-logo {
    height: auto;
    width: auto;
    max-width: 120px;
}

.template9-navbar-mobile-wrapper {
    margin: 0;
    padding: 0;
}

.template9-navbar-mobile {
    border-radius: 5px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.45) inset;
    padding: 0.75rem;
    margin: 0;
}

.template9-mobile-menu-btn {
    min-height: 58px;
    width: 58px;
    border-radius: 3px;
    background: #12001F;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
}

.template9-logo-container-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.5rem 1rem;
}

.template9-logo-mobile {
    height: auto;
    width: auto;
    max-width: 100px;
}

.template9-lang-switcher {
    position: relative;
    z-index: 1001;
}

.template9-lang-switcher-mobile {
    position: relative;
    z-index: 1001;
}

.template9-lang-btn,
.template9-lang-btn-mobile {
    background: #12001F;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    color: #FFFFFF;
    border-radius: 3px;
    padding: 0.5rem;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

.template9-lang-btn-mobile {
    min-height: 48px;
}

.template9-lang-flag-container,
.template9-lang-flag-container-mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #1D0032;
    height: 48px;
    width: 48px;
}

.template9-lang-flag-container-mobile {
    height: 40px;
    width: 40px;
}

.template9-lang-flag-img,
.template9-lang-flag-img-mobile {
    width: 32px;
    height: 22px;
    object-fit: contain;
    border-radius: 2px;
}

.template9-lang-flag-img-mobile {
    width: 24px;
    height: 16px;
}

.template9-lang-arrow,
.template9-lang-arrow-mobile {
    position: absolute;
    bottom: 4px;
    width: 25px;
    height: 5px;
}

.template9-lang-dropdown,
.template9-lang-dropdown-mobile {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 1002;
    min-width: 136px;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.template9-lang-dropdown-mobile {
    top: calc(100% + 0.25rem);
}

.template9-lang-dropdown > div,
.template9-lang-dropdown-mobile > div {
    border-radius: 3px;
    overflow: hidden;
    padding: 0.25rem;
}

.template9-lang-option {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #12001F;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    text-align: left;
    transition: all 0.2s;
    cursor: pointer;
    color: #FFFFFF;
}

.template9-lang-option:last-child {
    margin-bottom: 0;
}

.template9-lang-option:hover:not(.template9-lang-option-active) {
    color: #FFFFFF;
}

.template9-lang-option-active {
    opacity: 0.5;
    cursor: not-allowed;
}

.template9-lang-option-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #636363;
    transition: color 0.2s;
}

.template9-lang-option:hover .template9-lang-option-content {
    color: #FFFFFF;
}

.template9-lang-option-active .template9-lang-option-content {
    color: #636363;
}

.template9-lang-option-flag {
    width: 20px;
    height: 14px;
    object-fit: contain;
    transition: transform 0.2s;
}

.template9-lang-option:hover .template9-lang-option-flag {
    transform: scale(1.1);
}

.template9-lang-option-text {
    font-size: 12px;
    font-weight: 500;
}

.template9-btn-login {
    height: 64px;
    width: 130px;
    border-radius: 4px;
    border: 1px solid #9D4EDD;
    background: #9D4EDD;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.template9-btn-register {
    height: 64px;
    width: 130px;
    border-radius: 4px;
    border: 1px solid rgba(219, 180, 44, 0.30) !important;
    background: #12001F !important;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.template9-btn-register.btn {
    border: 1px solid rgba(219, 180, 44, 0.30) !important;
}

/* ============================================
   Layout Styles
   ============================================ */
.template9-layout-container {
    display: flex;
    min-height: calc(100vh - 100px);
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    background-color: #12001F;
}

.template9-left-sidebar {
    width: 256px;
    flex-shrink: 0;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 10;
    margin: 1rem;
    margin-right: 0;
    border-radius: 5px;
    background: #1D0032;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25) inset;
    align-self: flex-start;
}

.template9-sidebar-content {
    padding: 1rem;
    padding-bottom: 1.5rem;
}

.template9-sidebar-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #DBB42C;
    margin-bottom: 1.5rem;
}

.template9-main-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
    margin-left: 0;
}

.template9-main {
    flex: 1;
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    padding-right: 1rem;
    padding-left: 0;
    background-image: url('https://art-chip.s3.ap-southeast-1.amazonaws.com/next/backgrounds/home-page-bg-9.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.template9-footer {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 1rem;
}

@media (max-width: 1023px) {
    .template9-layout-container {
        flex-direction: column;
    }
    
    .template9-left-sidebar {
        display: none !important;
    }
    
    .template9-main-wrapper {
        width: 100% !important;
    }
    
    .template9-main {
        width: 100% !important;
        padding: 0.7rem;
    }
}

/* ============================================
   Menu Item Styles
   ============================================ */
.template9-menu-item-angled {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: none !important;
    background: transparent;
    transition: all 0.3s ease;
    overflow: visible;
    margin-bottom: 15px;
    text-decoration: none;
    color: inherit;
}

.template9-menu-item-angled-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 12px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: visible;
    border-radius: 3px;
    border: 1px solid transparent;
}

.template9-menu-item-angled:hover .template9-menu-item-angled-inner,
.template9-menu-item-angled-active .template9-menu-item-angled-inner {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.3);
    background: rgba(51, 19, 105, 0.41);
    box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.25) inset;
}

.template9-menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.template9-menu-item-content span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
    font-weight: 700;
    color: #636363;
    transition: color 0.3s ease;
}

.template9-menu-item-angled:hover .template9-menu-item-content span,
.template9-menu-item-angled-active .template9-menu-item-content span {
    color: #FFFFFF !important;
}

.template9-menu-item-angled:hover .template9-menu-item-content svg path,
.template9-menu-item-angled-active .template9-menu-item-content svg path {
    stroke: #DBB42C !important;
    fill: #DBB42C !important;
}

.template9-menu-item-angled:hover .template9-menu-item-angled-inner > svg:last-child path,
.template9-menu-item-angled-active .template9-menu-item-angled-inner > svg:last-child path {
    stroke: #DBB42C !important;
}

/* Download APK Banner */
.template9-sidebar-download-banner {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.template9-download-apk-link {
    position: relative;
    display: block;
    text-decoration: none;
}

.template9-download-apk-image {
    width: 100%;
    height: auto;
}

.template9-download-apk-text {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* Social Media Buttons */
.template9-sidebar-social {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.template9-social-button {
    text-decoration: none;
    color: inherit;
}

.template9-social-telegram .template9-menu-item-angled-inner {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: rgba(51, 19, 105, 0.41);
    box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.25) inset;
    transition: all 0.2s ease;
}

.template9-social-telegram .template9-menu-item-angled-inner:hover {
    background: rgba(51, 19, 105, 0.60);
}

.template9-social-whatsapp .template9-menu-item-angled-inner {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: rgba(51, 19, 105, 0.41);
    box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.25) inset;
    transition: all 0.2s ease;
}

.template9-social-whatsapp .template9-menu-item-angled-inner:hover {
    background: rgba(51, 19, 105, 0.60);
}

.template9-social-button .template9-menu-item-content span {
    color: #FFFFFF;
    font-weight: 500;
}

.template9-social-button .template9-menu-item-angled-inner > svg:last-child path {
    stroke: #DBB42C;
}

/* ============================================
   Top Winners Section
   ============================================ */
.top-winners-section {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .top-winners-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.template9-top-winners-wrapper {
    width: 100%;
}

.template9-top-winners-container {
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(157, 78, 221, 0.50);
    background-color: #1D0032;
}

.template9-top-winners-inner {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

@media (min-width: 768px) {
    .template9-top-winners-inner {
        padding: 1rem 0;
    }
}

.template9-winners-title {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .template9-winners-title {
        padding: 0 1.5rem;
    }
}

.template9-winners-title h2 {
    font-family: 'Rammetto One', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #DBB42C;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .template9-winners-title h2 {
        font-size: 20px;
    }
}

.template9-winners-scroll-wrapper {
    flex: 1;
    overflow: hidden;
}

.template9-winners-scroll {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: max-content;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animate-scroll {
    animation: scroll 300s linear infinite;
    will-change: transform;
}

.template9-winner-card {
    position: relative;
    width: 192px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background-color: #12001F;
}

@media (min-width: 640px) {
    .template9-winner-card {
        width: 256px;
    }
}

@media (min-width: 768px) {
    .template9-winner-card {
        width: 280px;
    }
}

.template9-winner-card-inner {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background: transparent;
    transition: background-color 0.2s ease;
    width: 100%;
}

.template9-winner-image {
    position: relative;
    margin: 0.375rem auto 0.375rem 0.375rem;
    height: 56px;
    width: 80px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .template9-winner-image {
        margin: 0.5rem auto 0.5rem 0.5rem;
        height: 80px;
        width: 120px;
    }
}

.template9-winner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template9-winner-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    padding: 0.375rem;
}

@media (min-width: 640px) {
    .template9-winner-info {
        padding: 0.5rem;
    }
}

.template9-winner-amount-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.375rem;
}

@media (min-width: 640px) {
    .template9-winner-amount-wrapper {
        margin-bottom: 0.5rem;
    }
}

.template9-winner-amount {
    display: flex;
    min-width: fit-content;
    align-items: center;
    gap: 0.375rem;
    border-radius: 4px;
    padding: 0.375rem 0.5rem;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #1C0030;
}

@media (min-width: 640px) {
    .template9-winner-amount {
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        font-size: 16px;
    }
}

.template9-winner-amount img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .template9-winner-amount img {
        width: 18px;
        height: 18px;
    }
}

.template9-winner-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    font-size: 8px;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-winner-details {
        gap: 0.375rem;
        font-size: 10px;
    }
}

.template9-winner-game-name,
.template9-winner-details h3 {
    font-size: 8px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
    line-height: 1.2;
    width: 100%;
}

@media (min-width: 640px) {
    .template9-winner-game-name,
    .template9-winner-details h3 {
        font-size: 10px;
    }
}

.template9-winner-username,
.template9-winner-details span {
    font-size: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
}

@media (min-width: 640px) {
    .template9-winner-username,
    .template9-winner-details span {
        font-size: 10px;
    }
}

/* ============================================
   Hero Section
   ============================================ */
.hero-section {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.template9-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 640px) {
    .template9-hero-overlay {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) {
    .template9-hero-overlay {
        margin-top: 1.5rem;
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
    }
}

.template9-hero-content {
    width: auto;
    max-width: calc(100% - 2rem);
    text-align: left;
}

@media (min-width: 640px) {
    .template9-hero-content {
        max-width: calc(100% - 3rem);
    }
}

@media (min-width: 768px) {
    .template9-hero-content {
        max-width: none;
    }
}

.template9-hero-subtitle {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-hero-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-hero-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-hero-subtitle {
        font-size: 20px;
    }
}

.template9-hero-title {
    font-family: 'Cravend', 'Rammetto One', sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    word-break: break-word;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-hero-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-hero-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-hero-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-hero-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-hero-title {
        font-size: 40px;
    }
}

.template9-hero-button {
    margin-top: 0.5rem;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s;
    border: none;
    box-shadow: inset 0 0 0 2px #DBB42C, 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-hero-button {
        padding: 0.5rem 1.5rem;
        font-size: 16px;
    }
}

.template9-hero-button:hover {
    background: #8B3EC7;
}

.template9-hero-button:active {
    transform: scale(0.95);
}

/* ============================================
   Announcement Section
   ============================================ */
.announcement-section {
    padding-top: 1.5rem;
}

@media (min-width: 768px) {
    .announcement-section {
        padding-top: 2.5rem;
    }
}

.template9-announcement-container {
    z-index: 1;
    border-radius: 3px;
    border: 1px solid rgba(157, 78, 221, 0.50);
    background: #1D0032;
}

.template9-announcement-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
}

.template9-announcement-label {
    font-family: 'Rammetto One', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #DBB42C;
}

.template9-announcement-separator {
    height: 32px;
    width: 1px;
    background-color: rgba(157, 78, 221, 0.50);
}

.template9-announcement-marquee {
    position: relative;
    flex: 1;
    overflow: hidden;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.5);
}

.template9-announcement-marquee {
    position: relative;
    overflow: hidden;
}

.template9-marquee-content {
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    padding-right: 50px;
    flex-shrink: 0;
    min-width: max-content;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.template9-announcement-marquee:hover .template9-marquee-content {
    animation-play-state: paused;
}

.template9-announcement-marquee-mobile {
    position: relative;
    overflow: hidden;
}

.template9-marquee-content-mobile {
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    padding-right: 50px;
    flex-shrink: 0;
    min-width: max-content;
    color: rgba(255, 255, 255, 0.5);
    animation: marquee-mobile 20s linear infinite;
}

@keyframes marquee-mobile {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.template9-announcement-marquee-mobile:hover .template9-marquee-content-mobile {
    animation-play-state: paused;
}

/* Mobile Announcement */
.template9-announcement-pill-mobile {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    overflow: hidden;
    padding: 1rem 0.5rem;
}

.template9-announcement-label-mobile {
    font-family: 'Rammetto One', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

.template9-announcement-separator-mobile {
    position: relative;
    z-index: 10;
    height: 24px;
    width: 1px;
    background-color: rgba(157, 78, 221, 0.50);
}

.template9-announcement-marquee-mobile {
    position: relative;
    z-index: 10;
    flex: 1;
    overflow: hidden;
    padding: 0.5rem;
    font-size: 12px;
    color: rgba(32, 197, 254, 1);
    text-decoration: none;
    transition: color 0.3s;
}

.template9-announcement-marquee-mobile:hover {
    color: rgba(32, 197, 254, 0.8);
}

.template9-marquee-content-mobile {
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    padding-right: 50px;
    flex-shrink: 0;
    min-width: max-content;
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   Content Background
   ============================================ */
.template9-content-bg {
    position: relative;
    z-index: 10;
    width: 100%;
    background-image: url('https://art-chip.s3.ap-southeast-1.amazonaws.com/next/backgrounds/home-page-mid-bg-9.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ============================================
   Categories Section
   ============================================ */
.categories-section {
    padding-top: 1.5rem;
}

@media (min-width: 768px) {
    .categories-section {
        padding-top: 2.5rem;
    }
}

.template9-categories-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 0.75rem;
}

.template9-category-card {
    position: relative;
    overflow: hidden;
}

.template9-category-card:nth-child(1) {
    grid-column: span 3;
}

.template9-category-card:nth-child(2) {
    grid-column: span 3;
}

.template9-category-card:nth-child(3) {
    grid-column: span 6;
}

.template9-categories-grid-mobile {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.template9-category-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.template9-category-title {
    font-family: 'Rammetto One', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-category-title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .template9-category-title {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .template9-category-title {
        font-size: 24px;
    }
}

.template9-category-play {
    text-align: left;
    font-family: sans-serif;
    font-size: 10px;
    color: #DBB42C;
    text-decoration: underline;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 5px;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-category-play {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-category-play {
        font-size: 14px;
    }
}

.template9-category-jackpot-title {
    font-family: 'Rammetto One', sans-serif;
    color: #DBB42C;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-category-jackpot-title {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .template9-category-jackpot-title {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .template9-category-jackpot-title {
        font-size: 32px;
    }
}

@media (min-width: 1280px) {
    .template9-category-jackpot-title {
        font-size: 40px;
    }
}

.template9-category-jackpot-subtitle {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #DBB42C;
    text-decoration: underline;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 5px;
    text-align: left;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-category-jackpot-subtitle {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-category-jackpot-subtitle {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-category-jackpot-subtitle {
        font-size: 16px;
    }
}

/* ============================================
   Games Sections (New, Popular, Top)
   ============================================ */
.new-games-section,
.popular-games-section,
.top-games-section {
    position: relative;
    margin-top: 1.5rem;
    padding: 1rem 0;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .new-games-section,
    .popular-games-section,
    .top-games-section {
        margin-top: 2.5rem;
    }
}

.template9-section-header {
    margin-bottom: 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0;
}

@media (min-width: 768px) {
    .template9-section-header {
        padding: 0 0.5rem;
    }
}

.template9-section-title {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .template9-section-title {
        font-size: 25px;
    }
}

.template9-section-title span {
    font-family: 'Rammetto One', sans-serif;
    color: #FFFFFF;
}

.template9-section-nav {
    display: flex;
    flex-shrink: 0;
    gap: 0.5rem;
}

.template9-nav-btn {
    display: flex;
    height: 28px;
    width: 28px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.45) inset;
    transition: all 0.2s;
}

@media (min-width: 640px) {
    .template9-nav-btn {
        height: 36px;
        width: 36px;
    }
}

.template9-nav-btn:hover {
    transform: scale(1.1);
}

.template9-games-swiper {
    width: 100%;
    overflow: hidden;
}

.template9-games-swiper .swiper-wrapper {
    display: flex;
}

.template9-games-swiper .swiper-slide {
    width: calc((100% - 1.5rem) / 3);
    flex-shrink: 0;
    margin-right: 0.75rem;
}

@media (min-width: 640px) {
    .template9-games-swiper .swiper-slide {
        width: calc((100% - 1.5rem) / 3);
    }
}

@media (min-width: 768px) {
    .template9-games-swiper .swiper-slide {
        width: calc((100% - 3.75rem) / 6);
    }
}

.template9-game-card-wrapper {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}

.template9-game-card-image {
    flex-shrink: 0;
    height: 150px;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .template9-game-card-image {
        height: 270px;
    }
}

.template9-game-card-image img,
.template9-game-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.template9-game-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(219, 180, 44, 0.3);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.template9-game-card-play-overlay {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.template9-game-card-play-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 40;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.template9-game-card-play-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #DBB42C;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    padding: 0;
}

.template9-game-card-play-button:hover {
    background: rgba(219, 180, 44, 0.1);
}

.template9-game-card-play-icon {
    width: 16px;
    height: 16px;
    fill: #DBB42C;
}

.template9-game-card-provider {
    padding: 0 0.5rem;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

@media (min-width: 640px) {
    .template9-game-card-wrapper:hover .template9-game-card-img {
        transform: scale(1.05);
    }
    
    .template9-game-card-wrapper:hover .template9-game-card-overlay {
        opacity: 1;
    }
    
    .template9-game-card-wrapper:hover .template9-game-card-play-overlay {
        opacity: 1;
    }
    
    .template9-game-card-wrapper:hover .template9-game-card-play-content {
        opacity: 1;
    }
    
    .template9-game-card-play-button {
        width: 64px;
        height: 64px;
    }
    
    .template9-game-card-play-icon {
        width: 24px;
        height: 24px;
    }
    
    .template9-game-card-provider {
        font-size: 14px;
    }
    
    .template9-game-card-play-content {
        gap: 0.75rem;
    }
}

.template9-game-card-name {
    margin-top: 1rem;
    width: 100%;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 14px 32px 13px 33px;
    box-shadow: 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45) inset;
}

.template9-game-card-name p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    margin: 0;
}

/* ============================================
   Statistics Section
   ============================================ */
.statistics-section {
    position: relative;
    border-radius: 10px;
    padding: 2.5rem 0;
}

.template9-statistics-container {
    position: relative;
    z-index: 10;
    max-width: 100%;
}

.template9-statistics-header {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .template9-statistics-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.template9-statistics-title {
    font-size: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .template9-statistics-title {
        font-size: 30px;
    }
}

.template9-statistics-title span {
    font-family: 'Rammetto One', sans-serif;
    color: #FFFFFF;
}

.template9-statistics-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .template9-statistics-tabs {
        flex-direction: row;
        align-items: center;
    }
}

.template9-tab-btn {
    transition: all 0.3s;
    border-radius: 4px;
    padding: 8px 40px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background: #12001F;
    border: 0.788px solid rgba(219, 180, 44, 0.30);
    box-shadow: 0 3.151px 17.331px 0 rgba(0, 0, 0, 0.45) inset;
}

.template9-tab-btn.active {
    background: #9D4EDD;
    box-shadow: 0 3.151px 11.029px 0 rgba(0, 0, 0, 0.25);
    border: none;
}

.template9-statistics-table-container {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 4px;
    border: 0.788px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 10px;
}

@media (min-width: 1024px) {
    .template9-statistics-table-container {
        height: 500px;
    }
}

.template9-statistics-girl-image {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 30%;
    max-width: 300px;
}

.template9-statistics-girl-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.template9-statistics-table-wrapper {
    position: relative;
    z-index: 10;
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 0;
}

@media (min-width: 1024px) {
    .template9-statistics-table-wrapper {
        max-height: 480px;
        padding-right: 25%;
    }
}

.template9-statistics-table {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: fixed;
}

.template9-statistics-table thead {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #1D0032;
}

.template9-statistics-table th {
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #636363;
    vertical-align: middle;
}

.template9-statistics-table th:nth-child(1) {
    width: 10%;
}

.template9-statistics-table th:nth-child(2) {
    width: 20%;
}

.template9-statistics-table th:nth-child(3) {
    width: 25%;
}

.template9-statistics-table th:nth-child(4) {
    width: 25%;
}

.template9-statistics-table th:nth-child(5) {
    width: 20%;
}

@media (min-width: 640px) {
    .template9-statistics-table th {
        padding: 0.75rem 1rem;
        font-size: 14px;
    }
}

.template9-statistics-table tbody tr {
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(124, 48, 230, 0.12) 0%, rgba(219, 180, 44, 0.12) 100%);
}

.template9-statistics-table td {
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
}

.template9-statistics-table td:nth-child(1) {
    width: 10%;
}

.template9-statistics-table td:nth-child(2) {
    width: 20%;
}

.template9-statistics-table td:nth-child(3) {
    width: 25%;
}

.template9-statistics-table td:nth-child(4) {
    width: 25%;
}

.template9-statistics-table td:nth-child(5) {
    width: 20%;
}

@media (min-width: 640px) {
    .template9-statistics-table td {
        padding: 0.75rem 1rem;
        font-size: 14px;
    }
}

.template9-rank-badge {
    font-family: 'Rammetto One', sans-serif;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.788px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    font-size: 12px;
    color: #FFFFFF;
    box-shadow: 0 3.151px 17.331px 0 rgba(0, 0, 0, 0.45) inset;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@media (min-width: 640px) {
    .template9-rank-badge {
        font-size: 14px;
    }
}

.template9-user-avatar {
    display: flex;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #DBB42C;
    background: #0A1414;
    border-radius: 24px;
}

/* ============================================
   Bottom Banner Section
   ============================================ */
.bottom-banner-section {
    margin-top: 0;
}

.template9-bottom-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 640px) {
    .template9-bottom-banner-overlay {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) {
    .template9-bottom-banner-overlay {
        margin-top: 1.5rem;
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
    }
}

.template9-bottom-banner-content {
    width: auto;
    max-width: calc(100% - 2rem);
    text-align: left;
}

@media (min-width: 640px) {
    .template9-bottom-banner-content {
        max-width: calc(100% - 3rem);
    }
}

@media (min-width: 768px) {
    .template9-bottom-banner-content {
        max-width: none;
    }
}

.template9-bottom-banner-subtitle {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-bottom-banner-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-bottom-banner-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-bottom-banner-subtitle {
        font-size: 20px;
    }
}

.template9-bottom-banner-title {
    font-family: 'Rammetto One', sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    word-break: break-word;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-bottom-banner-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-bottom-banner-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-bottom-banner-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-bottom-banner-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-bottom-banner-title {
        font-size: 40px;
    }
}

.template9-bottom-banner-button {
    margin-top: 0.5rem;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s;
    border: 1px solid rgba(157, 78, 221, 0.50);
}

@media (min-width: 640px) {
    .template9-bottom-banner-button {
        padding: 0.5rem 1.5rem;
        font-size: 16px;
    }
}

.template9-bottom-banner-button:hover {
    background: #8B3EC7;
}

.template9-bottom-banner-button:active {
    transform: scale(0.95);
}

/* ============================================
   Footer Styles
   ============================================ */
.template9-footer {
    position: relative;
    width: 100%;
    padding: 0.7rem;
    padding-top: 2.5rem;
    padding-left: 0.7rem;
}

@media (min-width: 768px) {
    .template9-footer {
        padding: 1rem;
        padding-left: 0;
    }
}

.template9-footer-payment {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-payment-section {
    border-radius: 5px;
    border: 0.905px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1px;
    box-shadow: inset 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45);
}

.template9-payment-section > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 5px;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .template9-payment-section > div {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
    }
}

.template9-payment-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .template9-payment-section h3 {
        font-size: 26px;
    }
}

.template9-crypto-icon {
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 2.363px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: linear-gradient(to right, rgba(124, 48, 230, 0.12), rgba(219, 180, 44, 0.12));
    transition: all 0.3s;
}

.template9-crypto-icon:hover {
    box-shadow: inset 0 0 6px 1px rgba(219, 180, 44, 0.3);
}

.template9-crypto-more {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 2.363px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: linear-gradient(to right, rgba(124, 48, 230, 0.12), rgba(219, 180, 44, 0.12));
    padding: 0 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .template9-crypto-more {
        padding: 0 1.25rem;
        font-size: 16px;
    }
}

.template9-crypto-more-mobile {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 2.363px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: linear-gradient(to right, rgba(124, 48, 230, 0.12), rgba(219, 180, 44, 0.12));
    padding: 0.75rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s;
}

.template9-bank-option-mobile {
    width: 100%;
}

.template9-crypto-more:hover {
    box-shadow: inset 0 0 6px 1px rgba(219, 180, 44, 0.3);
}

.template9-payment-timing {
    flex-shrink: 0;
    text-align: right;
    color: #FFFFFF;
}

.template9-payment-timing p {
    font-size: 10px;
    margin: 0;
}

.template9-bank-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 2.363px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: linear-gradient(to right, rgba(124, 48, 230, 0.12), rgba(219, 180, 44, 0.12));
    padding: 0.5rem 1rem;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .template9-bank-option {
        font-size: 16px;
    }
}

.template9-bank-option:hover {
    box-shadow: inset 0 0 6px 1px rgba(219, 180, 44, 0.3);
}

.template9-footer-links {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 0.905px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1.5rem;
    box-shadow: inset 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45);
}

.template9-footer-logo {
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-footer-logo {
        margin-bottom: 0;
        text-align: left;
    }
}

.template9-footer-logo img {
    max-width: 190px;
    height: auto;
}

@media (min-width: 768px) {
    .template9-footer-logo img {
        max-width: 140px;
    }
}

.template9-footer-social {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .template9-footer-social {
        margin-top: 5rem;
        justify-content: flex-start;
    }
}

.template9-footer-social a {
    transition: opacity 0.3s;
}

.template9-footer-social a:hover {
    opacity: 0.8;
}

.template9-footer-column {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .template9-footer-column {
        flex: 1;
        margin-bottom: 0;
    }
}

.template9-footer-column h3 {
    font-family: 'Rammetto One', sans-serif;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #DBB42C;
    text-transform: capitalize;
}

.template9-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-footer-column a {
    font-size: 14px;
    color: #B4BBC5;
    text-decoration: none;
    transition: color 0.3s;
}

.template9-footer-column a:hover {
    color: #DBB42C;
}

.template9-footer-app {
    flex: 1;
    display: flex;
    justify-content: center;
}

.template9-footer-app > div {
    display: flex;
    height: 230px;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4.526px;
    border: 0.905px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45);
    padding: 0.75rem;
}

.template9-footer-app-title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

@media (min-width: 768px) {
    .template9-footer-app-title {
        font-size: 16px;
    }
}

.template9-footer-app-mobile {
    display: flex;
    justify-content: center;
}

.template9-footer-app-mobile > div {
    display: flex;
    height: 150px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 4.526px;
    border: 0.905px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45);
    padding: 0.75rem 2.5rem;
}

.template9-footer-separator {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.template9-footer-separator > div {
    height: 100%;
    min-height: 200px;
    width: 1px;
    background: #00374A;
}

.template9-qr-code {
    border-radius: 4.526px;
    border: 1px solid #DBB42C;
    padding: 0.375rem;
}

.template9-qr-code img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .template9-qr-code img {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    .template9-qr-code img {
        width: 130px;
        height: 130px;
    }
}

.template9-footer-copyright {
    position: relative;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #1D0032;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .template9-footer-copyright {
        flex-direction: row;
    }
}

.template9-footer-copyright p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 1rem;
}

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

.template9-footer-copyright > div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.template9-footer-copyright a {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
}

.template9-footer-copyright a:hover {
    color: #DBB42C;
}

/* ============================================
   Button Hover Effects
   ============================================ */
/* ============================================
   Fancy Filled Button Hover Animation - Liquid Wave Effect (No Scaling)
   ============================================ */
.template9-filled-button-hover {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    isolation: isolate;
}

/* Liquid wave effect */
.template9-filled-button-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(255, 255, 255, 0.8) 55%,
        transparent 70%
    );
    transform: translateX(-50%) rotate(15deg);
    transition: left 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    animation: liquid-wave 3s ease-in-out infinite;
}

.template9-filled-button-hover:hover::before {
    left: 200%;
    animation: none;
}

@keyframes liquid-wave {
    0%,
    100% {
        transform: translateX(-50%) rotate(15deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(15deg) translateY(-10px);
    }
}

/* Particle burst effect */
.template9-filled-button-hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.8) 20%,
        rgba(255, 255, 255, 0.4) 40%,
        transparent 70%
    );
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    box-shadow:
        20px -20px 0 rgba(255, 255, 255, 0.6),
        -20px 20px 0 rgba(255, 255, 255, 0.6),
        20px 20px 0 rgba(255, 255, 255, 0.6),
        -20px -20px 0 rgba(255, 255, 255, 0.6),
        0 30px 0 rgba(255, 255, 255, 0.5),
        0 -30px 0 rgba(255, 255, 255, 0.5),
        30px 0 0 rgba(255, 255, 255, 0.5),
        -30px 0 0 rgba(255, 255, 255, 0.5);
}

.template9-filled-button-hover:hover::after {
    width: 8px;
    height: 8px;
    opacity: 1;
    box-shadow:
        40px -40px 0 rgba(255, 255, 255, 0.4),
        -40px 40px 0 rgba(255, 255, 255, 0.4),
        40px 40px 0 rgba(255, 255, 255, 0.4),
        -40px -40px 0 rgba(255, 255, 255, 0.4),
        0 60px 0 rgba(255, 255, 255, 0.3),
        0 -60px 0 rgba(255, 255, 255, 0.3),
        60px 0 0 rgba(255, 255, 255, 0.3),
        -60px 0 0 rgba(255, 255, 255, 0.3);
}

/* Glow effect on hover (no neon pulse) */
.template9-filled-button-hover:hover {
    box-shadow:
        0 0 15px rgba(157, 78, 221, 0.8),
        0 0 30px rgba(157, 78, 221, 0.6),
        0 0 45px rgba(157, 78, 221, 0.4),
        0 4px 16px rgba(157, 78, 221, 0.3),
        inset 0 0 30px rgba(255, 255, 255, 0.15),
        inset 0 0 60px rgba(255, 255, 255, 0.1);
    filter: brightness(1.2) saturate(1.2);
    border-color: rgba(157, 78, 221, 1) !important;
}

.template9-filled-button-hover > * {
    position: relative;
    z-index: 2;
    transition:
        color 0.5s ease,
        text-shadow 0.5s ease,
        filter 0.5s ease,
        transform 0.3s ease;
}

.template9-filled-button-hover:hover > * {
    color: #000000 !important;
    text-shadow: none;
    filter: none;
}

/* ============================================
   Fancy Bordered Button Hover Animation - Corner Fill Effect (No Scaling)
   ============================================ */
.template9-bordered-button-hover {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: transparent;
}

/* Corner fill effect from top-left */
.template9-bordered-button-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: linear-gradient(
        135deg,
        rgba(219, 180, 44, 0.25) 0%,
        rgba(219, 180, 44, 0.15) 50%,
        transparent 100%
    );
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0;
    pointer-events: none;
    clip-path: polygon(0 0, 0 0, 0 0);
}

.template9-bordered-button-hover:hover::before {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Shimmer sweep effect */
.template9-bordered-button-hover::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 45%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.1) 55%,
        transparent 70%
    );
    transform: rotate(45deg);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.template9-bordered-button-hover:hover::after {
    top: 150%;
    left: 150%;
    opacity: 1;
}

/* Hover state with border glow */
.template9-bordered-button-hover:hover {
    background: linear-gradient(
        135deg,
        rgba(219, 180, 44, 0.12) 0%,
        rgba(219, 180, 44, 0.06) 50%,
        transparent 100%
    );
    box-shadow:
        0 0 15px rgba(219, 180, 44, 0.5),
        0 0 30px rgba(219, 180, 44, 0.3),
        0 0 45px rgba(219, 180, 44, 0.15),
        inset 0 0 20px rgba(219, 180, 44, 0.08),
        inset 0 0 40px rgba(219, 180, 44, 0.04);
    border-color: rgba(219, 180, 44, 0.7) !important;
}

.template9-bordered-button-hover > * {
    position: relative;
    z-index: 2;
    transition:
        color 0.5s ease,
        text-shadow 0.5s ease;
}

.template9-bordered-button-hover:hover > * {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow:
        0 0 8px rgba(219, 180, 44, 0.9),
        0 0 16px rgba(219, 180, 44, 0.6),
        0 0 24px rgba(219, 180, 44, 0.4);
}

/* ============================================
   Scrollbar Styles
   ============================================ */
.template9-statistics-table-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #DBB42C transparent;
}

.template9-statistics-table-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.template9-statistics-table-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.template9-statistics-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 0.905px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45) inset;
}

.template9-statistics-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #12001F;
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 767px) {
    .template9-games-swiper .swiper-slide {
        width: calc((100% - 1.5rem) / 3);
    }
    
    .template9-game-card-image {
        height: 150px !important;
    }
}

@media (min-width: 768px) {
    .template9-game-card-image {
        height: 270px !important;
    }
}

/* ============================================
   Additional Utility Styles
   ============================================ */
.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Ensure proper spacing for sections */
section {
    margin-bottom: 0;
}

/* Image responsiveness */
img {
    max-width: 100%;
    height: auto;
}

/* Link styles */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

/* Button base styles */
.btn {
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/* Swiper customizations */
.swiper {
    width: 100%;
    overflow: hidden;
}

/* ============================================
   Live Casino Page Styles
   ============================================ */

/* Live Casino Hero Section */
.template9-live-casino-hero {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}

.template9-live-casino-hero-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .template9-live-casino-hero-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
        margin-top: 1.5rem;
    }
}

.template9-live-casino-hero-text {
    max-width: calc(100% - 2rem);
}

@media (min-width: 640px) {
    .template9-live-casino-hero-text {
        max-width: calc(100% - 3rem);
    }
}

@media (min-width: 768px) {
    .template9-live-casino-hero-text {
        max-width: none;
    }
}

.template9-live-casino-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    letter-spacing: 8px;
    margin: 0;
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .template9-live-casino-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-live-casino-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-live-casino-subtitle {
        font-size: 20px;
    }
}

.template9-live-casino-title {
    font-family: 'Cravend', 'Rammetto One', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-live-casino-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-live-casino-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-live-casino-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-live-casino-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-live-casino-title {
        font-size: 40px;
    }
}

/* Providers Header */
.template9-providers-header {
    width: 100%;
    margin-bottom: 1.5rem;
}

.template9-providers-header-inner {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgba(157, 78, 221, 0.50);
    background-color: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-providers-header-inner {
        padding: 1rem 1.5rem;
    }
}

.template9-providers-title-wrapper {
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .template9-providers-title-wrapper {
        padding-right: 1.5rem;
    }
}

.template9-providers-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #DBB42C;
    letter-spacing: 0.05em;
    padding: 0.75rem 0;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-providers-title {
        font-size: 16px;
        padding: 1rem 0;
    }
}

.template9-providers-separator {
    height: 32px;
    width: 1px;
    background-color: rgba(157, 78, 221, 0.50);
    flex-shrink: 0;
}

.template9-providers-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    padding-left: 0.75rem;
}

@media (min-width: 768px) {
    .template9-providers-search {
        padding-left: 1rem;
    }
}

.template9-providers-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
}

.template9-providers-search-input::placeholder {
    color: #9CA3AF;
}

.template9-providers-search-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .template9-providers-search-icon {
        width: 23px;
        height: 23px;
    }
}

/* Providers Grid */
.template9-providers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
}

@media (min-width: 640px) {
    .template9-providers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .template9-providers-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .template9-providers-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Provider Card */
.template9-provider-card {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: column;
    transition: all 0.3s ease;
}

.template9-provider-card.template9-provider-disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.template9-provider-card-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
    background: transparent;
}

.template9-provider-image-wrapper {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(251, 99, 33, 0.30);
    transition: border-color 0.3s ease;
}

@media (min-width: 640px) {
    .template9-provider-card-group:hover .template9-provider-image-wrapper {
        border-color: #D61324;
    }
}

.template9-provider-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.template9-provider-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(219, 180, 44, 0.3);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.template9-provider-play-overlay {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.template9-provider-play-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 40;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.template9-provider-play-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #DBB42C;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    padding: 0;
}

.template9-provider-play-button:hover {
    background: rgba(219, 180, 44, 0.1);
}

.template9-provider-play-icon {
    width: 16px;
    height: 16px;
    fill: #DBB42C;
}

@media (min-width: 640px) {
    .template9-provider-card-group:hover .template9-provider-overlay {
        opacity: 1;
    }
    
    .template9-provider-card-group:hover .template9-provider-play-overlay {
        opacity: 1;
    }
    
    .template9-provider-card-group:hover .template9-provider-play-content {
        opacity: 1;
    }
    
    .template9-provider-play-button {
        width: 64px;
        height: 64px;
    }
    
    .template9-provider-play-icon {
        width: 24px;
        height: 24px;
    }
}

.template9-provider-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
}

.template9-provider-pattern::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #A855F7;
}

.template9-provider-pattern::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 8px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #A855F7;
}

.template9-provider-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #A855F7;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.template9-provider-name {
    position: relative;
    z-index: 10;
    margin-top: 0.5rem;
    text-align: center;
}

.template9-provider-name span {
    font-family: 'Rammetto One', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .template9-provider-name span {
        font-size: 16px;
    }
}

/* Live Casino Bottom Banner */
.template9-live-casino-bottom-banner {
    margin-top: 0;
}

.template9-live-casino-bottom-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .template9-live-casino-bottom-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
        margin-top: 1.5rem;
    }
}

.template9-live-casino-bottom-text {
    max-width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .template9-live-casino-bottom-text {
        max-width: none;
        gap: 0.75rem;
    }
}

.template9-live-casino-bottom-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-live-casino-bottom-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-live-casino-bottom-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-live-casino-bottom-subtitle {
        font-size: 20px;
    }
}

.template9-live-casino-bottom-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-live-casino-bottom-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-live-casino-bottom-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-live-casino-bottom-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-live-casino-bottom-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-live-casino-bottom-title {
        font-size: 40px;
    }
}

.template9-live-casino-play-btn {
    margin-top: 0.5rem;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    box-shadow: inset 0 0 0 2px #DBB42C, 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-live-casino-play-btn {
        padding: 0.5rem 1.5rem;
        font-size: 16px;
    }
}

.template9-live-casino-play-btn:hover {
    background: #8B3EC7;
}

.template9-live-casino-play-btn:active {
    transform: scale(0.95);
}

/* ============================================
   Slot Providers Page Styles
   ============================================ */

/* Slot Providers Hero Section */
.template9-slot-providers-hero {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}

.template9-slot-providers-hero-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .template9-slot-providers-hero-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
        margin-top: 1.5rem;
    }
}

.template9-slot-providers-hero-text {
    max-width: calc(100% - 2rem);
}

@media (min-width: 640px) {
    .template9-slot-providers-hero-text {
        max-width: calc(100% - 3rem);
    }
}

@media (min-width: 768px) {
    .template9-slot-providers-hero-text {
        max-width: none;
    }
}

.template9-slot-providers-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    letter-spacing: 8px;
    margin: 0;
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .template9-slot-providers-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-slot-providers-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slot-providers-subtitle {
        font-size: 20px;
    }
}

.template9-slot-providers-title {
    font-family: 'Cravend', 'Rammetto One', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-slot-providers-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-slot-providers-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slot-providers-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-slot-providers-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-slot-providers-title {
        font-size: 40px;
    }
}

/* Slot Providers Grid Wrapper with Pattern */
.template9-slot-providers-grid-wrapper {
    position: relative;
}

.template9-slot-providers-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.template9-slot-providers-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slot Providers Grid */
.template9-slot-providers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 640px) {
    .template9-slot-providers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .template9-slot-providers-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .template9-slot-providers-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .template9-slot-providers-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Slot Provider Card */
.template9-slot-provider-card {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.template9-slot-provider-card.template9-slot-provider-disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.template9-slot-provider-card-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.template9-slot-provider-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.template9-slot-provider-image-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template9-slot-provider-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.template9-slot-provider-card:hover .template9-slot-provider-icon {
    transform: scale(1.05);
}

.template9-slot-provider-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    z-index: 1;
}

.template9-slot-provider-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(219, 180, 44, 0.3);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    pointer-events: none;
}

.template9-slot-provider-logo-container {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.template9-slot-provider-play-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (min-width: 640px) {
    .template9-slot-provider-card:hover .template9-slot-provider-overlay {
        opacity: 1;
    }
    
    .template9-slot-provider-card:hover .template9-slot-provider-logo-container {
        opacity: 1;
    }
    
    .template9-slot-provider-card:hover .template9-slot-provider-play-btn {
        opacity: 1;
    }
}

.template9-slot-provider-logo-container {
    position: relative;
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .template9-slot-provider-logo-container {
        height: 48px;
        width: 128px;
    }
}

@media (min-width: 768px) {
    .template9-slot-provider-logo-container {
        height: 56px;
        width: 144px;
    }
}

.template9-slot-provider-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.template9-slot-provider-play-btn {
    border-radius: 5px;
    border: 2px solid #DBB42C;
    background: #000000;
    color: #FFFFFF;
    padding: 0.5rem 2.5rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.template9-slot-provider-play-btn:hover {
    filter: brightness(1.1);
}

.template9-slot-provider-name {
    margin-top: 1rem;
    text-align: center;
}

.template9-slot-provider-name span {
    font-family: 'Rammetto One', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .template9-slot-provider-name span {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-slot-provider-name span {
        font-size: 14px;
    }
}

/* Slot Providers Bottom Banner */
.template9-slot-providers-bottom-banner {
    margin-top: 0;
}

.template9-slot-providers-bottom-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .template9-slot-providers-bottom-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
        margin-top: 1.5rem;
    }
}

.template9-slot-providers-bottom-text {
    max-width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .template9-slot-providers-bottom-text {
        max-width: none;
        gap: 0.75rem;
    }
}

.template9-slot-providers-bottom-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-slot-providers-bottom-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-slot-providers-bottom-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slot-providers-bottom-subtitle {
        font-size: 20px;
    }
}

.template9-slot-providers-bottom-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-slot-providers-bottom-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-slot-providers-bottom-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slot-providers-bottom-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-slot-providers-bottom-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-slot-providers-bottom-title {
        font-size: 40px;
    }
}

.template9-slot-providers-play-btn {
    margin-top: 0.5rem;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    box-shadow: inset 0 0 0 2px #DBB42C, 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-slot-providers-play-btn {
        padding: 0.5rem 1.5rem;
        font-size: 16px;
    }
}

.template9-slot-providers-play-btn:hover {
    background: #8B3EC7;
}

.template9-slot-providers-play-btn:active {
    transform: scale(0.95);
}

/* ============================================
   Slots Page Styles
   ============================================ */

/* Slots Wrapper with Background Pattern */
.template9-slots-wrapper {
    position: relative;
}

.template9-slots-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.template9-slots-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slots Hero Section */
.template9-slots-hero {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}

.template9-slots-hero-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .template9-slots-hero-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
        margin-top: 1.5rem;
    }
}

.template9-slots-hero-text {
    max-width: calc(100% - 2rem);
}

@media (min-width: 640px) {
    .template9-slots-hero-text {
        max-width: calc(100% - 3rem);
    }
}

@media (min-width: 768px) {
    .template9-slots-hero-text {
        max-width: none;
    }
}

.template9-slots-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    letter-spacing: 8px;
    margin: 0;
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .template9-slots-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-slots-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slots-subtitle {
        font-size: 20px;
    }
}

.template9-slots-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-slots-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-slots-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slots-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-slots-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-slots-title {
        font-size: 40px;
    }
}

/* Slots Header */
.template9-slots-header {
    width: 100%;
    margin-bottom: 1.5rem;
}

.template9-slots-header-inner {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgba(157, 78, 221, 0.50);
    background-color: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-slots-header-inner {
        padding: 1rem 1.5rem;
    }
}

.template9-slots-title-wrapper {
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .template9-slots-title-wrapper {
        padding-right: 1.5rem;
    }
}

.template9-slots-header-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #DBB42C;
    letter-spacing: 0.05em;
    padding: 0.75rem 0;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-slots-header-title {
        font-size: 16px;
        padding: 1rem 0;
    }
}

.template9-slots-separator {
    height: 32px;
    width: 1px;
    background-color: rgba(157, 78, 221, 0.50);
    flex-shrink: 0;
}

.template9-slots-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    padding-left: 0.75rem;
}

@media (min-width: 768px) {
    .template9-slots-search {
        padding-left: 1rem;
    }
}

.template9-slots-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
}

.template9-slots-search-input::placeholder {
    color: #9CA3AF;
}

.template9-slots-search-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .template9-slots-search-icon {
        width: 23px;
        height: 23px;
    }
}

/* Slots Games Grid */
.template9-slots-games-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    width: 100%;
}

@media (min-width: 640px) {
    .template9-slots-games-grid {
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .template9-slots-games-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .template9-slots-games-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Slot Game Card */
.template9-slot-game-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
}

.template9-slot-game-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(219, 180, 44, 0.30);
    border-radius: 3px;
    background: transparent;
}

.template9-slot-game-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

@media (min-width: 768px) {
    .template9-slot-game-image {
        height: 270px;
    }
}

@media (min-width: 640px) {
    .template9-slot-game-card:hover .template9-slot-game-image {
        transform: scale(1.05);
    }
}

.template9-slot-game-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(219, 180, 44, 0.3);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.template9-slot-game-play-overlay {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.template9-slot-game-play-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 40;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.template9-slot-game-play-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #DBB42C;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    padding: 0;
}

.template9-slot-game-play-button:hover {
    background: rgba(219, 180, 44, 0.1);
}

.template9-slot-game-play-icon {
    width: 16px;
    height: 16px;
    fill: #DBB42C;
}

.template9-slot-game-provider {
    padding: 0 0.5rem;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

@media (min-width: 640px) {
    .template9-slot-game-card:hover .template9-slot-game-overlay {
        opacity: 1;
    }
    
    .template9-slot-game-card:hover .template9-slot-game-play-overlay {
        opacity: 1;
    }
    
    .template9-slot-game-card:hover .template9-slot-game-play-content {
        opacity: 1;
    }
    
    .template9-slot-game-play-button {
        width: 64px;
        height: 64px;
    }
    
    .template9-slot-game-play-icon {
        width: 24px;
        height: 24px;
    }
    
    .template9-slot-game-provider {
        font-size: 14px;
    }
    
    .template9-slot-game-play-content {
        gap: 0.75rem;
    }
}

.template9-slot-game-name {
    margin-top: 1rem;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 14px 32px 13px 33px;
    box-shadow: 0 3.621px 19.914px 0 rgba(0, 0, 0, 0.45) inset;
}

.template9-slot-game-name p {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Slots Action Buttons */
.template9-slots-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.template9-slots-load-more,
.template9-slots-back-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    color: #FFFFFF;
    padding: 0.75rem 2rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease;
    cursor: pointer;
}

.template9-slots-load-more:hover,
.template9-slots-back-top:hover {
    transform: scale(1.05);
}

.template9-slots-load-more:active,
.template9-slots-back-top:active {
    transform: scale(0.95);
}

.template9-slots-load-more:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.template9-slots-load-more svg,
.template9-slots-back-top svg {
    width: 16px;
    height: 16px;
}

/* Slots Curved Pattern */
.template9-slots-curved-pattern {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 420px;
    pointer-events: none;
    overflow: hidden;
}

.template9-slots-curved-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slots Bottom Banner */
.template9-slots-bottom-banner {
    margin-top: 0;
}

.template9-slots-bottom-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .template9-slots-bottom-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 4rem;
        margin-top: 1.5rem;
    }
}

.template9-slots-bottom-text {
    max-width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .template9-slots-bottom-text {
        max-width: none;
        gap: 0.75rem;
    }
}

.template9-slots-bottom-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DBB42C;
    margin: 0;
}

@media (min-width: 640px) {
    .template9-slots-bottom-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .template9-slots-bottom-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slots-bottom-subtitle {
        font-size: 20px;
    }
}

.template9-slots-bottom-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-slots-bottom-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-slots-bottom-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .template9-slots-bottom-title {
        font-size: 25px;
    }
}

@media (min-width: 1280px) {
    .template9-slots-bottom-title {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .template9-slots-bottom-title {
        font-size: 40px;
    }
}

.template9-slots-play-btn {
    margin-top: 0.5rem;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    box-shadow: inset 0 0 0 2px #DBB42C, 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-slots-play-btn {
        padding: 0.5rem 1.5rem;
        font-size: 16px;
    }
}

.template9-slots-play-btn:hover {
    background: #8B3EC7;
}

.template9-slots-play-btn:active {
    transform: scale(0.95);
}

/* ============================================
   Dashboard - Deposit Page Styles
   ============================================ */

.template9-deposit-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

/* Back Button (Mobile Only) */
.template9-deposit-back-btn {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.template9-deposit-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.625rem 2rem;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

.template9-deposit-back-button:hover {
    background: #2DFA1A;
}

/* Deposit Card */
.template9-deposit-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-deposit-card {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-deposit-card {
        padding: 1.5rem;
    }
}

/* Deposit Header */
.template9-deposit-header {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .template9-deposit-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.template9-deposit-title {
    font-family: 'Rammetto One', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-deposit-title {
        width: auto;
        text-align: left;
        font-size: 35px;
    }
}

/* Desktop Tabs */
.template9-deposit-tabs-desktop {
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    .template9-deposit-tabs-desktop {
        margin-top: 0;
    }
}

.template9-deposit-tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    text-align: left;
}

@media (min-width: 768px) {
    .template9-deposit-tabs-wrapper {
        gap: 1rem;
    }
}

.template9-deposit-tab-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #FFFFFF;
    background: transparent;
    overflow: hidden;
}

@media (min-width: 768px) {
    .template9-deposit-tab-btn {
        padding: 0.375rem 2.5rem;
        font-size: 16px;
    }
}

.template9-deposit-tab-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
    z-index: 0;
}

.template9-deposit-tab-btn span {
    position: relative;
    z-index: 1;
}

.template9-deposit-tab-btn.active::before {
    background: #9D4EDD;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-deposit-tab-btn:not(.active)::before {
    background: #060D0D;
}

.template9-deposit-tab-btn:not(.active):hover::before {
    background: #9D4EDD;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile Tabs */
.template9-deposit-tabs-mobile {
    margin-top: 0.75rem;
    width: 100%;
    border-radius: 6px;
    padding: 4px;
}

.template9-deposit-tabs-mobile-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DBB42C;
    transition: all 0.3s ease;
}

.template9-deposit-tabs-mobile-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-deposit-tabs-mobile-btn span,
.template9-deposit-tabs-mobile-btn svg {
    position: relative;
    z-index: 10;
}

.template9-deposit-tabs-arrow {
    transition: transform 0.3s ease;
}

.template9-deposit-tabs-dropdown {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-deposit-tabs-dropdown-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.template9-deposit-tabs-dropdown-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    transition: all 0.3s ease;
}

.template9-deposit-tabs-dropdown-btn span {
    position: relative;
    z-index: 10;
}

.template9-deposit-tabs-dropdown-btn:hover {
    color: #2DFA1A;
}

.template9-deposit-tabs-dropdown-btn:hover::before {
    background: #2DFA1A;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

/* Tab Content */
.template9-deposit-content {
    margin-top: 1rem;
}

.template9-deposit-tab-content {
    display: none;
}

.template9-deposit-tab-content.active {
    display: block;
}

/* Deposit Bank Content */
.template9-deposit-bank-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Payment Methods Container */
.template9-deposit-methods-container {
    margin-top: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.75rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .template9-deposit-methods-container {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-deposit-methods-container {
        padding: 1.5rem;
    }
}

.template9-deposit-method-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.template9-deposit-method-separator {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(37, 45, 45, 0.5);
}

.template9-deposit-method-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.template9-deposit-method-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-deposit-method-title {
        font-size: 16px;
    }
}

.template9-deposit-method-approval {
    font-size: 12px;
    color: #9D4EDD;
}

@media (min-width: 768px) {
    .template9-deposit-method-approval {
        font-size: 14px;
    }
}

.template9-deposit-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (min-width: 640px) {
    .template9-deposit-methods-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .template9-deposit-methods-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .template9-deposit-methods-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .template9-deposit-methods-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.template9-deposit-method-card {
    display: flex;
    height: 64px;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    transition: all 0.3s ease;
    padding: 0;
    border: none;
}

.template9-deposit-method-card:hover {
    border: 1px solid #DBB42C;
    background: #060D0D;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-deposit-method-logo {
    position: relative;
    height: 40px;
    width: 96px;
}

@media (min-width: 640px) {
    .template9-deposit-method-logo {
        height: 64px;
        width: 120px;
    }
}

.template9-deposit-method-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Deposit History */
.template9-deposit-history {
    margin-top: 2rem;
}

.template9-deposit-history-title {
    font-family: 'Rammetto One', sans-serif;
    margin-bottom: 1rem;
    font-size: 20px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-deposit-history-title {
        font-size: 22px;
    }
}

.template9-deposit-history-table-container {
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid rgba(219, 180, 44, 0.30);
}

.template9-deposit-history-table-wrapper {
    height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .template9-deposit-history-table-wrapper {
        height: 500px;
    }
}

.template9-deposit-history-table {
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
    font-size: 11px;
}

@media (min-width: 768px) {
    .template9-deposit-history-table {
        font-size: 14px;
    }
}

.template9-deposit-history-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.template9-deposit-history-table thead tr {
    border-bottom: 0;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
}

.template9-deposit-history-table th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-deposit-history-table th {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
}

.template9-deposit-history-table th:first-child {
    width: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-deposit-history-table th:first-child {
        width: 56px;
    }
}

.template9-deposit-history-table td {
    padding: 0.5rem 0.25rem;
    color: #FFFFFF;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

.template9-deposit-history-table td:first-child {
    width: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-deposit-history-table td {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
    
    .template9-deposit-history-table td:first-child {
        width: 56px;
    }
}

.template9-deposit-status {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.template9-deposit-status-approved {
    background: #2DFA1A;
    color: #000000;
}

.template9-deposit-status-pending {
    background: #FFA500;
    color: #000000;
}

.template9-deposit-status-rejected {
    background: #D61324;
    color: #FFFFFF;
}

/* Deposit Crypto Content */
.template9-deposit-crypto-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.template9-deposit-crypto-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.template9-deposit-crypto-select-wrapper,
.template9-deposit-crypto-amount-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-deposit-crypto-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-deposit-crypto-min-amount {
    font-size: 12px;
    color: #9D4EDD;
}

.template9-deposit-crypto-select-container {
    position: relative;
}

.template9-deposit-crypto-select {
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
}

@media (min-width: 640px) {
    .template9-deposit-crypto-select {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-deposit-crypto-select {
        height: 55px;
    }
}

.template9-deposit-crypto-select:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
}

.template9-deposit-crypto-input-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .template9-deposit-crypto-input-group {
        flex-direction: row;
        align-items: center;
    }
}

.template9-deposit-crypto-input {
    position: relative;
    display: block;
    width: 99%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
}

@media (min-width: 640px) {
    .template9-deposit-crypto-input {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-deposit-crypto-input {
        width: auto;
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .template9-deposit-crypto-input {
        height: 55px;
    }
}

.template9-deposit-crypto-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-deposit-crypto-input::placeholder {
        font-size: 14px;
    }
}

.template9-deposit-crypto-input:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-deposit-crypto-submit-btn {
    display: flex;
    height: 54px;
    min-width: 160px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0 1.25rem;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
}

.template9-deposit-crypto-submit-btn:hover {
    background: #8B3EC7;
}

.template9-deposit-crypto-submit-btn:active {
    transform: scale(0.95);
}

.template9-deposit-crypto-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.template9-deposit-crypto-info {
    margin-top: 0.5rem;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem;
}

.template9-deposit-crypto-info-text {
    color: #9D4EDD;
    margin: 0;
    font-size: 14px;
}

.template9-deposit-crypto-info-separator {
    margin: 0.5rem 0;
    border-color: rgba(156, 163, 175, 0.6);
}

.template9-deposit-crypto-info-amount {
    font-size: 16px;
    font-weight: 700;
    color: #9D4EDD;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-deposit-crypto-info-amount {
        font-size: 18px;
    }
}

/* Deposit Debit Content */
.template9-deposit-debit-content {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: transparent;
    padding: 1rem;
}

@media (min-width: 768px) {
    .template9-deposit-debit-content {
        padding: 1.25rem;
    }
}

.template9-deposit-debit-form-wrapper {
    position: relative;
}

.template9-deposit-debit-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .template9-deposit-debit-form {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.template9-deposit-debit-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-deposit-debit-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-deposit-debit-label {
        font-size: 14px;
    }
}

.template9-deposit-debit-input {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
}

@media (min-width: 640px) {
    .template9-deposit-debit-input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-deposit-debit-input {
        height: 55px;
    }
}

.template9-deposit-debit-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-deposit-debit-input::placeholder {
        font-size: 14px;
    }
}

.template9-deposit-debit-input:focus {
    outline: none;
    border-color: #D61324;
    ring: 0;
}

.template9-deposit-debit-overlay {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.template9-deposit-debit-coming-soon {
    background: linear-gradient(to right, #DBB42C, #DBB42C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .template9-deposit-debit-coming-soon {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .template9-deposit-debit-coming-soon {
        font-size: 24px;
    }
}

/* ============================================
   PaymentDetail Component Styles
   ============================================ */

.template9-payment-detail-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #FFFFFF;
}

.template9-payment-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

@media (min-width: 768px) {
    .template9-payment-detail-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Left Column: Form */
.template9-payment-detail-form-column {
    order: 2;
}

@media (min-width: 768px) {
    .template9-payment-detail-form-column {
        order: 1;
    }
}

.template9-payment-detail-form-wrapper {
    border-bottom: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1.25rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .template9-payment-detail-form-wrapper {
        position: sticky;
        top: 1rem;
    }
}

.template9-payment-detail-header {
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .template9-payment-detail-header {
        gap: 1rem;
    }
}

.template9-payment-detail-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.375rem 2rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

.template9-payment-detail-back-btn:hover {
    background: #8B3EC7;
}

.template9-payment-detail-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.template9-payment-detail-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-payment-detail-badge {
        font-size: 14px;
    }
}

.template9-payment-detail-note {
    font-size: 12px;
    color: #666666;
}

@media (min-width: 640px) {
    .template9-payment-detail-note {
        font-size: 14px;
    }
}

.template9-payment-detail-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-payment-detail-form-field {
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .template9-payment-detail-form-field {
        margin-bottom: 0.5rem;
    }
}

.template9-payment-detail-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: capitalize;
}

.template9-payment-detail-dropdown {
    position: relative;
    width: 100%;
}

.template9-payment-detail-dropdown-toggle {
    position: relative;
    display: flex;
    height: 46px;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    transition: all 0.2s ease;
}

@media (min-width: 640px) {
    .template9-payment-detail-dropdown-toggle {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-payment-detail-dropdown-toggle {
        height: 55px;
    }
}

.template9-payment-detail-dropdown-toggle:hover {
    border-color: #DBB42C;
}

.template9-payment-detail-dropdown-toggle svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.template9-payment-detail-dropdown-menu {
    position: absolute;
    z-index: 20;
    margin-top: 0.25rem;
    max-height: 224px;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.template9-payment-detail-dropdown-option {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    color: #FFFFFF;
    transition: background-color 0.15s ease;
}

@media (min-width: 768px) {
    .template9-payment-detail-dropdown-option {
        font-size: 14px;
    }
}

.template9-payment-detail-dropdown-option:hover {
    background: #9D4EDD;
}

.template9-payment-detail-input {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
}

@media (min-width: 640px) {
    .template9-payment-detail-input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-payment-detail-input {
        height: 55px;
    }
}

.template9-payment-detail-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: capitalize;
}

@media (min-width: 640px) {
    .template9-payment-detail-input::placeholder {
        font-size: 14px;
    }
}

.template9-payment-detail-input:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-payment-detail-file-upload {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.5rem;
    transition: all 0.2s ease;
}

.template9-payment-detail-file-upload:hover {
    border-color: #DBB42C;
}

.template9-payment-detail-file-btn {
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.625rem 1.25rem;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

@media (min-width: 640px) {
    .template9-payment-detail-file-btn {
        font-size: 14px;
    }
}

.template9-payment-detail-file-btn:active {
    transform: scale(0.95);
}

.template9-payment-detail-file-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    word-break: break-word;
}

@media (min-width: 640px) {
    .template9-payment-detail-file-text {
        font-size: 14px;
    }
}

.template9-payment-detail-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.template9-payment-detail-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.template9-payment-detail-checkbox-custom {
    display: grid;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 3px;
    border: 2px solid rgba(219, 180, 44, 0.30);
    transition: all 0.2s ease;
}

.template9-payment-detail-checkbox-label input[type="checkbox"]:checked + .template9-payment-detail-checkbox-custom {
    border-color: rgba(219, 180, 44, 0.30);
}

.template9-payment-detail-checkbox-label input[type="checkbox"]:checked + .template9-payment-detail-checkbox-custom::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.template9-payment-detail-checkbox-text {
    font-size: 12px;
    line-height: 1.5;
    color: #FFFFFF;
    word-break: break-word;
}

@media (min-width: 768px) {
    .template9-payment-detail-checkbox-text {
        font-size: 14px;
    }
}

.template9-payment-detail-submit-wrapper {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.template9-payment-detail-submit-btn {
    display: flex;
    height: 52px;
    width: 100%;
    max-width: 704px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #9D4EDD;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.template9-payment-detail-submit-btn:hover {
    background: #8B3EC7;
}

.template9-payment-detail-submit-btn:active {
    transform: scale(0.95);
}

.template9-payment-detail-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Right Column: Account Details */
.template9-payment-detail-account-column {
    order: 1;
    height: max-content;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 1.25rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .template9-payment-detail-account-column {
        position: sticky;
        top: 1rem;
        order: 2;
    }
}

.template9-payment-detail-account-wrapper {
    display: flex;
    flex-direction: column;
}

.template9-payment-detail-account-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template9-payment-detail-account-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-payment-detail-account-title {
        font-size: 16px;
    }
}

.template9-payment-detail-account-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-payment-detail-account-status {
        font-size: 14px;
    }
}

.template9-payment-detail-status-online {
    color: #9D4EDD;
}

.template9-payment-detail-account-fields {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.template9-payment-detail-account-field {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .template9-payment-detail-account-field {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.template9-payment-detail-account-field-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-payment-detail-account-field-label {
        margin-bottom: 0;
        width: 33.333%;
    }
}

.template9-payment-detail-account-field-value {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .template9-payment-detail-account-field-value {
        width: 66.666%;
    }
}

.template9-payment-detail-account-field-value input {
    height: 46px;
    width: 100%;
    cursor: not-allowed;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

@media (min-width: 640px) {
    .template9-payment-detail-account-field-value input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-payment-detail-account-field-value input {
        height: 55px;
    }
}

.template9-payment-detail-copy-btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.template9-payment-detail-copy-btn:hover {
    opacity: 0.8;
}

.template9-payment-detail-account-note {
    margin-top: 2rem;
    font-size: 12px;
}

.template9-payment-detail-note-label {
    font-weight: 600;
    color: #9D4EDD;
}

.template9-payment-detail-note-text {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

/* ============================================
   CryptoSelect Component Styles
   ============================================ */

.template9-crypto-select-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-crypto-select {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-crypto-select-container {
    margin-top: 1.5rem;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .template9-crypto-select-container {
        padding: 1.25rem;
    }
}

.template9-crypto-select-categories {
    margin-bottom: 1.5rem;
}

.template9-crypto-select-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    border-radius: 5px;
    background: transparent;
}

@media (min-width: 768px) {
    .template9-crypto-select-categories-wrapper {
        gap: 0.5rem;
    }
}

.template9-crypto-select-category-btn {
    flex: 1;
    border-radius: 4px;
    padding: 0.625rem 0.75rem;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-crypto-select-category-btn {
        flex: none;
        padding: 0.75rem 1.5rem;
        font-size: 14px;
    }
}

.template9-crypto-select-category-btn.active {
    background: #9D4EDD;
}

.template9-crypto-select-category-btn:not(.active) {
    background: #0A1414;
}

.template9-crypto-select-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .template9-crypto-select-header {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding-bottom: 0.75rem;
    }
}

.template9-crypto-select-label {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #FFFFFF;
}

.template9-crypto-select-search {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem 1rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
}

@media (min-width: 640px) {
    .template9-crypto-select-search {
        width: auto;
        flex: 1;
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-crypto-select-search {
        height: 55px;
    }
}

.template9-crypto-select-search::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-crypto-select-search::placeholder {
        font-size: 14px;
    }
}

.template9-crypto-select-search:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-crypto-select-scroll {
    height: 250px;
    overflow-y: auto;
}

.template9-crypto-select-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.75rem 0;
}

@media (min-width: 640px) {
    .template9-crypto-select-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (min-width: 768px) {
    .template9-crypto-select-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 1rem 0;
    }
}

@media (min-width: 1024px) {
    .template9-crypto-select-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .template9-crypto-select-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.template9-crypto-select-coin {
    display: flex;
    min-height: 80px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 5px;
    border: 2px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 1rem;
    color: #CFD8DF;
    transition: all 0.3s ease;
    cursor: pointer;
}

.template9-crypto-select-coin.active {
    border-color: #DBB42C;
}

.template9-crypto-select-coin:focus {
    border-color: #DBB42C;
    outline: none;
}

.template9-crypto-select-coin-info {
    text-align: left;
}

.template9-crypto-select-coin-name {
    font-size: 14px;
    line-height: 1.2;
    color: #CFD8DF;
}

.template9-crypto-select-coin-code {
    font-size: 12px;
    line-height: 1.2;
    color: #CFD8DF;
}

.template9-crypto-select-coin-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .template9-crypto-select-coin-icon {
        width: 40px;
        height: 40px;
    }
}

.template9-crypto-select-coin-placeholder {
    display: flex;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #D61324;
    font-size: 14px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-crypto-select-coin-placeholder {
        width: 40px;
        height: 40px;
    }
}

.template9-crypto-select-empty {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    color: #FFFFFF;
}

/* ============================================
   CryptoPaymentDetails Component Styles
   ============================================ */

.template9-crypto-payment-details {
    margin-top: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1.25rem;
}

.template9-crypto-payment-details-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.template9-crypto-payment-details-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 1rem 3rem;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-crypto-payment-details-back-btn:hover {
    background: #8B3EC7;
}

.template9-crypto-payment-details-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-crypto-payment-details-title {
        font-size: 16px;
        margin-left: 0.5rem;
    }
}

.template9-crypto-payment-details-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-crypto-payment-details-main {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 1rem;
}

@media (min-width: 768px) {
    .template9-crypto-payment-details-main {
        grid-template-columns: 2fr 1fr;
    }
}

.template9-crypto-payment-details-amount-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-crypto-payment-details-amount-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-payment-details-amount-wrapper {
    border-radius: 8px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.5rem;
}

.template9-crypto-payment-details-amount-box {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 1rem 0.5rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-crypto-payment-details-amount-value {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .template9-crypto-payment-details-amount-value {
        font-size: 25px;
    }
}

.template9-crypto-payment-amount {
    color: #DBB42C;
}

.template9-crypto-payment-currency {
    color: #DBB42C;
}

.template9-crypto-payment-details-equals {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #D61324;
    user-select: none;
}

@media (min-width: 768px) {
    .template9-crypto-payment-details-equals {
        color: #FFFFFF;
        padding: 0 0.5rem;
    }
}

.template9-crypto-payment-details-meta {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.template9-crypto-payment-details-payment-id {
    text-align: left;
    font-size: 12px;
    color: #B6AAFF;
}

.template9-crypto-payment-details-payment-id div {
    font-weight: 500;
    word-break: break-all;
    color: #FFFFFF;
}

.template9-crypto-payment-details-status {
    display: flex;
    align-items: center;
}

.template9-crypto-payment-status-badge {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background: #FFA500;
    font-size: 11px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.template9-crypto-payment-details-qr {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .template9-crypto-payment-details-qr {
        justify-content: flex-end;
    }
}

.template9-crypto-payment-details-qr-wrapper {
    border-radius: 12px;
    color: #FFFFFF;
}

.template9-crypto-payment-details-qr-border {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 2rem;
}

.template9-crypto-payment-details-qr-image {
    max-width: 180px;
    height: auto;
    display: block;
}

.template9-crypto-payment-details-qr-label {
    margin-top: 0.75rem;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #DBB42C;
}

.template9-crypto-payment-details-address-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-crypto-payment-details-address-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-payment-details-address-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .template9-crypto-payment-details-address-wrapper {
        flex-direction: row;
        align-items: stretch;
    }
}

.template9-crypto-payment-details-address-input-wrapper {
    display: flex;
    height: 46px;
    width: 100%;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0 0.75rem;
}

.template9-crypto-payment-details-address-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: monospace;
    outline: none;
    text-overflow: ellipsis;
}

@media (min-width: 640px) {
    .template9-crypto-payment-details-address-input {
        font-size: 18px;
    }
}

.template9-crypto-payment-details-copy-btn {
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.template9-crypto-payment-details-copy-btn:hover {
    opacity: 0.8;
}

.template9-crypto-payment-details-copy-full-btn {
    width: 100%;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

@media (min-width: 640px) {
    .template9-crypto-payment-details-copy-full-btn {
        width: 270px;
    }
}

.template9-crypto-payment-details-copy-full-btn:hover {
    background: #8B3EC7;
}

.template9-crypto-payment-details-copy-full-btn:active {
    transform: scale(0.95);
}

/* ============================================
   TransactionDetail Component Styles
   ============================================ */

.template9-transaction-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.template9-transaction-detail-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

.template9-transaction-detail-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 800px;
    border-radius: 9px;
    border: 0.8px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 1rem;
}

@media (min-width: 768px) {
    .template9-transaction-detail-content {
        padding: 1.5rem;
    }
}

.template9-transaction-detail-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template9-transaction-detail-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
}

.template9-transaction-detail-close {
    display: flex;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (min-width: 640px) {
    .template9-transaction-detail-close {
        height: 33px;
        width: 33px;
    }
}

.template9-transaction-detail-close:hover svg {
    transform: rotate(180deg);
}

.template9-transaction-detail-close svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

@media (min-width: 640px) {
    .template9-transaction-detail-close svg {
        width: 20px;
        height: 20px;
    }
}

.template9-transaction-detail-fields {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-transaction-detail-field-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .template9-transaction-detail-field-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.template9-transaction-detail-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-transaction-detail-field label {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-transaction-detail-field input {
    flex: 1;
    height: 46px;
    cursor: not-allowed;
    border-radius: 5px;
    border: 1px solid #323232;
    background: transparent;
    padding: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

@media (min-width: 640px) {
    .template9-transaction-detail-field input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-transaction-detail-field input {
        height: 55px;
    }
}

/* Inline Transaction Detail View (replaces table) */
.template9-transaction-detail-view {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-transaction-detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-transaction-detail-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-transaction-detail-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-transaction-detail-back-btn:hover {
    background: #9D4EDD;
    opacity: 0.9;
}

.template9-transaction-detail-content {
    border-radius: 9px;
    border: 0.8px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 1rem;
}

@media (min-width: 768px) {
    .template9-transaction-detail-content {
        padding: 1.5rem;
    }
}

.template9-transaction-detail-header {
    margin-bottom: 1rem;
}

.template9-transaction-detail-title {
    font-family: 'Rammetto One', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
}

/* ============================================
   Pagination Component Styles
   ============================================ */

.template9-pagination {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 2rem;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-pagination {
        width: auto;
    }
}

.template9-pagination::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.template9-pagination-btn {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.template9-pagination-btn:hover:not(:disabled) {
    transform: scale(1.1);
}

.template9-pagination-btn:active:not(:disabled) {
    transform: scale(0.95);
}

.template9-pagination-btn:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.template9-pagination-info {
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.template9-deposit-history-pagination {
    margin-top: 1rem;
}

.template9-deposit-history-row {
    cursor: pointer;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
}

.template9-deposit-history-row:hover {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-deposit-history-amount {
    color: #DBB42C;
    transition: all 0.2s ease;
}

.swiper-slide {
    width: auto;
    height: auto;
}

/* Ensure proper text rendering */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: inherit;
}

p {
    margin: 0;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* ============================================
   Dashboard - Withdrawal Page Styles
   ============================================ */

.template9-withdrawal-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

/* Back Button (Mobile Only) */
.template9-withdrawal-back-btn {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.template9-withdrawal-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.625rem 2rem;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

.template9-withdrawal-back-button:hover {
    background: #2DFA1A;
}

/* Withdrawal Card */
.template9-withdrawal-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .template9-withdrawal-card {
        padding: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .template9-withdrawal-card {
        padding: 1.5rem;
    }
}

/* Withdrawal Header */
.template9-withdrawal-header {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .template9-withdrawal-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.template9-withdrawal-title {
    font-family: 'Rammetto One', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-withdrawal-title {
        width: auto;
        text-align: left;
        font-size: 35px;
    }
}

/* Desktop Tabs */
.template9-withdrawal-tabs-desktop {
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    .template9-withdrawal-tabs-desktop {
        margin-top: 0;
    }
}

.template9-withdrawal-tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    text-align: left;
}

@media (min-width: 768px) {
    .template9-withdrawal-tabs-wrapper {
        gap: 1rem;
    }
}

.template9-withdrawal-tab-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #FFFFFF;
    background: transparent;
    overflow: hidden;
}

@media (min-width: 768px) {
    .template9-withdrawal-tab-btn {
        padding: 0.375rem 2.5rem;
        font-size: 16px;
    }
}

.template9-withdrawal-tab-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
    z-index: 0;
}

.template9-withdrawal-tab-btn span {
    position: relative;
    z-index: 1;
}

.template9-withdrawal-tab-btn.active::before {
    background: #9D4EDD;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-withdrawal-tab-btn:not(.active)::before {
    background: #060D0D;
}

.template9-withdrawal-tab-btn:not(.active):hover::before {
    background: #9D4EDD;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile Tabs */
.template9-withdrawal-tabs-mobile {
    margin-top: 0.75rem;
    width: 100%;
    border-radius: 6px;
    padding: 4px;
}

.template9-withdrawal-tabs-mobile-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DBB42C;
    transition: all 0.3s ease;
}

.template9-withdrawal-tabs-mobile-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-withdrawal-tabs-mobile-btn span,
.template9-withdrawal-tabs-mobile-btn svg {
    position: relative;
    z-index: 10;
}

.template9-withdrawal-tabs-arrow {
    transition: transform 0.3s ease;
}

.template9-withdrawal-tabs-dropdown {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-withdrawal-tabs-dropdown-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.template9-withdrawal-tabs-dropdown-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    transition: all 0.3s ease;
}

.template9-withdrawal-tabs-dropdown-btn span {
    position: relative;
    z-index: 10;
}

.template9-withdrawal-tabs-dropdown-btn:hover {
    color: #2DFA1A;
}

.template9-withdrawal-tabs-dropdown-btn:hover::before {
    background: #2DFA1A;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

/* Tab Content */
.template9-withdrawal-content {
    margin-top: 1rem;
}

.template9-withdrawal-tab-content {
    display: none;
}

.template9-withdrawal-tab-content.active {
    display: block;
}

/* Bank Withdrawal Content */
.template9-withdrawal-bank-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.template9-withdrawal-bank-form-section {
    margin-top: 1rem;
}

.template9-withdrawal-bank-form-container {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.75rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .template9-withdrawal-bank-form-container {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-withdrawal-bank-form-container {
        padding: 1.5rem;
    }
}

.template9-withdrawal-bank-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-withdrawal-bank-info-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-withdrawal-bank-info-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-withdrawal-bank-info-title {
        font-size: 20px;
    }
}

.template9-withdrawal-bank-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .template9-withdrawal-bank-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.template9-withdrawal-bank-info-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-withdrawal-bank-info-label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

.template9-withdrawal-bank-info-input {
    height: 46px;
    width: 100%;
    cursor: not-allowed;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-withdrawal-bank-info-input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-withdrawal-bank-info-input {
        height: 55px;
    }
}

.template9-withdrawal-bank-amount-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-withdrawal-bank-amount-label {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-withdrawal-bank-amount-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .template9-withdrawal-bank-amount-group {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }
}

.template9-withdrawal-bank-amount-input {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-withdrawal-bank-amount-input {
        height: 55px;
        flex: 1;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-withdrawal-bank-amount-input {
        width: 98%;
    }
}

.template9-withdrawal-bank-amount-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-withdrawal-bank-amount-input::placeholder {
        font-size: 14px;
    }
}

.template9-withdrawal-bank-amount-input:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-withdrawal-bank-submit-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.5rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
}

.template9-withdrawal-bank-submit-btn:hover {
    background: #8B3EC7;
}

.template9-withdrawal-bank-submit-btn:active {
    transform: scale(0.95);
}

.template9-withdrawal-bank-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Crypto Withdrawal Content */
.template9-withdrawal-crypto-form-view {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.template9-withdrawal-crypto-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.template9-withdrawal-crypto-address-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-withdrawal-crypto-address-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-withdrawal-crypto-address-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .template9-withdrawal-crypto-address-group {
        flex-direction: row;
        align-items: flex-start;
    }
}

.template9-withdrawal-crypto-address-input {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
}

@media (min-width: 640px) {
    .template9-withdrawal-crypto-address-input {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-withdrawal-crypto-address-input {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .template9-withdrawal-crypto-address-input {
        height: 55px;
    }
}

.template9-withdrawal-crypto-address-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-withdrawal-crypto-address-input::placeholder {
        font-size: 14px;
    }
}

.template9-withdrawal-crypto-address-input:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-withdrawal-crypto-verify-btn {
    margin-top: 0.5rem;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    background: #9D4EDD;
    cursor: pointer;
}

@media (min-width: 768px) {
    .template9-withdrawal-crypto-verify-btn {
        margin-top: 0;
    }
}

.template9-withdrawal-crypto-verify-btn:hover {
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-withdrawal-crypto-verify-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.template9-verify-success {
    background: #28a745 !important;
}

.template9-verify-error {
    background: #dc3545 !important;
}

.template9-withdrawal-crypto-verify-status {
    margin-top: 0.5rem;
    font-size: 12px;
}

.template9-verify-success-text {
    color: #28a745;
}

.template9-verify-error-text {
    color: #dc3545;
}

.template9-withdrawal-crypto-amount-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-withdrawal-crypto-amount-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-withdrawal-crypto-min-amount {
    font-size: 12px;
    color: #9D4EDD;
}

.template9-withdrawal-crypto-amount-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .template9-withdrawal-crypto-amount-group {
        flex-direction: row;
        align-items: center;
    }
}

.template9-withdrawal-crypto-amount-input {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
}

@media (min-width: 640px) {
    .template9-withdrawal-crypto-amount-input {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .template9-withdrawal-crypto-amount-input {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .template9-withdrawal-crypto-amount-input {
        height: 55px;
    }
}

.template9-withdrawal-crypto-amount-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-withdrawal-crypto-amount-input::placeholder {
        font-size: 14px;
    }
}

.template9-withdrawal-crypto-amount-input:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-withdrawal-crypto-submit-btn {
    display: flex;
    width: 100%;
    height: 54px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 1rem 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
}

@media (min-width: 768px) {
    .template9-withdrawal-crypto-submit-btn {
        width: auto;
    }
}

.template9-withdrawal-crypto-submit-btn:hover {
    background: #8B3EC7;
}

.template9-withdrawal-crypto-submit-btn:active {
    transform: scale(0.95);
}

.template9-withdrawal-crypto-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.template9-withdrawal-crypto-exchange-rate {
    margin-top: 0.5rem;
    border-radius: 3px;
    border: 1px solid rgba(45, 250, 26, 0.30);
    background: #060D0D;
    padding: 0.75rem;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-exchange-rate-text {
    font-size: 12px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-exchange-rate-text {
        font-size: 14px;
    }
}

.template9-exchange-rate-amount {
    font-size: 16px;
    font-weight: 700;
    color: #9D4EDD;
}

@media (min-width: 768px) {
    .template9-exchange-rate-amount {
        font-size: 18px;
    }
}

.template9-exchange-rate-details {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 12px;
    color: rgba(156, 163, 175, 0.6);
}

.template9-exchange-rate-detail {
    margin: 0;
}

.template9-exchange-rate-fee {
    margin: 0;
    color: #9D4EDD;
}

.template9-exchange-rate-separator {
    margin: 0.5rem 0;
    border-color: rgba(156, 163, 175, 0.6);
}

.template9-exchange-rate-info {
    margin-top: 0.25rem;
    font-size: 12px;
    color: rgba(156, 163, 175, 0.6);
}

/* Withdrawal History */
.template9-withdrawal-history-section {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.template9-withdrawal-history-title {
    font-family: 'Rammetto One', sans-serif;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-withdrawal-history-title {
        font-size: 25px;
    }
}

.template9-withdrawal-history-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-withdrawal-history-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-withdrawal-history-table-container {
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid rgba(219, 180, 44, 0.30);
}

.template9-withdrawal-history-table-wrapper {
    height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .template9-withdrawal-history-table-wrapper {
        height: 500px;
    }
}

.template9-withdrawal-history-table {
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
    font-size: 11px;
}

@media (min-width: 768px) {
    .template9-withdrawal-history-table {
        font-size: 14px;
    }
}

.template9-withdrawal-history-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.template9-withdrawal-history-table thead tr {
    border-bottom: 0;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
}

.template9-withdrawal-history-table th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-withdrawal-history-table th {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
}

.template9-withdrawal-history-table th:first-child {
    width: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-withdrawal-history-table th:first-child {
        width: 56px;
    }
}

.template9-withdrawal-history-table td {
    padding: 0.5rem 0.25rem;
    color: #FFFFFF;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

.template9-withdrawal-history-table td:first-child {
    width: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-withdrawal-history-table td {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
    
    .template9-withdrawal-history-table td:first-child {
        width: 56px;
    }
}

.template9-withdrawal-status {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.template9-withdrawal-status-approved {
    background: #2DFA1A;
    color: #000000;
}

.template9-withdrawal-status-pending {
    background: #FFA500;
    color: #000000;
}

.template9-withdrawal-status-rejected {
    background: #D61324;
    color: #FFFFFF;
}

.template9-withdrawal-history-row {
    cursor: pointer;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
}

.template9-withdrawal-history-row:hover {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-withdrawal-history-amount {
    color: #DBB42C;
    transition: all 0.2s ease;
}

.template9-withdrawal-history-pagination {
    margin-top: 1rem;
}

/* ============================================
   CryptoWithdrawalDetails Component Styles
   ============================================ */

.template9-crypto-withdrawal-details {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    padding: 1.25rem;
}

.template9-crypto-withdrawal-details-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.template9-crypto-withdrawal-details-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9E91E6;
    padding: 0.5rem 2rem;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-crypto-withdrawal-details-back-btn:hover {
    background: #8B7FD9;
}

.template9-crypto-withdrawal-details-title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-top-bar {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .template9-crypto-withdrawal-details-top-bar {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}

.template9-crypto-withdrawal-details-top-bar-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .template9-crypto-withdrawal-details-top-bar-content {
        justify-content: flex-start;
    }
}

.template9-crypto-withdrawal-details-withdrawal-id {
    text-align: left;
    font-size: 12px;
    color: #B6AAFF;
}

@media (min-width: 640px) {
    .template9-crypto-withdrawal-details-withdrawal-id {
        text-align: right;
    }
}

.template9-crypto-withdrawal-details-withdrawal-id div {
    font-weight: 500;
    word-break: break-all;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-status-badge {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background: #FFA500;
    font-size: 11px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.template9-crypto-withdrawal-details-amount-section {
    margin-bottom: 2rem;
}

.template9-crypto-withdrawal-details-amount-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-amount-wrapper {
    border-radius: 12px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 1.5rem 1.5rem;
}

.template9-crypto-withdrawal-details-amount-box {
    border-radius: 10px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 1rem;
}

.template9-crypto-withdrawal-amount-box-purple {
    background: #B6AAFF;
}

.template9-crypto-withdrawal-details-amount-value {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .template9-crypto-withdrawal-details-amount-value {
        font-size: 18px;
    }
}

.template9-crypto-withdrawal-amount {
    color: #DBB42C;
}

.template9-crypto-withdrawal-currency {
    color: #DBB42C;
}

.template9-crypto-withdrawal-details-equals {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #DBB42C;
    user-select: none;
}

@media (min-width: 768px) {
    .template9-crypto-withdrawal-details-equals {
        padding: 0 0.5rem;
    }
}

.template9-crypto-withdrawal-details-order-section {
    margin-bottom: 1.5rem;
}

.template9-crypto-withdrawal-details-order-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-order-wrapper {
    border-radius: 12px;
    background: #101010;
    padding: 1rem 1.25rem;
}

.template9-crypto-withdrawal-details-order-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .template9-crypto-withdrawal-details-order-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.template9-crypto-withdrawal-details-order-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.template9-crypto-withdrawal-details-order-label-text {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-order-value {
    font-family: monospace;
    font-size: 14px;
    color: #FFFFFF;
}

.template9-verification-yes {
    color: #FF8C24 !important;
    font-weight: 700;
}

.template9-verification-no {
    color: #28a745 !important;
    font-weight: 700;
}

.template9-crypto-withdrawal-details-address-section {
    margin-bottom: 1.5rem;
}

.template9-crypto-withdrawal-details-address-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-address-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .template9-crypto-withdrawal-details-address-wrapper {
        flex-direction: row;
        align-items: stretch;
    }
}

.template9-crypto-withdrawal-details-address-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 12px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #000000;
    padding: 0.75rem;
}

.template9-crypto-withdrawal-details-address-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-family: monospace;
    outline: none;
    text-overflow: ellipsis;
}

@media (min-width: 640px) {
    .template9-crypto-withdrawal-details-address-input {
        font-size: 18px;
    }
}

.template9-crypto-withdrawal-details-copy-btn {
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.template9-crypto-withdrawal-details-copy-btn:hover {
    opacity: 0.8;
}

.template9-crypto-withdrawal-details-copy-full-btn {
    width: 100%;
    border-radius: 4px;
    background: #9E91E6;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

@media (min-width: 640px) {
    .template9-crypto-withdrawal-details-copy-full-btn {
        width: 270px;
    }
}

.template9-crypto-withdrawal-details-copy-full-btn:hover {
    background: #8B7FD9;
}

.template9-crypto-withdrawal-details-copy-full-btn:active {
    transform: scale(0.95);
}

.template9-crypto-withdrawal-details-copy-full-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.template9-crypto-withdrawal-details-instructions-section {
    margin-top: 1.5rem;
}

.template9-crypto-withdrawal-details-instructions-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-crypto-withdrawal-details-instructions-wrapper {
    border-radius: 12px;
    background: #101010;
    padding: 1rem 1.25rem;
}

.template9-crypto-withdrawal-details-instructions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 14px;
}

@media (min-width: 768px) {
    .template9-crypto-withdrawal-details-instructions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.template9-crypto-withdrawal-details-instructions-list {
    list-style: disc;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #FFFFFF;
}

.template9-instruction-warning {
    color: #FF8C24;
}

.template9-instruction-success {
    color: #28a745;
}

.template9-instruction-error {
    color: #dc3545;
}

/* ============================================
   Dashboard - Coupons Page Styles
   ============================================ */

.template9-coupons-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
    font-family: 'Orbitron', sans-serif;
}

/* Back Button (Mobile Only) */
.template9-coupons-back-btn {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.template9-coupons-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.625rem 2rem;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

.template9-coupons-back-button:hover {
    background: #2DFA1A;
}

/* Coupons Card */
.template9-coupons-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-coupons-card {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-card {
        padding: 1.5rem;
    }
}

/* Coupons Header */
.template9-coupons-header {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .template9-coupons-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.template9-coupons-title {
    font-family: 'Rammetto One', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-coupons-title {
        width: auto;
        text-align: left;
        font-size: 35px;
    }
}

/* Desktop Tabs */
.template9-coupons-tabs-desktop {
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    .template9-coupons-tabs-desktop {
        margin-top: 0;
    }
}

.template9-coupons-tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    text-align: left;
}

@media (min-width: 768px) {
    .template9-coupons-tabs-wrapper {
        gap: 1rem;
    }
}

.template9-coupons-tab-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #FFFFFF;
    background: transparent;
    overflow: hidden;
}

@media (min-width: 768px) {
    .template9-coupons-tab-btn {
        padding: 0.375rem 2.5rem;
        font-size: 16px;
    }
}

.template9-coupons-tab-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
    z-index: 0;
}

.template9-coupons-tab-btn span {
    position: relative;
    z-index: 1;
}

.template9-coupons-tab-btn.active::before {
    background: #9D4EDD;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-coupons-tab-btn:not(.active)::before {
    background: #060D0D;
}

.template9-coupons-tab-btn:not(.active):hover::before {
    background: #9D4EDD;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile Tabs */
.template9-coupons-tabs-mobile {
    margin-top: 0.75rem;
    width: 100%;
    border-radius: 6px;
    padding: 4px;
}

.template9-coupons-tabs-mobile-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DBB42C;
    transition: all 0.3s ease;
}

.template9-coupons-tabs-mobile-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-coupons-tabs-mobile-btn span,
.template9-coupons-tabs-mobile-btn svg {
    position: relative;
    z-index: 10;
}

.template9-coupons-tabs-arrow {
    transition: transform 0.3s ease;
}

.template9-coupons-tabs-dropdown {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-coupons-tabs-dropdown-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.625rem 1.5rem;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.template9-coupons-tabs-dropdown-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    transition: all 0.3s ease;
}

.template9-coupons-tabs-dropdown-btn span {
    position: relative;
    z-index: 10;
}

.template9-coupons-tabs-dropdown-btn:hover {
    color: #2DFA1A;
}

.template9-coupons-tabs-dropdown-btn:hover::before {
    background: #2DFA1A;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

/* Tab Content */
.template9-coupons-content {
    margin-top: 1rem;
}

.template9-coupons-tab-content {
    display: none;
}

.template9-coupons-tab-content.active {
    display: block;
}

/* Convert Tab */
.template9-coupons-convert-container {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-coupons-convert-container {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-convert-container {
        padding: 1.5rem;
    }
}

.template9-coupons-convert-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .template9-coupons-convert-wrapper {
        gap: 2rem;
    }
}

.template9-coupons-convert-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.template9-coupons-convert-title {
    font-size: 15px;
    font-weight: 800;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-coupons-convert-title {
        font-size: 20px;
    }
}

.template9-coupons-convert-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-coupons-convert-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .template9-coupons-convert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.template9-coupons-convert-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-coupons-convert-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-coupons-convert-dropdown {
    position: relative;
    width: 100%;
}

.template9-coupons-convert-dropdown-toggle {
    position: relative;
    display: flex;
    height: 46px;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

@media (min-width: 640px) {
    .template9-coupons-convert-dropdown-toggle {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-convert-dropdown-toggle {
        height: 55px;
    }
}

.template9-coupons-convert-dropdown-toggle:focus {
    border-color: #DBB42C;
    background: #1D0032;
    ring: 1px;
    ring-color: rgba(45, 250, 26, 0.30);
    outline: none;
}

.template9-coupons-convert-dropdown-toggle svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.template9-coupons-convert-dropdown-menu {
    position: absolute;
    z-index: 99999;
    margin-top: 0.25rem;
    max-height: 150px;
    width: 100%;
    overflow-y: auto;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #000000;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.template9-coupons-convert-dropdown-option {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    color: #FFFFFF;
    transition: background-color 0.15s ease;
}

@media (min-width: 768px) {
    .template9-coupons-convert-dropdown-option {
        font-size: 14px;
    }
}

.template9-coupons-convert-dropdown-option:hover {
    background: #9D4EDD;
}

.template9-coupons-convert-available {
    display: flex;
    height: 46px;
    width: 100%;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-coupons-convert-available {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-convert-available {
        height: 55px;
    }
}

.template9-coupons-convert-available-text {
    color: #B3A6FF;
}

.template9-coupons-convert-available-value {
    font-weight: 600;
    color: #FFFFFF;
}

.template9-coupons-convert-amount-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-coupons-convert-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-coupons-convert-amount-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-coupons-convert-amount-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-coupons-convert-amount-input {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    appearance: none;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-coupons-convert-amount-input {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-convert-amount-input {
        height: 55px;
    }
}

.template9-coupons-convert-amount-input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-coupons-convert-amount-input::placeholder {
        font-size: 14px;
    }
}

.template9-coupons-convert-amount-input:focus {
    outline: none;
    border-color: #DBB42C;
    background: #1D0032;
    ring: 0;
}

.template9-coupons-convert-submit-wrapper {
    display: flex;
    justify-content: flex-end;
}

.template9-coupons-convert-submit-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
}

.template9-coupons-convert-submit-btn:hover {
    background: #8B3EC7;
}

.template9-coupons-convert-submit-btn:active {
    transform: scale(0.95);
}

.template9-coupons-convert-submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Points Tab */
.template9-coupons-points-container {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-coupons-points-container {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-points-container {
        padding: 1.5rem;
    }
}

.template9-coupons-points-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .template9-coupons-points-wrapper {
        gap: 2rem;
    }
}

.template9-coupons-points-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.template9-coupons-points-title {
    font-size: 15px;
    font-weight: 800;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-coupons-points-title {
        font-size: 20px;
    }
}

.template9-coupons-points-history {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Coupons Tab */
.template9-coupons-coupons-container {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-coupons-coupons-container {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-coupons-coupons-container {
        padding: 1.5rem;
    }
}

.template9-coupons-coupons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .template9-coupons-coupons-wrapper {
        gap: 2rem;
    }
}

.template9-coupons-coupons-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.template9-coupons-coupons-title {
    font-size: 15px;
    font-weight: 800;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-coupons-coupons-title {
        font-size: 20px;
    }
}

.template9-coupons-coupons-history {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Points/Coupons Table Styles */
.template9-coupons-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-coupons-table-scroll-container {
    display: flex;
    height: 400px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .template9-coupons-table-scroll-container {
        height: 500px;
    }
}

@media (min-width: 768px) {
    .template9-coupons-table-scroll-container {
        overflow-x: visible;
    }
}

.template9-coupons-table-header-wrapper {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    border: 1px solid rgba(219, 180, 44, 0.30);
    border-bottom: 0;
}

.template9-coupons-table-body-scroll {
    flex: 1;
    overflow-y: auto;
}

.template9-coupons-table-body-wrapper {
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    border-top: 0;
}

.template9-coupons-table {
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
    font-size: 11px;
}

@media (min-width: 768px) {
    .template9-coupons-table {
        font-size: 14px;
    }
}

.template9-coupons-table thead tr {
    border-bottom: 0;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
}

.template9-coupons-table th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-coupons-table th {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
}

.template9-coupons-table-th-sr {
    width: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-coupons-table-th-sr {
        width: 56px;
    }
}

.template9-coupons-table td {
    padding: 0.5rem 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.template9-coupons-table-td-sr {
    width: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .template9-coupons-table td {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
    
    .template9-coupons-table-td-sr {
        width: 56px;
    }
}

.template9-coupons-table-row {
    cursor: pointer;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
}

.template9-coupons-table-row:last-child {
    border-bottom: 0;
}

.template9-coupons-table-row:hover {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-coupons-table-points {
    font-size: 12px;
    font-weight: normal;
    color: #DBB42C;
    transition: all 0.2s ease;
}

.template9-coupons-table-points:hover {
    color: rgba(255, 255, 255, 0.6);
}

.template9-coupons-table-coupon-points {
    color: #DBB42C;
    transition: all 0.2s ease;
}

.template9-coupons-table-coupon-points:hover {
    color: rgba(200, 200, 200, 0.8);
}

.template9-coupons-table-details {
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template9-coupons-pagination {
    margin-top: 1rem;
}

/* ============================================
   Customer Inquiry Page Styles
   ============================================ */

.template9-customer-inquiry-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-customer-inquiry-container {
        padding: 2rem 1rem;
    }
}

.template9-customer-inquiry-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 640px) {
    .template9-customer-inquiry-back-btn {
        display: none;
    }
}

.template9-customer-inquiry-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-customer-inquiry-back-button:hover {
    background: #9D4EDD;
}

.template9-customer-inquiry-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-card {
        padding: 1.5rem;
    }
}

.template9-customer-inquiry-header {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .template9-customer-inquiry-header {
        justify-content: space-between;
    }
}

.template9-customer-inquiry-title {
    font-family: 'Rammetto One', cursive;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-customer-inquiry-title {
        text-align: left;
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    .template9-customer-inquiry-title {
        font-size: 35px;
    }
}

/* Form View */
.template9-customer-inquiry-form-view {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-form-view {
        gap: 1.5rem;
    }
}

.template9-customer-inquiry-form-section {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-form-section {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-customer-inquiry-form-section {
        padding: 1.5rem;
    }
}

.template9-customer-inquiry-form-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-customer-inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-customer-inquiry-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-customer-inquiry-form-label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
}

.template9-customer-inquiry-form-input,
.template9-customer-inquiry-form-textarea {
    position: relative;
    display: block;
    width: 100%;
    appearance: none;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 12px;
    box-shadow: none;
    transition: all 0.2s ease;
}

.template9-customer-inquiry-form-input::placeholder,
.template9-customer-inquiry-form-textarea::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 640px) {
    .template9-customer-inquiry-form-input::placeholder,
    .template9-customer-inquiry-form-textarea::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 640px) {
    .template9-customer-inquiry-form-input {
        font-size: 14px;
    }
}

.template9-customer-inquiry-form-input:focus,
.template9-customer-inquiry-form-textarea:focus {
    border-color: rgba(219, 180, 44, 0.30);
    background: #1D0032;
    outline: none;
    box-shadow: none;
    ring: 0;
}

.template9-customer-inquiry-form-input {
    height: 46px;
}

@media (min-width: 1024px) {
    .template9-customer-inquiry-form-input {
        height: 55px;
    }
}

.template9-customer-inquiry-form-textarea {
    min-height: 46px;
    resize: none;
}

@media (min-width: 1024px) {
    .template9-customer-inquiry-form-textarea {
        min-height: 55px;
    }
}

.template9-customer-inquiry-form-submit-wrapper {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-form-submit-wrapper {
        justify-content: flex-end;
    }
}

.template9-customer-inquiry-form-submit-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.875rem 2.25rem;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.2s ease;
    border: none;
    width: 100%;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-form-submit-btn {
        width: auto;
    }
}

.template9-customer-inquiry-form-submit-btn:active {
    transform: scale(0.95);
}

.template9-customer-inquiry-form-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Inquiry List Section */
.template9-customer-inquiry-list-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-customer-inquiry-table-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-customer-inquiry-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
}

.template9-customer-inquiry-table-scroll-container {
    height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-table-scroll-container {
        height: 500px;
    }
}

.template9-customer-inquiry-table {
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
    font-size: 11px;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-table {
        font-size: 14px;
    }
}

.template9-customer-inquiry-table thead tr {
    border-bottom: 0;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
}

.template9-customer-inquiry-table th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-table th {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
}

.template9-customer-inquiry-table-th-sr {
    width: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-table-th-sr {
        width: 56px;
    }
}

.template9-customer-inquiry-table td {
    padding: 0.5rem 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.template9-customer-inquiry-table-td-sr {
    width: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .template9-customer-inquiry-table td {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
    
    .template9-customer-inquiry-table-td-sr {
        width: 56px;
    }
}

.template9-customer-inquiry-table-row {
    cursor: pointer;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s ease;
}

.template9-customer-inquiry-table-row:hover {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-customer-inquiry-table-title {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease;
}

.template9-customer-inquiry-status {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}

.template9-customer-inquiry-status-pending {
    background: rgba(255, 193, 7, 0.2);
    color: #FFC107;
}

.template9-customer-inquiry-status-approved,
.template9-customer-inquiry-status-answered {
    background: rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.template9-customer-inquiry-status-rejected {
    background: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Global Details Button Style - Used across all tables */
.template9-customer-inquiry-details-btn,
.template9-deposit-details-btn,
.template9-withdrawal-details-btn {
    border-radius: 6px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.25rem 0.75rem;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    transition: all 0.2s ease;
    cursor: pointer;
}

.template9-customer-inquiry-details-btn:hover,
.template9-deposit-details-btn:hover,
.template9-withdrawal-details-btn:hover {
    background: #9D4EDD;
    color: #FFFFFF;
}

/* Global Delete Button Style - Used across all tables */
.template9-customer-inquiry-delete-btn {
    cursor: pointer;
    color: #dc3545;
    background: none;
    border: none;
    font-size: 12px;
    transition: color 0.2s ease;
}

.template9-customer-inquiry-delete-btn:hover {
    color: #c82333;
}

.template9-customer-inquiry-delete-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.template9-customer-inquiry-table-empty {
    text-align: center;
    color: #FFFFFF;
    padding: 2rem;
}

/* Pagination */
.template9-customer-inquiry-pagination {
    margin-top: 1rem;
}

/* Inquiry Details View */
.template9-customer-inquiry-details-view {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-customer-inquiry-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-customer-inquiry-details-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-customer-inquiry-details-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-customer-inquiry-details-back-btn:hover {
    background: #9D4EDD;
}

.template9-customer-inquiry-details-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-customer-inquiry-details-section {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1rem;
}

.template9-customer-inquiry-details-section-title {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
}

.template9-customer-inquiry-details-section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-details-section-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.template9-customer-inquiry-details-section-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-customer-inquiry-details-section-right {
    display: flex;
    flex-direction: column;
}

.template9-customer-inquiry-details-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-customer-inquiry-details-field-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-customer-inquiry-details-field-input {
    height: 46px;
    width: 100%;
    cursor: not-allowed;
    border-radius: 5px;
    border: 1px solid rgba(139, 139, 139, 0.2);
    background: transparent;
    padding: 0.75rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.template9-customer-inquiry-details-field-textarea {
    min-height: 136px;
    width: 100%;
    cursor: not-allowed;
    border-radius: 5px;
    border: 1px solid rgba(139, 139, 139, 0.2);
    background: transparent;
    padding: 0.75rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.template9-customer-inquiry-details-field-textarea-large {
    min-height: 225px;
}

.template9-customer-inquiry-details-field-textarea-content {
    font-size: 12px;
    word-break: break-word;
}

@media (min-width: 768px) {
    .template9-customer-inquiry-details-field-textarea-content {
        font-size: 14px;
    }
}

/* ============================================
   Announcements Page Styles
   ============================================ */

.template9-announcements-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-announcements-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 640px) {
    .template9-announcements-back-btn {
        display: none;
    }
}

.template9-announcements-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-announcements-back-button:hover {
    background: #9D4EDD;
}

.template9-announcements-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .template9-announcements-card {
        padding: 1.5rem;
    }
}

.template9-announcements-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template9-announcements-title {
    font-family: 'Rammetto One', cursive;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-announcements-title {
        font-size: 30px;
    }
}

.template9-announcements-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.template9-announcements-empty {
    padding: 3rem 0;
    text-align: center;
    color: #9E91E6;
}

.template9-announcements-item {
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.2s ease;
}

.template9-announcements-item-open {
    background: #12001F;
    border-color: rgba(219, 180, 44, 0.30);
}

.template9-announcements-item-button {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
    transition: all 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.template9-announcements-item-button:focus {
    outline: none;
    box-shadow: none;
}

.template9-announcements-item-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.template9-announcements-item-title {
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
}

.template9-announcements-item-icon {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(219, 180, 44, 0.30);
    color: #FFFFFF;
}

.template9-announcements-item-icon-text {
    font-size: 16px;
    line-height: 1;
}

.template9-announcements-item-divider {
    margin: 0 auto 0.25rem;
    height: 1px;
    width: 97%;
    background: #DBB42C;
}

.template9-announcements-item-content {
    padding: 0.75rem 1rem;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(184, 184, 184, 1);
}

.template9-announcements-item-content-inner {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    word-break: break-word;
}

.template9-announcements-item-content-inner p {
    margin-bottom: 0.5rem;
}

.template9-announcements-item-content-inner p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Privacy Policy Page Styles
   ============================================ */

.template9-privacy-policy-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-privacy-policy-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 640px) {
    .template9-privacy-policy-back-btn {
        display: none;
    }
}

.template9-privacy-policy-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-privacy-policy-back-button:hover {
    background: #9D4EDD;
}

.template9-privacy-policy-card {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .template9-privacy-policy-card {
        padding: 3rem;
    }
}

.template9-privacy-policy-header {
    margin-bottom: 2rem;
}

.template9-privacy-policy-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-privacy-policy-title {
        font-size: 30px;
    }
}

.template9-privacy-policy-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-privacy-policy-text {
    font-size: 10px;
    color: #CCCCCC;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-privacy-policy-text {
        font-size: 16px;
    }
}

.template9-privacy-policy-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .template9-privacy-policy-section-title {
        font-size: 18px;
    }
}

.template9-privacy-policy-principles {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-privacy-policy-principle {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-privacy-policy-principle-title {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .template9-privacy-policy-principle-title {
        font-size: 16px;
    }
}

.template9-privacy-policy-subsection-title {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .template9-privacy-policy-subsection-title {
        font-size: 16px;
    }
}

.template9-privacy-policy-list {
    margin: 0;
    padding-left: 1rem;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-privacy-policy-list li {
    font-size: 10px;
    color: #CCCCCC;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .template9-privacy-policy-list li {
        font-size: 16px;
    }
}

/* ============================================
   FAQs Page Styles
   ============================================ */

.template9-faqs-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-faqs-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 640px) {
    .template9-faqs-back-btn {
        display: none;
    }
}

.template9-faqs-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #9D4EDD;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.template9-faqs-back-button:hover {
    background: #9D4EDD;
}

.template9-faqs-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .template9-faqs-card {
        padding: 1.5rem;
    }
}

.template9-faqs-header {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .template9-faqs-header {
        justify-content: space-between;
    }
}

.template9-faqs-title {
    font-family: 'Rammetto One', cursive;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-faqs-title {
        text-align: left;
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    .template9-faqs-title {
        font-size: 35px;
    }
}

.template9-faqs-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.template9-faqs-empty {
    padding: 2rem 0;
    text-align: center;
    color: #9E91E6;
}

.template9-faqs-item {
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.2s ease;
}

.template9-faqs-item-open {
    background: #12001F;
    border-color: rgba(219, 180, 44, 0.30);
}

.template9-faqs-item-button {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
    transition: all 0.2s ease;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.template9-faqs-item-button:focus {
    outline: none;
    box-shadow: none;
}

.template9-faqs-item-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.template9-faqs-item-title {
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
}

.template9-faqs-item-icon {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(219, 180, 44, 0.30);
    color: #FFFFFF;
}

.template9-faqs-item-icon-text {
    font-size: 16px;
    line-height: 1;
}

.template9-faqs-item-divider {
    margin: 0 auto 0.25rem;
    height: 1px;
    width: 90%;
    background: #DBB42C;
}

@media (min-width: 768px) {
    .template9-faqs-item-divider {
        width: 97%;
    }
}

.template9-faqs-item-content {
    padding: 0.75rem 1rem;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(184, 184, 184, 1);
}

.template9-faqs-item-content-inner {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    word-break: break-word;
}

.template9-faqs-item-content-inner p {
    margin-bottom: 0.5rem;
}

.template9-faqs-item-content-inner p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Login & Register Modals Styles
   ============================================ */

.template9-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
}

/* Login Modal */
.template9-login-modal {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: 450px;
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-out;
    overflow: visible;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    color: #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.template9-login-modal.template9-modal-visible {
    transform: scale(1);
    opacity: 1;
}

.template9-login-modal-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    border-radius: 5px;
    padding: 1.25rem;
}

@media (min-width: 1024px) {
    .template9-login-modal-content {
        padding: 2rem;
    }
}

.template9-login-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.template9-login-modal-title {
    font-family: 'Rammetto One', cursive;
    text-align: left;
    font-size: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-login-modal-title {
        font-size: 35px;
    }
}

.template9-modal-close-btn {
    display: flex;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    color: #000000;
    transition: all 0.3s ease;
    padding: 0;
}

@media (min-width: 640px) {
    .template9-modal-close-btn {
        height: 36px;
        width: 36px;
    }
}

.template9-modal-close-btn:hover {
    transform: rotate(180deg);
}

.template9-modal-close-btn svg {
    transition: all 0.3s ease;
}

@media (min-width: 640px) {
    .template9-modal-close-btn svg {
        width: 24px;
        height: 24px;
    }
}

.template9-login-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 8px;
}

.template9-login-form-field {
    position: relative;
}

.template9-login-input {
    display: block;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0 1rem;
    color: #FFFFFF;
    font-size: 14px;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.template9-login-input::placeholder {
    color: rgba(255, 255, 255, 0.67);
    opacity: 1;
}

.template9-login-input:focus {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    outline: none;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    ring: 0;
}

.template9-form-error {
    margin-top: 0.25rem;
    font-size: 12px;
    color: #dc3545;
}

.template9-login-form-actions {
    margin-top: 0;
}

.template9-login-form-actions:first-of-type {
    margin-top: 1.5rem;
}

.template9-login-submit-btn {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.75rem 1rem;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    transition: all 0.2s ease;
    border: none;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.template9-login-submit-btn .text-container {
    position: relative;
    z-index: 1;
}

.template9-login-submit-btn .text {
    display: inline-block;
}

.template9-login-submit-btn:active {
    transform: scale(0.95);
}

.template9-login-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.template9-login-register-btn {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    padding: 0.75rem 1rem;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.template9-login-register-btn .text-container {
    position: relative;
    z-index: 1;
}

.template9-login-register-btn .text {
    display: inline-block;
}

.template9-login-register-btn:active {
    transform: scale(0.95);
}

/* Register Modal */
.template9-register-modal {
    position: relative;
    width: 100%;
    max-width: 900px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease-out;
    overflow: visible;
    border-radius: 4px;
    background: #1D0032;
    color: #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.template9-register-modal.template9-modal-visible {
    transform: translateY(0);
    opacity: 1;
}

.template9-register-modal-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    padding: 1.5rem;
}

@media (min-width: 1024px) {
    .template9-register-modal-content {
        padding: 2rem;
    }
}

.template9-register-modal-header {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template9-register-modal-title {
    font-family: 'Rammetto One', cursive;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-register-modal-title {
        font-size: 20px;
    }
}

.template9-register-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-register-form > * {
    margin-bottom: 0;
}

.template9-register-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .template9-register-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.template9-register-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-register-label {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.template9-register-input,
.template9-register-select {
    width: 100%;
    height: auto;
    min-height: 46px;
    border-radius: 6px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.75rem;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.2s ease;
}

@media (min-width: 1024px) {
    .template9-register-input,
    .template9-register-select {
        min-height: 55px;
    }
}

.template9-register-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.template9-register-input:focus,
.template9-register-select:focus {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    outline: none;
    box-shadow: none;
    ring: 0;
}

.template9-register-input[readonly] {
    cursor: pointer;
    background: #12001F;
}

.template9-register-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23DBB42C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.5rem;
}

.template9-register-select option {
    background: #12001F;
    color: #FFFFFF;
}

.template9-register-form-actions {
    margin-top: 1.25rem;
}

.template9-register-submit-btn {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #9D4EDD;
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.2s ease;
    border: none;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.template9-register-submit-btn .text-container {
    position: relative;
    z-index: 1;
}

.template9-register-submit-btn .text {
    display: inline-block;
}

.template9-register-submit-btn:active {
    transform: scale(0.95);
}

.template9-register-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Flatpickr Customization */
.flatpickr-calendar {
    background: #12001F !important;
    border: 1px solid rgba(219, 180, 44, 0.30) !important;
    color: #FFFFFF !important;
}

.flatpickr-months {
    background: #1D0032 !important;
    border-bottom: 1px solid rgba(219, 180, 44, 0.30) !important;
}

.flatpickr-month {
    color: #FFFFFF !important;
}

.flatpickr-weekdays {
    background: #1D0032 !important;
}

.flatpickr-weekday {
    color: #FFFFFF !important;
}

.flatpickr-day {
    color: #FFFFFF !important;
}

.flatpickr-day:hover {
    background: rgba(157, 78, 221, 0.3) !important;
    border-color: rgba(157, 78, 221, 0.3) !important;
}

.flatpickr-day.selected {
    background: #9D4EDD !important;
    border-color: #9D4EDD !important;
}

.flatpickr-day.today {
    border-color: #DBB42C !important;
}

.flatpickr-day.today:hover {
    background: rgba(219, 180, 44, 0.3) !important;
    border-color: #DBB42C !important;
}

/* ============================================
   Mobile Sidebar Styles
   ============================================ */
.template9-mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.template9-mobile-sidebar.template9-mobile-sidebar-open {
    transform: translateX(0);
}

.template9-mobile-sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.template9-mobile-sidebar-drawer {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100%;
    background: #1D0032;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
}

.template9-mobile-sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 48px;
}

.template9-mobile-sidebar-header {
    margin: 1rem;
    padding: 1rem;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template9-mobile-sidebar-logo {
    height: auto;
    width: auto;
    max-height: 40px;
}

.template9-mobile-sidebar-close-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D0032;
    border: 0.773px solid rgba(219, 180, 44, 0.30);
    border-radius: 3px;
    cursor: pointer;
    transition: transform 0.3s;
}

.template9-mobile-sidebar-close-btn:hover {
    transform: rotate(90deg);
}

.template9-mobile-sidebar-close-btn svg {
    width: 24px;
    height: 24px;
}

.template9-mobile-sidebar-auth {
    padding: 0;
    margin-bottom: 0;
}

.template9-mobile-sidebar-auth .d-flex {
    padding: 0.75rem;
}

.template9-mobile-sidebar-auth .btn {
    height: 50px;
    flex: 1;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 1rem;
    border: 1px solid;
}

.template9-mobile-sidebar-auth .template9-mobile-login-btn {
    border-color: #9D4EDD;
    background: #9D4EDD;
    color: #FFFFFF;
}

.template9-mobile-sidebar-auth .template9-mobile-register-btn {
    border-color: rgba(219, 180, 44, 0.30);
    background: #12001F;
    color: #FFFFFF;
}

.template9-mobile-sidebar-nav {
    margin-top: 0.5rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-mobile-sidebar-download {
    margin: 1rem;
    margin-top: auto;
}

.template9-mobile-sidebar-social {
    padding: 0 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.template9-mobile-sidebar-social .template9-social-button {
    margin: 0;
}

/* Hide mobile sidebar on desktop */
@media (min-width: 1024px) {
    .template9-mobile-sidebar {
        display: none !important;
    }
}

/* ============================================
   User Menu Styles (Desktop)
   ============================================ */
.template9-desktop-user-menu {
    position: relative;
}

.template9-user-menu-container {
    position: relative;
    border-radius: 3px;
    background: #12001F;
    padding: 0.5rem;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    min-width: 180px;
}

.template9-user-menu-button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 100%;
}

.template9-user-avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #1D0032;
    flex-shrink: 0;
}

.template9-user-initial {
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.template9-user-name {
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.5;
}

.template9-user-view-profile {
    font-size: 0.75rem;
    font-weight: 500;
    color: #DBB42C;
    text-decoration: underline;
    line-height: 1.5;
}

.template9-user-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 1000;
    min-width: 100%;
    background: #1D0032;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.template9-user-dropdown-inner {
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 3px;
}

.template9-user-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #12001F;
    color: #636363;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.5;
}

.template9-user-menu-item:last-child {
    margin-bottom: 0;
}

.template9-user-menu-item:hover {
    border-color: rgba(219, 180, 44, 0.30);
    background: rgba(51, 19, 105, 0.41);
    box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.25) inset;
}

.template9-user-menu-item:hover span {
    color: #FFFFFF;
}

.template9-user-menu-item:hover svg {
    color: #DBB42C;
}

.template9-user-menu-item > span {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #636363;
    transition: color 0.2s;
    font-size: 0.75rem;
}

.template9-user-menu-item svg:first-child {
    width: 16px;
    height: 16px;
    color: #636363;
    transition: color 0.2s;
}

.template9-user-menu-item svg:last-child {
    width: 6px;
    height: 13px;
    color: #636363;
    transition: color 0.2s;
}

.template9-user-menu-logout {
    border: none;
    background: transparent;
}

/* ============================================
   Mobile User Info Styles
   ============================================ */
.template9-mobile-user-info {
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.template9-mobile-user-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: 0.5px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0 0.75rem;
}

.template9-mobile-user-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #1D0032;
    flex-shrink: 0;
}

.template9-mobile-user-initial {
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-mobile-user-details {
    flex: 1;
    min-width: 0;
}

.template9-mobile-user-name {
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template9-mobile-logout-btn {
    padding: 1rem;
    margin-top: 0.5rem;
}

/* ============================================
   Mobile Wallet Styles
   ============================================ */
.template9-mobile-wallet {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}

.template9-mobile-wallet-button {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 0.25rem;
}

.template9-mobile-wallet-button-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
}

.template9-mobile-wallet-withdrawal-btn,
.template9-mobile-wallet-deposit-btn {
    height: 100%;
    width: 48px;
    border-radius: 5px;
    background: #1D0032;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.template9-mobile-wallet-withdrawal-btn:hover,
.template9-mobile-wallet-deposit-btn:hover {
    background: rgba(29, 0, 50, 0.9);
}

.template9-mobile-wallet-withdrawal-btn svg,
.template9-mobile-wallet-deposit-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.template9-mobile-wallet-balance {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    height: 100%;
    min-width: 0;
}

.template9-mobile-wallet-balance-text {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    font-family: 'Urbanist', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template9-mobile-logout-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 2.314px;
    background: rgba(51, 19, 105, 0.41);
    border: 0.771px solid rgba(219, 180, 44, 0.30);
    box-shadow: 3.085px 3.857px 12.342px 0 rgba(0, 0, 0, 0.25) inset;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.template9-mobile-logout-button:hover {
    background: rgba(51, 19, 105, 0.60);
}

.template9-mobile-logout-button svg {
    width: 16px;
    height: 8px;
    transition: transform 0.3s;
}

.template9-mobile-logout-button:hover svg {
    transform: translateX(2px);
}

/* ============================================
   Profile Page Styles
   ============================================ */
.template9-profile-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-profile-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-profile-back-button {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.template9-profile-back-button:hover {
    background: #9D4EDD;
    opacity: 0.9;
}

.template9-profile-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-profile-card {
        padding: 1.5rem;
    }
}

.template9-profile-header {
    margin-bottom: 1.5rem;
}

.template9-profile-title {
    font-family: 'Rammetto One', cursive;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-align: center;
}

@media (min-width: 640px) {
    .template9-profile-title {
        font-size: 2.1875rem;
        text-align: left;
    }
}

.template9-profile-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-profile-details-section {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 1rem;
}

@media (min-width: 768px) {
    .template9-profile-details-section {
        padding: 2rem 2.5rem;
    }
}

.template9-profile-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .template9-profile-details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .template9-profile-details-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.template9-profile-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-profile-label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #FFFFFF;
}

.template9-profile-input {
    height: 46px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #252D2D;
    background: transparent;
    padding: 0.75rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-profile-input {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .template9-profile-input {
        height: 55px;
    }
}

.template9-profile-input:disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.5);
}

.template9-profile-password-section {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: transparent;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-profile-password-section {
        padding: 1.5rem;
    }
}

.template9-profile-password-title {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .template9-profile-password-title {
        font-size: 1.1875rem;
    }
}

.template9-profile-password-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .template9-profile-password-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .template9-profile-password-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.template9-profile-password-submit {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.template9-profile-password-submit-btn {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 1rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s;
}

.template9-profile-password-submit-btn:hover {
    background: #9D4EDD;
    opacity: 0.9;
}

.template9-profile-password-submit-btn:active {
    transform: scale(0.95);
}

/* ============================================
   Referrals Page Styles
   ============================================ */
.template9-referrals-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-referrals-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-referrals-back-button {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.template9-referrals-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-referrals-card {
        padding: 1.5rem;
    }
}

.template9-referrals-header {
    margin-bottom: 1.5rem;
}

.template9-referrals-title {
    font-family: 'Rammetto One', cursive;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-align: center;
}

@media (min-width: 640px) {
    .template9-referrals-title {
        font-size: 2.1875rem;
        text-align: left;
    }
}

.template9-referrals-top-section {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .template9-referrals-top-section {
        padding: 1rem 1.5rem;
    }
}

.template9-referrals-top-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .template9-referrals-top-grid {
        grid-template-columns: 9fr 3fr;
        gap: 1rem;
    }
}

.template9-referrals-field {
    margin-bottom: 0.75rem;
}

.template9-referrals-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.template9-referrals-input-wrapper {
    position: relative;
}

.template9-referrals-input {
    height: 46px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #060D0D;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
    font-size: 0.75rem;
    color: #FFFFFF;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
    .template9-referrals-input {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .template9-referrals-input {
        height: 55px;
    }
}

.template9-referrals-input:read-only {
    cursor: not-allowed;
}

.template9-referrals-copy-btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    transition: opacity 0.2s;
}

.template9-referrals-copy-btn:hover {
    opacity: 0.8;
}

.template9-referrals-note {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 0.875rem;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1024px) {
    .template9-referrals-note {
        font-size: 0.9375rem;
        padding-top: 2rem;
    }
}

.template9-referrals-note-label {
    font-weight: 600;
    font-style: normal;
    color: #9D4EDD;
}

.template9-referrals-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .template9-referrals-qr {
        align-items: flex-end;
    }
}

.template9-referrals-qr-title {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
}

.template9-referrals-qr-image {
    width: 180px;
    height: 180px;
    border-radius: 4px;
}

.template9-referrals-download-btn {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding: 1rem;
    font-size: 0.8125rem;
    font-weight: 800;
    cursor: pointer;
    width: 100%;
    max-width: 291px;
    transition: all 0.2s;
}

@media (min-width: 768px) {
    .template9-referrals-download-btn {
        max-width: 191px;
        border-radius: 5px;
    }
}

.template9-referrals-download-btn:hover {
    background: #9D4EDD;
    opacity: 0.9;
}

.template9-referrals-download-btn:active {
    transform: scale(0.95);
}

.template9-referrals-table-section {
    margin-top: 1.5rem;
}

.template9-referrals-table-title {
    font-size: 1.1875rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.template9-referrals-table-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-referrals-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
}

.template9-referrals-table-scroll-container {
    height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .template9-referrals-table-scroll-container {
        height: 500px;
    }
}

.template9-referrals-table {
    width: 100%;
    min-width: 900px;
    table-layout: fixed;
    font-size: 11px;
}

@media (min-width: 768px) {
    .template9-referrals-table {
        min-width: 1100px;
        font-size: 14px;
    }
}

.template9-referrals-table thead tr {
    border-bottom: 0;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
}

.template9-referrals-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.template9-referrals-table th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-referrals-table th {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
    }
}

.template9-referrals-table-th-sr {
    width: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-referrals-table-th-sr {
        width: 56px;
    }
}

.template9-referrals-table tbody tr {
    border-bottom: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s;
}

.template9-referrals-table tbody tr:hover {
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-referrals-table tbody tr:last-child {
    border-bottom: none;
}

.template9-referrals-table td {
    padding: 0.5rem 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    vertical-align: middle;
}

.template9-referrals-table-td-sr {
    width: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .template9-referrals-table td {
        padding: 0.75rem 0.5rem;
    }
    
    .template9-referrals-table-td-sr {
        width: 56px;
    }
}

.template9-referrals-table-points {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s;
}

.template9-referrals-table-row:hover .template9-referrals-table-points {
    color: #FFFFFF;
}

.template9-referrals-table-empty {
    text-align: center;
    color: #FFFFFF;
    padding: 0.75rem;
}

.template9-referrals-pagination {
    margin-top: 1rem;
}

/* ============================================
   Notes Page Styles
   ============================================ */
.template9-notes-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-notes-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-notes-back-button {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.template9-notes-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
    min-height: 500px;
}

@media (min-width: 768px) {
    .template9-notes-card {
        padding: 1rem 1.5rem;
    }
}

.template9-notes-header {
    margin-bottom: 1.5rem;
}

.template9-notes-title {
    font-family: 'Rammetto One', cursive;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-align: center;
}

@media (min-width: 640px) {
    .template9-notes-title {
        font-size: 2.1875rem;
        text-align: left;
    }
}

.template9-notes-table-wrapper {
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
}

@media (min-width: 768px) {
    .template9-notes-table-wrapper {
        height: 500px;
    }
}

.template9-notes-table-header {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.template9-notes-table-body {
    height: calc(100% - 60px);
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.template9-notes-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.6875rem;
}

@media (min-width: 768px) {
    .template9-notes-table {
        font-size: 0.875rem;
    }
}

.template9-notes-th-sr {
    width: 40px;
    text-align: center;
    padding: 0.5rem 0.25rem;
    vertical-align: middle;
    font-weight: 700;
    color: #FFFFFF;
    background: #12001F;
    border-bottom: 1px solid rgba(219, 180, 44, 0.30);
}

.template9-notes-td-sr {
    width: 40px;
    text-align: center;
    padding: 0.5rem 0.25rem;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-notes-th-sr {
        width: 56px;
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .template9-notes-td-sr {
        width: 56px;
        padding: 0.75rem 0.5rem;
    }
}

.template9-notes-th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-weight: 700;
    color: #FFFFFF;
    background: #12001F;
    border-bottom: 1px solid rgba(219, 180, 44, 0.30);
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-notes-th {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
}

.template9-notes-tr {
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s;
    cursor: pointer;
}

.template9-notes-tr:hover {
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-notes-td {
    padding: 0.5rem 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .template9-notes-td {
        padding: 0.75rem 0.5rem;
    }
}

.template9-notes-td-empty {
    text-align: center;
    color: #FFFFFF;
    padding: 0.75rem;
}

.template9-notes-status {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: left;
}

.template9-notes-status-unread {
    background: rgba(157, 78, 221, 0.2);
    color: #9D4EDD;
}

.template9-notes-status-read {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.template9-notes-pagination {
    margin-top: 1rem;
}

.template9-notes-details-view {
    border-radius: 3px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #12001F;
    padding: 1rem;
}

.template9-notes-details-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.template9-notes-back-btn {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.template9-notes-details-title {
    font-family: 'Rammetto One', cursive;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.template9-notes-details-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.template9-notes-details-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-notes-details-field label {
    font-weight: 600;
    color: #FFFFFF;
}

.template9-notes-details-value {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* ============================================
   Betting Management Page Styles
   ============================================ */
.template9-betting-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-betting-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-betting-back-button {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.template9-betting-card {
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
    background: #1D0032;
    padding: 0.75rem;
    min-height: 500px;
}

@media (min-width: 768px) {
    .template9-betting-card {
        padding: 1rem 1.5rem;
    }
}

.template9-betting-header {
    margin-bottom: 1.5rem;
}

.template9-betting-title {
    font-family: 'Rammetto One', cursive;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .template9-betting-title {
        font-size: 2.1875rem;
        text-align: left;
    }
}

.template9-betting-table-wrapper {
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(219, 180, 44, 0.30);
}

@media (min-width: 768px) {
    .template9-betting-table-wrapper {
        height: 500px;
    }
}

.template9-betting-table-header {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.template9-betting-table-body {
    height: calc(100% - 60px);
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.template9-betting-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    font-size: 0.6875rem;
}

@media (min-width: 768px) {
    .template9-betting-table {
        font-size: 0.875rem;
    }
}

.template9-betting-th-sr,
.template9-betting-td-sr {
    width: 40px;
    text-align: center;
    padding: 0.5rem 0.25rem;
}

@media (min-width: 768px) {
    .template9-betting-th-sr,
    .template9-betting-td-sr {
        width: 56px;
        padding: 0.75rem 0.5rem;
    }
}

.template9-betting-th {
    padding: 0.5rem 0.25rem;
    text-align: left;
    font-weight: 700;
    color: #FFFFFF;
    background: #12001F;
    border-bottom: 1px solid rgba(219, 180, 44, 0.30);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .template9-betting-th {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
}

.template9-betting-tr {
    border: 1px solid rgba(219, 180, 44, 0.30);
    transition: all 0.3s;
    cursor: pointer;
}

.template9-betting-tr:hover {
    background: #12001F;
    box-shadow: inset 4px 5px 16px 0 rgba(0, 0, 0, 0.25);
}

.template9-betting-td {
    padding: 0.5rem 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .template9-betting-td {
        padding: 0.75rem 0.5rem;
    }
}

.template9-betting-td-empty {
    text-align: center;
    color: #FFFFFF;
    padding: 0.75rem;
}

.template9-betting-win-amount {
    color: #4ADE80;
}

.template9-betting-status {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.template9-betting-status-win {
    background: rgba(74, 222, 128, 0.2);
    color: #4ADE80;
}

.template9-betting-status-bet {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.template9-betting-status-other {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.template9-betting-pagination {
    margin-top: 1rem;
}

/* ============================================
   Exchange Page Styles
   ============================================ */
.template9-exchange-container {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
    color: #FFFFFF;
}

.template9-exchange-back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.template9-exchange-back-button {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.template9-exchange-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.template9-exchange-wallet-summary {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-exchange-wallet-summary {
        padding: 1rem 1.5rem;
    }
}

.template9-exchange-wallet-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

@media (min-width: 768px) {
    .template9-exchange-wallet-grid {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.template9-exchange-wallet-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
}

@media (min-width: 768px) {
    .template9-exchange-wallet-item {
        gap: 0.75rem;
        padding: 0.75rem 1rem;
    }
}

.template9-exchange-wallet-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .template9-exchange-wallet-label {
        font-size: 0.9375rem;
    }
}

.template9-exchange-wallet-value {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
}

@media (min-width: 768px) {
    .template9-exchange-wallet-value {
        font-size: 1.125rem;
    }
}

.template9-exchange-wallet-separator {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0.25rem 0;
}

@media (min-width: 768px) {
    .template9-exchange-wallet-separator {
        width: 1px;
        height: 12px;
        margin: 0 0.75rem;
    }
}

.template9-exchange-card {
    border-radius: 5px;
    border: 1px solid rgba(251, 99, 33, 0.30);
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .template9-exchange-card {
        padding: 1rem 1.5rem;
    }
}

.template9-exchange-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .template9-exchange-form-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.template9-exchange-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template9-exchange-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
}

.template9-exchange-select-wrapper {
    position: relative;
}

.template9-exchange-select {
    height: 46px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #00374A;
    background: transparent;
    padding: 0.75rem;
    font-size: 0.75rem;
    color: #FFFFFF;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M0.355469 0.353516L7.85547 7.85352L15.3555 0.353516' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.5rem;
}

@media (min-width: 640px) {
    .template9-exchange-select {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .template9-exchange-select {
        height: 55px;
    }
}

.template9-exchange-select:focus {
    border-color: #20C5FE;
    outline: none;
    ring: 1px;
    ring-color: #20C5FE;
}

.template9-exchange-input {
    height: 46px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #00374A;
    background: transparent;
    padding: 0.75rem;
    font-size: 0.75rem;
    color: #FFFFFF;
}

@media (min-width: 640px) {
    .template9-exchange-input {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .template9-exchange-input {
        height: 55px;
    }
}

.template9-exchange-input:focus {
    border-color: #20C5FE;
    outline: none;
    ring: 1px;
    ring-color: #20C5FE;
}

.template9-exchange-submit {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.template9-exchange-submit-btn {
    background: #20C5FE;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 1rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s;
}

.template9-exchange-submit-btn:hover {
    background: #1ab0e4;
}

.template9-exchange-submit-btn:active {
    transform: scale(0.95);
}

/* Pagination Styles (Shared) */
.template9-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.template9-pagination-btn {
    background: #9D4EDD;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.template9-pagination-btn:hover:not(:disabled) {
    background: #9D4EDD;
    opacity: 0.9;
}

.template9-pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.template9-pagination-info {
    color: #FFFFFF;
    font-weight: 600;
}

