.ChatInterface-module__Z5O80W__shell{background-color:var(--color-bg);flex-direction:column;height:100vh;display:flex;overflow:hidden}.ChatInterface-module__Z5O80W__header{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0;align-items:center;height:52px;padding:0 20px;display:flex;position:relative}.ChatInterface-module__Z5O80W__headerBrand{letter-spacing:3px;text-transform:uppercase;color:var(--color-accent);font-size:11px;font-family:var(--font-serif)}.ChatInterface-module__Z5O80W__headerVera{color:var(--color-text-primary);font-size:14px;font-weight:400;font-family:var(--font-serif);position:absolute;left:50%;transform:translate(-50%)}.ChatInterface-module__Z5O80W__headerSpacer{margin-left:auto}.ChatInterface-module__Z5O80W__progressRow{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0;grid-template-columns:repeat(4,1fr);gap:6px;padding:10px 20px 8px;display:grid}.ChatInterface-module__Z5O80W__progressSegment{flex-direction:column;gap:5px;display:flex}.ChatInterface-module__Z5O80W__progressBar{background-color:#5050504d;border-radius:2px;height:3px;transition:background-color .4s}.ChatInterface-module__Z5O80W__progressActive{background-color:var(--color-accent)}.ChatInterface-module__Z5O80W__progressLabel{font-size:9px;font-family:var(--font-serif);color:var(--color-text-faint);letter-spacing:.02em;transition:color .4s}.ChatInterface-module__Z5O80W__progressLabelActive{color:var(--color-accent)}.ChatInterface-module__Z5O80W__messages{flex-direction:column;flex:1;gap:16px;padding:24px 20px;display:flex;overflow-y:auto}.ChatInterface-module__Z5O80W__assistantRow{align-items:flex-start;gap:10px;max-width:72%;display:flex}.ChatInterface-module__Z5O80W__avatar{background-color:var(--color-accent);color:#fff;width:28px;height:28px;font-size:12px;font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.ChatInterface-module__Z5O80W__assistantBubble{background-color:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:4px 16px 16px;padding:12px 16px;font-size:14px;line-height:1.65;box-shadow:0 1px 4px #0000000d}.ChatInterface-module__Z5O80W__bubbleText{white-space:pre-wrap}.ChatInterface-module__Z5O80W__userRow{justify-content:flex-end;display:flex}.ChatInterface-module__Z5O80W__userBubble{background-color:var(--color-text-primary);color:#fff;white-space:pre-wrap;border-radius:16px 16px 4px;max-width:72%;padding:12px 16px;font-size:14px;line-height:1.65}.ChatInterface-module__Z5O80W__loadingDots{align-items:center;gap:5px;padding:4px 2px;display:inline-flex}.ChatInterface-module__Z5O80W__dot{background-color:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatInterface-module__Z5O80W__dotPulse;display:inline-block}.ChatInterface-module__Z5O80W__dot1{animation-delay:0s}.ChatInterface-module__Z5O80W__dot2{animation-delay:.2s}.ChatInterface-module__Z5O80W__dot3{animation-delay:.4s}@keyframes ChatInterface-module__Z5O80W__dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.ChatInterface-module__Z5O80W__docSection{flex-direction:column;gap:12px;display:flex}.ChatInterface-module__Z5O80W__docGrid{flex-direction:column;gap:8px;padding-left:38px;display:flex}.ChatInterface-module__Z5O80W__docCard{background-color:var(--color-doc-bg);border:1px solid var(--color-doc-border);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.ChatInterface-module__Z5O80W__docCardPdf{background-color:var(--color-doc-bg);border:1px solid var(--color-doc-border);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin-left:38px;padding:12px 16px;display:flex}.ChatInterface-module__Z5O80W__docFilename{font-family:var(--font-mono);color:var(--color-text-secondary);font-size:12px}.ChatInterface-module__Z5O80W__downloadBtn{font-family:var(--font-mono);background-color:var(--color-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;flex-shrink:0;padding:6px 14px;font-size:12px;transition:opacity .15s}.ChatInterface-module__Z5O80W__downloadBtn:hover{opacity:.85}.ChatInterface-module__Z5O80W__inputBar{background-color:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0;padding:16px 20px}.ChatInterface-module__Z5O80W__inputRow{align-items:flex-end;gap:8px;display:flex}.ChatInterface-module__Z5O80W__textarea{background-color:var(--color-bg);font-size:14px;line-height:1.65;font-family:var(--font-serif);color:var(--color-text-primary);resize:none;border:1px solid #ddd;border-radius:8px;outline:none;flex:1;min-height:42px;max-height:120px;padding:10px 14px;transition:border-color .15s;overflow-y:auto}.ChatInterface-module__Z5O80W__textarea:focus{border-color:var(--color-accent)}.ChatInterface-module__Z5O80W__textarea:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__Z5O80W__textarea::placeholder{color:var(--color-text-faint)}.ChatInterface-module__Z5O80W__sendButton{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#ccc;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;line-height:1;transition:background-color .15s;display:flex}.ChatInterface-module__Z5O80W__sendActive{background-color:var(--color-text-primary)}.ChatInterface-module__Z5O80W__sendButton:disabled{cursor:not-allowed}.ChatInterface-module__Z5O80W__uploadButton{color:#aaa;cursor:pointer;background-color:#eeeeec;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .15s,color .15s;display:flex}.ChatInterface-module__Z5O80W__uploadButton:hover:not(:disabled){color:#666;background-color:#e4e4e0}.ChatInterface-module__Z5O80W__uploadActive{background-color:var(--color-accent);color:#fff}.ChatInterface-module__Z5O80W__uploadActive:hover:not(:disabled){background-color:var(--color-accent);opacity:.85}.ChatInterface-module__Z5O80W__uploadButton:disabled{cursor:not-allowed;opacity:.4}.ChatInterface-module__Z5O80W__imageChip{background-color:var(--color-doc-bg);border:1px solid var(--color-doc-border);border-radius:6px;align-items:center;gap:8px;width:fit-content;max-width:100%;margin-bottom:8px;padding:6px 10px 6px 6px;display:flex}.ChatInterface-module__Z5O80W__imageChipThumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:32px}.ChatInterface-module__Z5O80W__imageChipName{font-family:var(--font-mono);color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:11px;overflow:hidden}.ChatInterface-module__Z5O80W__imageChipClear{width:18px;height:18px;color:var(--color-text-faint);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;transition:color .15s;display:flex}.ChatInterface-module__Z5O80W__imageChipClear:hover{color:var(--color-text-primary)}.ChatInterface-module__Z5O80W__bubbleImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:220px;margin-bottom:8px;display:block}.ChatInterface-module__Z5O80W__fallbackSection{flex-direction:column;gap:8px;display:flex}.ChatInterface-module__Z5O80W__fallbackCard{border:1px solid var(--color-doc-border);border-radius:6px;margin-left:38px;overflow:hidden}.ChatInterface-module__Z5O80W__fallbackCardHeader{background-color:var(--color-doc-bg);border-bottom:1px solid var(--color-doc-border);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.ChatInterface-module__Z5O80W__fallbackFilename{font-family:var(--font-mono);color:var(--color-text-secondary);font-size:12px}.ChatInterface-module__Z5O80W__fallbackCopyBtn{font-family:var(--font-mono);color:var(--color-accent);border:1px solid var(--color-accent);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;padding:4px 10px;font-size:11px;transition:background-color .15s,color .15s}.ChatInterface-module__Z5O80W__fallbackCopyBtn:hover,.ChatInterface-module__Z5O80W__fallbackCopyBtnDone{background-color:var(--color-accent);color:#fff}.ChatInterface-module__Z5O80W__fallbackContent{font-family:var(--font-mono);color:var(--color-text-secondary);white-space:pre-wrap;word-break:break-word;background-color:var(--color-bg);max-height:320px;margin:0;padding:14px 16px;font-size:11px;line-height:1.65;overflow-y:auto}.ChatInterface-module__Z5O80W__inputHint{color:var(--color-text-faint);font-size:11px;font-family:var(--font-serif);margin-top:7px}
