:root{--st-text: #F5F7FA;--st-text-muted: #C3CAD2;--st-plate: rgba(13, 17, 22, .72);--st-plate-strong: rgba(13, 17, 22, .92);--st-accent: #1AC2E4;--st-accent-ink: #06232B;--st-stroke: rgba(255, 255, 255, .14);--st-ink: #0D1116}html,body{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}#footer{box-sizing:border-box;min-height:56px;position:relative;display:flex;align-items:center;gap:8px;--st-footer-pad-bottom: env(safe-area-inset-bottom, 0px);padding:0 12px var(--st-footer-pad-bottom);background:var(--st-ink);border-top:1px solid var(--st-stroke);color:var(--st-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;user-select:none;-webkit-user-select:none}#footer [hidden]{display:none!important}.footer-logo{flex:none;width:20px;height:20px}.footer-title{margin-right:8px;font-size:13px;font-weight:600;letter-spacing:.03em;color:var(--st-text-muted);white-space:nowrap}.footer-scene-title{position:absolute;max-width:calc(100% - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;letter-spacing:.01em}.footer-scene-title[data-placement=bar]{left:var(--st-scene-title-left, 50%);top:calc(50% - var(--st-footer-pad-bottom) / 2);transform:translate(-50%,-50%);font-size:13px;color:var(--st-text)}.footer-scene-title[data-placement=above]{left:50%;bottom:100%;transform:translate(-50%);margin-bottom:6px;padding:3px 10px;border-radius:999px;background:var(--st-plate);font-size:12px;color:var(--st-text)}.footer-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;box-sizing:border-box;height:38px;min-width:38px;padding:0 14px;border:1px solid var(--st-stroke);border-radius:999px;background:transparent;color:var(--st-text);font:inherit;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,color .15s ease,background-color .15s ease,transform .15s ease}.footer-btn-icon{display:inline-flex;flex:none}.footer-btn-icon svg{width:18px;height:18px;display:block}.footer-icon-btn{width:38px;padding:0}@media(hover:hover){.footer-btn:hover{border-color:var(--st-accent);color:var(--st-accent)}}.footer-btn:focus-visible{outline:2px solid var(--st-accent);outline-offset:2px}.footer-btn:active{transform:scale(.94);border-color:var(--st-accent);color:var(--st-accent);transition-duration:.08s}.footer-btn:disabled{opacity:.35;cursor:default;pointer-events:none}.footer-vr:not([hidden]){background:var(--st-accent);color:var(--st-accent-ink);border-color:var(--st-accent)}.footer-info{width:30px;height:30px;min-width:30px;margin-right:auto;color:var(--st-text-muted)}.footer-info .footer-btn-icon svg{width:16px;height:16px}.footer-info[aria-expanded=true]{border-color:var(--st-accent);color:var(--st-accent)}.info-panel{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--st-text)}.info-panel[hidden]{display:none}.info-scrim{position:absolute;inset:0;background:#0000008c}.info-card{position:relative;box-sizing:border-box;width:100%;max-width:480px;max-height:100%;overflow:auto;padding:22px 24px 20px;border:1px solid var(--st-stroke);border-radius:14px;background:var(--st-plate-strong);box-shadow:0 12px 40px #00000073}.info-close{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--st-text-muted);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.info-close svg{width:18px;height:18px}@media(hover:hover){.info-close:hover{border-color:var(--st-accent);color:var(--st-accent)}}.info-close:focus-visible{outline:2px solid var(--st-accent);outline-offset:2px}.info-header{display:flex;align-items:center;gap:12px;margin:0 40px 10px 0}.info-brand{flex:none;width:35px;height:35px}.info-header .info-title{margin:0}.info-title{margin:0 40px 10px 0;font-size:17px;font-weight:700;line-height:1.3}.info-description{margin:0 0 16px;font-size:14px;line-height:1.55;color:var(--st-text-muted);white-space:pre-line}.info-details{display:grid;grid-template-columns:max-content 1fr;gap:6px 16px;margin:0;padding-top:14px;border-top:1px solid var(--st-stroke);font-size:13px}.info-details:empty{display:none}.info-details dt{color:var(--st-text-muted)}.info-details dd{margin:0}#app.is-rotated{position:fixed;top:0;left:0;width:100vh;height:100vw;width:100dvh;height:100dvw;transform:rotate(90deg) translateY(-100%);transform-origin:0 0}#app.is-rotated #footer{--st-footer-pad-bottom: 0px;padding:0 max(12px,env(safe-area-inset-bottom,0px)) var(--st-footer-pad-bottom) 12px}@media(max-width:560px){#footer{gap:6px;justify-content:space-between}.footer-btn-label,.footer-title,.footer-logo{display:none}.footer-btn,.footer-icon-btn{width:40px;height:40px;min-width:40px;padding:0}.footer-info{width:32px;height:32px;min-width:32px}.footer-btn-icon svg{width:20px;height:20px}}@media(max-width:400px){#footer{gap:4px;padding:0 8px var(--st-footer-pad-bottom)}.footer-scene-title[data-placement=above]{font-size:11px;padding:3px 8px}.footer-btn,.footer-icon-btn{width:38px;min-width:38px}}
