.mobile-tab-bar{position:fixed;bottom:0;left:0;right:0;height:52px;padding-bottom:env(safe-area-inset-bottom,0px);background:linear-gradient(to bottom,#162530,#0e1b20);border-top:2px solid #1e3038;display:flex;align-items:center;justify-content:space-around;z-index:50;pointer-events:auto;touch-action:none;user-select:none;-webkit-user-select:none}.mobile-tab-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:52px;height:48px;border:none;background:transparent;color:#7a909f;font-size:10px;font-family:sans-serif;padding:2px 0;cursor:pointer;border-radius:4px;transition:background .15s,color .15s;-webkit-tap-highlight-color:transparent}.mobile-tab-btn:active,.mobile-tab-btn.active{background:#1e303899;color:#ed9d3b}@media(orientation:landscape){:root{--mobile-rail-w: calc(56px + env(safe-area-inset-left, 0px)) }.mobile-tab-bar{top:0;bottom:0;left:0;right:auto;width:var(--mobile-rail-w);height:auto;padding-bottom:0;padding-left:env(safe-area-inset-left,0px);padding-top:8px;flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;border-top:none;border-right:2px solid #1e3038;background:linear-gradient(to right,#162530,#0e1b20);box-sizing:border-box}.mobile-tab-btn{width:44px;height:44px}.mobile-tab-icon{width:36px;height:36px}.mobile-tab-icon img{max-width:36px;max-height:36px}.mobile-tab-btn[data-tab-id=chat] .mobile-tab-icon img{max-width:34px;max-height:34px}}.mobile-tab-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.mobile-tab-icon img{max-width:42px;max-height:42px;image-rendering:pixelated}.mobile-tab-btn[data-tab-id=chat] .mobile-tab-icon img{max-width:40px;max-height:40px}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:45;pointer-events:none;opacity:0;transition:opacity .2s ease;display:none}.mobile-drawer-backdrop.visible{display:block;pointer-events:auto;opacity:1}.mobile-drawer{position:fixed;z-index:46;background:#0e1b20;border:2px solid #1e3038;overflow:hidden;pointer-events:none;transition:transform .25s ease}.mobile-drawer.open{pointer-events:auto}.mobile-drawer.portrait{left:0;right:0;bottom:calc(52px + env(safe-area-inset-bottom,0px));max-height:55vh;border-radius:12px 12px 0 0;transform:translateY(100%)}.mobile-drawer.portrait.open{transform:translateY(0)}.mobile-drawer.landscape{top:0;left:var(--mobile-rail-w, 56px);bottom:0;width:min(240px,36vw);border-radius:0 12px 12px 0;box-sizing:border-box;transform:translate(calc(-100% - 2px))}.mobile-drawer.landscape.open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:center;padding:8px 12px 4px;border-bottom:1px solid #1e3038}.mobile-drawer-header .drag-handle{width:40px;height:4px;border-radius:2px;background:#1e3038}.mobile-drawer-content{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-drawer.portrait .mobile-drawer-content{max-height:calc(55vh - 40px)}.mobile-drawer.landscape .mobile-drawer-content{height:100%}.mobile-drawer.rs-drawer .mobile-drawer-content{overflow:hidden;overscroll-behavior:none}.mobile-drawer-rs-canvas{display:block;image-rendering:pixelated;border:1px solid #1e3038;border-radius:2px;touch-action:none}.mobile-chat-drawer{display:flex;flex-direction:column;flex:1;height:100%;min-height:0}.mobile-chat-messages{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:8px;font:12px/1.4 sans-serif;color:#c8d0d8;display:flex;flex-direction:column;justify-content:flex-end}.mobile-chat-input-row{display:flex;align-items:center;padding:6px 8px;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px));border-top:1px solid #1e3038;background:#0a1418;gap:6px;min-width:0}.mobile-drawer.chat-drawer .mobile-drawer-content{display:flex;flex-direction:column;overflow:hidden;min-height:0}@media(orientation:landscape){.mobile-drawer.landscape.chat-drawer{width:min(320px,46vw)}.mobile-chat-input-row{padding-bottom:6px}}.mobile-chat-input{flex:1;min-width:0;background:#0e1b20;border:1px solid #1e3038;border-radius:4px;color:#c8d0d8;font:14px/1.3 sans-serif;padding:8px 10px;outline:none}.mobile-chat-send-btn{flex:0 0 auto}.mobile-chat-input:focus{border-color:#2a4a60}.mobile-chat-input::placeholder{color:#7a909f}.mobile-chat-send-btn{background:linear-gradient(to bottom,#162530,#101e28);border:1px solid #1e3040;border-radius:4px;color:#ed9d3b;font:700 13px/1 sans-serif;padding:8px 14px;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-chat-send-btn:active{background:linear-gradient(to bottom,#1e3545,#182e3a);border-color:#2a4a60;color:#fff}.mobile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:4px;padding:2px;pointer-events:auto;box-sizing:border-box}.mobile-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.mobile-modal-canvas{position:relative;z-index:1;image-rendering:pixelated;border-radius:4px;background:transparent;flex-shrink:0}.mobile-modal-secondary{background:#0e1b20;border:1px solid #1e3038;padding:2px}.mobile-modal-tab-bar{position:relative;z-index:1;display:flex;gap:0;width:100%;max-width:512px;background:#0e1b20;border-bottom:2px solid #1e3038;border-radius:8px 8px 0 0}.mobile-modal-tab-btn{flex:1;padding:10px 0;border:none;background:transparent;color:#7a909f;font:700 13px/1 sans-serif;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .15s,background .15s}.mobile-modal-tab-btn.active{color:#ed9d3b;background:#1e303866;border-bottom:2px solid #ED9D3B}.mobile-chatslot-overlay{position:fixed;bottom:calc(54px + env(safe-area-inset-bottom,0px));left:0;right:0;z-index:56;display:flex;justify-content:center;padding:2px;pointer-events:auto}@media(orientation:landscape){.mobile-chatslot-overlay{bottom:2px;left:calc(56px + env(safe-area-inset-left,0px))}}.mobile-chatslot-canvas{image-rendering:pixelated;border-radius:4px;background:#0e1b20;border:1px solid #1e3038}.mobile-input-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:58;display:flex;align-items:center;justify-content:center;pointer-events:auto}.mobile-input-dialog-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mobile-input-dialog-box{position:relative;z-index:1;background:#0e1b20;border:2px solid #1e3038;border-radius:8px;padding:16px;width:min(320px,85vw)}.mobile-input-dialog-prompt{color:#ed9d3b;font:700 14px/1.4 sans-serif;margin-bottom:12px;text-align:center}.mobile-input-dialog-input{width:100%;background:#0a1418;border:1px solid #1e3038;border-radius:4px;color:#c8d0d8;font:16px/1.3 sans-serif;padding:10px 12px;outline:none;box-sizing:border-box;margin-bottom:12px}.mobile-input-dialog-input:focus{border-color:#2a4a60}.mobile-input-dialog-btns{display:flex;gap:8px}.mobile-input-dialog-cancel,.mobile-input-dialog-submit{flex:1;padding:10px 0;border-radius:4px;font:700 14px/1 sans-serif;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-input-dialog-cancel{background:transparent;border:1px solid #1e3038;color:#7a909f}.mobile-input-dialog-submit{background:linear-gradient(to bottom,#162530,#101e28);border:1px solid #1e3040;color:#ed9d3b}.mobile-modal-close{position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;border:1px solid #1e3038;border-radius:50%;background:#0e1b20d9;color:#ed9d3b;font:700 16px/1 sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mobile-modal-close:active{background:#1e3038e6}.mobile-chat-msg{padding:2px 0;line-height:1.4;word-wrap:break-word}.mobile-chat-sender{color:#ed9d3b;font-weight:700}.mobile-chat-mod-icon{width:12px;height:12px;vertical-align:middle;margin-right:2px}.mobile-chat-ticker{position:fixed;bottom:calc(54px + env(safe-area-inset-bottom,0px));left:0;right:0;pointer-events:none;z-index:40;display:flex;flex-direction:column;justify-content:flex-end;padding:0 8px 6px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.45) 100%);max-height:150px;overflow:hidden}.mobile-chat-ticker-msg{font:12px/1.3 sans-serif;color:#c8d0d8;padding:2px 6px;text-shadow:1px 1px 2px rgba(0,0,0,.8);opacity:1;transition:opacity .3s ease}.mobile-chat-ticker-msg.fading{opacity:0}@media(orientation:landscape){.mobile-chat-ticker{bottom:0;left:var(--mobile-rail-w, 56px);right:0;max-height:120px;padding-bottom:calc(4px + env(safe-area-inset-bottom,0px))}}@media(orientation:landscape){.mobile-drawer{display:grid;grid-template-columns:1fr 12px;grid-template-rows:1fr}.mobile-drawer .mobile-drawer-header{grid-column:2;grid-row:1;border-bottom:none;border-left:1px solid #1e3038;padding:0 2px;display:flex;align-items:center;justify-content:center}.mobile-drawer .mobile-drawer-header .drag-handle{width:4px;height:40px}.mobile-drawer .mobile-drawer-content{grid-column:1;grid-row:1;height:100%;max-height:100%}}
