.ai-help-page{background:#f8fafc;justify-content:center;min-height:calc(100vh - 70px);padding:40px 20px;display:flex}.ai-help-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:760px;padding:24px;box-shadow:0 18px 45px #0f172a14}.ai-help-header{align-items:center;gap:14px;margin-bottom:24px;display:flex;position:relative}.ai-help-logo{background:linear-gradient(135deg,#7c3aed,#c026d3);border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:flex;box-shadow:0 12px 28px #7c3aed4d}.ai-help-header h1{color:#111827;margin:0}.ai-help-header p{color:#6b7280;margin:4px 0 0}.ai-message{color:#6b7280;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:18px;padding:18px;line-height:1.7}.ai-help-input-row{gap:10px;margin-top:20px;display:flex}.ai-help-input{border:1px solid #d1d5db;border-radius:14px;flex:1;padding:14px;font-size:15px}.ai-help-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#c026d3);border:none;border-radius:14px;padding:0 20px;font-weight:900}.ai-help-messages{flex-direction:column;gap:12px;max-height:520px;margin-top:18px;padding-right:4px;display:flex;overflow-y:auto}.ai-help-bubble{border-radius:18px;max-width:82%;padding:14px 16px;line-height:1.6}.ai-help-bubble p{margin:0 0 8px}.ai-help-bubble p:last-child{margin-bottom:0}.ai-help-bubble.ai{color:#6b7280;background:#f5f3ff;border:1px solid #ddd6fe;align-self:flex-start}.ai-help-bubble.user{color:#fff;background:linear-gradient(135deg,#7c3aed,#c026d3);align-self:flex-end}.ai-help-usage{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:999px;margin-left:auto;padding:8px 12px;font-size:13px;font-weight:900}.ai-help-send-btn:disabled{opacity:.55;cursor:not-allowed}.ai-mode-box{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;margin-bottom:16px;padding:14px;display:flex}.ai-mode-title{color:#374151;margin:0;font-weight:900}.ai-mode-option{cursor:pointer;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;font-weight:800;display:flex}.ai-mode-option.active{color:#6d28d9;background:#f5f3ff;border-color:#c4b5fd}.ai-mode-option input{accent-color:#7c3aed}.ai-close-btn{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;font-weight:700;position:absolute;top:24px;right:24px}.ai-close-btn:hover{color:#111827;background:#e5e7eb}