.WeatherWidget-module__LWfubW__weatherContainer{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#1e1b4b 100%);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.WeatherWidget-module__LWfubW__weatherContainer:before{content:"";z-index:0;background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite WeatherWidget-module__LWfubW__rotate;position:absolute;top:-50%;left:-50%}@keyframes WeatherWidget-module__LWfubW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.WeatherWidget-module__LWfubW__weatherCard{z-index:1;-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;width:100%;max-width:450px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative}.WeatherWidget-module__LWfubW__weatherCard:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0003}.WeatherWidget-module__LWfubW__searchBox{gap:10px;margin-bottom:2rem;display:flex}.WeatherWidget-module__LWfubW__searchInput{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;outline:none;flex:1;padding:.8rem 1.2rem;transition:border-color .3s}.WeatherWidget-module__LWfubW__searchInput:focus{border-color:#60a5fa}.WeatherWidget-module__LWfubW__searchButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;padding:0 1.5rem;font-weight:600;transition:background .3s}.WeatherWidget-module__LWfubW__searchButton:hover{background:#2563eb}.WeatherWidget-module__LWfubW__weatherInfo{text-align:center}.WeatherWidget-module__LWfubW__cityTitle{margin-bottom:.5rem;font-size:2rem;font-weight:700}.WeatherWidget-module__LWfubW__dateText{opacity:.7;margin-bottom:1.5rem;font-size:.9rem}.WeatherWidget-module__LWfubW__tempContainer{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.WeatherWidget-module__LWfubW__temperature{font-size:4.5rem;font-weight:800}.WeatherWidget-module__LWfubW__weatherIcon{filter:drop-shadow(0 0 10px #ffffff4d);width:100px;height:100px}.WeatherWidget-module__LWfubW__description{text-transform:capitalize;margin-bottom:2rem;font-size:1.25rem;font-weight:500}.WeatherWidget-module__LWfubW__detailsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.WeatherWidget-module__LWfubW__detailItem{background:#ffffff0d;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.WeatherWidget-module__LWfubW__detailLabel{opacity:.6;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.WeatherWidget-module__LWfubW__detailValue{font-size:1.1rem;font-weight:600}.WeatherWidget-module__LWfubW__error{color:#fca5a5;text-align:center;background:#ef444433;border:1px solid #ef444466;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.WeatherWidget-module__LWfubW__loading{justify-content:center;align-items:center;height:200px;display:flex}.WeatherWidget-module__LWfubW__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite WeatherWidget-module__LWfubW__spin}@keyframes WeatherWidget-module__LWfubW__spin{to{transform:rotate(360deg)}}
