@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css);*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0faf5;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:flex;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;z-index:1000}.modal,.modal .modal-content{box-sizing:border-box;width:100%}.modal .modal-content{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:440px;padding:24px;position:relative}.modal-header{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem}.modal-title{color:var(--brand-dark);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin:0}.modal-body{color:var(--text);font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.modal-security{margin-top:1rem}.modal-security p{color:var(--text-muted);font-size:.875rem;margin:0 0 8px}.modal-security input{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);box-sizing:border-box;color:var(--text);font-family:Inter,sans-serif;font-size:.95rem;letter-spacing:.15em;outline:none;padding:.7rem .5rem;transition:border-color .2s;width:100%}.modal-security input:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #adcece59}.modal-footer{display:flex;gap:8px;justify-content:flex-end}.modal-button.cancel{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;padding:.7rem 1.1rem;transition:background-color .15s ease,border-color .15s ease}.modal-button.cancel:hover{background:var(--green-light);border-color:var(--green-dark);color:var(--brand-dark)}.modal-button.confirm{align-items:center;background:#fee2e2;border:1px solid #fca5a5;border-radius:var(--radius-sm);color:#b91c1c;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;padding:.7rem 1.1rem;transition:background-color .15s ease,border-color .15s ease}.modal-button.confirm:hover{background:#fecaca;border-color:#f87171}@media (max-width:480px){.modal .modal-content{padding:18px 16px}.modal-footer{flex-direction:column-reverse}.modal-button.cancel,.modal-button.confirm{justify-content:center;width:100%}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100%;z-index:1000}.modal-overlay .modal-content{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);box-sizing:border-box;max-height:90vh;max-width:480px;overflow-y:auto;padding:24px;position:relative;width:100%}.modal-overlay .modal-content h2{color:var(--brand-dark);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin:0 0 20px}.modal-overlay .form-group{align-items:center;box-sizing:border-box;display:flex;gap:8px;margin-bottom:12px;width:100%}.modal-overlay .form-group input,.modal-overlay .form-group select{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);box-sizing:border-box;color:var(--text);flex:1 1;font-family:Inter,sans-serif;font-size:.875rem;height:36px;min-width:0;outline:none;padding:0 10px;transition:border-color .2s;width:100%}.modal-overlay .form-group input:focus,.modal-overlay .form-group select:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #adcece59}.modal-overlay .form-group select:disabled{cursor:not-allowed;opacity:.5}.modal-overlay .form-group select.select-inline{flex:0 0 auto;min-width:130px;width:auto}.modal-overlay .form-group .input-response{flex:1 1;margin-left:0;min-width:0}.date-range-container{box-sizing:border-box;display:flex;gap:8px;width:100%}.date-range-container input{flex:1 1;min-width:0}.date-range-container.hidden{display:none}.modal-actions{flex-wrap:wrap;justify-content:space-between;margin-top:20px}.modal-actions,.modal-actions-right{align-items:center;display:flex;gap:8px}.modal-actions .delete-filter-button,.modal-actions .filter-button,.modal-actions .filter-button2{align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;gap:5px;height:32px;padding:0 14px;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.modal-actions .filter-button2,.modal-actions .filter-button2:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.modal-actions .filter-button2:hover{opacity:80%}.modal-actions .filter-button{background:var(--surface);color:var(--text-muted)}.modal-actions .filter-button:hover{background:var(--green-light);border-color:var(--green-dark);color:var(--brand-dark)}.modal-actions .delete-filter-button{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.modal-actions .delete-filter-button:hover{background:#fecaca;border-color:#f87171}@media (max-width:480px){.modal-overlay .modal-content{padding:18px 16px}.modal-overlay .form-group.form-group--row{align-items:stretch;flex-direction:column}.modal-overlay .form-group.form-group--row select.select-inline{flex:initial;min-width:0;min-width:auto;width:100%}.date-range-container{flex-direction:column}.modal-actions{align-items:stretch;flex-direction:column-reverse}.modal-actions-right{width:100%}.modal-actions-right .filter-button,.modal-actions-right .filter-button2{flex:1 1;justify-content:center}.modal-actions .delete-filter-button{justify-content:center;width:100%}}:root{--green:#adeece;--green-dark:#8dc8b0;--green-light:#d4f0e4;--brand-dark:#0e1411;--blue-hover:#0056b3;--red:#dc2626;--red-hover:#b91c1c;--bg:#f0faf5;--surface:#fff;--border:#d1e8dc;--text:#1a202c;--text-muted:#64748b;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000f;--shadow-md:0 4px 12px #0000001a,0 2px 6px #0000000f;--shadow-lg:0 10px 30px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}.App{text-align:center}.main-container{background-color:#f0faf5;background-color:var(--bg);font-family:Inter,sans-serif;margin:0;min-height:100vh;padding:0}.main-header{background-color:#adeece;background-color:var(--green);box-shadow:0 2px 8px #0e14111f;color:#0e1411;color:var(--brand-dark);padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.container{height:60px;justify-content:space-between}.container,.greeting{align-items:center;display:flex}.greeting{gap:12px;min-width:220px}.logo-header{height:auto;width:160px}nav{flex-grow:1}.nav-list{align-items:center;display:flex;gap:4px;height:60px;list-style:none;margin:0;padding:0}.nav-list li{margin:0}.nav-list a{border-radius:6px;border-radius:var(--radius-sm);display:inline-block;font-weight:500;padding:6px 14px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.nav-list a,.nav-list a:hover{color:#0e1411;color:var(--brand-dark);font-size:.9rem}.nav-list a:hover{background-color:#0e141114;font-weight:600}.nav-list a.active{background-color:#0e1411;background-color:var(--brand-dark);border-bottom:none;color:#adeece;color:var(--green);cursor:default;font-size:.9rem;font-weight:600;padding-bottom:6px}.right-items{gap:10px;margin-left:auto}.nav-item,.right-items{align-items:center;display:flex}.nav-item{font-size:.875rem;font-weight:500}.logout-icon,.nav-item{color:#0e1411;color:var(--brand-dark)}.logout-icon{border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;font-size:1.2rem;padding:6px;transition:background-color .2s,color .2s}.logout-icon:hover{background-color:#dc2626;background-color:var(--red);color:#fff}.main-content{padding:2rem;text-align:center}.login-container{align-items:center;background:linear-gradient(135deg,#d4f0e4,#adeece 50%,#8dc8b0);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem}.login-logo{filter:drop-shadow(0 4px 12px rgba(14,20,17,.15));height:auto;margin-bottom:2rem;width:280px}.login-form{background:#fff;background:var(--surface);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000001f;box-shadow:var(--shadow-lg);padding:2.5rem;text-align:left;width:340px}.login-form h2{color:#0e1411;color:var(--brand-dark);font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.75rem;text-align:center}.version-info{bottom:12px;color:#0e141173;font-size:.65rem;position:fixed;right:14px}.form-group{align-items:center;border-radius:6px;border-radius:var(--radius-sm);display:flex;margin-bottom:1rem;transition:border-color .2s}.input-icon{color:#64748b;color:var(--text-muted);flex-shrink:0;font-size:1rem;margin-right:.5rem}input{background:#f0faf5;background:var(--bg);border:1.5px solid #d1e8dc;border:1.5px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1a202c;color:var(--text);flex:1 1;font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:.7rem .5rem}input::placeholder{color:#aab8c0}input:disabled{color:#64748b;color:var(--text-muted);cursor:not-allowed}input[type=time]{flex:2 1}input[type=checkbox]{accent-color:#0e1411;accent-color:var(--brand-dark);flex:none;height:18px;margin:0;width:18px}select{background:#f0faf5;background:var(--bg);border:1.5px solid #d1e8dc;border:1.5px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1a202c;color:var(--text);font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:.7rem .5rem;transition:border-color .2s;width:100%}select:focus{border-color:#8dc8b0;border-color:var(--green-dark);box-shadow:0 0 0 3px #adcece59}.form-row{align-items:center;display:flex;gap:10px}.form-row .form-group{flex:1 1}.form-row .form-group input{min-width:0;width:100%}.form-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:1rem}.form-actions .delete-button-container,.form-actions .delete-client-button-wrapper,.form-actions .delete-event-button-wrapper{margin-left:auto}.form-actions-right{align-items:center;display:flex;gap:8px;margin-left:auto}.action-button,.action-button-wide,.action-button-wider,.action-button-widest,.codes-button,.create-client-button,.create-event-button,.delete-button,.delete-filter-button,.duplicate-button,.edit-button,.filter-button,.filter-button2,.login-button,.submit-button,.tags-button,.unregister-button,.unregister-button-wide,.unregister-button-widest{align-items:center;border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;gap:5px;justify-content:center;letter-spacing:.01em;padding:.45rem .85rem;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.login-button{background-color:#0e1411;background-color:var(--brand-dark);border-radius:6px;border-radius:var(--radius-sm);color:#fff;font-size:1rem;margin-top:.5rem;padding:.75rem;width:100%}.login-button:hover{background-color:#1e3a2f;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--shadow-sm)}.action-button,.action-button-wide,.action-button-wider,.action-button-widest,.create-client-button,.create-event-button,.delete-button,.delete-filter-button,.duplicate-button,.filter-button,.filter-button2,.unregister-button,.unregister-button-wide,.unregister-button-widest{background-color:#0e1411;background-color:var(--brand-dark);color:#fff}.action-button:hover,.create-client-button:hover,.create-event-button:hover,.duplicate-button:hover,.filter-button2:hover,.filter-button:hover{box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);opacity:80%;transform:translateY(-1px)}.action-button,.action-button-wide,.action-button-wider,.action-button-widest,.unregister-button-widest{width:auto}.action-button-widest:disabled,.unregister-button-widest:disabled{background-color:#d1d5db;box-shadow:none;color:#9ca3af;cursor:not-allowed}.edit-button{background-color:#2563eb;color:#fff}.edit-button:hover:not(:disabled){background-color:#8dc8b0;background-color:var(--green-dark)}.edit-button:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.tags-button{background-color:#16a34a;color:#fff}.tags-button:hover{background-color:#15803d}.codes-button{background-color:#0891b2;color:#fff}.codes-button:hover{background-color:#0e7490}.delete-button:hover,.eventos-container .delete-button:hover,.eventos-container .unregister-button-widest:hover,.eventos-container .unregister-button:hover,.unregister-button-wide:hover,.unregister-button-widest:hover,.unregister-button:hover{background-color:#dc2626;background-color:var(--red)}.delete-filter-button:hover,.modal-actions .delete-filter-button:hover{background-color:#dc2626;background-color:var(--red);color:#fff;transform:translateY(-1px)}.upload-button{background-color:initial;border:1.5px solid #2563eb;border-radius:6px;border-radius:var(--radius-sm);color:#2563eb;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.55rem 1.1rem;transition:background-color .2s}.upload-button:hover{background-color:#eff6ff}.create-client-container,.create-event-container{display:flex;justify-content:flex-end;margin-bottom:1rem;margin-right:15px}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}table{border-collapse:collapse;border-radius:10px;border-radius:var(--radius-md);overflow:hidden;width:100%}td{border-bottom:1px solid #eef4f1;padding:12px 14px;vertical-align:middle}td:last-child{text-align:right}.eventos-table{background:#fff;background:var(--surface);border-collapse:collapse;border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);overflow:hidden;width:100%}.eventos-table td,.eventos-table th{border-bottom:1px solid #eef4f1;padding:16px 14px;text-align:left;vertical-align:middle}.eventos-table th{background-color:#adeece;background-color:var(--green);color:#0e1411;color:var(--brand-dark);font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.eventos-table tr:last-child td{border-bottom:none}.eventos-table tr:hover td{background-color:#d4f0e4;background-color:var(--green-light)}.clientes-container,.escaneos-container,.eventos-container{margin:0;text-align:left}.eventos-container p{color:#64748b;color:var(--text-muted);font-size:.95rem}.create-client-form,.create-event-form,.edit-event-form,.evento-container,.user-container{background:#fff;background:var(--surface);border:1.5px solid #d1e8dc;border:1.5px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0000001a,0 2px 6px #0000000f;box-shadow:var(--shadow-md);margin:0 auto;max-width:620px;padding:2rem;position:relative;width:100%}.evento-container{max-width:700px}.user-container{max-width:500px}.create-client-form h2,.create-event-form h2{color:#0e1411;color:var(--brand-dark);font-size:1.2rem;font-weight:700;margin:0 0 1.5rem}.create-client-form .form-group,.create-event-form .form-group{margin-bottom:1rem}.create-client-form input,.create-event-form input{padding:0;width:100%}.create-client-form .delete-client-button,.create-event-form .delete-event-button,.evento-container .form-actions .delete-event-button,.eventos-container .delete-event-button{background-color:#fee2e2;border-color:#fca5a5;color:#b91c1c}.create-client-form .delete-client-button:hover,.create-event-form .delete-event-button:hover,.evento-container .form-actions .delete-event-button:hover,.eventos-container .delete-event-button:hover{background:#fecaca;border-color:#f87171;transform:translateY(-1px)}.evento-container .form-actions button,.user-container .form-actions button{align-items:center;background-color:#fff;background-color:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;gap:6px;justify-content:center;padding:.7rem 1.1rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.evento-container .form-actions .save-button,.user-container .form-actions .save-button{background-color:#0e1411;background-color:var(--brand-dark);border:none;color:#fff}.evento-container .form-actions .save-button:hover,.user-container .form-actions .save-button:hover{opacity:80%;transform:translateY(-1px)}.evento-container .form-actions .delete-button-container{margin-left:auto}.evento-container .modal-close-button{align-items:center;background-color:#f1f5f9;border:none;border-radius:50%;color:#98a2b3;cursor:pointer;display:flex;font-size:.875rem;height:44px;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;transition:background-color .2s ease;width:44px}.evento-container .modal-close-button i{font-size:20px}.evento-container .modal-close-button:hover{background-color:#e4e7ec;color:#344054}.user-container .form-actions-right{width:100%}.user-container .form-actions-right button{width:50%}.evento-actions{padding:6px 4px;text-align:right;white-space:nowrap;width:1px}.evento-actions .action-button,.evento-actions .action-button-wide,.evento-actions .action-button-wider,.evento-actions .action-button-widest,.evento-actions .codes-button,.evento-actions .edit-button,.evento-actions .tags-button,.evento-actions .unregister-button-wide,.evento-actions .unregister-button-widest,.evento-actions button{font-size:.875rem;gap:6px;padding:.5rem 1rem}.evento-times{width:120px}.evento-dates{width:200px}.evento-autonext{width:80px}.evento-codigo{font-weight:600;width:180px}.evento-name{font-weight:600;white-space:nowrap}.evento-provider{text-align:center;width:200px}.api-key{width:650px;word-break:break-all}.uso-verde{color:#16a34a;font-weight:700;width:120px}.uso-rojo{width:120px}.uso-rojo,option.red{color:#dc2626;color:var(--red);font-weight:700}option.green{color:#16a34a;font-weight:700}.pagination-controls{align-items:center;display:flex;justify-content:space-between;margin-top:20px;padding:0 4px}.pagination-buttons{align-items:center;display:flex;gap:8px;margin-left:10px}.pagination-buttons button{background-color:#fff;background-color:var(--surface);border:1.5px solid #d1e8dc;border:1.5px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#0e1411;color:var(--brand-dark);cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;padding:7px 16px;transition:background-color .2s,border-color .2s}.pagination-buttons button:disabled{background-color:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.pagination-buttons button:hover:not(:disabled){background-color:#adeece;background-color:var(--green);border-color:#8dc8b0;border-color:var(--green-dark)}.pagination-info{color:#64748b;color:var(--text-muted);font-size:.875rem;margin-right:10px;text-align:right}.form-overlay{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.filter-modal,.form-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073}.miguitas{color:#0e1411;color:var(--brand-dark);font-size:1.6rem;font-weight:700;letter-spacing:-.03em;margin-bottom:4px;margin-left:10px;text-align:left}.loading-message{background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a,0 2px 6px #0000000f;box-shadow:var(--shadow-md);color:#64748b;color:var(--text-muted);font-size:.9rem;left:50%;padding:14px 22px;position:absolute;text-align:left;top:50%;transform:translate(-50%,-50%);z-index:10}.codes-container{position:relative}.error-message-header{color:#b91c1c;display:list-item;font-size:.65rem;font-weight:500;line-height:1.3;margin:0;padding:0}.error-message{color:#b91c1c;font-size:.85rem;font-weight:500;line-height:1.25;margin-bottom:0;margin-top:.25rem}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;font-size:.95rem;gap:8px}.checkbox-label input[type=checkbox]{flex:none;height:18px;margin:0;width:18px}.batch-container{padding:20px}.sample_csv-container{background-color:#d4f0e4;background-color:var(--green-light);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);margin-bottom:12px;padding:16px 20px}.dropzone{background:#f0faf5;background:var(--bg);border:2px dashed #8dc8b0;border:2px dashed var(--green-dark);border-radius:10px;border-radius:var(--radius-md);color:#64748b;color:var(--text-muted);cursor:pointer;font-size:.9rem;margin-bottom:10px;padding:24px 20px;text-align:center;transition:background-color .2s}.drag-over{background-color:#d4f0e4;background-color:var(--green-light)}.submit-button{background-color:#2563eb;color:#fff}.submit-button:hover{background-color:#1d4ed8}.chart-container{display:flex;flex-direction:column;gap:32px}.chart-grid{display:flex;flex-wrap:wrap;justify-content:space-around}.chart-group{background-color:#d4f0e4;background-color:var(--green-light);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);margin-bottom:20px;margin-left:10px;margin-right:-5px;padding:16px}.chart-group h3{color:#0e1411;color:var(--brand-dark);font-size:1.1rem;font-weight:700;margin-bottom:16px}.chart-wrapper{align-items:center;flex:1 1;flex-direction:column;height:300px;padding:16px;width:600px}.chart-wrapper h4{color:#64748b;color:var(--text-muted);font-size:.9rem;font-weight:600;margin-bottom:10px;text-align:left!important}.pie-wrapper{align-items:center;display:flex;flex:1 1;flex-direction:column;margin-top:55px;max-width:200px;width:100%}.chart-wrapper canvas{height:auto!important;width:100%!important}.chart-group-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.fila{align-items:flex-start;display:flex;gap:20px;justify-content:flex-start;margin-bottom:20px;width:100%}.input-response{flex-grow:1;margin-left:10px;min-width:320px}.eventos-container button{background-color:#0e1411;background-color:var(--brand-dark);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.55rem 1.1rem;transition:background-color .2s ease}.eventos-container a:hover,.eventos-container button:hover{background-color:#d4f0e4;background-color:var(--green-light);border-color:#8dc8b0;border-color:var(--green-dark);color:#0e1411;color:var(--brand-dark);transform:translateY(-1px)}.more-actions-menu{position:relative}.more-actions-trigger{width:100%}.more-actions-dropdown{animation:user-menu-in .15s ease;background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 10px 30px #0000001f;box-shadow:var(--shadow-lg);left:0;overflow:hidden;padding:.5rem;position:absolute;top:calc(100% + 4px);width:243px;z-index:200}.more-actions-item{align-items:center;background:#0000;border:0;color:#1a202c;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;gap:10px;justify-content:start!important;padding:11px 16px;transition:background-color .15s ease,color .15s ease;width:100%}.more-actions-item i{color:#64748b;color:var(--text-muted);width:14px}.more-actions-item:focus-visible,.more-actions-item:hover,.more-actions-menu:focus-visible,.more-actions-menu:hover{background-color:#d4f0e4;background-color:var(--green-light)}.more-actions-item:focus-visible,.more-actions-menu:focus-visible{outline:2px solid #adeece;outline:2px solid var(--green);outline-offset:-2px}.more-actions-item{border:none!important}@media (max-width:768px){.main-header{padding:0 .75rem}.container{flex-wrap:wrap;gap:4px;height:auto;padding:8px 0}.greeting{min-width:0;min-width:auto}.logo-header{width:120px}nav{width:100%}.nav-list{flex-wrap:wrap;gap:2px;height:auto;padding:4px 0}.nav-list a{font-size:.85rem;padding:5px 10px}.right-items{margin-top:2px}.main-content{padding:1rem .75rem}.create-client-form,.create-event-form,.edit-event-form,.evento-container,.user-container{padding:1.25rem}.login-form{max-width:340px;padding:2rem 1.5rem;width:100%}.login-logo{width:200px}.miguitas{font-size:1.2rem}.pagination-controls{align-items:flex-start;flex-direction:column;gap:10px}.pagination-info{margin-right:0;text-align:left}}@media (max-width:480px){.nav-list a{font-size:.8rem;padding:4px 8px}.main-content{padding:.75rem .5rem}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions-right{width:100%}.form-actions-right button{flex:1 1;justify-content:center}.form-actions .delete-event-button{justify-content:center;width:100%}.form-actions-right .more-actions-menu{flex:1 1}.more-actions-dropdown{width:100%}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}.td-header{display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-end}.desktop-only{display:block}.mobile-only{display:none!important}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}}.ev-pill{border-radius:99px;display:inline-block;flex-shrink:0;font-size:11px;font-weight:600;letter-spacing:.02em;padding:2px 10px;white-space:nowrap}.ev-pill--green{background:#d1fae5;color:#065f46}.ev-pill--gray{background:#f1f5f9;color:#475569}.ev-pill--red{background:#fee2e2;color:#b91c1c}.sort-bar{align-items:center;display:flex;gap:10px;margin-bottom:10px;padding:0 2px}.sort-bar__label{color:#64748b;color:var(--text-muted);font-size:12px;font-weight:500;white-space:nowrap}.sort-bar__options{display:flex;gap:4px}.eventos-container .sort-bar__btn{align-items:center;background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:12px;font-weight:600;gap:5px;height:30px;padding:0 10px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.eventos-container .sort-bar__btn:hover{background:#d4f0e4;background:var(--green-light);border-color:#8dc8b0;border-color:var(--green-dark);color:#0e1411;color:var(--brand-dark)}.eventos-container .sort-bar__btn--active{background:#d4f0e4!important;background:var(--green-light)!important;border-color:#8dc8b0!important;border-color:var(--green-dark)!important;color:#0e1411!important;color:var(--brand-dark)!important}.sort-bar__btn svg{opacity:.6}.sort-bar__btn--active svg{opacity:1}.ev-main-cell{align-items:center;display:flex;gap:10px}.ev-main-cell .ev-name{color:#1a202c;color:var(--text);font-size:14px;font-weight:600}.ev-date-cell{color:#1a202c;color:var(--text);width:160px}.ev-date-cell,.ev-time-cell{font-size:13px;white-space:nowrap}.ev-time-cell{color:#64748b;color:var(--text-muted);width:130px}.icon-btn-group{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;justify-content:flex-end}.eventos-container .icon-btn,.icon-btn{align-items:center;background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:12px;font-weight:600;gap:5px;height:30px;justify-content:center;padding:0 10px;transition:background-color .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.icon-btn svg{display:block;flex-shrink:0;height:13px;pointer-events:none;width:13px}.icon-btn:active{opacity:.8}.eventos-container .icon-btn--edit:hover,.icon-btn--edit:hover{background:#eff6ff!important;border-color:#93c5fd!important;color:#1d4ed8!important}.eventos-container .icon-btn--tags:hover,.icon-btn--tags:hover{background:#f0fdf4!important;border-color:#86efac!important;color:#15803d!important}.eventos-container .icon-btn--providers:hover,.icon-btn--providers:hover{background:#f0fdfa!important;border-color:#5eead4!important;color:#0f766e!important}.eventos-container .icon-btn--codes:hover,.icon-btn--codes:hover{background:#f5f3ff!important;border-color:#c4b5fd!important;color:#6d28d9!important}.eventos-container .icon-btn--scans:hover,.icon-btn--scans:hover{background:#fffbeb!important;border-color:#fcd34d!important;color:#b45309!important}.eventos-container .icon-btn--stats:hover,.icon-btn--stats:hover{background:#fff1f2!important;border-color:#fda4af!important;color:#be123c!important}.event-cards{display:flex;flex-direction:column;gap:10px;padding:0 2px}.event-card{background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);padding:14px 16px}.event-card__header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:4px}.event-card__name{color:#1a202c;color:var(--text);font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-card__meta{align-items:center;color:#64748b;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:13px;gap:6px;margin-bottom:14px}.event-card__sep{color:#d1e8dc;color:var(--border)}.event-card__actions{grid-gap:7px;display:grid;gap:7px;grid-template-columns:repeat(2,1fr)}.card-action-btn,.eventos-container .card-action-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:#f0faf5!important;background:var(--bg)!important;border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#64748b!important;color:var(--text-muted)!important;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:10px 8px;transition:background-color .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.card-action-btn svg{flex-shrink:0;height:14px;width:14px}.card-action-btn:active{transform:scale(.96)}.cod-toolbar{gap:8px;justify-content:space-between;margin-bottom:14px;margin-top:10px}.cod-toolbar,.cod-toolbar__right{align-items:center;display:flex;flex-wrap:wrap}.cod-toolbar__right{gap:6px}.eventos-container .icon-btn--create,.icon-btn--create{background:#0e1411!important;background:var(--brand-dark)!important;border-color:#0e1411!important;border-color:var(--brand-dark)!important;color:#fff!important}.eventos-container .icon-btn--create:hover,.icon-btn--create:hover{opacity:80%}.eventos-container .icon-btn--danger,.icon-btn--danger{background:#fee2e2!important;border-color:#fca5a5!important;color:#b91c1c!important}.eventos-container .icon-btn--danger:hover,.icon-btn--danger:hover{background:#fecaca!important;border-color:#f87171!important}.eventos-container .icon-btn--danger:disabled,.icon-btn--danger:disabled{background:#f3f4f6!important;border-color:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed;opacity:1}.eventos-container .icon-btn--unscan:hover,.icon-btn--unscan:hover{background:#fff1f2!important;border-color:#fda4af!important;color:#be123c!important}.eventos-container .icon-btn--unscan:disabled,.icon-btn--unscan:disabled{background:#f3f4f6!important;border-color:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed;opacity:1}.cod-table td{font-size:13px}.cod-code-cell{color:#0e1411;color:var(--brand-dark);font-weight:600;white-space:nowrap}.cod-uses-cell{color:#1a202c;color:var(--text);white-space:nowrap}.cod-used-cell{color:#64748b;color:var(--text-muted);white-space:nowrap}.cod-used-cell--full{color:#b91c1c;font-weight:600}.cod-muted-cell{color:#64748b;color:var(--text-muted);font-size:13px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cod-pill{border-radius:99px;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.05em;padding:2px 8px;text-transform:uppercase;white-space:nowrap}.cod-pill--online{background:#dbeafe;color:#1d4ed8}.cod-pill--offline{background:#f3f4f6;color:#6b7280}.scan-cards{display:flex;flex-direction:column;gap:6px}.scan-card{background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);overflow:hidden}.scan-card__header{-webkit-tap-highlight-color:transparent;align-items:center;cursor:pointer;display:flex;gap:8px;padding:12px 14px;-webkit-user-select:none;user-select:none}.scan-card__header:active{background:#d4f0e4;background:var(--green-light)}.scan-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.scan-dot--ok{background:#16a34a}.scan-dot--err{background:#dc2626;background:var(--red)}.scan-card__code{color:#0e1411;color:var(--brand-dark);flex:1 1;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scan-card__date{color:#64748b;color:var(--text-muted);font-size:12px}.scan-badge,.scan-card__date{flex-shrink:0;white-space:nowrap}.scan-badge{border-radius:99px;font-size:11px;font-weight:600;padding:2px 8px}.scan-badge--ok{background:#d1fae5;color:#065f46}.scan-badge--err{background:#fee2e2;color:#b91c1c}.scan-chevron{color:#64748b;color:var(--text-muted);flex-shrink:0;transition:transform .2s ease}.scan-chevron--open{transform:rotate(180deg)}.scan-card__detail{background:#f0faf5;background:var(--bg);border-top:1px solid #d1e8dc;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:6px;padding:10px 14px}.scan-detail-row{align-items:center;display:flex;font-size:12px;gap:8px;justify-content:space-between}.scan-detail-row__label{color:#64748b;color:var(--text-muted);flex-shrink:0}.scan-detail-row__val{color:#1a202c;color:var(--text);text-align:right;word-break:break-word}.scan-card__footer{background:#f0faf5;background:var(--bg);padding:0 14px 12px}.scan-unscan-btn{justify-content:center;width:100%}.user-menu{position:relative}.user-menu__trigger{align-items:center;background:#0000;border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:flex;font-family:Inter,sans-serif;gap:8px;padding:6px 8px;transition:background-color .15s ease}.user-menu__trigger:hover{background-color:#0e141114}.user-menu__avatar{align-items:center;background:#0e1411;background:var(--brand-dark);border-radius:50%;color:#adeece;color:var(--green);display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:28px;justify-content:center;width:28px}.user-menu__avatar--lg{font-size:1rem;height:38px;width:38px}.user-menu__name{font-size:.875rem;font-weight:600;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__chevron,.user-menu__name{color:#0e1411;color:var(--brand-dark)}.user-menu__chevron{font-size:.7rem;transition:transform .2s ease}.user-menu__chevron.is-open{transform:rotate(180deg)}.user-menu__dropdown{animation:user-menu-in .15s ease;background:#fff;background:var(--surface);border:1px solid #d1e8dc;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 10px 30px #0000001f;box-shadow:var(--shadow-lg);overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:240px;z-index:200}@keyframes user-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-menu__header{align-items:center;display:flex;gap:10px;padding:14px 16px}.user-menu__fullname{color:#0e1411;color:var(--brand-dark);font-size:.9rem;font-weight:700}.user-menu__role{color:#64748b;color:var(--text-muted);font-size:.75rem}.user-menu__divider{background:#d1e8dc;background:var(--border);height:1px;margin:0}.user-menu__item{align-items:center;background:#0000;border:none;color:#1a202c;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;gap:10px;padding:11px 16px;text-align:left;transition:background-color .15s ease;width:100%}.user-menu__item i{color:#64748b;color:var(--text-muted);width:14px}.user-menu__item:hover{background-color:#d4f0e4;background-color:var(--green-light)}.user-menu__item--danger,.user-menu__item--danger i{color:#dc2626;color:var(--red)}.user-menu__item--danger:hover{background-color:#fef2f2}@media (max-width:768px){.user-menu__name{display:none}.user-menu__dropdown{right:-8px}}.stats-page{--stats-bg:#f6f8f7;--stats-surface:#fff;--stats-border:#e5e9e7;--stats-text:#111827;--stats-muted:#64748b;--stats-green:#10b981;--stats-green-dark:#047857;--stats-red:#f43f5e;--stats-amber:#f59e0b;--stats-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0d;background:radial-gradient(circle at top right,rgba(16,185,129,.055),#0000 32%),var(--stats-bg);color:var(--stats-text);font-family:Inter,sans-serif;min-height:calc(100vh - 60px);padding:32px}.stats-page,.stats-page *,.stats-page :after,.stats-page :before{box-sizing:border-box}.stats-page__header{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin:0 auto 28px;max-width:1500px}.stats-page__eyebrow{color:#8dc8b0;color:var(--green-dark);display:block;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:7px}.stats-page__header h1{color:var(--stats-text);font-size:clamp(24px,3vw,34px);font-weight:750;letter-spacing:-.035em;line-height:1.15;margin:0}.stats-page__header p{color:var(--stats-muted);font-size:14px;line-height:1.5;margin:8px 0 0}.stats-back-button{align-items:center;background:var(--stats-surface);border:1px solid var(--stats-border);border-radius:9px;box-shadow:0 1px 2px #0f172a08;color:#475569;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:13px;font-weight:650;gap:8px;height:40px;justify-content:center;padding:0 15px;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.stats-back-button:hover{background:#d4f0e4;background:var(--green-light);border-color:#8dc8b0;border-color:var(--green-dark);color:var(--stats-green-dark);transform:translateY(-1px)}.stats-dashboard{margin:0 auto;max-width:1500px}.stats-kpis{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.stats-kpi{align-items:flex-start;background:var(--stats-surface);border:1px solid var(--stats-border);border-radius:14px;box-shadow:var(--stats-shadow);display:flex;gap:14px;min-height:118px;overflow:hidden;padding:20px;position:relative}.stats-kpi:after{border-radius:50%;bottom:-40px;content:"";height:90px;opacity:.4;position:absolute;right:-30px;width:90px}.stats-kpi--total:after{background:#cbd5e1}.stats-kpi--accepted:after{background:#a7f3d0}.stats-kpi--rejected:after{background:#fecdd3}.stats-kpi--invalid:after{background:#fde68a}.stats-kpi__icon{align-items:center;border-radius:10px;display:flex;flex:0 0 40px;font-size:16px;height:40px;justify-content:center;width:40px}.stats-kpi--total .stats-kpi__icon{background:#f1f5f9;color:#475569}.stats-kpi--accepted .stats-kpi__icon{background:#d1fae5;color:#047857}.stats-kpi--rejected .stats-kpi__icon{background:#ffe4e6;color:#be123c}.stats-kpi--invalid .stats-kpi__icon{background:#fef3c7;color:#b45309}.stats-kpi span{color:var(--stats-muted);display:block;font-size:12px;font-weight:600;margin-bottom:6px}.stats-kpi strong{color:var(--stats-text);display:block;font-size:26px;font-weight:750;letter-spacing:-.03em;line-height:1}.stats-kpi small{color:var(--stats-green-dark);font-size:11px;font-weight:700;position:absolute;right:18px;top:20px}.stats-section{background:var(--stats-surface);border:1px solid var(--stats-border);border-radius:16px;box-shadow:var(--stats-shadow);margin-bottom:20px;padding:24px}.stats-section__header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.stats-section__eyebrow{color:#64748b;display:block;font-size:10px;font-weight:800;letter-spacing:.11em;margin-bottom:5px}.stats-section__eyebrow--green{color:#059669}.stats-section__eyebrow--red{color:#e11d48}.stats-section__header h2{color:var(--stats-text);font-size:20px;font-weight:750;letter-spacing:-.025em;line-height:1.25;margin:0}.stats-section__header p{color:var(--stats-muted);font-size:13px;margin:5px 0 0}.stats-section__total{align-items:baseline;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;display:flex;flex-shrink:0;gap:6px;padding:8px 12px}.stats-section__total strong{color:var(--stats-text);font-size:18px;font-weight:750}.stats-section__total span{color:var(--stats-muted);font-size:11px}.stats-section__total--green{background:#f0fdf8;border-color:#bbf7d0}.stats-section__total--green strong{color:#047857}.stats-section__total--red{background:#fff5f6;border-color:#fecdd3}.stats-section__total--red strong{color:#be123c}.stats-main-chart{height:300px;width:100%}.stats-overview-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:minmax(280px,.85fr) minmax(0,1.7fr)}.stats-chart-card{background:#fbfcfc;border:1px solid #e8edeb;border-radius:12px;min-width:0;padding:18px}.stats-chart-card--pie{display:flex;flex-direction:column}.stats-chart-card__title{align-items:center;color:#475569;display:flex;font-size:12px;font-weight:650;gap:10px;justify-content:space-between;margin-bottom:12px}.stats-chart-card__title strong{color:var(--stats-text);font-size:12px}.stats-chart{height:250px;width:100%}.stats-chart--small{height:190px}.stats-pie-chart{height:270px;position:relative;width:100%}.stats-type-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.stats-type-card{align-items:center;background:#fff;border:1px solid #e8edeb;border-radius:11px;display:flex;gap:11px;min-width:0;padding:13px;transition:border-color .15s ease,transform .15s ease}.stats-type-card:hover{border-color:#cbd5e1;transform:translateY(-1px)}.stats-type-card__icon{align-items:center;border-radius:8px;display:flex;flex:0 0 30px;height:30px;justify-content:center;width:30px}.stats-type-card__icon span{background:currentColor;border-radius:50%;height:8px;width:8px}.stats-type-card__icon i{font-size:12px}.stats-type-card__content{min-width:0}.stats-type-card__label{color:#64748b;display:block;font-size:10px;font-weight:750;letter-spacing:.06em}.stats-type-card strong{color:var(--stats-text);display:inline-block;font-size:17px;font-weight:750;margin-top:2px}.stats-type-card__caption{color:#94a3b8;font-size:10px;margin-left:5px}.stats-type-card--invalid{background:#fffbeb;border-color:#fde68a}.stats-type-card--invalid .stats-type-card__icon{background:#fef3c7;color:#d97706}.stats-detail-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.stats-detail-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.stats-loading{align-items:center;color:var(--stats-muted);display:flex;flex-direction:column;font-size:13px;gap:12px;justify-content:center;min-height:60vh}.stats-loading__spinner{animation:stats-spin .8s linear infinite;border:3px solid #d1fae5;border-radius:50%;border-top-color:#10b981;height:32px;width:32px}@keyframes stats-spin{to{transform:rotate(1turn)}}.stats-empty{background:#fff;border:1px solid var(--stats-border);border-radius:16px;box-shadow:var(--stats-shadow);margin:100px auto;max-width:500px;padding:42px 24px;text-align:center}.stats-empty__icon{align-items:center;background:#ecfdf5;border-radius:14px;color:#059669;display:flex;font-size:20px;height:52px;justify-content:center;margin:0 auto 16px;width:52px}.stats-empty h2{color:var(--stats-text);font-size:18px;margin:0 0 6px}.stats-empty p{color:var(--stats-muted);font-size:13px;margin:0}.stats-alert{align-items:center;border-radius:10px;display:flex;font-size:13px;font-weight:550;gap:10px;margin:0 auto 20px;max-width:1500px;padding:12px 15px}.stats-alert--error{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}@media (max-width:1100px){.stats-page{padding:24px}.stats-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-overview-grid{grid-template-columns:1fr}.stats-detail-grid,.stats-detail-grid--five,.stats-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.stats-page{min-height:100vh;padding:18px 12px 30px}.stats-page__header{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px}.stats-page__header h1{font-size:25px}.stats-page__header p{font-size:13px}.stats-back-button{width:100%}.stats-kpis{gap:8px;grid-template-columns:1fr 1fr}.stats-kpi{gap:10px;min-height:105px;padding:14px}.stats-kpi__icon{flex-basis:34px;font-size:13px;height:34px;width:34px}.stats-kpi strong{font-size:21px}.stats-kpi span{font-size:10px}.stats-kpi small{display:none}.stats-section{border-radius:13px;margin-bottom:12px;padding:16px 13px}.stats-section__header{align-items:flex-start;margin-bottom:16px}.stats-section__header h2{font-size:18px}.stats-section__header p{font-size:12px}.stats-section__total{padding:6px 8px}.stats-section__total strong{font-size:14px}.stats-section__total span{display:none}.stats-main-chart{height:230px}.stats-overview-grid{grid-template-columns:1fr}.stats-chart-card{padding:13px}.stats-pie-chart{height:240px}.stats-chart{height:220px}.stats-chart--small{height:170px}.stats-type-grid{gap:7px;grid-template-columns:1fr 1fr}.stats-type-card{padding:10px}.stats-type-card strong{font-size:15px}.stats-type-card__caption{display:none}.stats-detail-grid,.stats-detail-grid--five{grid-template-columns:1fr}}@media (max-width:430px){.stats-page{padding-left:9px;padding-right:9px}.stats-kpis{grid-template-columns:1fr}.stats-kpi{min-height:88px}.stats-page__header h1{font-size:22px}.stats-section__header{flex-direction:column}.stats-section__total{align-self:flex-start}}.table-scroll--resizable{max-width:100%;overflow-x:auto;overflow-y:visible;scrollbar-width:thin;width:100%}.eventos-table--resizable{min-width:100%;table-layout:fixed;width:-webkit-max-content;width:max-content}.eventos-table--resizable td,.eventos-table--resizable th{box-sizing:border-box}.eventos-table--resizable thead th{overflow:visible;position:relative}.table-column-resizer{cursor:col-resize;height:100%;position:absolute;right:-4px;top:0;width:9px;z-index:20}.table-column-resizer:after{background:#0000;border-radius:999px;content:"";height:60%;position:absolute;right:3px;top:20%;transition:background-color .15s ease,height .15s ease,top .15s ease;width:2px}.table-column-resizer:hover:after{background:#8dc8b0;background:var(--green-dark,#8dc8b0);height:76%;top:12%}.table-column-resizer--active:after{background:#8dc8b0;background:var(--green-dark,#8dc8b0);height:92%;top:4%}.eventos-table--resizable th.table-column--resizing{background:#8dc8b01a}.eventos-table--resizable .table-resizable-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eventos-table--resizable td{overflow:hidden}.eventos-table--resizable td .ev-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.is-resizing-table-column{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}body.is-resizing-table-column .eventos-table--resizable,body.is-resizing-table-column .eventos-table--resizable td,body.is-resizing-table-column .eventos-table--resizable th{cursor:col-resize!important}body.is-resizing-table-column *{-webkit-user-select:none!important;user-select:none!important}.table-reset-widths-btn{transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.table-reset-widths-btn:hover{transform:translateY(-1px)}.table-scroll--resizable::-webkit-scrollbar{height:8px}.table-scroll--resizable::-webkit-scrollbar-track{background:#0e14110a;border-radius:999px}.table-scroll--resizable::-webkit-scrollbar-thumb{background:#0e14112e;border-radius:999px}.table-scroll--resizable::-webkit-scrollbar-thumb:hover{background:#0e14114d}@media (max-width:768px){.table-reset-widths-btn{display:none}}.ct-toast{border-radius:10px!important;border-radius:var(--radius-md)!important;font-family:Inter,sans-serif!important}.ct-toast-title{color:#0e1411!important;color:var(--brand-dark)!important;font-size:.9rem!important}
/*# sourceMappingURL=main.865f552f.css.map*/