:root{--app-height:100dvh;--tg-safe-top:0px;--tg-safe-right:0px;--tg-safe-bottom:0px;--tg-safe-left:0px;--safe-top:max(env(safe-area-inset-top,0px),var(--tg-safe-top));--safe-right:max(env(safe-area-inset-right,0px),var(--tg-safe-right));--safe-bottom:max(env(safe-area-inset-bottom,0px),var(--tg-safe-bottom));--safe-left:max(env(safe-area-inset-left,0px),var(--tg-safe-left))}
body,#world,.hud{height:var(--app-height)}
.platform-options{margin:16px 0;padding:12px;border:1px solid #72806455;background:#1e3126;display:grid;gap:10px;font-size:14px;line-height:1.5}
.platform-options button,.telegram-identity button{min-height:44px;padding:10px;border:1px solid #768768;color:#e1d4b1;background:#263f30;border-radius:4px;cursor:pointer;font:inherit}
.platform-options p{margin:0}.platform-options code{font-size:15px;overflow-wrap:anywhere;user-select:all}.telegram-identity{font-size:14px;line-height:1.5;margin:12px 0;text-align:left}.telegram-identity input{width:100%;min-height:44px;margin:8px 0;font-size:16px}.telegram-identity button{width:100%}
[hidden]{display:none!important}#offlineNotice{position:fixed;z-index:110;left:var(--safe-left);right:var(--safe-right);top:var(--safe-top);padding:12px;background:#523d22;color:#fff4d7;text-align:center;font-size:14px;pointer-events:none}
.login-card{max-height:calc(var(--app-height) - var(--safe-top) - var(--safe-bottom) - 24px)}
.login-overlay{height:var(--app-height);padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}
dialog{max-height:calc(var(--app-height) - var(--safe-top) - var(--safe-bottom) - 24px);overflow:auto}
