.SuccessPopup_overlay__cLdy4{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:SuccessPopup_fadeIn__5X1sQ .3s ease}@keyframes SuccessPopup_fadeIn__5X1sQ{0%{opacity:0}to{opacity:1}}.SuccessPopup_popup__TIjD6{background:white;border-radius:16px;padding:3rem 2rem;text-align:center;max-width:400px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:SuccessPopup_slideUp__WzbdD .4s ease}@keyframes SuccessPopup_slideUp__WzbdD{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.SuccessPopup_checkmark__Pga0x{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white;margin:0 auto 1.5rem;animation:SuccessPopup_popIn__M_Wxp .5s ease .2s both}@keyframes SuccessPopup_popIn__M_Wxp{0%{transform:scale(0)}to{transform:scale(1)}}.SuccessPopup_title__qPOPM{font-size:1.5rem;color:#333;margin:1rem 0;font-weight:700}.SuccessPopup_message__gP6d3{color:#666;line-height:1.6;margin:1rem 0 1.5rem;font-size:.95rem}.SuccessPopup_button__5w8DA{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(102,126,234,.3)}.SuccessPopup_button__5w8DA:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.SuccessPopup_button__5w8DA:active{transform:translateY(0)}@media (max-width:480px){.SuccessPopup_popup__TIjD6{padding:2rem 1.5rem}.SuccessPopup_checkmark__Pga0x{width:60px;height:60px;font-size:2rem}.SuccessPopup_title__qPOPM{font-size:1.2rem}}.help_helpContainer__k0gKd{max-width:900px;margin:0 auto;padding:2rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.help_header__LxIrk{position:relative;text-align:center;color:white;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.2)}.help_backButton__3ekO2{position:absolute;left:0;top:0;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(255,255,255,.1);color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;backdrop-filter:blur(10px)}.help_backButton__3ekO2:hover{background:rgba(255,255,255,.2);transform:translateX(-4px)}.help_header__LxIrk h1{font-size:2.5rem;margin:1rem 0 .5rem}.help_header__LxIrk p{font-size:1.1rem;opacity:.95;margin:0}.help_tabNav__pRvIQ{display:flex;gap:1rem;margin-bottom:2rem;overflow-x:auto;padding:.5rem 0}.help_tabButton__JvnLN{padding:1rem 1.5rem;background:rgba(255,255,255,.1);color:white;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;backdrop-filter:blur(10px)}.help_tabButton__JvnLN:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.4)}.help_tabButton__JvnLN.help_active__YMUWq{background:white;color:#667eea;border-color:white;box-shadow:0 5px 20px rgba(0,0,0,.2)}.help_main__cMWac{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:2rem}.help_section__MLL0P{background:white;border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);animation:help_slideIn__yD4W8 .4s ease}@keyframes help_slideIn__yD4W8{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.help_sectionTitle__L7LjR{font-size:1.8rem;color:#333;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:3px solid #667eea}.help_issueCard__kavSi{background:#fff;border:1px solid #e2e8f0;border-left:5px solid #667eea;padding:1.75rem;margin-bottom:1.5rem;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.help_issueCard__kavSi:hover{box-shadow:0 8px 24px rgba(102,126,234,.12);transform:translateY(-2px);border-color:#c7d2fe}.help_issueCard__kavSi:last-child{margin-bottom:0}.help_issueCard__kavSi h3{margin:0;color:#4c51bf;font-size:1.15rem;font-weight:700;line-height:1.4}.help_issueCard__kavSi>p{margin:.75rem 0 0;color:#4a5568;line-height:1.7;font-size:.95rem}.help_description__Eemtv{color:#666;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.help_cacheOptions__WXlh2{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.help_checkbox__K9plf{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.help_checkbox__K9plf:hover{background:#f0f1ff;border-color:#667eea}.help_checkbox__K9plf input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:4px;cursor:pointer;accent-color:#667eea}.help_checkboxContent__q_nLQ{display:flex;flex-direction:column;flex:1}.help_checkbox__K9plf span{display:block;font-weight:600;color:#333;margin-bottom:.25rem}.help_checkbox__K9plf small{display:block;color:#999;font-size:.9rem}.help_warning__0TL6y{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;border-radius:6px;margin-bottom:1.5rem;color:#856404;font-size:.95rem;line-height:1.6}.help_warning__0TL6y strong{display:block;margin-bottom:.5rem}.help_warning__0TL6y p{margin:0}.help_clearButton__UU6gC{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(102,126,234,.3)}.help_clearButton__UU6gC:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.help_clearButton__UU6gC:disabled{opacity:.6;cursor:not-allowed}.help_clearButton__UU6gC:active:not(:disabled){transform:translateY(0)}.help_faqItem__fnrU4{background:#fff;border:1px solid #e2e8f0;border-left:5px solid #48bb78;padding:1.75rem;margin-bottom:1.5rem;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.help_faqItem__fnrU4:hover{box-shadow:0 8px 24px rgba(72,187,120,.12);transform:translateY(-2px);border-color:#9ae6b4}.help_faqItem__fnrU4:last-child{margin-bottom:0}.help_faqItem__fnrU4 h3{margin:0;color:#276749;font-size:1.15rem;font-weight:700;line-height:1.4}.help_faqItem__fnrU4>p{margin:.75rem 0 0;color:#4a5568;line-height:1.7;font-size:.95rem}.help_supportSection__uXyQU{background:white;border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center}.help_supportSection__uXyQU h2{font-size:1.5rem;color:#333;margin:0 0 1rem}.help_supportSection__uXyQU p{color:#666;margin-bottom:1.5rem}.help_supportLinks__5Ld8h{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.help_supportLink__aqvBB{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.help_supportLink__aqvBB:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.3)}@media (max-width:768px){.help_helpContainer__k0gKd{padding:1rem}.help_header__LxIrk{margin-bottom:1rem;padding-bottom:1rem}.help_header__LxIrk h1{font-size:1.6rem;margin-top:0}.help_header__LxIrk p{font-size:.9rem}.help_backButton__3ekO2{position:static;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.9rem}.help_tabNav__pRvIQ{gap:.5rem;margin-bottom:1rem;padding:0}.help_tabButton__JvnLN{padding:.6rem .875rem;font-size:.85rem;flex:1;text-align:center}.help_main__cMWac{gap:1rem;margin-bottom:1rem}.help_section__MLL0P{padding:1rem;border-radius:10px}.help_sectionTitle__L7LjR{display:none}.help_faqItem__fnrU4,.help_issueCard__kavSi{padding:1rem;margin-bottom:.75rem;border-radius:8px}.help_faqItem__fnrU4 h3,.help_issueCard__kavSi h3{font-size:1rem}.help_faqSubsection__e5qDt,.help_issueSubsection__DGEs4{margin-top:.75rem;padding:.875rem}.help_faqSubsection__e5qDt h4,.help_issueSubsection__DGEs4 h4{font-size:.95rem;margin-bottom:.5rem}.help_deviceBox__px7gM,.help_stepBox__zXp_V{padding:.875rem;margin:.625rem 0}.help_deviceBox__px7gM h5,.help_deviceBox__px7gM p,.help_faqSubsection__e5qDt p,.help_issueSubsection__DGEs4 p,.help_stepBox__zXp_V h5,.help_stepBox__zXp_V p{font-size:.9rem}.help_checklistItem__Z7h9K{padding:.625rem .75rem;margin:.375rem 0}.help_tipsBox__aTWW1{padding:.875rem;margin-top:1rem}.help_benefitsList__aQr1K li{padding:.375rem 0;font-size:.9rem}.help_note__aIFTA{margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}.help_supportSection__uXyQU{padding:1.25rem}.help_supportSection__uXyQU h2{font-size:1.2rem}.help_supportLinks__5Ld8h{flex-direction:column;gap:.5rem}.help_supportLink__aqvBB{width:100%;padding:.75rem 1rem;font-size:.95rem}.help_checkbox__K9plf{padding:.75rem;gap:.75rem}.help_checkbox__K9plf span{font-size:.95rem}.help_checkbox__K9plf small{font-size:.8rem}.help_warning__0TL6y{padding:.75rem;font-size:.9rem}.help_clearButton__UU6gC{padding:.875rem;font-size:1rem}}@media (max-width:480px){.help_helpContainer__k0gKd{padding:.75rem}.help_header__LxIrk{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.15)}.help_header__LxIrk h1{font-size:1.35rem}.help_header__LxIrk p{display:none}.help_backButton__3ekO2{padding:.4rem .6rem;font-size:.8rem;margin-bottom:.5rem}.help_tabNav__pRvIQ{gap:.25rem;margin-bottom:.75rem}.help_tabButton__JvnLN{padding:.5rem;font-size:.75rem;border-radius:6px;border-width:1px}.help_main__cMWac{gap:.75rem}.help_section__MLL0P{padding:.75rem;border-radius:8px}.help_faqItem__fnrU4,.help_issueCard__kavSi{padding:.75rem;margin-bottom:.5rem;border-left-width:3px;border-radius:6px}.help_faqItem__fnrU4 h3,.help_issueCard__kavSi h3{font-size:.9rem;line-height:1.3}.help_faqSubsection__e5qDt,.help_issueSubsection__DGEs4{margin-top:.5rem;padding:.625rem;border-left-width:3px;border-radius:6px}.help_faqSubsection__e5qDt h4,.help_issueSubsection__DGEs4 h4{font-size:.85rem;margin-bottom:.375rem}.help_faqSubsection__e5qDt h4:before,.help_issueSubsection__DGEs4 h4:before{width:4px;height:4px}.help_deviceBox__px7gM,.help_stepBox__zXp_V{padding:.625rem;margin:.5rem 0;border-left-width:3px;border-radius:6px}.help_deviceBox__px7gM h5,.help_stepBox__zXp_V h5{font-size:.8rem;margin-bottom:.25rem}.help_deviceBox__px7gM p,.help_faqSubsection__e5qDt p,.help_issueSubsection__DGEs4 p,.help_stepBox__zXp_V p{font-size:.85rem;line-height:1.5}.help_checklistItem__Z7h9K{padding:.5rem .625rem;margin:.25rem 0;border-left-width:3px}.help_checklistItem__Z7h9K p{font-size:.85rem}.help_tipsBox__aTWW1{padding:.625rem;margin-top:.75rem;border-left-width:3px}.help_tipsBox__aTWW1 p{font-size:.85rem}.help_benefitsList__aQr1K{margin:.5rem 0}.help_benefitsList__aQr1K li{padding:.25rem 0;font-size:.85rem;gap:.375rem}.help_note__aIFTA{margin-top:.75rem;padding:.625rem .75rem;font-size:.85rem;border-left-width:3px}.help_supportSection__uXyQU{padding:1rem;border-radius:8px}.help_supportSection__uXyQU h2{font-size:1.1rem;margin-bottom:.5rem}.help_supportSection__uXyQU p{font-size:.85rem;margin-bottom:1rem}.help_supportLink__aqvBB{padding:.625rem .875rem;font-size:.9rem}.help_cacheOptions__WXlh2{gap:.5rem}.help_checkbox__K9plf{padding:.625rem;gap:.5rem;border-radius:6px}.help_checkbox__K9plf input[type=checkbox]{width:18px;height:18px;min-width:18px}.help_checkbox__K9plf span{font-size:.9rem}.help_checkbox__K9plf small{font-size:.75rem}.help_description__Eemtv{font-size:.9rem;margin-bottom:1rem}.help_warning__0TL6y{padding:.625rem;font-size:.85rem;margin-bottom:1rem;border-left-width:3px}.help_warning__0TL6y strong{margin-bottom:.25rem}.help_clearButton__UU6gC{padding:.75rem;font-size:.95rem}}@media (max-width:360px){.help_helpContainer__k0gKd{padding:.5rem}.help_header__LxIrk h1{font-size:1.2rem}.help_tabButton__JvnLN{padding:.4rem .375rem;font-size:.7rem}.help_faqItem__fnrU4,.help_issueCard__kavSi,.help_section__MLL0P{padding:.5rem}.help_faqItem__fnrU4 h3,.help_issueCard__kavSi h3{font-size:.85rem}}@media (hover:none){.help_backButton__3ekO2:hover,.help_checklistItem__Z7h9K:hover,.help_deviceBox__px7gM:hover,.help_faqItem__fnrU4:hover,.help_issueCard__kavSi:hover,.help_stepBox__zXp_V:hover{transform:none}}.help_issueSubsection__DGEs4{margin-top:1.25rem;padding:1.25rem;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-left:4px solid #667eea;border-radius:8px;box-shadow:0 2px 8px rgba(102,126,234,.08)}.help_issueSubsection__DGEs4 h4{margin:0 0 .75rem;font-size:1.05rem;color:#4a5568;font-weight:700;display:flex;align-items:center;gap:.5rem}.help_issueSubsection__DGEs4 h4:before{content:"";width:6px;height:6px;background:#667eea;border-radius:50%}.help_issueSubsection__DGEs4 p{margin:0;color:#555;line-height:1.7;font-size:.95rem}.help_stepBox__zXp_V{background:#fff;padding:1.25rem;margin:1rem 0;border-radius:8px;border-left:4px solid #667eea;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s ease}.help_stepBox__zXp_V:hover{transform:translateX(4px);box-shadow:0 4px 16px rgba(102,126,234,.15)}.help_stepBox__zXp_V h5{margin:0 0 .5rem;font-size:1rem;color:#667eea;font-weight:700}.help_stepBox__zXp_V p{margin:0;color:#555;line-height:1.6;font-size:.95rem}.help_checklistItem__Z7h9K{padding:.875rem 1rem;margin:.5rem 0;background:linear-gradient(135deg,#f0fff4,#e6ffed);border-left:4px solid #48bb78;border-radius:6px;transition:all .2s ease}.help_checklistItem__Z7h9K:hover{background:linear-gradient(135deg,#e6ffed,#dcffe4);transform:translateX(2px)}.help_checklistItem__Z7h9K p{margin:0;color:#2d3748;font-size:.95rem}.help_checklistItem__Z7h9K p strong{color:#276749}.help_tipsBox__aTWW1{background:linear-gradient(135deg,#fffbeb,#fef3c7);padding:1.25rem;margin:1.5rem 0 0;border-left:4px solid #f59e0b;border-radius:8px;box-shadow:0 2px 8px rgba(245,158,11,.1)}.help_tipsBox__aTWW1 p{margin:.5rem 0;color:#78350f;line-height:1.6;font-size:.95rem}.help_tipsBox__aTWW1 p:first-child{margin-top:0}.help_tipsBox__aTWW1 p:last-child{margin-bottom:0}.help_faqSubsection__e5qDt{margin-top:1.25rem;padding:1.25rem;background:linear-gradient(135deg,#f0fff4,#e8faf0);border-left:4px solid #48bb78;border-radius:8px;box-shadow:0 2px 8px rgba(72,187,120,.08)}.help_faqSubsection__e5qDt h4{margin:0 0 .75rem;font-size:1.05rem;color:#276749;font-weight:700;display:flex;align-items:center;gap:.5rem}.help_faqSubsection__e5qDt h4:before{content:"";width:6px;height:6px;background:#48bb78;border-radius:50%}.help_faqSubsection__e5qDt p{margin:.5rem 0;color:#2d3748;line-height:1.7;font-size:.95rem}.help_benefitsList__aQr1K{list-style:none;padding:0;margin:.75rem 0}.help_benefitsList__aQr1K li{padding:.625rem 0;margin:0;color:#2d3748;line-height:1.6;font-size:.95rem;display:flex;align-items:flex-start;gap:.5rem}.help_deviceBox__px7gM{background:linear-gradient(135deg,#eef2ff,#e0e7ff);padding:1.25rem;margin:1rem 0;border-radius:8px;border-left:4px solid #667eea;box-shadow:0 2px 8px rgba(102,126,234,.1);transition:all .3s ease}.help_deviceBox__px7gM:hover{transform:translateX(4px);box-shadow:0 4px 12px rgba(102,126,234,.18)}.help_deviceBox__px7gM h5{margin:0 0 .5rem;font-size:1rem;color:#4c51bf;font-weight:700}.help_deviceBox__px7gM p{margin:0;color:#4a5568;line-height:1.6;font-size:.95rem}.help_note__aIFTA{margin:1.5rem 0 0;padding:1rem 1.25rem;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:8px;font-style:italic;color:#6b21a8;border-left:4px solid #9333ea;box-shadow:0 2px 8px rgba(147,51,234,.1);line-height:1.6}