*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .6s;--duration-morph: 2s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.76, 0, .24, 1);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}:root,[data-theme=dark]{--bg-primary: #0d0d11;--bg-secondary: #1c1d24;--bg-editor: #121215;--bg-chat: #1c1d24;--bg-toolbar: #090a0f;--bg-toolbar-tabs: #090a0f;--bg-card: #252630;--bg-hover: rgba(138, 180, 248, .12);--bg-input: #0d0d11;--text-primary: #f8fafc;--text-secondary: #e3e6f3;--text-muted: #9da4b8;--text-accent: #8ab4f8;--border-primary: rgba(255, 255, 255, .1);--border-subtle: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .18);--diff-insert-bg: rgba(34, 197, 94, .15);--diff-insert-text: #4ade80;--diff-delete-bg: rgba(239, 68, 68, .15);--diff-delete-text: #f87171;--accent: #8ab4f8;--accent-hover: #6d9ce0;--accent-soft: rgba(138, 180, 248, .18);--accent-muted: rgba(138, 180, 248, .12);--chat-human-bg: #4a6fa5;--chat-human-text: #f0f4f8;--chat-ai-bg: #1a1b22;--chat-tool-bg: #1a1b22;--shimmer-from: #121215;--shimmer-to: #252630;--toolbar-icon: #9da4b8;--toolbar-icon-hover: #e3e6f3;--toolbar-tab-active: #f8fafc;--toolbar-tab-inactive: hsl(0, 0%, 50%);--toolbar-label: hsl(0, 0%, 50%);--cursor-color: #f8fafc;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--chat-action-bg: #1a1b22;--chat-action-border: rgba(255, 255, 255, .1);--chat-output-bg: #1a1b22}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #fafaf7;--bg-editor: #ffffff;--bg-chat: #fafaf7;--bg-toolbar: #f5f2ed;--bg-toolbar-tabs: #f5f2ed;--bg-card: #f5f2ed;--bg-hover: rgba(45, 42, 38, .08);--bg-input: #ffffff;--text-primary: #1a1a1a;--text-secondary: #6b6560;--text-muted: #9a948e;--text-accent: #2d2a26;--border-primary: rgba(0, 0, 0, .1);--border-subtle: rgba(0, 0, 0, .06);--border-strong: rgba(0, 0, 0, .15);--diff-insert-bg: rgba(34, 197, 94, .12);--diff-insert-text: #16a34a;--diff-delete-bg: rgba(239, 68, 68, .12);--diff-delete-text: #dc2626;--accent: #2d2a26;--accent-hover: #1a1815;--accent-soft: rgba(45, 42, 38, .08);--accent-muted: rgba(45, 42, 38, .05);--chat-human-bg: #2d2a26;--chat-human-text: #f8f7f4;--chat-ai-bg: #f5f2ed;--chat-tool-bg: #faf0ea;--shimmer-from: #f5f2ed;--shimmer-to: #ebe8e2;--toolbar-icon: #9a948e;--toolbar-icon-hover: #6b6560;--toolbar-tab-active: #1a1a1a;--toolbar-tab-inactive: #9a948e;--toolbar-label: #9a948e;--cursor-color: #1a1a1a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--chat-action-bg: #f5f2ed;--chat-action-border: rgba(0, 0, 0, .1);--chat-output-bg: #faf0ea}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.step-indicator{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);background:var(--bg-toolbar);border-bottom:1px solid var(--border-subtle)}.step-indicator__tab{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);background:transparent;border:1px solid transparent;border-radius:var(--radius-md);color:var(--text-muted);font-family:var(--font-sans);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--duration-fast) ease;white-space:nowrap}.step-indicator__tab:hover{color:var(--text-secondary);background:var(--bg-hover)}.step-indicator__tab--active{color:var(--text-primary);background:var(--bg-hover);border-color:var(--border-primary)}.step-indicator__tab--completed .step-indicator__number{color:var(--diff-insert-text)}.step-indicator__number{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:11px;font-weight:600;border-radius:50%;background:var(--bg-card);color:var(--text-muted);flex-shrink:0}.step-indicator__tab--active .step-indicator__number{background:var(--accent);color:#fff}@media(max-width:400px){.step-indicator__label{display:none}}.fake-sidebar{background:var(--bg-chat);border-right:1px solid var(--border-subtle);flex-shrink:0;overflow:hidden;transition:width .3s cubic-bezier(.16,1,.3,1)}.fake-sidebar--collapsed{width:44px}.fake-sidebar--open{width:220px}.fake-sidebar__collapsed{display:flex;flex-direction:column;align-items:center;padding:8px 0;gap:4px}.fake-sidebar__logo{padding:8px 0 12px}.fake-sidebar__logo-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--accent);color:#fff;font-family:var(--font-sans);font-size:14px;font-weight:700;border-radius:6px}.fake-sidebar__icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-muted);cursor:default}.fake-sidebar__icon-btn:hover{background:var(--bg-hover);color:var(--text-secondary)}.fake-sidebar__expand-btn{margin-top:auto;opacity:.5}.fake-sidebar__expanded{display:flex;flex-direction:column;height:100%}.fake-sidebar__header{padding:10px 12px 8px;flex-shrink:0}.fake-sidebar__header-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.fake-sidebar__brand{font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--text-primary);flex:1}.fake-sidebar__collapse-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-muted);cursor:default}.fake-sidebar__actions{display:flex;flex-direction:column;gap:2px}.fake-sidebar__action-btn{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-muted);font-family:var(--font-sans);font-size:13px;cursor:default}.fake-sidebar__action-btn:hover{background:var(--bg-hover)}.fake-sidebar__create{padding:4px 12px 8px}.fake-sidebar__create-btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:var(--accent-muted);border:1px solid var(--accent);border-radius:var(--radius-md);color:var(--accent);font-family:var(--font-sans);font-size:13px;font-weight:500;cursor:default}.fake-sidebar__tree{flex:1;overflow-y:auto;padding:0 8px}.fake-sidebar__project-header{display:flex;align-items:center;gap:6px;padding:6px 4px;color:var(--text-secondary);font-family:var(--font-sans);font-size:13px;font-weight:500}.fake-sidebar__project-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fake-sidebar__doc-list{padding-left:12px}.fake-sidebar__doc{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:var(--radius-sm);color:var(--text-muted);cursor:default;transition:background var(--duration-fast) ease}.fake-sidebar__doc:hover{background:var(--bg-hover)}.fake-sidebar__doc--active{background:var(--accent-muted);color:var(--text-primary)}.fake-sidebar__doc-name{font-family:var(--font-sans);font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:767px){.fake-sidebar{display:none}}.fake-editor{display:flex;flex-direction:column;height:100%}.fake-editor__header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--bg-toolbar-tabs);border-bottom:1px solid var(--border-subtle);flex-shrink:0}.fake-editor__header-left{display:flex;flex-direction:column;gap:1px}.fake-editor__doc-title{font-family:var(--font-sans);font-size:15px;font-weight:500;color:var(--text-primary)}.fake-editor__doc-subtitle{font-family:var(--font-sans);font-size:13px;color:var(--text-muted)}.fake-editor__header-right{display:flex;align-items:center;gap:8px}.fake-editor__header-btn{display:flex;align-items:center;gap:6px;padding:4px 10px;background:transparent;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-muted);font-family:var(--font-sans);font-size:12px;cursor:default}.fake-editor__theme-toggle{cursor:pointer;transition:color var(--duration-fast) ease}.fake-editor__theme-toggle:hover{color:var(--text-primary);background:var(--bg-hover)}.fake-editor__toolbar{display:flex;align-items:stretch;padding:0 8px;background:var(--bg-toolbar);border-bottom:1px solid var(--border-subtle);flex-shrink:0;overflow-x:auto;gap:0}.fake-editor__toolbar-section{display:flex;flex-direction:column;padding:0;border-left:1px solid var(--border-primary)}.fake-editor__toolbar-section:first-child{border-left:none}.fake-editor__toolbar-label{font-family:var(--font-sans);font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:gray;padding:4px 6px 0;border-bottom:2px solid transparent;cursor:default;white-space:nowrap;line-height:1}.fake-editor__toolbar-label--active{color:var(--text-primary)}.fake-editor__toolbar-icons{display:flex;align-items:center;gap:1px;padding:2px 4px 4px}.fake-editor__toolbar-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--toolbar-icon);cursor:default;transition:all var(--duration-fast) ease;flex-shrink:0}.fake-editor__toolbar-icon:hover{color:var(--toolbar-icon-hover);background:var(--bg-hover)}.fake-editor__toolbar-icon--active{background:var(--accent-soft);color:var(--accent)}.fake-editor__toolbar-icon--text-color{font-family:var(--font-sans);font-size:16px;font-weight:700;border-bottom:3px solid var(--accent);border-radius:var(--radius-sm) var(--radius-sm) 0 0;height:30px}.fake-editor__toolbar-dropdown{font-family:var(--font-sans);font-size:13px;color:var(--toolbar-icon);padding:4px 8px;cursor:default;white-space:nowrap}@keyframes pulse-btn{0%,to{box-shadow:0 0 #8ab4f866}50%{box-shadow:0 0 0 6px #8ab4f800}}.fake-editor__content{flex:1;overflow-y:auto;padding:var(--space-2xl) var(--space-xl);background:var(--bg-editor)}.fake-editor__page{max-width:680px;margin:0 auto;position:relative}.fake-editor__paragraph{font-family:var(--font-sans);font-size:16px;line-height:1.75;color:var(--text-primary);letter-spacing:-.01em}.fake-editor__paragraph--morphing{box-shadow:0 0 30px #8ab4f80f;border-radius:var(--radius-md)}.fake-editor__cursor{display:inline-block;width:2px;height:1.2em;background:var(--cursor-color);margin-left:1px;vertical-align:text-bottom;animation:blink-cursor 1s step-end infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}@media(max-width:767px){.fake-editor__content{padding:var(--space-lg) var(--space-md)}.fake-editor__paragraph{font-size:15px}.fake-editor__toolbar-tabs{padding:0 6px}.fake-editor__tab{padding:4px 5px;font-size:7px}.fake-editor__toolbar{padding:2px 6px}.fake-editor__toolbar-section{padding:0 3px}.fake-editor__toolbar-icon{width:28px;height:28px}}.typing-cursor{display:inline;font-weight:300;color:var(--accent);animation:blink-typing .6s step-end infinite;margin-left:1px}@keyframes blink-typing{0%,to{opacity:1}50%{opacity:0}}.text-morph{display:inline}.text-morph--active{display:flex;flex-wrap:wrap;gap:0}.text-morph__word{display:inline;transition:color var(--duration-normal) ease}.text-morph__word--new{color:var(--text-accent)}.fake-editor__paragraph--morphing{box-shadow:0 0 30px #7c8aff14;border-radius:var(--radius-md);transition:box-shadow var(--duration-slow) ease}.diff-text{display:inline}.diff-scanning{display:inline-block;margin-left:8px;font-size:13px;color:var(--accent);font-style:italic}.diff-deletion{display:inline;background:#fef2f2;color:#b91c1c;text-decoration:line-through;text-decoration-color:#b91c1c;text-decoration-thickness:1.5px;padding:1px 0;border-radius:2px;margin-right:2px;box-shadow:0 0 0 1px #b91c1c4d;transition:opacity .3s ease,background-color .2s,color .2s}[data-theme=dark] .diff-deletion{background:#7f1d1d4d;color:#fecaca;text-decoration-color:#f87171;box-shadow:0 0 0 1px #f871714d}.diff-deletion--resolved{opacity:0;display:none}.diff-insertion{display:inline;background:#dcfce7;color:#15803d;padding:2px 4px;border-radius:4px;transition:background-color .2s,color .2s}[data-theme=dark] .diff-insertion{background:#14532d4d;color:#bbf7d0}.diff-accept-btn{display:inline-flex;align-items:center;gap:4px;margin-top:16px;padding:8px 16px;background:var(--diff-insert-bg);color:var(--diff-insert-text);border:1px solid var(--diff-insert-text);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:13px;font-weight:600;cursor:pointer;animation:pulse-accept 1.5s ease-in-out infinite}@keyframes pulse-accept{0%,to{box-shadow:0 0 #4ade804d}50%{box-shadow:0 0 0 6px #4ade8000}}.research-loading{padding:var(--space-sm) 0}.research-shimmer{display:flex;flex-direction:column;gap:8px}.research-shimmer__line{height:12px;background:linear-gradient(90deg,var(--shimmer-from),var(--shimmer-to),var(--shimmer-from));background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.research-shimmer__line--long{width:100%}.research-shimmer__line--medium{width:80%}.research-shimmer__line--short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.research-response{display:flex;flex-direction:column;gap:10px}.research-response__text{font-family:var(--font-sans);font-size:14px;line-height:1.6;color:var(--text-primary)}.research-response__citations{display:flex;flex-direction:column;gap:4px}.research-citation{font-family:var(--font-sans);font-size:11px;color:var(--accent);opacity:.8}.research-insert-btn{align-self:flex-start;margin-top:8px;padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:13px;font-weight:600;cursor:pointer;animation:pulse-insert 1.5s ease-in-out infinite}@keyframes pulse-insert{0%,to{box-shadow:0 0 #7c8aff4d}50%{box-shadow:0 0 0 6px #7c8aff00}}.research-doc-insert{margin-top:var(--space-lg);overflow:hidden}.research-doc-insert__divider{width:60px;height:2px;background:var(--border-primary);margin-bottom:var(--space-md)}.research-doc-insert__text{font-family:var(--font-sans);font-size:16px;line-height:1.7;color:var(--text-primary)}.research-doc-insert__citations{display:flex;flex-direction:column;gap:4px;margin-top:var(--space-sm)}.research-doc-citation{font-family:var(--font-sans);font-size:12px;color:var(--accent);opacity:.7}.fake-chat{display:flex;flex-direction:column;height:100%;background:var(--bg-chat)}.fake-chat__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.fake-chat__header-left{display:flex;align-items:center}.fake-chat__fuel-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:none;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--text-primary);cursor:default}.fake-chat__fuel-icon{color:#4ade80}.fake-chat__header-right{display:flex;align-items:center;gap:4px}.fake-chat__header-icon-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-muted);cursor:default}.fake-chat__tabs{display:flex;align-items:center;padding:0 12px;border-bottom:1px solid var(--border-subtle);flex-shrink:0;height:36px}.fake-chat__tab{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:none;border-bottom:2px solid transparent;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--text-muted);cursor:default;white-space:nowrap}.fake-chat__tab--active{color:var(--text-primary);border-bottom-color:var(--accent);background:var(--accent-muted)}.fake-chat__tab-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.fake-chat__messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px}.fake-chat__user-msg{font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--chat-human-text, #f0f4f8);background:var(--chat-human-bg, #4a6fa5);padding:8px 12px;border-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-sm);align-self:flex-end;max-width:90%;box-shadow:var(--shadow-sm)}.fake-chat__action-card{background:var(--chat-action-bg, var(--bg-card));border:1px solid var(--chat-action-border, var(--border-primary));border-radius:var(--radius-lg);overflow:hidden}.fake-chat__action-header{display:flex;align-items:center;gap:8px;padding:8px 12px}.fake-chat__action-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0}.fake-chat__action-dot--blue{background:var(--accent)}.fake-chat__action-name{font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--text-primary)}.fake-chat__action-output{padding:0 12px 10px}.fake-chat__output-label{display:block;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px}.fake-chat__output-content{font-family:var(--font-mono);font-size:12px;line-height:1.6;color:var(--text-secondary);background:var(--chat-tool-bg, #1a1b22);border:1px solid var(--border-primary);padding:8px 10px;border-radius:var(--radius-sm)}.fake-chat__input-area{display:flex;align-items:flex-end;gap:10px;padding:12px 14px;border-top:1px solid var(--border-subtle);flex-shrink:0}.fake-chat__input{flex:1;padding:14px;min-height:100px;background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-muted);font-family:var(--font-sans);font-size:14px;display:flex;align-items:flex-start;transition:border-color .2s ease}.fake-chat__input--active{border-color:var(--accent);color:var(--text-primary);animation:input-glow 2s ease-in-out infinite}@keyframes input-glow{0%,to{box-shadow:0 0 #8ab4f84d}50%{box-shadow:0 0 12px 2px #8ab4f826}}.fake-chat__input-placeholder{color:var(--text-muted)}.fake-chat__send-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--accent);color:#fff;border:none;border-radius:50%;cursor:default;flex-shrink:0}@media(max-width:767px){.fake-chat__messages{padding:8px}.fake-chat__user-msg{font-size:13px}}.proofbar-wrapper{position:absolute;bottom:32px;left:0;right:0;display:flex;justify-content:center;z-index:80;pointer-events:none}.proofbar{display:flex;align-items:center;gap:4px;padding:6px 10px;background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto}.proofbar__btn{padding:5px 12px;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all var(--duration-fast) ease}.proofbar__btn--outline{background:transparent;border:1px solid var(--border-primary);color:var(--text-secondary)}.proofbar__btn--outline:hover{background:var(--bg-hover);color:var(--text-primary)}.proofbar__btn--primary{background:var(--accent);border:1px solid var(--accent);color:#0d0d11}.proofbar__btn--primary:hover{background:var(--accent-hover)}.proofbar__separator{width:1px;height:24px;background:var(--border-primary);margin:0 6px;flex-shrink:0}.proofbar__icon-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer}.proofbar__icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.proofbar__counter{font-family:var(--font-sans);font-size:13px;color:var(--text-muted);min-width:30px;text-align:center}.tour-overlay{position:fixed;inset:0;background:#00000073;z-index:9000;pointer-events:none}.tour-highlight{position:fixed;z-index:9001;pointer-events:none;border:2px solid var(--accent, #8ab4f8);border-radius:8px;box-shadow:0 0 0 4000px #00000073,0 0 20px #8ab4f84d;background:transparent}.tour-tooltip{position:fixed;z-index:9002;max-width:360px;min-width:240px;padding:18px 22px;background:#f8f7f4;border:1px solid #e0ddd6;border-left:3px solid #f0c000;border-radius:4px 12px 12px 4px;box-shadow:0 8px 32px #00000059,0 2px 8px #00000026;pointer-events:auto}.tour-tooltip .tour-tooltip__text{color:#2a2a2a;white-space:pre-line;line-height:1.6}.tour-tooltip .tour-tooltip__cta{background:#2a2a2a;color:#f8f7f4}.tour-tooltip .tour-tooltip__cta:hover{background:#444}.tour-tooltip .tour-tooltip__replay{color:#666;border-color:#ccc}.tour-tooltip .tour-tooltip__replay:hover{background:#eee;color:#333}[data-theme=light] .tour-tooltip:not(.tour-tooltip--yellow){background:#1a1a2e;border-color:#ffffff26;border-left-color:#f0c000;box-shadow:0 8px 32px #00000040,0 2px 8px #0000001a}[data-theme=light] .tour-tooltip:not(.tour-tooltip--yellow) .tour-tooltip__text{color:#e8e8ec}[data-theme=light] .tour-tooltip:not(.tour-tooltip--yellow) .tour-tooltip__cta{background:#f0c000;color:#1a1a2e}[data-theme=light] .tour-tooltip:not(.tour-tooltip--yellow) .tour-tooltip__replay{color:#999;border-color:#fff3}.tour-tooltip--yellow{background:#f5ce42;border-color:#d4ad20;border-left:3px solid #c49b10;box-shadow:0 8px 32px #c8aa0033,0 2px 8px #00000026;animation:pulse-gold 2.5s ease-in-out infinite}.tour-tooltip--yellow .tour-tooltip__text{color:#1a1500}.tour-tooltip--yellow .tour-tooltip__cta{background:#1a1500;color:#f5ce42}.tour-tooltip--yellow .tour-tooltip__cta:hover{background:#333}.tour-tooltip--yellow .tour-tooltip__replay{color:#5a4d00;border-color:#c49b10}.tour-tooltip--yellow .tour-tooltip__replay:hover{background:#e8c030;color:#1a1500}@keyframes pulse-gold{0%,to{box-shadow:0 8px 32px #c8aa0033,0 0 #c8aa004d}50%{box-shadow:0 8px 32px #c8aa004d,0 0 0 8px #c8aa0000}}.tour-tooltip__text{font-family:var(--font-sans, system-ui);font-size:14px;line-height:1.6;color:var(--text-primary, #f8fafc);margin:0 0 14px;white-space:pre-line}.tour-tooltip__actions{display:flex;align-items:center;gap:10px}.tour-tooltip__cta{display:inline-flex;align-items:center;padding:8px 20px;background:var(--accent, #8ab4f8);color:#0d0d11;border:none;border-radius:8px;font-family:var(--font-sans, system-ui);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease;text-decoration:none}.tour-tooltip__cta:hover{background:var(--accent-hover, #6d9ce0)}.tour-tooltip__cta--link{text-decoration:none;color:#0d0d11}.tour-tooltip__replay{padding:8px 14px;background:transparent;color:var(--text-muted, #9da4b8);border:1px solid var(--border-primary, rgba(255, 255, 255, .1));border-radius:8px;font-family:var(--font-sans, system-ui);font-size:13px;cursor:pointer;transition:all .15s ease}.tour-tooltip__replay:hover{background:var(--bg-hover, rgba(138, 180, 248, .12));color:var(--text-secondary, #e3e6f3)}.walkthrough{display:flex;flex-direction:column;height:100%;width:100%;background:var(--bg-primary);color:var(--text-primary);overflow:hidden;position:relative}.walkthrough__content{display:flex;flex:1;min-height:0}.walkthrough__resizer{width:2px;background:var(--border-primary);flex-shrink:0;cursor:col-resize;transition:background var(--duration-fast) ease}.walkthrough__resizer:hover{background:var(--accent);width:3px}.walkthrough__editor{flex:1;min-width:0;overflow:hidden}.walkthrough__chat{width:380px;flex-shrink:0;overflow:hidden}.walkthrough__replay{position:absolute;bottom:var(--space-md);right:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--bg-hover);color:var(--text-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:13px;cursor:pointer;transition:all var(--duration-fast) ease;z-index:10}.walkthrough__replay:hover{background:var(--accent);color:#fff;border-color:var(--accent)}@media(max-width:767px){.walkthrough__content{flex-direction:column}.walkthrough__resizer{display:none}.walkthrough__chat{width:100%;height:200px}}@media(min-width:768px)and (max-width:1023px){.walkthrough__chat{width:300px}}
