@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";.flow-graph{width:100%;min-height:100%;display:flex;flex-direction:column;gap:var(--space-4);color:var(--color-text-primary)}.flow-graph__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding:var(--space-5);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border) 90%);border-radius:var(--radius-2xl);background:radial-gradient(circle at top right,color-mix(in srgb,var(--color-button-primary-bg) 6%,transparent) 0,transparent 42%),linear-gradient(180deg,color-mix(in srgb,var(--color-bg-secondary) 72%,white 28%),var(--color-bg-primary));box-shadow:var(--shadow-sm)}.flow-graph__hero-main{display:flex;flex-direction:column;gap:var(--space-2);max-width:760px}.flow-graph__eyebrow,.flow-graph__section-eyebrow{font-size:var(--font-size-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-tertiary)}.flow-graph__title,.flow-graph__modal-title,.flow-graph__section-title{margin:0;font-size:var(--font-size-xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-semibold)}.flow-graph__subtitle{margin:0;color:var(--color-text-secondary);max-width:68ch;line-height:var(--line-height-relaxed)}.flow-graph__request-card{min-width:260px;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4);border-radius:var(--radius-xl);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 12%,var(--color-border) 88%);background:color-mix(in srgb,var(--color-bg-primary) 84%,var(--color-bg-secondary) 16%)}.flow-graph__request-label,.flow-graph__summary-card-label,.flow-graph__detail-label,.flow-graph__section-meta{font-size:var(--font-size-xs);color:var(--color-text-tertiary)}.flow-graph__request-value{display:block;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--color-bg-secondary);font-family:var(--font-mono);font-size:var(--font-size-xs);word-break:break-all}.flow-graph__request-actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.flow-graph__copy-btn,.flow-graph__full-link{align-self:flex-start;height:var(--button-height-sm);padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg-primary);color:var(--color-text-primary);text-decoration:none;font-size:var(--font-size-xs);cursor:pointer}.flow-graph__copy-btn:hover,.flow-graph__full-link:hover,.flow-graph__timeline-button:hover,.flow-graph__modal-close:hover{background:var(--color-bg-secondary)}.flow-graph__summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-3)}.flow-graph__diagnostics{padding:var(--space-4);border-radius:var(--radius-2xl);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border) 90%);background:var(--color-bg-primary);box-shadow:var(--shadow-xs)}.flow-graph__diagnostics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3)}.flow-graph__diagnostics-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-3)}.flow-graph__summary-card{padding:var(--space-4);border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg-primary);box-shadow:var(--shadow-xs)}.flow-graph__summary-card-value{margin-top:var(--space-1);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold)}.flow-graph__summary-card--running{border-color:color-mix(in srgb,var(--color-accent-info) 26%,var(--color-border) 74%);background:color-mix(in srgb,var(--color-accent-info) 5%,var(--color-bg-primary) 95%)}.flow-graph__summary-card--done{border-color:color-mix(in srgb,var(--color-accent-success) 24%,var(--color-border) 76%);background:color-mix(in srgb,var(--color-accent-success) 5%,var(--color-bg-primary) 95%)}.flow-graph__summary-card--error{border-color:color-mix(in srgb,var(--color-accent-error) 28%,var(--color-border) 72%);background:color-mix(in srgb,var(--color-accent-error) 5%,var(--color-bg-primary) 95%)}.flow-graph__workspace{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,.72fr);gap:var(--space-4);align-items:start}.flow-graph__sequence-panel,.flow-graph__steps-panel{padding:var(--space-4);border-radius:var(--radius-2xl);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border) 90%);background:var(--color-bg-primary);box-shadow:var(--shadow-xs)}.flow-graph__section-header,.flow-graph__modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.flow-graph__modal-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--space-2);flex-shrink:0}.flow-graph__section-header{margin-bottom:var(--space-4)}.flow-graph__actor-strip{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.flow-graph__actor-chip{padding:var(--space-1_5) var(--space-2_5);border-radius:var(--radius-full);background:color-mix(in srgb,var(--color-bg-secondary) 78%,white 22%);border:1px solid var(--color-border);font-size:var(--font-size-xs);color:var(--color-text-secondary)}.flow-graph__sequence-shell{min-height:680px;overflow:auto;border-radius:var(--radius-xl);border:1px solid var(--color-border-subtle);background:radial-gradient(circle at top left,color-mix(in srgb,var(--color-button-primary-bg) 4%,transparent),transparent 40%),linear-gradient(180deg,color-mix(in srgb,var(--color-bg-secondary) 72%,white 28%),var(--color-bg-primary))}.flow-graph__sequence-diagram{min-width:1080px;min-height:640px;padding:var(--space-4)}.flow-graph__sequence-diagram svg{display:block;width:max-content;min-width:100%;height:auto}.flow-graph__source-fallback{min-width:1080px;min-height:640px;padding:var(--space-4)}.flow-graph__fallback-title{margin-bottom:var(--space-3);font-size:var(--font-size-sm);color:var(--color-accent-error)}.flow-graph__source-code{margin:0;padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text-primary);font-family:var(--font-mono);font-size:var(--font-size-xs);line-height:var(--line-height-relaxed);white-space:pre-wrap;word-break:break-word}.flow-graph__timeline{display:flex;flex-direction:column;gap:var(--space-2)}.flow-graph__steps-panel{position:sticky;top:calc(var(--space-4) + 73px)}.flow-graph__timeline-item{display:flex;flex-direction:column;gap:var(--space-2)}.flow-graph__timeline-button{width:100%;text-align:left;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(180deg,color-mix(in srgb,var(--color-bg-secondary) 62%,white 38%),var(--color-bg-primary));padding:var(--space-3) var(--space-4);cursor:pointer}.flow-graph__timeline-item--selected .flow-graph__timeline-button{border-color:color-mix(in srgb,var(--color-button-primary-bg) 32%,var(--color-border) 68%);box-shadow:var(--shadow-sm)}.flow-graph__timeline-item--error .flow-graph__timeline-button{background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent-error) 4%,var(--color-bg-primary) 96%),var(--color-bg-primary))}.flow-graph__timeline-item--running .flow-graph__timeline-button{background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent-info) 4%,var(--color-bg-primary) 96%),var(--color-bg-primary))}.flow-graph__timeline-topline{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.flow-graph__timeline-title{font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm)}.flow-graph__timeline-summary{display:block;margin-top:var(--space-1);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);font-size:var(--font-size-xs)}.flow-graph__timeline-meta{display:block;margin-top:var(--space-2);font-size:var(--font-size-xs);color:var(--color-text-tertiary)}.flow-graph__timeline-subhint{color:var(--color-button-primary-bg);font-style:italic}.flow-graph__step-substeps{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-2);padding-left:var(--space-4);border-left:2px solid color-mix(in srgb,var(--color-button-primary-bg) 20%,var(--color-border))}.flow-graph__timeline-status{flex-shrink:0;padding:var(--space-1) var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-xs);border:1px solid var(--color-border)}.flow-graph__timeline-status--done{color:var(--color-accent-success);border-color:color-mix(in srgb,var(--color-accent-success) 35%,var(--color-border) 65%);background:color-mix(in srgb,var(--color-accent-success) 7%,var(--color-bg-primary) 93%)}.flow-graph__timeline-status--running{color:var(--color-accent-info);border-color:color-mix(in srgb,var(--color-accent-info) 35%,var(--color-border) 65%);background:color-mix(in srgb,var(--color-accent-info) 7%,var(--color-bg-primary) 93%)}.flow-graph__timeline-status--error{color:var(--color-accent-error);border-color:color-mix(in srgb,var(--color-accent-error) 35%,var(--color-border) 65%);background:color-mix(in srgb,var(--color-accent-error) 7%,var(--color-bg-primary) 93%)}.flow-graph__step-detail-inline{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border-subtle);box-shadow:inset 0 1px color-mix(in srgb,white 70%,transparent)}.flow-graph__detail-block{padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border-subtle)}.flow-graph__detail-block+.flow-graph__detail-block{margin-top:var(--space-2)}.flow-graph__detail-copy{margin:var(--space-2) 0 0;white-space:pre-wrap;word-break:break-word;color:var(--color-text-primary);font-family:var(--font-mono);font-size:var(--font-size-xs);line-height:var(--line-height-relaxed)}.flow-graph__invariants{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-2)}.flow-graph__invariant{padding:var(--space-3);border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);background:var(--color-bg-primary)}.flow-graph__invariant--done{border-color:color-mix(in srgb,var(--color-accent-success) 28%,var(--color-border) 72%);background:color-mix(in srgb,var(--color-accent-success) 4%,var(--color-bg-primary) 96%)}.flow-graph__invariant--error{border-color:color-mix(in srgb,var(--color-accent-error) 28%,var(--color-border) 72%);background:color-mix(in srgb,var(--color-accent-error) 4%,var(--color-bg-primary) 96%)}.flow-graph__invariant-title{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);font-family:var(--font-mono)}.flow-graph__invariant-message{margin-top:var(--space-1);font-size:var(--font-size-xs);color:var(--color-text-secondary);line-height:var(--line-height-relaxed)}.flow-graph__modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-6);background:#090b107a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.flow-graph__modal-content{width:min(1360px,96vw);max-height:92vh;overflow:auto;padding:var(--space-5);border-radius:24px;background:color-mix(in srgb,var(--color-bg-primary) 90%,white 10%);box-shadow:var(--shadow-2xl)}.flow-graph__modal-close{width:36px;height:36px;border:1px solid var(--color-border);border-radius:50%;background:var(--color-bg-primary);font-size:20px;line-height:1;cursor:pointer}.flow-graph__loading,.flow-graph__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:var(--space-3)}.flow-graph__loading-spinner{width:32px;height:32px;border:3px solid color-mix(in srgb,var(--color-button-primary-bg) 12%,transparent);border-top-color:var(--color-button-primary-bg);border-radius:50%;animation:flow-graph-spin 1s linear infinite}.flow-graph__error{color:var(--color-accent-error)}@keyframes flow-graph-spin{to{transform:rotate(360deg)}}.flow-graph--compact .flow-graph__hero{padding:var(--space-4)}.flow-graph--compact .flow-graph__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-graph--compact .flow-graph__workspace{grid-template-columns:minmax(0,1fr)}.flow-graph--compact .flow-graph__sequence-shell{min-height:520px}.flow-graph--compact .flow-graph__sequence-diagram,.flow-graph--compact .flow-graph__source-fallback{min-width:960px;min-height:480px}.flow-graph--compact .flow-graph__steps-panel{position:static}@media(max-width:1280px){.flow-graph__summary{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-graph__diagnostics-grid,.flow-graph__diagnostics-details{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-graph__workspace{grid-template-columns:minmax(0,1fr)}}@media(max-width:840px){.flow-graph__hero,.flow-graph__section-header,.flow-graph__modal-header{flex-direction:column;align-items:stretch}.flow-graph__modal-header-actions{justify-content:space-between}.flow-graph__summary,.flow-graph__diagnostics-grid,.flow-graph__diagnostics-details,.flow-graph--compact .flow-graph__summary{grid-template-columns:minmax(0,1fr)}.flow-graph__sequence-shell{min-height:420px}.flow-graph__sequence-diagram,.flow-graph__source-fallback{min-width:880px;min-height:380px}.flow-graph__modal{padding:var(--space-3)}.flow-graph__modal-content{padding:var(--space-4)}}.message-list{flex:1;overflow-y:auto;padding:var(--space-8) var(--space-10);display:flex;flex-direction:column;gap:var(--space-8)}.message-list__empty{text-align:center;color:var(--color-text-muted);margin:auto;max-width:400px;animation:fade-in var(--transition-slow)}.message-list__empty-icon{margin-bottom:var(--space-4);color:var(--color-button-primary-bg);opacity:.5}.message-list__empty-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-2)}.message-list__empty-sub{font-size:var(--font-size-sm);color:var(--color-text-tertiary);line-height:var(--line-height-relaxed)}.message__user-bubble,.message__assistant-text,.message__operation-flow,.message__file-card{position:relative;border-radius:var(--radius-lg);animation:slide-up var(--transition-normal)}.message__label{font-size:var(--font-size-2xs);font-weight:var(--font-weight-medium);color:color-mix(in srgb,var(--color-button-primary-bg) 16%,var(--color-text-muted) 84%);margin-bottom:var(--space-2);text-transform:none;letter-spacing:.03em;padding-left:var(--space-1);line-height:1}.message__user-bubble{max-width:80%;background:color-mix(in srgb,var(--color-button-primary-bg) 5%,var(--color-bg-primary) 95%);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 16%,var(--color-border) 84%);color:var(--color-text-primary);padding:var(--space-3) var(--space-5);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);word-break:break-word;margin-left:var(--space-1)}.message__assistant-text{max-width:85%;background:color-mix(in srgb,var(--color-bg-secondary) 82%,white 18%);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border) 90%);padding:var(--space-4) var(--space-6);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:var(--color-text-primary);word-break:break-word;margin-left:var(--space-1)}.message__operation-flow{width:clamp(320px,72vw,640px);max-width:min(100%,88vw);min-width:min(320px,calc(100vw - var(--space-12)));padding:var(--space-4) var(--space-5);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 18%,var(--color-border) 82%);background:linear-gradient(180deg,color-mix(in srgb,var(--color-button-primary-bg) 6%,var(--color-bg-primary) 94%),color-mix(in srgb,var(--color-bg-secondary) 88%,white 12%));display:flex;flex-direction:column;gap:var(--space-2);margin-left:var(--space-1)}.message__operation-flow--failed{border-color:color-mix(in srgb,var(--color-accent-error) 26%,var(--color-border) 74%);background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent-error) 7%,var(--color-bg-primary) 93%),color-mix(in srgb,var(--color-bg-secondary) 90%,white 10%))}.message__operation-flow--running{border-color:color-mix(in srgb,var(--color-button-primary-bg) 24%,var(--color-border) 76%);background:linear-gradient(180deg,color-mix(in srgb,var(--color-button-primary-bg) 8%,var(--color-bg-primary) 92%),color-mix(in srgb,var(--color-bg-secondary) 90%,white 10%))}.message__operation-flow-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding-bottom:var(--space-1)}.message__operation-flow-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);letter-spacing:.01em}.message__operation-flow-status{flex-shrink:0;display:flex;align-items:center;gap:var(--space-1_5);font-size:var(--font-size-xs);color:color-mix(in srgb,var(--color-button-primary-bg) 34%,var(--color-text-tertiary) 66%);text-transform:none;letter-spacing:.02em}.message__operation-flow-status-indicator,.message__operation-flow-step-indicator{display:inline-block;flex-shrink:0}.message__operation-flow-status-indicator{width:8px;height:8px;border-radius:50%}.message__operation-flow-status-indicator--done{background:var(--color-button-primary-bg)}.message__operation-flow-status-indicator--failed{background:var(--color-accent-error)}.message__operation-flow-status-indicator--pending{background:var(--color-text-muted)}.message__operation-flow-status-indicator--spinner,.message__operation-flow-step-indicator--spinner,.message__streaming-spinner{border-radius:50%;border:2px solid color-mix(in srgb,var(--color-button-primary-bg) 18%,transparent);border-top-color:var(--color-button-primary-bg);animation:doc-spin .9s linear infinite}.message__operation-flow-status-indicator--spinner{width:12px;height:12px;border-width:1.5px}.message__operation-flow-summary{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);padding-top:var(--space-1)}.message__operation-flow-summary--running{color:color-mix(in srgb,var(--color-button-primary-bg) 62%,var(--color-text-secondary) 38%)}.message__operation-flow-steps{display:flex;flex-direction:column;gap:var(--space-2)}.message__operation-flow-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-3);padding:var(--space-1) 0 var(--space-1_5)}.message__operation-flow-progress-track{position:relative;height:8px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-bg-primary) 90%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border-subtle) 90%)}.message__operation-flow-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--color-button-primary-bg) 72%,white 28%),var(--color-button-primary-bg));transition:width var(--transition-normal)}.message__operation-flow--failed .message__operation-flow-progress-fill{background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-error) 72%,white 28%),var(--color-accent-error))}.message__operation-flow-progress-value{font-size:var(--font-size-xs);font-variant-numeric:tabular-nums;color:var(--color-text-tertiary);white-space:nowrap}.message__operation-flow-step{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:var(--space-2);align-items:center;font-size:var(--font-size-xs);padding-top:var(--space-1);border-top:1px solid color-mix(in srgb,var(--color-button-primary-bg) 8%,var(--color-border-subtle) 92%)}.message__operation-flow-step:first-child{padding-top:0;border-top:none}.message__operation-flow-step-indicator{width:10px;height:10px;border-radius:50%}.message__operation-flow-step-indicator--done{background:var(--color-button-primary-bg)}.message__operation-flow-step-indicator--failed{background:var(--color-accent-error)}.message__operation-flow-step-indicator--pending{background:var(--color-text-muted)}.message__operation-flow-step:has(.message__operation-flow-step-indicator--spinner) .message__operation-flow-step-text{color:color-mix(in srgb,var(--color-button-primary-bg) 70%,var(--color-text-primary) 30%)}.message__operation-flow-step-text{min-width:0;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message__operation-flow-step-meta{color:var(--color-text-tertiary);white-space:nowrap}.message__operation-flow-step--pending{opacity:.58}.message__operation-flow-step--pending .message__operation-flow-step-text{color:color-mix(in srgb,var(--color-text-secondary) 60%,var(--color-text-muted) 40%)}.message__operation-flow-step--pending .message__operation-flow-step-meta{color:color-mix(in srgb,var(--color-text-tertiary) 62%,var(--color-text-muted) 38%)}.message__operation-flow-step--pending .message__operation-flow-step-indicator--pending{background:color-mix(in srgb,var(--color-text-muted) 78%,white 22%)}@media(max-width:768px){.message-list{padding:var(--space-6) var(--space-4)}.message__operation-flow{width:100%;max-width:calc(100vw - var(--space-8));min-width:0;padding:var(--space-3) var(--space-4)}}.request-id-badge{flex-shrink:0;display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-2xs);font-family:var(--font-mono);color:color-mix(in srgb,var(--color-button-primary-bg) 54%,var(--color-text-tertiary) 46%);background:color-mix(in srgb,var(--color-button-primary-bg) 8%,var(--color-bg-primary) 92%);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 14%,var(--color-border-subtle) 86%);border-radius:var(--radius-md);padding:var(--space-1) var(--space-2);cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.request-id-badge:hover{background:color-mix(in srgb,var(--color-button-primary-bg) 13%,var(--color-bg-primary) 87%);border-color:color-mix(in srgb,var(--color-button-primary-bg) 24%,var(--color-border-subtle) 76%);color:var(--color-button-primary-bg)}.message__view-flow-btn{flex-shrink:0;font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);color:var(--color-button-primary-bg);background:color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-bg-primary) 90%);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 20%,var(--color-border-subtle) 80%);border-radius:var(--radius-md);padding:var(--space-1) var(--space-3);cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.message__view-flow-btn:hover{background:color-mix(in srgb,var(--color-button-primary-bg) 18%,var(--color-bg-primary) 82%);border-color:color-mix(in srgb,var(--color-button-primary-bg) 35%,var(--color-border-subtle) 65%)}.message__file-card{margin-top:var(--space-2);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 18%,var(--color-border) 82%);padding:var(--space-4);background:linear-gradient(180deg,color-mix(in srgb,var(--color-button-primary-bg) 7%,var(--color-bg-primary) 93%),color-mix(in srgb,var(--color-bg-primary) 84%,var(--color-bg-secondary) 16%));display:flex;flex-direction:column;gap:var(--space-3);transition:border-color var(--transition-normal),background-color var(--transition-normal);max-width:400px;margin-left:var(--space-1)}.message__file-card:hover{border-color:color-mix(in srgb,var(--color-button-primary-hover) 34%,var(--color-border) 66%);background:linear-gradient(180deg,color-mix(in srgb,var(--color-button-primary-bg) 9%,var(--color-bg-primary) 91%),color-mix(in srgb,var(--color-bg-primary) 82%,var(--color-bg-secondary) 18%))}.message__file-header{display:flex;align-items:center;gap:var(--space-4);cursor:pointer;padding-bottom:var(--space-1)}.message__file-name{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:2px;letter-spacing:.01em}.message__file-type{font-size:var(--font-size-xs);color:var(--color-text-muted);font-weight:var(--font-weight-medium)}.message__file-actions{display:flex;gap:var(--space-4);padding-top:var(--space-3);border-top:1px solid color-mix(in srgb,var(--color-button-primary-bg) 8%,var(--color-border-subtle) 92%)}.message__file-action{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:color-mix(in srgb,var(--color-button-primary-bg) 74%,black 26%);text-decoration:none;cursor:pointer;background:color-mix(in srgb,var(--color-button-primary-bg) 8%,var(--color-bg-primary) 92%);border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 14%,var(--color-border-subtle) 86%);padding:var(--space-1_5) var(--space-3);border-radius:var(--radius-md);display:flex;align-items:center;gap:var(--space-2);transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.message__file-action:hover{background:color-mix(in srgb,var(--color-button-primary-bg) 13%,var(--color-bg-primary) 87%);border-color:color-mix(in srgb,var(--color-button-primary-hover) 24%,var(--color-border-subtle) 76%);color:color-mix(in srgb,var(--color-button-primary-hover) 86%,black 14%)}.message__file-warnings{display:flex;flex-direction:column;gap:var(--space-2);padding-top:var(--space-1)}.message__file-warning{font-size:var(--font-size-xs);color:color-mix(in srgb,var(--color-accent-warning) 78%,black 22%);background:color-mix(in srgb,var(--color-accent-warning) 8%,var(--color-bg-primary) 92%);border:1px solid color-mix(in srgb,var(--color-accent-warning) 18%,var(--color-border-subtle) 82%);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);line-height:var(--line-height-relaxed)}.message__streaming-progress{font-size:var(--font-size-xs);color:color-mix(in srgb,var(--color-button-primary-bg) 28%,var(--color-text-tertiary) 72%);background:var(--color-bg-secondary);border-radius:var(--radius-full);padding:var(--space-1) var(--space-4);display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);margin-left:var(--space-1);width:fit-content}.message__streaming-spinner{display:inline-block;width:12px;height:12px;border-width:1.5px}.message__cursor{display:inline-block;width:2px;height:1.2em;background:var(--color-button-primary-bg);margin-left:2px;animation:blink 1s step-end infinite;vertical-align:middle}.markdown-body p{margin:0 0 1em}.markdown-body p:last-child{margin-bottom:0}.markdown-body ul,.markdown-body ol{padding-left:1.5em;margin:.5em 0}.markdown-body li{margin:.25em 0}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin:1.5em 0 .5em;font-weight:var(--font-weight-bold);color:var(--color-text-primary)}.markdown-body h1{font-size:1.5em}.markdown-body h2{font-size:1.25em}.markdown-body h3{font-size:1.1em}.message__operation-flow .markdown-body h2{margin-top:var(--space-5);padding-top:var(--space-2);border-top:1px solid color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border) 90%)}.message__operation-flow .markdown-body h2:first-child{margin-top:0;padding-top:0;border-top:0}.message__operation-flow .markdown-body h3{margin-top:var(--space-4);margin-bottom:var(--space-2);font-size:var(--font-size-sm);letter-spacing:.01em}.message__operation-flow .markdown-body ul{margin:.6em 0}.message__operation-flow .markdown-body li::marker{color:color-mix(in srgb,var(--color-button-primary-bg) 52%,var(--color-text-secondary) 48%)}.message__operation-flow .markdown-body table{width:100%;border-collapse:separate;border-spacing:0;margin:.85em 0 1em;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-button-primary-bg) 12%,var(--color-border) 88%);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-bg-primary) 82%,white 18%);display:block;box-shadow:0 10px 20px #0f172a0a}.message__operation-flow .markdown-body thead,.message__operation-flow .markdown-body tbody,.message__operation-flow .markdown-body tr{display:table;width:100%;table-layout:fixed}.message__operation-flow .markdown-body th,.message__operation-flow .markdown-body td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid color-mix(in srgb,var(--color-button-primary-bg) 10%,var(--color-border-subtle) 90%);word-break:break-word}.message__operation-flow .markdown-body th{background:color-mix(in srgb,var(--color-button-primary-bg) 8%,var(--color-bg-secondary) 92%);color:color-mix(in srgb,var(--color-button-primary-bg) 32%,var(--color-text-secondary) 68%);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold)}.message__operation-flow .markdown-body tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--color-button-primary-bg) 3%,var(--color-bg-primary) 97%)}.message__operation-flow .markdown-body tbody tr:last-child td{border-bottom:0}.markdown-body code{background:var(--color-bg-tertiary);padding:.2em .4em;border-radius:var(--radius-sm);font-size:.9em;font-family:var(--font-mono)}.markdown-body pre{background:var(--color-bg-tertiary);padding:var(--space-4);border-radius:var(--radius-md);overflow-x:auto;margin:1em 0}.markdown-body pre code{background:none;padding:0}@media(max-width:720px){.message__operation-flow .markdown-body table{overflow-x:auto;-webkit-overflow-scrolling:touch}}.debug-log-panel{position:fixed;bottom:var(--space-4);right:var(--space-4);width:400px;height:300px;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;overflow:hidden;z-index:1000}.debug-log-panel__header{cursor:move;-webkit-user-select:none;user-select:none}.debug-log-panel__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary)}.debug-log-panel__title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.debug-log-panel__clear{font-size:var(--font-size-xs);color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);transition:background-color var(--transition-fast)}.debug-log-panel__clear:hover{background:var(--color-bg-tertiary)}.debug-log-panel__list{flex:1;overflow-y:auto;padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2);-webkit-user-select:text;user-select:text;cursor:text}.debug-log-panel__item{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-2);background:var(--color-bg-secondary);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.debug-log-panel__item-header{display:flex;align-items:center;gap:var(--space-2)}.debug-log-panel__timestamp{color:var(--color-text-muted);font-family:var(--font-mono)}.debug-log-panel__badge{padding:1px var(--space-2);border-radius:var(--radius-sm);font-size:10px;font-weight:var(--font-weight-semibold);text-transform:uppercase}.debug-log-panel__badge--request{background:color-mix(in srgb,var(--color-button-primary-bg) 15%,transparent);color:var(--color-button-primary-bg)}.debug-log-panel__badge--backend{background:color-mix(in srgb,var(--color-accent-warning) 15%,transparent);color:var(--color-accent-warning)}.debug-log-panel__content{color:var(--color-text-secondary);white-space:pre-wrap;word-break:break-all;font-family:var(--font-mono);line-height:1.4;-webkit-user-select:text;user-select:text;cursor:text}.debug-log-panel__resize-handle{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:se-resize;background:linear-gradient(135deg,transparent 50%,var(--color-border) 50%);border-radius:0 0 var(--radius-lg) 0}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace;--font-display: var(--font-sans);--font-size-2xs: .625rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-none: 1;--line-height-tight: 1.25;--line-height-snug: 1.375;--line-height-normal: 1.5;--line-height-relaxed: 1.625;--line-height-loose: 2;--letter-spacing-tighter: -.05em;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0em;--letter-spacing-wide: .025em;--color-bg: oklch(.99 0 0);--color-bg-primary: oklch(1 0 0);--color-bg-secondary: oklch(.97 0 0);--color-bg-tertiary: oklch(.93 0 0);--color-bg-overlay: oklch(1 0 0 / .85);--color-bg-hover: oklch(.96 0 0 / .04);--color-bg-active: oklch(.94 0 0 / .06);--color-text-primary: oklch(.15 0 0);--color-text-secondary: oklch(.45 0 0);--color-text-tertiary: oklch(.65 0 0);--color-text-muted: oklch(.75 0 0);--color-text-disabled: oklch(.85 0 0);--color-text-inverse: oklch(.99 0 0);--color-border: oklch(.9 0 0);--color-border-strong: oklch(.82 0 0);--color-border-subtle: oklch(.97 0 0);--color-focus-ring: oklch(.6 .2 250 / .5);--color-selection: oklch(.6 .2 250 / .15);--color-accent-ppt: oklch(.65 .24 30);--color-accent-word: oklch(.6 .2 250);--color-accent-excel: oklch(.65 .2 145);--color-accent-error: oklch(.6 .25 25);--color-accent-warning: oklch(.75 .2 85);--color-accent-success: oklch(.65 .2 145);--color-accent-info: oklch(.6 .2 250);--color-button-primary-bg: oklch(.15 0 0);--color-button-primary-text: oklch(.99 0 0);--color-button-primary-hover: oklch(.25 0 0);--color-button-secondary-bg: oklch(.97 0 0);--color-button-secondary-text: oklch(.15 0 0);--color-button-secondary-hover: oklch(.93 0 0);--color-button-disabled-bg: oklch(.93 0 0);--color-button-disabled-text: oklch(.65 0 0);--space-0: 0px;--space-px: 1px;--space-0_5: 2px;--space-1: 4px;--space-1_5: 6px;--space-2: 8px;--space-2_5: 10px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--radius-none: 0px;--radius-xs: 2px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-3xl: 24px;--radius-full: 9999px;--shadow-none: none;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05);--transition-fast: .1s cubic-bezier(.4, 0, .2, 1);--transition-normal: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-spring: .5s cubic-bezier(.175, .885, .32, 1.275);--sidebar-width: 240px;--sidebar-collapsed-width: 64px;--header-height: 56px;--input-height: 40px;--button-height-sm: 32px;--button-height-md: 40px;--button-height-lg: 48px;--z-base: 0;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-tooltip: 500;--input-border-width: 1px;--input-padding-x: var(--space-4);--input-padding-y: var(--space-2_5);--card-padding: var(--space-6);--message-bubble-radius: var(--radius-xl);--scrollbar-width: 8px;--scrollbar-thumb-radius: 4px}*,*:before,*:after{box-sizing:border-box}html{zoom:.75;transition:background-color var(--transition-normal),color var(--transition-normal)}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:var(--font-sans);font-size:var(--font-size-base);color:var(--color-text-primary);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--line-height-normal)}button{font-family:inherit;transition:all var(--transition-fast)}button:active{transform:scale(.98)}textarea{font-family:inherit}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--scrollbar-thumb-radius);border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted);background-clip:content-box}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes doc-spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slide-up{0%{transform:translate3d(0,10px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-out-blur{0%{transform:translateZ(0) skew(0);filter:blur(0);opacity:1}40%{transform:translate3d(-40px,0,0) skew(-10deg);filter:blur(3px);opacity:.6}to{transform:translate3d(-100px,0,0) skew(-20deg);filter:blur(6px);opacity:0}}@keyframes slide-in-blur{0%{transform:translate3d(100px,0,0) skew(20deg);filter:blur(6px);opacity:0}60%{transform:translate3d(40px,0,0) skew(10deg);filter:blur(3px);opacity:.6}to{transform:translateZ(0) skew(0);filter:blur(0);opacity:1}}:root{--stitch-background: #f7f9fb;--stitch-surface: #ffffff;--stitch-surface-low: #f0f4f7;--stitch-surface-mid: #e8eff3;--stitch-surface-high: #dfe8ed;--stitch-text: #2a3439;--stitch-text-muted: #566166;--stitch-text-subtle: #717c82;--stitch-outline: rgba(113, 124, 130, .16);--stitch-outline-strong: rgba(113, 124, 130, .28);--stitch-primary: #0053db;--stitch-primary-dim: #0048c1;--stitch-primary-soft: #dbe1ff;--stitch-primary-fixed-dim: #c7d3ff;--stitch-tertiary: #605c78;--stitch-tertiary-soft: #e3dbfd;--stitch-success: #0f9d58;--stitch-error: #9f403d;--stitch-shadow: 0 12px 40px -12px rgba(42, 52, 57, .08)}html{zoom:1}body,#root{background:var(--stitch-background);color:var(--stitch-text)}button,input,textarea,select{font:inherit}.stitch-app{display:flex;height:100%;min-height:100%;background:radial-gradient(circle at top right,rgba(219,225,255,.75),transparent 30%),var(--stitch-background);color:var(--stitch-text)}.stitch-shell{display:flex;height:100%;min-height:100%;width:100%}.stitch-sidebar{width:264px;flex-shrink:0;display:flex;flex-direction:column;gap:24px;padding:24px;background:var(--stitch-surface-low)}.stitch-brand{display:flex;align-items:center;gap:12px}.stitch-brand__mark{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,var(--stitch-primary),var(--stitch-primary-dim));box-shadow:var(--stitch-shadow)}.stitch-brand__title{font-family:"Manrope",var(--font-sans);font-size:1.1rem;font-weight:800;letter-spacing:-.03em}.stitch-brand__subtitle{color:var(--stitch-text-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700}.stitch-primary-button,.stitch-secondary-button,.stitch-ghost-button{border:0;cursor:pointer;transition:.16s ease}.stitch-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:14px;color:#f8f7ff;background:linear-gradient(180deg,var(--stitch-primary),var(--stitch-primary-dim));box-shadow:var(--stitch-shadow);font-weight:700}.stitch-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:14px;color:var(--stitch-text);background:var(--stitch-surface-mid);font-weight:700}.stitch-ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:14px;color:var(--stitch-primary);background:transparent;font-weight:700}.stitch-nav,.stitch-sidebar__section{display:flex;flex-direction:column;gap:6px}.stitch-nav__item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:0;background:transparent;color:var(--stitch-text-muted);font-weight:700;text-align:left;cursor:pointer}.stitch-nav__item--active{background:#ffffffb3;color:var(--stitch-primary);box-shadow:inset 2px 0 0 var(--stitch-primary)}.stitch-sidebar__label{margin:8px 4px 2px;font-size:.65rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--stitch-text-subtle)}.stitch-thread-list{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto}.stitch-thread-card{padding:14px;border-radius:16px;background:#ffffff9e;border:1px solid transparent;cursor:pointer}.stitch-thread-card--active{border-color:#0053db1f;background:#fff;box-shadow:var(--stitch-shadow)}.stitch-thread-card__title{font-weight:700;font-size:.92rem}.stitch-thread-card__meta{margin-top:4px;color:var(--stitch-text-muted);font-size:.78rem}.stitch-sidebar__footer{margin-top:auto;display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#ffffffb8}.stitch-avatar{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--stitch-primary-fixed-dim),var(--stitch-primary-soft));color:var(--stitch-primary-dim);font-weight:800}.stitch-main{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;min-height:100%}.stitch-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--stitch-outline)}.stitch-topbar__title{font-family:"Manrope",var(--font-sans);font-size:1.4rem;font-weight:800;letter-spacing:-.04em}.stitch-topbar__tabs,.stitch-topbar__actions,.stitch-status-row{display:flex;align-items:center;gap:12px}.stitch-tab{border:0;background:transparent;padding:8px 6px;color:var(--stitch-text-muted);font-weight:700;cursor:pointer}.stitch-tab--active{color:var(--stitch-primary);box-shadow:inset 0 -2px 0 var(--stitch-primary)}.stitch-status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--stitch-surface-low);color:var(--stitch-text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.stitch-status-pill__dot{width:8px;height:8px;border-radius:50%;background:var(--stitch-primary);box-shadow:0 0 #0053db80;animation:stitchPulse 1.8s infinite}@keyframes stitchPulse{0%{box-shadow:0 0 #0053db73}70%{box-shadow:0 0 0 10px #0053db00}to{box-shadow:0 0 #0053db00}}.stitch-content{flex:1;height:100%;min-height:0;padding:24px 24px 28px;overflow:hidden}.stitch-home,.stitch-library,.stitch-focus-page{height:100%;overflow:auto}.stitch-home__hero{max-width:1040px;margin:0 auto;padding:48px 0 72px}.stitch-eyebrow{display:inline-block;padding:6px 10px;border-radius:999px;background:#dbe1ff9e;color:var(--stitch-primary);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.stitch-hero-title{margin:18px 0 14px;font-family:"Manrope",var(--font-sans);font-size:clamp(2.7rem,5vw,4.3rem);line-height:.96;letter-spacing:-.05em}.stitch-hero-copy{max-width:720px;margin:0 0 28px;color:var(--stitch-text-muted);font-size:1.08rem;line-height:1.7}.stitch-command{position:relative;padding:18px;border-radius:28px;background:var(--stitch-surface);box-shadow:var(--stitch-shadow)}.stitch-command:before{content:"";position:absolute;inset:-1px;border-radius:29px;background:linear-gradient(90deg,#0053db29,#0048c10f);z-index:-1}.stitch-command__toolbar,.stitch-composer__toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.stitch-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--stitch-surface-low);color:var(--stitch-text-muted);font-size:.82rem;font-weight:700}.stitch-command__textarea,.stitch-composer__textarea{width:100%;border:0;outline:0;resize:none;background:transparent;color:var(--stitch-text);font-size:1rem;line-height:1.7;min-height:108px}.stitch-command__footer,.stitch-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.stitch-type-grid,.stitch-template-grid,.stitch-file-grid{display:grid;gap:24px}.stitch-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:40px}.stitch-type-card,.stitch-template-card,.stitch-file-card,.stitch-preview-card,.stitch-side-card,.stitch-editor-card{background:#ffffffd9;border-radius:24px;box-shadow:var(--stitch-shadow);overflow:hidden}.stitch-type-card{padding:28px;border:1px solid transparent;text-align:left;cursor:pointer}.stitch-type-card--active{border-color:#0053db2e;transform:translateY(-2px)}.stitch-type-card__icon{width:64px;height:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px}.stitch-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:42px 0 20px}.stitch-section-heading h2,.stitch-section-heading h3{margin:0;font-family:"Manrope",var(--font-sans);letter-spacing:-.03em}.stitch-template-grid,.stitch-file-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stitch-template-card__media,.stitch-file-card__media{height:180px;background:linear-gradient(135deg,#0053db14,#605c781f)}.stitch-template-card__body,.stitch-file-card__body{padding:20px}.stitch-workspace{display:grid;grid-template-columns:minmax(420px,calc(var(--stitch-chat-pane-ratio, .52) * 100%)) 16px minmax(460px,calc((1 - var(--stitch-chat-pane-ratio, .52)) * 100%));gap:16px;min-height:0;height:100%;align-items:stretch}.stitch-chat-column,.stitch-preview-column{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.stitch-workspace__resizer{width:16px;min-width:16px;height:100%;padding:0;border:0;border-radius:999px;background:linear-gradient(180deg,transparent 0%,rgba(113,124,130,.12) 18%,rgba(113,124,130,.12) 82%,transparent 100%),linear-gradient(90deg,transparent 44%,rgba(113,124,130,.24) 44%,rgba(113,124,130,.24) 56%,transparent 56%);cursor:col-resize;align-self:stretch;touch-action:none}.stitch-workspace__resizer:hover,.stitch-workspace__resizer:focus-visible{background:linear-gradient(180deg,transparent 0%,rgba(0,83,219,.14) 18%,rgba(0,83,219,.14) 82%,transparent 100%),linear-gradient(90deg,transparent 38%,rgba(0,83,219,.38) 38%,rgba(0,83,219,.38) 62%,transparent 62%);outline:none}.stitch-chat-card,.stitch-preview-card,.stitch-editor-card{height:100%;display:flex;flex-direction:column;background:#ffffffd1;min-width:0;min-height:0}.stitch-chat-card{flex:1;background:var(--stitch-surface-low)}.stitch-chat-card .message-list{min-height:0;overscroll-behavior:contain;padding:24px 24px 0;background:transparent}.stitch-chat-card .message-list__container{background:transparent}.stitch-chat-card .message-list__messages{padding-bottom:24px}.stitch-chat-card .message-list__bubble--assistant{background:var(--stitch-surface);border:1px solid var(--stitch-outline);border-top-left-radius:8px;box-shadow:var(--stitch-shadow)}.stitch-chat-card .message-list__bubble--user{background:linear-gradient(180deg,var(--stitch-primary),var(--stitch-primary-dim));color:#fff;border-top-right-radius:8px}.stitch-chat-card .message-list__meta,.stitch-chat-card .message-list__empty,.stitch-chat-card .message-list__streaming{color:var(--stitch-text-muted)}.stitch-chat-card .message__assistant-text,.stitch-chat-card .message__user-bubble{max-width:min(100%,680px)}.stitch-chat-card .message__operation-flow{width:min(100%,640px);max-width:min(100%,640px)}.stitch-chat-card .message__file-card{max-width:min(100%,520px)}.stitch-composer{margin:18px;padding:18px;border-radius:22px;background:#ffffffdb;box-shadow:var(--stitch-shadow)}.stitch-composer__textarea{min-height:60px}.stitch-preview-card__header,.stitch-editor-card__header,.stitch-file-card__meta,.stitch-library__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.stitch-preview-card__header,.stitch-editor-card__header{padding:24px 28px;border-bottom:1px solid var(--stitch-outline)}.stitch-preview-card__body,.stitch-editor-card__body{flex:1;min-height:0;background:var(--stitch-surface);overflow:auto}.stitch-preview-card__body>*,.stitch-editor-card__body>*{height:100%}.stitch-preview-empty,.stitch-document-empty,.stitch-loading-state{display:flex;align-items:center;justify-content:center;text-align:center;min-height:100%;padding:40px;color:var(--stitch-text-muted)}.stitch-side-card{padding:20px}.stitch-side-card h3,.stitch-side-card h4{margin:0 0 8px;font-family:"Manrope",var(--font-sans)}.stitch-side-card p{margin:0;color:var(--stitch-text-muted);line-height:1.6}.stitch-progress{margin-top:16px}.stitch-progress__bar{height:8px;width:100%;border-radius:999px;background:var(--stitch-surface-mid);overflow:hidden}.stitch-progress__value{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--stitch-primary),var(--stitch-primary-dim))}.stitch-library{padding:8px 8px 24px}.stitch-library__hero{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.stitch-search{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;background:var(--stitch-surface-low);min-width:280px}.stitch-search input{width:100%;border:0;outline:0;background:transparent}.stitch-file-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stitch-file-card__media{position:relative;display:flex;align-items:flex-end;padding:18px}.stitch-file-card__badge{position:absolute;top:14px;right:14px;padding:6px;border-radius:12px;background:#ffffffe0}.stitch-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:24px;height:calc(100% - 72px);padding:24px}.stitch-editor-floating-tools{display:flex;flex-direction:column;align-items:center;gap:14px}.stitch-floating-tool{width:52px;height:52px;border-radius:18px;border:1px solid var(--stitch-outline);background:#ffffffe0;color:var(--stitch-text-muted);box-shadow:var(--stitch-shadow)}.stitch-floating-tool--primary{background:linear-gradient(180deg,var(--stitch-primary),var(--stitch-primary-dim));color:#fff}.stitch-toolbar{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border-bottom:1px solid var(--stitch-outline);background:#ffffffc7}.stitch-toolbar__group{display:flex;align-items:center;gap:4px;padding:4px;border-radius:16px;background:var(--stitch-surface-low)}.stitch-toolbar__button{border:0;background:transparent;padding:10px 12px;border-radius:12px;color:var(--stitch-text-muted)}.stitch-toolbar__button--active{background:var(--stitch-primary-soft);color:var(--stitch-primary)}.stitch-editor-footer{height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:var(--stitch-surface-low);color:var(--stitch-text-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}@media(max-width:1200px){.stitch-type-grid,.stitch-template-grid,.stitch-file-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-workspace,.stitch-editor-layout{grid-template-columns:1fr}.stitch-workspace__resizer{display:none}.stitch-editor-floating-tools{flex-direction:row;justify-content:center}}@media(max-width:960px){.stitch-shell{flex-direction:column}.stitch-sidebar{width:auto}.stitch-topbar{padding:12px 18px;height:auto;min-height:72px;flex-wrap:wrap;gap:14px}.stitch-content{padding:16px}.stitch-home__hero{padding-top:20px}.stitch-search{min-width:0;width:100%}}
