@import url('data:text/css,');
:root{color-scheme:dark;--ink:#f2e9d6;--muted:#c4bdab;--gold:#d8bd82}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#171b1d;color:var(--ink);font-family:Arial,Helvetica,sans-serif}#world,canvas{display:block;width:100%;height:100%;touch-action:none}body:after{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(9,18,24,.32),transparent 24%,transparent 64%,rgba(10,15,18,.48));z-index:1}.hud{z-index:2;position:fixed;transition:opacity .4s}header{inset:32px 38px auto;display:flex;justify-content:space-between;pointer-events:none}.identity,.top-actions{pointer-events:auto}.eyebrow{font-size:9px;letter-spacing:2.6px;font-weight:600;color:var(--gold)}h1{font-family:Georgia,serif;letter-spacing:6px;font-size:35px;font-weight:400;margin:10px 0 5px}h1 span{font-size:23px;letter-spacing:0;display:inline-block;margin-left:20px;opacity:.65}.identity p{font-family:Georgia,serif;font-style:italic;font-size:15px;letter-spacing:.8px;margin:0;color:#ddd2be}.top-actions{display:flex;align-items:center;gap:10px;height:32px}.live{font-size:8px;letter-spacing:1.8px;margin-right:12px}.live i{display:inline-block;background:#dabd82;width:5px;height:5px;border-radius:50%;margin-right:8px;box-shadow:0 0 8px #dabd8250}button,select{font:inherit;color:inherit}button{border:1px solid transparent;background:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s}button:hover{background:#eee2c31a}button:focus-visible,select:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.top-actions button{border-color:#fff3;border-radius:50%;width:31px;height:31px;font-size:18px;background:#15202b22}#view-card{bottom:163px;left:38px;pointer-events:none}#view-card h2{font-family:Georgia,serif;font-weight:400;font-size:30px;letter-spacing:-.6px;margin:11px 0 8px;text-shadow:0 2px 15px #14202880}#view-card p{font-size:11px;letter-spacing:.45px;color:#dfd5c0;margin:0}.view-nav{top:42%;right:31px;display:flex;flex-direction:column;gap:12px}.view-nav button{position:relative;font-size:10px;letter-spacing:1px;width:37px;height:35px;color:#ddd2c2a8;border-right:1px solid #fff4}.view-nav button.active{color:var(--gold);border-right:2px solid var(--gold)}.view-nav span{position:absolute;right:48px;top:10px;white-space:nowrap;opacity:0;transition:opacity .2s}.view-nav button:hover span{opacity:1}.bottom{bottom:22px;left:38px;right:38px}.toolbar{display:flex;align-items:center;width:max-content;max-width:100%;margin:auto;background:rgba(21,28,29,.78);backdrop-filter:blur(18px);border:1px solid #e4d7b929;padding:7px 10px;border-radius:7px;box-shadow:0 8px 32px #0003;gap:6px}.toolbar button{font-size:11px;letter-spacing:.2px;padding:11px 14px;border-radius:3px;white-space:nowrap}.toolbar button.active,.toolbar button[aria-pressed=true]{background:#e5d5af;color:#242b2d}.segmented{display:flex;gap:2px}.separator{height:23px;width:1px;background:#fff2;margin:0 6px}.light-control{display:flex;align-items:center;gap:7px;font-size:11px}.sun-icon{font-size:20px;color:var(--gold)}select{background:transparent;border:0;padding:8px 3px;cursor:pointer;font-size:11px}option{background:#242b2d}#sun-cycle{padding:7px;font-size:21px}#sound{padding:8px 12px;font-size:20px}.footer{display:flex;justify-content:space-between;margin-top:24px;font-size:8px;letter-spacing:1.5px;color:#e0d6c0a8}.footer b{padding:0 8px;font-weight:400;color:#e0d6c050}#loading{position:fixed;bottom:40%;left:50%;transform:translateX(-50%);z-index:5;font-size:11px;letter-spacing:2px;pointer-events:none;transition:opacity .5s}.loading-line{display:block;background:var(--gold);height:1px;margin-bottom:15px;animation:load 1.2s infinite}@keyframes load{0%{transform:scaleX(.1);opacity:.3}100%{transform:scaleX(1);opacity:1}}#help{position:fixed;right:38px;top:88px;z-index:6;width:365px;max-width:calc(100% - 40px);padding:30px;background:#172124ed;backdrop-filter:blur(24px);border:1px solid #d7c39b33;border-radius:7px;box-shadow:0 10px 80px #0006;max-height:75vh;overflow:auto}#help h2{font:25px Georgia,serif;margin:16px 0 25px}#help p{font-size:12px;line-height:1.7;color:#bbbeb7}#help strong{color:#e0d1b2}#help-close{position:absolute;right:10px;top:6px;font-size:26px}.sources{display:flex;gap:15px;margin-top:23px}.sources a{color:var(--gold);font-size:10px;text-decoration:none}#crosshair{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5;pointer-events:none;z-index:3}#toast{position:fixed;top:120px;left:50%;transform:translateX(-50%);background:#172124dc;border:1px solid #d7c39b33;padding:12px 20px;border-radius:5px;font-size:11px;z-index:6;opacity:0;pointer-events:none;transition:opacity .3s;max-width:85%}body.clean .hud{opacity:0;pointer-events:none}body.clean .hud *{pointer-events:none}#touch-move{position:fixed;bottom:155px;left:25px;text-align:center;z-index:5}#touch-move button{background:#17212488;border:1px solid #fff3;width:43px;height:43px;margin:2px;border-radius:5px;font-size:20px;touch-action:none}[hidden]{display:none!important}@media(max-width:760px){header{inset:22px}.live{display:none}h1{font-size:26px}h1 span{font-size:19px;margin-left:10px}.eyebrow{font-size:8px}.bottom{left:12px;right:12px;bottom:17px}.toolbar{gap:1px;padding:6px}.toolbar button{font-size:10px;padding:10px 8px}.separator{margin:0 3px}.footer{font-size:7px;margin-top:15px;justify-content:center}.footer #era{display:none}#view-card{left:23px;bottom:143px}#view-card h2{font-size:24px}#view-card p{font-size:10px;max-width:270px;line-height:1.6}.view-nav{right:15px}#sound{display:none}.sun-icon{display:none}select{font-size:10px;width:83px}#reconstruction{max-width:92px;overflow:hidden}#help{right:20px}#hint{letter-spacing:.6px}#sun-cycle{padding:4px}.identity p{font-size:12px}}
