/* Admin Styles */
.smm-badge {
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.smm-pendiente {
    background-color: #ffb900;
    color: #333;
}

.smm-verificado {
    background-color: #46b450;
}

.smm-duplicado {
    background-color: #d63638;
}

/* Modal Styles */
#smm-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.smm-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.smm-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.smm-close:hover,
.smm-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#smm-tickets-qty {
    width: 60px;
    text-align: center;
    margin: 10px 0;
}

/* === FRONTEND STYLES (Liquid Theme Pro Max) === */

.smm-liquid-theme {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: linear-gradient(180deg, #022B7A 0%, #A0153E 50%, #112A46 100%);
    background-attachment: fixed;
    font-family: 'Braah One', 'Montserrat', sans-serif;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.smm-liquid-theme * {
    box-sizing: border-box;
}

/* Header */
.smm-header-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
}

.smm-main-logo {
    max-height: 99px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
}

.smm-btn-gold-header {
    background: linear-gradient(135deg, #FFDF00 0%, #D4AF37 50%, #996515 100%);
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    border: 2px dashed rgba(0, 0, 0, 0.4);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.smm-btn-gold-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    color: #000;
}

/* Flyer Section */
.smm-flyer-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.smm-flyer-img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
    border: 2px solid rgba(255, 223, 0, 0.3);
}

/* Glass Container (Single Column fluid) */
.smm-glass-container {
    max-width: 800px;
    margin: 20px auto 40px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

/* Typography */
.smm-gold-title {
    background: linear-gradient(135deg, #FFDF00 0%, #FFF5C3 40%, #D4AF37 60%, #996515 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.smm-text-highlight {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 28px;
    text-shadow: 0 0 15px rgba(255,255,255,0.4);
    display: block;
    margin-top: 5px;
}

/* Glass Panels */
.smm-col-form, .smm-payment-glass-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* Form Styles */
.smm-form-group {
    margin-bottom: 25px;
}

.smm-form-group label {
    display: block;
    color: #FCD34D; /* Vivid Gold */
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.smm-glass-input {
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(252, 211, 77, 0.4);
    color: #fff;
    border-radius: 12px;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    transition: all 0.3s ease;
    text-align: center;
}

.smm-glass-input:focus {
    background: rgba(0, 0, 0, 0.4);
    border-color: #FFDF00;
    box-shadow: 0 0 15px rgba(255, 223, 0, 0.3);
}

.smm-glass-input::placeholder {
    color: rgba(255,255,255,0.4);
    font-weight: normal;
}

.readonly-input {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255,255,255,0.1);
    color: #aaa;
}

/* Checkbox */
.smm-checkbox-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 30px 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 12px;
    border: 1px dashed rgba(252, 211, 77, 0.3);
}

.smm-checkbox-group input {
    accent-color: #D4AF37;
    width: 22px;
    height: 22px;
}

.smm-checkbox-group label {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Buttons */
.smm-btn-24k {
    width: 100%;
    background: linear-gradient(135deg, #FFDF00 0%, #D4AF37 50%, #996515 100%);
    color: #000;
    border: none;
    padding: 20px;
    font-size: 24px;
    font-family: inherit;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
    margin-top: 15px;
}

.smm-btn-24k:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.7);
    background: linear-gradient(135deg, #FFF5C3 0%, #FFDF00 50%, #D4AF37 100%);
}

.smm-btn-24k:active {
    transform: translateY(2px);
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.5);
}

.smm-btn-24k-outline {
    width: 100%;
    background: transparent;
    color: #FCD34D;
    border: 2px solid #FCD34D;
    padding: 15px;
    font-size: 18px;
    font-family: inherit;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.smm-btn-24k-outline:hover {
    background: rgba(252, 211, 77, 0.1);
    box-shadow: 0 0 15px rgba(252, 211, 77, 0.2);
}

/* Payments Box */
.smm-payment-glass-box {
    text-align: center;
}

.smm-arrow-down {
    color: #FCD34D;
    font-size: 36px;
    margin: 15px 0;
    animation: bounce 2s infinite;
}

.smm-price-tag p {
    margin: 0;
    color: #FCD34D;
    font-size: 16px;
    letter-spacing: 1px;
}

.smm-price-tag h2 {
    margin: 5px 0 30px;
    color: #fff;
    font-size: 56px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.smm-qr-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.smm-qr-card-glass {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 25px;
    border: 2px solid #D4AF37;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.smm-qr-header {
    background: #6f00a5; /* Yape */
    color: #fff;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.smm-qr-header.plin {
    background: #00c6d3; /* Plin */
}

.smm-qr-image {
    max-width: 180px;
    border-radius: 10px;
    margin: 15px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.smm-qr-info p {
    margin: 8px 0;
    color: #022B7A;
}

.smm-qr-name {
    font-size: 14px;
    font-weight: bold;
}

.smm-qr-number {
    font-size: 24px;
    font-weight: bold;
    color: #A0153E !important;
}

.smm-warning-glass-text {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 15px;
    background: rgba(160, 21, 62, 0.5); /* Burgundy alpha */
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    line-height: 1.6;
}

.smm-footer-text {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    margin-top: 20px;
}

/* Mis Tickets */
#smm-mis-tickets-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(252, 211, 77, 0.5);
    border-radius: 24px;
    padding: 40px;
    max-width: 600px;
    margin: 60px auto;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    text-align: center;
}

#smm-consulta-resultado {
    font-size: 18px;
    line-height: 1.6;
}

/* Progress bar */
.smm-progress-bar-bg {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(252, 211, 77, 0.3);
    border-radius: 10px;
    height: 20px;
    overflow: hidden;
}

#smm-progress-bar {
    background: linear-gradient(135deg, #FFDF00 0%, #D4AF37 100%);
    width: 0%;
    height: 100%;
    transition: width 0.3s ease;
}

#smm-progress-text {
    color: #FCD34D;
    font-weight: bold;
    margin-top: 10px;
}

/* Winners Gallery integrated */
.smm-winners-section {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px;
}

.smm-winners-subtitle {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.8;
}

.smm-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.smm-gallery-item {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    border: 2px solid rgba(255, 223, 0, 0.4);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s;
}

.smm-gallery-item:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.5);
    border-color: #FFDF00;
    z-index: 2;
    position: relative;
}

/* Responsive adjust */
@media (max-width: 768px) {
    .smm-header-fluid {
        flex-direction: row;
        gap: 10px;
        padding: 15px 10px;
        justify-content: space-between;
        position: relative;
        z-index: 10;
    }
    .smm-main-logo {
        max-height: 87px;
    }
    .smm-btn-gold-header {
        font-size: 11px;
        padding: 8px 10px;
    }
    .smm-col-form, .smm-payment-glass-box {
        padding: 20px;
    }
    .smm-gold-title {
        font-size: 28px;
    }
    .smm-btn-24k {
        font-size: 20px;
    }
}