body{font-family:Arial,sans-serif;background:linear-gradient(to right,#e0f7fa,#80deea);color:#333;margin:0;padding:0;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}body.dark-theme{background:#333;color:#e0e0e0}h1{text-align:center;margin-bottom:20px;color:#00796b;font-size:2.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}body.dark-theme h1{color:#e0e0e0}.card-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.weather-card{background:#fff;border-radius:12px;padding:15px;box-shadow:0 4px 15px #0003;transition:transform .3s,box-shadow .3s;text-align:center;position:relative}body.dark-theme .weather-card{background:#444;color:#e0e0e0}.weather-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0096881a;border-radius:12px;z-index:0}body.dark-theme .weather-card:before{background:#00968833}.weather-card h2{font-size:1.5rem;color:#004d40;margin-bottom:10px;position:relative;z-index:1}body.dark-theme .weather-card h2{color:#e0e0e0}.weather-card p{font-size:.9rem;margin:5px 0;color:#555;position:relative;z-index:1}body.dark-theme .weather-card p{color:#ccc}.weather-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000040}.toggle-button{position:absolute;top:20px;right:20px;background-color:#00796b;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s}body.dark-theme .toggle-button{background-color:#555}.alerts{margin-top:20px;text-align:center}.summary-chart{margin-top:20px}body.dark-theme .alerts{background-color:#333;color:#fff;border:1px solid #444;padding:15px;border-radius:5px}body.dark-theme .summary-chart{background-color:#222;color:#fff;padding:15px;border-radius:5px;box-shadow:0 2px 10px #00000080}body.dark-theme .summary-chart canvas{background-color:#333;color:#fff}body.dark-theme .summary-chart .tooltip{background-color:#333;color:#fff;border:1px solid #444}@media (max-width: 768px){h1{font-size:2.2rem}.card-container{grid-template-columns:repeat(2,1fr)}.weather-card{padding:10px}.toggle-button{width:35px;height:35px}}@media (max-width: 480px){h1{font-size:1.8rem}.card-container{grid-template-columns:1fr}.weather-card{padding:8px}.toggle-button{width:30px;height:30px}.alerts,.summary-chart{margin-top:10px;padding:10px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
