.stations-hero{background:linear-gradient(135deg,var(--background) 0%,var(--foreground) 100%);min-height:60vh;display:flex;align-items:center;position:relative}.stations-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,var(--accent) 0%,transparent 50%),radial-gradient(circle at 70% 30%,var(--accent-hover) 0%,transparent 50%);opacity:.1}.stations-hero-content{animation:fadeInUp 1s ease-out}.stations-title{animation:fadeInUp 1s ease-out .2s both}.stations-subtitle{animation:fadeInUp 1s ease-out .4s both}.stations-stats{animation:fadeInUp 1s ease-out .6s both}.stations-accent{background-size:200% 200%;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stations-waves{position:absolute;bottom:0;left:0;right:0;height:100px;overflow:hidden}.wave{position:absolute;bottom:0;left:0;width:200%;height:100px;background:linear-gradient(90deg,transparent,var(--accent),transparent);animation:waveMove 4s ease-in-out infinite;opacity:.1}.wave-1{animation-delay:0s;animation-duration:4s}.wave-2{animation-delay:1s;animation-duration:5s;opacity:.05}.wave-3{animation-delay:2s;animation-duration:6s;opacity:.03}@keyframes waveMove{0%,to{transform:translate(-50%)}50%{transform:translate(0)}}.section-transition{padding:2rem 0;background:var(--background);position:relative}.transition-content{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:200px;margin:0 auto}.transition-line{flex:1;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.transition-icon{font-size:1.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.stations-content{background:var(--background);position:relative}.stations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.station-wrapper{animation:slideInUp .8s ease-out both;transform:translateY(20px);opacity:0}@keyframes slideInUp{to{transform:translateY(0);opacity:1}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid var(--text-secondary);border-top:4px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:var(--text-secondary);font-size:1.1rem}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.error-icon{font-size:3rem;margin-bottom:1rem}.error-text{color:#ef4444;font-size:1.1rem;margin-bottom:1.5rem}.error-retry{background:var(--accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.error-retry:hover{background:var(--accent-hover);transform:translateY(-2px)}.stations-footer{background:var(--foreground);position:relative}.footer-content{animation:fadeInUp .8s ease-out}.footer-title{animation:fadeInUp .8s ease-out .2s both}.footer-subtitle{animation:fadeInUp .8s ease-out .4s both}.footer-actions{animation:fadeInUp .8s ease-out .6s both}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--accent);color:#fff;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #4a90e24d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:transparent;color:var(--text-primary);border:2px solid var(--accent);border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.stations-hero{min-height:50vh;padding:2rem 0}.stations-title{font-size:2.5rem}.stations-subtitle{font-size:1.2rem}.stations-stats{gap:2rem}.stations-grid{grid-template-columns:1fr;gap:1.5rem}.footer-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.stations-title{font-size:2rem}.stations-subtitle{font-size:1rem}.stations-stats{flex-direction:column;gap:1rem}.stations-grid{gap:1rem}}
