@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600&family=Manrope:wght@400;500;600&display=swap');
:root{color-scheme:dark;--cream:#f6f2e7;--ink:#293930;--muted:#748075;--paper:#f3f0e6;--line:#d8ddd1;font-family:'DM Sans',sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:#24332f;color:var(--cream);overflow:hidden}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible{outline:2px solid currentColor;outline-offset:5px}button:disabled{cursor:default;opacity:.5}button[hidden],[hidden]{display:none!important}button{touch-action:manipulation}#world{position:fixed;inset:0;overflow:hidden;touch-action:pan-y}#world canvas,#fallback{position:absolute;inset:0;width:100%;height:100%}#fallback{object-fit:cover;object-position:38% 50%}#painting{opacity:0;transition:opacity 1.4s}#painting.ready{opacity:1}#life{pointer-events:none}.edge-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,22,17,.24),transparent 19%,transparent 67%,rgba(12,22,17,.55));pointer-events:none}.chrome{position:fixed;z-index:3;transition:opacity 1.5s,transform 1.5s}.chrome.quiet{opacity:0;pointer-events:none}.topbar{top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:34px 43px}.wordmark{background:none;border:0;padding:0;display:flex;align-items:center;gap:10px;font-family:Georgia,serif;font-size:30px;letter-spacing:-1px;text-shadow:0 1px 15px #13291850}.wordmark-dot{margin-left:-9px;color:#dcd8bb}.mark{font-size:32px;font-family:Georgia,serif;margin-right:3px}.explore-button{display:flex;align-items:center;gap:11px;border:1px solid #f6f2e729;background:#24332f24;backdrop-filter:blur(8px);padding:12px 16px;border-radius:25px;font-size:12px;letter-spacing:.2px;transition:background .2s}.explore-button:hover{background:#24332f58}.four-dots{display:grid;grid-template-columns:repeat(2,3px);gap:3px}.four-dots i{width:3px;height:3px;border-radius:50%;background:currentColor}.live-status{left:44px;top:103px;display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:1.6px;text-transform:uppercase;text-shadow:0 1px 8px #15231780}.live-dot{width:5px;height:5px;border-radius:50%;background:#d6ddae;box-shadow:0 0 8px #c8d89b44}.live-dot.offline{background:#dfb586}.live-status button{background:#26392d99;border:1px solid #f6f2e744;border-radius:16px;margin-left:6px;padding:7px 10px;text-transform:none;letter-spacing:0;font-size:11px}.scene-footer{bottom:0;left:0;right:0;padding:0 43px 37px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.eyebrow{display:flex;align-items:center;gap:10px;font-size:9px;letter-spacing:2.15px;font-weight:500}.small-rule{display:inline-block;width:22px;height:1px;background:#f6f2e77d}h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(27px,3vw,43px);font-weight:400;letter-spacing:-1.1px;margin:12px 0 13px;line-height:1.15;text-shadow:0 2px 20px #17271e33}.conditions{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.25px;margin:0;color:#f6f2e7cf}.separator{opacity:.5}.conditions time{font-variant-numeric:tabular-nums}.tools{display:flex;align-items:center;gap:7px;margin-bottom:2px}.tool{background:#29372e20;backdrop-filter:blur(12px);border:1px solid #fff2;border-radius:24px;min-height:43px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:11px;position:relative;transition:background .2s,border-color .2s}.tool:hover{background:#29372e7a;border-color:#fff5}.tool[aria-pressed=true]{background:#ececce2c;border-color:#f2efd184}.icon{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.icon-only{width:43px;padding:0}.tool-divider{height:18px;width:1px;background:#fff3;margin:0 5px}.tool[data-tip]:hover:after{content:attr(data-tip);position:absolute;bottom:54px;left:50%;transform:translateX(-50%);white-space:nowrap;background:#293930ec;color:#f6f2e7;padding:8px 11px;border-radius:4px;font-size:11px;pointer-events:none}#note-dot{width:4px;height:4px;border-radius:50%;background:#e1deb1;position:absolute;top:9px;right:9px}.welcome{position:fixed;z-index:2;top:45%;left:20px;right:20px;text-align:center;font-family:Georgia,serif;font-style:italic;font-size:20px;letter-spacing:.15px;text-shadow:0 1px 15px #1b332a90;pointer-events:none;animation:welcome 6s both}@keyframes welcome{0%{opacity:0;transform:translateY(5px)}18%,60%{opacity:.9;transform:translateY(0)}100%{opacity:0}}#toast{position:fixed;z-index:20;bottom:145px;left:50%;transform:translate(-50%,8px);padding:12px 19px;border-radius:4px;background:#25392fee;backdrop-filter:blur(12px);color:#f6f2e7;font-size:12px;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none;max-width:calc(100% - 36px);text-align:center;width:max-content}#toast.show{opacity:1;transform:translate(-50%,0)}.panel{color-scheme:light;position:fixed;margin:auto 28px auto auto;width:410px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 44px);border:1px solid #fff7;background:var(--paper);color:var(--ink);border-radius:9px;padding:40px 32px 26px;box-shadow:0 18px 80px #162a2833;overflow:auto}.panel::backdrop{background:#0c1c1830;backdrop-filter:blur(3px)}.panel[open]{animation:panel-in .28s ease-out}@keyframes panel-in{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:translateX(0)}}.close-panel{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;background:transparent;border-radius:50%;color:#4e5c50}.close-panel:hover{background:#2939300d}.panel-eyebrow{display:block;font-size:9px;font-weight:600;letter-spacing:1.7px;color:#667260;line-height:1.7}.panel h2{font-family:Georgia,serif;font-weight:400;font-size:33px;line-height:1.2;letter-spacing:-.8px;margin:12px 0 21px}.panel p{font-size:13px;line-height:1.8;margin:14px 0;color:#526052}.panel p.subtle{font-size:12px;color:#77816f}.time-note{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:14px;font-size:12px;padding:17px 0;margin:24px 0 12px}.time-note span:first-child{font-family:Georgia,serif;font-size:16px}.study-section{margin-top:25px;padding-top:24px;border-top:1px solid var(--line)}.study-section p{margin:5px 0 14px}.light-options{display:flex;gap:6px;flex-wrap:wrap}.light-options button{border:1px solid #cbd2c4;background:transparent;border-radius:20px;padding:9px 12px;font-size:11px;color:#405342}.light-options button:hover{background:#e1e7d9}.light-options button[aria-pressed=true]{background:#344d3d;color:#f3f0e6;border-color:#344d3d}.panel p.prototype-note{margin-top:26px;font-size:10px;line-height:1.7;color:#8b907e}.nest-observation{display:flex;gap:17px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:24px 0}.nest-drawing{color:#7d8168;font-family:Georgia,serif;font-size:54px;line-height:.7;transform:rotate(180deg);border-top:2px solid #b2ac91;border-radius:40%;width:38px;height:28px;text-align:center}.nest-observation h3{font-family:Georgia,serif;font-weight:400;font-size:18px;margin:0}.nest-observation p{margin:5px 0 0;font-size:11px}.event-list{padding:0;margin:0;list-style:none}.event-list li{padding:0 0 20px 18px;border-left:1px solid #cbd2c4;position:relative;margin-left:3px}.event-list li:before{content:'';width:5px;height:5px;background:#889477;border-radius:50%;position:absolute;left:-3px;top:5px}.event-list time{display:block;font-size:9px;letter-spacing:.6px;color:#7f8975}.event-list p{font-size:12px;line-height:1.7;margin:7px 0 0}.panel-footnote{border-top:1px solid var(--line);padding-top:18px;margin-top:10px;font-size:10px!important;color:#86907d!important;line-height:1.7}.place-card{background:none;border:1px solid #d3d8cb;border-radius:5px;overflow:hidden;padding:0;text-align:left;width:100%;color:var(--ink)}.place-card img{width:100%;aspect-ratio:1.7;object-fit:cover;display:block}.place-card-copy{display:block;padding:18px}.place-card-copy strong{display:block;font-family:Georgia,serif;font-size:22px;font-weight:400;margin:7px 0 15px}.place-status{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#718066}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-script{position:fixed;bottom:20px;left:20px;background:#20352bd9;padding:15px;font-size:13px;z-index:30}
@media(max-width:800px){.topbar{padding:25px}.live-status{top:86px;left:26px}.scene-footer{padding:0 25px 25px;align-items:flex-start;flex-direction:column;gap:23px}.tools{align-self:flex-end}.tool{background:#263b3344}.wordmark{font-size:27px}.scene-caption h1{font-size:34px}.panel{margin:auto 16px auto auto}#toast{bottom:175px}}
@media(max-width:460px){.topbar{padding:22px}.explore-button{padding:11px 13px;font-size:11px}.live-status{left:23px;top:80px;font-size:9px}.scene-footer{padding:0 22px calc(23px + env(safe-area-inset-bottom));gap:25px}.scene-caption h1{font-size:31px;letter-spacing:-.7px}.eyebrow{font-size:8px;letter-spacing:1.7px}.tools{align-self:stretch;justify-content:space-between;gap:5px}.tool{height:43px;min-height:43px;padding:0 12px}.icon-only{width:43px;padding:0}.tool-label{font-size:10px}.tool-divider{margin:0 3px}.conditions{font-size:10px;gap:7px}.panel{padding:40px 25px 25px}.panel h2{font-size:30px}.welcome{font-size:17px}.tool[data-tip]:hover:after{display:none}}
@media(max-width:360px){.tools .tool-label{display:none}.tools .tool{width:44px;padding:0}.scene-caption h1{font-size:27px}.conditions{gap:5px}.panel{padding-left:20px;padding-right:20px}.time-note{font-size:10px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.welcome{display:none}}
