:root{--toolbar-h:56px;--bg-dark:#0b0f1a;--bg-light:#fff;--text-light:#e5e5e5;--text-dark:#333;--ai-drawer-w:420px;--ai-bg:#0d1120;--ai-text:#c8d0e0;--gs-green:#1dd199;--gs-blue:#4da7ff}body,html{margin:0;padding:0;height:100%;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overscroll-behavior:none}.gs-root{height:100vh;width:100vw;overflow:hidden}.page{height:100%;display:flex;flex-direction:column;background:var(--bg-dark);color:var(--text-light)}.theme-light .page{background:var(--bg-light);color:var(--text-dark)}.toolbar{height:var(--toolbar-h);background:rgba(4,7,14,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid hsla(0,0%,100%,.08);padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;flex-shrink:0}.toolbar-left{flex-wrap:wrap}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:10px}.map-wrap{position:relative;flex:1 1 auto;min-height:0;background:#000;overflow:hidden}.map{position:absolute;inset:0}.gs-tail{max-width:520px;margin:0 auto 10px;padding:8px 0 14px;text-align:center;font-size:11px;color:rgba(148,163,184,.9);opacity:.85}.gs-tail-line{position:relative;margin:4px auto 6px;width:180px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.3),rgba(45,212,191,.8),rgba(56,189,248,.3),transparent);overflow:hidden}.gs-tail-comet{position:absolute;top:50%;left:-12px;width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 4px rgba(16,185,129,.9),0 0 10px rgba(52,211,153,.8);transform:translateY(-50%);animation:gs-comet-move 2.8s linear infinite}@keyframes gs-comet-move{0%{left:-12px;opacity:0}10%{opacity:1}50%{left:calc(100% - 4px);opacity:1}90%{opacity:.2}to{left:100%;opacity:0}}.gs-tail:hover .gs-tail-comet{box-shadow:0 0 6px #10b981,0 0 14px rgba(52,211,153,.9)}@keyframes gs-comet{0%{transform:translateX(0)}to{transform:translateX(220%)}}