:root{--bg-0: #0a0c0f;--bg-1: #11141a;--bg-2: #181c24;--bg-3: #1f2430;--border: #2a3040;--border-bright: #3a4560;--text-0: #e8ecf4;--text-1: #a0aabb;--text-2: #6a7588;--accent: #e0a860;--accent-dim: #5c4428;--accent-bg: rgba(224, 168, 96, .08);--accent-border: rgba(224, 168, 96, .2);--red: #f87171;--red-dim: #7f1d1d;--red-bg: rgba(248, 113, 113, .08);--red-border: rgba(248, 113, 113, .2);--yellow: #fbbf24;--yellow-dim: #78350f;--yellow-bg: rgba(251, 191, 36, .08);--blue: #60a5fa;--blue-bg: rgba(96, 165, 250, .08);--purple: #c084fc;--green: #4ade80;--overlay: rgba(0, 0, 0, .6);--muted-bg: rgba(106, 117, 136, .08);--timeline-rail: #333;--mono: "Fira Code", "SF Mono", monospace;--sans: "Averia Sans Libre", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--display: "Averia Serif Libre", Georgia, serif;--radius: 6px;--radius-lg: 10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes iridescent{0%{background:#4ade80}16%{background:#60a5fa}33%{background:#c084fc}50%{background:#f472b6}66%{background:#fbbf24}83%{background:#34d399}to{background:#4ade80}}.volute-embed{font-family:var(--sans);font-size:15px;line-height:1.6;color:var(--text-0);-webkit-font-smoothing:antialiased}.volute-embed *{box-sizing:border-box}.volute-embed button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.volute-embed button:focus{outline:none}.volute-embed button:focus-visible{outline:1px solid var(--accent);outline-offset:2px}.volute-embed .markdown-body{word-break:break-word;color:var(--text-0);line-height:1.6}.volute-embed .markdown-body p{margin:0 0 8px}.volute-embed .markdown-body p:last-child{margin-bottom:0}.volute-embed .markdown-body pre{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;overflow-x:auto;margin:8px 0;font-size:13px;line-height:1.5}.volute-embed .markdown-body code{font-family:var(--mono);font-size:13px;background:var(--bg-3);padding:1px 4px;border-radius:3px}.volute-embed .markdown-body pre code{background:none;padding:0}.volute-embed .markdown-body a{color:var(--blue);text-decoration:underline}.volute-embed .markdown-body ul,.volute-embed .markdown-body ol{margin:4px 0;padding-left:20px}.volute-embed .markdown-body li{margin:2px 0}.volute-embed .markdown-body blockquote{border-left:3px solid var(--border-bright);margin:8px 0;padding:4px 12px;color:var(--text-1)}.volute-tooltip{position:fixed;padding:3px 8px;background:var(--bg-3);color:var(--text-0);font-family:var(--sans);font-size:11px;border-radius:var(--radius);white-space:nowrap;z-index:1000;pointer-events:none;border:1px solid var(--border)}@media(prefers-reduced-motion:reduce){.volute-embed *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.timeline-card.svelte-bdjtbd{background:var(--bg-0);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;max-height:var(--card-max-height, 240px);overflow:hidden;transition:border-color .15s;width:100%;text-align:left}.timeline-card.clickable.svelte-bdjtbd{cursor:pointer}.timeline-card.clickable.svelte-bdjtbd:hover{border-color:var(--border-bright)}.card-header.svelte-bdjtbd{padding:6px 8px 6px 10px;font-size:13px;font-weight:500;color:var(--text-1);border-bottom:1px solid var(--border);flex-shrink:0;display:flex;align-items:center;gap:6px}.card-icon.svelte-bdjtbd{display:flex;flex-shrink:0}.card-icon.svelte-bdjtbd svg{width:14px;height:14px}.card-title.svelte-bdjtbd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.card-meta.svelte-bdjtbd{font-size:11px;color:var(--accent);flex-shrink:0}.card-time.svelte-bdjtbd{font-size:11px;color:var(--text-2);font-weight:400;flex-shrink:0;margin-left:auto}.card-meta.svelte-bdjtbd+.card-time:where(.svelte-bdjtbd){margin-left:0}.card-close.svelte-bdjtbd{background:none;border:none;padding:0 2px;cursor:pointer;color:var(--text-2);font-size:11px;line-height:1;flex-shrink:0}.card-close.svelte-bdjtbd:hover{color:var(--text-0)}.card-body.svelte-bdjtbd{flex:1;overflow:hidden;min-height:0}.card-body-scroll.svelte-bdjtbd{overflow-y:auto}.body-html.svelte-bdjtbd{padding:8px 12px;font-size:13px;color:var(--text-0);line-height:1.5}.body-text.svelte-bdjtbd{padding:8px 12px;font-family:var(--mono);font-size:13px;color:var(--text-0);line-height:1.5;white-space:pre-wrap;word-break:break-word}.page-preview.svelte-bdjtbd{width:100%;height:100%;border:none;pointer-events:none;background:#fff;opacity:0;transition:opacity .15s}.page-preview.loaded.svelte-bdjtbd{opacity:1}.tool-group.svelte-1kbek9r{cursor:pointer}.inline-label.svelte-1kbek9r{font-family:var(--mono);font-size:13px;color:var(--cat-color);line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;word-break:break-word}.status-running.svelte-1kbek9r{color:var(--yellow);font-size:11px;margin-left:6px;animation:pulse 1.5s infinite}.status-error.svelte-1kbek9r{color:var(--red);font-size:11px;margin-left:6px}.tool-group.expanded.svelte-1kbek9r{border:1px solid color-mix(in srgb,var(--cat-color) 25%,var(--border));border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-0)}.terminal.svelte-1kbek9r{background:#0d0d0d;padding:8px 10px;font-family:var(--mono);font-size:12px;line-height:1.6;max-height:200px;overflow:auto}.terminal-cmd.svelte-1kbek9r{color:#e0e0e0;white-space:pre-wrap;word-break:break-all}.terminal-prompt.svelte-1kbek9r{color:var(--accent);margin-right:6px;user-select:none}.terminal-output.svelte-1kbek9r{color:#a0a0a0;white-space:pre-wrap;word-break:break-all;margin:4px 0 0}.terminal-output.error.svelte-1kbek9r{color:var(--red)}.terminal-running.svelte-1kbek9r{color:var(--text-2);font-style:italic;padding:4px 0;animation:pulse 1.5s infinite}.tool-card-body.svelte-1kbek9r{padding:8px;max-height:200px;overflow:auto}.section-label.svelte-1kbek9r{font-size:11px;color:var(--text-2);margin-bottom:4px;margin-top:6px}.section-label.svelte-1kbek9r:first-child{margin-top:0}.tool-pre.svelte-1kbek9r{font-family:var(--mono);font-size:12px;line-height:1.5;color:var(--text-1);white-space:pre-wrap;word-break:break-all;margin:0}.tool-output.svelte-1kbek9r{color:var(--text-0)}.tool-output.error.svelte-1kbek9r{color:var(--red)}.event.svelte-189mj8{position:relative;padding:6px 8px 6px 20px;animation:fadeIn .2s ease both}.event.svelte-189mj8:after{content:"";position:absolute;left:-2px;top:12px;bottom:-20px;width:2px;background:var(--type-color);opacity:0;transition:opacity .15s;z-index:1}.event.svelte-189mj8:hover:after{opacity:1}.event.expandable-summary.svelte-189mj8:after{top:20px;background:var(--timeline-rail);opacity:1}.event.turn-expanded.svelte-189mj8:after{top:20px;background:repeating-linear-gradient(to bottom,var(--timeline-rail) 0px,var(--timeline-rail) 4px,var(--bg-1) 4px,var(--bg-1) 8px);opacity:1}.event.expandable-summary.svelte-189mj8:hover:not(:has(.turn-branch:hover)):after{background:var(--type-color)}.event.turn-expanded.svelte-189mj8:hover:not(:has(.turn-branch:hover)):after{background:repeating-linear-gradient(to bottom,var(--type-color) 0px,var(--type-color) 4px,var(--bg-1) 4px,var(--bg-1) 8px)}.event.collapsible.svelte-189mj8{cursor:pointer}.summary-header.svelte-189mj8{margin-bottom:4px;margin-left:14px}.summary-header-line.svelte-189mj8{display:flex;align-items:center;gap:8px}.time.svelte-189mj8{font-size:11px;color:var(--text-2)}.marker.svelte-189mj8{position:absolute;left:-5px;top:12px;width:8px;height:8px;border-radius:50%;z-index:1}.marker-icon.svelte-189mj8{width:22px;height:22px;left:-12px;top:5px;border-radius:var(--radius);background:var(--bg-1);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;z-index:3}.marker-icon.svelte-189mj8 svg{width:13px;height:13px}.inline-text.svelte-189mj8{font-family:var(--mono);font-size:13px;color:var(--text-1);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;white-space:pre-wrap;word-break:break-word;margin:0}.inline-text-expanded.svelte-189mj8{-webkit-line-clamp:unset;line-clamp:unset;display:block;max-height:400px;overflow:auto}.inline-channel.svelte-189mj8{color:var(--text-2)}.inline-sender.svelte-189mj8{font-weight:600;color:var(--accent)}.inline-sender-user.svelte-189mj8{color:var(--blue)}.inline-sender-mind.svelte-189mj8{color:var(--red)}.inline-text-chat.svelte-189mj8{color:var(--text-0)}.event-body.svelte-189mj8{font-family:var(--mono);font-size:13px;line-height:1.5}.event-body.svelte-189mj8 .markdown-body p:last-child{margin-bottom:0}.event-body.svelte-189mj8 .dim:where(.svelte-189mj8) .markdown-body{color:var(--text-1)}.event-body.svelte-189mj8 .markdown-body{line-height:1.5}.dim.svelte-189mj8{color:var(--text-2)}.error.svelte-189mj8{color:var(--red)}.summary-text.svelte-189mj8{font-size:13px;color:var(--text-0)}.turn-connector.svelte-189mj8{position:absolute;top:15px;left:22px;width:2px;bottom:12px;background:var(--border)}.turn-connector.svelte-189mj8:after{content:"";position:absolute;top:0;left:-23px;width:23px;height:2px;background:var(--border)}.event.svelte-189mj8:has(.summary-header:where(.svelte-189mj8):hover,.branch-summary:where(.svelte-189mj8):hover) .turn-connector:where(.svelte-189mj8),.event.svelte-189mj8:has(.summary-header:where(.svelte-189mj8):hover,.branch-summary:where(.svelte-189mj8):hover) .turn-connector:where(.svelte-189mj8):after,.event.svelte-189mj8:has(.summary-header:where(.svelte-189mj8):hover,.branch-summary:where(.svelte-189mj8):hover) .branch-return:where(.svelte-189mj8){background:var(--text-0)}.turn-branch.svelte-189mj8{position:relative;margin-left:-5px;padding-left:9px;padding-bottom:8px}.branch-return.svelte-189mj8{position:absolute;bottom:6px;left:-16px;width:24px;height:2px;background:var(--border)}.branch-summary.svelte-189mj8{position:relative;padding:6px 8px 6px 20px;cursor:pointer;width:100%;background:none;border:none;text-align:left;font:inherit;color:inherit}.branch-summary-marker.svelte-189mj8{left:-12px;top:5px}.card-wrap.svelte-189mj8{max-width:480px}.inline-preview.svelte-189mj8{-webkit-line-clamp:1;line-clamp:1}.inline-text-event.svelte-189mj8{color:var(--text-1)}.inline-event-label.svelte-189mj8{font-size:12px;font-weight:600;color:var(--purple)}.reflection-label.svelte-189mj8{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin-bottom:2px}.branch-wrapper.svelte-o2mc4r{position:relative}.branch-connector.svelte-o2mc4r{position:absolute;top:var(--rail-top);left:calc(var(--branch-gap) - 2px);width:2px;bottom:12px;background:var(--border);pointer-events:none}.branch-rail-hit.svelte-o2mc4r{position:absolute;top:var(--rail-top);left:calc(var(--branch-gap) - 7px);width:12px;bottom:12px;cursor:pointer;z-index:2}.no-return.svelte-o2mc4r>.branch-connector:where(.svelte-o2mc4r){bottom:0}.branch-connector-dashed.svelte-o2mc4r{background:linear-gradient(to bottom,var(--border) 15px,transparent 15px),linear-gradient(to top,var(--border) 15px,transparent 15px),repeating-linear-gradient(to bottom,var(--border) 0px,var(--border) 4px,transparent 4px,transparent 8px)}.branch-connector.svelte-o2mc4r:after{content:"";position:absolute;top:0;left:calc(-1 * var(--branch-gap) - var(--branch-reach));width:calc(var(--branch-gap) + var(--branch-reach));height:2px;background:var(--border)}.branch-content.svelte-o2mc4r{position:relative;padding-left:var(--branch-gap);padding-top:8px;padding-bottom:8px}.branch-content.svelte-o2mc4r>.event:hover:after{opacity:1}.tb-return.svelte-o2mc4r{position:absolute;bottom:10px;left:calc(-1 * var(--branch-reach) - 2px);width:calc(var(--branch-gap) + var(--branch-reach) + 2px);height:2px;background:var(--border)}.branch-wrapper.svelte-o2mc4r:has(>.branch-content:where(.svelte-o2mc4r)>.branch-header:where(.svelte-o2mc4r):hover,>.branch-content:where(.svelte-o2mc4r)>.branch-footer:where(.svelte-o2mc4r):hover)>.branch-connector:where(.svelte-o2mc4r),.branch-wrapper.svelte-o2mc4r:has(>.branch-content:where(.svelte-o2mc4r)>.branch-header:where(.svelte-o2mc4r):hover,>.branch-content:where(.svelte-o2mc4r)>.branch-footer:where(.svelte-o2mc4r):hover)>.branch-connector:where(.svelte-o2mc4r):after,.branch-wrapper.svelte-o2mc4r:has(>.branch-content:where(.svelte-o2mc4r)>.branch-header:where(.svelte-o2mc4r):hover,>.branch-content:where(.svelte-o2mc4r)>.branch-footer:where(.svelte-o2mc4r):hover)>.branch-content:where(.svelte-o2mc4r)>.tb-return:where(.svelte-o2mc4r),.branch-wrapper.svelte-o2mc4r:has(>.branch-content:where(.svelte-o2mc4r)>.branch-header:where(.svelte-o2mc4r):hover,>.branch-content:where(.svelte-o2mc4r)>.branch-footer:where(.svelte-o2mc4r):hover)>.branch-content:where(.svelte-o2mc4r) .event:after,.branch-wrapper.svelte-o2mc4r:has(>.branch-content:where(.svelte-o2mc4r)>.branch-header:where(.svelte-o2mc4r):hover,>.branch-content:where(.svelte-o2mc4r)>.branch-footer:where(.svelte-o2mc4r):hover)>.branch-content:where(.svelte-o2mc4r)>.summary-child-collapsed:after{background:var(--text-0);opacity:1}.branch-wrapper.svelte-o2mc4r:has(>.branch-rail-hit:where(.svelte-o2mc4r):hover)>.branch-connector:where(.svelte-o2mc4r){background:linear-gradient(to bottom,var(--text-0) 15px,transparent 15px),linear-gradient(to top,var(--text-0) 15px,transparent 15px),repeating-linear-gradient(to bottom,var(--text-0) 0px,var(--text-0) 4px,transparent 4px,transparent 8px)}.branch-wrapper.svelte-o2mc4r:has(>.branch-rail-hit:where(.svelte-o2mc4r):hover)>.branch-connector:where(.svelte-o2mc4r):after{background:var(--text-0)}.branch-header.svelte-o2mc4r{cursor:pointer}.branch-content.svelte-o2mc4r .turn-connector:after{left:-24px;width:24px}.branch-content.svelte-o2mc4r .branch-return{left:-17px;width:25px}.summary-expand-header.svelte-1x7xv30{margin-bottom:4px;margin-left:6px}.summary-expand-header.svelte-1x7xv30:hover .active-turn-time:where(.svelte-1x7xv30){color:var(--text-0)}.active-turn-time.svelte-1x7xv30{font-size:11px;color:var(--text-2)}.summary-expand-loading.svelte-1x7xv30{font-size:12px;color:var(--text-2);font-style:italic;padding:8px 0 8px 14px}.summary-expand-collapse.svelte-1x7xv30{position:relative;padding:6px 8px 6px 20px;cursor:pointer;width:100%;background:none;border:none;text-align:left;font:inherit;color:inherit}.summary-full.svelte-1x7xv30{font-size:13px;max-height:420px;overflow-y:auto}.summary-expand-collapse.svelte-1x7xv30:before{content:"";position:absolute;left:-5px;top:12px;width:8px;height:8px;border-radius:50%;border:2px solid var(--text-2);background:var(--bg-1);box-sizing:border-box;z-index:3}.summary-text.svelte-1x7xv30{font-family:var(--mono);font-size:13px;color:var(--text-0);line-height:1.5}.summary-collapsed.svelte-1x7xv30{cursor:pointer;padding:6px 0}.summary-collapsed-time.svelte-1x7xv30{display:block;font-size:11px;color:var(--text-2);margin-bottom:2px}.summary-collapsed.svelte-1x7xv30 .summary-text:where(.svelte-1x7xv30){display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.summary-child-item.svelte-1x7xv30{position:relative;padding:8px 8px 8px 20px;cursor:pointer}.summary-child-item.svelte-1x7xv30:hover{background:color-mix(in srgb,var(--text-2) 5%,transparent);border-radius:var(--radius)}.summary-child-dot.svelte-1x7xv30{position:absolute;left:-5px;top:12px;width:8px;height:8px;border-radius:50%;z-index:1}.summary-dot.svelte-1x7xv30{border:2px solid var(--text-2);background:var(--bg-1);box-sizing:border-box}.summary-child-body.svelte-1x7xv30{display:flex;flex-direction:column;gap:2px}.summary-child-time.svelte-1x7xv30{font-size:11px;color:var(--text-2)}.summary-child-item.svelte-1x7xv30:after{content:"";position:absolute;left:-2px;top:16px;bottom:-10px;width:2px;background:var(--border)}.summary-child-item.svelte-1x7xv30:hover:after{background:var(--text-0)}.summary-child-item.svelte-1x7xv30:last-of-type:after{display:none}.summary-child-expanded.svelte-1x7xv30:after{display:none}.summary-child-expanded.svelte-1x7xv30{padding-top:2px;padding-bottom:0}.nested-branch-wrapper.svelte-1x7xv30{margin-left:8px}.event.svelte-1x7xv30{position:relative;padding:6px 8px 6px 20px}.marker.svelte-1x7xv30{position:absolute;left:-5px;top:12px;width:8px;height:8px;border-radius:50%;z-index:1}.marker-icon.svelte-1x7xv30{width:22px;height:22px;left:-12px;top:5px;border-radius:var(--radius);background:var(--bg-1);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;z-index:3}.marker-icon.svelte-1x7xv30 svg{width:13px;height:13px}.event.svelte-1x7xv30:after{content:"";position:absolute;left:-2px;top:12px;bottom:-20px;width:2px;background:var(--type-color);opacity:0;transition:opacity .15s;z-index:1}.event.svelte-1x7xv30:hover:after{opacity:1}.turn-timeline.svelte-1ea4t99{container-type:inline-size;position:relative;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.turn-scroll.svelte-1ea4t99{flex:1;overflow-x:hidden;overflow-y:auto;padding:0 16px}.turn-track.svelte-1ea4t99{position:relative;min-height:100%;max-width:720px;margin:0 auto}.turn-row.svelte-1ea4t99{display:flex;align-items:flex-start;min-height:48px}.turn-time.svelte-1ea4t99{width:60px;flex-shrink:0;font-size:11px;color:var(--text-2);padding-top:10px;text-align:right;padding-right:8px;white-space:nowrap;font-variant-numeric:tabular-nums}.turn-rail.svelte-1ea4t99{width:2px;background:var(--timeline-rail);flex-shrink:0;align-self:stretch;position:relative;min-height:8px;overflow:visible;border:none;padding:0;cursor:pointer}.turn-rail-expanded.svelte-1ea4t99{background:linear-gradient(to bottom,var(--timeline-rail) 15px,transparent 15px),linear-gradient(to top,var(--timeline-rail) 15px,transparent 15px),repeating-linear-gradient(to bottom,var(--timeline-rail) 0px,var(--timeline-rail) 4px,transparent 4px,transparent 8px)}.turn-summary.svelte-1ea4t99>.event:after{display:none}.turn-summary.svelte-1ea4t99>.event>.marker{display:none}.turn-rail.svelte-1ea4t99:before{content:"";position:absolute;top:15px;bottom:-15px;left:50%;width:2px;margin-left:-1px;background:var(--text-2);opacity:0;transition:opacity .15s;z-index:2;pointer-events:none}.turn-row.svelte-1ea4t99:hover>.turn-rail:where(.svelte-1ea4t99):not(.turn-rail-expanded):before,.turn-rail.svelte-1ea4t99:not(.turn-rail-expanded):hover:before{opacity:1}.turn-rail-expanded.svelte-1ea4t99:before{background:linear-gradient(to top,var(--text-2) 30px,transparent 30px),repeating-linear-gradient(to bottom,var(--text-2) 0px,var(--text-2) 4px,transparent 4px,transparent 8px)}.turn-rail-expanded.svelte-1ea4t99:hover:before{opacity:1}.turn-rail.svelte-1ea4t99:after{content:"";position:absolute;inset:0 -9px;cursor:pointer}.turn-summary.svelte-1ea4t99 .turn-connector:after{left:-35px;width:35px}.turn-summary.svelte-1ea4t99 .branch-return{left:-28px;width:36px}.turn-dot.svelte-1ea4t99{position:absolute;top:12px;right:-3px;width:8px;height:8px;border-radius:50%;background:var(--text-0);z-index:3}.turn-summary.svelte-1ea4t99 .turn-connector{z-index:0}.turn-body.svelte-1ea4t99{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;padding-left:12px;padding-right:12px}.turn-summary.svelte-1ea4t99{min-width:0}@container (max-width: 400px){.turn-time.svelte-1ea4t99{display:none}.turn-body.svelte-1ea4t99{padding-left:8px;padding-right:4px}.turn-scroll.svelte-1ea4t99{padding:0 8px}.turn-summary.svelte-1ea4t99 .turn-connector:after{left:-31px;width:31px}.turn-summary.svelte-1ea4t99 .branch-return{left:-24px;width:32px}}.turn-peek-icons.svelte-1ea4t99{position:absolute;top:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:30px;z-index:4}.peek-anchor.svelte-1ea4t99{position:relative}.peek-btn.svelte-1ea4t99{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius);color:var(--blue);cursor:pointer;padding:0;transition:background .1s,border-color .1s}.peek-btn.svelte-1ea4t99 svg{width:10px;height:10px}.peek-btn.svelte-1ea4t99:hover{background:var(--bg-2);border-color:var(--border-bright)}.peek-popover.svelte-1ea4t99{display:none;position:absolute;top:-4px;left:calc(100% + 8px);z-index:20;min-width:280px;max-width:400px;padding-left:12px;margin-left:-12px;--card-max-height: 340px}.peek-popover.svelte-1ea4t99 .timeline-card{box-shadow:0 4px 16px #00000059}.peek-popover.svelte-1ea4t99 .page-preview{height:200px}.peek-anchor.svelte-1ea4t99:hover .peek-popover:where(.svelte-1ea4t99){display:block}.peek-msgs.svelte-1ea4t99{padding:8px 10px;max-height:300px;overflow-y:auto}.peek-msg.svelte-1ea4t99{padding:2px 0;font-family:var(--mono);font-size:13px;color:var(--text-0);line-height:1.5}.peek-msg-sender.svelte-1ea4t99{font-weight:600;color:var(--accent);margin-right:6px;font-size:12px}.peek-msg-sender-user.svelte-1ea4t99{color:var(--blue)}.peek-msg-md.svelte-1ea4t99 p{margin:0;display:inline}.turn-rail-terminus.svelte-1ea4t99{min-height:8px}.turn-rail-terminus.svelte-1ea4t99:before{display:none}.mind-status-dot.svelte-1ea4t99{position:absolute;top:0;right:-3px;width:8px;height:8px;border-radius:50%;z-index:3}.turn-row-status.svelte-1ea4t99{min-height:0!important}.turn-row.svelte-1ea4t99:has(+.turn-row-status:where(.svelte-1ea4t99)){min-height:108px!important}.turn-row.svelte-1ea4t99:has(+.turn-row-status:where(.svelte-1ea4t99))>.turn-rail:where(.svelte-1ea4t99):before{bottom:0}.mind-status-text.svelte-1ea4t99{font-size:15px;font-family:Georgia,Times New Roman,serif;font-style:italic;line-height:8px;padding-left:20px}.scale-break-row.svelte-1ea4t99{min-height:60px!important}.scale-break-container.svelte-1ea4t99{width:2px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;align-self:stretch}.scale-break-container.svelte-1ea4t99:before,.scale-break-container.svelte-1ea4t99:after{content:"";position:absolute;width:2px;background:var(--timeline-rail);left:0}.scale-break-container.svelte-1ea4t99:before{top:0;bottom:calc(50% + 8px)}.scale-break-container.svelte-1ea4t99:after{bottom:0;top:calc(50% + 8px)}.scale-break-slash.svelte-1ea4t99{width:14px;height:2px;background:var(--timeline-rail);transform:rotate(-30deg)}.scale-break-gap.svelte-1ea4t99{height:14px}.scale-break-label.svelte-1ea4t99{position:absolute;left:16px;display:flex;align-items:center;gap:4px;font-size:14px;color:var(--timeline-rail);white-space:nowrap}.scale-break-label-above.svelte-1ea4t99{top:0}.scale-break-label-below.svelte-1ea4t99{bottom:0}.scale-break-arrow.svelte-1ea4t99{width:7px;height:5px;flex-shrink:0}.summary-dot.svelte-1ea4t99{border:2px solid var(--text-2);background:var(--bg-1);box-sizing:border-box}
