.promo-banner.svelte-1gihp9l{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--color-ink-dark);border-bottom:1px solid var(--color-walnut-edge);animation:svelte-1gihp9l-slide-down .3s ease-out}@keyframes svelte-1gihp9l-slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.hero-shot-wrap.svelte-snws4r{transform:translateY(calc(var(--scroll-y, 0px) * -.06));will-change:transform}.hero-carousel.svelte-snws4r{position:relative;aspect-ratio:1600 / 910;border-radius:.75rem;border:1px solid var(--color-border);background:var(--color-card);overflow:hidden;opacity:0;cursor:grab;touch-action:pan-y;animation:svelte-snws4r-settle .9s cubic-bezier(.16,1,.3,1) .1s forwards;box-shadow:0 1px 2px #0e172b0d,0 12px 24px -12px #0e172b1f,0 32px 64px -24px #0e172b29}.hero-carousel.dragging.svelte-snws4r{cursor:grabbing}.track.svelte-snws4r{display:flex;width:100%;height:100%}.track.ready.svelte-snws4r{transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-carousel.dragging.svelte-snws4r .track:where(.svelte-snws4r){transition:none}.slide.svelte-snws4r{flex:0 0 100%;width:100%;height:100%}.slide.svelte-snws4r img:where(.svelte-snws4r){display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.arrow.svelte-snws4r{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid var(--color-slate-mist);background:var(--color-linen);color:var(--color-ink-dark);cursor:pointer;opacity:0;box-shadow:0 2px 8px -2px #0e172b2e;transition:opacity .2s ease-out,background-color .2s ease-out}.arrow-prev.svelte-snws4r{left:.75rem}.arrow-next.svelte-snws4r{right:.75rem}@media(hover:hover)and (pointer:fine){.arrow.svelte-snws4r{display:flex;opacity:.9}.hero-carousel.svelte-snws4r:hover .arrow:where(.svelte-snws4r){opacity:1}.arrow.svelte-snws4r:hover{background:var(--color-slate-mist)}}.arrow.svelte-snws4r:focus-visible{display:flex;opacity:1;outline:2px solid var(--color-teal-patina);outline-offset:2px}.dots.svelte-snws4r{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot.svelte-snws4r{width:.5rem;height:.5rem;border-radius:9999px;background:var(--color-slate-mist);cursor:pointer;transition:background-color .2s ease-out,width .2s ease-out}.dot.on.svelte-snws4r{width:1.25rem;background:var(--color-ink-dark)}.dot.svelte-snws4r:focus-visible{outline:2px solid var(--color-teal-patina);outline-offset:2px}@keyframes svelte-snws4r-settle{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-shot-wrap.svelte-snws4r{transform:none!important}.hero-carousel.svelte-snws4r{animation:none;opacity:1}.track.svelte-snws4r,.track.ready.svelte-snws4r{transition:none}}.concept-chat.svelte-ceer4c{display:flex;flex-direction:column;justify-content:center;min-height:13.5rem;padding:1.5rem;background:var(--color-linen);border:1px solid var(--color-slate-mist);border-radius:.75rem}.thread.svelte-ceer4c{display:flex;flex-direction:column;gap:1rem;transition:opacity .5s ease-out}.is-out.svelte-ceer4c .thread:where(.svelte-ceer4c){opacity:0}.msg.svelte-ceer4c{display:flex;flex-direction:column;gap:.3rem;max-width:90%;animation:svelte-ceer4c-msg-in .3s ease-out both}.msg-user.svelte-ceer4c{align-self:flex-end;align-items:flex-end}.msg-ai.svelte-ceer4c{align-self:flex-start;align-items:flex-start}.sender.svelte-ceer4c{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:500;letter-spacing:.02em;color:var(--color-workshop-steel);padding:0 .25rem}.sender-ai.svelte-ceer4c{color:var(--color-ink-dark);font-weight:600}.mark.svelte-ceer4c{display:flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:.3rem;background:var(--color-ink-dark);color:var(--color-linen)}.bubble.svelte-ceer4c{padding:.625rem .875rem;font-size:.9375rem;line-height:1.5;border-radius:.75rem}.bubble-user.svelte-ceer4c{background:var(--color-slate-mist);color:var(--color-ink-dark);border-top-right-radius:.25rem}.bubble-ai.svelte-ceer4c{background:var(--color-ink-dark);color:var(--color-linen);border-top-left-radius:.25rem}.caret.svelte-ceer4c{display:inline-block;width:1px;height:1.05em;margin-left:1px;vertical-align:text-bottom;background:var(--color-ink-dark);animation:svelte-ceer4c-caret-blink 1s steps(1) infinite}.bubble-typing.svelte-ceer4c{display:inline-flex;align-items:center;gap:.25rem;padding:.75rem .875rem}.typing-dot.svelte-ceer4c{width:.35rem;height:.35rem;border-radius:9999px;background:var(--color-linen);opacity:.5;animation:svelte-ceer4c-typing 1.2s ease-in-out infinite}.typing-dot.svelte-ceer4c:nth-child(2){animation-delay:.18s}.typing-dot.svelte-ceer4c:nth-child(3){animation-delay:.36s}@keyframes svelte-ceer4c-msg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-ceer4c-caret-blink{50%{opacity:0}}@keyframes svelte-ceer4c-typing{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.9;transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.caret.svelte-ceer4c,.typing-dot.svelte-ceer4c,.msg.svelte-ceer4c{animation:none}.thread.svelte-ceer4c{transition:none}.caret.svelte-ceer4c{display:none}}.concept-kb.svelte-1m0k2bi{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--color-linen);border:1px solid var(--color-slate-mist);border-radius:.75rem}.kb-label.svelte-1m0k2bi{font-size:.6875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-workshop-steel)}.kb-body.svelte-1m0k2bi{display:flex;gap:1rem;align-items:stretch}.kb-list.svelte-1m0k2bi{display:flex;flex-direction:column;gap:.125rem;width:11rem;flex-shrink:0}.kb-item.svelte-1m0k2bi{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4rem .5rem;border-radius:.375rem;border-left:1px solid transparent;font-size:.8125rem;text-align:left;color:var(--color-workshop-steel);cursor:pointer;transition:color .2s ease-out,background-color .2s ease-out}.kb-item.svelte-1m0k2bi:hover{color:var(--color-ink-dark);background:color-mix(in oklch,var(--color-slate-mist) 50%,transparent)}.kb-item.active.svelte-1m0k2bi{background:var(--color-slate-mist);border-left-color:var(--color-teal-patina);color:var(--color-ink-dark);font-weight:500}.kb-item.svelte-1m0k2bi:focus-visible{outline:2px solid var(--color-teal-patina);outline-offset:1px}.kb-item-label.svelte-1m0k2bi{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-more.svelte-1m0k2bi{cursor:default;color:var(--color-workshop-steel);opacity:.75}.kb-more.svelte-1m0k2bi:hover{background:transparent;color:var(--color-workshop-steel)}.kb-preview.svelte-1m0k2bi{position:relative;flex:1;min-height:14rem}.kb-slide.svelte-1m0k2bi{position:absolute;inset:0}.kb-doc.svelte-1m0k2bi{display:flex;flex-direction:column;gap:.625rem;height:100%;justify-content:center;padding:.5rem .25rem}.kb-doc-icon.svelte-1m0k2bi{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.5rem;background:var(--color-slate-mist);color:var(--color-ink-dark)}.kb-doc-title.svelte-1m0k2bi{font-size:1.0625rem;font-weight:600;color:var(--color-ink-dark)}.kb-doc-desc.svelte-1m0k2bi{font-size:.875rem;line-height:1.5;color:var(--color-workshop-steel)}.kb-lines.svelte-1m0k2bi{display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem}.kb-lines.svelte-1m0k2bi span:where(.svelte-1m0k2bi){height:.4rem;border-radius:9999px;background:var(--color-slate-mist)}.kb-lines.svelte-1m0k2bi span:where(.svelte-1m0k2bi):nth-child(1){width:90%}.kb-lines.svelte-1m0k2bi span:where(.svelte-1m0k2bi):nth-child(2){width:75%}.kb-lines.svelte-1m0k2bi span:where(.svelte-1m0k2bi):nth-child(3){width:55%}.kb-tasks.svelte-1m0k2bi{display:flex;flex-direction:column;gap:.625rem;height:100%;justify-content:center}.kb-task.svelte-1m0k2bi{display:flex;flex-direction:column;gap:.5rem;padding:.625rem;background:var(--color-linen);border:1px solid var(--color-slate-mist);border-radius:.5rem}.kb-task-head.svelte-1m0k2bi{display:flex;align-items:flex-start;gap:.375rem}.kb-check.svelte-1m0k2bi{color:var(--color-workshop-steel);margin-top:.05rem;flex-shrink:0}.kb-task-t.svelte-1m0k2bi{flex:1;min-width:0;font-size:.8125rem;font-weight:500;line-height:1.35;color:var(--color-ink-dark)}.kb-task-assignee.svelte-1m0k2bi{display:flex;align-items:center;gap:.4rem;min-width:0}.kb-avatar.svelte-1m0k2bi{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:9999px;background:var(--color-ink-dark);color:var(--color-linen);font-size:.5625rem;font-weight:600;flex-shrink:0}.kb-task-who.svelte-1m0k2bi{font-size:.75rem;color:var(--color-workshop-steel);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-task-foot.svelte-1m0k2bi{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.kb-pri.svelte-1m0k2bi{font-size:.625rem;font-weight:500;padding:.05rem .4rem;border-radius:.25rem;border:1px solid var(--color-slate-mist);color:var(--color-workshop-steel);white-space:nowrap}.kb-due.svelte-1m0k2bi{display:flex;align-items:center;gap:.2rem;font-size:.6875rem;color:var(--color-workshop-steel);white-space:nowrap}.kb-overdue.svelte-1m0k2bi{flex-shrink:0;font-size:.625rem;font-weight:500;padding:.05rem .4rem;border-radius:.25rem;color:var(--color-cinnabar);background:color-mix(in oklch,var(--color-cinnabar) 8%,transparent);border:1px solid color-mix(in oklch,var(--color-cinnabar) 28%,transparent);white-space:nowrap}.kb-due-late.svelte-1m0k2bi{color:var(--color-cinnabar)}@media(max-width:767px){.kb-body.svelte-1m0k2bi{flex-direction:column}.kb-list.svelte-1m0k2bi{flex-direction:row;width:100%;gap:.375rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.kb-list.svelte-1m0k2bi::-webkit-scrollbar{display:none}.kb-item.svelte-1m0k2bi{width:auto;flex-shrink:0;border:1px solid var(--color-slate-mist);border-radius:9999px;padding:.3rem .7rem}.kb-item.active.svelte-1m0k2bi{border-color:var(--color-teal-patina)}}.concept-analysis.svelte-1essps0{display:flex;flex-direction:column;gap:1rem;min-height:12.5rem;padding:1.5rem;background:var(--color-linen);border:1px solid var(--color-slate-mist);border-radius:.75rem}.agents.svelte-1essps0{display:flex;align-items:center;gap:.625rem}.agent.svelte-1essps0{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--color-workshop-steel);transition:color .3s ease-out}.agent.on.svelte-1essps0{color:var(--color-ink-dark)}.agent.svelte-1essps0 .num:where(.svelte-1essps0){display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:9999px;background:var(--color-slate-mist);color:var(--color-workshop-steel);font-size:.6875rem;transition:background-color .3s ease-out,color .3s ease-out}.agent.on.svelte-1essps0 .num:where(.svelte-1essps0){background:var(--color-ink-dark);color:var(--color-linen)}.agent.active.svelte-1essps0 .num:where(.svelte-1essps0){animation:svelte-1essps0-step-pulse 1s ease-in-out infinite}.claim.svelte-1essps0{font-size:1rem;line-height:1.5;color:var(--color-ink-dark);padding:.875rem 1rem;background:var(--color-slate-mist);border-radius:.5rem;animation:svelte-1essps0-rise .35s ease-out both}.verify.svelte-1essps0{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;min-height:2.75rem;animation:svelte-1essps0-rise .35s ease-out both}.source.svelte-1essps0{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-workshop-steel)}.check.svelte-1essps0{display:flex;align-items:center;justify-content:center;color:var(--color-teal-patina);flex-shrink:0}.checking.svelte-1essps0{display:inline-flex;align-items:center;gap:.3rem}.cd.svelte-1essps0{width:.4rem;height:.4rem;border-radius:9999px;background:var(--color-workshop-steel);opacity:.4;animation:svelte-1essps0-typing 1.2s ease-in-out infinite}.cd.svelte-1essps0:nth-child(2){animation-delay:.18s}.cd.svelte-1essps0:nth-child(3){animation-delay:.36s}.score.svelte-1essps0{display:flex;align-items:center;gap:.625rem}.gauge-wrap.svelte-1essps0{position:relative;width:2.75rem;height:2.75rem;flex-shrink:0}.gauge.svelte-1essps0{position:absolute;inset:0;width:100%;height:100%}.gauge.svelte-1essps0 .track:where(.svelte-1essps0){stroke:var(--color-slate-mist)}.gauge.svelte-1essps0 .prog:where(.svelte-1essps0){stroke:var(--color-teal-patina);transition:stroke-dashoffset .2s linear}.score-num.svelte-1essps0{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--color-ink-dark)}.score-label.svelte-1essps0{font-size:.75rem;color:var(--color-workshop-steel)}@keyframes svelte-1essps0-rise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1essps0-step-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.85);opacity:.7}}@keyframes svelte-1essps0-typing{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.9;transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.agent.svelte-1essps0 .num:where(.svelte-1essps0),.claim.svelte-1essps0,.verify.svelte-1essps0,.gauge.svelte-1essps0 .prog:where(.svelte-1essps0),.cd.svelte-1essps0{animation:none;transition:none}}.concept-call.svelte-1l54haq{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:22rem;padding:1.5rem;background:var(--color-linen);border:1px solid var(--color-slate-mist);border-radius:.75rem}.label.svelte-1l54haq{font-size:.6875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-workshop-steel)}.caller.svelte-1l54haq{display:flex;align-items:center;gap:1rem}.avatar.svelte-1l54haq{position:relative;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--color-ink-dark);color:var(--color-linen);font-size:1.25rem;font-weight:600;flex-shrink:0}.pulse.svelte-1l54haq{position:absolute;inset:0;border-radius:9999px;border:1px solid var(--color-workshop-steel);opacity:0;animation:svelte-1l54haq-call-pulse 2.4s ease-out infinite}.pulse-2.svelte-1l54haq{animation-delay:1.2s}@keyframes svelte-1l54haq-call-pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.caller-text.svelte-1l54haq{display:flex;flex-direction:column;line-height:1.3}.caller-name.svelte-1l54haq{font-size:1.0625rem;font-weight:600;color:var(--color-ink-dark)}.caller-sub.svelte-1l54haq{font-size:.875rem;color:var(--color-workshop-steel)}.actions.svelte-1l54haq{display:flex;gap:.625rem}.act.svelte-1l54haq{display:flex;align-items:center;justify-content:center;gap:.4rem;flex:1;padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.act-audio.svelte-1l54haq{background:var(--color-ink-dark);color:var(--color-linen)}.act-video.svelte-1l54haq{background:var(--color-linen);color:var(--color-ink-dark);border:1px solid var(--color-slate-mist)}@media(prefers-reduced-motion:reduce){.pulse.svelte-1l54haq{animation:none;display:none}}
