:root{--base:#eff1f5;--mantle:#e6e9ef;--crust:#dce0e8;--text:#4c4f69;--subtext0:#6c6f85;--surface0:#ccd0da;--surface1:#bcc0cc;--lavender:#7287fd;--blue:#1e66f5;--red:#d20f39;--yellow:#df8e1d;--green:#40a02b;--bg:#fff;--fg:var(--text);--muted:var(--subtext0);--border:var(--surface1);--accent:var(--blue);--field-bg:#fff;color:var(--fg);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}.page{grid-template-rows:1fr auto 1fr;justify-items:center;height:100%;display:grid}.wordmark{letter-spacing:-2px;align-self:end;margin:0 0 48px;font-family:Helvetica Neue,Arial,sans-serif;font-size:88px;font-weight:500;line-height:1}.search{width:min(560px,90vw)}.search input{width:100%;font:inherit;color:var(--fg);background:var(--field-bg);border:1px solid var(--border);border-radius:999px;outline:none;padding:14px 18px;font-size:18px;transition:border-color .15s,box-shadow .15s}.search input:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.weather{color:var(--muted);align-items:center;gap:10px;font-size:16px;display:flex;position:fixed;top:24px;right:24px}.weather-emoji{font-size:28px}.weather-temp{color:var(--fg);font-size:20px;font-weight:500}.weather-text{flex-direction:column;line-height:1.2;display:flex}.weather-desc{font-size:14px}.weather-location{color:var(--muted);font-size:12px}
