:root{--bg: #FFFFFF;--bg-panel: #FAFAFA;--bg-elevated: #F4F4F5;--bg-hover: #F0F0F1;--bg-input: #FFFFFF;--text: #09090B;--text-secondary: #3F3F46;--text-muted: #71717A;--text-placeholder: #A1A1AA;--accent: #18181B;--accent-color: #C0737A;--accent-dim: rgba(192, 115, 122, .1);--accent-border: rgba(192, 115, 122, .2);--border: #E4E4E7;--border-strong: #D4D4D8;--red: #EF4444;--red-dim: rgba(239, 68, 68, .08);--green: #16A34A;--green-dim: rgba(22, 163, 74, .08);--amber: #D97706;--amber-dim: rgba(217, 119, 6, .08);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-pill: 999px;--font-mono: "SF Mono", "Fira Code", monospace;--max-width: 1100px;--transition: .15s ease;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;line-height:1.6}h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text)}h2{font-size:1.4rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}h3{font-size:1rem;font-weight:600;letter-spacing:-.01em;color:var(--text)}.wordmark{font-family:Georgia,serif;font-size:1.1rem;font-weight:500;color:var(--text);letter-spacing:-.01em}p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.mono{font-family:var(--font-mono);font-size:.82em}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.section-pad{padding:48px 0 64px}.divider{width:100%;height:1px;background:var(--border);margin:16px 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.fade-up{animation:fadeUp .25s ease forwards}.fade-up-1{animation:fadeUp .25s ease .05s both}.fade-up-2{animation:fadeUp .25s ease .1s both}.fade-up-3{animation:fadeUp .25s ease .15s both}.fade-up-4{animation:fadeUp .25s ease .2s both}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.btn-primary,.btn-secondary,.btn-ghost,.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:500;cursor:pointer;transition:var(--transition);border:1px solid transparent;letter-spacing:.01em;white-space:nowrap;font-family:inherit;text-decoration:none}.btn-primary{background:var(--text);color:#fff;border-color:var(--text)}.btn-primary:hover{background:#27272a;border-color:#27272a}.btn-secondary{background:var(--bg);color:var(--text-secondary);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--bg-elevated);color:var(--text)}.btn-ghost{background:transparent;color:var(--text-muted);border-color:transparent}.btn-ghost:hover{background:var(--bg-elevated);color:var(--text-secondary)}.btn-danger{background:transparent;color:var(--red);border-color:transparent;font-size:13px}.btn-danger:hover{background:var(--red-dim)}.btn-sm{padding:5px 10px;font-size:12px}.btn-lg{padding:9px 20px;font-size:14px}.input-label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px}.input,.textarea{width:100%;background:var(--bg-input);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:8px 12px;color:var(--text);font-size:14px;font-family:inherit;transition:border-color var(--transition),box-shadow var(--transition);outline:none}.input::placeholder,.textarea::placeholder{color:var(--text-placeholder)}.input:focus,.textarea:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-dim)}.textarea{resize:vertical;min-height:96px;line-height:1.6}.confidence-bar-track{width:100%;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.confidence-bar-fill{height:100%;background:var(--text);border-radius:2px;transition:width .5s ease}.richness-bar-track{width:100%;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.richness-bar-fill{height:100%;background:linear-gradient(90deg,#c0737a,#d4969b);border-radius:2px;transition:width .2s ease}.ghost-avatar{border-radius:50%;background:radial-gradient(circle at 35% 35%,#d4d4d8,#f4f4f5 70%);border:1px solid var(--border-strong);transition:opacity var(--transition);flex-shrink:0}.chat-message-user{background:var(--text);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg);padding:10px 14px;margin-left:auto;max-width:72%;font-size:14px}.chat-message-ghost{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) var(--radius-sm);padding:12px 14px;max-width:85%;font-size:14px;color:var(--text-secondary);line-height:1.7}.chat-confidence{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);margin-top:5px;display:block}.verdict{padding:10px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:600;border:1px solid;margin-bottom:8px}.verdict-kept{background:var(--green-dim);color:var(--green);border-color:#16a34a26}.verdict-late{background:var(--red-dim);color:var(--red);border-color:#ef444426}.verdict-warmer{background:var(--amber-dim);color:var(--amber);border-color:#d9770626}.badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:var(--radius-pill);font-size:11px;font-weight:500;background:var(--bg-elevated);border:1px solid var(--border-strong);color:var(--text-muted)}.badge-accent{background:var(--accent-dim);border-color:var(--accent-border);color:var(--accent-color)}.error-banner{background:var(--red-dim);border:1px solid rgba(239,68,68,.15);border-radius:var(--radius-md);padding:10px 14px;font-size:13px;color:var(--red);margin-bottom:16px}.skeleton{background:linear-gradient(90deg,var(--bg-elevated) 25%,var(--bg-hover) 50%,var(--bg-elevated) 75%);background-size:200% auto;animation:shimmer 1.4s infinite;border-radius:var(--radius-md)}.spinner{width:15px;height:15px;border:2px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;animation:spin .7s linear infinite}.nav{height:50px;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.home-hero-brand{margin:0;line-height:0}.home-wordmark-link{display:inline-block;text-decoration:none;line-height:0}.home-wordmark-link:hover .home-wordmark-img{opacity:.92}.home-wordmark-img{height:clamp(2.75rem,10vw,4.25rem);width:auto;max-width:min(92vw,440px);object-fit:contain;display:block;margin:0 auto}.fade-up-delay-1{animation:fadeUp .35s ease .08s both}.fade-up-delay-2{animation:fadeUp .35s ease .16s both}.fade-up-delay-3{animation:fadeUp .35s ease .24s both}.create-richness-pct,.library-confidence-pct,.library-card-churn-chip,.library-stat-value,.conversation-confidence-pct,.vs-result-conf-pct,.chat-confidence{font-family:var(--font-mono);font-size:.9em}.home-hero{width:100%;padding:80px 0}.home-hero-inner{max-width:700px;margin:0 auto;text-align:center;padding:0 24px}.home-tagline{font-family:inherit;font-size:1.25rem;font-style:italic;color:var(--text-muted);margin-top:16px}.home-subtext{margin-top:20px;max-width:540px;margin-left:auto;margin-right:auto;text-align:center}.home-actions{margin-top:32px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.home-hackathon-origin{margin:24px 0 0;font-size:12px;color:var(--text-muted);text-align:center;font-style:italic;line-height:1.5}.home-how{padding-top:24px;padding-bottom:56px;border-top:1px solid var(--border);background:var(--bg-elevated)}.home-how-title{font-family:inherit;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;text-align:center;margin-bottom:36px;color:var(--text)}.home-how-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:960px;margin:0 auto}@media (min-width: 768px){.home-how-grid{grid-template-columns:repeat(3,1fr);gap:28px}}.home-how-step{text-align:center;padding:0 8px}.home-how-icon{width:56px;height:56px;margin:0 auto 16px;position:relative;border-radius:50%;border:2px solid var(--accent-color)}.home-how-icon--fill{background:conic-gradient(var(--accent-color) 0deg,var(--accent-color) 240deg,transparent 240deg,transparent 360deg);border-color:#ffffff59}.home-how-icon--fade{background:radial-gradient(circle,var(--accent-color) 0%,rgba(192,115,122,.28) 45%,transparent 70%);opacity:.85}.home-how-icon--bubble{border-radius:50% 50% 50% 12px;background:var(--accent-dim);border:2px solid var(--accent-color)}.home-how-icon--bubble:after{content:"";position:absolute;width:10px;height:10px;background:#fff3;border-radius:50%;bottom:4px;left:8px;border:1px solid rgba(255,255,255,.35)}.home-how-step-title{font-family:inherit;font-size:1.1rem;font-weight:500;margin-bottom:10px;color:var(--text)}.home-how-step-text{font-size:14px;line-height:1.6;color:var(--text-secondary);max-width:320px;margin:0 auto}.home-stored-title{margin-bottom:20px}.home-ghost-preview .home-ghost-scroll{margin-top:0}.home-ghost-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.home-ghost-card{width:180px;flex-shrink:0;text-align:left;border:1px solid var(--border);padding:16px;scroll-snap-align:start;transition:box-shadow var(--transition),transform var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;background:var(--bg-panel)}button.home-ghost-card{cursor:pointer}.home-ghost-card:hover{transform:translateY(-3px)}.home-ghost-card--skeleton{pointer-events:none;cursor:default}.home-ghost-card--skeleton:hover{transform:none}.home-ghost-avatar{width:32px;height:32px;margin-bottom:12px}.home-ghost-name{font-weight:700;font-size:15px;color:var(--text);line-height:1.3}.home-ghost-role{font-size:12px;color:var(--text-muted);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-ghost-product{font-size:12px;color:var(--accent-color);margin-top:6px;line-height:1.35}.home-ghost-skel-avatar{width:32px;height:32px;border-radius:50%;margin-bottom:12px}.home-ghost-skel-line{height:10px;border-radius:4px;margin-top:8px}.home-ghost-skel-line--lg{width:85%}.home-ghost-skel-line--sm{width:60%}.create-page-header{text-align:center;margin-bottom:40px}.create-page-title{font-family:inherit;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:var(--text)}.create-page-subtitle{margin-top:12px;font-size:1.05rem;color:var(--text-muted);max-width:520px;margin-left:auto;margin-right:auto}.create-layout{display:grid;gap:32px;align-items:start}@media (min-width: 769px){.create-layout{grid-template-columns:minmax(0,1fr) 320px}.create-sidebar{position:sticky;top:24px}}.create-form{min-width:0}.create-fieldset{border:none;margin:0;padding:0;min-width:0}.create-panel-spaced{margin-top:20px}.create-section-title{font-family:inherit;font-size:1.2rem;font-weight:500;margin-bottom:16px;color:var(--text)}.create-label-spaced{margin-top:16px}.create-feed-intro{font-size:.95rem;color:var(--text-secondary);line-height:1.65;margin-bottom:16px}.create-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.create-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);font:inherit;font-size:13px;font-weight:500;letter-spacing:.02em;padding:8px 16px;border-radius:var(--radius-pill);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.create-tab:hover{border-color:var(--border-strong);color:var(--text)}.create-tab--active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.create-tab-panel{margin-top:4px}.create-textarea-tall{min-height:220px}.create-char-count{margin-top:8px;font-size:13px;color:var(--text-muted)}.create-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.create-dropzone{display:flex;align-items:center;justify-content:center;text-align:center;min-height:140px;padding:20px;border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--bg-elevated);color:var(--text-muted);font-size:14px;line-height:1.5;cursor:pointer;transition:border-color var(--transition),background var(--transition)}.create-dropzone:hover{border-color:var(--accent-color);background:var(--bg-panel)}.create-file-meta{margin-top:14px;font-size:13px;color:var(--text-muted)}.create-file-name{font-weight:600;color:var(--text);margin-right:8px}.create-pdf-note,.create-url-note{margin-top:8px;font-size:13px;color:var(--text-muted)}.create-submit-wrap{margin-top:24px}.create-submit-wrap--pulse{animation:pulse 1.5s ease-in-out infinite}.create-submit-btn,.create-submit-loading{width:100%;display:block;text-align:center}.create-submit-loading{border-radius:var(--radius-pill);padding:16px 32px;font-size:16px;font-weight:500;background:var(--accent-color);color:#fff;pointer-events:none}.create-summon-guard-banner{margin-bottom:20px;padding:16px 20px;font-size:14px;line-height:1.5;color:var(--red);background:var(--red-dim);border:1px solid rgba(198,40,40,.35);border-radius:var(--radius-md)}.create-submit-error{margin-bottom:20px;padding:16px 20px;font-size:14px;color:var(--red)}.field-error{margin-top:6px;font-size:12px;color:var(--red)}.create-sidebar-title{font-family:inherit;font-size:1.15rem;font-weight:500;margin-bottom:12px}.create-richness-pct{font-family:inherit;font-size:2.5rem;font-weight:500;color:var(--accent-color);line-height:1.1;margin-bottom:10px}.create-richness-track{margin-bottom:14px}.create-richness-desc{font-size:14px;color:var(--text-secondary);line-height:1.6}.create-confidence-preview{margin-top:16px;font-size:14px;color:var(--text-muted);font-weight:500}.create-tips{margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}.create-tips-title{font-family:inherit;font-size:1rem;font-weight:500;margin-bottom:10px;color:var(--text)}.create-tips-list{list-style:none;padding:0;margin:0}.create-tips-list li{position:relative;padding-left:14px;margin-bottom:8px;font-size:13px;color:var(--text-muted);line-height:1.5}.create-tips-list li:before{content:"–";position:absolute;left:0;color:var(--accent-color)}.hackday-banner{width:100%;height:42px;min-height:42px;display:flex;align-items:center;justify-content:center;padding:0 16px;box-sizing:border-box;background:linear-gradient(135deg,#09090b,#1a1a2e,#09090b);background-size:200% 100%;animation:bannerShimmer 6s ease infinite;border-bottom:1px solid rgba(192,115,122,.3)}@keyframes bannerShimmer{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0% center}}.hackday-banner-inner{margin:0;max-width:100%;width:100%;font-size:12.5px;line-height:1.2;letter-spacing:.04em;color:#e4e4e7;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hackday-banner-text{display:inline}.hackday-banner-sep{color:#c0737a}.hackday-banner-link{color:#818cf8;text-decoration:none;font-weight:inherit}.hackday-banner-link:hover{text-decoration:underline}.hackday-banner-date{color:#a5b4fc;font-weight:500}.hackday-banner-wordware{color:#f9a8d4;font-weight:500}.hackday-banner-attendees{color:#22c55e;font-weight:600}@media (max-width: 640px){.hackday-banner-mid,.hackday-banner-sep--1{display:none}.hackday-banner{padding:0 12px}}.app-shell-nav{height:52px;padding:0 20px;border-bottom:1px solid var(--border);background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.app-shell-nav-row{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto}.app-shell-nav-left{display:flex;align-items:center;gap:20px;min-width:0}.app-shell-nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.app-shell-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.app-shell-brand-mark{height:30px;width:30px;object-fit:contain;display:block}.app-shell-brand-wordmark{height:22px;width:auto;object-fit:contain;display:block}.app-shell-brand:hover .app-shell-brand-wordmark{opacity:.88}.app-shell-drawer-head-left{display:flex;align-items:center;gap:12px;min-width:0}.app-shell-drawer-brand .app-shell-brand-mark{height:26px;width:26px}.app-shell-drawer-brand .app-shell-brand-wordmark{height:18px}.app-shell-primary-nav{display:none;align-items:center;gap:18px}.app-shell-nav-link{font-size:13px;font-weight:400;color:var(--text-muted);text-decoration:none;transition:color var(--transition)}.app-shell-nav-link:hover{color:var(--text)}.app-shell-nav-link--active{color:var(--text);font-weight:500}.app-shell-summon-desktop{display:none}.app-shell-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;color:var(--text)}.app-shell-menu-btn:hover{background:var(--bg-hover)}.app-shell-menu-icon{display:block;width:20px;height:2px;background:var(--accent-color);border-radius:1px;position:relative}@media (min-width: 768px){.app-shell-primary-nav{display:flex}.app-shell-summon-desktop{display:inline-flex}.app-shell-menu-btn{display:none}}.app-shell-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#0000000f;animation:appShellBackdropIn .2s ease}@keyframes appShellBackdropIn{0%{opacity:0}to{opacity:1}}.app-shell-drawer{position:fixed;top:0;right:0;width:min(300px,88vw);height:100%;z-index:150;background:var(--bg-panel);border-left:1px solid var(--border);transform:translate(100%);transition:transform .28s ease;display:flex;flex-direction:column;padding:16px 20px 24px}.app-shell-drawer--open{transform:translate(0)}@media (min-width: 768px){.app-shell-drawer,.app-shell-drawer-backdrop{display:none}}.app-shell-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--border)}.app-shell-drawer-title{font-family:inherit;font-size:1.1rem;font-weight:500}.app-shell-drawer-close{width:40px;height:40px;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted);border-radius:var(--radius-md)}.app-shell-drawer-close:hover{background:var(--bg-hover);color:var(--text)}.app-shell-drawer-nav{display:flex;flex-direction:column;gap:8px}.app-shell-drawer-link{display:block;padding:14px 12px;font-size:16px;font-weight:500;color:var(--text);text-decoration:none;border-radius:var(--radius-md)}.app-shell-drawer-link:hover{background:var(--bg-hover)}.app-shell-drawer-summon{margin-top:12px;text-align:center;text-decoration:none;padding:14px 18px}.app-shell-link-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.route-fade{opacity:1;transition:opacity .15s ease}.route-fade--exit{opacity:0}.route-fade--enter{opacity:0;animation:routeFadeIn .3s ease forwards}@keyframes routeFadeIn{0%{opacity:0}to{opacity:1}}.route-fade-inner{min-height:40vh}.error-boundary{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:var(--bg)}.error-boundary-text{font-size:1.05rem;color:var(--text-muted);text-align:center;max-width:36em}.error-boundary-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.not-found-page{text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.not-found-inner{padding:48px 20px}.not-found-code{font-family:inherit;font-size:clamp(4rem,18vw,8rem);font-weight:500;line-height:1;color:var(--accent-color);opacity:.2;margin-bottom:8px;animation:notFoundPulse 3s ease-in-out infinite}@keyframes notFoundPulse{0%,to{opacity:.2}50%{opacity:.4}}.not-found-headline{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:10px}.not-found-sub{font-size:1rem;font-style:italic;color:var(--text-muted);margin-bottom:28px}.not-found-home{text-decoration:none;display:inline-flex}.conversation-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.conversation-page--loading{flex-direction:row;gap:24px;padding:24px}.conversation-skeleton-sidebar{width:300px;min-height:400px;border-radius:var(--radius-lg)}.conversation-skeleton-main{flex:1;display:flex;flex-direction:column;gap:12px}.conversation-skel-header{height:36px;border-radius:var(--radius-md)}.conversation-skel-line{height:72px;border-radius:var(--radius-md)}.conversation-skel-line--short{width:60%}.conversation-page--404 .conversation-404-text{margin-bottom:16px;color:var(--text-muted)}.conversation-body{flex:1;display:flex;min-height:0;flex-direction:column}@media (min-width: 769px){.conversation-body{flex-direction:row}}.conversation-sidebar{width:100%;max-width:100%;flex-shrink:0;border-bottom:1px solid var(--border);padding:24px;overflow-y:auto;display:flex;flex-direction:column;align-items:stretch}@media (min-width: 769px){.conversation-sidebar{width:300px;max-width:300px;border-bottom:none;border-right:1px solid var(--border)}}.conversation-name{font-family:inherit;font-size:1.4rem;font-weight:500;margin-top:14px;color:var(--text)}.conversation-role{font-size:14px;color:var(--text-muted);margin-top:4px}.conversation-product{display:inline-block;margin-top:8px;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-color);font-weight:600}.conversation-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.conversation-label-spaced{margin-top:16px}.conversation-breaking-panel{margin-top:6px;padding:12px 14px;border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border);font-family:inherit;font-size:14px;font-style:italic;color:var(--text-secondary);line-height:1.55}.conversation-emotional-badge{display:inline-block;margin-top:6px;padding:6px 12px;border-radius:var(--radius-pill);background:var(--accent-dim);color:var(--accent-color);font-size:13px;font-weight:600;text-transform:capitalize}.conversation-confidence-track{margin-top:8px}.conversation-confidence-pct{display:block;margin-top:6px;font-size:13px;color:var(--text-muted);font-weight:500}.conversation-actions{display:flex;flex-direction:column;gap:10px}.conversation-action-btn{width:100%}.conversation-resurrection{display:flex;flex-direction:column;gap:10px}.conversation-resurrection-input{min-height:80px}.conversation-resurrection-submit{width:100%}.conversation-verdict-block{margin-top:8px}.conversation-verdict-explanation{margin-top:10px;font-size:14px;color:var(--text-secondary);line-height:1.55}.conversation-chorus-error{margin-top:0}.conversation-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.conversation-chat-header{flex-shrink:0;display:flex;align-items:baseline;gap:10px;padding:16px 24px 8px;border-bottom:1px solid var(--border);background:var(--bg-panel)}.conversation-chat-title{font-family:inherit;font-size:1.2rem;font-weight:500;color:var(--text)}.conversation-chat-sub{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.conversation-pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 1.4s ease-in-out infinite}.conversation-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.conversation-empty{margin:auto;text-align:center;font-style:italic;color:var(--text-muted);max-width:320px}.conversation-msg-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.conversation-msg-wrap--user{align-items:flex-end}.conversation-ghost-name{font-size:12px;font-weight:600;color:var(--accent-color)}.conversation-roast-label{font-size:11px;font-weight:700;color:var(--accent-color);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}.conversation-typing{display:inline-flex;align-items:center;gap:6px;padding:16px 20px}.conversation-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-color);animation:conversationBlink 1.2s ease-in-out infinite}.conversation-dot:nth-child(2){animation-delay:.15s}.conversation-dot:nth-child(3){animation-delay:.3s}@keyframes conversationBlink{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.conversation-input-area{flex-shrink:0;border-top:1px solid var(--border);padding:14px 24px 18px;background:var(--bg-panel)}.conversation-input-row{display:flex;gap:10px;align-items:flex-end}.conversation-chat-input{flex:1;min-height:44px;max-height:120px;resize:none;overflow-y:auto}.conversation-send{flex-shrink:0}.conversation-input-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;flex-wrap:wrap}.conversation-hint{font-size:12px;color:var(--text-muted)}.conversation-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0000000f;display:flex;align-items:center;justify-content:center;padding:24px}.conversation-modal{width:min(640px,100%);max-height:min(85vh,720px);display:flex;flex-direction:column;overflow:hidden}.conversation-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.conversation-modal-title{font-family:inherit;font-size:1.25rem;font-weight:500}.conversation-modal-close{font-size:1.5rem;line-height:1;padding:4px 10px}.conversation-modal-loading{display:flex;justify-content:center;padding:32px}.conversation-modal-empty{color:var(--text-muted);font-size:14px;padding:12px 0}.conversation-modal-body{overflow-y:auto;flex:1;min-height:0;padding-right:4px}.conversation-chorus-themes{margin-bottom:16px}.conversation-chorus-themes-title{font-size:14px;font-weight:600;margin-bottom:8px;color:var(--text)}.conversation-chorus-themes ul{list-style:none;padding:0;margin:0}.conversation-chorus-themes li{font-size:14px;color:var(--text-secondary);margin-bottom:6px;padding-left:12px;position:relative}.conversation-chorus-themes li:before{content:"–";position:absolute;left:0;color:var(--accent-color)}.conversation-chorus-item{padding:12px 0;border-top:1px solid var(--border)}.conversation-chorus-item:first-child{border-top:none}.conversation-chorus-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;font-size:13px;margin-bottom:6px}.conversation-chorus-role{color:var(--text-muted)}.conversation-chorus-conf{margin-left:auto;font-size:12px;color:var(--accent-color);font-weight:600}.conversation-modal-footer{margin-top:16px;padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.library-search-block{margin-bottom:20px}.library-search-input{display:block;width:100%;padding:12px 16px;font:inherit;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);color:var(--text);transition:border-color var(--transition),box-shadow var(--transition)}.library-search-input::placeholder{color:var(--text-muted)}.library-search-input:focus{outline:none;border-color:var(--accent-color)}.library-search-count{margin-top:10px;font-size:13px;color:var(--text-muted)}.library-filters-row{display:flex;flex-wrap:wrap;gap:14px 20px;align-items:flex-end;margin-bottom:18px}.library-filter-field{display:flex;flex-direction:column;gap:6px;min-width:min(160px,100%);flex:1 1 140px}.library-filter-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.library-filter-select{font:inherit;font-size:14px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);color:var(--text);cursor:pointer;width:100%}.library-filter-select:focus{outline:none;border-color:var(--accent-color)}.library-toolbar-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:20px}.library-stats-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px 0;font-size:13px;color:var(--text-muted);flex:1 1 240px;min-width:0}.library-stat{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:0 6px}.library-stat-label{color:var(--text-muted)}.library-stat-value{color:var(--accent-color);font-weight:600}.library-stat-value--emotion{text-transform:capitalize}.library-stats-divider{display:inline-block;width:1px;height:14px;background:var(--border);margin:0 12px;align-self:center}.library-toolbar-row .library-sort{margin-bottom:0;justify-content:flex-end;flex:0 1 auto;max-width:100%}.library-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 20px 32px;gap:14px}.library-no-results-text{font-size:1.05rem;color:var(--text-muted)}.library-no-results-clear{align-self:center}.library-page-header{text-align:center;margin-bottom:36px}.library-page-title{font-family:inherit;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:var(--text)}.library-page-subtitle{margin-top:10px;font-size:1.05rem;color:var(--text-muted);max-width:520px;margin-left:auto;margin-right:auto}.library-sort{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px 10px;margin-bottom:22px}.library-sort-label{font-size:13px;color:var(--text-muted);font-weight:500;margin-right:4px}.library-sort-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:13px;font-weight:500;padding:8px 14px;border-radius:var(--radius-pill);border:1px solid var(--accent-color);background:transparent;color:var(--accent-color);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.library-sort-btn:hover{background:var(--accent-dim)}.library-sort-btn--active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.library-grid{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width: 768px){.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.library-card{position:relative;width:100%;text-align:left;padding:0;overflow:hidden;border:1px solid var(--border);background:var(--bg-panel);transition:box-shadow var(--transition),transform var(--transition);transform-origin:center}.library-card.fade-up{animation-fill-mode:both}.library-card:hover,.library-card:focus-within{transform:scale(1.01) translateY(-2px)}.library-card-churn-chip{position:absolute;top:14px;right:14px;z-index:2;max-width:calc(100% - 120px);padding:4px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:500;color:var(--text-muted);background:var(--bg-hover);border:1px solid var(--border);text-align:right;pointer-events:none}.library-card-body{display:block;width:100%;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;padding:20px 20px 14px;margin:0;border:none;background:transparent;border-radius:inherit}.library-card-body:focus-visible{outline:2px solid var(--accent-color);outline-offset:-2px}.library-card-hover-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:0 20px;opacity:0;max-height:0;overflow:hidden;border-top:1px solid transparent;transition:opacity .2s ease,max-height .28s ease,padding .28s ease,border-color .2s ease}.library-card:hover .library-card-hover-actions,.library-card:focus-within .library-card-hover-actions{opacity:1;max-height:140px;padding-top:12px;padding-bottom:16px;border-top-color:var(--border)}.library-card-action{flex-shrink:0}.library-card--overlay-parent{position:relative}.library-card-delete-trigger{flex-shrink:0;padding:6px 10px;font-size:13px;font-weight:500;color:var(--red);background:none;border:none;cursor:pointer;border-radius:var(--radius-md)}.library-card-delete-trigger:hover{background:#c6282814}.library-card-delete-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:16px;background:#faf8f5eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:inherit}.library-card-delete-overlay-inner{max-width:280px;text-align:center}.library-card-delete-overlay-text{font-size:14px;line-height:1.45;color:var(--text);margin-bottom:14px}.library-card-delete-overlay-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.library-card-top{display:flex;align-items:flex-start;gap:12px;padding-right:6.5rem}.library-card-avatar{flex-shrink:0}.library-card-heading{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.library-card-name{font-family:inherit;font-size:1rem;font-weight:500;color:var(--text);line-height:1.25}.library-card-badge{display:inline-block;padding:3px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;text-transform:capitalize;background:var(--border-strong);color:var(--accent-color)}.library-card-role{margin-top:12px;font-size:13px;color:var(--text-muted);line-height:1.45}.library-card-product{margin-top:4px;font-size:13px;color:var(--accent-color);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.library-card-breaking{margin-top:8px;font-size:13px;font-style:italic;color:var(--text-secondary);line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.library-card-bottom{margin-top:14px;display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.library-confidence-track{width:100px;height:6px;border-radius:var(--radius-pill);background:var(--border-strong);overflow:hidden;flex-shrink:0}.library-confidence-fill{height:100%;border-radius:inherit;background:var(--accent-color);transition:width .5s ease}.library-confidence-pct{font-size:13px;color:var(--text-muted);font-weight:500;min-width:2.75rem;text-align:center}.library-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 24px 80px;gap:16px}.library-empty-illustration{position:relative;width:120px;height:120px;margin-bottom:8px}.library-empty-illustration-outer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--accent-dim);border:1px solid var(--border);opacity:.55}.library-empty-illustration-inner{position:absolute;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:var(--accent-dim);border:1px solid rgba(255,255,255,.2);opacity:.7}.library-empty-text{font-size:1.05rem;color:var(--text-muted)}.library-empty-cta{margin-top:8px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.library-skeleton-card{pointer-events:none}.library-skeleton-top{display:flex;gap:12px;margin-bottom:14px}.library-skel-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.library-skel-text{flex:1;display:flex;flex-direction:column;gap:8px}.library-skel-line{height:12px;border-radius:6px;margin-bottom:8px}.library-skel-line--title{width:55%}.library-skel-line--short{width:40%}.library-skel-line--clamp{height:32px;margin-top:4px}.library-skel-pill{width:72px;height:18px;border-radius:var(--radius-pill)}.library-skel-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px}.library-skel-bar{width:100px;height:6px;border-radius:var(--radius-pill)}.library-skel-meta{width:100px;height:10px;border-radius:4px}.chorus-page{min-height:100vh;background:var(--bg)}.chorus-back{margin-bottom:16px;font-size:14px;color:var(--text-muted)}.chorus-header{text-align:center;margin-bottom:28px}.chorus-title{font-family:inherit;font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--text);line-height:1.15}.chorus-question{margin-top:14px;font-size:1.2rem;font-style:italic;color:var(--text-muted);line-height:1.5;max-width:720px;margin-left:auto;margin-right:auto}.chorus-loading-panel{max-width:640px;margin:0 auto 32px;text-align:center;padding:40px 28px 36px}.chorus-loading-question{font-size:1.65rem;font-weight:500;color:var(--text);line-height:1.35;margin-bottom:18px}.chorus-loading-caption{font-size:1rem;color:var(--text-muted);margin-bottom:20px}.chorus-loading-avatars{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.chorus-loading-avatar{animation:pulse 1.3s ease-in-out infinite}.chorus-loading-placeholder{display:flex;gap:10px;justify-content:center}.chorus-skel-dot{width:36px;height:36px;border-radius:50%}.chorus-error{max-width:480px;margin:24px auto;text-align:center;padding:28px 24px;color:var(--text-muted)}.chorus-notice{text-align:center;color:var(--text-muted);margin-bottom:20px}.chorus-after-results{display:flex;flex-direction:column;gap:20px}.chorus-export-all{align-self:flex-end}.chorus-themes-card{background:#f5f0ec;border:1px solid var(--border-strong)}.chorus-themes-title{font-family:inherit;font-size:1.2rem;font-weight:500;color:var(--text);margin-bottom:4px}.chorus-themes-label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;margin-bottom:14px}.chorus-themes-list{list-style:none;padding:0;margin:0}.chorus-themes-list li{font-size:15px;color:var(--text-secondary);line-height:1.55;padding:8px 0;border-top:1px solid var(--border-strong)}.chorus-themes-list li:first-child{border-top:none;padding-top:0}.chorus-single-hint{font-size:14px;color:var(--text-muted);text-align:center;max-width:560px;margin:0 auto;line-height:1.55}.chorus-grid--single{max-width:720px;margin-left:auto;margin-right:auto;grid-template-columns:1fr!important}.chorus-response-card{text-align:left;padding:20px;transition:box-shadow var(--transition),transform var(--transition)}.chorus-response-card.fade-up{animation-fill-mode:both}.chorus-card-top{display:flex;gap:12px;align-items:flex-start}.chorus-card-avatar{flex-shrink:0}.chorus-card-head{min-width:0}.chorus-card-name{font-size:1rem;font-weight:600;color:var(--text)}.chorus-card-role{font-size:13px;color:var(--text-muted);margin-top:2px}.chorus-card-confidence{display:flex;align-items:center;gap:10px;margin-top:12px}.chorus-card-bar-track{flex:1;max-width:140px;height:4px;border-radius:var(--radius-pill);background:var(--border-strong);overflow:hidden}.chorus-card-bar-fill{height:100%;border-radius:inherit;background:var(--accent-color);transition:width .5s ease}.chorus-card-bar-pct{font-size:12px;color:var(--text-muted);font-weight:600;min-width:2.25rem}.chorus-card-response{margin-top:14px;font-size:14px;color:var(--text-secondary);line-height:1.65;white-space:pre-wrap}.chorus-card-product{margin-top:14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color)}.vs-page{min-height:60vh}.vs-hero{text-align:center;margin-bottom:36px}.vs-title{font-family:inherit;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;color:var(--text)}.vs-subtitle{margin-top:10px;font-size:1.05rem;color:var(--text-muted);max-width:520px;margin-left:auto;margin-right:auto}.vs-loading-msg{text-align:center;color:var(--text-muted)}.vs-need-more{text-align:center;padding:40px 24px;max-width:420px;margin:0 auto}.vs-need-more p{margin-bottom:16px}.vs-pickers{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:28px}@media (min-width: 768px){.vs-pickers{grid-template-columns:1fr 1fr}}.vs-picker-title{font-family:inherit;font-size:1.1rem;font-weight:500;margin-bottom:10px;color:var(--text)}.vs-select-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;display:block;margin-bottom:6px}.vs-select{margin-bottom:14px}.vs-picker-preview{margin-top:4px}.vs-picker-preview--empty{border:1px dashed var(--border);border-radius:var(--radius-lg);padding:24px;text-align:center;background:#ffffff08}.vs-picker-preview-placeholder{font-size:14px;color:var(--text-muted)}.vs-picker-preview-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px}.vs-picker-preview-row{display:flex;align-items:center;gap:12px}.vs-picker-name{font-family:inherit;font-weight:500;font-size:1rem}.vs-picker-role{font-size:13px;color:var(--text-muted);margin-top:2px}.vs-picker-bp{margin-top:10px;font-size:13px;font-style:italic;color:var(--text-secondary);line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.vs-picker-conf{margin-top:12px;display:flex;align-items:center;gap:10px}.vs-picker-track{flex:1;max-width:120px}.vs-question-block{margin-bottom:24px}.vs-question-textarea{min-height:140px;font-size:1.05rem;line-height:1.55}.vs-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vs-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:13px;padding:8px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg-elevated);color:var(--accent-color);cursor:pointer;transition:background var(--transition),border-color var(--transition)}.vs-chip:hover{background:var(--bg-hover);border-color:var(--accent-color)}.vs-ask-btn{width:100%}.vs-results-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:28px}@media (min-width: 768px){.vs-results-grid{grid-template-columns:1fr 1fr}}.vs-result-col{min-width:0}.vs-result-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:12px}.vs-result-head-text{min-width:0;flex:1}.vs-result-name{font-family:inherit;font-size:1.1rem;font-weight:500}.vs-result-role{font-size:13px;color:var(--text-muted);margin-top:2px}.vs-result-product{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color);margin-top:6px}.vs-result-conf-row{display:flex;align-items:center;gap:10px;margin-top:10px}.vs-result-bar{flex:1;max-width:140px}.vs-result-conf-pct{font-size:13px;color:var(--text-muted);font-weight:600}.vs-result-breaking{font-size:13px;font-style:italic;color:var(--text-muted);line-height:1.5;margin-bottom:14px}.vs-typing{display:flex;gap:6px;padding:12px 0}.vs-typing-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-color);animation:vs-typing-blink 1.2s ease-in-out infinite}.vs-typing-dot:nth-child(2){animation-delay:.2s}.vs-typing-dot:nth-child(3){animation-delay:.4s}@keyframes vs-typing-blink{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.vs-result-body{font-size:15px;color:var(--text-secondary);line-height:1.65;white-space:pre-wrap}.vs-result-error{font-size:14px;color:var(--red);margin-top:8px}.vs-divergence{margin-bottom:28px;padding:22px 24px}.vs-divergence-title{font-family:inherit;font-size:1.25rem;font-weight:500;margin-bottom:18px;color:var(--text)}.vs-analysis-loading{font-size:14px;color:var(--text-muted)}.vs-block-heading{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px}.vs-agreed-block{background:var(--green-dim);border:1px solid rgba(46,125,50,.2);border-radius:var(--radius-md);padding:14px 16px;margin-bottom:14px}.vs-agreed-list{list-style:none;margin:0;padding:0}.vs-agreed-item{display:flex;gap:10px;font-size:14px;line-height:1.55;color:var(--text-secondary);margin-bottom:8px}.vs-agreed-item:last-child{margin-bottom:0}.vs-agreed-icon{flex-shrink:0;color:var(--green);font-weight:700}.vs-diverged-block{background:var(--amber-dim);border:1px solid rgba(178,106,0,.25);border-radius:var(--radius-md);padding:14px 16px;margin-bottom:16px}.vs-diverged-list{list-style:none;margin:0;padding:0}.vs-diverged-item{display:flex;gap:10px;font-size:14px;line-height:1.55;color:var(--text-secondary);margin-bottom:8px}.vs-diverged-item:last-child{margin-bottom:0}.vs-diverged-icon{flex-shrink:0;color:var(--amber);font-weight:700}.vs-key-insight{background:var(--accent-dim);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:16px 18px}.vs-key-insight-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-color);margin-bottom:8px}.vs-key-insight-text{font-size:1.05rem;font-weight:600;line-height:1.55;color:var(--text)}.vs-results-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.vs-invalid-link{text-align:center;padding:28px 24px;max-width:480px;margin:0 auto 24px}.vs-invalid-link p{margin-bottom:16px;color:var(--text-muted)}.conversation-edit-delete{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:14px;width:100%}.conversation-edit-ghost-link{align-self:flex-start}.conversation-delete-ghost-text{padding:0;font-size:13px;font-weight:500;color:var(--red);background:none;border:none;cursor:pointer;text-align:left}.conversation-delete-ghost-text:hover{text-decoration:underline}.conversation-delete-inline{width:100%;padding:12px 0 4px}.conversation-delete-inline-text{font-size:13px;line-height:1.45;color:var(--text-secondary);margin-bottom:10px}.conversation-delete-inline-actions{display:flex;flex-wrap:wrap;gap:8px}.conversation-delete-deleting{font-size:13px;color:var(--text-muted)}.edit-ghost-page-loading{font-size:15px;color:var(--text-secondary);margin-bottom:16px}.edit-ghost-delete-section{margin-top:32px;padding-top:24px;border-top:1px solid var(--border);max-width:720px}.edit-ghost-delete-outline{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;font-size:14px;font-weight:500;color:var(--red);background:transparent;border:1px solid rgba(198,40,40,.3);border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease}.edit-ghost-delete-outline:hover{background:#c628280f}.edit-ghost-delete-confirm{max-width:420px}.edit-ghost-delete-warning{font-size:14px;line-height:1.5;color:var(--text);margin-bottom:14px}.edit-ghost-delete-actions{display:flex;flex-wrap:wrap;gap:10px}.edit-ghost-delete-forever{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important}.edit-ghost-delete-forever:hover{filter:brightness(.95)}.edit-ghost-delete-deleting{font-size:14px;color:var(--text-muted)}.conversation-timeline-foot{display:inline-flex;margin-top:16px;text-decoration:none;align-self:flex-start}.conversation-ghost-count-nudge{margin-top:14px;font-size:12px;line-height:1.45;color:var(--text-muted);padding:10px 12px;border-radius:var(--radius-md);background:var(--accent-dim);border:1px solid var(--border)}.timeline-page{padding-bottom:48px}.timeline-profile{padding:22px 24px;margin-bottom:28px}.timeline-404{margin-bottom:16px;color:var(--text-muted)}.timeline-section{margin-bottom:32px}.timeline-section-title{font-family:inherit;font-size:1.35rem;font-weight:500;margin-bottom:8px;color:var(--text)}.timeline-section-lead{font-size:14px;color:var(--text-muted);margin-bottom:20px;max-width:640px;line-height:1.55}.timeline-h-wrap{display:block}.timeline-v-wrap{display:none}@media (max-width: 767px){.timeline-h-wrap{display:none}.timeline-v-wrap{display:block}}.timeline-h-labels{position:relative;width:100%;min-height:22px}.timeline-h-labels--above{margin-bottom:8px}.timeline-h-labels--below{margin-top:8px}.timeline-h-label{position:absolute;transform:translate(-50%);text-align:center;min-width:48px}.timeline-pct{display:block;font-size:12px;font-weight:600;color:var(--text-muted)}.timeline-tier{display:block;font-size:11px;font-weight:600;text-transform:capitalize;color:var(--accent-color)}.timeline-rail{position:relative;height:56px;margin:8px 0 4px;touch-action:none;cursor:grab}.timeline-rail:active{cursor:grabbing}.timeline-gradient{position:absolute;left:0;right:0;top:50%;height:36px;margin-top:-2px;background:linear-gradient(to bottom,#ffffff2e,#fff0);pointer-events:none;border-radius:0 0 12px 12px}.timeline-line{position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-1px;background:#ffffff4d;border-radius:var(--radius-pill);pointer-events:none}.timeline-node{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;border:none;padding:0;cursor:pointer;z-index:2;transition:transform .15s ease,box-shadow .15s ease}.timeline-node--selected{transform:translateY(-50%) scale(1.18)}.timeline-scrubber{position:absolute;top:50%;width:20px;height:20px;margin-top:-10px;border-radius:50%;border:2px solid var(--accent-color);background:var(--bg-panel);z-index:4;pointer-events:none}.timeline-v-wrap{margin-top:8px}.timeline-v-inner{position:relative;padding-left:52px}.timeline-v-line{position:absolute;left:18px;top:12px;bottom:12px;width:2px;background:#ffffff4d;border-radius:var(--radius-pill)}.timeline-v-nodes{display:flex;flex-direction:column;gap:20px}.timeline-v-node{display:flex;align-items:center;gap:14px;border:none;background:transparent;cursor:pointer;text-align:left;padding:4px 0;font:inherit}.timeline-v-node-text{display:flex;flex-direction:column;gap:2px;min-width:0}.timeline-v-node-title{font-size:13px;font-weight:600;color:var(--text)}.timeline-v-node-pct{font-size:12px;color:var(--text-muted)}.timeline-v-node-tier{font-size:11px;font-weight:600;text-transform:capitalize;color:var(--accent-color)}.timeline-panel{margin-bottom:32px;padding:22px 24px}.timeline-panel-grid{display:grid;grid-template-columns:1fr;gap:28px}@media (min-width: 900px){.timeline-panel-grid{grid-template-columns:1fr 1fr;gap:36px;align-items:start}}.timeline-panel-state{display:flex;gap:16px;align-items:flex-start}.timeline-panel-avatar{flex-shrink:0}.timeline-panel-kicker{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px}.timeline-panel-confidence-label{font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px}.timeline-panel-bar{max-width:200px;margin-bottom:12px}.timeline-panel-tier-title{font-family:inherit;font-size:1.05rem;font-weight:500;color:var(--accent-color);margin-bottom:8px}.timeline-panel-tone{font-size:13px;line-height:1.55;color:var(--text-secondary)}.timeline-panel-textarea{min-height:88px;font-size:14px;margin-bottom:10px}.timeline-panel-ask{margin-bottom:12px}.timeline-panel-typing{margin-top:8px}.timeline-panel-reply{margin-top:14px}.timeline-chart-section{margin-bottom:24px}.timeline-chart{padding:16px 16px 12px}.timeline-chart-svg{width:100%;height:auto;display:block}.timeline-chart-axis{fill:var(--text-muted);font-size:10px;font-family:inherit}.timeline-chart-legend{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:12px;font-size:12px;color:var(--text-muted)}.timeline-legend-item{display:inline-flex;align-items:center;gap:8px}.timeline-legend-item:before{content:"";width:18px;height:3px;border-radius:2px;flex-shrink:0}.timeline-legend-item--ghost:before{background:var(--accent-color)}.timeline-legend-item--ref:before{background:repeating-linear-gradient(to right,#c4a8a8 0,#c4a8a8 4px,transparent 4px,transparent 7px);height:3px}.timeline-legend-item--now:before{background:repeating-linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 3px,transparent 3px,transparent 6px);height:2px}.docs-page{position:relative}.docs-progress-mobile{display:none}@media (max-width: 767px){.docs-progress-mobile{display:block;position:sticky;top:52px;z-index:40;padding:8px 0 12px;margin:-8px 0 8px;background:linear-gradient(to bottom,var(--bg) 72%,transparent);border-bottom:1px solid var(--border)}.docs-progress-mobile-track{height:3px;border-radius:var(--radius-pill);background:var(--bg-elevated);overflow:hidden}.docs-progress-mobile-fill{height:100%;background:var(--accent-color);border-radius:inherit;transition:width .45s ease}}.docs-page-shell{display:grid;grid-template-columns:1fr;gap:0;align-items:start}@media (min-width: 768px){.docs-page-shell{grid-template-columns:36px minmax(0,1fr);gap:32px}}.docs-progress-desktop{display:none}@media (min-width: 768px){.docs-progress-desktop{display:flex;flex-direction:column;align-items:center;position:sticky;top:108px;align-self:start;width:36px;min-height:200px;padding-top:4px}.docs-progress-desktop .docs-progress-line{position:absolute;left:50%;top:14px;bottom:14px;width:2px;transform:translate(-50%);background:var(--border-strong);border-radius:1px;pointer-events:none}.docs-progress-dot-wrap{position:relative;z-index:1;padding:10px 0}.docs-progress-dot-wrap--active .docs-progress-dot{transform:scale(1.08)}.docs-progress-dot{display:block;width:11px;height:11px;border-radius:50%;border:2px solid var(--border-strong);background:var(--bg);transition:border-color .3s ease,background .3s ease,box-shadow .3s ease,transform .3s ease}.docs-progress-dot--done{background:var(--accent-color);border-color:var(--accent-color)}.docs-progress-dot--active{box-shadow:0 0 0 4px var(--accent-dim);border-color:var(--accent-color)}}.docs-page-main{min-width:0}.docs-hero{margin-bottom:44px}.docs-kicker{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.docs-title{margin-bottom:10px}.docs-lead{font-size:1.05rem;color:var(--text-secondary);max-width:40em;line-height:1.6}.docs-chapters{display:flex;flex-direction:column;gap:56px}.docs-chapter{scroll-margin-top:96px}.docs-chapter--locked .docs-chapter-inner{filter:blur(8px);opacity:.42;pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .45s ease,opacity .45s ease}.docs-chapter--active:not(.docs-chapter--locked) .docs-chapter-inner{animation:docsChapterEnter .4s ease}@keyframes docsChapterEnter{0%{opacity:.2;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.docs-chapter-eyebrow{font-size:11px;color:var(--text-muted);margin-bottom:8px}.docs-chapter-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:20px;color:var(--text)}.docs-prose{display:flex;flex-direction:column;gap:14px;margin-bottom:8px}.docs-prose p{font-size:1rem;line-height:1.7;color:var(--text-secondary)}.docs-ch1-opening-wrap{display:block}.docs-ch1-opening{display:block;margin:0 0 14px;font-size:1rem;line-height:1.7;color:var(--text-secondary)}.docs-ch1-opening:last-child{margin-bottom:0}.docs-word{display:inline;opacity:0;animation:docsWordIn .3s ease forwards}@keyframes docsWordIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.docs-notion{margin-top:28px}.docs-notion-sidebar{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;max-width:340px}.docs-notion-brand{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:12px}.docs-notion-folder{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);padding:8px 6px;border-radius:var(--radius-sm);transition:opacity .55s ease,box-shadow .4s ease,background .3s ease}.docs-notion-folder-icon{width:14px;height:11px;border:1px solid var(--border-strong);border-radius:2px;flex-shrink:0;opacity:.7}.docs-notion-folder--glow{background:var(--accent-dim);box-shadow:0 0 22px #c0737a47}.docs-notion-folder--faded{opacity:.2}.docs-notion-meta{margin-top:12px;font-size:12px;color:var(--text-muted)}.docs-continue{margin-top:28px}.docs-eight{margin-top:20px;text-align:center}.docs-eight-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:5px;max-width:260px;margin:0 auto 16px}.docs-eight-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-color);justify-self:center;transition:opacity .45s ease,transform .45s ease,background .4s ease}.docs-eight-dot--gone{opacity:.06;transform:scale(.45);background:var(--text-muted)}.docs-eight-dot--gray{background:var(--text-muted)!important;opacity:1;transform:scale(1)}.docs-eight-dot--pulse{animation:docsEightPulse 1.4s ease-in-out infinite;box-shadow:0 0 0 2px var(--accent-border)}@keyframes docsEightPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.85}}.docs-eight-label{font-size:12px;margin-top:6px;color:var(--text-muted)}.docs-eight-label--gray{color:var(--text-muted)}.docs-eight-label--accent{color:var(--accent-color);font-weight:500}.docs-eight-counter{margin-top:14px;font-size:13px;color:var(--text-secondary)}.docs-memory-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px;margin-top:20px;align-items:start}@media (max-width: 640px){.docs-memory-cols{grid-template-columns:1fr}}.docs-memory-col-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px}.docs-memory-list{list-style:none;display:flex;flex-direction:column;gap:10px}.docs-memory-col--data li{font-size:14px;color:var(--text)}.docs-memory-col--lost .docs-memory-lost-line{font-size:14px;line-height:1.45;color:var(--text-secondary);transition:opacity .5s ease,filter .5s ease}.docs-memory-lost-line--gone{opacity:.28;filter:blur(2px);color:var(--text-muted)}.docs-chat{margin-top:22px;padding:18px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-elevated)}.docs-chat-label{font-size:13px;font-weight:500;color:var(--accent-color);margin-bottom:12px}.docs-chat-err{margin-bottom:10px}.docs-chat-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.docs-chat-chip{font-size:12px;padding:6px 10px;border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:var(--bg-panel);color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:var(--transition)}.docs-chat-chip:hover:not(:disabled){border-color:var(--accent-border);color:var(--text)}.docs-chat-chip:disabled{opacity:.45;cursor:not-allowed}.docs-chat-log{max-height:220px;overflow-y:auto;margin-bottom:12px;padding-right:4px}.docs-chat-row{margin-bottom:10px}.docs-chat-row--user{text-align:right}.docs-chat-typing{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.docs-chat-input-row{display:flex;gap:8px;align-items:center}.docs-chat-input-row .input{flex:1}.docs-timeline-wrap{margin-top:24px}.docs-timeline--problem{display:flex;flex-wrap:wrap;align-items:stretch;gap:6px 4px}.docs-timeline-step{display:flex;align-items:center;gap:2px;flex:0 1 auto}.docs-timeline-connector{width:12px;height:2px;background:#ef444459;flex-shrink:0;align-self:center}.docs-timeline-node{font-size:11px;line-height:1.3;padding:7px 9px;border-radius:var(--radius-sm);border:1px solid rgba(239,68,68,.35);color:#fca5a5;background:var(--red-dim);white-space:nowrap}.docs-timeline-node--muted{opacity:.55}.docs-timeline-node--last{border-color:#ef44448c}.docs-timeline-node--pulse{animation:docsTimelinePulse 1.6s ease-in-out infinite}@keyframes docsTimelinePulse{0%,to{box-shadow:0 0 #ef444459}50%{box-shadow:0 0 0 6px #ef444400}}.docs-timeline-loop{margin-top:20px}.docs-timeline-loop-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--accent-border);background:var(--accent-dim)}.docs-timeline-loop-bridge{width:28px;height:2px;background:linear-gradient(to right,rgba(239,68,68,.4),var(--accent-color));border-radius:1px}.docs-timeline-loop-text{font-size:13px;font-weight:500;color:var(--accent-color)}.docs-timeline-loop-connector{font-size:18px;color:var(--accent-color);line-height:1}.docs-timeline-loop-connector:before{content:"↩"}.docs-timeline-loop-target{font-size:12px;color:var(--text)}.docs-final-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;align-items:center}
