*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f4f8;color:#1a202c;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.app{text-align:center;max-width:480px;width:100%}.app h1{font-size:1.5rem;margin-bottom:1.5rem;color:#2d3748}.weather-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a;margin-bottom:1.5rem}.weather-card h2{font-size:1.8rem;margin-bottom:.5rem;color:#2d3748}.weather-card img{width:80px;height:80px;margin:.5rem 0}.weather-card p{font-size:1rem;color:#4a5568;margin:.3rem 0}[data-testid=temperature]{font-size:2.5rem;font-weight:700;color:#2d3748;margin:.5rem 0}[data-testid=description]{text-transform:capitalize;font-size:1.1rem;color:#718096}[data-testid=last-updated]{font-size:.85rem;color:#a0aec0;margin-top:1rem}.idle-prompt{color:#718096;font-size:1rem;margin-bottom:1.5rem}.error-message{color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.95rem}button[data-testid=refresh-button]{background:#3182ce;color:#fff;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s}button[data-testid=refresh-button]:hover:not(:disabled){background:#2b6cb0}button[data-testid=refresh-button]:disabled{background:#a0aec0;cursor:not-allowed}
