:root {
    --primary: #2563eb;
    --primary-dark: #1e40af;
    --bg: #f8fafc;
    --text: #1f2937;
    --white: #ffffff;
    --gray: #9ca3af;
}

* { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
body { margin: 0; background: var(--bg); color: var(--text); overflow-x: hidden; scroll-behavior: smooth; }

.app-screen { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; transition: 0.3s; }
.hidden { display: none !important; }

/* Modal de Autenticação Flutuante (Desktop) */
@media (min-width: 769px) {
    .overlay-active {
        position: fixed !important; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(15, 16, 20, 0.85) !important; backdrop-filter: blur(8px);
        z-index: 4000; align-items: center; justify-content: center; display: flex !important; padding: 0;
    }
    .overlay-active .card-pro { animation: modalPop 0.3s ease-out; max-height: 90vh; overflow-y: auto; background: white; }
}

.btn-fechar-modal { display: flex; position: absolute; top: 15px; right: 15px; background: rgba(0,0,0,0.05); border: none; width: 35px; height: 35px; border-radius: 50%; font-size: 16px; cursor: pointer; color: var(--text); align-items: center; justify-content: center; transition: 0.2s; }
.btn-fechar-modal:hover { background: rgba(0,0,0,0.1); }

/* Splash Screen & Cards */
#screen-splash { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; text-align: center; }
.logo-app { width: 100px; height: 100px; background: white; border-radius: 28px; display: flex; align-items: center; justify-content: center; font-size: 50px; margin-bottom: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.card-pro { position: relative; background: var(--white); width: 100%; max-width: 400px; padding: 25px; border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); text-align: center; }
.header-auth { margin-bottom: 25px; }
.icon-circle { width: 60px; height: 60px; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 10px; }

/* Inputs e Botões */
input, select, textarea { width: 100%; padding: 14px; margin-bottom: 12px; border-radius: 12px; border: 1px solid #e5e7eb; background: #f9fafb; font-size: 16px; outline-color: var(--primary); }
.input-row { display: flex; gap: 10px; }
.upload-label { font-size: 13px; font-weight: bold; color: var(--text); display: block; margin-bottom: 5px; margin-left: 5px; }
.file-input { padding: 10px; background: white; font-size: 14px; color: var(--gray); cursor: pointer; }
.file-input::file-selector-button { background: #eff6ff; border: none; padding: 8px 12px; border-radius: 8px; color: var(--primary); font-weight: bold; margin-right: 10px; cursor: pointer; transition: 0.2s; }
.checkbox-row { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; text-align: left; }
.checkbox-row input[type="checkbox"], .checkbox-row input[type="radio"] { width: auto; margin: 0; cursor: pointer; }
.checkbox-row label { font-size: 14px; color: var(--gray); cursor: pointer; }
.btn-main { width: 100%; padding: 16px; background: var(--primary); color: white; border: none; border-radius: 12px; font-weight: bold; font-size: 16px; cursor: pointer; transition: 0.2s; }
.btn-main:active { transform: scale(0.98); }
.btn-secondary { width: 100%; padding: 16px; background: rgba(0,0,0,0.05); color: var(--text); border: 1px solid #ddd; border-radius: 12px; font-weight: 600; margin-top: 10px; cursor: pointer; transition: 0.2s; }
.btn-header-icon { background: rgba(255,255,255,0.2); border: none; color: white; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; transition: 0.2s; }

/* Seletores */
.perfil-selector { display: flex; gap: 8px; margin-bottom: 20px; background: #f3f4f6; padding: 4px; border-radius: 12px; }
.perfil-selector input { display: none; }
.perfil-selector label { flex: 1; padding: 10px; cursor: pointer; border-radius: 10px; font-weight: bold; color: #6b7280; font-size: 14px; }
.perfil-selector input:checked + label { background: var(--primary); color: white; }
.footer-text { margin-top: 15px; font-size: 14px; color: var(--gray); }
.footer-text a { color: var(--primary); font-weight: bold; text-decoration: none; }

/* --- AQUI ESTÁ O CSS DO PAINEL INTERNO QUE FALTAVA! --- */
.dashboard-layout { justify-content: flex-start; padding: 0; background: #f1f5f9; padding-bottom: 80px; }
.dash-header { width: 100%; background: var(--primary); color: white; padding: 40px 20px 30px; display: flex; justify-content: space-between; align-items: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2); }
.instrutor-header { background: #0f172a; box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2); }
.dash-header .saudacao { margin: 0; font-size: 14px; opacity: 0.8; }
.dash-header .nome-usuario { margin: 5px 0 0 0; font-size: 22px; }
.avatar-circle { width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; overflow: hidden; }
.dash-content { width: 100%; padding: 20px; max-width: 500px; margin-top: -15px; }
.status-card { background: white; padding: 20px; border-radius: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); margin-bottom: 20px; text-align: center; }

/* Menu Inferior Fixo do App */
.bottom-menu { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 500px; background: white; border-top: 1px solid #e5e7eb; display: flex; justify-content: space-around; padding: 10px 0; padding-bottom: calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -4px 15px rgba(0,0,0,0.03); z-index: 1000; }
.bottom-item { display: flex; flex-direction: column; align-items: center; color: #9ca3af; font-size: 11px; font-weight: bold; background: none; border: none; cursor: pointer; transition: 0.2s; }
.bottom-item .icon { font-size: 22px; margin-bottom: 4px; transition: 0.2s; }
.bottom-item.active { color: var(--primary); }
.bottom-item.active .icon { transform: scale(1.1); }
.instrutor-nav .bottom-item.active { color: #0f172a; }

/* Cartões do App */
.admin-card { background: white; padding: 20px; border-radius: 16px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); text-align: left; border-left: 5px solid #d97706; }
.doc-links a { flex: 1; text-align: center; font-size: 13px; color: var(--primary); text-decoration: none; font-weight: bold; background: #eff6ff; padding: 8px 10px; border-radius: 8px; border: 1px solid #bfdbfe; transition: 0.2s; }
.accordion-header { background: #f1f5f9; padding: 14px 15px; border-radius: 12px; border: 1px solid #e2e8f0; font-weight: bold; color: var(--primary); display: flex; justify-content: space-between; align-items: center; cursor: pointer; margin-bottom: 5px; }
.scroll-options { max-height: 220px; overflow-y: auto; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px 15px; margin-bottom: 20px; display: flex; flex-direction: column; gap: 12px; }
.instrutor-card-busca { background: white; border-radius: 16px; padding: 20px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); text-align: left; border: 1px solid #e2e8f0; }
.inst-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; margin-bottom: 10px; }
.inst-foto { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; background: #e2e8f0; }
.inst-info { flex: 1; margin-left: 15px; }
.inst-info h4 { margin: 0; font-size: 16px; color: var(--text); }
.inst-cat { margin: 0; font-size: 13px; color: var(--primary); font-weight: bold; }
.inst-preco { text-align: right; color: #16a34a; }
.inst-preco strong { font-size: 18px; }

.star-rating { display: flex; flex-direction: row-reverse; justify-content: center; gap: 8px; margin: 15px 0; }
.star-rating input { display: none; }
.star-rating label { font-size: 35px; color: #cbd5e1; cursor: pointer; transition: 0.2s; }
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: #f59e0b; }

.badge-nota { background: #fffbeb; color: #d97706; padding: 4px 8px; border-radius: 8px; font-size: 12px; font-weight: bold; border: 1px solid #fde68a; display: flex; align-items: center; gap: 4px; }
.badge-status { display: inline-block; padding: 6px 12px; border-radius: 8px; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
.badge-amarelo { background: #fef3c7; color: #d97706; border: 1px solid #fde68a; }
.badge-verde { background: #d1fae5; color: #059669; border: 1px solid #a7f3d0; }

.gasto-card { background: white; border-radius: 12px; padding: 15px; margin-bottom: 10px; border: 1px solid #e2e8f0; display: flex; justify-content: space-between; align-items: center; }
.gasto-info strong { color: var(--text); display: block; margin-bottom: 3px; }
.gasto-valor { color: #ef4444; font-weight: bold; font-size: 16px; }
.dica-card { background: #eff6ff; border-left: 4px solid #3b82f6; padding: 15px; border-radius: 0 12px 12px 0; margin-bottom: 15px; text-align: left; }
.dica-card h4 { margin: 0 0 5px 0; color: #1e40af; }


/* Modal Padrão */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 1; transition: opacity 0.3s ease; }
.modal-overlay.hidden { display: none !important; opacity: 0; }
.modal-card { background: white; width: 90%; max-width: 340px; padding: 30px 25px; border-radius: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); text-align: center; transform: scale(1); animation: modalPop 0.3s ease-out; position: relative;}
@keyframes modalPop { 0% { transform: scale(0.9); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.modal-icon { width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 15px; background: #eff6ff; color: var(--primary); }
.modal-card h3 { margin: 0 0 10px 0; color: var(--text); font-size: 22px; }
.modal-card p { margin: 0 0 25px 0; color: var(--gray); font-size: 15px; line-height: 1.5; }
.scroll-vertical { max-height: 350px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; padding-right: 5px; }
.scroll-vertical::-webkit-scrollbar { width: 5px; }
.scroll-vertical::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }

/* --- LANDING PAGE --- */
.landing-layout { 
    background-color: #0f1014; 
    background-image: url('../IMG/background-site-1920w.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed;
    color: white; justify-content: flex-start; padding: 0; min-height: 100vh; 
}
.landing-nav { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 50px; background: rgba(255,255,255,0.95); color: #111; position: sticky; top: 0; z-index: 2000; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.landing-logo { font-size: 20px; font-weight: bold; color: var(--primary); }

.nav-menu-container { display: contents; }
.landing-links { display: flex; gap: 30px; }
.landing-links a { color: #333; text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.2s; }
.landing-links a:hover { color: var(--primary); }
.landing-actions { display: flex; align-items: center; gap: 15px; }
.landing-actions .btn-text { background: none; border: none; font-weight: bold; cursor: pointer; color: #333; font-size: 15px; }
.landing-actions .btn-solid { background: #111; color: white; border: none; padding: 10px 20px; border-radius: 8px; font-weight: bold; cursor: pointer; font-size: 15px; }

.menu-toggle { display: none; background: none; border: none; color: #111; font-size: 28px; cursor: pointer; }
.fechar-menu-mobile { display: none; }
.menu-overlay { display: none; }

.landing-content { max-width: 1000px; width: 100%; margin: 50px auto; padding: 0 20px; }
.landing-header { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; }
.landing-header h1 { margin: 0; font-size: 32px; font-weight: 600; }
.landing-subtitle { color: #9ca3af; font-size: 16px; margin-bottom: 50px; margin-left: 5px; }

.comparison-container { display: flex; gap: 30px; flex-wrap: wrap; width: 100%; }
.comp-card { flex: 1; min-width: 350px; border-radius: 20px; padding: 40px; background: rgba(20, 20, 20, 0.7); backdrop-filter: blur(10px); }
.card-red { border: 1px solid rgba(220, 38, 38, 0.3); box-shadow: 0 0 30px rgba(220, 38, 38, 0.05); }
.icon-red { background: white; color: #dc2626; }
.x-mark { color: #dc2626; font-weight: bold; font-size: 18px; margin-top: 2px; }
.card-green { border: 1px solid rgba(16, 185, 129, 0.4); box-shadow: 0 0 40px rgba(16, 185, 129, 0.08); background: rgba(6, 30, 20, 0.7); }
.icon-green { background: #10b981; color: white; }
.check-mark { color: #10b981; font-weight: bold; font-size: 18px; margin-top: 2px; }

.comp-header { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; }
.comp-icon { width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.comp-header h2 { margin: 0 0 5px 0; font-size: 24px; color: white; }
.comp-header p { margin: 0; color: #9ca3af; font-size: 14px; }
.comp-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: 30px; }
.comp-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 25px; }
.comp-list li { display: flex; align-items: flex-start; gap: 15px; }
.comp-list strong { display: block; color: white; margin-bottom: 5px; font-size: 15px; }
.comp-list span { color: #9ca3af; font-size: 13px; display: block; }
.comp-footer { margin-top: 40px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 14px; color: white; font-weight: bold; }
.comp-footer span { color: #10b981; display: inline; }

/* --- SOBRE O FUNDADOR / SLIDER (BLINDADO) --- */
.about-section { 
    display: flex; gap: 40px; margin: 40px 0 80px 0; align-items: stretch; width: 100%; 
}
.about-text-card { 
    flex: 1.2; min-width: 350px; background: linear-gradient(145deg, #1e3a8a 0%, #0f172a 100%); 
    border-radius: 24px; padding: 50px 40px; border-left: 6px solid #f59e0b; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.6); text-align: left; position: relative; 
}
.quote-icon { font-size: 90px; color: #f59e0b; position: absolute; top: -15px; left: 25px; opacity: 0.15; line-height: 1; font-family: serif; }
.about-text-card h2 { margin-top: 0; margin-bottom: 25px; font-size: 32px; color: #ffffff; font-weight: 800; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.quote { color: #f8fafc; font-size: 19px; line-height: 1.8; font-weight: 400; margin-bottom: 30px; }
.destaque-dourado { color: #fbbf24; font-weight: bold; font-size: 22px; }
.destaque-azul { color: #60a5fa; font-weight: bold; }
.founder-name { color: #94a3b8; font-weight: bold; font-size: 16px; display: flex; align-items: center; gap: 15px; text-transform: uppercase; letter-spacing: 1px; }
.linha-destaque { width: 50px; height: 4px; background: #f59e0b; border-radius: 2px; }

/* Slider Super Protegido */
.about-slider-card { 
    flex: 1; width: 100%; min-width: 350px; border-radius: 24px; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.5); border: 2px solid rgba(255,255,255,0.1); 
    background: #111; height: 450px; overflow: hidden; display: block;
}
.slider-container { width: 100%; height: 100%; display: block; overflow: hidden; }
.slider-track { display: flex; flex-wrap: nowrap; width: 100%; height: 100%; transition: transform 0.6s ease-in-out; }
.slide { 
    min-width: 100%; width: 100%; height: 100%; object-fit: cover; display: block; 
}

/* --- SECÇÃO DE PLANOS --- */
.planos-container { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; width: 100%; }
.plano-card {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px; padding: 40px 30px; width: 100%; max-width: 400px; backdrop-filter: blur(10px);
    transition: transform 0.3s ease; display: flex; flex-direction: column;
}
.plano-card:hover { transform: translateY(-10px); }
.plano-card.destaque { background: linear-gradient(145deg, rgba(30,58,138,0.4) 0%, rgba(15,23,42,0.8) 100%); border: 1px solid #3b82f6; box-shadow: 0 20px 40px rgba(37, 99, 235, 0.2); position: relative; transform: scale(1.05); }
.plano-card.destaque:hover { transform: scale(1.05) translateY(-10px); }
.badge-popular { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: #f59e0b; color: white; padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.plano-header { text-align: center; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; }
.plano-header h3 { color: #94a3b8; font-size: 18px; margin: 0 0 15px 0; text-transform: uppercase; letter-spacing: 1px; }
.plano-card.destaque .plano-header h3 { color: #60a5fa; }
.preco { font-size: 45px; font-weight: 800; color: white; line-height: 1; margin-bottom: 10px; }
.preco span { font-size: 16px; font-weight: normal; color: #94a3b8; }
.plano-header p { color: #cbd5e1; font-size: 14px; margin: 0; }
.plano-features { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.plano-features li { color: #e2e8f0; font-size: 15px; margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; }
.plano-features li span { color: #10b981; font-weight: bold; }
.plano-card.destaque .plano-features li span { color: #f59e0b; }

/* FAQ */
.faq-item { background: #f8fafc; border: 1px solid #e2e8f0; padding: 16px; border-radius: 12px; margin-bottom: 12px; transition: background 0.2s; }
.faq-item:hover { background: #f1f5f9; }
.faq-item strong { display: block; color: var(--text); margin-bottom: 6px; font-size: 15px; }
.faq-item p { margin: 0; color: var(--gray); font-size: 14px; line-height: 1.5; }

/* Rodapé */
.landing-footer { background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(10px); color: #ffffff; padding: 60px 40px 20px; width: 100%; margin-top: 80px; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.footer-container { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.footer-col { display: flex; flex-direction: column; gap: 12px; min-width: 160px; }
.brand-col { max-width: 280px; }
.footer-logo { font-size: 22px; font-weight: bold; color: white; margin-bottom: 5px; }
.brand-col p { color: #9ca3af; font-size: 14px; line-height: 1.5; margin: 0 0 20px 0; }
.social-icons { display: flex; gap: 12px; }
.social-icons a { width: 38px; height: 38px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; font-size: 16px; transition: all 0.3s; }
.social-icons a:hover { background: var(--primary); transform: translateY(-2px); }
.footer-col h4 { margin: 0 0 10px 0; font-size: 16px; font-weight: bold; color: white; }
.footer-col a { color: #9ca3af; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom { text-align: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #9ca3af; font-size: 13px; }

/* --- RESPONSIVIDADE (MOBILE) --- */
@media (max-width: 768px) {
    .landing-nav { padding: 15px 20px; position: relative; }
    .menu-toggle { display: block; }
    
    .nav-menu-container {
        display: flex; position: fixed; top: 0; right: -100%; width: 260px; height: 100vh;
        background: #ffffff; flex-direction: column; justify-content: flex-start; align-items: flex-start;
        padding: 70px 25px 20px; margin-left: 0; gap: 0; transition: right 0.3s ease-in-out;
        z-index: 3000; box-shadow: -5px 0 25px rgba(0,0,0,0.5);
    }
    
    .nav-menu-container.open { right: 0; }
    
    .fechar-menu-mobile {
        display: flex; position: absolute; top: 15px; right: 20px; background: rgba(0,0,0,0.05);
        border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 20px; color: #333; 
        align-items: center; justify-content: center; cursor: pointer;
    }
    
    .landing-links { display: flex; flex-direction: column; width: 100%; gap: 0; }
    .landing-links a { width: 100%; display: block; padding: 15px 0; border-bottom: 1px solid #f1f5f9; font-size: 16px; color: #111; }
    
    .landing-actions { display: flex; flex-direction: column; width: 100%; gap: 10px; margin-top: 25px; align-items: stretch; }
    .landing-actions .btn-text { border: 1px solid #ddd; padding: 12px; text-align: center; color: #111; }
    .landing-actions .btn-solid { padding: 12px; text-align: center; }

    .menu-overlay { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 2999; opacity: 0; visibility: hidden; transition: 0.3s ease; }
    .menu-overlay.open { opacity: 1; visibility: visible; }

    /* FORÇA A ESTRUTURA NO TELEMÓVEL */
    .comparison-container, .about-section { 
        flex-direction: column; margin-top: 30px; display: flex; width: 100%; align-items: stretch;
    }
    .comp-card, .about-text-card { 
        min-width: 100%; width: 100%; display: block;
    }
    
    .about-slider-card { 
        height: 350px; min-width: 100%; width: 100%; margin-top: 10px; display: block;
    } 
    .about-text-card { padding: 30px 20px; }
    .about-text-card h2 { font-size: 24px; }
    .quote { font-size: 16px; }
    
    .plano-card { min-width: 100%; width: 100%; }
    .plano-card.destaque { transform: scale(1); margin-top: 20px; }
    .plano-card.destaque:hover { transform: scale(1) translateY(-5px); }
    
    .footer-container { flex-direction: column; gap: 30px; text-align: center; }
    .brand-col { max-width: 100%; align-items: center; }
}

/* Ajuste para o Accordion não ocupar espaço quando fechado */
.scroll-options {
    max-height: 0; /* Esconde completamente o conteúdo */
    overflow: hidden; /* Garante que nada escape */
    opacity: 0;
    transition: all 0.3s ease-in-out; /* Transição suave ao abrir */
    background: white;
    border: none; /* Remove borda quando fechado */
    margin-bottom: 0;
    display: grid !important; /* Mantém a organização interna */
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
}

/* Classe que será aplicada pelo JS para abrir */
.scroll-options.active {
    max-height: 300px; /* Limite de altura com scroll */
    opacity: 1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    overflow-y: auto;
}

/* Container de cada item (Input + Label) */
.option-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all 0.2s;
}

.option-item:hover {
    background: #eff6ff;
    border-color: #3b82f6;
}

.option-item input {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

.option-item label {
    font-size: 13px;
    color: #475569;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}