.explore-page{color:#fff;background:radial-gradient(circle at 0 0,#00aeff1f,#0000 35%),linear-gradient(135deg,#041b2d 0%,#07294b 48%,#0b3262 100%);width:100%;min-height:100vh;overflow-x:hidden}.explore-navbar{z-index:1000;background:#06142d;border-bottom:1px solid #62d0ff1f;align-items:center;gap:22px;width:100%;height:105px;padding:0 50px;display:flex;position:relative}.explore-logo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.explore-logo img{object-fit:contain;width:95px;height:78px;display:block}.explore-back-btn{color:#62d0ff;cursor:pointer;background:#142846;border:1px solid #62d0ff1f;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;padding:0;font-size:30px;line-height:1;transition:background .2s,transform .2s,border-color .2s;display:flex}.explore-back-btn:hover{background:#1b3558;border-color:#62d0ff59;transform:translate(-2px)}.explore-nav-right{justify-content:flex-end;align-items:center;gap:14px;margin-left:auto;display:flex}.explore-search-btn{color:#62d0ff;cursor:pointer;background:#142b4a;border:1px solid #62d0ff2e;border-radius:15px;justify-content:center;align-items:center;width:58px;height:58px;transition:background .2s,transform .2s,border-color .2s;display:flex}.explore-search-btn svg{stroke-width:2.2px;width:25px;height:25px}.explore-search-btn:hover{background:#1b3a60;border-color:#62d0ff66;transform:translateY(-1px)}.service-search-box{box-sizing:border-box;background:#193555;border:1px solid #62d0ff33;border-radius:15px;align-items:center;width:300px;height:58px;padding:0 14px;animation:.2s serviceSearchOpen;display:flex;box-shadow:0 8px 25px #0003}.service-search-box>svg{color:#62d0ff;flex-shrink:0;width:23px;height:23px}.service-search-box input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;margin-left:12px;font-size:17px}.service-search-box input::placeholder{color:#9db2ca}.service-search-close{color:#9db2ca;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.service-search-close svg{width:19px;height:19px}.service-search-close:hover{color:#fff;background:#ffffff14}@keyframes serviceSearchOpen{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.explore-home-btn{color:#fff;cursor:pointer;background:#168cf5;border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-width:125px;height:54px;padding:0 22px;font-size:18px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.explore-home-btn:hover{background:#2498ff;transform:translateY(-2px);box-shadow:0 8px 20px #168cf540}.explore-hero{text-align:center;width:100%;padding:55px 20px 45px}.explore-hero h1{color:#fff;letter-spacing:-1px;margin:0;font-size:clamp(42px,4vw,66px);font-weight:800}.explore-hero p{color:#c6ddf5;margin:20px 0 0;font-size:20px;line-height:1.6}.explore-hero:after{content:"";background:linear-gradient(90deg,#0000,#38c7ff,#0000);border-radius:50px;width:160px;height:2px;margin:28px auto 0;display:block}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;width:min(1500px,100% - 70px);margin:15px auto 0;padding-bottom:70px;display:grid}.service-card{text-align:center;cursor:pointer;background:#112b4bf2;border:1px solid #62d0ff24;border-radius:25px;flex-direction:column;align-items:center;min-height:440px;padding:38px 28px 28px;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";filter:blur(45px);pointer-events:none;background:#40c4ff12;border-radius:50%;width:180px;height:180px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.service-card:hover{background:#133154fa;border-color:#62d0ff80;transform:translateY(-8px);box-shadow:0 18px 35px #0000002e,0 0 25px #2fb1ff14}.service-icon{color:#58caff;z-index:1;background:#051c3773;border:1px solid #58caff1f;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:25px;font-size:70px;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.service-card:hover .service-icon{transform:scale(1.06);box-shadow:0 0 28px #58caff1f}.service-card h3{color:#62d0ff;z-index:1;margin:0;font-size:28px;font-weight:750;line-height:1.25;position:relative}.service-card p{color:#d2e2f2;z-index:1;margin:25px 0 30px;font-size:17px;line-height:1.6;position:relative}.service-card button{color:#fff;cursor:pointer;z-index:1;background:#168cf5;border:none;border-radius:14px;width:100%;height:58px;margin-top:auto;font-size:17px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;position:relative}.service-card button:hover{background:#2498ff;transform:translateY(-2px);box-shadow:0 8px 20px #168cf533}@media (width<=1250px){.explore-navbar{padding:0 30px}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:min(1100px,100% - 50px)}}@media (width<=950px){.explore-navbar{gap:15px;height:95px;padding:0 25px}.explore-logo img{width:82px;height:70px}.explore-hero{padding-top:45px}.explore-hero h1{font-size:44px}.explore-hero p{font-size:18px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}@media (width<=700px){.explore-navbar{gap:10px;height:82px;padding:0 16px}.explore-logo img{width:62px;height:55px}.explore-back-btn,.explore-search-btn{border-radius:12px;width:44px;height:44px}.explore-back-btn{font-size:25px}.explore-search-btn{font-size:19px}.explore-nav-right{gap:8px}.explore-home-btn{border-radius:12px;width:44px;min-width:44px;height:44px;padding:0;font-size:18px}.explore-home-btn span{display:none}.explore-hero{padding:40px 18px 35px}.explore-hero h1{font-size:36px;line-height:1.15}.explore-hero p{margin-top:15px;font-size:16px}.services-grid{grid-template-columns:1fr;gap:20px;width:calc(100% - 30px);padding-bottom:45px}.service-card{min-height:390px;padding:30px 22px 24px}.service-icon{width:95px;height:95px;font-size:60px}.service-card h3{font-size:25px}}@media (width<=430px){.explore-navbar{gap:7px;padding:0 10px}.explore-logo img{width:55px}.explore-back-btn,.explore-search-btn,.explore-home-btn{width:40px;min-width:40px;height:40px}.explore-hero h1{font-size:31px}}body{background:#07152c;overflow-x:hidden}.login-container{background:radial-gradient(circle at 0 0,#1d4ed855 0%,#0000 40%),radial-gradient(circle at 100% 100%,#00bfff33 0%,#0000 35%),linear-gradient(135deg,#081c3a,#102f57,#07152c);min-height:100vh;display:flex}.left-panel{flex-direction:column;justify-content:center;align-items:center;width:50%;padding:60px;display:flex;position:relative;overflow:hidden}.background-glow{filter:blur(120px);background:#00bfff22;border-radius:50%;width:550px;height:550px;animation:8s ease-in-out infinite floatGlow;position:absolute}.logo-box{z-index:2;margin-top:40px;margin-bottom:35px}.logo-image{width:180px;animation:5s ease-in-out infinite floatLogo}.brand-title{letter-spacing:6px;color:#fff;z-index:2;margin-top:25px;font-size:64px;font-weight:800}.brand-tagline{text-align:center;color:#d7ebff;z-index:2;margin-top:20px;font-size:24px;font-weight:300;line-height:1.6}.word-slider{z-index:2;justify-content:center;align-items:center;margin:20px 0;display:flex}.animated-word{font-size:36 px;color:#38bdf8;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-shadow:0 0 25px #00bfff99;background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;padding:12px 30px;font-weight:700;transition:all .3s;animation:2.5s infinite fadeWord,2.5s infinite pulseGlow;box-shadow:0 10px 25px #0003}.brand-message{text-align:center;color:#fff;z-index:2;margin-top:20px;font-size:22px;line-height:1.8}.trust-badges{z-index:2;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:35px;display:flex}.trust-badges span{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:40px;padding:12px 22px;transition:all .3s}.trust-badges span:hover{background:#19b7ff;transform:translateY(-4px)}.right-panel{justify-content:center;align-items:center;width:50%;padding:50px;display:flex}.login-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:25px;width:100%;max-width:430px;padding:45px;box-shadow:0 25px 50px #00000059}.login-header{text-align:center;margin-bottom:45px}.login-header h2{color:#fff;margin-bottom:10px;font-size:36px}.login-header p{color:#d7e6ff;line-height:1.6}.login-header strong{color:#38bdf8}.input-box{background:#ffffff0f;border:1px solid #ffffff14;border-radius:15px;align-items:center;margin-bottom:20px;padding:15px 18px;display:flex}.input-icon{color:#38bdf8;margin-right:12px;font-size:22px}.input-box input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:16px}.input-box input::placeholder{color:#bcd8ff}.eye-icon{cursor:pointer;color:#fff;font-size:22px}.login-btn,.google-btn,.phone-btn,.register-btn{cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:15px;padding:15px;font-size:16px;font-weight:600;transition:all .3s}.login-btn{color:#fff;background:linear-gradient(90deg,#19b7ff,#2563eb)}.login-btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px #00bfff73}.google-btn{color:#222;background:#fff}.phone-btn{color:#fff;background:#1b4fd8}.register-btn{color:#fff;background:0 0;border:1px solid #fff3}.register-btn:hover{background:#ffffff14}.forgot-password{text-align:center;color:#38bdf8;cursor:pointer;margin-top:22px}.forgot-password:hover{text-decoration:underline}@keyframes floatLogo{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes floatGlow{0%{transform:translate(0)}50%{transform:translate(25px,-20px)}to{transform:translate(0)}}@keyframes fadeWord{0%{opacity:0;transform:translateY(15px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(-15px)}}@keyframes pulseGlow{0%{box-shadow:0 0 12px #00bfff40}50%{box-shadow:0 0 35px #00bfff99}to{box-shadow:0 0 12px #00bfff40}}@media (width<=768px){.login-container{flex-direction:column;min-height:100vh}.left-panel{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px}.right-panel{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:30px 20px}.login-card{width:100%;max-width:420px;margin:auto}.brand-title{letter-spacing:4px;font-size:48px}.brand-tagline{font-size:20px}.brand-message{font-size:18px}.logo-image{width:140px}.trust-badges{justify-content:center}}body{background:linear-gradient(135deg,#071426,#0d3b74,#1e88ff)}.register-container{min-height:100vh;display:flex}.register-left{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:50%;padding:60px;display:flex}.register-logo{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:25px;font-size:50px;display:flex;box-shadow:0 0 25px #fff6}.register-left h1{margin-bottom:10px;font-size:40px}.register-left h2{color:#dbeafe;margin-bottom:20px}.register-left p{max-width:450px;font-size:18px;line-height:28px}.register-right{justify-content:center;align-items:center;width:50%;display:flex}.register-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#ffffff1f;border-radius:20px;width:430px;padding:40px;box-shadow:0 10px 30px #0000004d}.register-card h2{text-align:center;margin-bottom:25px}.register-card input{border:none;border-radius:10px;width:100%;margin-bottom:18px;padding:15px;font-size:16px}.register-button,.back-button{cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:12px;padding:15px;font-size:17px;transition:all .3s}.register-button{color:#fff;background:#1976d2}.register-button:hover{background:#1565c0}.back-button{color:#1976d2;background:#fff}.back-button:hover{background:#e3f2fd}@media (width<=900px){.register-container{flex-direction:column}.register-left,.register-right{width:100%;padding:40px 20px}.register-card{width:90%}}.logo-box{justify-content:center;align-items:center;width:180px;height:180px;margin-bottom:20px;display:flex;overflow:hidden}.logo-image{object-fit:contain;width:100%;height:100%}body{color:#fff;background:#061320;overflow-x:hidden}.home-page{background:linear-gradient(135deg,#04111f,#071d34,#061320);min-height:100vh;position:relative;overflow:hidden}.background{z-index:0;position:absolute;inset:0;overflow:hidden}.gradient{background:radial-gradient(circle at 0 0,#00b7ff2e,#0000 35%),radial-gradient(circle at 100% 100%,#0077ff24,#0000 40%);position:absolute;inset:0}.glow{filter:blur(120px);opacity:.35;border-radius:50%;animation:15s infinite alternate moveGlow;position:absolute}.glow1{background:#00b8ff;width:420px;height:420px;top:-150px;left:-120px}.glow2{background:#006eff;width:350px;height:350px;bottom:-120px;right:-100px}@keyframes moveGlow{0%{transform:translate(0)}to{transform:translate(80px,-60px)}}.home-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#061423a6;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:22px 60px;display:flex;position:relative}.logo{align-items:center;gap:18px;display:flex}.logo img{width:62px}.logo h2{font-size:24px}.logo span{color:#7ed6ff;font-size:14px}.home-header nav{gap:15px;display:flex}.home-header button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;transition:all .35s;display:flex}.home-header button:hover{background:#ffffff14}.profile-btn{background:#167dff!important}.hero{z-index:5;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;padding:90px 80px;display:grid;position:relative}.hero-left{animation:1s fadeLeft}.hero-tag{color:#84d7ff;background:#00b7ff1f;border-radius:50px;padding:10px 22px;font-size:15px;display:inline-block}.hero-left h1{margin:28px 0;font-size:72px;font-weight:700;line-height:1.08}.hero-left p{color:#d4ebff;width:90%;font-size:20px;line-height:1.9}.explore-btn{color:#fff;cursor:pointer;background:#1687ff;border:none;border-radius:14px;margin-top:45px;padding:18px 40px;font-size:18px;font-weight:600;transition:all .35s}.explore-btn:hover{background:#0c72e6;transform:translateY(-4px);box-shadow:0 15px 35px #00b7ff4d}.hero-right{justify-content:center;display:flex}.assistant-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0e213ad1;border:1px solid #ffffff14;border-radius:24px;width:390px;padding:35px;box-shadow:0 25px 60px #00000040}.assistant-logo{background:#fff;border-radius:22px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;display:flex;overflow:hidden;box-shadow:0 0 25px #00b7ff40}.assistant-logo img{object-fit:contain;width:75%;height:75%}.assistant-status{color:#5ef18c;margin-top:18px;font-size:14px;display:inline-block}.assistant-card h2{margin:18px 0 10px;font-size:30px}.assistant-card p{color:#d7ecff;margin-bottom:25px;line-height:1.8}.assistant-card input{color:#fff;background:#0f2747;border:none;border-radius:12px;outline:none;width:100%;padding:16px}.ask-btn{color:#fff;cursor:pointer;background:#1687ff;border:none;border-radius:12px;width:100%;margin-top:18px;padding:16px;font-size:16px;transition:all .3s}.ask-btn:hover{background:#0c72e6}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.stats{z-index:5;grid-template-columns:repeat(4,1fr);gap:30px;padding:20px 80px 90px;display:grid;position:relative}.stat-box{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:#0f233cc7;border:1px solid #ffffff14;border-radius:22px;padding:35px;transition:all .35s}.stat-box:hover{border-color:#29b8ff;transform:translateY(-10px);box-shadow:0 20px 40px #00b7ff40}.stat-box h2{color:#4fc8ff;margin-bottom:10px;font-size:42px}.stat-box span{color:#d7ecff}.why{z-index:5;padding:40px 80px 90px;position:relative}.why h2{text-align:center;margin-bottom:60px;font-size:48px}.why-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#10243ecc;border:1px solid #ffffff14;border-radius:24px;padding:35px;transition:all .35s}.why-card h3{color:#7fd8ff;margin-bottom:18px;font-size:24px}.home-footer{z-index:5;border-top:1px solid #ffffff14;flex-direction:column;gap:30px;margin-top:70px;padding:40px 80px;display:flex;position:relative}.footer-left{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:30px;display:flex}.footer-left img{width:80px;height:auto}.footer-left h3{margin:0;font-size:36px;font-weight:700}.footer-left p{color:#7fd8ff;margin:0;font-size:20px}.footer-links{justify-content:center;gap:40px;display:flex}.copyright{text-align:center}.footer-links span{cursor:pointer;transition:all .3s}.footer-links span:hover{color:#3dc4ff}.copyright{color:#88bfe5;font-size:14px}.stars{opacity:.15;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:70px 70px;animation:120s linear infinite starsMove;position:absolute;inset:0}@keyframes starsMove{0%{transform:translateY(0)}to{transform:translateY(-500px)}}@media (width<=1100px){.hero{text-align:center;grid-template-columns:1fr;gap:45px;padding:70px 45px}.hero-left{width:100%}.hero-left p{width:100%;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-right{width:100%}.assistant-card{width:min(390px,100%)}.stats{grid-template-columns:repeat(2,1fr);padding:20px 45px 70px}.why{padding-left:45px;padding-right:45px}.why-grid{grid-template-columns:1fr}}@media (width<=700px){.home-header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:16px 18px;display:flex}.logo{text-align:center;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.logo img{object-fit:contain;width:50px;height:50px}.logo h2{font-size:20px;line-height:1.2}.logo span{font-size:11px;display:block}.home-header nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;width:100%;display:flex}.home-header button{white-space:nowrap;border-radius:10px;gap:5px;padding:9px 11px;font-size:13px}.hero{box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;gap:35px;width:100%;padding:50px 20px 35px;display:flex}.hero-left{flex-direction:column;align-items:center;width:100%;display:flex}.hero-tag{box-sizing:border-box;max-width:100%;padding:8px 15px;font-size:12px}.hero-left h1{width:100%;margin:20px 0 18px;font-size:40px;line-height:1.12}.hero-left p{width:100%;max-width:520px;margin:0;font-size:16px;line-height:1.7}.explore-btn{border-radius:12px;margin-top:28px;padding:14px 28px;font-size:16px}.hero-right{justify-content:center;width:100%;display:flex}.assistant-card{box-sizing:border-box;border-radius:20px;width:100%;max-width:360px;padding:25px 20px}.assistant-logo{border-radius:18px;width:80px;height:80px;margin-bottom:15px}.assistant-card h2{margin:14px 0 8px;font-size:24px}.assistant-card p{margin-bottom:18px;font-size:14px;line-height:1.7}.assistant-card input{box-sizing:border-box;padding:13px;font-size:14px}.ask-btn{margin-top:12px;padding:13px;font-size:14px}.assistant-status{margin-top:12px;font-size:12px}.stats{box-sizing:border-box;grid-template-columns:1fr;gap:16px;width:100%;padding:15px 20px 50px;display:grid}.stat-box{box-sizing:border-box;border-radius:18px;width:100%;padding:24px 18px}.stat-box h2{margin-bottom:7px;font-size:34px}.stat-box span{font-size:14px}.why{box-sizing:border-box;width:100%;padding:35px 20px 55px}.why h2{margin-bottom:30px;font-size:32px;line-height:1.2}.why-grid{grid-template-columns:1fr;gap:16px;width:100%;display:grid}.why-card{box-sizing:border-box;border-radius:18px;width:100%;padding:24px 20px}.why-card h3{margin-bottom:12px;font-size:20px}.why-card p{font-size:14px;line-height:1.7}.home-footer{box-sizing:border-box;gap:25px;width:100%;margin-top:30px;padding:35px 20px}.footer-left{width:100%;margin-bottom:15px}.footer-left img{width:65px}.footer-left h3{font-size:28px}.footer-left p{font-size:15px}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px 25px;width:100%;display:flex}.footer-links span{font-size:14px}.copyright{font-size:12px}}@media (width<=450px){.home-header{gap:13px;padding:14px 12px}.logo img{width:46px;height:46px}.logo h2{font-size:18px}.logo span{font-size:10px}.home-header nav{gap:5px}.home-header button{padding:8px 9px;font-size:12px}.hero{gap:28px;padding:40px 16px 30px}.hero-tag{padding:7px 12px;font-size:11px}.hero-left h1{margin:18px 0 15px;font-size:34px}.hero-left p{font-size:14px;line-height:1.65}.explore-btn{padding:13px 24px;font-size:15px}.assistant-card{max-width:100%;padding:22px 16px}.assistant-logo{width:72px;height:72px}.assistant-card h2{font-size:22px}.stats,.why{padding-left:16px;padding-right:16px}.why h2{font-size:29px}.home-footer{padding-left:16px;padding-right:16px}}@media (width<=360px){.logo{gap:7px}.logo img{width:42px;height:42px}.logo h2{font-size:16px}.home-header button{padding:7px 8px;font-size:11px}.hero{padding-left:13px;padding-right:13px}.hero-left h1{font-size:30px}.hero-left p{font-size:13px}.why h2{font-size:26px}}@media screen and (width<=700px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden!important}.home-page{width:100%;max-width:100%;min-width:0!important;overflow-x:hidden!important}.home-header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;min-width:0;max-width:100%;padding:14px 10px;display:flex}.logo{box-sizing:border-box;justify-content:center;align-items:center;gap:8px;width:100%;max-width:100%;display:flex}.logo img{object-fit:contain;width:48px;max-width:48px;height:48px}.logo h2{white-space:nowrap;font-size:18px}.logo span{font-size:10px}.home-header nav{box-sizing:border-box;flex-wrap:nowrap;justify-content:center;align-items:center;gap:3px;width:100%;max-width:100%;display:flex;overflow:hidden}.home-header button{white-space:nowrap;box-sizing:border-box;border-radius:10px;flex:1 1 0;justify-content:center;gap:4px;min-width:0;padding:9px 5px;font-size:12px}.home-header button svg{flex-shrink:0;width:15px;height:15px}.profile-btn{min-width:0!important}.hero{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;min-width:0;max-width:100%;padding:45px 16px 35px;display:flex}.hero-left{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.hero-tag{box-sizing:border-box;max-width:100%;padding:8px 14px;font-size:12px}.hero-left h1{text-align:center;white-space:normal;overflow-wrap:break-word;word-break:normal;box-sizing:border-box;width:100%;max-width:100%;margin:20px 0;font-size:clamp(32px,9.5vw,42px);line-height:1.12}.hero-left p{text-align:center;box-sizing:border-box;width:100%;min-width:0;max-width:500px;font-size:15px;line-height:1.7}.explore-btn{box-sizing:border-box;max-width:100%;margin-top:25px;padding:14px 26px;font-size:16px}.hero-right{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.assistant-card{box-sizing:border-box;border-radius:20px;width:calc(100% - 4px);min-width:0;max-width:360px;margin:0 auto;padding:24px 16px;overflow:hidden}.assistant-logo{width:78px;max-width:78px;height:78px;margin:0 auto 15px}.assistant-logo img{object-fit:contain;width:75%;max-width:100%;height:75%}.assistant-card h2{white-space:normal;overflow-wrap:break-word;width:100%;max-width:100%;margin:14px 0 10px;font-size:25px;line-height:1.2}.assistant-card p{width:100%;max-width:100%;margin-bottom:18px;font-size:14px;line-height:1.7}.assistant-card input{box-sizing:border-box;width:100%;max-width:100%;padding:14px;font-size:14px}.ask-btn{box-sizing:border-box;width:100%;max-width:100%;padding:14px;font-size:15px}.stats{box-sizing:border-box;grid-template-columns:1fr;gap:16px;width:100%;min-width:0;max-width:100%;padding:15px 16px 50px;display:grid}.stat-box{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:25px 16px;overflow:hidden}.stat-box h2{overflow-wrap:break-word;max-width:100%;font-size:34px}.why{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:35px 16px 55px}.why h2{text-align:center;width:100%;max-width:100%;margin-bottom:30px;font-size:30px;line-height:1.2}.why-grid{grid-template-columns:1fr;gap:16px;width:100%;min-width:0;max-width:100%}.why-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:24px 18px;overflow:hidden}.home-footer{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:35px 16px;overflow:hidden}.footer-left{width:100%;max-width:100%}.footer-left h3{overflow-wrap:break-word;max-width:100%;font-size:28px}.footer-left p{max-width:100%;font-size:15px}.footer-links{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 20px;width:100%;max-width:100%;display:flex}@media screen and (width<=390px){.home-header{padding-left:7px;padding-right:7px}.home-header button{gap:3px;padding:8px 3px;font-size:11px}.home-header button svg{width:14px;height:14px}.hero{padding-left:12px;padding-right:12px}.hero-left h1{font-size:34px}.assistant-card{width:100%}}@media screen and (width<=350px){.home-header button{padding-left:2px;padding-right:2px;font-size:10px}.home-header button svg{width:13px;height:13px}.hero-left h1{font-size:30px}.hero-left p{font-size:14px}}}@media screen and (width<=900px){html,body,#root{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.home-page{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.home-header{box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;padding:12px 10px!important;display:flex!important}.logo{justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;display:flex!important}.logo img{object-fit:contain!important;width:48px!important;height:48px!important}.logo h2{font-size:18px!important}.logo span{font-size:10px!important}.home-header nav{box-sizing:border-box!important;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:3px!important;width:100%!important;max-width:100%!important;display:flex!important;overflow:hidden!important}.home-header button{white-space:nowrap!important;box-sizing:border-box!important;flex:1 1 0!important;justify-content:center!important;gap:4px!important;min-width:0!important;padding:10px 5px!important;font-size:13px!important}.home-header button svg{flex-shrink:0!important;width:16px!important;height:16px!important}.hero{box-sizing:border-box!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:35px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:55px 20px 40px!important;display:flex!important}.hero-left{text-align:center!important;box-sizing:border-box!important;flex-direction:column!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important}.hero-tag{box-sizing:border-box!important;max-width:100%!important;padding:8px 14px!important;font-size:13px!important}.hero-left h1{text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;box-sizing:border-box!important;width:100%!important;max-width:650px!important;margin:20px auto!important;font-size:clamp(34px,7vw,52px)!important;line-height:1.12!important}.hero-left p{text-align:center!important;width:100%!important;max-width:600px!important;margin:0 auto!important;font-size:16px!important;line-height:1.7!important}.explore-btn{box-sizing:border-box!important;max-width:100%!important;margin:25px auto 0!important;padding:15px 30px!important;font-size:17px!important}.hero-right{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important}.assistant-card{box-sizing:border-box!important;border-radius:20px!important;width:calc(100% - 20px)!important;min-width:0!important;max-width:500px!important;margin:0 auto!important;padding:28px 20px!important;overflow:hidden!important}.assistant-logo{width:90px!important;height:90px!important;margin:0 auto 15px!important}.assistant-logo img{object-fit:contain!important;max-width:100%!important;max-height:100%!important}.assistant-card h2{white-space:normal!important;overflow-wrap:break-word!important;width:100%!important;max-width:100%!important;margin:14px 0 10px!important;font-size:27px!important;line-height:1.2!important}.assistant-card p{width:100%!important;max-width:100%!important;font-size:15px!important;line-height:1.7!important}.assistant-card input,.ask-btn{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:14px!important}.stats{box-sizing:border-box!important;grid-template-columns:1fr 1fr!important;gap:15px!important;width:100%!important;max-width:100%!important;padding:20px!important}.stat-box{box-sizing:border-box!important;width:100%!important;min-width:0!important;padding:24px 15px!important}.why{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:40px 20px 60px!important}.why h2{text-align:center!important;width:100%!important;font-size:36px!important;line-height:1.2!important}.why-grid{grid-template-columns:1fr!important;gap:18px!important;width:100%!important}.why-card{box-sizing:border-box!important;width:100%!important;min-width:0!important}.home-footer{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:35px 20px!important;overflow:hidden!important}.footer-links{flex-wrap:wrap!important;justify-content:center!important;gap:15px 20px!important;width:100%!important;display:flex!important}}@media screen and (width<=500px){.hero{padding:45px 15px 35px!important}.hero-left h1{font-size:clamp(30px,9vw,40px)!important}.hero-left p{font-size:14px!important}.explore-btn{padding:14px 25px!important;font-size:16px!important}.assistant-card{width:100%!important;padding:24px 16px!important}.assistant-logo{width:78px!important;height:78px!important}.assistant-card h2{font-size:24px!important}.stats{grid-template-columns:1fr!important;padding-left:15px!important;padding-right:15px!important}.why{padding-left:15px!important;padding-right:15px!important}.why h2{font-size:30px!important}}.reset-container{background:#f5f7fb;justify-content:center;align-items:center;height:100vh;display:flex}.reset-card{background:#fff;border-radius:12px;width:400px;padding:35px;box-shadow:0 8px 20px #0000001a}.reset-card h2{text-align:center;margin-bottom:20px}.reset-card input{border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:15px;padding:12px}.reset-card button{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:8px;width:100%;margin-top:10px;padding:12px;font-size:16px}.reset-card button:hover{background:#005fd6}*{box-sizing:border-box}.otp-page{background:linear-gradient(135deg,#04111f,#071d34,#061320);justify-content:center;align-items:center;min-height:100vh;padding:30px 20px;font-family:Poppins,sans-serif;display:flex}.otp-card{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:520px;padding:45px 40px;box-shadow:0 20px 60px #00000059}.otp-logo{object-fit:contain;width:90px;height:90px;margin:0 auto 20px;display:block}.otp-card h2{color:#2864e6;margin:0 0 30px;font-size:32px;font-weight:700}.phone-input-group{width:100%;margin-bottom:18px;display:flex}.country-code{color:#1f2937;background:#f8fafc;border:1px solid #d1d5db;border-right:none;border-radius:12px 0 0 12px;justify-content:center;align-items:center;width:75px;min-width:75px;height:60px;font-size:17px;font-weight:700;display:flex}.phone-input-group input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:0 12px 12px 0;outline:none;flex:1;width:100%;height:60px;padding:0 18px;font-size:17px}.phone-input-group input:focus{border-color:#2864e6;box-shadow:0 0 0 3px #2864e61f}.otp-card>input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;height:60px;margin-bottom:18px;padding:0 18px;font-size:17px}.otp-card>input:focus{border-color:#2864e6;box-shadow:0 0 0 3px #2864e61f}.otp-card button{color:#fff;cursor:pointer;background:#2864e6;border:none;border-radius:12px;width:100%;height:60px;margin-bottom:14px;font-size:18px;font-weight:600;transition:all .25s}.otp-card button:hover{background:#1d55d0;transform:translateY(-1px)}.otp-card button:disabled{opacity:.65;cursor:not-allowed;transform:none}.otp-card .back-login-btn{background:#6b7280;margin-top:10px}.otp-card .back-login-btn:hover{background:#4b5563}@media (width<=600px){.otp-page{align-items:center;padding:20px 12px}.otp-card{border-radius:18px;max-width:100%;padding:32px 22px}.otp-logo{width:75px;height:75px}.otp-card h2{margin-bottom:25px;font-size:25px}.country-code{width:65px;min-width:65px;height:54px;font-size:15px}.phone-input-group input,.otp-card>input{height:54px;font-size:16px}.otp-card button{height:54px;font-size:17px}}.forecast-page{color:#fff;background:radial-gradient(circle at 0 0,#00b7ff2e,#0000 35%),radial-gradient(circle at 100% 100%,#0059ff1f,#0000 40%),linear-gradient(135deg,#041327,#082957,#071426);min-height:100vh;padding-bottom:70px}.forecast-page h1{text-align:center;padding-top:50px;font-size:48px}.forecast-page>p{text-align:center;color:#bfdcff;max-width:900px;margin-top:15px;margin-left:auto;margin-right:auto;font-size:20px;line-height:1.8}.forecast-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#12233feb;border:1px solid #ffffff14;border-radius:24px;padding:35px;transition:all .35s;box-shadow:0 18px 45px #00000047}.forecast-card h3{color:#62d0ff;text-align:center;margin:0;padding:0;font-size:28px;line-height:1.1}.forecast-card img{width:90px;margin:10px 0}.forecast-card h2{margin:15px 0;font-size:46px}@media (width<=768px){.forecast-page h1{padding:30px 20px 0;font-size:34px}.forecast-page>p{padding:0 20px;font-size:16px}.forecast-container{grid-template-columns:1fr;padding:35px 20px}.forecast-card{padding:25px}.forecast-card h2{font-size:38px}.forecast-details{grid-template-columns:1fr}}.forecast-summary{padding:40px 70px 0}.summary-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#12233feb;border:1px solid #ffffff14;border-radius:24px;padding:35px}.summary-card h2{color:#fff;margin-bottom:12px}.summary-card p{color:#bfdcff;margin-bottom:25px}.summary-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.summary-grid div{text-align:center;background:#ffffff0d;border-radius:16px;padding:18px}.summary-grid span{color:#9fd7ff;margin-bottom:10px;display:block}.summary-grid strong{color:#fff;font-size:26px}@media (width<=768px){.summary-grid{grid-template-columns:1fr}.forecast-summary{padding:20px}}.dashboard-layout{grid-template-columns:260px 1fr;min-height:calc(100vh - 80px);display:grid}.dashboard-main{padding:30px;overflow-x:hidden}.forecast-date{color:#b8cce3;text-align:center;margin-top:4px;margin-bottom:25px;font-size:16px;line-height:1.2}.forecast-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:30px;display:flex}.forecast-loading h2{color:#64c8ff;margin-bottom:15px;font-size:32px}.forecast-loading p{color:#bfdcff;font-size:18px}.forecast-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:50px 70px 70px;display:grid}.forecast-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#12233feb;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:flex-start;min-height:470px;padding:30px;transition:all .35s;display:flex;box-shadow:0 18px 45px #00000047}.forecast-card:hover{transform:translateY(-8px);box-shadow:0 22px 50px #00b7ff2e}.forecast-card h3{color:#64c8ff;margin-bottom:5px;font-size:24px}.forecast-card .forecast-date{color:#9fcdf5;margin-bottom:10px;font-size:14px}.forecast-card img{object-fit:contain;width:90px;height:90px;margin:5px auto}.forecast-card h2{color:#fff;margin:10px 0;font-size:46px}.forecast-desc{color:#c8def8;text-transform:capitalize;margin-bottom:20px;font-size:17px}.forecast-details{grid-template-columns:1fr 1fr;gap:15px;margin-top:auto;display:grid}.forecast-details div{color:#d7e9ff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:8px;padding:14px;font-size:15px;transition:all .3s;display:flex}.forecast-details div:hover{background:#00b7ff1f;transform:translateY(-3px)}.forecast-details strong{color:#fff;font-size:18px}@media (width<=768px){.forecast-page h1{padding:30px 20px 0;font-size:34px}.forecast-page>p{padding:0 20px;font-size:16px}.forecast-container{grid-template-columns:1fr;padding:35px 20px}.forecast-summary{padding:20px}.forecast-card{padding:25px}.forecast-card h2{font-size:38px}.forecast-details{grid-template-columns:1fr 1fr}}.navbar{box-sizing:border-box;z-index:100;background:#061633;align-items:center;gap:28px;width:100%;height:88px;min-height:88px;padding:0 42px;display:flex;position:relative;overflow:visible}.logo-section{cursor:pointer;flex:0 0 110px;justify-content:center;align-items:center;width:110px;height:88px;display:flex}.aetherix-logo{object-fit:contain;width:72px;height:72px;display:block}.search-container{flex:auto;align-items:center;gap:24px;min-width:0;height:88px;display:flex}.search-box{box-sizing:border-box;background:#193453;border-radius:15px;flex:auto;align-items:center;min-width:280px;height:54px;padding:0 18px;display:flex;position:relative;overflow:hidden}.search-icon{color:#5fcaff;cursor:pointer;flex:none;font-size:28px}.search-box input{color:#fff;background:0 0;border:none;outline:none;width:100%;min-width:0;height:100%;margin-left:14px;padding-right:85px;font-family:inherit;font-size:19px}.search-box input::placeholder{color:#8db1d4;opacity:1}.search-box .location-btn{color:#62d2ff;white-space:nowrap;z-index:5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:7px;height:42px;margin:0;padding:0 4px;font-size:17px;font-weight:700;line-height:1;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.search-box .location-btn:hover{color:#8bddff}.search-box .location-btn .live-icon{color:#62d2ff;flex-shrink:0;margin:0;font-size:24px}.nav-right{white-space:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:14px;height:88px;display:flex}.nav-icon-btn{color:#fff;cursor:pointer;background:#132e50;border:none;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;padding:0;transition:background .2s,transform .2s;display:flex;position:relative}.nav-icon-btn:hover{background:#1b3c64;transform:translateY(-1px)}.nav-icon-btn svg{color:#fff;width:27px;height:27px}.notification-btn{border-radius:50%}.notification-dot{background:#ff4d68;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:9px}.back-btn{border-radius:15px}.nav-home{color:#fff;cursor:pointer;white-space:nowrap;background:#1594ed;border:none;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;gap:11px;min-width:150px;height:58px;padding:0 24px;font-size:20px;font-weight:700;transition:background .2s,transform .2s;display:flex}.nav-home:hover{background:#1687d6;transform:translateY(-1px)}.nav-home svg{width:25px;height:25px}@media (width>=1400px){.navbar{gap:32px;padding-left:48px;padding-right:48px}.search-container{gap:28px}}@media (width>=701px) and (width<=1200px){.navbar{gap:18px;padding:0 24px}.logo-section{flex-basis:90px;width:90px}.aetherix-logo{width:68px;height:68px}.search-container{gap:18px}.search-box{min-width:200px}.search-box input{padding-right:75px;font-size:17px}.search-box .location-btn{font-size:16px;right:10px}.search-box .location-btn .live-icon{font-size:23px}.nav-right{gap:8px}.nav-icon-btn{width:54px;height:54px}.nav-home{min-width:120px;height:54px;padding:0 16px;font-size:18px}.nav-home svg{width:23px;height:23px}}@media (width<=700px){.navbar{box-sizing:border-box;grid-template-rows:52px 48px;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:0 10px;width:100%;height:116px;min-height:116px;padding:8px 10px;display:grid;overflow:visible}.logo-section{grid-area:1/1/3;justify-content:center;align-items:center;width:68px;height:100px;margin:0;padding:0;display:flex}.aetherix-logo{object-fit:contain;width:62px;height:62px;margin:0}.search-container{box-sizing:border-box;grid-area:1/2;width:100%;min-width:0;height:52px;margin:0;padding:0;display:block}.search-box{box-sizing:border-box;border-radius:13px;width:100%;min-width:0;height:48px;margin:0;padding:0 12px}.search-icon{font-size:24px}.search-box input{margin-left:10px;padding-right:70px;font-size:16px}.search-box .location-btn{z-index:20;justify-content:center;align-items:center;gap:5px;width:auto;height:38px;margin:0;padding:0 3px;font-size:15px;line-height:1;display:flex;position:absolute;inset:50% 10px auto auto;transform:translateY(-50%)}.search-box .location-btn .live-icon{margin:0;font-size:21px}.nav-right{z-index:30;justify-content:flex-end;align-items:center;gap:7px;height:42px;margin:0;padding:0;display:flex;position:absolute;bottom:8px;right:10px}.nav-icon-btn{border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;margin:0;padding:0;display:flex}.notification-btn{border-radius:50%}.nav-icon-btn svg{width:21px;height:21px}.notification-dot{width:5px;height:5px;top:5px;right:5px}.nav-home{border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;gap:0;width:42px;min-width:42px;height:42px;margin:0;padding:0;display:flex}.nav-home svg{width:21px;height:21px}.nav-home span{display:none}}@media (width<=450px){.navbar{grid-template-rows:50px 46px;grid-template-columns:62px minmax(0,1fr);column-gap:8px;height:112px;min-height:112px;padding:7px 8px}.logo-section{width:62px;height:96px}.aetherix-logo{width:57px;height:57px}.search-container{height:50px}.search-box{height:46px;padding:0 10px}.search-icon{font-size:22px}.search-box input{margin-left:8px;padding-right:65px;font-size:15px}.search-box .location-btn{gap:4px;height:36px;font-size:14px;right:8px}.search-box .location-btn .live-icon{font-size:20px}.nav-right{gap:5px;height:40px;bottom:7px;right:8px}.nav-icon-btn,.nav-home{flex-basis:40px;width:40px;min-width:40px;height:40px}.nav-icon-btn svg,.nav-home svg{width:20px;height:20px}}@media (width<=360px){.navbar{grid-template-columns:58px minmax(0,1fr);column-gap:6px;padding-left:6px;padding-right:6px}.logo-section{width:58px}.aetherix-logo{width:54px;height:54px}.search-box input{padding-right:60px}.search-box .location-btn{gap:3px;font-size:13px;right:6px}.search-box .location-btn .live-icon{font-size:19px}.nav-right{gap:4px;right:6px}.nav-icon-btn,.nav-home{flex-basis:38px;width:38px;min-width:38px;height:38px}.nav-icon-btn svg,.nav-home svg{width:19px;height:19px}}.search-container{position:relative}.city-suggestions{z-index:9999;background:#102b4a;border:1px solid #5bb4ff40;border-radius:16px;width:100%;max-height:320px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 15px 40px #00000059}.city-suggestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:14px 18px;transition:background .2s;display:flex}.city-suggestion:hover{background:#1e90ff2e}.city-suggestion svg{color:#5fc7ff;flex-shrink:0;font-size:20px}.city-suggestion span{flex-direction:column;gap:3px;display:flex}.city-suggestion strong{color:#fff;font-size:16px}.city-suggestion small{color:#a9c7df;font-size:13px}.city-search-loading{color:#9edcff;z-index:9999;background:#102b4a;border-radius:14px;width:100%;padding:16px;position:absolute;top:calc(100% + 8px);left:0}.forecast-header .dashboard-badge{margin-bottom:12px;display:inline-block}.forecast-header p{color:#b9cce3;margin-top:8px;font-size:16px}.dashboard-forecast-card{box-sizing:border-box;text-align:center;background:#193152f2;border:1px solid #ffffff14;border-radius:20px;min-height:260px;padding:22px;transition:all .25s}.forecast-loading{text-align:center;color:#9ec8e8;grid-column:1/-1;padding:40px;font-size:18px}@media (width<=1100px){.dashboard-forecast-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.forecast-header{flex-direction:column;align-items:flex-start}.dashboard-forecast{padding:22px}.dashboard-forecast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.dashboard-forecast-grid{grid-template-columns:1fr}}.dashboard-page{color:#fff;background:linear-gradient(135deg,#061525 0%,#0a2f55 55%,#123f78 100%);width:100%;min-height:100vh;overflow-x:hidden}.dashboard-container{box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto;padding:35px 45px 70px}.dashboard-top{grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;margin-bottom:45px;display:grid}.dashboard-intro{padding:20px 10px}.dashboard-badge{color:#69caff;margin-bottom:8px;font-size:16px;display:inline-block}.dashboard-intro h1{color:#fff;margin:0 0 18px;font-size:48px;line-height:1.1}.date-time{flex-direction:column;gap:8px;display:flex}.date-row{color:#d2e4f7;align-items:center;gap:8px;font-size:16px;display:flex}.weather-visual-card{box-sizing:border-box;background:radial-gradient(circle,#2c9dff2e,#0000 60%),#0c2644e6;border:1px solid #64beff2e;border-radius:28px;justify-content:center;align-items:center;min-height:280px;padding:30px;display:flex;box-shadow:0 20px 60px #00000040}.weather-visual{text-align:center;width:100%}.weather-icon-large{margin-bottom:10px;font-size:75px}.weather-condition h2{text-transform:capitalize;color:#fff;margin:0;font-size:30px}.weather-intelligence{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.weather-intelligence span{color:#74ceff;background:#39abff1f;border:1px solid #64c8ff26;border-radius:20px;padding:7px 13px;font-size:13px}.weather-cards{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:22px;width:100%;display:grid}.weather-card{box-sizing:border-box;text-align:center;background:#112b49f2;border:1px solid #6bbfff1f;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:220px;padding:28px 22px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:0 15px 40px #0000002e}.weather-card:hover{border-color:#52beff59;transform:translateY(-6px);box-shadow:0 20px 45px #00000047}.card-title{color:#68caff;justify-content:center;align-items:center;gap:9px;margin-bottom:20px;font-size:20px;font-weight:700;display:flex}.card-title svg{font-size:23px}.card-value{color:#fff;word-break:break-word;font-size:38px;font-weight:700;line-height:1.15}.small-value{font-size:32px}.condition-value{text-transform:capitalize;font-size:28px}.card-description{color:#bdcfe3;margin-top:12px;font-size:15px;line-height:1.4}.dashboard-forecast{box-sizing:border-box;background:#0d2744f2;border:1px solid #64beff24;border-radius:28px;width:100%;margin-top:60px;padding:35px}.forecast-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px;display:flex}.forecast-header h2{color:#fff;margin:8px 0;font-size:30px}.forecast-header p{color:#b9cee4;margin:0}.forecast-button{color:#fff;cursor:pointer;background:#168cff;border:none;border-radius:12px;padding:13px 22px;font-size:15px;font-weight:600;transition:all .25s}.forecast-button:hover{background:#309dff;transform:translateY(-2px)}.dashboard-forecast-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}.dashboard-forecast-card{box-sizing:border-box;text-align:center;background:#163354f2;border:1px solid #ffffff14;border-radius:20px;min-width:0;min-height:250px;padding:22px;transition:all .25s}.dashboard-forecast-card:hover{border-color:#5cc5ff59;transform:translateY(-5px)}.dashboard-forecast-card h3{color:#69caff;margin:0;font-size:17px}.dashboard-forecast-card img{width:75px;height:75px;margin:8px 0}.dashboard-forecast-card h2{color:#fff;margin:0;font-size:32px}.dashboard-forecast-card p{color:#c8d8e9;text-transform:capitalize;margin:8px 0 18px;font-size:14px}.forecast-mini-details{color:#b9cde2;flex-direction:column;gap:7px;font-size:14px;display:flex}.forecast-loading{text-align:center;color:#9fc6e7;grid-column:1/-1;padding:40px}.weather-update-status{text-align:center;color:#8eb8d8;margin-top:30px;font-size:14px}.dashboard-page{box-sizing:border-box;width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}.dashboard-container{box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto}@media (width<=1000px){.dashboard-container{box-sizing:border-box;width:100%;padding:25px 20px 60px}.dashboard-top{grid-template-columns:1fr;width:100%}.weather-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%}.weather-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.dashboard-forecast{box-sizing:border-box;width:100%;max-width:100%}.dashboard-forecast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-forecast-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%}}@media (width<=700px){.dashboard-page{width:100%;max-width:100vw;overflow-x:hidden}.dashboard-container{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:20px 12px 50px;overflow-x:hidden}.dashboard-top{flex-direction:column;gap:20px;width:100%;margin-bottom:30px;display:flex}.dashboard-intro{box-sizing:border-box;width:100%;padding:10px 5px}.dashboard-intro h1{word-break:break-word;font-size:32px;line-height:1.15}.weather-visual-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:20px}.weather-cards{box-sizing:border-box;grid-template-columns:1fr;gap:16px;width:100%;max-width:100%;display:grid}.weather-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:180px;padding:24px 16px;overflow:hidden}.card-title{text-align:center;box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;width:100%;max-width:100%;font-size:18px;display:flex}.card-title span{word-break:break-word;max-width:100%}.card-value{text-align:center;word-break:break-word;max-width:100%;font-size:34px}.small-value{font-size:28px}.condition-value{font-size:25px}.card-description{text-align:center;word-break:break-word;max-width:100%}.dashboard-forecast{box-sizing:border-box;width:100%;max-width:100%;margin-top:35px;padding:20px 14px;overflow:hidden}.forecast-header{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:15px;width:100%;display:flex}.forecast-header h2{word-break:break-word;font-size:24px;line-height:1.25}.forecast-header p{font-size:14px}.forecast-button{box-sizing:border-box;width:100%;max-width:100%}.dashboard-forecast-grid{box-sizing:border-box;grid-template-columns:1fr;gap:15px;width:100%;max-width:100%;display:grid}.dashboard-forecast-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:20px 14px;overflow:hidden}.dashboard-forecast-card h3{font-size:16px}.dashboard-forecast-card h2{font-size:30px}.dashboard-forecast-card p{word-break:break-word;max-width:100%}.forecast-mini-details{width:100%;max-width:100%}.weather-update-status{box-sizing:border-box;text-align:center;word-break:break-word;width:100%;max-width:100%;padding:0 10px}}@media (width<=480px){.dashboard-container{padding:16px 10px 45px}.dashboard-intro h1{font-size:29px}.weather-card{min-height:170px;padding:22px 14px}.card-title{font-size:17px}.card-value{font-size:32px}.dashboard-forecast{padding:18px 12px}.forecast-header h2{font-size:22px}}html,body,#root{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}@media (width<=900px){.weather-cards{flex-direction:column!important;align-items:center!important;gap:18px!important;width:100%!important;max-width:100%!important;display:flex!important}.weather-card{box-sizing:border-box!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:calc(100% - 30px)!important;min-width:0!important;max-width:620px!important;min-height:170px!important;margin:0 auto!important;padding:24px 20px!important;display:flex!important;overflow:hidden!important}.weather-card .card-title{text-align:center!important;white-space:normal!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;margin-bottom:12px!important;font-size:18px!important;display:flex!important}.weather-card .card-title svg{flex-shrink:0!important;font-size:22px!important}.weather-card .card-value{text-align:center!important;word-break:normal!important;width:100%!important;font-size:30px!important;line-height:1.2!important}.weather-card .card-description{text-align:center!important;width:100%!important;margin-top:8px!important;font-size:14px!important;line-height:1.4!important}.weather-card .small-value{font-size:28px!important}.weather-card .condition-value{font-size:26px!important}}@media (width<=480px){.weather-card{width:calc(100% - 28px)!important;min-height:155px!important;padding:20px 16px!important}.weather-card .card-title{font-size:17px!important}.weather-card .card-value{font-size:28px!important}.weather-card .small-value{font-size:26px!important}.weather-card .condition-value{font-size:24px!important}.weather-card .card-description{font-size:13px!important}}.alerts-page{color:#fff;background:radial-gradient(circle at 0 0,#00b7ff2e,#0000 35%),radial-gradient(circle at 100% 100%,#0059ff1f,#0000 40%),linear-gradient(135deg,#041327,#082957,#071426);min-height:100vh;padding-bottom:70px}.alerts-heading{text-align:center;padding-top:45px;font-size:46px}.alerts-subtitle{text-align:center;color:#c9e1ff;margin-top:15px;margin-bottom:45px;font-size:18px}.no-alerts{flex-direction:column;justify-content:center;align-items:center;height:70vh;display:flex}.alerts-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px;padding:0 60px;display:grid}.alert-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#12233feb;border:1px solid #ffffff14;border-radius:24px;padding:30px;transition:all .35s;box-shadow:0 18px 45px #00000047}.alert-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00b7ff2e}.alert-icon{margin-bottom:20px;font-size:60px}.alert-card h2{margin:18px 0;font-size:28px}.alert-card p{color:#c8def8;margin-bottom:25px;line-height:1.7}.alert-badge{border-radius:40px;margin-bottom:20px;padding:8px 18px;font-weight:600;display:inline-block}.alert-badge.high{color:#fff;background:#d62828}.alert-badge.medium{color:#fff;background:#ff9800}.alert-badge.safe{color:#fff;background:#1e9b52}.weather-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 40px;width:100%;margin-top:28px;display:grid}.weather-details>div{color:#c9def5;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;min-height:42px;padding:10px 14px;font-size:16px;display:flex}.weather-details span{color:#c9def5;white-space:nowrap}.weather-details strong{color:#fff;text-align:right;margin-left:15px;font-weight:600}.alert-footer{color:#91abc8;border-top:1px solid #ffffff14;margin-top:22px;padding-top:15px;font-size:14px}@media (width<=700px){.weather-details{grid-template-columns:1fr;gap:10px}.weather-details>div{font-size:15px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-page{background:linear-gradient(135deg,#0f172a,#1e3a8a);min-height:100vh}.map-title{color:#fff;text-align:center;margin-top:20px;font-size:35px}.leaflet-container{border:3px solid #4aa3ff}.about-page{color:#fff;background:linear-gradient(135deg,#04111f,#071d34,#061320);min-height:100vh;overflow-x:hidden}.about-hero{text-align:center;padding:80px 80px 70px}.about-tag{color:#7fd8ff;letter-spacing:1px;background:#00b7ff1f;border-radius:40px;padding:10px 24px;font-size:15px;display:inline-block}.about-hero h1{margin:30px 0;font-size:64px;line-height:1.15}.about-hero p{color:#d6ebff;max-width:950px;margin:auto;font-size:20px;line-height:1.9}.founder-section{grid-template-columns:360px 850px;justify-content:center;align-items:center;gap:70px;padding:40px 80px 80px;display:grid}.founder-image img{border:2px solid #29b9ff59;border-radius:24px;width:320px;transition:all .35s;box-shadow:0 0 25px #29b9ff26,0 20px 45px #00000059}.founder-image img:hover{transform:translateY(-6px)}.founder-content{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#132845;border:1px solid #29b9ff1f;border-radius:24px;padding:50px;transition:all .35s}.founder-content:hover{transform:translateY(-6px);box-shadow:0 20px 45px #00b7ff26}.founder-tag{color:#7fd8ff;background:#00b7ff1f;border-radius:40px;margin-bottom:20px;padding:10px 20px;display:inline-block}.founder-content h2{margin-bottom:10px;font-size:46px}.founder-content h4{color:#66cfff;margin-top:-5px;margin-bottom:30px;font-size:24px;font-weight:600}.founder-content p{color:#d7ecff;margin-bottom:22px;font-size:19px;line-height:2}.mission-section{grid-template-columns:repeat(2,1fr);gap:35px;padding:30px 80px 90px;display:grid}.mission-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f233ccc;border:1px solid #ffffff14;border-radius:25px;min-height:250px;padding:40px;transition:all .35s}.mission-card:hover{border-color:#2bbcff;transform:translateY(-10px);box-shadow:0 20px 45px #00b7ff38}.mission-card h2{color:#76d8ff;margin-bottom:20px;font-size:34px}.mission-card p{color:#d7ebff;font-size:18px;line-height:1.9}.why-aetherix{padding:30px 80px 90px}.why-aetherix h2{text-align:center;margin-bottom:60px;font-size:52px}.why-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.why-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:#0f233cd1;border:1px solid #ffffff14;border-radius:24px;min-height:250px;padding:35px;transition:all .35s}.why-card:hover{border-color:#25b7ff;transform:translateY(-10px);box-shadow:0 20px 45px #00b7ff38}.why-card h3{color:#7fd8ff;margin:20px 0;font-size:24px}.why-card p{color:#d7ebff;line-height:1.8}.contact-section{text-align:center;padding:30px 80px 90px}.contact-section h2{margin-bottom:20px;font-size:52px}.contact-section>p{color:#d7ebff;max-width:700px;margin:0 auto 50px;font-size:20px;line-height:1.8}.contact-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.contact-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f233cd1;border:1px solid #ffffff14;border-radius:24px;min-height:180px;padding:35px;transition:all .35s}.contact-card:hover{border-color:#25b7ff;transform:translateY(-10px);box-shadow:0 20px 45px #00b7ff38}.contact-card h3{color:#7fd8ff;margin-bottom:15px;font-size:24px}.contact-card p{color:#d7ebff}.about-footer{text-align:center;border-top:1px solid #ffffff14;padding:50px 20px}.about-footer h2{margin-bottom:10px;font-size:34px}.about-footer p{color:#7fd8ff;margin-bottom:15px}.about-footer span{color:#9fcdf5;font-size:14px}@media (width<=1100px){.founder-section{text-align:center;grid-template-columns:1fr}.mission-section{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-hero{padding:70px 25px}.about-hero h1{font-size:42px}.founder-section{text-align:center;grid-template-columns:1fr;padding:40px 25px}.mission-section{grid-template-columns:1fr;padding:30px 25px}.why-aetherix{padding:30px 25px}.why-grid{grid-template-columns:1fr}.contact-section{padding:30px 25px}.contact-grid{grid-template-columns:1fr}}.about-back{padding:30px 80px 10px}.home-btn{color:#fff;background:linear-gradient(135deg,#2388ff,#4aa8ff);border-radius:12px;padding:12px 30px;font-size:17px;font-weight:600;text-decoration:none;transition:all .35s;display:inline-block;box-shadow:0 10px 25px #2388ff40}.home-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #2388ff59}.profile-page{color:#fff;background:linear-gradient(135deg,#04111f,#071d34,#061320);min-height:100vh}.profile-back{padding:30px 80px 10px}.home-btn{color:#fff;background:#2388ff;border-radius:12px;padding:12px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.home-btn:hover{background:#3aa0ff;transform:translateY(-2px)}.profile-container{justify-content:center;align-items:center;padding:40px 20px 80px;display:flex}.profile-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:#0f233cd1;border:1px solid #ffffff14;border-radius:25px;width:450px;padding:45px;transition:all .35s}.profile-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00b7ff33}.change-photo-btn{color:#fff;cursor:pointer;background:#2d8cff;border:none;border-radius:10px;margin-bottom:30px;padding:12px 26px;font-weight:600;transition:all .3s;display:inline-block}.change-photo-btn:hover{background:#3aa0ff;transform:translateY(-2px)}.profile-card h1{margin-bottom:20px;font-size:36px}.profile-card h2{margin-bottom:12px;font-size:28px}.profile-email,.profile-phone{color:#cfe8ff;margin-bottom:10px;font-size:18px}.profile-birthday{color:#c8d9ef;margin-top:10px;margin-bottom:25px;font-size:18px}.membership-card{background:#ffffff0d;border-radius:18px;margin-top:35px;padding:25px}.membership-card h3{color:#7fd8ff;margin-bottom:15px}.membership{color:#fff;background:#1f6dff;border-radius:30px;padding:10px 22px;font-weight:600;display:inline-block}.logout-btn{color:#fff;cursor:pointer;background:#ff4b5c;border:none;border-radius:12px;width:100%;margin-top:35px;padding:15px;font-size:17px;transition:all .3s}.logout-btn:hover{background:#ff3045;transform:translateY(-2px)}.edit-profile-btn{color:#fff;cursor:pointer;background:#2388ff;border:none;border-radius:10px;margin-top:15px;padding:10px 22px;font-size:15px;font-weight:600;display:inline-block}.edit-profile-btn:hover{background:#3aa0ff}.profile-edit-input{color:#fff;background:#102b49;border:1px solid #ffffff26;border-radius:10px;outline:none;width:100%;margin-bottom:12px;padding:12px 15px;font-size:16px}.profile-edit-input:focus{border-color:#2388ff}.profile-actions{justify-content:center;gap:10px;margin-top:15px;display:flex}.save-profile-btn{color:#fff;cursor:pointer;background:#2388ff;border:none;border-radius:10px;padding:10px 24px;font-weight:600}.save-profile-btn:hover{background:#3aa0ff}.cancel-profile-btn{color:#fff;cursor:pointer;background:#555;border:none;border-radius:10px;padding:10px 24px;font-weight:600}.cancel-profile-btn:hover{background:#666}.upload-btn{color:#fff;cursor:pointer;background:#1f6dff;border-radius:10px;margin-top:15px;padding:10px 22px;transition:all .3s;display:inline-block}.upload-btn:hover{background:#3aa0ff}@media (width<=768px){.profile-back{padding:20px}.profile-container{padding:25px 15px 60px}.profile-card{width:100%;max-width:450px;padding:30px 20px}.profile-photo{width:150px;height:150px}.profile-photo-placeholder{width:150px;height:150px;font-size:65px}.profile-card h1{font-size:30px}.profile-card h2{font-size:24px}.profile-email,.profile-phone,.profile-birthday{font-size:16px}}@media (width<=400px){.profile-card{padding:25px 15px}.profile-photo{width:130px;height:130px}.profile-photo-placeholder{width:130px;height:130px;font-size:55px}}.profile-photo-section{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:flex}.profile-photo{object-fit:cover;object-position:center;border:3px solid #2d8cff;border-radius:50%;width:180px;height:180px;margin:0 auto 20px;transition:all .3s;display:block}.profile-photo:hover{transform:scale(1.05)}.profile-photo-placeholder{background:#596783;border:3px solid #238cff;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin:0 auto 20px;font-size:80px;display:flex}@media (width<=768px){.profile-photo{width:150px;height:150px}.profile-photo-placeholder{width:150px;height:150px;font-size:65px}}@media (width<=400px){.profile-photo{width:130px;height:130px}.profile-photo-placeholder{width:130px;height:130px;font-size:55px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.weather-search-page{color:#fff;background:linear-gradient(135deg,#04111f,#071d34,#061320);flex-direction:column;min-height:100vh;display:flex}.weather-back{padding:30px 80px 0}.home-btn{color:#fff;background:#2388ff;border-radius:12px;padding:12px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.home-btn:hover{background:#3aa0ff}.weather-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:#0f233cd1;border:1px solid #ffffff14;border-radius:28px;width:700px;max-width:92%;margin:40px auto;padding:55px}.weather-tag{color:#72d4ff;background:#00b7ff26;border-radius:30px;margin-bottom:20px;padding:10px 22px;font-size:14px;display:inline-block}.weather-card h1{margin-bottom:20px;font-size:48px}.weather-card p{color:#cde6ff;margin-bottom:40px;font-size:18px;line-height:1.8}.search-box{background:#172c48;border-radius:15px;align-items:center;gap:12px;margin-bottom:25px;padding:18px 22px;display:flex}.search-icon{color:#73d3ff;font-size:24px}.search-box input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:18px}.search-box input::placeholder{color:#89aeca}.search-btn{color:#fff;cursor:pointer;background:#2388ff;border:none;border-radius:14px;width:100%;padding:16px;font-size:18px;transition:all .3s}.search-btn:hover{background:#41a0ff}.recent-searches{margin-top:45px}.recent-searches h3{color:#72d4ff;margin-bottom:20px}.recent-grid{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.recent-grid span{cursor:pointer;background:#1d3553;border-radius:30px;padding:10px 18px;transition:all .3s}.recent-grid span:hover{background:#2388ff}.location-btn{color:#7fd8ff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:10px;margin-top:35px;font-size:18px;display:flex}@media (width<=768px){.weather-back{padding:20px}.weather-card{padding:35px 25px}.weather-card h1{font-size:36px}.weather-card p{font-size:16px}.search-box{padding:15px}}
