.WeatherHud{box-sizing:border-box;width:min(24rem,50vw);color:var(--accent-dim);flex-direction:column;align-items:flex-start;gap:.85em;padding:1.4em 1.6em;font-size:clamp(.7rem,min(2.4vw,2.2svh),.95rem);display:flex;position:absolute;bottom:0;left:0}.WeatherHud-place{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:.06em;color:var(--accent);margin:0;font-size:1.1em}.WeatherHud-tiles{grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;gap:.9em 1.2em;margin:0;padding:0;list-style:none;display:grid}.WeatherHud-tile{border-top:1px solid var(--accent-dim);flex-direction:column;gap:.2em;padding-top:.45em;display:flex}.WeatherHud-tile-label{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;font-size:.78em}.WeatherHud-tile-value{font-family:var(--mono);font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--accent);font-size:1.45em;line-height:1.15}.WeatherHud-tile-text>.WeatherHud-tile-value{font-family:var(--sans);text-overflow:ellipsis;font-size:1em;line-height:1.65;display:block;overflow:hidden}.WeatherHud-tile-unit{letter-spacing:.08em;color:var(--accent-dim);margin-left:.3em;font-size:.55em}.WeatherHud-locate{pointer-events:auto;cursor:pointer;border:1px solid var(--accent-dim);min-height:24px;color:var(--accent-dim);font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:0 0;border-radius:0;padding:.35em .9em;font-size:.85em}.WeatherHud-locate:hover,.WeatherHud-locate:focus-visible{border-color:var(--accent);color:var(--accent)}@media (width>=600px) and (height<=560px){.WeatherHud{gap:.7em;padding:1em 1.2em}.WeatherHud-tiles{grid-template-columns:repeat(4,minmax(0,1fr))}}html[data-phase=dawn]{--sky-top:#4a5f9e;--sky-bottom:#ffc9a0;--hill:#c2a6b2;--haze:#ffdcc4;--blossom:#ffd0e2;--trunk:#4b3546;--accent:#7a0046;--accent-dim:#5a2c46}html,html[data-phase=day]{--sky-top:#3f86c8;--sky-bottom:#cfe6f6;--hill:#aecdcd;--haze:#e8f2fa;--blossom:#ffc6da;--trunk:#4a3a33;--accent:#005059;--accent-dim:#244a52}html[data-phase=dusk]{--sky-top:#3d3070;--sky-bottom:#ff9a63;--hill:#bd8b9f;--haze:#ffc39e;--blossom:#ffb2cd;--trunk:#33253a;--accent:#45115f;--accent-dim:#3d2148}html[data-phase=night]{--sky-top:#050810;--sky-bottom:#10203a;--hill:#05080f;--haze:#1c2c4c;--blossom:#e8aecd;--trunk:#445270;--accent:#5ff0e0;--accent-dim:#6fa6a0}html{--surface:#06090e;--text:#c9d4e1;--sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;background:var(--surface);color:var(--text);font-family:var(--sans);-webkit-text-size-adjust:100%;text-size-adjust:100%;line-height:1.5}body{min-height:100svh;margin:0}.page[data-astro-cid-lcdefpme]{height:100svh;position:relative;overflow:hidden}.page-scene[data-astro-cid-lcdefpme],.page-particles[data-astro-cid-lcdefpme],.page-hud[data-astro-cid-lcdefpme]{position:absolute;inset:0}.page-scene[data-astro-cid-lcdefpme]{--ground-line:78%;z-index:0}.page-scene[data-astro-cid-lcdefpme],html[data-condition=cloudy] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:.72;--haze-density:.38}html[data-condition=clear] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:1.15;--haze-density:.12}html[data-condition=fog] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:.3;--haze-density:.92}html[data-condition=drizzle] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:.6;--haze-density:.55}html[data-condition=rain] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:.48;--haze-density:.65}html[data-condition=snow] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:.4;--haze-density:.75}html[data-condition=thunder] .page-scene[data-astro-cid-lcdefpme]{--sky-saturation:.42;--haze-density:.48}.page-scene-sky[data-astro-cid-lcdefpme],.page-scene-haze[data-astro-cid-lcdefpme],.page-scene-mist[data-astro-cid-lcdefpme]{position:absolute;inset:0}.page-scene-hill[data-astro-cid-lcdefpme],.page-scene-ground[data-astro-cid-lcdefpme]{position:absolute;inset-inline:0}.page-scene-sky[data-astro-cid-lcdefpme]{background:linear-gradient(180deg, var(--sky-top) 0%, var(--sky-bottom) 82%);filter:saturate(var(--sky-saturation))}.page-scene-hill[data-astro-cid-lcdefpme]{height:40%;fill:var(--hill);bottom:0}.page-scene-haze[data-astro-cid-lcdefpme],.page-scene-mist[data-astro-cid-lcdefpme]{background:linear-gradient(180deg, transparent 26%, var(--haze) var(--ground-line))}.page-scene-haze[data-astro-cid-lcdefpme]{opacity:var(--haze-density)}.page-scene-mist[data-astro-cid-lcdefpme]{opacity:calc(var(--haze-density) * .25)}.page-scene-ground[data-astro-cid-lcdefpme]{top:var(--ground-line);background:color-mix(in srgb, var(--hill) 76%, var(--trunk));bottom:0}.page-scene-tree[data-astro-cid-lcdefpme]{inset-inline:3%;top:0;bottom:calc(100% - var(--ground-line));position:absolute}.page-scene-tree-wood[data-astro-cid-lcdefpme]{fill:var(--trunk)}.page-scene-tree-limb[data-astro-cid-lcdefpme],.page-scene-tree-twig[data-astro-cid-lcdefpme]{fill:none;stroke:var(--trunk);stroke-linecap:round}.page-scene-tree-limb[data-astro-cid-lcdefpme]{stroke-width:5px}.page-scene-tree-twig[data-astro-cid-lcdefpme]{stroke-width:2.6px}.page-scene-tree-blossom[data-astro-cid-lcdefpme],.page-scene-tree-blossom-lit[data-astro-cid-lcdefpme]{fill:var(--blossom)}.page-scene-tree-blossom[data-astro-cid-lcdefpme]{opacity:.82}.page-particles[data-astro-cid-lcdefpme]{z-index:1;pointer-events:none;width:100%;height:100%}.page-hud[data-astro-cid-lcdefpme]{z-index:2;pointer-events:none}
