/*
 * WolfStorm — Wolf Territories Grid Web Viewer
 * Copyright (C) 2026 Wolf Territories Grid / IntelligentWolf Ltd.
 * All rights reserved.
 *
 * An original work. Interoperates with OpenSimulator grids by implementing the
 * publicly documented LLUDP and HTTP capability protocols; protocol
 * interoperability does not imply shared authorship or a shared code base.
 *
 * Unauthorised copying, redistribution or modification of this file, in whole or
 * in part, is prohibited without the written permission of IntelligentWolf Ltd.
 * See COPYRIGHT in the project root. https://wolfterritories.org
 */
body.ws-hud-game .toolbar-bottom{padding:2px 6px;gap:6px;background:linear-gradient(to top, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.55));border-top:1px solid rgba(132, 204, 22, 0.20);opacity:0.55;transition:opacity 0.18s ease}body.ws-hud-game .toolbar-bottom:focus-within,body.ws-hud-game .toolbar-bottom:hover{opacity:1}@media (pointer: coarse){body.ws-hud-game .toolbar-bottom{opacity:1}}@media (prefers-reduced-motion: reduce){body.ws-hud-game .toolbar-bottom,body.ws-hud-game .toolbar-btn{transition:none}}body.ws-hud-game .toolbar-btn{min-width:40px;width:40px;height:40px;padding:0;border-radius:8px;background:rgba(255, 255, 255, 0.05);border:1px solid rgba(255, 255, 255, 0.10)}body.ws-hud-game .toolbar-btn:hover:not(.disabled):not(:disabled){background:rgba(132, 204, 22, 0.24);border-color:rgba(132, 204, 22, 0.55)}body.ws-hud-game .toolbar-btn:focus-visible{outline:2px solid #84cc16;outline-offset:2px}body.ws-hud-game .toolbar-btn .material-icons{font-size:22px;line-height:1;margin:0}body.ws-hud-game .toolbar-btn .btn-label{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}body.ws-hud-game .toolbar-btn.active{background:rgba(132, 204, 22, 0.48);border-color:rgba(132, 204, 22, 0.85)}body.ws-hud-game #ws-hud-caption{position:fixed;bottom:52px;left:50%;transform:translateX(-50%);padding:3px 12px;border-radius:6px;background:rgba(15, 23, 42, 0.92);border:1px solid rgba(132, 204, 22, 0.25);color:#e5e7eb;font:12px/1.4 'Segoe UI',Tahoma,sans-serif;pointer-events:none;opacity:0;transition:opacity 0.12s ease;z-index:1200;white-space:nowrap}body.ws-hud-game #ws-hud-caption.visible{opacity:1}body:not(.ws-hud-game) #ws-hud-caption{display:none}body.ws-hud-game #favorites-bar{max-height:34px;padding:2px 6px;background:transparent;border:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}body.ws-hud-game #favorites-bar::-webkit-scrollbar{height:4px}body.ws-hud-game #favorites-bar::-webkit-scrollbar-thumb{background:rgba(255, 255, 255, 0.18);border-radius:2px}