* { margin: 0; padding: 0; box-sizing: border-box; } 
        body { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); color: #ffffff; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; min-height: 100vh; margin: 0; padding: 0; } 
        .header { position: relative; z-index: 100; } 
        .detail-banner { position: relative; height: 70vh; width: 100vw; margin-left: calc(-50vw + 50%); margin-top: calc(-1 * var(--header-height, 0px)); background-image: linear-gradient(135deg, rgba(255, 68, 68, 0.15) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.95) 100%), url('<?php echo $banner_img; ?>'); background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: flex-end; overflow: hidden; } 
        .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(10, 10, 10, 0.95) 100%); z-index: 1; } 
        .banner-overlay::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 20% 20%, rgba(255, 68, 68, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 40%, rgba(255, 68, 68, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(255, 68, 68, 0.08) 0%, transparent 50%); } 
        .back-button { position: absolute; top: 30px; left: 30px; z-index: 10; display: flex; align-items: center; gap: 10px; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.15); padding: 12px 20px; border-radius: 50px; color: #ffffff; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); } 
        .back-button:hover { background: rgba(255, 68, 68, 0.2); border-color: rgba(255, 68, 68, 0.4); transform: translateY(-2px); box-shadow: 0 12px 35px rgba(255, 68, 68, 0.2); } 
        .back-button i { font-size: 1.1rem; transition: transform 0.3s ease; } 
        .back-button:hover i { transform: translateX(-3px); } 
        .banner-content { position: relative; z-index: 2; width: 100%; max-width: 1400px; margin: 0 auto; padding: 40px 5%; } 
        .banner-content .champ-title { font-size: clamp(2.5rem, 6vw, 4.2rem); 
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  font-weight: 900; text-transform: uppercase; margin: 0; background: linear-gradient(135deg, #ffffff 0%, #ff4444 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-shadow: 0 4px 20px rgba(255, 68, 68, 0.3); letter-spacing: -0.02em; } 
        .banner-content .champ-mode { font-size: 1.2rem; background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%); display: inline-block; padding: 8px 20px; border-radius: 25px; font-weight: 600; margin-top: 15px; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3); } 
        .banner-info-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); padding: 25px; border-radius: 20px; } 
        .info-item { display: flex; align-items: center; gap: 12px; font-size: 1.1rem; font-weight: 500; } 
        .info-item i { color: #ff4444; width: 20px; text-align: center; font-size: 1.2rem; } 
        .main-content { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; padding: 60px 5%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; } 
        .content-section { background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 35px; border-radius: 20px; margin-bottom: 30px; transition: all 0.3s ease; position: relative; overflow: hidden; } 
        .content-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #ff4444, #cc3333); } 
        .content-section:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); border-color: rgba(255, 68, 68, 0.2); } 
        .content-section h2 { color: #ffffff; font-size: 1.8rem; font-weight: 700; margin-bottom: 25px; position: relative; padding-bottom: 15px; } 
        .content-section h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: linear-gradient(90deg, #ff4444, #cc3333); border-radius: 2px; } 
        .content-section p { font-size: 1.1rem; line-height: 1.8; color: #e0e0e0; } 
        .team-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; } 
        .team-list li { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); padding: 15px 20px; border-radius: 12px; text-align: center; font-weight: 500; transition: all 0.3s ease; position: relative; overflow: hidden; } 
        .team-list li:hover { transform: translateY(-3px); border-color: rgba(255, 68, 68, 0.3); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); } 
        .info-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 20px; } 
        .info-list li { display: flex; justify-content: space-between; align-items: center; padding: 20px; background: rgba(255, 255, 255, 0.03); border-radius: 12px; transition: all 0.3s ease; } 
        .info-list li:hover { background: rgba(255, 255, 255, 0.06); transform: translateX(5px); } 
        .info-list .label { font-weight: 600; color: #ffffff; display: flex; align-items: center; gap: 12px; } 
        .info-list .label i { color: #ff4444; width: 18px; text-align: center; font-size: 1.1rem; } 
        .info-list .value { color: #e0e0e0; font-weight: 500; } 
        .action-buttons { margin-top: 30px; display: flex; flex-direction: column; gap: 15px; } 
        .action-btn { display: flex; align-items: center; justify-content: center; padding: 18px 25px; border-radius: 15px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; border: none; cursor: pointer; position: relative; overflow: hidden; } 
        .action-btn i { margin-right: 10px; font-size: 1.2rem; } 
        .btn-primary { background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%); color: #ffffff; box-shadow: 0 10px 30px rgba(255, 68, 68, 0.3); } 
        .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(255, 68, 68, 0.4); } 
        .btn-secondary { background: rgba(255, 255, 255, 0.05); color: #ff4444; border: 2px solid rgba(255, 68, 68, 0.5); backdrop-filter: blur(10px); } 
        .btn-secondary:hover { background: rgba(255, 68, 68, 0.1); border-color: #ff4444; color: #ffffff; } 
        
        .modal {  
    display: none;  
    position: fixed;  
    z-index: 1000;  
    left: 0;  
    top: 0;  
    width: 100%;  
    height: 100%;  
    overflow: auto;  
    background: rgba(0, 0, 0, 0.95); 
    backdrop-filter: blur(20px); 
    align-items: center;  
    justify-content: center; 
    animation: fadeIn 0.3s ease-out; 
} 

@keyframes fadeIn { 
    from { opacity: 0; } 
    to { opacity: 1; } 
} 

@keyframes slideIn { 
    from {  
        transform: translateY(-50px) scale(0.9); 
        opacity: 0; 
    } 
    to {  
        transform: translateY(0) scale(1); 
        opacity: 1; 
    } 
} 
        
        .modal-content {  
    background: linear-gradient(145deg, #0a0a0a, #1a1a1a); 
    margin: auto;  
    padding: 40px;  
    border: 2px solid transparent; 
    background-clip: padding-box; 
    border-radius: 25px;  
    width: 90%;  
    max-width: 600px;  
    position: relative;  
    box-shadow:  
        0 25px 50px rgba(0, 0, 0, 0.8), 
        0 0 0 1px rgba(255, 68, 68, 0.2), 
        inset 0 1px 0 rgba(255, 255, 255, 0.1); 
    color: #e0e0e0; 
    animation: slideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    overflow: hidden; 
} 

.modal-content::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: linear-gradient(135deg,  
        rgba(255, 68, 68, 0.1) 0%,  
        transparent 30%,  
        transparent 70%,  
        rgba(255, 68, 68, 0.05) 100%); 
    pointer-events: none; 
    z-index: -1; 
} 

.modal-content::after { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 3px; 
    background: linear-gradient(90deg, #ff4444, #cc3333, #ff4444); 
    background-size: 200% 100%; 
    animation: shimmer 3s infinite; 
} 

@keyframes shimmer { 
    0% { background-position: -200% 0; } 
    100% { background-position: 200% 0; } 
} 
        .modal-close {  
    color: #888;  
    position: absolute;  
    top: 20px;  
    right: 25px;  
    font-size: 32px;  
    font-weight: bold;  
    cursor: pointer; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%; 
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    z-index: 10; 
} 
        .modal-close:hover,  
.modal-close:focus {  
    color: #ffffff; 
    background: linear-gradient(135deg, #ff4444, #cc3333); 
    border-color: rgba(255, 68, 68, 0.5); 
    transform: rotate(90deg) scale(1.1); 
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.3); 
} 
        .modal-content h3 {  
    color: #ffffff; 
    margin-bottom: 30px;  
    text-align: center; 
    font-size: 1.8rem; 
    font-weight: 700; 
    position: relative; 
    padding-bottom: 15px; 
} 

.modal-content h3::after { 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 60px; 
    height: 3px; 
    background: linear-gradient(90deg, #ff4444, #cc3333); 
    border-radius: 2px; 
} 
        .modal .form-group {  
    margin-bottom: 25px; 
    position: relative; 
} 
        .modal .form-group label {  
    display: block;  
    margin-bottom: 12px; 
    color: #ffffff; 
    font-weight: 600; 
    font-size: 1rem; 
    position: relative; 
    padding-left: 8px; 
} 
        .modal .form-group label::before { 
    content: ''; 
    position: absolute; 
    left: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 3px; 
    height: 100%; 
    background: linear-gradient(180deg, #ff4444, #cc3333); 
    border-radius: 2px; 
} 
        .modal #pixCopiaCola { background: rgba(255,255,255,0.1); border: 1px solid #ff4444; color: #e0e0e0; padding: 10px; border-radius: 8px; width: 100%; } 
        #pix-alert { color: #ffc107; font-size: 0.9em; margin-top: 15px; display: none; padding: 10px; background: rgba(255, 193, 7, 0.1); border-radius: 8px; border: 1px solid rgba(255, 193, 7, 0.3); } 
        #pix-alert a { color: #ffc107; text-decoration: underline; } 
        @media (max-width: 1024px) { .main-content { grid-template-columns: 1fr; } .banner-content .champ-title { font-size: 3.5rem; } } 
        @media (max-width: 768px) { .detail-banner { height: 60vh; background-attachment: scroll; } .banner-content .champ-title { font-size: 2.8rem; } .main-content { padding: 40px 20px; } .modal-content { 
        margin: 20px; 
        padding: 30px 25px; 
        width: calc(100% - 40px); 
        max-height: 90vh; 
        overflow-y: auto; 
    } 
    
    .modal .action-buttons { 
        flex-direction: column; 
    } 
    
    .modal .action-btn { 
        width: 100%; 
    } 
    
    #pixQrCodeImage { 
        max-width: 220px; 
    } 
    
    .modal-content h3 { 
        font-size: 1.5rem; 
    } } 
    

        .btn-disabled { 
            background: #555 !important; 
            cursor: not-allowed !important; 
            box-shadow: none !important; 
        } 
        .btn-disabled:hover { 
            transform: none !important; 
        } 
        /* Mantendo os estilos do modal base para garantir compatibilidade */
        .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.8); align-items: center; justify-content: center; } 

        /* Estilo para inputs genéricos no modal, incluindo os novos de duo */
        .modal input[type="text"] {
            width: 100%;  
            padding: 16px 20px;  
            background: rgba(255, 255, 255, 0.03); 
            backdrop-filter: blur(10px); 
            border: 2px solid rgba(255, 255, 255, 0.1);  
            border-radius: 15px;  
            color: #e0e0e0; 
            font-size: 1rem; 
            transition: all 0.3s ease; 
            outline: none;
        }

        .modal input[type="text"]:focus {
            border-color: rgba(255, 68, 68, 0.6); 
            box-shadow: 0 0 0 4px rgba(255, 68, 68, 0.1); 
            background: rgba(255, 255, 255, 0.08);
        }

        .modal .form-group select {  
    width: 100%;  
    padding: 16px 20px;  
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    border: 2px solid rgba(255, 255, 255, 0.1);  
    border-radius: 15px;  
    color: #e0e0e0; 
    font-size: 1rem; 
    transition: all 0.3s ease; 
    outline: none; 
} 
.modal .form-group select:focus { 
    border-color: rgba(255, 68, 68, 0.6); 
    box-shadow: 0 0 0 4px rgba(255, 68, 68, 0.1); 
    background: rgba(255, 255, 255, 0.08); 
} 

.modal .form-group select option { 
    background: #1a1a1a; 
    color: #e0e0e0; 
    padding: 10px; 
} 

        .modal #pixCopiaCola {  
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    border: 2px solid rgba(255, 255, 255, 0.1);  
    color: #e0e0e0;  
    padding: 16px 20px;  
    border-radius: 15px;  
    width: 100%; 
    font-family: 'Courier New', monospace; 
    font-size: 0.9rem; 
    line-height: 1.4; 
    resize: vertical; 
    min-height: 120px; 
    transition: all 0.3s ease; 
} 

.modal #pixCopiaCola:focus { 
    border-color: rgba(255, 68, 68, 0.6); 
    box-shadow: 0 0 0 4px rgba(255, 68, 68, 0.1); 
    background: rgba(255, 255, 255, 0.08); 
} 
       #pix-alert {  
    color: #ffc107;  
    font-size: 0.95em;  
    margin-top: 20px;  
    display: none;  
    padding: 16px 20px;  
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 193, 7, 0.05)); 
    backdrop-filter: blur(10px); 
    border-radius: 15px;  
    border: 2px solid rgba(255, 193, 7, 0.3); 
    position: relative; 
    overflow: hidden; 
} 
        #pix-alert::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 3px; 
    background: linear-gradient(90deg, #ffc107, #ffb300); 
} 

#pix-alert i { 
    margin-right: 10px; 
    font-size: 1.1rem; 
} 

#pix-alert a {  
    color: #ffc107;  
    text-decoration: none; 
    font-weight: 600; 
    border-bottom: 1px dotted rgba(255, 193, 7, 0.5); 
    transition: all 0.3s ease; 
} 

#pix-alert a:hover { 
    border-bottom-color: #ffc107; 
    color: #ffb300; 
} 


#selecaoTime, 
#confirmacaoEscalacao, 
#telaPix { 
    animation: fadeIn 0.3s ease-out; 
} 

#confirmacaoEscalacao { 
    text-align: left; 
} 

#escalacao-info { 
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 15px; 
    padding: 20px; 
    margin: 20px 0; 
    max-height: 300px; 
    overflow-y: auto; 
} 

#escalacao-info::-webkit-scrollbar { 
    width: 6px; 
} 

#escalacao-info::-webkit-scrollbar-track { 
    background: rgba(255, 255, 255, 0.05); 
    border-radius: 3px; 
} 

#escalacao-info::-webkit-scrollbar-thumb { 
    background: linear-gradient(180deg, #ff4444, #cc3333); 
    border-radius: 3px; 
} 

#escalacao-info h4 { 
    color: #ff4444; 
    margin-bottom: 15px; 
    font-size: 1.1rem; 
    font-weight: 600; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
} 

#escalacao-info h4::before { 
    content: ''; 
    width: 20px; 
    height: 2px; 
    background: linear-gradient(90deg, #ff4444, #cc3333); 
    border-radius: 1px; 
} 

#escalacao-info ul { 
    list-style: none; 
    padding-left: 0; 
} 

#escalacao-info ul li { 
    padding: 8px 15px; 
    margin-bottom: 5px; 
    background: rgba(255, 255, 255, 0.05); 
    border-radius: 10px; 
    border-left: 3px solid #ff4444; 
    color: #e0e0e0; 
    font-weight: 500; 
    transition: all 0.3s ease; 
} 

#escalacao-info ul li:hover { 
    background: rgba(255, 68, 68, 0.1); 
    transform: translateX(5px); 
} 

#aviso-escalacao { 
    background: rgba(255, 193, 7, 0.1); 
    border: 1px solid rgba(255, 193, 7, 0.3); 
    border-radius: 12px; 
    padding: 15px; 
    color: #ffc107; 
    font-size: 0.95em; 
    margin-bottom: 25px; 
    display: flex; 
    align-items: flex-start; 
    gap: 10px; 
} 

#aviso-escalacao::before { 
    content: '⚠️'; 
    font-size: 1.2rem; 
    flex-shrink: 0; 
} 

#telaPix { 
    text-align: center; 
} 

#telaPix h3 { 
    margin-bottom: 20px; 
} 

#telaPix p { 
    margin: 15px 0; 
    color: #b0b0b0; 
    font-size: 1rem; 
} 

#pixQrCodeImage { 
    max-width: 280px; 
    margin: 25px auto; 
    border-radius: 15px; 
    border: 3px solid rgba(255, 68, 68, 0.3); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
    background: #ffffff; 
    padding: 15px; 
    transition: all 0.3s ease; 
} 

#pixQrCodeImage:hover { 
    transform: scale(1.05); 
    border-color: rgba(255, 68, 68, 0.6); 
} 

.modal .action-buttons { 
    margin-top: 30px; 
    display: flex; 
    gap: 15px; 
} 

.modal .action-btn { 
    flex: 1; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 16px 25px; 
    border-radius: 15px; 
    text-decoration: none; 
    font-weight: 600; 
    font-size: 1rem; 
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    border: none; 
    cursor: pointer; 
    position: relative; 
    overflow: hidden; 
} 

.modal .action-btn::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: -100%; 
    width: 100%; 
    height: 100%; 
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent); 
    transition: left 0.5s; 
} 

.modal .action-btn:hover::before { 
    left: 100%; 
} 

.modal .btn-primary { 
    background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%); 
    color: #ffffff; 
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.3); 
    border: 2px solid transparent; 
} 

.modal .btn-primary:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 15px 40px rgba(255, 68, 68, 0.4); 
    background: linear-gradient(135deg, #ff5555 0%, #dd3333 100%); 
} 

.modal .btn-primary:active { 
    transform: translateY(-1px); 
} 

.modal .btn-secondary { 
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(10px); 
    color: #ff4444; 
    border: 2px solid rgba(255, 68, 68, 0.5); 
} 

.modal .btn-secondary:hover { 
    background: rgba(255, 68, 68, 0.1); 
    border-color: #ff4444; 
    color: #ffffff; 
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(255, 68, 68, 0.2); 
} 

.modal .btn-primary:disabled, 
.modal .btn-primary.btn-disabled { 
    background: linear-gradient(135deg, #555 0%, #444 100%) !important; 
    cursor: not-allowed !important; 
    box-shadow: none !important; 
    color: #999 !important; 
    border-color: #555 !important; 
} 

.modal .btn-primary:disabled:hover, 
.modal .btn-primary.btn-disabled:hover { 
    transform: none !important; 
    box-shadow: none !important; 
} 