*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:linear-gradient(135deg,#74ebd5,#acb6e5);font-family:Segoe UI,Roboto,sans-serif;display:flex;justify-content:center;align-items:center}.app{background:#ffffffe6;border-radius:16px;box-shadow:0 8px 16px #0003;padding:2rem;max-width:900px;width:100%;text-align:center}h1{margin-bottom:1rem;font-size:2rem;color:#333}h2{margin-top:1.5rem;margin-bottom:.5rem;color:#444}.weather-form{display:flex;justify-content:center;margin:1rem 0}input{padding:.6rem;border:1px solid #ccc;border-radius:8px 0 0 8px;font-size:1rem;outline:none;width:200px}button{padding:.6rem 1rem;background-color:#4a90e2;color:#fff;border:none;border-radius:0 8px 8px 0;font-size:1rem;cursor:pointer;transition:background-color .3s}button:hover:not(:disabled){background-color:#357abd}button:disabled{background-color:#9cc4e6;cursor:not-allowed}.error{color:#d8000c;margin-top:.5rem}.card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}.card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:1rem;width:140px;text-align:center;transition:transform .2s}.card:hover{transform:scale(1.05)}.card img{width:80px;height:80px}.card h3{font-size:1rem;margin-bottom:.3rem;color:#333}.card p{margin:.2rem 0;color:#555;font-size:.9rem}
