[data-astro-cid-sckkx6r4],[data-astro-cid-sckkx6r4]:before,[data-astro-cid-sckkx6r4]:after{box-sizing:border-box}html,body{margin:0;width:100%;min-height:100%}.install-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;background:var(--surface);border:1.5px solid var(--accent);border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin-bottom:1.25rem;flex-wrap:wrap}.install-banner-body{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.install-banner-icon{border-radius:8px;flex-shrink:0}.install-banner-text{display:flex;flex-direction:column;gap:.15rem;font-size:.88rem}.install-banner-text strong{color:var(--text);font-weight:700}.install-banner-text span{color:var(--text-2)}.install-banner-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.install-btn{font:inherit;font-size:.88rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #4f6ae359}.install-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #4f6ae373}.install-dismiss{font-size:1.2rem;line-height:1;color:var(--text-3);background:none;border:none;cursor:pointer;padding:.25rem .4rem;border-radius:var(--radius-sm);transition:background .15s}.install-dismiss:hover{background:var(--surface-2);color:var(--text)}:root{--bg: #f5f7fb;--surface: #ffffff;--surface-2: #f0f4ff;--border: #dde3f0;--border-focus: #5f7fff;--text: #1a2340;--text-2: #4a5a7a;--text-3: #7a8aaa;--accent: #5f7fff;--accent-dark: #4a6ae0;--accent-glow: rgba(95,127,255,.22);--green: #22c55e;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(20,30,70,.07);--shadow-md: 0 8px 24px rgba(20,30,70,.1);--shadow-lg: 0 18px 48px rgba(20,30,70,.12);--font: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;color-scheme:light}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:3rem 1.25rem 4rem}.hero{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero-icon{width:52px;height:52px;border-radius:12px;filter:drop-shadow(0 4px 12px rgba(30,63,163,.25));flex-shrink:0;object-fit:contain}h1{margin:0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(120deg,#3a56d4,#7b5cfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{margin:.35rem 0 0;font-size:.97rem;color:var(--text-2);line-height:1.5}.label-address{grid-column:1 / -1}.address-wrapper{position:relative;width:100%;min-width:0;display:flex;gap:.4rem;align-items:center}.address-wrapper input{flex:1;min-width:0;box-sizing:border-box}.gps-btn{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--accent);cursor:pointer;transition:background .15s,border-color .15s,color .15s;padding:0}.gps-btn:hover{background:var(--accent-glow);border-color:var(--border-focus)}.gps-btn:disabled{opacity:.5;cursor:not-allowed}.suggestion-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:200;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);list-style:none;margin:0;padding:.3rem;max-height:260px;overflow-y:auto;font-weight:400;text-transform:none;letter-spacing:0;font-size:.875rem;color:var(--text)}.suggestion-item{padding:.55rem .75rem;font-size:.875rem;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;line-height:1.4;transition:background .1s,color .1s}.suggestion-item:hover{background:var(--surface-2);color:var(--accent)}.suggestion-loading{padding:.55rem .75rem;font-size:.875rem;color:var(--text-3);font-style:italic}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(175px,100%),1fr));gap:1rem;align-items:end;padding:1.4rem 1.4rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-bottom:1.25rem}.filters>*{min-width:0}label{display:flex;flex-direction:column;gap:.4rem;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3)}input,select{width:100%;box-sizing:border-box;font:inherit;font-size:.93rem;font-weight:500;color:var(--text);background:var(--surface-2);padding:.62rem .8rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);outline:none;transition:border-color .15s,box-shadow .15s;appearance:none;-webkit-appearance:none}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a8aaa' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2.2rem}input:focus,select:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-glow);background:var(--surface)}.filter-group{display:flex;flex-direction:column;gap:.4rem}.filter-label{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3)}.btn-group{display:flex;width:100%;min-width:0;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.btn-opt{flex:1;min-width:0;font:inherit;font-size:.88rem;font-weight:500;color:var(--text-2);background:var(--surface-2);border:none;border-right:1.5px solid var(--border);padding:.62rem .5rem;cursor:pointer;transition:background .15s,color .15s;min-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-opt:last-child{border-right:none}.btn-opt.active,.btn-opt[aria-pressed=true]{background:var(--accent);color:#fff;font-weight:700}.btn-opt:hover:not(.active){background:var(--border);color:var(--text)}button[type=submit]{width:100%;box-sizing:border-box;font:inherit;font-size:.92rem;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border:none;border-radius:var(--radius-sm);padding:.7rem 1.2rem;min-height:44px;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #4f6ae359}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f6ae373}button[type=submit]:active{transform:translateY(0);box-shadow:0 2px 8px #4f6ae34d}.info-bar{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.88rem;color:var(--text-2);margin-bottom:.6rem}.info-bar:empty{display:none}.spinner{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.3rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-2);margin-bottom:1rem}.spinner-ring{display:inline-block;width:20px;height:20px;border:2.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));animation:fadeUp .25s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.station{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.station:hover{transform:translateY(-2px);box-shadow:0 24px 56px #141e4624}.card-main{display:flex;align-items:flex-start;gap:1rem;padding:1.15rem 1.3rem 1rem}.card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.station-name{margin:0;font-size:.97rem;font-weight:700;color:var(--text);line-height:1.3}.station-location{font-size:.85rem;font-weight:600;color:var(--text-2);text-transform:capitalize}.station-province{font-size:.78rem;color:var(--text-3);text-transform:capitalize}.hours-row{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.open-badge{display:inline-block;padding:.22rem .55rem;border-radius:4px;font-size:.76rem;font-weight:700;flex-shrink:0;white-space:nowrap}.open-badge--open{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.open-badge--closed{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.hours-pill{display:inline-block;padding:.22rem .6rem;border-radius:4px;font-size:.76rem;font-weight:500;background:var(--surface-2);color:var(--text-2);border:1px solid var(--border);width:fit-content;white-space:normal;word-break:break-word}.card-distance{margin:0;display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;color:var(--text-2)}.card-price{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:0}.price-value{font-size:1.8rem;font-weight:800;color:var(--text);line-height:1.1;letter-spacing:-.02em}.price-unit{font-size:.82rem;font-weight:500;color:var(--text-3);text-align:right}.card-footer{display:flex;justify-content:flex-end;padding:.6rem 1.3rem .8rem;border-top:1px solid var(--border)}.maps-link{font-size:.85rem;font-weight:700;color:var(--accent);text-decoration:none}.maps-link:hover{text-decoration:underline}.empty{text-align:center;padding:3rem 1.5rem;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-2)}.empty-icon{font-size:2.5rem;margin-bottom:.75rem}.empty p{margin:.25rem auto;max-width:28ch}.empty-hint{font-size:.88rem;color:var(--text-3)}.hidden{display:none!important}@media(max-width:640px){.container{padding:1.5rem 1rem 3rem}.hero{gap:.75rem}.hero-icon{border-radius:8px}.filters{grid-template-columns:1fr;padding:1rem}.grid{grid-template-columns:1fr}}
