*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow-x:hidden;font-family:Inter,sans-serif}.app{min-height:100vh;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex}.app__overlay{flex:1;display:flex;flex-direction:column;background:#0000001a;padding:40px clamp(20px,5vw,70px)}.app__search{display:flex;justify-content:center;padding-bottom:40px}.app__content{display:flex;gap:clamp(20px,3vw,40px);flex:1}.sidebar{flex:1}.weather-card{flex:2}.forecast{flex:1}.search{display:flex;gap:10px}.search__input{padding:10px 15px;border-radius:10px;border:none;outline:none;width:250px}.search__btn{padding:10px 15px;border-radius:10px;border:none;cursor:pointer}.weather-card{height:500px;flex:2 1 550px;min-width:400px;background:#fff3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:30px;display:flex;justify-content:space-between;color:#fff}.weather-card__city{font-size:20px}.weather-card__location{display:flex;align-items:center;gap:5px;font-size:18px;font-weight:500;opacity:.9}.weather-card__top{display:flex;justify-content:space-between;align-items:flex-start;max-width:460px}.weather-card__top img{width:100px}.weather-card__location img{width:24px}.weather-card__temp{font-size:52px;font-weight:700;margin:10px 0}.weather-card__desc{font-size:16px;opacity:.85}.weather-card__range{display:flex;gap:25px;margin-top:5px;font-size:14px;opacity:.75}.weather-card__stats{display:flex;gap:25px;margin-top:auto}.weather-card__stat{position:relative;flex:1;height:90px;width:140px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-top:30px;padding:20px;border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.25)}.stat__top{display:flex;align-items:center;gap:8px}.stat__icon{width:18px;height:18px;object-fit:contain;position:absolute;left:3px;top:14px}.stat__label{font-size:10px;text-transform:uppercase;opacity:.6}.stat__value{font-size:23px;font-weight:600;margin-top:10px}.weather-ced__button{color:#fff;height:60px;width:135px;margin-top:100px;padding:10px;border-radius:15px}.sidebar{height:500px;flex:1 1 250px;min-width:200px;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:20px;color:#fff}.sidebar__name{margin-bottom:15px;color:#fffc;font-weight:600;font-size:15px;padding:6px;text-transform:uppercase}.sidebar__item{display:flex;justify-content:space-between;margin-top:15px}.sidebar__item button{background:none;border:none;color:#fff;cursor:pointer}.forecast{width:250px;height:500px;padding:20px;flex:1 1 300px;min-width:250px;border-radius:20px;color:#fff}.forecast__name{margin-bottom:20px;color:#fffc;text-transform:uppercase;font-size:14px;padding:6px;font-weight:600}.forecast__item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:14px;margin-bottom:20px}.forecast__left{display:flex;align-items:center;gap:10px}.forecast__icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.forecast__icon img{width:100%;height:100%;object-fit:contain}.forecast__temp{font-weight:600}.glass{background:#ffffff14;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 4px 6px #ffffff40,0 8px 20px #00000026}
