:root{color-scheme:dark;--bg: #07090f;--panel: rgba(10, 16, 28, .72);--panel-strong: rgba(12, 20, 36, .88);--border: rgba(158, 198, 255, .22);--text: #e8eefc;--muted: #9aa8c7;--accent: #7eb6ff;--accent-2: #9fd2ff;--danger: #ff8a7a;--shadow: 0 18px 50px rgba(0, 0, 0, .42);--radius: 16px;--font-sans: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{margin:0;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;height:100dvh;overflow:hidden;background:var(--bg);color:var(--text);font-family:var(--font-sans);touch-action:none;overscroll-behavior:none}.app-shell{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;height:100dvh;overflow:hidden;background:var(--bg);color:var(--text);font-family:var(--font-sans);touch-action:none;overscroll-behavior:none}button,input,select{font:inherit;color:inherit}.scene-canvas,.scene-placeholder{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;overflow:hidden!important;touch-action:none;background:radial-gradient(ellipse at center,#10182b,#07090f 62%)}.scene-canvas canvas{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;touch-action:none}.label-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.word-label{position:absolute;transform:translate(-50%,-120%);pointer-events:auto;border:0;background:transparent;font-family:var(--font-mono);font-size:12px;letter-spacing:.02em;text-shadow:0 0 12px rgba(0,0,0,.85);white-space:nowrap;cursor:pointer}.word-label-selected{font-size:15px;font-weight:600;color:#fff!important;text-shadow:0 0 12px rgba(126,182,255,.9),0 0 18px rgba(0,0,0,.9)}.hud{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.hud>*{pointer-events:auto}.hud-top,.hud-right{position:absolute}.hud-top{top:12px;left:12px;right:12px}.hud-bar{display:flex;align-items:stretch;flex-wrap:wrap;min-height:42px;background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:14px}.hud-bar-section{display:flex;align-items:center;position:relative;padding:0 12px;border-right:1px solid var(--border);min-height:42px}.hud-bar-section:last-child{border-right:0}.hud-bar-brand .eyebrow{margin:0}.hud-bar-search{flex:1 1 160px;min-width:140px;padding:0 8px}.hud-bar-help{padding-right:8px}.hud-right{right:16px;top:64px;width:min(300px,calc(100vw - 32px))}.panel,.welcome-card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:var(--radius);padding:14px 16px}.word-card h2,.welcome-card h1{margin:0;font-size:22px;letter-spacing:-.03em}.eyebrow{margin:0 0 4px;color:var(--accent);font-size:11px;letter-spacing:.16em;text-transform:uppercase}.lede,.fine-print,.cluster-line,.neighbors-label,.search-error,.look-hint{color:var(--muted)}.hud-select,.hud-select-toggle{display:flex;align-items:center;gap:8px;color:inherit;font:inherit}.hud-select span,.hud-select-label{color:var(--muted);font-size:12px}.hud-select select{background:transparent;border:0;outline:none;color:var(--text);color-scheme:dark;max-width:9.5rem}.hud-select option{background:#0c1424;color:var(--text)}.hud-select-toggle,.hud-bar-action,.hud-help-btn{border:0;background:transparent;cursor:pointer;padding:0}.hud-bar-action{color:inherit;font:inherit;font-size:13px;white-space:nowrap}.hud-chevron{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--muted)}.hud-dropdown-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:8;min-width:min(280px,calc(100vw - 32px));margin:0;background:var(--panel-strong);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:12px;padding:10px 12px}.hud-bar-help .hud-dropdown-panel{left:auto;right:0}.hud-help-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:#7eb6ff14;color:var(--accent-2);font-size:14px;font-weight:600;line-height:1}.hud-help-btn:hover,.hud-select-toggle:hover,.hud-bar-action:hover{background:#7eb6ff29}.search-form{position:relative;width:100%;padding:0}.search-form input,.hud-select select,.legend-list{touch-action:auto}.search-form input{width:100%;background:transparent;border:0;outline:none;padding:8px 10px}.suggest-list{position:absolute;left:0;right:0;top:calc(100% + 6px);margin:0;padding:6px;list-style:none;background:var(--panel-strong);border:1px solid var(--border);border-radius:12px;z-index:8}.suggest-list button,.neighbor-row button,.btn-ghost,.btn-primary{border:1px solid var(--border);background:#7eb6ff14;border-radius:999px;cursor:pointer}.suggest-list button{width:100%;text-align:left;padding:8px 10px;border:0;background:transparent;border-radius:8px}.suggest-list button:hover,.neighbor-row button:hover,.btn-ghost:hover{background:#7eb6ff29}.search-error{position:absolute;left:12px;top:calc(100% + 8px);margin:0;font-size:12px;color:var(--danger)}.legend-list{list-style:none;max-height:min(48vh,420px);overflow:auto}.legend-item,.cluster-line{display:flex;gap:8px;align-items:center;font-size:12px;padding:4px 0}.legend-item.active{color:#fff}.swatch{width:10px;height:10px;border-radius:50%;flex:0 0 auto;box-shadow:0 0 10px currentColor}.word-card h2{font-family:var(--font-mono)}.neighbors-label{margin:12px 0 6px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.neighbor-row{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.neighbor-row button{padding:4px 10px;font-family:var(--font-mono);font-size:12px}.btn-ghost,.btn-primary{padding:8px 14px}.btn-primary{background:linear-gradient(180deg,#7eb6ff,#4d8fe8);color:#071018;font-weight:600;border:0}.btn-primary:disabled{opacity:.55;cursor:wait}.welcome-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at center,#080c1647,#04060cb8)}.welcome-card{width:min(560px,100%);background:var(--panel-strong)}.control-list{padding-left:18px;color:var(--muted)}.model-chip{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid var(--border);font-size:13px}.banner-error{display:flex;justify-content:space-between;gap:12px;align-items:center;color:var(--danger)}.look-hint,.loading-pill{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.look-hint{bottom:24px;font-size:12px}.loading-pill{bottom:56px;padding:6px 12px;border-radius:999px;background:var(--panel-strong);border:1px solid var(--border)}.reticle{position:absolute;left:50%;top:50%;width:8px;height:8px;border:1px solid #fff;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:.7}.mobile-controls{position:absolute;left:16px;right:16px;bottom:18px;z-index:4;display:flex;justify-content:flex-start;align-items:flex-end;pointer-events:none}.joystick-wrap,.joystick{pointer-events:auto}.joystick-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.joystick{--stick-size: min(42vw, 180px);width:var(--stick-size);height:var(--stick-size);border-radius:50%;border:1px solid var(--border);background:#0a101c8c;position:relative;touch-action:none}.joystick-knob{--knob-size: calc(var(--stick-size) * .37);width:var(--knob-size);height:var(--knob-size);border-radius:50%;background:#7eb6ff;position:absolute;left:calc(50% - var(--knob-size) / 2);top:calc(50% - var(--knob-size) / 2);box-shadow:0 0 18px #7eb6ff99}.joystick-caption{color:var(--muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.help-panel{width:min(320px,calc(100vw - 32px))}.help-panel ul{margin:0;padding-left:16px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:860px){.hud-right{top:auto;bottom:160px;left:16px;right:16px;width:auto}.legend-list{max-height:22vh}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
