@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";: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}}*{margin:0;padding:0;box-sizing:border-box}:root{--disponible: #22c55e;--reservado: #f59e0b;--vendido: #ef4444;--seleccionado: #3b82f6;--bg-dark: #0f172a;--bg-card: #1e293b;--text: #f1f5f9;--text-muted: #94a3b8}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0f172a);min-height:100vh;color:var(--text)}.app{max-width:1200px;margin:0 auto;padding:1rem}header{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;margin-bottom:2rem}header h1{font-size:2.5rem;margin-bottom:.5rem}header p{color:#fffc}.status{display:inline-flex;align-items:center;gap:.5rem;background:#0003;padding:.5rem 1rem;border-radius:20px;margin-top:1rem;font-size:.85rem}.status .dot{width:10px;height:10px;border-radius:50%;background:#ef4444}.status.online .dot{background:#22c55e;box-shadow:0 0 10px #22c55e}main{display:grid;gap:1.5rem}section{background:var(--bg-card);border-radius:16px;padding:1.5rem}h2{margin-bottom:1rem;font-size:1.2rem}h3{margin-bottom:.75rem;font-size:1rem;color:var(--text-muted)}.rutas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.ruta-card{background:#ffffff0d;border:2px solid transparent;border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s}.ruta-card:hover{border-color:#3b82f680;transform:translateY(-2px)}.ruta-card.selected{border-color:var(--seleccionado);background:#3b82f61a}.ruta-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.ruta-header .hora{font-weight:600;color:var(--seleccionado)}.ruta-header .precio{font-weight:700;color:var(--disponible)}.ruta-destino{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.ruta-destino .arrow{color:var(--text-muted);margin:0 .5rem}.ruta-disponibles{font-size:.8rem;color:var(--text-muted)}.bus-info{display:flex;justify-content:space-between;padding:1rem;background:#0003;border-radius:10px;margin-bottom:1.5rem}.bus-container{display:flex;justify-content:center;padding:2rem;background:linear-gradient(180deg,#1a365d,#0f172a);border-radius:20px;margin-bottom:1.5rem}.bus-shape{position:relative;width:180px;background:linear-gradient(90deg,#374151,#4b5563,#374151);border-radius:30px 30px 20px 20px;padding:15px 12px 20px;box-shadow:0 0 0 4px #1f2937,0 0 0 8px #111827,0 10px 40px #00000080}.bus-front{background:linear-gradient(180deg,#60a5fa,#3b82f6);height:50px;border-radius:25px 25px 8px 8px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 -5px 15px #0000004d}.bus-front:before{content:"";position:absolute;top:8px;left:15px;right:15px;height:25px;background:linear-gradient(180deg,#1e3a5f,#0f172a);border-radius:12px 12px 4px 4px;box-shadow:inset 0 2px 10px #ffffff1a}.bus-front .driver-icon{position:relative;z-index:1;font-size:1.2rem;margin-top:15px}.bus-wheels-front{position:absolute;top:45px;left:-12px;right:-12px;display:flex;justify-content:space-between}.wheel{width:20px;height:35px;background:linear-gradient(90deg,#1f2937,#374151,#1f2937);border-radius:8px;box-shadow:0 2px 5px #00000080}.bus-seats{display:flex;flex-direction:column;gap:6px;padding:10px 5px;background:#0003;border-radius:8px}.seat-row{display:grid;grid-template-columns:1fr 1fr 20px 1fr 1fr;gap:4px;align-items:center}.seat-row .pasillo{background:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(255,255,255,.05) 4px,rgba(255,255,255,.05) 8px);height:100%;border-radius:2px}.asiento{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--disponible);border-radius:6px 6px 4px 4px;font-size:.65rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 2px 4px #0000004d}.asiento:before{content:"";position:absolute;top:0;left:2px;right:2px;height:40%;background:#fff3;border-radius:4px 4px 2px 2px}.asiento:hover:not(.vendido):not(.reservado){transform:scale(1.15);z-index:10}.asiento.reservado{background:var(--reservado);cursor:not-allowed}.asiento.vendido{background:var(--vendido);cursor:not-allowed}.asiento.seleccionado{background:var(--seleccionado);transform:scale(1.1);box-shadow:0 0 15px #3b82f699;z-index:10}.bus-wheels-back{position:absolute;bottom:25px;left:-12px;right:-12px;display:flex;justify-content:space-between}.bus-back{background:linear-gradient(180deg,#ef4444,#dc2626);height:25px;border-radius:6px 6px 15px 15px;margin-top:15px;display:flex;align-items:center;justify-content:center;gap:30px;box-shadow:inset 0 5px 15px #0000004d}.bus-back .light{width:15px;height:8px;background:#fca5a5;border-radius:2px;box-shadow:0 0 8px #ef4444}.bus-shape:before,.bus-shape:after{content:"";position:absolute;top:80px;bottom:60px;width:6px;background:repeating-linear-gradient(180deg,#1e3a5f 0px 20px,#374151 20px 25px);border-radius:2px}.bus-shape:before{left:3px}.bus-shape:after{right:3px}.leyenda{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem;font-size:.85rem}.leyenda span{display:flex;align-items:center;gap:.5rem}.leyenda .dot{width:16px;height:16px;border-radius:4px}.leyenda .dot.disponible{background:var(--disponible)}.leyenda .dot.reservado{background:var(--reservado)}.leyenda .dot.vendido{background:var(--vendido)}.leyenda .dot.seleccionado{background:var(--seleccionado)}.resumen{display:flex;justify-content:space-between;padding:1rem;background:#0003;border-radius:10px;margin-bottom:1rem}.total{font-size:1.2rem}.btn-reservar{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-reservar:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #3b82f666}.btn-reservar:disabled{background:#475569;cursor:not-allowed}.logs{max-height:200px}.log-list{max-height:150px;overflow-y:auto}.log-entry{display:flex;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.85rem}.log-entry .time{color:var(--text-muted);font-size:.75rem}@media(min-width:768px){main{grid-template-columns:1fr 1fr}.rutas,.logs{grid-column:1 / -1}}
