@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;--bg-color: #0f172a;--text-color: #e2e8f0;--primary: #3b82f6;--primary-hover: #2563eb;--surface: #1e293b;--surface-hover: #334155;--border: #334155;--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1);--input-bg: rgba(0, 0, 0, .2)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);background-image:radial-gradient(at 0% 0%,hsla(253,16%,7%,1) 0,transparent 50%),radial-gradient(at 50% 0%,hsla(225,39%,30%,1) 0,transparent 50%),radial-gradient(at 100% 0%,hsla(339,49%,30%,1) 0,transparent 50%)}#root{width:100%;max-width:800px;margin:0 auto;padding:2rem;text-align:center}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-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;padding:2rem;transition:transform .2s,box-shadow .2s}h1{font-size:3.2em;line-height:1.1;background:linear-gradient(to right,#60a5fa,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:2rem}.config-panel{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.form-group{display:flex;flex-direction:column;gap:.5rem}.label{font-weight:600;color:#94a3b8;font-size:.9em}.dropdown,.input-field{background-color:#1e293b;border:1px solid #475569;color:#f8fafc;padding:.8rem;border-radius:8px;font-size:1rem;width:100%;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.dropdown option{background-color:#1e293b;color:#f8fafc;padding:8px}.dropdown:focus,.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #3b82f640}.results-list{list-style:none;padding:0;margin-top:.5rem;max-height:300px;overflow-y:auto;background:#1e293b;border-radius:8px;border:1px solid #475569;box-shadow:0 10px 15px -3px #00000080}.result-item{padding:.8rem;border-bottom:1px solid var(--border);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.result-item:hover{background-color:var(--surface-hover)}.stop-code{color:#64748b;font-size:.85em;margin-left:auto}.selection-summary{margin-top:1rem;border-color:var(--primary);background:#3b82f61a}.big-text{font-size:1.5rem;font-weight:700;color:#fff;margin:.5rem 0}.error-banner{color:#ef4444;background:#ef44441a;padding:1rem;border-radius:8px}.routes-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.routes-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.route-badge{padding:.25rem .75rem;border-radius:4px;font-weight:700;font-size:.9rem;min-width:2rem;text-align:center;box-shadow:0 1px 2px #0003}.routes-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.route-item{display:flex;align-items:center;padding:.75rem;background:#ffffff0d;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s}.route-item:hover{background:#ffffff1a}.route-item.selected{background:#3b82f633;border-color:var(--primary)}.route-badge-small{padding:.15rem .5rem;border-radius:4px;font-weight:700;font-size:.85rem;min-width:2rem;text-align:center;margin-right:.75rem}.route-headsign{flex:1;font-size:.95rem;color:#e2e8f0}.route-checkbox{width:1.2rem;height:1.2rem;cursor:pointer;accent-color:var(--primary)}.save-button{margin-top:2rem;width:100%;padding:1rem;background:linear-gradient(to right,var(--primary),#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;box-shadow:0 4px 6px -1px #0003}.save-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.save-button:active:not(:disabled){transform:translateY(0)}.save-button:disabled{background:#334155;color:#64748b;cursor:not-allowed;box-shadow:none;transform:none}
