:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#475569;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--dark:#0f172a;--light:#f8fafc;--glass-bg:#ffffffd9;--glass-border:#ffffff4d;--marker-pos:#2563eb;--marker-neg:#ef4444;--marker-duda:#fde047;--marker-nt:#9ca3af;--marker-noabrio:#ec4899}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{color:var(--dark);background-color:#f1f5f9;line-height:1.6}h1,h2,h3{font-family:Outfit,sans-serif}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-block{width:100%}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-danger{background:var(--danger);color:#fff}.btn-outline{border:1px solid var(--secondary);color:var(--secondary);background:0 0}.form-group{margin-bottom:1.5rem}label{color:var(--secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}input:focus{border-color:var(--primary)}.input-icon{position:relative}.input-icon i{color:var(--secondary);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.input-icon input{padding-left:2.5rem}.login-body{background:linear-gradient(135deg,#f0f9ff 0%,#cbebff 100%);justify-content:center;align-items:center;height:100vh;display:flex}.login-container{width:100%;max-width:400px;padding:1rem}.login-card{padding:2.5rem}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{color:var(--primary);font-size:2rem}.error-message{color:var(--danger);text-align:center;margin-top:1rem;font-size:.85rem}.recorrido-body{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{z-index:1000;background:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.user-info{align-items:center;gap:.5rem;font-weight:600;display:flex}.btn-icon{color:var(--secondary);cursor:pointer;background:0 0;border:none;font-size:1.25rem}.map-container{flex:1;position:relative}#map{z-index:1;width:100%;height:100%}.floating-controls{z-index:1000;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;left:1rem;right:1rem}.floating-controls>*{pointer-events:auto}.top-controls{top:1rem}.bottom-controls{bottom:1rem}.status-badge{background:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 2px 5px #0000001a}.pulse-dot{background:var(--danger);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.timer{color:#fff;background:#000000b3;border-radius:8px;padding:.5rem 1rem;font-family:monospace;font-size:1.1rem}.btn-circular{width:50px;height:50px;color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:25px;justify-content:center;align-items:center;font-size:1.25rem;display:flex;box-shadow:0 4px 6px #0000001a}.btn-success{background:var(--success);color:#fff}.hidden{display:none!important}.target-crosshair{color:var(--danger);z-index:1000;pointer-events:none;text-shadow:0 0 5px #fffc;font-size:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal{z-index:2000;opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal.active{opacity:1;pointer-events:auto}.modal-content{background:#fff;width:90%;max-width:400px;padding:2rem}.modal-content h2{margin-bottom:1.5rem}.bottom-sheet{z-index:2000;background:#fff;border-radius:24px 24px 0 0;padding:1.5rem;transition:bottom .3s cubic-bezier(.175,.885,.32,1.275);position:fixed;bottom:-100%;left:0;right:0;box-shadow:0 -4px 10px #0000001a}.bottom-sheet.active{bottom:0}.sheet-handle{background:#cbd5e1;border-radius:3px;width:40px;height:5px;margin:0 auto 1.5rem}.address-text{color:var(--secondary);margin-bottom:1.5rem;font-size:.85rem}.address-input{border:none;border-bottom:2px solid var(--primary);width:100%;color:var(--dark);border-radius:0;margin-bottom:1.5rem;padding:.5rem 0;font-weight:500}.address-input:focus{border-bottom-color:var(--primary-dark);outline:none}.notes-input{resize:vertical;width:100%;color:var(--dark);border:1px solid #cbd5e1;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-family:inherit;font-size:.9rem}.notes-input:focus{border-color:var(--primary);outline:none}.status-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.status-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}.status-btn i{font-size:1.5rem}.btn-positivo{background:var(--marker-pos)}.btn-negativo{background:var(--marker-neg)}.btn-duda{background:var(--marker-duda);color:#854d0e}.btn-nt{background:var(--marker-nt)}.btn-noabrio{background:var(--marker-noabrio);color:#fff}.admin-body{height:100vh;display:flex;overflow:hidden}.admin-layout{width:100%;display:flex}.sidebar{border-right:1px solid #e2e8f0;border-radius:0;flex-direction:column;width:250px;height:100vh;display:flex}.sidebar-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{color:var(--secondary);align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.nav-item:hover,.nav-item.active{color:var(--primary);border-right:3px solid var(--primary);background:#eff6ff}.sidebar-footer{padding:1.5rem}.admin-content{flex:1;padding:2rem;overflow-y:auto}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.stat-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000001a}.stat-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.bg-blue{background:var(--info)}.bg-green{background:var(--success)}.bg-primary{background:var(--primary)}.bg-danger{background:var(--danger)}.bg-pink{background:var(--marker-noabrio)}.stat-details h3{color:var(--secondary);font-size:.85rem;font-weight:500}.stat-details p{color:var(--dark);font-size:1.5rem;font-weight:700}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.text-center{text-align:center}.table-card{padding:1.5rem}.table-header{justify-content:space-between;margin-bottom:1rem;display:flex}.table-responsive{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:1rem}.data-table th{color:var(--secondary);background:#f8fafc;font-weight:600}.data-table tr:hover{background:#f1f5f9}@media (width<=768px){.admin-layout{flex-direction:column}.sidebar{z-index:10;border-bottom:1px solid #e2e8f0;border-right:none;border-radius:0 0 16px 16px;width:100%;height:auto;box-shadow:0 4px 6px #0000000d}.sidebar-header{justify-content:space-between;align-items:center;padding:1rem;display:flex}.sidebar-nav{-ms-overflow-style:none;scrollbar-width:none;padding:0;display:flex;overflow-x:auto}.sidebar-nav::-webkit-scrollbar{display:none}.nav-item{white-space:nowrap;border-bottom:3px solid #0000;flex:1;justify-content:center;padding:1rem;border-right:none!important}.nav-item:hover,.nav-item.active{border-bottom:3px solid var(--primary);border-right:none!important}.sidebar-footer{justify-content:flex-end;padding:0 1rem 1rem;display:flex}.sidebar-footer .btn{width:auto;padding:.5rem 1rem}.admin-content{height:calc(100vh - 120px);padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem}.admin-header h1{font-size:1.5rem}.filters{flex-direction:column;width:100%}.filters select,.filters>div{width:100%;margin-bottom:.5rem}.stats-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}#form-create-user{flex-direction:column;align-items:stretch!important}}
