.c-input{padding:.5rem;border:1px solid #808080;background-color:#fff}.c-search{display:flex;flex-direction:column;gap:.5rem}.c-search__title{font-weight:700}.sidebar{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;background-color:#f8f8f8}.sidebar__disclaimer{font-size:.875rem;color:#070707}.weather{padding:1rem;display:flex;flex-direction:column;height:100%}.weather__image i{font-size:max(128px,8vw);line-height:1.25em}.weather__city{font-size:max(2rem,4vw);text-align:center;font-weight:400;margin:1rem 0 0}.weather__temperature{font-size:max(4rem,6vw);text-align:center;font-weight:500;margin:0}.weather__details{margin-top:auto}.weather__details-title{font-size:1.5rem;margin:2rem 0 1rem}.weather__details-list{display:flex;gap:1rem;flex-wrap:wrap}.weather__details-disclaimer{margin-top:2rem;font-size:.875rem;color:#070707}.weather__error{font-size:2.5rem;text-align:center;font-weight:700;margin-top:2rem}@media(max-width:768px){.weather__details-list{justify-content:space-around}}:root{font-family:Inter,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}ul,li{margin:0;padding:0;list-style:none}body{display:flex;min-height:100vh;line-height:1.25}.app-layout{display:grid;grid-template-columns:1fr 3fr;height:100%}.p-1{padding:1rem}.gradient-background{background:linear-gradient(180deg,#0168c3,#51d8fe)}.text-center{text-align:center}.h-full{height:100%}.text-white{color:#fff}@media(max-width:768px){.app-layout{grid-template-columns:1fr}}
