
.controls{width:100%;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}
.mode-toggle label{margin-right:.5rem;font-size:.9rem;cursor:pointer}
#city-select{padding:.3rem .5rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem}
.unit-toggle{display:flex;align-items:center;font-size:.9rem;cursor:pointer}
.unit-toggle input{margin-right:.3rem}
html,body{height:100%;margin:0;padding:0;font-family:sans-serif;background:#f5f7fa;color:#222}body{min-height:100vh;display:flex;align-items:center;justify-content:center}main{background:#fff;border-radius:16px;box-shadow:0 4px 32px #0001;width:100%;max-width:400px;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center}h1{margin:0 0 1.5rem;font-size:2rem;font-weight:600;letter-spacing:.05em}#weather-list{width:100%;display:flex;flex-direction:column;gap:1.1em}section.city{display:flex;align-items:center;justify-content:space-between;background:#f3f4fa;border-radius:8px;padding:.7em 1em;box-shadow:0 1px 4px #0002;transition:box-shadow .3s,transform .3s}section.city:hover{box-shadow:0 6px 24px #0002;transform:translateY(-2px) scale(1.02)}.city-name{font-size:1.08rem;font-weight:500;display:flex;align-items:center;gap:.67em}.city-icon{font-size:1.35rem;margin-right:.25em}.city-temp{font-size:1.2rem;font-weight:700;margin-left:auto}.wiggle{animation:wiggle .5s;}.fade-in{animation:fadein .8s cubic-bezier(.39,.575,.565,1) both}@keyframes fadein{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes wiggle{10%{transform:rotate(-7deg);}20%{transform:rotate(5deg);}30%{transform:rotate(-3deg);}40%{transform:rotate(2deg);}50%{transform:rotate(-1deg);}60%{transform:rotate(1deg);}100%{transform:none;}}
