:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#10131a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.app{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh}.header{justify-content:space-between;align-items:center;gap:32px;width:100%;padding:24px 48px;display:flex}.logo{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-emblem{object-fit:contain;width:64px;height:64px}.logo-text{flex-direction:column;font-size:1.15rem;line-height:1.05;display:flex}.logo-text strong{color:#fff;font-weight:700}.logo-text span{color:#0000;background:linear-gradient(90deg,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-weight:700}.nav ul{gap:32px;margin:0;padding:0;list-style:none;display:flex}.nav li{color:#ffffffd9;cursor:pointer}.search-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a73;border:1px solid #ffffff40;border-radius:14px;align-items:center;padding:5px;display:flex}.search-bar input{color:#fff;background:0 0;border:none;outline:none;width:220px;padding:10px 14px}.search-bar input::placeholder{color:#ffffffa6}.search-bar button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:none;border-radius:10px;padding:10px 18px}.hero{text-align:center;padding:80px 48px 40px}.hero h1{letter-spacing:-.04em;color:#fff;margin:0;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:1}.hero p{color:#fffc;margin-top:18px;font-size:1.15rem}.weather-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172a73;border:1px solid #fff3;border-radius:24px;width:min(600px,100% - 48px);margin:30px auto;padding:32px;box-shadow:0 20px 50px #00000040}.weather-temperature{align-items:center;gap:8px;display:flex}.weather-icon{object-fit:contain;width:80px;height:80px}.weather-main{justify-content:space-between;align-items:center;gap:32px;display:flex}.weather-main h2{margin:0;font-size:2rem;font-weight:600}.weather-description{color:#38bdf8;text-transform:capitalize;margin:8px 0 0}.temperature{margin:0;font-size:5rem;font-weight:600;line-height:1}.weather-details{border-top:1px solid #ffffff2e;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;padding-top:24px;display:grid}.weather-detail{flex-direction:column;gap:6px;display:flex}.weather-detail span{color:#ffffffa6;font-size:.85rem}.weather-detail strong{font-size:1rem;font-weight:600}.forecast{width:min(900px,100% - 48px);margin:40px auto}.forecast h2{margin-bottom:18px;font-size:1.4rem;font-weight:600}.forecast-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.forecast-card{text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a6b;border:1px solid #ffffff2e;border-radius:18px;padding:20px 14px;box-shadow:0 12px 30px #0000002e}.forecast-day{color:#38bdf8;margin:0;font-size:.95rem;font-weight:600}.forecast-temp{margin:16px 0 10px;font-size:2.2rem;font-weight:600}.forecast-description{color:#ffffffa6;text-transform:capitalize;margin:0;font-size:.85rem}.footer{color:#fff9;border-top:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:24px;width:min(900px,100% - 48px);margin:48px auto 0;padding:24px 0 32px;font-size:.9rem;display:flex}.footer p{margin:0}.footer a{color:#38bdf8;text-decoration:none}.footer a:hover{text-decoration:underline}@media (width<=768px){.header{flex-direction:column;gap:20px;padding:24px}.forecast-grid{grid-template-columns:1fr}.forecast-card{text-align:left;grid-template-columns:50px 60px 60px 1fr;align-items:center;gap:12px;padding:14px 18px;display:grid}.forecast-icon{width:50px;height:50px}.forecast-temp{margin:0;font-size:1.5rem}.forecast-description{text-align:right}.weather-main h2{font-size:1.7rem}.weather-icon{width:60px;height:60px}.temperature{font-size:4rem}.weather-main{gap:16px}}
