:root{--help-bg:#0f172a;--help-surface:#1e293b;--help-surface-hover:#334155;--help-border:#ffffff14;--help-text:#e2e8f0;--help-text-muted:#94a3b8;--help-accent:#5b9fff;--help-accent-glow:#5b9fff26;--help-sam-bg:#1a2744;--help-user-bg:#2563eb;--help-radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:#0f172a;background:var(--help-bg);color:#e2e8f0;color:var(--help-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}#root,body{height:100vh}#root{display:flex;flex-direction:column}.help-header{align-items:center;background:#1e293b;background:var(--help-surface);border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--help-border);display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px}.help-header-title{align-items:center;display:flex;font-size:14px;font-weight:600;gap:8px}.help-header-dot{animation:pulse 2s ease-in-out infinite;background:#22c55e;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.help-header-actions{display:flex;gap:6px}.help-header-btn{background:#0000;border:1px solid #ffffff14;border:1px solid var(--help-border);border-radius:6px;color:#94a3b8;color:var(--help-text-muted);cursor:pointer;font-size:11px;padding:4px 10px;transition:all .15s ease}.help-header-btn:hover{background:#334155;background:var(--help-surface-hover);border-color:#ffffff26;color:#e2e8f0;color:var(--help-text)}.help-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.help-messages::-webkit-scrollbar{width:4px}.help-messages::-webkit-scrollbar-track{background:#0000}.help-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.help-msg{animation:fadeIn .2s ease;border-radius:12px;border-radius:var(--help-radius);font-size:13px;line-height:1.5;max-width:85%;padding:10px 14px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.help-msg-sam{align-self:flex-start;background:#1a2744;background:var(--help-sam-bg);border:1px solid #ffffff14;border:1px solid var(--help-border);border-bottom-left-radius:4px}.help-msg-user{align-self:flex-end;background:#2563eb;background:var(--help-user-bg);border-bottom-right-radius:4px;color:#fff}.help-msg-sam b,.help-msg-sam strong{color:#5b9fff;color:var(--help-accent)}.help-typing{align-self:flex-start;background:#1a2744;background:var(--help-sam-bg);border:1px solid #ffffff14;border:1px solid var(--help-border);border-radius:12px;border-radius:var(--help-radius);border-bottom-left-radius:4px;display:flex;gap:4px;padding:12px 16px}.help-typing-dot{animation:typingBounce 1.2s ease-in-out infinite;background:#94a3b8;background:var(--help-text-muted);border-radius:50%;height:6px;width:6px}.help-typing-dot:nth-child(2){animation-delay:.15s}.help-typing-dot:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.help-input-area{align-items:center;background:#1e293b;background:var(--help-surface);border-top:1px solid #ffffff14;border-top:1px solid var(--help-border);display:flex;flex-shrink:0;gap:8px;padding:12px 16px}.help-input{background:#0f172a;background:var(--help-bg);border:1px solid #ffffff14;border:1px solid var(--help-border);border-radius:8px;color:#e2e8f0;color:var(--help-text);flex:1 1;font-family:inherit;font-size:13px;outline:none;padding:10px 14px;transition:border-color .15s ease}.help-input::placeholder{color:#94a3b8;color:var(--help-text-muted)}.help-input:focus{border-color:#5b9fff;border-color:var(--help-accent);box-shadow:0 0 0 2px #5b9fff26;box-shadow:0 0 0 2px var(--help-accent-glow)}.help-send-btn{align-items:center;background:#5b9fff;background:var(--help-accent);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;transition:all .15s ease;width:36px}.help-send-btn:hover{background:#4a8fe8;transform:scale(1.05)}.help-send-btn:disabled{background:#334155;background:var(--help-surface-hover);cursor:not-allowed;transform:none}.help-context-badge{background:#ffffff0a;border-radius:4px;color:#94a3b8;color:var(--help-text-muted);font-size:10px;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.help-welcome{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:12px;justify-content:center;padding:32px;text-align:center}.help-welcome h2{color:#e2e8f0;color:var(--help-text);font-size:18px;font-weight:600}.help-welcome p{color:#94a3b8;color:var(--help-text-muted);font-size:13px;line-height:1.6;max-width:280px}
/*# sourceMappingURL=main.76cce3ad.css.map*/