.support-page{flex-direction:column;gap:48px;max-width:720px;margin:0 auto;padding:48px 20px 100px;display:flex}.support-page__back{color:#94a3b8;align-items:center;gap:6px;margin-bottom:20px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .18s;display:inline-flex}.support-page__back:hover{color:#0f172a}.support-page__hero{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.support-page__hero-icon{color:#d97706;background:#d9770614;border:1px solid #d9770629;border-radius:18px;place-items:center;width:60px;height:60px;margin-bottom:4px;font-size:1.8rem;display:grid}.support-page__hero h1{color:#0f172a;letter-spacing:-.4px;font-size:2rem;font-weight:800}.support-page__hero p{color:#64748b;max-width:380px;font-size:.95rem;line-height:1.5}.support-page__search-wrap{width:100%;max-width:460px;margin-top:8px;position:relative}.support-page__search-icon{color:#94a3b8;pointer-events:none;font-size:1rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.support-page__search{color:#0f172a;background:#fff;border:1px solid #00000017;border-radius:14px;outline:none;width:100%;padding:12px 16px 12px 40px;font-size:.9rem;transition:border-color .2s;box-shadow:0 1px 4px #0000000a}.support-page__search:focus{border-color:#d9770659}.support-page__search::placeholder{color:#94a3b8}.support-page__section{flex-direction:column;gap:20px;display:flex}.support-page__section-title{color:#0f172a;letter-spacing:-.3px;font-size:1.2rem;font-weight:800}.support-page__section-sub{color:#64748b;margin-top:-10px;font-size:.88rem;line-height:1.6}.support-page__email-link{color:#d97706;font-weight:600;text-decoration:none}.support-page__email-link:hover{text-decoration:underline}.support-page__cats{flex-wrap:wrap;gap:8px;display:flex}.support-page__cat{cursor:pointer;color:#64748b;background:#fff;border:1px solid #00000014;border-radius:999px;padding:5px 14px;font-size:.78rem;font-weight:600;transition:all .18s}.support-page__cat:hover{color:#0f172a;border-color:#00000026}.support-page__cat.active{color:#92400e;background:#d9770614;border-color:#d9770647}.support-page__faqs{flex-direction:column;gap:8px;display:flex}.support-page__faq{background:#fff;border:1px solid #00000012;border-radius:14px;transition:border-color .18s;overflow:hidden;box-shadow:0 1px 3px #0000000a}.support-page__faq.open{border-color:#d9770633}.support-page__faq-q{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:16px 18px;transition:background .15s;display:flex}.support-page__faq-q:hover{background:#00000005}.support-page__faq-icon{color:#d97706;flex-shrink:0;font-size:1.1rem}.support-page__faq-text{color:#0f172a;flex:1;font-size:.88rem;font-weight:600;line-height:1.4}.support-page__faq-chevron{color:#94a3b8;flex-shrink:0;font-size:1rem;transition:transform .22s}.support-page__faq.open .support-page__faq-chevron{transform:rotate(180deg)}.support-page__faq-a{padding:0 18px 16px 42px}.support-page__faq-a p{color:#64748b;font-size:.85rem;line-height:1.65}.support-page__no-results{color:#94a3b8;text-align:center;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;font-size:.88rem;display:flex}.support-page__no-results svg{font-size:2rem}.support-page__form-card{background:#fff;border:1px solid #00000012;border-radius:20px;padding:28px;box-shadow:0 1px 4px #0000000a}.support-page__form{flex-direction:column;gap:16px;display:flex}.support-page__form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.support-page__form-field{flex-direction:column;gap:6px;display:flex}.support-page__form-field label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.support-page__form-field input,.support-page__form-field textarea{color:#0f172a;resize:vertical;background:#f8fafc;border:1.5px solid #00000017;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:.88rem;transition:border-color .2s}.support-page__form-field input:focus,.support-page__form-field textarea:focus{border-color:#d9770666}.support-page__select{color:#0f172a;cursor:pointer;appearance:none;background:#f8fafc;border:1.5px solid #00000017;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:.88rem;transition:border-color .2s}.support-page__select:focus{border-color:#d9770666}.support-page__char-count{color:#94a3b8;text-align:right;font-size:.72rem}.support-page__form-error{color:#991b1b;background:#dc26260f;border:1px solid #dc26262e;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;display:flex}.support-page__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);border:none;border-radius:12px;padding:12px;font-family:inherit;font-size:.92rem;font-weight:700;transition:opacity .18s}.support-page__submit:hover:not(:disabled){opacity:.88}.support-page__submit:disabled{opacity:.5;cursor:not-allowed}.support-page__submitted{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 0;display:flex}.support-page__submitted-icon{color:#059669;font-size:3rem}.support-page__submitted h3{color:#0f172a;font-size:1.1rem;font-weight:700}.support-page__submitted p{color:#64748b;max-width:320px;font-size:.85rem;line-height:1.5}.support-page__submit-another{color:#64748b;cursor:pointer;background:0 0;border:1px solid #00000017;border-radius:8px;margin-top:4px;padding:8px 20px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .18s}.support-page__submit-another:hover{color:#0f172a;border-color:#00000029}.support-page__direct{color:#94a3b8;justify-content:center;align-items:center;gap:8px;font-size:.82rem;display:flex}.support-page__direct svg{color:#cbd5e1;font-size:1rem}.support-page__direct a{color:#d97706;font-weight:600;text-decoration:none}.support-page__direct a:hover{text-decoration:underline}@media (max-width:600px){.support-page{gap:36px;padding:32px 16px 80px}.support-page__hero h1{font-size:1.6rem}.support-page__form-row{grid-template-columns:1fr}.support-page__form-card{padding:20px 18px}.support-page__faq-a{padding-left:18px}}.support-widget{z-index:400;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:28px;right:28px}.support-widget__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);border:none;border-radius:50%;place-items:center;width:52px;height:52px;font-size:1.3rem;transition:box-shadow .2s,transform .2s;display:grid;box-shadow:0 8px 28px #d977064d}.support-widget__btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #d9770661}.support-widget__btn.open{color:#475569;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:0 8px 28px #0000001f}.support-widget__panel{background:#fff;border:1px solid #00000014;border-radius:20px;width:300px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.support-widget__header{background:linear-gradient(135deg,#d9770612,#b453090a);border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.support-widget__header-left{align-items:center;gap:10px;display:flex}.support-widget__avatar{color:#fff;background:linear-gradient(135deg,#d97706,#b45309);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.9rem;font-weight:800;display:grid}.support-widget__name{color:#0f172a;font-size:.85rem;font-weight:700}.support-widget__status{color:#94a3b8;align-items:center;gap:5px;margin-top:2px;font-size:.72rem;display:flex}.support-widget__dot{background:#059669;border-radius:50%;flex-shrink:0;width:6px;height:6px}.support-widget__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;width:26px;height:26px;font-size:1rem;transition:all .15s;display:grid}.support-widget__close:hover{color:#475569;background:#0000000d}.support-widget__body{flex-direction:column;gap:12px;padding:16px;display:flex}.support-widget__greeting{color:#64748b;font-size:.85rem;line-height:1.5}.support-widget__links{flex-direction:column;gap:6px;display:flex}.support-widget__link{background:#00000005;border:1px solid #0000000f;border-radius:11px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:all .18s;display:flex}.support-widget__link:hover{background:#d977060f;border-color:#d977062e;transform:translate(2px)}.support-widget__link-icon{color:#d97706;flex-shrink:0;font-size:1rem}.support-widget__link-label{color:#475569;flex:1;font-size:.8rem;font-weight:500}.support-widget__link-arrow{color:#cbd5e1;font-size:.85rem;transition:color .15s}.support-widget__link:hover .support-widget__link-arrow{color:#d97706}.support-widget__footer{border-top:1px solid #0000000f;padding:12px 16px 16px}.support-widget__cta{color:#fff;background:linear-gradient(135deg,#d97706,#b45309);border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .18s;display:flex}.support-widget__cta:hover{opacity:.88}@media (max-width:600px){.support-widget{bottom:20px;right:16px}.support-widget__panel{width:calc(100vw - 32px)}}