:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{color-scheme:light dark;max-width:600px;margin:50px auto 150px}body{width:100vw;height:100vh;margin:0;display:flex;direction:column;justify-content:center;align-items:center}.form{max-width:600px;margin:auto;border:solid 2px lightgray;border-radius:5px;padding:30px 50px;justify-content:center;align-items:center}.details input{margin:10px 0;font-size:16px;border-radius:5px;border:1px solid lightgray;padding:10px;width:100%}.details button{margin:10px 0;font-size:16px;border-radius:5px;border:1px solid black;padding:10px;width:100%}.logo img{width:120px;display:block;margin:10px auto 30px}.welcome p{text-align:center;margin:10px auto 30px;font-size:22px}.navbar{position:fixed;top:0;left:0;width:250px;height:100%;background-color:#fff;box-shadow:-2px 0 5px #0003;transition:width .5s cubic-bezier(.4,0,.2,1),background .5s,box-shadow .5s;z-index:999}.navbar.open{display:flex;flex-direction:column;align-items:center}.navbar:not(.open){display:flex;flex-direction:column;align-items:center;width:50px;top:0}.navbar:not(.open) .sidebar-item span{display:none}.navbar ul{list-style-type:none;padding:0}.navbar li{margin:20px 0;text-align:center}.navbar a{text-decoration:none;color:#333;font-weight:700;font-size:18px}.sidebar-item{display:flex;align-items:center;margin-bottom:1.2em;font-size:1.2em;font-weight:700;color:#222;width:100%}.sidebar-item-button{display:flex;align-items:center;margin-bottom:1.2em;font-size:1em;font-weight:700;color:#fff;width:100%;justify-content:center}.navbar:not(.open) .sidebar-item-button{display:flex;align-items:center;margin-bottom:1.2em;font-weight:700;color:#fff;padding:.4em;justify-content:center}.navbar.open .sidebar-icon{margin-right:.6em;vertical-align:middle}.navbar:not(.open) .sidebar-icon{margin-right:0;vertical-align:middle}.navbar-footer{margin-top:auto;display:flex;flex-direction:column;gap:1em;align-items:center;padding-bottom:1.5em}.sidebar-item,.sidebar-item-button{display:flex;align-items:center;min-height:48px}.sidebar-item span,.sidebar-item-button span{display:inline-block;opacity:1;max-width:200px;margin-left:.6em;white-space:nowrap;overflow:hidden;transition:opacity .5s,max-width .6s,margin .6s}.navbar:not(.open) .sidebar-item span,.navbar:not(.open) .sidebar-item-button span{opacity:0;max-width:0;margin-left:0;pointer-events:none}.statistics-viewport{min-height:calc(100vh - 64px);background:#f7f7f7;padding:2rem}.statistics-container{max-width:1400px;margin:0 auto}.statistics-container h1{color:#2c3e50;font-size:2.5rem;font-weight:300;margin-bottom:2rem;text-align:center}.statistics-loading{display:flex;justify-content:center;align-items:center;height:calc(100vh - 64px);font-size:1.2rem;color:#7f8c8d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;align-items:center;gap:1.5rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.stat-icon{font-size:2.5rem;background:#e8f4fd;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-content h3{color:#2c3e50;font-size:1rem;font-weight:500;margin:0 0 .5rem}.stat-number{color:#4a90e2;font-size:2.2rem;font-weight:700;margin:0 0 .3rem;line-height:1}.stat-subtitle{color:#7f8c8d;font-size:.9rem}.stats-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:2rem}.stats-section h2{color:#2c3e50;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem}.cities-list{display:grid;gap:1rem}.city-item{display:flex;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;gap:1rem}.city-rank{background:#4a90e2;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.city-name{flex:1;color:#2c3e50;font-weight:500}.city-count{color:#7f8c8d;font-size:.9rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.chart-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000014}.chart-container h2{color:#2c3e50;font-size:1.3rem;font-weight:500;margin:0 0 1.5rem}.simple-chart{display:flex;align-items:end;justify-content:space-around;height:200px;gap:1rem;padding:1rem 0}.chart-bar{display:flex;flex-direction:column;align-items:center;flex:1;max-width:60px}.bar{background:#4a90e2;width:100%;min-height:10px;border-radius:4px 4px 0 0;transition:all .3s ease;margin-bottom:.5rem}.sales-bar{background:#27ae60}.bar-label{font-size:.7rem;color:#7f8c8d;margin-bottom:.2rem;text-align:center}.bar-value{font-size:.8rem;color:#2c3e50;font-weight:600}.percentage-grid{display:grid;gap:1rem}.percentage-item{padding:1rem;background:#f8f9fa;border-radius:8px}.percentage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.percentage-label{color:#2c3e50;font-weight:500}.percentage-value{color:#4a90e2;font-weight:700}.percentage-bar{background:#e9ecef;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.3rem}.percentage-fill{background:#4a90e2;height:100%;transition:width .8s ease}.percentage-fill.sleeping-zone{background:#27ae60}.percentage-count{color:#6c757d;font-size:.85rem}.gender-stats{display:grid;gap:1rem}.gender-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.gender-icon{font-size:2rem;width:50px;text-align:center}.gender-info{display:flex;flex-direction:column;gap:.2rem}.gender-label{color:#2c3e50;font-weight:500;text-transform:capitalize}.gender-percentage{color:#4a90e2;font-weight:700;font-size:1.2rem}.gender-count{color:#6c757d;font-size:.85rem}.service-stats{display:grid;gap:1rem}.service-item{display:flex;flex-direction:column;gap:.5rem}.service-bar{background:#e9ecef;height:10px;border-radius:5px;overflow:hidden}.service-fill{height:100%;transition:width .8s ease}.service-fill.tshirt-fill{background:#e74c3c}.tshirt-sizes{margin-top:1rem}.tshirt-sizes h4{color:#2c3e50;margin:0 0 .5rem;font-size:1rem}.size-badge{display:inline-block;background:#4a90e2;color:#fff;padding:.3rem .6rem;border-radius:15px;font-size:.8rem;margin-right:.5rem;margin-bottom:.3rem}.age-groups{display:grid;gap:1rem}.age-group-item{display:flex;flex-direction:column;gap:.5rem}.age-label{color:#2c3e50;font-weight:500}.age-bar{background:#e9ecef;height:8px;border-radius:4px;overflow:hidden}.age-fill{background:#9b59b6;height:100%;transition:width .8s ease}.age-count{color:#6c757d;font-size:.85rem}.value-distribution{display:grid;gap:1rem}.value-item{display:flex;flex-direction:column;gap:.5rem}.value-range{color:#2c3e50;font-weight:500}.value-bar{background:#e9ecef;height:8px;border-radius:4px;overflow:hidden}.value-fill{background:#f39c12;height:100%;transition:width .8s ease}.value-count{color:#6c757d;font-size:.85rem}.statistics-viewport{padding:1rem}.statistics-container h1{font-size:2rem}.stats-grid,.charts-grid{grid-template-columns:1fr}.chart-container,.stat-card{padding:1.5rem}.stat-icon{width:60px;height:60px;font-size:2rem}.stat-number{font-size:1.8rem}} @media (max-width: 480px){.simple-chart{height:150px}.city-item{padding:.8rem}}.users-list-viewport{min-height:calc(100vh - 64px);min-width:0;background:#f7f7f7;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;transition:width .3s,margin-left .3s}.users-list-container{flex:1 1 auto;display:flex;flex-direction:column;width:100%;height:calc(100vh - 64px);margin:0;padding:1rem}.users-list-container,.search-container,.users-list{box-sizing:border-box}.search-container{padding:1rem 0 .5rem;width:100%;background:#f7f7f7;display:flex;justify-content:center}.search-input{width:100%;max-width:400px;padding:14px 24px;border:2px solid #4a90e2;border-radius:30px;font-size:1.1rem;font-weight:500;background:#eaf3fb;color:#174ea6;box-shadow:0 4px 16px #4a90e214;transition:border-color .2s,box-shadow .2s}.users-list{list-style:none;margin:0;padding:0;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;width:100%;max-width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;overflow-x:auto}.user-list-header{font-weight:700;background:#f0f4f8;border-bottom:2px solid #e0e0e0;color:#333;position:sticky;top:0;z-index:10;width:100%;min-width:100%}.user-list-header,.user-list-item{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1.5rem;font-size:1rem;min-width:500px;flex-wrap:nowrap;width:100%;box-sizing:border-box}.user-list-header .status-badge{background:inherit;color:#333;cursor:default;padding:0;font-weight:700}.user-list-header .status-badge:hover{background:inherit;transform:none}.user-action-btn{background:#4a90e2!important;color:#fff!important}.user-action-btn:hover{background:#174ea6!important;transform:translateY(-1px)}.user-select-header,.user-select{flex:0 0 50px;min-width:40px;display:flex;align-items:center;justify-content:center;padding:0}.user-list-item{border-bottom:1px solid #f0f0f0;background:#fff;transition:background .2s;min-width:500px}.user-list-item:last-child{border-bottom:none}.user-list-item.no-results{text-align:center;color:#888;font-style:italic;justify-content:center}.user-username{flex:2 1 200px;min-width:120px;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{flex:3 1 250px;min-width:180px;color:#555;font-size:.97em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.created-date{flex:2 1 150px;min-width:100px;color:#95a5a6;font-size:.93em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge{flex:0 0 100px;min-width:80px;max-width:120px;padding:.4em .8em;border-radius:6px;font-size:.9em;font-weight:500;text-align:center;background:#4a90e2;color:#fff;cursor:pointer;transition:background-color .2s,transform .1s;white-space:nowrap;border:none;text-decoration:none}.status-badge:hover{background:#174ea6;transform:translateY(-1px)}.status-badge.active,.status-badge.inactive{background:#4a90e2;color:#fff}.user-username,.user-email,.created-date{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s,background-color .2s}.user-list-header .user-username:hover,.user-list-header .user-email:hover,.user-list-header .created-date:hover{color:#4a90e2;background-color:#4a90e21a;border-radius:4px;padding:.25rem .5rem;margin:-.25rem -.5rem}@media (max-width: 1200px){.user-list-header,.user-list-item{min-width:450px}.user-username{flex:2 1 150px}.user-email{flex:3 1 200px}.created-date{flex:2 1 120px}.status-badge{flex:0 0 80px;font-size:.85em;padding:.4em .6em}}@media (max-width: 900px){.user-list-header,.user-list-item{min-width:400px}.user-username{flex:1 1 100px}.user-email{flex:2 1 150px}.created-date{flex:1 1 100px}.status-badge{flex:0 0 70px;font-size:.8em;padding:.3em .5em}}@media (max-width: 600px){.user-list-header{display:none}.user-list-item{flex-direction:column;align-items:flex-start;padding:1rem}.user-username,.user-email,.created-date,.status-badge{max-width:100vw;white-space:normal;overflow:visible;text-overflow:unset}.created-date{text-align:left;margin-top:.5em}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;border-radius:12px 12px 0 0}.modal-header h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.modal-close-btn{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.modal-close-btn:hover{background:#e0e0e0;color:#333}.modal-body{padding:2rem}.user-info-section h3{margin:0 0 1.5rem;color:#333;font-size:1.2rem;font-weight:500;border-bottom:2px solid #4a90e2;padding-bottom:.5rem}.info-group{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.info-group:last-child{border-bottom:none}.info-group label{font-weight:500;color:#555;min-width:120px}.info-group span{color:#333;text-align:right;word-break:break-word;max-width:60%;white-space:pre-wrap;font-family:Courier New,monospace}.status-display{padding:.25em .75em;border-radius:1em;font-size:.9em;font-weight:500;text-align:center;background:#e0e0e0;color:#333}.status-display.active{background:#e8f5e9;color:#43a047}.status-display.inactive{background:#ffebee;color:#e53935}.status-display.unknown{background:#fff3e0;color:#f57c00}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px}.btn-primary{background:#4a90e2;color:#fff}.btn-primary:hover{background:#174ea6;transform:translateY(-1px)}.btn-secondary{background:#f5f5f5;color:#666;border:1px solid #ddd}.btn-secondary:hover{background:#e0e0e0;color:#333}.editable-input{padding:.5rem .75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;font-family:inherit;color:#333;background:#fff;transition:border-color .2s,box-shadow .2s;max-width:60%;min-width:200px}.editable-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.editable-input:hover{border-color:#bbb}.info-group:has(.editable-input){background:#f8f9fa;padding:1rem;border-radius:6px;margin:.5rem 0}@media (max-width: 600px){.modal-overlay{padding:10px}.modal-content{max-width:100%}.modal-header{padding:1rem}.modal-header h2{font-size:1.3rem}.modal-body{padding:1.5rem}.info-group{flex-direction:column;align-items:flex-start;gap:.5rem}.info-group label{min-width:auto}.info-group span{text-align:left}.modal-actions{flex-direction:column-reverse}}.confirmation-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirmation-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;transform:scale(.95);animation:confirmationSlideIn .2s ease-out forwards}@keyframes confirmationSlideIn{to{transform:scale(1)}}.confirmation-header{padding:1.5rem 1.5rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e5e5e5}.confirmation-icon{font-size:1.5rem;flex-shrink:0}.confirmation-title{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.confirmation-body{padding:1.5rem}.confirmation-message{margin:0;font-size:1rem;line-height:1.5;color:#4b5563}.confirmation-actions{padding:1rem 1.5rem 1.5rem;display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid #e5e5e5}.confirmation-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-width:100px}.confirmation-btn-cancel{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.confirmation-btn-cancel:hover{background:#e5e7eb;border-color:#9ca3af}.confirmation-btn-confirm{color:#fff}.confirmation-btn-warning{background:#f59e0b}.confirmation-btn-warning:hover{background:#d97706;transform:translateY(-1px)}.confirmation-btn-danger{background:#ef4444}.confirmation-btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.confirmation-btn-info{background:#3b82f6}.confirmation-btn-info:hover{background:#2563eb;transform:translateY(-1px)}@media (max-width: 600px){.confirmation-dialog{width:95%;margin:1rem}.confirmation-header,.confirmation-body,.confirmation-actions{padding-left:1rem;padding-right:1rem}.confirmation-actions{flex-direction:column;gap:.5rem}.confirmation-btn{width:100%}}html,body,#root{height:calc(100vh - 64px);margin:0;padding:0}.tickets-list-viewport{min-height:calc(100vh - 64px);min-width:0;background:#f7f7f7;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;transition:width .3s,margin-left .3s}.tickets-list-container{flex:1 1 auto;display:flex;flex-direction:column;width:100%;height:calc(100vh - 64px);margin:0;padding:1rem}.tickets-list-container,.search-container,.tickets-list{box-sizing:border-box}.search-and-filters-container{padding:1rem 0;width:100%;background:#f7f7f7;display:flex;align-items:center;gap:1rem}.search-section{flex:1;display:flex;align-items:center}.search-input{width:100%;max-width:400px;padding:12px 20px;border:2px solid #4a90e2;border-radius:25px;font-size:1rem;font-weight:500;background:#eaf3fb;color:#174ea6;box-shadow:0 3px 12px #4a90e214;transition:border-color .2s,box-shadow .2s}.filters-section{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.filter-select{padding:8px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:.9rem;font-weight:500;background:#fff;color:#374151;cursor:pointer;transition:border-color .2s,box-shadow .2s;min-width:120px}.filter-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.filter-select:hover{border-color:#9ca3af}.reset-filters-btn{padding:8px 16px;border:2px solid #ef4444;border-radius:8px;font-size:.9rem;font-weight:500;background:#fff;color:#ef4444;cursor:pointer;transition:all .2s;min-width:120px;white-space:nowrap}.reset-filters-btn:hover{background:#ef4444;color:#fff;transform:translateY(-1px)}.reset-filters-btn:focus{outline:none;box-shadow:0 0 0 3px #ef444433}.ticket-select-header,.ticket-select{flex:0 0 50px;min-width:40px;display:flex;align-items:center;justify-content:center;padding:0}.select-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#4a90e2;transform:scale(1.1)}.select-checkbox:hover{transform:scale(1.2)}.selection-info{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:#e0f2fe;border:1px solid #4a90e2;border-radius:8px;margin-bottom:1rem}.selection-count{font-weight:600;color:#174ea6;font-size:.9rem}.selection-actions{display:flex;align-items:center;gap:.8rem}.export-btn{padding:.4rem 1rem;background:#16a34a;border:1px solid #15803d;border-radius:6px;color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.3rem}.export-btn:hover{background:#15803d;transform:translateY(-1px)}.clear-selection-btn{padding:.4rem .8rem;background:#fff;border:1px solid #4a90e2;border-radius:6px;color:#4a90e2;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.clear-selection-btn:hover{background:#4a90e2;color:#fff}.search-input:focus{outline:none;border-color:#174ea6;background:#fff;box-shadow:0 6px 24px #4a90e226}.tickets-list{list-style:none;margin:0;padding:0;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;width:100%;max-width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;overflow-x:auto}.ticket-list-header{font-weight:700;background:#f0f4f8;border-bottom:2px solid #e0e0e0;color:#333;position:sticky;top:0;z-index:10;width:100%;min-width:100%}.ticket-list-header,.ticket-list-item{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1.5rem;font-size:1rem;min-width:500px;flex-wrap:nowrap;width:100%;box-sizing:border-box}.ticket-list-item{border-bottom:1px solid #f0f0f0;background:#fff;transition:background .2s;min-width:500px}.ticket-list-item:last-child{border-bottom:none}.ticket-list-item.no-results{text-align:center;color:#888;font-style:italic;justify-content:center}.ticket-name,.ticket-surname{flex:2 1 200px;min-width:120px;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-email{flex:3 1 250px;min-width:180px;color:#555;font-size:.97em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-actions{flex:0 0 100px;min-width:80px;max-width:120px;text-align:center;font-weight:700;color:#333;background:inherit}.ticket-action-btn{flex:0 0 100px;min-width:80px;max-width:120px;padding:.4em .8em;border-radius:6px;font-size:.9em;font-weight:500;text-align:center;background:#4a90e2;color:#fff;cursor:pointer;transition:background-color .2s,transform .1s;white-space:nowrap;border:none;text-decoration:none}.ticket-action-btn:hover{background:#174ea6;transform:translateY(-1px)}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s,background-color .2s}.sortable-header:hover{color:#4a90e2;background-color:#4a90e21a;border-radius:4px}.ticket-name,.ticket-surname,.ticket-email{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s,background-color .2s}.ticket-list-header .ticket-name:hover,.ticket-list-header .ticket-surname:hover,.ticket-list-header .ticket-email:hover{color:#4a90e2;background-color:#4a90e21a;border-radius:4px;padding:.25rem .5rem;margin:-.25rem -.5rem}@media (max-width: 1200px){.search-and-filters-container{flex-direction:column;align-items:stretch;gap:.8rem}.search-section{width:100%}.filters-section{justify-content:flex-start;gap:.6rem}.filter-select{min-width:110px;font-size:.85rem}.reset-filters-btn{min-width:100px;font-size:.85rem;padding:7px 14px}.ticket-list-header,.ticket-list-item{min-width:450px}.ticket-name,.ticket-surname{flex:2 1 150px}.ticket-email{flex:3 1 200px}.ticket-action-btn{flex:0 0 80px;font-size:.85em;padding:.4em .6em}}@media (max-width: 900px){.search-and-filters-container{padding:.8rem 0}.filters-section{gap:.5rem}.filter-select{min-width:100px;font-size:.8rem;padding:6px 12px}.reset-filters-btn{min-width:90px;font-size:.8rem;padding:6px 12px}.ticket-list-header,.ticket-list-item{min-width:400px}.ticket-name,.ticket-surname{flex:1 1 100px}.ticket-email{flex:2 1 150px}.ticket-action-btn{flex:0 0 70px;font-size:.8em;padding:.3em .5em}}@media (max-width: 600px){.search-and-filters-container{padding:.5rem 0;gap:.5rem}.filters-section{flex-direction:row;flex-wrap:wrap;gap:.4rem}.filter-select{min-width:90px;font-size:.75rem;padding:5px 10px}.reset-filters-btn{min-width:80px;font-size:.75rem;padding:5px 10px}.ticket-list-header{display:none}.ticket-list-item{flex-direction:column;align-items:flex-start;padding:1rem}.ticket-name,.ticket-surname,.ticket-email,.ticket-action-btn{max-width:100vw;white-space:normal;overflow:visible;text-overflow:unset}}.toast-container{position:fixed;top:20px;right:20px;z-index:10001;display:flex;flex-direction:column;gap:12px;max-width:400px;width:100%}.toast{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid #e5e5e5;overflow:hidden;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(100%);opacity:0;max-width:100%}.toast-visible{transform:translate(0);opacity:1}.toast-exiting{transform:translate(100%);opacity:0}.toast:hover{transform:translate(-4px) scale(1.02);box-shadow:0 12px 40px #0000002e}.toast-content{display:flex;align-items:flex-start;padding:16px;gap:12px}.toast-icon{font-size:20px;flex-shrink:0;margin-top:2px}.toast-body{flex:1;min-width:0}.toast-message{font-size:14px;font-weight:500;line-height:1.4;color:#1f2937;margin-bottom:4px;word-wrap:break-word}.toast-time{font-size:12px;color:#6b7280;font-weight:400}.toast-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:20px;line-height:1;padding:4px;margin:-4px;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close:hover{background:#f3f4f6;color:#374151}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:#0000001a;animation:toastProgress linear;transform-origin:left}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-success{border-left:4px solid #10b981}.toast-success .toast-progress{background:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-progress{background:#ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-progress{background:#f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-progress{background:#3b82f6}@media (max-width: 640px){.toast-container{top:10px;right:10px;left:10px;max-width:none}.toast{margin:0}.toast-content{padding:14px;gap:10px}.toast-message{font-size:13px}.toast-icon{font-size:18px}}
