:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f0f2f5;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.app{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:15px;display:flex}.header{background:linear-gradient(135deg,#1b2a4a 0%,#2c3e6b 100%);border-radius:16px;margin-bottom:20px;padding:15px 25px;box-shadow:0 4px 20px #1b2a4a4d}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.logo{align-items:center;gap:12px;display:flex}.gear-icon{justify-content:center;align-items:center;display:flex}.gear-spin{color:#f39c12;animation:4s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo h1{color:#fff;font-size:20px;font-weight:700}.header-actions{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.date{color:#ffffffb3;font-size:13px}.btn-add{color:#fff;cursor:pointer;white-space:nowrap;background:#f39c12;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.btn-add:hover{background:#e67e22;transform:translateY(-2px);box-shadow:0 4px 15px #f39c1266}.nav-tabs{-webkit-overflow-scrolling:touch;background:#fff;border-radius:12px;flex-wrap:nowrap;gap:4px;margin-bottom:20px;padding:5px;display:flex;overflow-x:auto;box-shadow:0 2px 10px #0000000d}.nav-tabs button{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:none;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .3s;display:flex}.nav-tabs button:hover{color:#1b2a4a;background:#f0f2f5}.nav-tabs button.active{color:#fff;background:#1b2a4a;box-shadow:0 2px 10px #1b2a4a4d}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.loader{border:4px solid #f0f2f5;border-top-color:#1b2a4a;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:15px;margin-bottom:20px;display:grid}.stat-card{background:#fff;border-radius:14px;align-items:center;gap:14px;padding:15px 18px;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000000d}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.stat-card .stat-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card.blue .stat-icon{background:#1b2a4a}.stat-card.green .stat-icon{background:#2ecc71}.stat-card.orange .stat-icon{background:#f39c12}.stat-card.red .stat-icon{background:#e74c3c}.stat-card .stat-info h3{color:#666;font-size:12px;font-weight:400}.stat-card .stat-number{color:#1b2a4a;font-size:24px;font-weight:700}.charts-grid{grid-template-columns:2fr 1fr;gap:18px;margin-bottom:20px;display:grid}.chart-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 10px #0000000d}.chart-card h3{color:#1b2a4a;margin-bottom:15px;font-size:15px}.form-overlay{padding:20px;z-index:9999!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;background:#0009!important;justify-content:center!important;align-items:center!important;animation:.3s fadeIn!important;display:flex!important;position:fixed!important;inset:0!important}.form-modal{background:#fff!important;border-radius:20px!important;width:100%!important;max-width:600px!important;max-height:90vh!important;padding:30px!important;animation:.3s slideUp!important;overflow-y:auto!important;box-shadow:0 20px 60px #0000004d!important}.form-modal h2{color:#1b2a4a;align-items:center;gap:10px;margin-bottom:20px;font-size:20px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-grid input,.form-grid select,.form-grid textarea{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .3s}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#1b2a4a;outline:none}.form-grid textarea{resize:vertical;grid-column:1/-1;min-height:70px}.checkbox-group{align-items:center;display:flex}.checkbox-group label{color:#1b2a4a;cursor:pointer;align-items:center;gap:8px;font-weight:600;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;width:18px;height:18px}.range-group{grid-column:1/-1}.range-group label{color:#1b2a4a;margin-bottom:4px;font-weight:600;display:block}.range-group input[type=range]{-webkit-appearance:none;background:#e0e0e0;border-radius:4px;outline:none;width:100%;height:6px}.range-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#1b2a4a;border-radius:50%;width:16px;height:16px}.form-actions{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:18px;display:flex}.btn-cancel{color:#555;cursor:pointer;background:#e0e0e0;border:none;border-radius:10px;padding:9px 22px;font-size:14px;font-weight:600;transition:background .3s}.btn-cancel:hover{background:#ccc}.btn-submit{color:#fff;cursor:pointer;background:#2ecc71;border:none;border-radius:10px;padding:9px 22px;font-size:14px;font-weight:600;transition:all .3s}.btn-submit:hover{background:#27ae60;transform:translateY(-2px);box-shadow:0 4px 15px #2ecc7166}.register-container{background:#fff;border-radius:14px;padding:25px;box-shadow:0 2px 10px #0000000d}.register-container h2{color:#1b2a4a;margin-bottom:20px;font-size:20px}.register-form .form-grid-register{grid-template-columns:1fr 1fr;gap:12px;display:grid}.register-form input,.register-form select,.register-form textarea{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .3s}.register-form input:focus,.register-form select:focus,.register-form textarea:focus{border-color:#1b2a4a;outline:none}.register-form textarea{resize:vertical;grid-column:1/-1;min-height:70px}.btn-submit-full{color:#fff;cursor:pointer;background:#2ecc71;border:none;border-radius:10px;width:100%;margin-top:18px;padding:12px;font-size:16px;font-weight:600;transition:all .3s}.btn-submit-full:hover{background:#27ae60;transform:translateY(-2px);box-shadow:0 4px 15px #2ecc7166}.list-container{background:#fff;border-radius:14px;padding:20px;box-shadow:0 2px 10px #0000000d}.list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;display:flex}.list-header h2{color:#1b2a4a;font-size:18px}.filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filters select,.filters input{border:2px solid #e0e0e0;border-radius:8px;padding:7px 12px;font-size:13px}.btn-search{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:13px;display:flex}.table-wrapper{overflow-x:auto}.activity-table{border-collapse:collapse;width:100%;min-width:700px;font-size:13px}.activity-table th{text-align:left;color:#1b2a4a;background:#f8f9fa;border-bottom:2px solid #e0e0e0;padding:10px 12px;font-size:12px;font-weight:600}.activity-table td{vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:10px 12px}.activity-table tr:hover{background:#f8f9fa}.empty{text-align:center;color:#999;padding:30px!important}.badge-area{color:#fff;background:#1b2a4a;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.progress-cell{align-items:center;gap:8px;display:flex}.mini-bar{background:#e0e0e0;border-radius:4px;width:50px;height:6px;overflow:hidden}.mini-bar div{border-radius:4px;height:100%;transition:width .3s}.actions{gap:4px;display:flex}.actions button{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px 6px;transition:all .2s;display:flex}.btn-edit{color:#f39c12;background:#fef5e7}.btn-edit:hover{color:#fff;background:#f39c12}.btn-delete{color:#e74c3c;background:#fdedec}.btn-delete:hover{color:#fff;background:#e74c3c}.consult-container{background:#fff;border-radius:14px;padding:25px;box-shadow:0 2px 10px #0000000d}.consult-container h2{color:#1b2a4a;margin-bottom:18px;font-size:20px}.consult-filters{background:#f8f9fa;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:15px;margin-bottom:20px;padding:15px 18px;display:flex}.filter-group{flex-direction:column;flex:1;gap:4px;min-width:130px;display:flex}.filter-group label{color:#555;font-size:12px;font-weight:600}.filter-group input,.filter-group select{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:7px 12px;font-size:13px}.btn-consult{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:600;display:flex}.results{margin-top:18px}.results h3{color:#1b2a4a;margin-bottom:12px;font-size:16px}.result-table{border-collapse:collapse;width:100%;min-width:500px;font-size:13px}.result-table th{text-align:left;background:#f8f9fa;border-bottom:2px solid #e0e0e0;padding:8px 12px;font-size:12px}.result-table td{border-bottom:1px solid #f0f0f0;padding:8px 12px}.export-container{background:#fff;border-radius:14px;padding:25px;box-shadow:0 2px 10px #0000000d}.export-container h2{color:#1b2a4a;margin-bottom:18px;font-size:20px}.export-filters{background:#f8f9fa;border-radius:12px;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:15px 18px;display:flex}.export-buttons{flex-wrap:wrap;gap:12px;display:flex}.export-buttons button{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.export-buttons button:hover{transform:translateY(-3px)}.btn-excel{color:#fff;background:#1b7e3d}.btn-excel:hover{background:#146a32;box-shadow:0 4px 15px #1b7e3d66}.btn-pdf{color:#fff;background:#e74c3c}.btn-pdf:hover{background:#c0392b;box-shadow:0 4px 15px #e74c3c66}.btn-csv{color:#fff;background:#3498db}.btn-csv:hover{background:#2980b9;box-shadow:0 4px 15px #3498db66}.footer{background:linear-gradient(135deg,#1b2a4a 0%,#2c3e6b 100%);border-radius:16px;margin-top:auto;padding:15px 25px;box-shadow:0 -4px 20px #1b2a4a33}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-info{color:#fffc;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.footer-info svg{color:#f39c12}.footer-info strong{color:#fff;font-weight:700}.footer-role{color:#f39c12;font-weight:600}.footer-year{color:#ffffff80;font-size:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.charts-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.app{padding:10px}.header{padding:12px 16px}.logo h1{font-size:16px}.gear-spin{width:24px!important;height:24px!important}.date{font-size:11px}.btn-add{padding:6px 12px;font-size:12px}.nav-tabs{gap:3px;padding:4px}.nav-tabs button{padding:6px 10px;font-size:11px}.nav-tabs button svg{width:14px;height:14px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:12px}.stat-card .stat-number{font-size:18px}.stat-card .stat-icon{width:36px;height:36px}.stat-card .stat-icon svg{width:18px;height:18px}.form-grid,.register-form .form-grid-register{grid-template-columns:1fr}.consult-filters{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.export-buttons{flex-direction:column}.export-buttons button{min-width:100%}.footer-content{text-align:center;flex-direction:column}.footer-info{justify-content:center}.list-header{flex-direction:column;align-items:stretch}.filters{flex-wrap:wrap}.filters select,.filters input{flex:1;min-width:100px}.form-modal{padding:20px}}@media (width<=480px){.header-content{flex-direction:column;align-items:stretch;gap:8px}.header-actions{justify-content:space-between}.date{font-size:10px}.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:10px}.stat-card .stat-number{font-size:16px}.stat-card .stat-info h3{font-size:10px}.nav-tabs button{padding:5px 8px;font-size:10px}.nav-tabs button svg{width:12px;height:12px}.activity-table{min-width:500px;font-size:11px}.activity-table th,.activity-table td{padding:6px 8px}.result-table{min-width:400px;font-size:11px}.chart-card{padding:12px}.chart-card h3{font-size:13px}.register-container,.list-container,.consult-container,.export-container{padding:15px}}
