@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap";:root{--background:#eceff4;--card-bg:#fff;--text:#2e3440;--text-muted:#4c566a;--grid:#d8dee9;--accent:#5e81ac;--accent-fill:#5e81ac;--rain:#81a1c1;--sun:#d08770;--sun-event:#bf616a;--tooltip-bg:#fff;--shadow:0 25px 50px -12px #0000001a}.dark{--background:#2e3440;--card-bg:#3b4252;--text:#eceff4;--text-muted:#d8dee999;--grid:#434c5e;--accent:#88c0d0;--accent-fill:#88c0d0;--rain:#81a1c1;--sun:#ebcb8b;--sun-event:#d08770;--tooltip-bg:#434c5e;--shadow:0 25px 50px -12px #00000080}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text);font-family:Inter,sans-serif;transition:background-color .3s,color .3s}#root{min-height:100vh}.app-wrapper{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}@media (width>=768px){.app-wrapper{padding:2rem}}.weather-card{border-radius:1.5rem;flex-direction:column;width:100%;max-width:64rem;margin-bottom:10%;transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.card-header{justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1rem;display:flex}@media (width>=768px){.card-header{flex-direction:row;align-items:flex-end}}.location-info{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.875rem;font-weight:700;display:flex}.skeleton-loader{background-color:#47556933;border-radius:.25rem;width:8rem;height:3rem;margin-top:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.temp-value{letter-spacing:-.025em;margin-bottom:.5rem;font-size:3rem;font-weight:300;line-height:1}.weather-condition{color:var(--text-muted);font-size:1.125rem}.actions-section{flex-direction:column;align-items:flex-end;gap:1rem;margin-top:1.5rem;display:flex}@media (width>=768px){.actions-section{margin-top:0}}.buttons-row{gap:.5rem;display:flex}.icon-btn{cursor:pointer;background-color:var(--grid);color:var(--text);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:opacity .3s,background-color .3s,color .3s;display:flex}.icon-btn:hover{opacity:.8}.stats-row{gap:2rem;display:flex}.stat-col{text-align:right}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.stat-value{justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.stat-unit{color:var(--text-muted);font-size:.75rem}.graph-container{flex:1;width:100%;min-height:500px;position:relative}.graph-title{letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:2rem}.centered-message{text-align:center;width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;top:0;left:0}.svg-graph{touch-action:none;cursor:crosshair;overflow:visible}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
