/**
 * =============================================================================
 * AGEN TOTO PLAY - MAIN STYLESHEET
 * =============================================================================
 * Cloned from apollo-slot.com/template/
 * =============================================================================
 */

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #1a1a1a;
    background-image: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    min-height: 100vh;
}

a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffed4a;
    text-decoration: none;
}

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

/* ==========================================================================
   CONTAINER
   ========================================================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-12, .col-md-6, .col-md-4, .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
}

/* ==========================================================================
   TOPBAR
   ========================================================================== */
.topbar {
    background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 100%);
    border-bottom: 1px solid #3d3d3d;
    padding: 10px 0;
}

.welcome-text {
    color: #cccccc;
    font-size: 13px;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-login {
    background: transparent;
    border: 1px solid #ffd700;
    color: #ffd700;
    margin-right: 10px;
}

.btn-login:hover {
    background: #ffd700;
    color: #1a1a1a;
}

.btn-register {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    color: #1a1a1a;
}

.btn-register:hover {
    background: linear-gradient(135deg, #ffed4a 0%, #ffd700 100%);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

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

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */
.site-header {
    background: linear-gradient(180deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 15px 0;
    border-bottom: 2px solid #ffd700;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-brand:hover {
    color: #ffed4a;
}

.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    margin-left: 5px;
}

.navbar-nav li a {
    display: block;
    padding: 10px 15px;
    color: #cccccc;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
}

.navbar-toggle {
    display: none;
    background: transparent;
    border: 1px solid #ffd700;
    padding: 10px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffd700;
    margin: 4px 0;
}

/* ==========================================================================
   BANNER SECTION
   ========================================================================== */
.banner-section {
    margin: 20px 0;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.carousel-inner .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner .item.active,
.carousel-inner .item.next,
.carousel-inner .item.prev {
    display: block;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    background: #ffd700;
    transform: scale(1.2);
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-control:hover {
    background: rgba(255, 215, 0, 0.8);
    color: #1a1a1a;
}

.carousel-control.left {
    left: 10px;
}

.carousel-control.right {
    right: 10px;
}

/* ==========================================================================
   JACKPOT SECTION
   ========================================================================== */
.jackpot-section {
    padding: 30px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}

.jackpot-container {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.jackpot-title {
    font-size: 18px;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.jackpot-value {
    font-size: 48px;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.jackpot-value .currency {
    font-size: 24px;
    margin-right: 10px;
}

/* ==========================================================================
   WINNERS SECTION
   ========================================================================== */
.winners-section {
    padding: 30px 0;
}

.section-title {
    font-size: 24px;
    color: #ffd700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
}

.winners-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.winners-list li {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #3d3d3d;
    transition: all 0.3s ease;
}

.winners-list li:hover {
    border-color: #ffd700;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
}

.winners-list img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 15px;
    object-fit: cover;
}

.winner-info {
    flex: 1;
}

.winner-info div:first-child {
    color: #cccccc;
    font-size: 12px;
}

.winner-amount {
    color: #ffd700;
    font-weight: bold;
    font-size: 16px;
}

.winner-info div:last-child {
    color: #888;
    font-size: 11px;
}

/* ==========================================================================
   ARCADE LINK SECTION
   ========================================================================== */
.arcade-link-section {
    padding: 20px 0;
    text-align: center;
}

.arcade-link-section a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.arcade-link-section a:hover {
    transform: scale(1.05);
}

/* ==========================================================================
   POPULAR PROVIDERS SECTION
   ========================================================================== */
.popular-providers-section {
    padding: 40px 0;
}

.provider-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    gap: 10px;
}

.provider-tabs li {
    margin: 0;
}

.provider-tabs li a {
    display: block;
    padding: 10px 15px;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border: 1px solid #3d3d3d;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.provider-tabs li a:hover,
.provider-tabs li.active a {
    border-color: #ffd700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.provider-tabs li img {
    height: 35px;
    width: auto;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.animated-image {
    display: block;
    margin: 0 auto 30px;
    max-height: 300px;
}

.popular-game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.game-item {
    position: relative;
}

.game-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.game-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.game-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.link-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    gap: 10px;
}

.link-container a {
    flex: 1;
    text-align: center;
    padding: 8px 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.free-play {
    background: transparent;
    border: 1px solid #ffd700;
    color: #ffd700;
}

.free-play:hover {
    background: #ffd700;
    color: #1a1a1a;
}

.play-now {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    color: #1a1a1a;
}

.play-now:hover {
    background: linear-gradient(135deg, #ffed4a 0%, #ffd700 100%);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

/* ==========================================================================
   DOWNLOAD APK SECTION
   ========================================================================== */
.download-apk-container {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.download-apk-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.download-apk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.download-apk .h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.download-apk .h2 strong {
    color: #ffd700;
    display: block;
}

.download-apk .h3 {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 20px;
}

.download-apk-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.download-apk-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.download-apk-qr-code img {
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.download-apk-detail div {
    color: #ffd700;
    font-weight: bold;
    margin-bottom: 10px;
}

.download-apk-detail .btn {
    background: transparent;
    border: 1px solid #ffd700;
    color: #ffd700;
    font-size: 11px;
    padding: 5px 15px;
}

.download-apk-detail .btn:hover {
    background: #ffd700;
    color: #1a1a1a;
}

.download-apk-section span {
    color: #cccccc;
    font-size: 12px;
}

.download-apk-section span i {
    color: #ffd700;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
}

.modal-dialog {
    max-width: 500px;
    margin: 50px auto;
    background: #2d2d2d;
    border-radius: 10px;
    border: 1px solid #3d3d3d;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #3d3d3d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 18px;
    color: #ffd700;
    font-weight: bold;
}

.modal-header .close {
    background: none;
    border: none;
    color: #cccccc;
    font-size: 24px;
    cursor: pointer;
}

.modal-header .close:hover {
    color: #ffd700;
}

.modal-body {
    padding: 20px;
}

.modal-body span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffd700;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal-body ol {
    padding-left: 20px;
    color: #cccccc;
}

.modal-body ol li {
    margin-bottom: 8px;
}

.download-32-bit-cntr {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.download-32-bit-cntr div:first-child {
    color: #ffd700;
    font-weight: bold;
    margin-bottom: 5px;
}

.download-32-bit-cntr div:last-child {
    color: #cccccc;
    font-size: 12px;
}

/* ==========================================================================
   TELEGRAM BANNER
   ========================================================================== */
.telegram-banner-container {
    padding: 20px 0;
}

.telegram-banner-container a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.telegram-banner-container a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 136, 204, 0.3);
}

.telegram-banner-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 40px;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.footer-description-section {
    padding: 20px 0;
}

.site-description h1 {
    font-size: 20px;
    color: #ffd700;
    margin-bottom: 20px;
}

.site-description p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 15px;
}

.site-description a {
    color: #ffd700;
}

.footer-separator {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3d3d3d, transparent);
    margin: 20px 0;
}

.footer-sitemap-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.footer-sitemap-section h4 {
    color: #ffd700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3d3d3d;
}

.footer-links,
.contact-list,
.social-media-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.contact-list li,
.social-media-list li {
    margin-bottom: 8px;
}

.footer-links a,
.contact-list a,
.social-media-list a {
    color: #888;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover,
.contact-list a:hover,
.social-media-list a:hover {
    color: #ffd700;
}

.contact-list img,
.social-media-list img {
    width: 20px;
    height: 20px;
}

/* Featured Products */
.footer-featured-product-section {
    padding: 20px 0;
}

.site-info-description {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 20px;
}

.site-info-img-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.site-info-img-header img {
    width: 18px;
    height: 18px;
}

.site-info-img-header h4 {
    color: #ffd700;
    font-size: 14px;
    margin: 0;
}

.site-info-description p {
    color: #888;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* Banking Section */
.footer-banking-section {
    padding: 20px 0;
}

.banking-footer-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.bank-list-container {
    flex: 1;
}

.bank-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.bank-list li div {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.bank-list li div[data-online="true"] {
    border: 1px solid #00c853;
}

.bank-list li div[data-online="false"] {
    border: 1px solid #ff1744;
    opacity: 0.5;
}

.bank-list img {
    height: 30px;
    width: auto;
}

.bank-list-container p {
    color: #888;
    font-size: 11px;
    margin: 0;
}

.bank-service-container {
    display: flex;
    gap: 30px;
}

.bank-service-container .site-info-description {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 15px;
}

.bank-service-container h4 {
    color: #ffd700;
    font-size: 14px;
    margin: 0 0 5px;
}

.bank-service-container p {
    color: #888;
    font-size: 12px;
    margin: 0;
}

/* Copyright Section */
.footer-copyright-section {
    padding: 20px 0;
}

.footer-copyright-section > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-section-title {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hover-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hover-list li {
    transition: all 0.3s ease;
}

.hover-list li:hover {
    transform: translateY(-3px);
}

.hover-list img {
    height: 40px;
    width: auto;
}

.copyright {
    color: #888;
    font-size: 12px;
}

/* Provider Section */
.provider-section {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
}

.provider-container {
    margin-bottom: 20px;
}

.provider-container h5 {
    color: #ffd700;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.provider-container .hover-list {
    flex-wrap: wrap;
}

.provider-container .hover-list img {
    height: 35px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        display: none;
        width: 100%;
        margin-top: 15px;
    }
    
    .navbar-collapse.in {
        display: block;
    }
    
    .navbar-nav {
        flex-direction: column;
    }
    
    .navbar-nav li {
        margin: 0;
    }
    
    .download-apk {
        flex-direction: column;
        text-align: center;
    }
    
    .download-apk-section {
        flex-direction: column;
    }
    
    .banking-footer-section {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .bank-service-container {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .topbar .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .topbar .text-right {
        text-align: center;
    }
    
    .jackpot-value {
        font-size: 28px;
    }
    
    .jackpot-value .currency {
        font-size: 16px;
    }
    
    .provider-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    
    .popular-game-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-copyright-section > div {
        flex-direction: column;
        text-align: center;
    }
    
    .bank-service-container {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .popular-game-list {
        grid-template-columns: 1fr;
    }
    
    .winners-list {
        grid-template-columns: 1fr;
    }
    
    .footer-sitemap-section {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}

.btn-register {
    animation: pulse 2s infinite;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #3d3d3d;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffd700;
}

/* ==========================================================================
   BACK TO TOP BUTTON
   ========================================================================== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    text-decoration: none;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    color: #1a1a1a;
}

.back-to-top .glyphicon {
    font-size: 20px;
}

/* ==========================================================================
   ACCESSIBILITY - SKIP TO CONTENT
   ========================================================================== */
.sr-only-focusable {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffd700;
    color: #1a1a1a;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    z-index: 10000;
    transition: top 0.3s ease;
}

.sr-only-focusable:focus {
    top: 10px;
    outline: none;
}

/* ==========================================================================
   LOADING ANIMATION
   ========================================================================== */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* ==========================================================================
   HOVER EFFECTS
   ========================================================================== */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* ==========================================================================
   BUTTON VARIANTS
   ========================================================================== */
.btn-gold {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
    color: #1a1a1a;
    border: none;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #ffed4a 0%, #ffd700 100%);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transform: translateY(-2px);
}

.btn-outline-gold {
    background: transparent;
    border: 2px solid #ffd700;
    color: #ffd700;
    padding: 10px 28px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: #ffd700;
    color: #1a1a1a;
}

/* ==========================================================================
   BADGES
   ========================================================================== */
.badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}

.badge-gold {
    background: #ffd700;
    color: #1a1a1a;
}

.badge-success {
    background: #00c853;
    color: #fff;
}

.badge-danger {
    background: #ff1744;
    color: #fff;
}

/* ==========================================================================
   ALERTS
   ========================================================================== */
.alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.alert-info {
    background: rgba(0, 136, 204, 0.1);
    border: 1px solid rgba(0, 136, 204, 0.3);
    color: #08c;
}

.alert-success {
    background: rgba(0, 200, 83, 0.1);
    border: 1px solid rgba(0, 200, 83, 0.3);
    color: #00c853;
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #ffc107;
}

/* ==========================================================================
   SELECTION
   ========================================================================== */
::selection {
    background: #ffd700;
    color: #1a1a1a;
}

::-moz-selection {
    background: #ffd700;
    color: #1a1a1a;
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
    .topbar,
    .site-header,
    .banner-section,
    .back-to-top,
    .telegram-banner-container {
        display: none !important;
    }
    
    body {
        background: white !important;
        color: black !important;
    }
    
    a {
        color: black !important;
        text-decoration: underline !important;
    }
}
