@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary: #0284c7;--primary-light: #e0f2fe;--primary-dark: #075985;--secondary: #64748b;--success: #10b981;--danger: #ef4444;--bg-app: #f8fafc;--bg-card: #ffffff;--bg-overlay: rgba(255, 255, 255, .85);--font-main: "Outfit", sans-serif;--header-height: 60px;--bottom-bar-height: 80px;--radius-lg: 16px;--radius-full: 9999px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-main);background:var(--bg-app);color:#0f172a;-webkit-font-smoothing:antialiased}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:1.5rem;max-width:1400px;margin:0 auto;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;transition:all .2s ease;cursor:pointer;border:none;font-family:var(--font-main)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #0284c740}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 6px 16px #0284c759}.btn-secondary{background:#f1f5f9;color:#0f172a;box-shadow:0 4px 10px #94a3b840}.btn-secondary:hover{background:#e2e8f0}.form-group{margin-bottom:1.25rem}.label{display:block;font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:.35rem}.input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #cbd5e1;font-family:var(--font-main);font-size:.95rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;background-color:#ffffffe6;color:#0f172a}.input::placeholder{color:#94a3b8}.input:focus{border-color:var(--primary);box-shadow:0 0 0 1px #0284c738;background-color:#fff}.chat-bubble{position:relative;line-height:1.5;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.station-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #00000005}.station-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;border-color:#e2e8f0}.station-header{padding:1.5rem;background:linear-gradient(to bottom right,#f8fafc,#fff);border-bottom:1px solid #f1f5f9}.station-body{padding:1.5rem}.station-footer{padding:1.25rem 1.5rem;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.dashboard-nav-container{display:flex;align-items:center;justify-content:space-between;height:100%}.nav-logo-group{display:flex;align-items:center;gap:.75rem}.nav-logo-text{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.5px}.nav-controls{display:flex;align-items:center;gap:1.5rem}.credits-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:100px;font-size:.9rem;font-weight:600;color:#0f172a;border:1px solid rgba(255,255,255,.5)}.logout-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;padding:.5rem;transition:color .2s}.logout-btn:hover{color:#0f172a}.station-card-inner{display:flex;flex-direction:column;height:100%;position:relative}.station-info{padding:1.5rem;flex:1}.station-action-area{margin-top:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9}.hero-title{font-size:clamp(2.75rem,4vw,3.5rem);line-height:1.05;font-weight:900;letter-spacing:-.05em;color:#0f172a;margin:0 0 1.5rem}.gradient-text{background:linear-gradient(135deg,#0284c7,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent}.desktop-nav{display:flex;align-items:center;gap:2rem}.nav-desktop-group{display:flex;align-items:center;gap:1rem}.nav-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#0f172a}.nav-mobile-dropdown{position:absolute;top:100%;right:1.5rem;margin-top:.75rem;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0f172a26;padding:1rem;display:flex;flex-direction:column;min-width:220px;z-index:40}.link{text-decoration:none;color:#334155;font-weight:500}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:stretch}.section-padding{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;align-items:flex-start}.text-center{text-align:center}.badge-glass{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;background:#94a3b826;color:#0f172a;font-size:.8rem;font-weight:600}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative}.auth-card{position:relative;width:100%;max-width:440px;padding:3.5rem 2.5rem 2.5rem;border-radius:24px;box-shadow:0 24px 60px #0f172a2e}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:1.9rem;font-weight:800;margin:0 0 .4rem;color:#0f172a}.auth-subtitle{margin:0;font-size:.95rem;color:#64748b}.auth-footer{margin-top:2rem;text-align:center;font-size:.9rem;color:#64748b}.auth-footer .link{margin-left:.25rem}@media(max-width:768px){.main-content{padding:1rem}.station-card{border-radius:16px}.nav-content{padding:.75rem 1rem}button.logout-btn{font-size:.85rem}.credits-text,.logout-text{display:none}.station-action-area{width:100%;border-left:none;border-top:1px solid #f1f5f9;flex-direction:column;gap:.75rem;padding:1.25rem;min-width:auto}.station-action-area .btn{width:100%;justify-content:center}.station-action-area>div:first-child{justify-content:center;width:100%;margin-bottom:.25rem}.station-info{padding:1rem}.desktop-nav,.nav-desktop-group{display:none}.nav-mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav-mobile-dropdown{left:1rem;right:1rem}.responsive-grid,.footer-grid{grid-template-columns:1fr}}.mesh-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;background:#f8fafc;pointer-events:none}.mesh-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:moveBlob 10s infinite alternate cubic-bezier(.4,0,.2,1)}.blob-1{width:600px;height:600px;background:#e0f2fe;top:-100px;right:-100px}.blob-2{width:500px;height:500px;background:#dbeafe;bottom:-50px;left:-100px;animation-delay:-2s;animation-duration:12s}.blob-3{width:300px;height:300px;background:#ccfbf1;top:30%;left:40%;animation-delay:-5s;opacity:.4}@keyframes moveBlob{0%{transform:translate(0) scale(1)}to{transform:translate(30px,40px) scale(1.1)}}.glass-nav{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 6px -1px #00000005}.glass-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #00000003;border-radius:24px}.glass-panel{background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 6px -1px #0000000d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
