@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700&display=swap";:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #fafafa;--line: #dbdbdb;--text: #111827;--muted: #6b7280;--primary: #0a84ff;--primary-strong: #0066e8;--shadow-soft: none;--shadow-card: none}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit}button,input,textarea{font-family:inherit}::selection{background:#0a84ff38}.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1;opacity:.4;background-color:#000000bf;filter:blur(8px);-webkit-filter:blur(8px)}.modal{position:fixed;top:20vh;left:calc(50% - 250px);width:500px;background-color:#fff;box-sizing:content-box;border-radius:14px;box-shadow:0 2px 8px #00000040;z-index:30;animation:slide-down .3s ease-out forwards}.modal.modal--post{top:78px;left:50%;transform:translate(-50%);width:min(1360px,90vw);height:calc(100vh - 96px);max-height:calc(100vh - 96px);border-radius:14px;overflow:visible;animation:none}.modal.modal--post>div{width:100%;height:100%;max-height:100%}@media (max-width: 655px){.modal{width:300px;left:calc(50% - 150px)}.modal.modal--post{width:100vw;max-height:100vh;height:100vh;left:0;top:0;transform:none;border-radius:0}.modal.modal--post>div{height:100vh;max-height:100vh}}@keyframes slide-down{0%{opacity:0;transform:translateY(-3rem)}to{opacity:1;transform:translateY(0)}}.assistantPage{min-height:100vh;background:#f7f8fa}.assistantMessageBody img{display:block;max-width:100%;max-height:420px;margin-top:10px;padding:4px;border:1px solid #e5e7eb;border-radius:11px;background:#fff;object-fit:contain}.assistantShell{display:grid;grid-template-rows:auto minmax(320px,1fr) auto;gap:16px;width:min(920px,calc(100% - 32px));min-height:calc(100vh - 66px);margin:0 auto;padding:24px 0}.assistantHeader,.assistantTitleGroup,.assistantComposerFooter,.assistantActions{display:flex;align-items:center}.assistantHeader{justify-content:space-between;gap:18px}.assistantTitleGroup{gap:14px}.assistantBackButton{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:#334155;font-size:20px;cursor:pointer}.assistantBackButton:hover{background:#f1f5f9}.assistantEyebrow{margin:0;color:var(--primary-strong);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.assistantHeader h1{margin:2px 0 0;color:#111827;font-family:Sora,Manrope,sans-serif;font-size:clamp(25px,4vw,34px);letter-spacing:-.03em}.assistantSubtitle{margin:4px 0 0;color:#64748b;font-size:14px}.assistantStatus{flex:0 0 auto;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;white-space:nowrap}.assistantStatus.status-idle{background:#e5e7eb;color:#4b5563}.assistantStatus.status-working{background:#fef3c7;color:#92400e}.assistantStatus.status-ready{background:#dcfce7;color:#166534}.assistantStatus.status-error{background:#fee2e2;color:#991b1b}.assistantMessages,.assistantComposer{border:1px solid var(--line);border-radius:16px;background:#fff}.assistantMessages{min-height:380px;max-height:calc(100vh - 360px);overflow-y:auto;padding:16px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.assistantEmptyState{display:flex;min-height:340px;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#64748b;text-align:center}.assistantEmptyState strong{color:#334155}.assistantMessage{max-width:78ch;margin:0 auto 14px;padding:12px 14px;border-radius:14px}.assistantMessage:last-child{margin-bottom:0}.assistantMessage.message-user{margin-left:auto;background:#eff6ff}.assistantMessage.message-assistant{margin-right:auto;border:1px solid #eef0f3;background:#f9fafb}.assistantMessage.message-system{background:#fff7ed;color:#9a3412;font-size:14px}.assistantMessageLabel{margin-bottom:5px;color:#64748b;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.assistantMessageBody .plainText{white-space:pre-wrap}.assistantMessageBody>div+div{margin-top:12px}.assistantMessageBody p:first-child{margin-top:0}.assistantMessageBody p:last-child{margin-bottom:0}.assistantMessageBody pre{overflow-x:auto;padding:12px;border-radius:9px;background:#111827;color:#f9fafb}.assistantImage,.userImage{display:block;max-width:100%;max-height:420px;margin-top:10px;padding:4px;border:1px solid #e5e7eb;border-radius:11px;background:#fff;object-fit:contain}.assistantComposer{padding:16px}.assistantComposer textarea{display:block;width:100%;min-height:76px;padding:11px 13px;resize:vertical;border:1px solid #d1d5db;border-radius:11px;background:#fff;color:#111827;outline:none}.assistantComposer textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0a84ff1f}.assistantComposerFooter{min-height:44px;margin-top:12px;justify-content:space-between;gap:12px}.assistantHint{color:#64748b;font-size:12px}.assistantActions{flex:0 0 auto;gap:8px}.assistantActions button,.assistantAttachment button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;padding:10px 14px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}.assistantActions button:hover:not(:disabled){background:var(--primary-strong)}.assistantActions button.secondary{background:#e5e7eb;color:#374151}.assistantActions button.secondary:hover:not(:disabled){background:#d1d5db}.assistantActions button:disabled{cursor:not-allowed;opacity:.5}.assistantAttachment{display:flex;align-items:center;width:fit-content;gap:10px;margin-top:10px;padding:6px 9px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700}.assistantAttachment button{padding:3px 7px;background:transparent;color:#1d4ed8;font-size:11px}.assistantAttachment button:hover{background:#dbeafe}.srOnly{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}@media (max-width: 700px){.assistantShell{width:min(100% - 20px,920px);padding:16px 0}.assistantHeader{align-items:flex-start;flex-direction:column}.assistantStatus{margin-left:56px}.assistantMessages{max-height:none}.assistantComposerFooter{align-items:stretch;flex-direction:column}.assistantActions{display:grid;grid-template-columns:repeat(2,1fr)}.assistantActions button{padding-inline:9px}}
