*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#0a0015;width:100%;height:100%;font-family:Courier New,monospace;overflow:hidden}canvas{touch-action:none}.hud{pointer-events:none;z-index:10;color:#e8e8f0;position:fixed;inset:0}.hud-title{letter-spacing:3px;color:#8a0a0a;text-shadow:0 0 8px #b060ff80;font-size:18px;font-weight:700;position:absolute;top:14px;left:18px}.hud-hints{opacity:.75;font-size:12px;line-height:1.7;position:absolute;bottom:14px;left:18px}.hud-prompt{color:#b060ff;background:#0a0015cc;border:2px solid #b060ff;border-radius:4px;padding:8px 18px;font-size:16px;animation:1.2s ease-in-out infinite pulse;position:absolute;bottom:20%;left:50%;transform:translate(-50%)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.portal-overlay{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0015d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.portal-panel{background:#14041f;border:2px solid #b060ff;border-radius:8px;flex-direction:column;width:min(1100px,94vw);height:min(760px,90vh);display:flex;overflow:hidden;box-shadow:0 0 40px #b060ff59}.portal-header{color:#e0c0ff;letter-spacing:1px;border-bottom:1px solid #b060ff;justify-content:space-between;align-items:center;padding:10px 16px;font-size:14px;display:flex}.portal-close{color:#e0c0ff;cursor:pointer;background:0 0;border:1px solid #b060ff;border-radius:4px;padding:4px 10px;font-family:inherit}.portal-body{color:#e8e8f0;flex:1;grid-template-columns:420px 1fr;gap:16px;padding:16px;display:grid;overflow:auto}.portal-editor{flex-direction:column;gap:10px;min-height:0;display:flex}.portal-editor>div:first-child{border:1px solid #6e6258;border-radius:6px;overflow:hidden}.portal-actions{flex-wrap:wrap;gap:8px;display:flex}.portal-actions button{color:#e0c0ff;cursor:pointer;background:#2a0e3d;border:1px solid #b060ff;border-radius:4px;padding:6px 10px;font-family:inherit}.portal-actions button:disabled{opacity:.5;cursor:default}.portal-error{color:#ff6b6b;font-size:13px}.portal-results{background:#1a0728;border:1px solid #6e6258;border-radius:6px;padding:10px;overflow-y:auto}.portal-results-header{opacity:.75;justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.portal-result-row{color:#e8e8f0;cursor:pointer;background:#14041f;border:1px solid #6e6258;border-radius:4px;justify-content:space-between;width:100%;margin-bottom:6px;padding:6px 10px;font-family:inherit;display:flex}.portal-result-row:disabled{opacity:.5;cursor:default}.portal-analysis{min-height:0;overflow:auto}.portal-analysis-placeholder{opacity:.7;background:#1a0728;border:1px solid #6e6258;border-radius:6px;padding:24px}.portal-booting{text-align:center;margin:16px}
