.Support-module__4wiKzG__supportPage{min-height:calc(100vh - 120px);padding-bottom:var(--space-20);background:radial-gradient(circle at 50% 0,#0084d60f 0%,#0000 55%)}.Support-module__4wiKzG__hero{padding:var(--space-12) 0 var(--space-6);text-align:center}.Support-module__4wiKzG__heroBadge{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);color:var(--primary-600);font-size:var(--text-xs);letter-spacing:.05em;text-transform:uppercase;margin-bottom:var(--space-4);background:#0084d614;border:1px solid #0084d633;padding:6px 16px;font-weight:700;display:inline-flex}.Support-module__4wiKzG__heroTitle{color:var(--text-primary);margin-bottom:var(--space-3);letter-spacing:-.02em;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800}.Support-module__4wiKzG__heroSubtitle{max-width:720px;margin:0 auto var(--space-6);color:var(--text-secondary);font-size:var(--text-lg);line-height:var(--leading-relaxed)}.Support-module__4wiKzG__statusBar{justify-content:center;align-items:center;gap:var(--space-4);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);font-size:var(--text-sm);flex-wrap:wrap;padding:8px 24px;display:inline-flex;box-shadow:0 4px 16px #00000008}.Support-module__4wiKzG__statusItem{color:var(--text-secondary);align-items:center;gap:8px;font-weight:500;display:inline-flex}.Support-module__4wiKzG__statusDot{background-color:var(--success-500);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite Support-module__4wiKzG__pulseDot;box-shadow:0 0 0 3px #10b98133}@keyframes Support-module__4wiKzG__pulseDot{0%,to{transform:scale(1);box-shadow:0 0 0 3px #10b98140}50%{transform:scale(1.15);box-shadow:0 0 0 6px #10b9811a}}.Support-module__4wiKzG__statusDivider{color:var(--border-default)}.Support-module__4wiKzG__customerBanner{max-width:960px;margin:var(--space-8) auto 0;border-radius:var(--radius-2xl);padding:var(--space-6) var(--space-8);background:linear-gradient(135deg,#0084d614 0%,#00b89414 100%);border:1px solid #0084d640;box-shadow:0 10px 30px #0084d60d}.Support-module__4wiKzG__customerBannerInner{justify-content:space-between;align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.Support-module__4wiKzG__customerBannerLeft{align-items:center;gap:var(--space-4);flex:1;min-width:280px;display:flex}.Support-module__4wiKzG__customerBannerIconWrap{border-radius:var(--radius-xl);background:var(--gradient-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 4px 14px #0084d659}.Support-module__4wiKzG__customerBannerTitle{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:4px;font-weight:800}.Support-module__4wiKzG__customerBannerSubtitle{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}.Support-module__4wiKzG__customerBannerActions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.Support-module__4wiKzG__loggedInBanner{max-width:960px;margin:var(--space-8) auto 0;border-radius:var(--radius-2xl);padding:var(--space-5) var(--space-8);justify-content:space-between;align-items:center;gap:var(--space-4);background:#10b98114;border:1px solid #10b98140;flex-wrap:wrap;display:flex}.Support-module__4wiKzG__pillarsSection{max-width:960px;margin:var(--space-8) auto 0}.Support-module__4wiKzG__pillarsGrid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Support-module__4wiKzG__pillarsGrid{grid-template-columns:repeat(3,1fr)}}.Support-module__4wiKzG__pillarCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-5) var(--space-6);align-items:center;gap:var(--space-4);transition:all .2s;display:flex}.Support-module__4wiKzG__pillarCard:hover{border-color:#0084d64d;transform:translateY(-2px);box-shadow:0 8px 20px #0000000a}.Support-module__4wiKzG__pillarIcon{border-radius:var(--radius-lg);width:42px;height:42px;color:var(--primary-500);background:#0084d614;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Support-module__4wiKzG__pillarTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:700;line-height:var(--leading-tight)}.Support-module__4wiKzG__deptSection{max-width:960px;margin:var(--space-12) auto 0}.Support-module__4wiKzG__deptGrid{gap:var(--space-4);margin-top:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Support-module__4wiKzG__deptGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Support-module__4wiKzG__deptGrid{grid-template-columns:repeat(4,1fr)}}.Support-module__4wiKzG__deptCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-6);cursor:pointer;text-align:left;flex-direction:column;justify-content:space-between;transition:all .2s;display:flex;position:relative;overflow:hidden}.Support-module__4wiKzG__deptCard:hover{border-color:var(--primary-500);transform:translateY(-3px);box-shadow:0 10px 25px #0084d614}.Support-module__4wiKzG__deptCardActive{border:2px solid var(--primary-500);background:#0084d608;box-shadow:0 10px 25px #0084d61a}.Support-module__4wiKzG__deptIcon{border-radius:var(--radius-lg);width:44px;height:44px;color:var(--primary-500);margin-bottom:var(--space-4);background:#0084d614;justify-content:center;align-items:center;display:flex}.Support-module__4wiKzG__deptTitle{font-size:var(--text-base);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:700}.Support-module__4wiKzG__deptDesc{font-size:var(--text-xs);color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-4)}.Support-module__4wiKzG__deptAction{color:var(--primary-600);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.Support-module__4wiKzG__formSection{max-width:960px;margin:var(--space-12) auto 0}.Support-module__4wiKzG__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);padding:var(--space-8);box-shadow:0 10px 30px #0000000a}@media (min-width:768px){.Support-module__4wiKzG__card{padding:var(--space-10)}}.Support-module__4wiKzG__cardHeader{margin-bottom:var(--space-8)}.Support-module__4wiKzG__cardTitle{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:800}.Support-module__4wiKzG__cardSubtitle{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.Support-module__4wiKzG__formGrid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Support-module__4wiKzG__formGridTwoCol{gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}}.Support-module__4wiKzG__formGroup{flex-direction:column;gap:6px;display:flex}.Support-module__4wiKzG__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-weight:600}.Support-module__4wiKzG__input,.Support-module__4wiKzG__select,.Support-module__4wiKzG__textarea{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:var(--text-sm);padding:12px 14px;transition:all .15s ease-in-out}.Support-module__4wiKzG__input:focus,.Support-module__4wiKzG__select:focus,.Support-module__4wiKzG__textarea:focus{border-color:var(--primary-500);background:var(--bg-surface);outline:none;box-shadow:0 0 0 3px #0084d626}.Support-module__4wiKzG__textarea{resize:vertical;min-height:140px}.Support-module__4wiKzG__helpText{color:var(--text-tertiary);margin-top:2px;font-size:11px}.Support-module__4wiKzG__verifiedBadge{color:var(--success-600);align-items:center;gap:4px;font-size:11px;font-weight:600;display:inline-flex}.Support-module__4wiKzG__remarketingNotice{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);margin-top:var(--space-2);background:#0084d608;border:1px dashed #0084d633;display:flex}.Support-module__4wiKzG__remarketingIcon{color:var(--primary-500);flex-shrink:0;margin-top:2px}.Support-module__4wiKzG__remarketingText{font-size:var(--text-xs);color:var(--text-secondary);line-height:var(--leading-relaxed)}.Support-module__4wiKzG__submitBtn{justify-content:center;align-items:center;gap:var(--space-2);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-md);width:100%;font-weight:600;font-size:var(--text-base);margin-top:var(--space-4);padding:14px 24px;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0084d64d}.Support-module__4wiKzG__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0084d673}.Support-module__4wiKzG__submitBtn:disabled{opacity:.65;cursor:not-allowed}.Support-module__4wiKzG__successCard{text-align:center;padding:var(--space-12) var(--space-6)}.Support-module__4wiKzG__successIconWrap{background:var(--success-50);width:72px;height:72px;color:var(--success-500);margin:0 auto var(--space-6);border:2px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;animation:.35s ease-out Support-module__4wiKzG__scaleIn;display:flex}@keyframes Support-module__4wiKzG__scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.Support-module__4wiKzG__ticketBadge{font-family:monospace;font-size:var(--text-lg);border-radius:var(--radius-md);background:var(--primary-50);color:var(--primary-700);border:1px solid var(--primary-200);margin:var(--space-4) 0;padding:6px 18px;font-weight:700;display:inline-block}.Support-module__4wiKzG__successMessage{max-width:540px;margin:0 auto var(--space-8);color:var(--text-secondary);line-height:var(--leading-relaxed);font-size:var(--text-sm)}.Support-module__4wiKzG__successActions{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}.Support-module__4wiKzG__faqSection{max-width:960px;margin:var(--space-20) auto 0}.Support-module__4wiKzG__sectionHeader{text-align:center;margin-bottom:var(--space-8)}.Support-module__4wiKzG__sectionTitle{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:800}.Support-module__4wiKzG__sectionSubtitle{color:var(--text-secondary);font-size:var(--text-sm)}.Support-module__4wiKzG__searchWrap{max-width:640px;margin:0 auto var(--space-8);position:relative}.Support-module__4wiKzG__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.Support-module__4wiKzG__searchInput{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-full);width:100%;color:var(--text-primary);font-size:var(--text-sm);padding:14px 44px 14px 48px;transition:all .2s;box-shadow:0 4px 16px #00000008}.Support-module__4wiKzG__searchInput:focus{border-color:var(--primary-500);outline:none;box-shadow:0 0 0 3px #0084d626}.Support-module__4wiKzG__searchClear{color:var(--text-tertiary);justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.Support-module__4wiKzG__faqList{gap:var(--space-3);flex-direction:column;display:flex}.Support-module__4wiKzG__faqItem{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:border-color .15s;overflow:hidden}.Support-module__4wiKzG__faqItem:hover{border-color:var(--border-default)}.Support-module__4wiKzG__faqTrigger{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5) var(--space-6);text-align:left;font-weight:600;font-size:var(--text-base);color:var(--text-primary);display:flex}.Support-module__4wiKzG__faqChevron{color:var(--text-tertiary);flex-shrink:0;transition:transform .2s}.Support-module__4wiKzG__faqChevronOpen{color:var(--primary-500);transform:rotate(180deg)}.Support-module__4wiKzG__faqBody{padding:0 var(--space-6) var(--space-6);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed);border-top:1px solid #0000}.Support-module__4wiKzG__channelsSection{max-width:960px;margin:var(--space-20) auto 0}.Support-module__4wiKzG__channelsGrid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Support-module__4wiKzG__channelsGrid{grid-template-columns:repeat(3,1fr)}}.Support-module__4wiKzG__channelCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-6);flex-direction:column;justify-content:space-between;transition:all .2s;display:flex}.Support-module__4wiKzG__channelCard:hover{border-color:#0084d64d;transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.Support-module__4wiKzG__channelIcon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--primary-500);margin-bottom:var(--space-4);background:#0084d614;justify-content:center;align-items:center;display:flex}.Support-module__4wiKzG__channelTitle{font-size:var(--text-base);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:700}.Support-module__4wiKzG__channelDesc{font-size:var(--text-xs);color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.Support-module__4wiKzG__channelLink{font-size:var(--text-xs);color:var(--primary-600);align-items:center;gap:6px;font-weight:600;display:inline-flex}.Support-module__4wiKzG__channelLink:hover{color:var(--primary-700);text-decoration:underline}
