.SupportPage_page__R2I16{min-height:calc(100vh - 200px);padding:24px 16px;background:var(--bg)}.SupportPage_container__H5Yo2{max-width:800px;margin:0 auto;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;height:calc(100vh - 250px);min-height:500px;overflow:hidden;position:relative}.SupportPage_header__DPWsV{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);background:rgba(17,24,39,.02)}.SupportPage_headerInfo__932WH{display:flex;flex-direction:column;gap:4px}.SupportPage_title__u00Et{margin:0;font-size:18px;font-weight:700;color:var(--textPrimary)}.SupportPage_subtitle__bVc_c{margin:0;font-size:13px;color:var(--textSecondary)}.SupportPage_headerActions__TXSac{display:flex;gap:10px}.SupportPage_historyBtn__fWLrw{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--textSecondary);font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease}.SupportPage_historyBtn__fWLrw:hover:not(:disabled){background:rgba(17,24,39,.06);color:var(--textPrimary)}.SupportPage_historyBtn__fWLrw:disabled{opacity:.5;cursor:not-allowed}.SupportPage_transferBtn__YReyS{padding:8px 14px;border-radius:999px;border:1px solid rgba(0,122,255,.35);background:rgba(0,122,255,.1);color:#007aff;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease}.SupportPage_transferBtn__YReyS:hover:not(:disabled){background:rgba(0,122,255,.15);transform:translateY(-1px)}.SupportPage_transferBtn__YReyS:disabled{opacity:.5;cursor:not-allowed}.SupportPage_endBtn___F_mx{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--textSecondary);font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease}.SupportPage_endBtn___F_mx:hover:not(:disabled){background:rgba(17,24,39,.06);color:var(--textPrimary)}.SupportPage_endBtn___F_mx:disabled{opacity:.5;cursor:not-allowed}.SupportPage_statusBanner__FzYrt{display:flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(0,122,255,.08);border-bottom:1px solid rgba(0,122,255,.15);font-size:13px;color:#007aff}.SupportPage_statusBannerCompleted__ktADF{display:flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(34,197,94,.08);border-bottom:1px solid rgba(34,197,94,.15);font-size:13px;color:#16a34a}.SupportPage_statusIcon__xFe6Q{font-size:16px}.SupportPage_historyOverlay__00fPz{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:100;display:flex;justify-content:flex-end}.SupportPage_historyPanel__3Xgd4{width:360px;max-width:90vw;height:100%;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;animation:SupportPage_slideIn__21Jh5 .2s ease}@keyframes SupportPage_slideIn__21Jh5{0%{transform:translateX(100%)}to{transform:translateX(0)}}.SupportPage_historyHeader__wSW55{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);background:rgba(17,24,39,.02)}.SupportPage_historyHeader__wSW55 h3{margin:0;font-size:16px;font-weight:600;color:var(--textPrimary)}.SupportPage_closeBtn__GnRUN{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:var(--textSecondary);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s ease}.SupportPage_closeBtn__GnRUN:hover{background:rgba(17,24,39,.06);color:var(--textPrimary)}.SupportPage_historyList__BBySd{flex:1 1;overflow-y:auto;padding:12px}.SupportPage_historyEmpty__75xpI,.SupportPage_historyLoading__bechc{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:var(--textSecondary);gap:12px}.SupportPage_historyItem__v7hDJ{padding:12px;border-radius:12px;background:rgba(17,24,39,.03);border:1px solid var(--border);margin-bottom:8px;cursor:pointer;transition:all .18s ease}.SupportPage_historyItem__v7hDJ:hover{border-color:rgba(0,122,255,.3);background:rgba(0,122,255,.05)}.SupportPage_historyItemActive__i2BSw{border-color:#007aff;background:rgba(0,122,255,.08)}.SupportPage_historyItemHeader__Ua8MU{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.SupportPage_historyItemDate__rM0l_{font-size:12px;color:var(--textSecondary)}.SupportPage_historyItemStatus__VbYtE{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.SupportPage_statuspending__M2LM4{background:rgba(245,158,11,.15);color:#d97706}.SupportPage_statusprocessing__wDA6F{background:rgba(0,122,255,.15);color:#007aff}.SupportPage_statusresolved__V94sj{background:rgba(34,197,94,.15);color:#16a34a}.SupportPage_statuscompleted__G_7vD{background:rgba(17,24,39,.08);color:var(--textSecondary)}.SupportPage_historyItemPreview__Z_xXM{margin:0 0 6px;font-size:13px;color:var(--textPrimary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SupportPage_historyItemTransfer___zGNN{display:inline-block;padding:2px 8px;background:rgba(245,158,11,.15);color:#d97706;font-size:11px;font-weight:600;border-radius:999px}.SupportPage_messagesContainer__VK8uB{flex:1 1;overflow:hidden;position:relative}.SupportPage_messages__sprBb{height:100%;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.SupportPage_historyList__BBySd::-webkit-scrollbar,.SupportPage_messages__sprBb::-webkit-scrollbar{width:6px}.SupportPage_historyList__BBySd::-webkit-scrollbar-track,.SupportPage_messages__sprBb::-webkit-scrollbar-track{background:transparent}.SupportPage_historyList__BBySd::-webkit-scrollbar-thumb,.SupportPage_messages__sprBb::-webkit-scrollbar-thumb{background:rgba(17,24,39,.15);border-radius:3px}.SupportPage_historyList__BBySd::-webkit-scrollbar-thumb:hover,.SupportPage_messages__sprBb::-webkit-scrollbar-thumb:hover{background:rgba(17,24,39,.25)}.SupportPage_messageRow__ppa0H{display:flex;width:100%}.SupportPage_messageRowUser__IrOoe{justify-content:flex-end}.SupportPage_messageRowOther__J8Zua{justify-content:flex-start}.SupportPage_message__39rWY{display:flex;gap:10px;max-width:80%}.SupportPage_messageUser__dqNIp{flex-direction:row-reverse}.SupportPage_messageOther__WKcqq{flex-direction:row}.SupportPage_messageAvatar__q_TJV{width:36px;height:36px;border-radius:999px;background:rgba(17,24,39,.06);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.SupportPage_messageUser__dqNIp .SupportPage_messageAvatar__q_TJV{background:rgba(0,122,255,.12)}.SupportPage_messageContent__Pc1po{display:flex;flex-direction:column;gap:4px}.SupportPage_messageHeader__EGpUf{display:flex;align-items:center;gap:8px;font-size:12px}.SupportPage_messageName__wYctS{font-weight:600;color:var(--textPrimary)}.SupportPage_messageTime__zJFRx{color:var(--textSecondary)}.SupportPage_messageUser__dqNIp .SupportPage_messageHeader__EGpUf{flex-direction:row-reverse}.SupportPage_messageText__gOZqo{padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.6;word-break:break-word}.SupportPage_messageUser__dqNIp .SupportPage_messageText__gOZqo{background:#007aff;color:white;border-bottom-right-radius:4px}.SupportPage_messageOther__WKcqq .SupportPage_messageText__gOZqo{background:rgba(17,24,39,.06);color:var(--textPrimary);border-bottom-left-radius:4px}.SupportPage_inputArea__wEtbN{padding:16px 20px;border-top:1px solid var(--border);background:rgba(17,24,39,.02)}.SupportPage_inputWrapper__E6Hxr{display:flex;gap:10px;align-items:flex-end}.SupportPage_textarea__uzGjy{flex:1 1;padding:12px 16px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--textPrimary);font-size:14px;line-height:1.5;resize:none;outline:none;transition:border-color .18s ease,box-shadow .18s ease;min-height:44px;max-height:120px}.SupportPage_textarea__uzGjy:focus{border-color:rgba(0,122,255,.5);box-shadow:0 0 0 3px rgba(0,122,255,.1)}.SupportPage_textarea__uzGjy::placeholder{color:var(--textSecondary)}.SupportPage_textarea__uzGjy:disabled{opacity:.6;cursor:not-allowed}.SupportPage_sendBtn__fR0Wt{width:44px;height:44px;border-radius:999px;border:none;background:#007aff;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease;flex-shrink:0}.SupportPage_sendBtn__fR0Wt:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.SupportPage_sendBtn__fR0Wt:disabled{opacity:.5;cursor:not-allowed}.SupportPage_sendSpinner__vhZ8k{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:SupportPage_spin__O_Lbb .8s linear infinite}@keyframes SupportPage_spin__O_Lbb{to{transform:rotate(1turn)}}.SupportPage_inputHint__1QbFa{margin:8px 0 0;font-size:12px;color:var(--textSecondary);text-align:center}.SupportPage_successState__27JQM{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;text-align:center;padding:40px 20px}.SupportPage_successIcon__ORbjs{font-size:48px}.SupportPage_successTitle__PCQzt{margin:0;font-size:20px;font-weight:700;color:var(--textPrimary)}.SupportPage_successText__8iMeY{margin:0;font-size:14px;color:var(--textSecondary);line-height:1.6;max-width:360px}.SupportPage_newBtn__AMkb7{padding:10px 24px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--textPrimary);font-size:14px;font-weight:600;cursor:pointer;transition:all .18s ease;margin-top:8px}.SupportPage_newBtn__AMkb7:hover{background:rgba(17,24,39,.06)}.SupportPage_formPrompt__ZUdPD{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;text-align:center;padding:40px 20px}.SupportPage_formIcon__IPZzv{font-size:40px}.SupportPage_formTitle__6xlUA{margin:0;font-size:18px;font-weight:700;color:var(--textPrimary)}.SupportPage_formDesc__mdm3s{margin:0;font-size:14px;color:var(--textSecondary);line-height:1.6}.SupportPage_formList__Ao6p7{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--textSecondary);text-align:left}.SupportPage_errorMsg__fvPVO{margin:0 0 8px;font-size:13px;color:#dc2626;text-align:center}.SupportPage_loadingState__pJwhi{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;color:var(--textSecondary)}.SupportPage_spinner__8NKAa{width:40px;height:40px;border:3px solid rgba(17,24,39,.1);border-top-color:#007aff;border-radius:50%;animation:SupportPage_spin__O_Lbb .8s linear infinite}@media (max-width:640px){.SupportPage_page__R2I16{padding:0;background:var(--surface)}.SupportPage_container__H5Yo2{max-width:100%;height:calc(100vh - 140px);border-radius:0;border:none;box-shadow:none}.SupportPage_header__DPWsV{padding:12px 16px}.SupportPage_title__u00Et{font-size:16px}.SupportPage_subtitle__bVc_c{font-size:12px}.SupportPage_endBtn___F_mx,.SupportPage_historyBtn__fWLrw,.SupportPage_transferBtn__YReyS{padding:6px 10px;font-size:12px}.SupportPage_historyPanel__3Xgd4{width:100%;max-width:100%}.SupportPage_messages__sprBb{padding:16px}.SupportPage_message__39rWY{max-width:90%}.SupportPage_messageAvatar__q_TJV{width:32px;height:32px;font-size:16px}.SupportPage_inputArea__wEtbN{padding:12px 16px}}@media (prefers-color-scheme:dark){.SupportPage_header__DPWsV,.SupportPage_historyHeader__wSW55{background:rgba(255,255,255,.03)}.SupportPage_historyItem__v7hDJ{background:rgba(255,255,255,.05)}.SupportPage_messageAvatar__q_TJV,.SupportPage_messageOther__WKcqq .SupportPage_messageText__gOZqo{background:rgba(255,255,255,.08)}.SupportPage_inputArea__wEtbN{background:rgba(255,255,255,.03)}.SupportPage_textarea__uzGjy{background:rgba(255,255,255,.05)}.SupportPage_historyList__BBySd::-webkit-scrollbar-thumb,.SupportPage_messages__sprBb::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15)}.SupportPage_historyList__BBySd::-webkit-scrollbar-thumb:hover,.SupportPage_messages__sprBb::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}}