*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;height:100%}.record-button.svelte-qr4ixr{width:200px;height:200px;border-radius:50%;background-color:#666;color:#fff;border:none;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #ffffff1a;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.record-button.activated.svelte-qr4ixr{background-color:#fff;color:#000;box-shadow:0 4px 12px #fff3}.record-button.svelte-qr4ixr:hover{transform:scale(1.05)}.record-button.activated.svelte-qr4ixr:hover{box-shadow:0 6px 16px #ffffff4d}.record-button.svelte-qr4ixr:not(.activated):hover{box-shadow:0 6px 16px #ffffff26}.record-button.svelte-qr4ixr:active{transform:scale(.95)}.record-button.recording.svelte-qr4ixr:active{transform:scale(.9)}.record-button.recording.svelte-qr4ixr{background-color:#f44;color:#fff;animation:svelte-qr4ixr-pulse 1.5s ease-in-out infinite}.record-button.has-results.svelte-qr4ixr{width:120px;height:120px;font-size:18px;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.record-button.has-results.svelte-qr4ixr:hover{transform:translate(-50%) scale(1.05)}.record-button.has-results.svelte-qr4ixr:active{transform:translate(-50%) scale(.95)}.record-button.has-results.recording.svelte-qr4ixr:active{transform:translate(-50%) scale(.9)}.button-text.svelte-qr4ixr{text-align:center;-webkit-user-select:none;user-select:none;padding:0 8px;line-height:1.2;word-wrap:break-word}@keyframes svelte-qr4ixr-pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 480px){.record-button.svelte-qr4ixr{width:180px;height:180px;font-size:20px}.record-button.has-results.svelte-qr4ixr{width:100px;height:100px;font-size:16px;bottom:30px}}.question-display.svelte-7yi9hy{padding:24px 20px;text-align:center;width:100%;box-sizing:border-box;transition:all .3s ease;flex-shrink:0}.question-display.expanded.svelte-7yi9hy{text-align:left;padding:0;background-color:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.question-text.svelte-7yi9hy{color:#fff;font-size:20px;line-height:1.6;margin:0;font-weight:400}.explain-header.svelte-7yi9hy{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center}.collapse-button.svelte-7yi9hy{background:none;border:none;color:#fffc;cursor:pointer;display:flex;align-items:center;gap:12px;padding:0;font-size:16px;font-weight:500;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.collapse-button.svelte-7yi9hy:active{opacity:.7}.collapse-icon.svelte-7yi9hy{font-size:12px;transform:rotate(180deg);transition:transform .2s ease}.node-name.svelte-7yi9hy{color:#fff}.explain-content.svelte-7yi9hy{padding:24px 20px;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.explain-text.svelte-7yi9hy{color:#ffffffe6;font-size:16px;line-height:1.6;margin:0;white-space:pre-wrap}@media (max-width: 480px){.question-display.svelte-7yi9hy{padding:20px 16px}.question-text.svelte-7yi9hy{font-size:18px;line-height:1.5}.explain-header.svelte-7yi9hy{padding:14px 16px}.explain-content.svelte-7yi9hy{padding:20px 16px;max-height:50vh}.explain-text.svelte-7yi9hy,.collapse-button.svelte-7yi9hy{font-size:15px}}.nodes-list-container.svelte-1j9wcsu.svelte-1j9wcsu{flex:1;overflow-y:visible;width:100%;padding:0 20px 20px;box-sizing:border-box;min-height:0}.nodes-list.svelte-1j9wcsu.svelte-1j9wcsu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.node-item.svelte-1j9wcsu.svelte-1j9wcsu{padding:0;background-color:#ffffff1a;border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:background-color .2s ease;overflow:hidden}.node-item.expanded.svelte-1j9wcsu.svelte-1j9wcsu{background-color:#ffffff26}.node-button.svelte-1j9wcsu.svelte-1j9wcsu{width:100%;padding:16px;background:none;border:none;text-align:left;cursor:pointer;color:inherit;display:flex;flex-direction:column;gap:8px;position:relative;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.node-button.svelte-1j9wcsu.svelte-1j9wcsu:active{opacity:.8}.node-title.svelte-1j9wcsu.svelte-1j9wcsu{color:#fff;font-size:18px;font-weight:500;display:block;margin-bottom:0}.node-reason.svelte-1j9wcsu.svelte-1j9wcsu{color:#ffffffb3;font-size:14px;margin:0;line-height:1.4}.expand-indicator.svelte-1j9wcsu.svelte-1j9wcsu{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#fff9;font-size:12px;transition:transform .2s ease}.node-item.expanded.svelte-1j9wcsu .expand-indicator.svelte-1j9wcsu{transform:translateY(-50%) rotate(0)}@media (max-width: 480px){.nodes-list-container.svelte-1j9wcsu.svelte-1j9wcsu{padding:0 16px}.node-button.svelte-1j9wcsu.svelte-1j9wcsu{padding:14px}.node-title.svelte-1j9wcsu.svelte-1j9wcsu{font-size:16px}.expand-indicator.svelte-1j9wcsu.svelte-1j9wcsu{right:14px}}.loading-message.svelte-5xs0qj{text-align:center;margin-bottom:20px;min-height:30px;display:flex;align-items:center;justify-content:center}.loading-text.svelte-5xs0qj{color:#fff;font-size:18px;font-weight:300;opacity:.8;animation:svelte-5xs0qj-blink 2s ease-in-out infinite}@keyframes svelte-5xs0qj-blink{0%,to{opacity:.8}50%{opacity:.4}}@media (max-width: 480px){.loading-text.svelte-5xs0qj{font-size:16px}}.app-container.svelte-1ysc34m.svelte-1ysc34m{height:100vh;width:100%;background-color:#000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;overflow:hidden}.back.svelte-1ysc34m.svelte-1ysc34m{position:absolute;top:12px;left:12px;z-index:20;color:#fff9;text-decoration:none;font-size:14px}.back.svelte-1ysc34m.svelte-1ysc34m:hover{color:#fff}.content-area.svelte-1ysc34m.svelte-1ysc34m{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:0}.button-panel.svelte-1ysc34m.svelte-1ysc34m{width:100%;background-color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box;flex-shrink:0;z-index:10;border-top:1px solid rgba(255,255,255,.1);transition:all .3s ease;gap:20px}.loading-container.svelte-1ysc34m.svelte-1ysc34m{width:100%;display:flex;justify-content:center;align-items:center}.button-panel.svelte-1ysc34m.svelte-1ysc34m:not(.has-results){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0;border-top:none;background:transparent;gap:0}.button-panel.svelte-1ysc34m:not(.has-results) .loading-container.svelte-1ysc34m{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:20px;width:auto}.button-container.svelte-1ysc34m.svelte-1ysc34m{display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (max-width: 480px){.button-panel.has-results.svelte-1ysc34m.svelte-1ysc34m{padding:30px 16px}}.landing.svelte-zhhr9m{--pg-bg:#1e1e22;--pg-panel:#26262b;--pg-muted:rgba(255, 255, 255, .5);--pg-border:rgba(255, 255, 255, .12);--accent-a:#a78bfa;--accent-b:#f472b6;--accent-c:#fb923c;--glow-indigo:rgba(129, 140, 248, .45);--glow-magenta:rgba(192, 132, 252, .4);--glow-ember:rgba(251, 146, 60, .35);min-height:100vh;width:100%;background:var(--pg-bg);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px 36px;box-sizing:border-box;position:relative;overflow:hidden;font-family:Georgia,Times New Roman,Times,serif}.bg-stage.svelte-zhhr9m{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.bg-radial.svelte-zhhr9m{position:absolute;top:-40%;right:-20%;bottom:-40%;left:-20%;background:radial-gradient(ellipse 55% 42% at 50% 18%,rgba(167,139,250,.16) 0%,rgba(244,114,182,.06) 35%,transparent 62%)}.emanation.svelte-zhhr9m{position:absolute;left:50%;top:12%;width:min(92vw,520px);height:min(92vw,520px);transform:translate(-50%,-50%)}.ring.svelte-zhhr9m{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,255,255,.06);box-shadow:0 0 0 1px #818cf80d,inset 0 0 40px #6366f10a}.ring-1.svelte-zhhr9m{width:28%;height:28%;animation:svelte-zhhr9m-drift 14s ease-in-out infinite}.ring-2.svelte-zhhr9m{width:52%;height:52%;border-color:#c084fc1f;animation:svelte-zhhr9m-drift 18s ease-in-out infinite reverse}.ring-3.svelte-zhhr9m{width:78%;height:78%;border-color:#fb923c1a;animation:svelte-zhhr9m-drift 22s ease-in-out infinite}.toys.svelte-zhhr9m{position:absolute;top:0;right:0;bottom:0;left:0}.toy.svelte-zhhr9m{position:absolute;border-radius:50%;filter:blur(.5px);opacity:.85;animation:svelte-zhhr9m-bob 7s ease-in-out infinite}.toy-a.svelte-zhhr9m{width:10px;height:10px;left:14%;top:38%;background:radial-gradient(circle at 30% 30%,#e9e4ff,var(--accent-a));box-shadow:0 0 24px var(--glow-indigo);animation-delay:-1s}.toy-b.svelte-zhhr9m{width:14px;height:14px;right:12%;top:30%;background:radial-gradient(circle at 30% 30%,#ffe8f4,var(--accent-b));box-shadow:0 0 28px var(--glow-magenta);border-radius:30% 70% 65% 35%/40% 35% 65% 60%;animation-delay:-2.5s}.toy-c.svelte-zhhr9m{width:8px;height:8px;left:22%;bottom:22%;background:var(--accent-c);box-shadow:0 0 20px var(--glow-ember);animation-delay:-4s}.toy-d.svelte-zhhr9m{width:11px;height:11px;right:20%;bottom:28%;background:linear-gradient(135deg,var(--accent-a),var(--accent-b));clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);border-radius:0;animation-delay:-.5s}@keyframes svelte-zhhr9m-drift{0%,to{transform:translate(-50%,-50%) rotate(0) scale(1)}50%{transform:translate(-50%,-50%) rotate(8deg) scale(1.02)}}@keyframes svelte-zhhr9m-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion: reduce){.ring-1.svelte-zhhr9m,.ring-2.svelte-zhhr9m,.ring-3.svelte-zhhr9m,.toy.svelte-zhhr9m{animation:none}}.content.svelte-zhhr9m{position:relative;z-index:1;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.hero.svelte-zhhr9m{text-align:center;margin-bottom:22px}.title.svelte-zhhr9m{font-size:clamp(2rem,6vw,2.45rem);font-weight:600;margin:0 0 10px;letter-spacing:.03em;line-height:1.1}.title-gradient.svelte-zhhr9m{background:linear-gradient(115deg,var(--accent-a) 0%,var(--accent-b) 42%,var(--accent-c) 78%,#c4b5fd 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 40px rgba(129,140,248,.25)}.subtitle.svelte-zhhr9m{margin:0;color:#ffffffe0;font-size:1.05rem;font-style:italic;letter-spacing:.02em}.khora-line.svelte-zhhr9m{margin:0 0 28px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--pg-muted);text-align:center}.khora-label.svelte-zhhr9m{color:#ffffffa6}.khora-link.svelte-zhhr9m{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;text-decoration:none;font-weight:500;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s;box-shadow:0 0 18px #818cf81f}.khora-link.svelte-zhhr9m:hover{border-color:#c084fc8c;background:#ffffff1f;box-shadow:0 0 22px #a855f733,0 0 28px #fb923c1f}.khora-arrow.svelte-zhhr9m{font-size:13px;opacity:.85}.tiles.svelte-zhhr9m{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:14px}.tile.svelte-zhhr9m{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:18px 18px 18px 16px;border:1px solid var(--pg-border);border-radius:14px;text-decoration:none;color:inherit;background:#26262ba6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s,background .2s,box-shadow .2s;box-sizing:border-box}.tile.svelte-zhhr9m:hover{background:#26262beb}.tile-glyph.svelte-zhhr9m{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#ffffff59;margin-top:2px}.tile-body.svelte-zhhr9m{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}.tile-title.svelte-zhhr9m{font-size:1.05rem;font-weight:600;font-family:Georgia,Times New Roman,Times,serif}.tile-desc.svelte-zhhr9m{font-size:13px;color:var(--pg-muted);line-height:1.45;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tile-0.svelte-zhhr9m:hover{border-color:#818cf88c;box-shadow:0 0 20px #6366f12e}.tile-1.svelte-zhhr9m:hover{border-color:#c084fc8c;box-shadow:0 0 20px #a855f729}.tile-2.svelte-zhhr9m:hover{border-color:#fb923c8c;box-shadow:0 0 20px #ea580c24}.graph-root.svelte-2zhaql{flex:1;width:100%;min-height:55vh;position:relative;background:#26262b}.graph-root.svelte-2zhaql svg.pg-svg{display:block;background:transparent}.graph-root.svelte-2zhaql .pg-fo-wrap{width:100%;min-height:36px;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box}.graph-root.svelte-2zhaql .pg-link{stroke-linecap:round;pointer-events:none}.graph-root.svelte-2zhaql .node-result .pg-glow-outer,.graph-root.svelte-2zhaql .node-result .pg-glow-mid,.graph-root.svelte-2zhaql .node-result .pg-node-core{pointer-events:none}.graph-root.svelte-2zhaql .node-result foreignObject{pointer-events:none}.graph-root.svelte-2zhaql .node-result .pg-label-pill{pointer-events:auto;cursor:pointer}.graph-root.svelte-2zhaql .node-result .pg-hit{pointer-events:fill;cursor:pointer}.graph-root.svelte-2zhaql .node-result.is-selected .pg-hit{stroke:#ffffffd9;stroke-width:2}.graph-root.svelte-2zhaql .node-result.is-selected .pg-glow-outer{opacity:1;filter:saturate(1.15)}.graph-root.svelte-2zhaql .pg-label-pill{box-sizing:border-box;display:inline-flex;align-items:flex-start;justify-content:center;gap:10px;width:max-content;max-width:100%;min-width:0;margin:0 auto;padding:7px 14px 8px 10px;border-radius:999px;background:#06060ad1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);font-family:Georgia,Times New Roman,Times,serif;font-size:12px;line-height:1.35;color:#fcfcfff2;word-wrap:break-word;overflow-wrap:anywhere;box-shadow:0 0 20px #00000073,0 0 14px #818cf814}.graph-root.svelte-2zhaql .pg-label-pill--0{border-color:#818cf8bf;box-shadow:0 0 18px #6366f138,0 0 20px #0006}.graph-root.svelte-2zhaql .pg-label-pill--1{border-color:#c084fcc7;box-shadow:0 0 18px #a855f733,0 0 20px #0006}.graph-root.svelte-2zhaql .pg-label-pill--2{border-color:#fb923cc7;box-shadow:0 0 18px #ea580c2e,0 0 20px #0006}.graph-root.svelte-2zhaql .pg-label-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#f4f4f8;color:#1c1c22;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;line-height:1;margin-top:1px}.graph-root.svelte-2zhaql .pg-label-text{text-align:left;flex:1;min-width:0;max-height:160px;overflow-y:auto;padding-top:1px}.pg-app.svelte-1nfucli{min-height:100vh;width:100%;background:#1e1e22;color:#fff;display:flex;flex-direction:column;position:relative;box-sizing:border-box}.back.svelte-1nfucli{position:absolute;top:12px;left:12px;z-index:30;color:#fff9;text-decoration:none;font-size:14px}.back.svelte-1nfucli:hover{color:#fff}.panel.svelte-1nfucli{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 24px;text-align:center;max-width:420px;margin:0 auto;width:100%;box-sizing:border-box}.title.svelte-1nfucli{font-size:1.5rem;font-weight:600;margin:0 0 12px}.hint.svelte-1nfucli{margin:0 0 28px;color:#ffffff80;font-size:14px;line-height:1.5}.hidden-input.svelte-1nfucli{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.primary.svelte-1nfucli{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;padding:14px 28px;border-radius:999px;font-size:15px;font-weight:500;cursor:pointer}.primary.svelte-1nfucli:hover:not(:disabled){background:#ffffff24;border-color:#fff6}.primary.svelte-1nfucli:disabled{opacity:.5;cursor:not-allowed}.error.svelte-1nfucli{margin:16px 0 0;color:#f66;font-size:13px;max-width:100%}.graph-layout.svelte-1nfucli{flex:1;display:flex;flex-direction:column;min-height:0;padding-top:44px;background:#26262b}.graph-bar.svelte-1nfucli{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;background:#1e1e2299}.bar-text.svelte-1nfucli{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.bar-hint.svelte-1nfucli{margin:0;font-size:12px;color:#ffffff73}.image-desc.svelte-1nfucli{margin:0;font-size:12px;line-height:1.45;color:#ffffffb8;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.bar-error.svelte-1nfucli{margin:0 16px 8px}.text-link.svelte-1nfucli{flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:8px 4px;font-size:13px;font-weight:500;color:#ffffff8c;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.text-link.svelte-1nfucli:hover:not(:disabled){color:#fff}.text-link.svelte-1nfucli:disabled{opacity:.4;cursor:not-allowed}
