html{margin:0;padding:0;background:#0e0e0e}body{margin:0;padding:0}#root{min-height:100vh}a{text-decoration:none;color:inherit}a.inline-link,.prose a{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:2px}h1,h2,h3,h4,h5,h6{text-decoration:none}html{scroll-behavior:smooth}:root{--bg-body: rgb(41, 40, 40);--bg-sidebar: rgb(41, 40, 40);--bg-hover: rgba(255, 255, 255, .05);--bg-pill: rgb(41, 40, 40);--bg-surface: rgb(26, 25, 25);--bg-card: rgb(47, 47, 46);--text-primary: rgb(245, 239, 224);--text-secondary: rgb(168, 162, 158);--text-muted: rgba(168, 162, 158, .65);--text-tertiary: rgb(107, 103, 96);--border-subtle: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .08);--border-card: rgba(255, 255, 255, .08);--border-pill: rgba(255, 255, 255, .08);--accent: #C96442;--accent-hover: #B8552F;--accent-muted: rgba(201, 100, 66, .12);--phase-assistant: #C96442;--phase-agent: #6B8FCF;--phase-commander: #9B7BC9;--success: #6FA66B;--error: #C46155;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", "Menlo", monospace;--font-serif: "Spectral", "Georgia", serif;--t: all .12s ease;--t-md: all .2s ease;--duration-fast: .2s;--duration-slow: .4s;--ease-out: cubic-bezier(.4, 0, .2, 1);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--sidebar-width: 288px;--memory-panel-width: 280px;--bg-warm: #292828;--coral: #C96442;--coral-hover: #B8552F;--coral-muted: rgba(201, 100, 66, .12);--bg-primary: var(--bg-body);--transition: var(--t);--transition-md: var(--t-md);--bg-elevated: rgb(44, 44, 42);--bg-input: rgb(44, 44, 42);--border-strong: rgba(255, 255, 255, .1)}html[data-theme=light]{--bg-body: #FFFFFF;--bg-sidebar: #F9F8F6;--bg-input: rgb(255, 255, 255);--bg-hover: rgba(0, 0, 0, .04);--bg-pill: #F4F2EE;--bg-surface: #F9F8F6;--bg-card: #F4F2EE;--bg-primary: var(--bg-body);--text-primary: rgb(31, 31, 31);--text-secondary: rgb(90, 86, 81);--text-muted: rgba(90, 86, 81, .65);--text-tertiary: rgb(138, 133, 127);--border-subtle: rgba(0, 0, 0, .08);--border: rgba(0, 0, 0, .08);--border-card: rgba(0, 0, 0, .08);--border-pill: rgba(0, 0, 0, .12);--accent-muted: rgba(217, 119, 87, .1);--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.18);--bg-warm: #F5EFE0;--bg-active: rgba(0, 0, 0, .06);--bg-elevated: #FFFFFF;--bg-input: #FFFFFF;--border-strong: rgba(0, 0, 0, .12)}html[data-theme=dark]{--bg-body: rgb(41, 40, 40);--bg-sidebar: rgb(41, 40, 40);--bg-hover: rgba(255, 255, 255, .05);--bg-active: rgba(255, 255, 255, .08);--bg-pill: rgb(41, 40, 40);--bg-surface: rgb(26, 25, 25);--bg-card: rgb(47, 47, 46);--bg-primary: var(--bg-body);--text-primary: rgb(245, 239, 224);--text-secondary: rgb(168, 162, 158);--text-muted: rgba(168, 162, 158, .65);--text-tertiary: rgb(107, 103, 96);--border-subtle: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .08);--border-card: rgba(255, 255, 255, .08);--border-pill: rgba(255, 255, 255, .08);--accent-muted: rgba(201, 100, 66, .12);--bg-warm: #292828;--bg-elevated: rgb(44, 44, 42);--bg-input: rgb(44, 44, 42);--border-strong: rgba(255, 255, 255, .1)}html,body{background:var(--bg-body);color:var(--text-primary);font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre,kbd,samp{font-family:IBM Plex Mono,JetBrains Mono,ui-monospace,monospace}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes streaming-cursor{0%,49%{opacity:1}50%,to{opacity:0}}.streaming-cursor:after{content:"▋";display:inline-block;color:var(--coral);margin-left:1px;animation:streaming-cursor .9s steps(1) infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.4}}.pulse-dot{animation:pulse-dot 1.2s ease-in-out infinite}.pulse-dot:nth-child(2){animation-delay:.15s}.pulse-dot:nth-child(3){animation-delay:.3s}.sidebar-collapse-transition{transition:width .26s cubic-bezier(.2,.8,.2,1),transform .26s cubic-bezier(.2,.8,.2,1),opacity .18s ease;will-change:width,transform}.fade-up-initial{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.fade-up-visible{opacity:1;transform:translateY(0)}.stream-cursor:after{content:"";display:inline-block;width:2px;height:1.1em;background:var(--coral, #C96442);margin-left:2px;vertical-align:text-bottom;animation:cursor-blink .7s ease infinite}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}:root{--font-size-base: 16px;--font-size-scale: 1}[data-font-size=s]{--font-size-base: 14px;--font-size-scale: .875}[data-font-size=m]{--font-size-base: 16px;--font-size-scale: 1}[data-font-size=l]{--font-size-base: 18px;--font-size-scale: 1.125}body{font-size:var(--font-size-base)}.md-content,.md-content p,.md-content li,.md-content blockquote,.md-content td,.md-content th,[class*=messageBubble],[class*=messageContent],[class*=assistantContent],[class*=userBubble]{font-size:calc(15px * var(--font-size-scale, 1))}body.app-route{overflow:hidden;height:100vh;height:100dvh}body{overflow-x:hidden;overflow-y:auto}.landing-page{--landing-bg: #000000;--landing-bg-elevated: #0A0A0A;--landing-bg-card: #161616;--landing-bg-window: #1A1A1A;--landing-bg-window-chrome: #1F1F1F;--landing-bg-input: #161616;--landing-text: #F5F5F5;--landing-text-strong: #FFFFFF;--landing-text-secondary:#A3A3A3;--landing-text-muted: #6B6B6B;--landing-border: rgba(255, 255, 255, .08);--landing-border-strong: rgba(255, 255, 255, .14);--landing-coral: #D97757;--landing-coral-hover: #E08A6B;--landing-landscape-opacity: .28;--landing-font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--landing-font-mono: "IBM Plex Mono", ui-monospace, "Menlo", monospace;--landing-fs-display: clamp(2.75rem, 5.2vw + 1rem, 5rem);--landing-fs-h1: clamp(2.25rem, 3.6vw + 1rem, 3.5rem);--landing-fs-h2: clamp(1.75rem, 2.4vw + 1rem, 2.5rem);--landing-fs-h3: clamp(1.25rem, 1vw + 1rem, 1.5rem);--landing-fs-body: 1rem;--landing-fs-body-lg: 1.0625rem;--landing-fs-small: .875rem;--landing-fs-xs: .75rem;--landing-fw-regular: 400;--landing-fw-medium: 500;--landing-fw-semibold: 600;--landing-tracking-tight: -.02em;--landing-tracking-tighter: -.03em;--landing-tracking-normal: 0;--landing-tracking-eyebrow: .08em;--landing-lh-display: 1.05;--landing-lh-heading: 1.15;--landing-lh-body: 1.55;--landing-space-1: 4px;--landing-space-2: 8px;--landing-space-3: 12px;--landing-space-4: 16px;--landing-space-5: 24px;--landing-space-6: 32px;--landing-space-7: 48px;--landing-space-8: 64px;--landing-space-9: 96px;--landing-space-10: 128px;--landing-section-y: clamp(72px, 8vw, 128px);--landing-container-x: clamp(20px, 4vw, 48px);--landing-container-max: 1200px;--landing-nav-h: 72px;--landing-radius-sm: 6px;--landing-radius-md: 10px;--landing-radius-lg: 14px;--landing-radius-window: 16px;--landing-radius-pill: 9999px;--landing-shadow-sm: 0 1px 2px rgba(0,0,0,.4);--landing-shadow-card: 0 8px 24px rgba(0,0,0,.45);--landing-shadow-window: 0 30px 80px -20px rgba(0,0,0,.7), 0 8px 24px rgba(0,0,0,.4);--landing-ease-out: cubic-bezier(.2, .8, .2, 1);--landing-dur-fast: .15s;--landing-dur-base: .3s;--landing-dur-slow: .6s;--landing-window-tilt: perspective(1200px) rotateX(2deg) rotateY(-1deg)}html[data-theme=light] .landing-page{--landing-bg: #FAFAF7;--landing-bg-elevated: #F4F2EC;--landing-bg-card: #EFECE4;--landing-bg-window: #FFFFFF;--landing-bg-window-chrome:#F4F2EC;--landing-bg-input: #FFFFFF;--landing-text: #1A1A1A;--landing-text-strong: #000000;--landing-text-secondary: #8A8A8A;--landing-text-muted: #B0B0B0;--landing-border: rgba(0, 0, 0, .08);--landing-border-strong: rgba(0, 0, 0, .14);--landing-coral: #C96442;--landing-coral-hover: #B8552F;--landing-landscape-opacity: .22;--landing-shadow-sm: 0 1px 2px rgba(0,0,0,.06);--landing-shadow-card: 0 6px 20px rgba(20,20,20,.08);--landing-shadow-window: 0 30px 80px -20px rgba(20,20,20,.18), 0 8px 24px rgba(20,20,20,.08)}.landing-page,.landing-page *{transition:background-color var(--landing-dur-base) var(--landing-ease-out),border-color var(--landing-dur-base) var(--landing-ease-out),color var(--landing-dur-base) var(--landing-ease-out)}@media(prefers-reduced-motion:reduce){.landing-page,.landing-page *{transition:none!important;animation:none!important}}.legal-prose h2{font-size:22px;letter-spacing:-.01em;font-weight:500;color:var(--landing-text-strong);margin:36px 0 12px}.legal-prose h3{font-size:18px;letter-spacing:-.01em;font-weight:500;color:var(--landing-text-strong);margin:28px 0 10px}.legal-prose p{margin:0 0 16px;color:var(--landing-text-secondary)}.legal-prose ul,.legal-prose ol{margin:0 0 18px;padding-left:22px;color:var(--landing-text-secondary)}.legal-prose li{margin-bottom:6px}.legal-prose strong{color:var(--landing-text);font-weight:600}.legal-prose a{color:var(--landing-coral);text-decoration:underline;text-underline-offset:2px}.legal-prose a:hover{color:var(--landing-coral-hover)}.chat-landing-theme,.app-landing-theme{--bg-body: #0E0E0E;--bg-sidebar: #161616;--bg-input: #161616;--bg-pill: #161616;--bg-surface: #0A0A0A;--bg-card: #161616;--bg-hover: rgba(255, 255, 255, .04);--bg-active: rgba(255, 255, 255, .07);--bg-elevated: #161616;--bg-warm: #0E0E0E;--bg-primary: #0E0E0E;--text-primary: #F5F5F5;--text-secondary: #A3A3A3;--text-muted: rgba(163, 163, 163, .65);--text-tertiary: #6B6B6B;--border-subtle: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .08);--border-card: rgba(255, 255, 255, .08);--border-pill: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .12);--accent: #D97757;--accent-hover: #E08A6B;--accent-muted: rgba(217, 119, 87, .12);--coral: #D97757;--coral-hover: #E08A6B;--coral-muted: rgba(217, 119, 87, .12);--font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "Menlo", monospace}html[data-theme=light] .chat-landing-theme,html[data-theme=light] .app-landing-theme{--bg-body: #FAFAF7;--bg-sidebar: #F4F2EC;--bg-input: #FFFFFF;--bg-pill: #FFFFFF;--bg-surface: #F4F2EC;--bg-card: #EFECE4;--bg-hover: rgba(0, 0, 0, .04);--bg-active: rgba(0, 0, 0, .07);--bg-elevated: #FFFFFF;--bg-warm: #FAFAF7;--bg-primary: #FAFAF7;--text-primary: #1A1A1A;--text-secondary: #525252;--text-muted: rgba(82, 82, 82, .65);--text-tertiary: #8A8A8A;--border-subtle: rgba(0, 0, 0, .08);--border: rgba(0, 0, 0, .08);--border-card: rgba(0, 0, 0, .08);--border-pill: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .12);--accent: #C96442;--accent-hover: #B8552F}.chat-landing-theme h2,.app-landing-theme h2{font-family:var(--font-sans);font-weight:500}.chat-landing-theme,.app-landing-theme,.chat-landing-theme *,.app-landing-theme *{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.chat-landing-theme code,.chat-landing-theme pre,.chat-landing-theme kbd,.app-landing-theme code,.app-landing-theme pre,.app-landing-theme kbd{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace}.chat-landing-theme button[type=submit],.chat-landing-theme [class*=sendBtn]{border-radius:999px;background:var(--accent);color:#fff}.chat-landing-theme [class*=sendBtn]:hover{background:var(--accent-hover)}.chat-landing-theme [class*=pill]{border-radius:999px;background:var(--bg-card);border:1px solid var(--border-strong);transition:background var(--t),border-color var(--t),transform var(--t)}.chat-landing-theme [class*=pill]:hover{transform:translateY(-1px);border-color:var(--text-tertiary)}@keyframes thinkingShimmer{0%{background-position:200% center}to{background-position:-200% center}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes stepAppear{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(4px) translate(-6px)}to{opacity:1;transform:translateY(0) translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseRing{0%{box-shadow:0 0 #d9775766}70%{box-shadow:0 0 0 6px #d9775700}to{box-shadow:0 0 #d9775700}}.md-content[data-streaming=true]>:last-child:after,.md-content.stream-cursor>:last-child:after{content:"";display:inline-block;width:2px;height:1.1em;background:#d97757;margin-left:2px;vertical-align:text-bottom;animation:blink .7s step-end infinite;border-radius:1px}a.citation-ref{display:inline-flex;align-items:center;background:#d977571a;border:1px solid rgba(217,119,87,.2);border-radius:100px;padding:1px 7px;font-size:11px;color:#d97757;text-decoration:none;transition:background .15s ease;line-height:1.4;font-weight:600;cursor:pointer}a.citation-ref:hover{background:#d9775733}
