.TravelAgent_container__dLwya{display:flex;flex-direction:column;height:70vh;max-height:700px;border-radius:16px;border:1px solid rgba(11,37,69,.15);background:#fff;overflow:hidden}.TravelAgent_header__iMfFJ{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:16px 20px;border-bottom:1px solid rgba(11,37,69,.1);background:#0b2545;color:#fff;flex-shrink:0}.TravelAgent_headerNav__TtJV4{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.TravelAgent_backLink__AxjiI{font-size:13px;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .15s}.TravelAgent_backLink__AxjiI:hover{color:#fff}.TravelAgent_brandLabel__AI1V8{font-size:13px;color:hsla(0,0%,100%,.85);font-weight:500}.TravelAgent_resetButton__jZ_0u{font-size:13px;color:hsla(0,0%,100%,.7);background:none;border:none;cursor:pointer;padding:0;transition:color .15s;font-family:inherit}.TravelAgent_resetButton__jZ_0u:hover{color:#fff;text-decoration:underline}.TravelAgent_title__YPWoG{margin-top:10px;font-size:17px;font-weight:600;color:#fff;line-height:1.3}.TravelAgent_subtitle__cKIP9{margin-top:4px;font-size:13px;color:hsla(0,0%,100%,.6)}.TravelAgent_messagesArea__R_iu3{flex:1 1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:16px;min-height:0}.TravelAgent_userBubble__vIt8N{margin-left:48px;padding:12px 16px;border-radius:16px 16px 4px 16px;background:#1b6ef3;color:#fff;font-size:14px;line-height:1.5;align-self:flex-end}.TravelAgent_assistantBubble__B5tvv{margin-right:32px;font-size:14px;line-height:1.6;color:#1a1a2e;display:flex;flex-direction:column;gap:8px}.TravelAgent_textContent__VG7Z1{white-space:pre-wrap}.TravelAgent_toolBubble___z2m8{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;border:1px solid rgba(0,194,224,.2);background:rgba(0,194,224,.05);font-size:13px;color:#0b2545}.TravelAgent_toolIcon__BYu1R{font-size:16px;line-height:1}.TravelAgent_errorBanner__4VkI5{padding:10px 14px;border-radius:8px;border:1px solid rgba(220,53,69,.3);background:rgba(220,53,69,.06);font-size:13px;color:#9b1c2c}.TravelAgent_inputArea__oH8r2{border-top:1px solid rgba(11,37,69,.1);padding:12px;flex-shrink:0;background:#fff}.TravelAgent_quickReplies__QyMVm{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.TravelAgent_quickReplyButton__2N_8V{padding:7px 14px;border-radius:999px;border:1px solid rgba(27,110,243,.3);background:rgba(27,110,243,.06);font-size:13px;font-weight:500;color:#1b6ef3;cursor:pointer;transition:all .15s;font-family:inherit}.TravelAgent_quickReplyButton__2N_8V:hover:not(:disabled){background:rgba(27,110,243,.12);border-color:rgba(27,110,243,.5)}.TravelAgent_quickReplyButton__2N_8V:disabled{opacity:.4;cursor:not-allowed}.TravelAgent_inputRow__VDMmX{display:flex;gap:8px}.TravelAgent_textInput__eWTME{flex:1 1;min-width:0;padding:12px 16px;border-radius:12px;border:1px solid rgba(11,37,69,.2);background:#f8f9fb;font-size:14px;color:#0b2545;font-family:inherit;outline:none;transition:border-color .15s}.TravelAgent_textInput__eWTME::placeholder{color:rgba(11,37,69,.35)}.TravelAgent_textInput__eWTME:focus{border-color:#1b6ef3;background:#fff}.TravelAgent_textInput__eWTME:disabled{opacity:.4}.TravelAgent_sendButton__587YG{flex-shrink:0;padding:12px 20px;border-radius:12px;border:none;background:#1b6ef3;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.TravelAgent_sendButton__587YG:hover:not(:disabled){background:#1560d4}.TravelAgent_sendButton__587YG:disabled{opacity:.4;cursor:not-allowed}.TravelAgent_bottomReset__V_vnS{display:block;width:100%;margin-top:8px;padding:6px 0;background:none;border:none;font-size:12px;color:rgba(11,37,69,.4);cursor:pointer;font-family:inherit;text-align:center;transition:color .15s}.TravelAgent_bottomReset__V_vnS:hover{color:#1b6ef3}.TravelAgent_typingDots__Aykrx{display:inline-flex;gap:4px;padding:12px 16px}.TravelAgent_typingDots__Aykrx span{width:6px;height:6px;border-radius:50%;background:#00c2e0;animation:TravelAgent_dotPulse__R_EOU 1.2s ease-in-out infinite}.TravelAgent_typingDots__Aykrx span:nth-child(2){animation-delay:.15s}.TravelAgent_typingDots__Aykrx span:nth-child(3){animation-delay:.3s}@keyframes TravelAgent_dotPulse__R_EOU{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (max-width:640px){.TravelAgent_container__dLwya{height:80vh;max-height:none;border-radius:0;border-left:none;border-right:none}.TravelAgent_header__iMfFJ{padding:12px 16px}.TravelAgent_userBubble__vIt8N{margin-left:24px}.TravelAgent_assistantBubble__B5tvv{margin-right:16px}}.MenaChatFloat_bubble__Z5deE{position:fixed;bottom:24px;right:24px;z-index:900;width:60px;height:60px;border-radius:50%;border:none;background:#0b2545;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(11,37,69,.35);transition:transform .2s,box-shadow .2s}.MenaChatFloat_bubble__Z5deE:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(11,37,69,.45)}.MenaChatFloat_bubbleIcon__JfW73{font-size:28px;line-height:1}.MenaChatFloat_bubblePulse__nA4_v{position:absolute;inset:-4px;border-radius:50%;border:2px solid #00c2e0;animation:MenaChatFloat_pulse__nkicQ 2.5s ease-out infinite;pointer-events:none}@keyframes MenaChatFloat_pulse__nkicQ{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}.MenaChatFloat_panel__7jHLu{position:fixed;bottom:24px;right:24px;z-index:901;width:400px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100vh - 48px);border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(11,37,69,.3);display:flex;flex-direction:column}.MenaChatFloat_closeBtn__nM2yP{position:absolute;top:12px;right:12px;z-index:10;width:32px;height:32px;border-radius:50%;border:none;background:hsla(0,0%,100%,.2);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.MenaChatFloat_closeBtn__nM2yP:hover{background:hsla(0,0%,100%,.35)}@media (max-width:480px){.MenaChatFloat_panel__7jHLu{bottom:0;right:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}.MenaChatFloat_bubble__Z5deE{bottom:16px;right:16px}}.help_page__JfcnP{min-height:100vh;background:#f8fafc}.help_container__v791a{max-width:1200px;margin:0 auto;padding:0 1.5rem}.help_hero__5lwdD{background:#0b2545;padding:4rem 1.5rem 5rem}.help_heroInner__9EmPu{max-width:1200px;margin:0 auto}.help_heroLabel__aI2Lm{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#00c2e0;margin-bottom:1rem}.help_heroTitle__9vUcF{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.2;max-width:700px;margin-bottom:.75rem}.help_heroSubtitle__BJQey{font-size:1rem;color:#94a3b8;max-width:560px;line-height:1.6;margin-bottom:2rem}.help_searchWrapper__H8CPF{max-width:640px}.help_searchLabel__5rJDe{display:block;font-size:.875rem;font-weight:500;color:#cbd5e1;margin-bottom:.5rem}.help_searchInputRow__CgTz_{display:flex;gap:.5rem}.help_searchInput__KuOa_{flex:1 1;padding:.875rem 1.25rem;border-radius:.75rem;border:1.5px solid #1e3a5f;background:#0f2d4a;color:#fff;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .15s ease}.help_searchInput__KuOa_::placeholder{color:#64748b}.help_searchInput__KuOa_:focus{border-color:#00c2e0}.help_searchResults__p5YJN{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.help_searchResult__bRWGm{display:block;padding:1rem 1.25rem;background:#0f2d4a;border:1.5px solid #1e3a5f;border-radius:.75rem;text-decoration:none;transition:border-color .15s ease}.help_searchResult__bRWGm:hover{border-color:#00c2e0}.help_searchResultTitle__GvZLm{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.25rem}.help_searchResultExcerpt__X_zM_{font-size:.8rem;color:#94a3b8;line-height:1.5;margin-bottom:.35rem}.help_searchResultCategory__72iiU{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#00c2e0}.help_searchEmpty__8guk9{padding:1rem 1.25rem;border:1.5px dashed #1e3a5f;border-radius:.75rem;color:#64748b;font-size:.875rem}.help_categoriesSection__82WEg{padding:3rem 1.5rem 1rem;max-width:1200px;margin:0 auto}.help_sectionTitle__yTwXE{font-size:1.5rem;font-weight:700;color:#0b2545;margin-bottom:1.5rem}.help_categoriesGrid__Z3L77{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.help_categoryCard__Skmqy{display:block;text-decoration:none;padding:1.5rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:1rem;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.help_categoryCard__Skmqy:hover{border-color:#1b6ef3;transform:translateY(-2px);box-shadow:0 4px 20px rgba(27,110,243,.1)}.help_categoryIcon__uTKky{font-size:1.75rem;margin-bottom:.75rem;display:block}.help_categoryTitle__qzuJ1{font-size:.95rem;font-weight:700;color:#0b2545;margin-bottom:.35rem}.help_categoryDescription__TmShL{font-size:.8rem;color:#64748b;line-height:1.5}.help_articlesSection__HO0rh{padding:1rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.help_categorySection__wF_GU{margin-bottom:3rem;scroll-margin-top:5rem}.help_categorySectionHeader___0oyp{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.help_categorySectionIcon__EzVPT{font-size:1.25rem}.help_categorySectionTitle__13ovA{font-size:1.25rem;font-weight:700;color:#0b2545}.help_categorySectionDescription__I9EDn{font-size:.85rem;color:#64748b;margin-bottom:1rem;padding-left:2rem}.help_articlesGrid__S9x3m{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.75rem;gap:.75rem}.help_articleCard__wZjCH{display:block;text-decoration:none;padding:1.25rem 1.5rem;border-radius:.875rem;transition:border-color .15s ease,transform .1s ease}.help_articleCard__wZjCH:hover{border-color:#1b6ef3;transform:translateY(-1px)}.help_articleCardTitle__ZQBgG{font-size:.9rem;font-weight:600;color:#0b2545;margin-bottom:.35rem;line-height:1.4}.help_articleCardExcerpt__3WuYX{font-size:.8rem;color:#64748b;line-height:1.5}.help_articlePage__Lkpc5{min-height:100vh;background:#f8fafc;padding:3rem 1.5rem}.help_articleWrapper__Bcbnu{max-width:760px;margin:0 auto}.help_breadcrumb__MhUwc{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#64748b;margin-bottom:2rem;flex-wrap:wrap}.help_breadcrumbLink__1PObN{color:#1b6ef3;text-decoration:none;font-weight:500}.help_breadcrumbLink__1PObN:hover{text-decoration:underline}.help_breadcrumbSep__ZF8to{color:#cbd5e1}.help_breadcrumbCurrent__qGLsE{color:#475569}.help_articleCard__wZjCH{background:#fff;border:1.5px solid #e2e8f0;border-radius:1.25rem;padding:2.5rem}.help_articleMeta__cHjlm{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.help_articleCategory__Hm4dN{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1b6ef3;background:#eff6ff;padding:.25rem .75rem;border-radius:999px}.help_articleTitle__AZWXR{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#0b2545;line-height:1.25;margin-bottom:.75rem}.help_articleExcerpt___gj3f{font-size:1rem;color:#64748b;line-height:1.6;padding-bottom:1.5rem;border-bottom:1.5px solid #f1f5f9;margin-bottom:1.5rem}.help_articleBody__FGfrz{display:flex;flex-direction:column;gap:1.25rem}.help_bodyParagraph__nUgZk{font-size:.95rem;line-height:1.75;color:#334155}.help_bodyHeading2__WxcwO{font-size:1.15rem;font-weight:700;color:#0b2545;margin-top:.5rem}.help_bodyHeading3__fjgnI{font-size:1rem;font-weight:700;color:#0b2545;margin-top:.25rem}.help_bodyList__twXOz{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.4rem}.help_bodyList__twXOz li{font-size:.95rem;line-height:1.65;color:#334155}.help_bodySteps__xsHO1{list-style:decimal;padding-left:1.5rem;display:flex;flex-direction:column;gap:.6rem;counter-reset:steps}.help_bodySteps__xsHO1 li{font-size:.95rem;line-height:1.65;color:#334155;padding-left:.25rem}.help_bodyNote__MxrUF{background:#fffbeb;border:1.5px solid #fcd34d;border-radius:.75rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6;color:#92400e}.help_articleFooter__8lBTC{margin-top:2rem;padding-top:1.5rem;border-top:1.5px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-wrap:gap;gap:1rem}.help_footerQuestion__NakuZ{font-size:.875rem;color:#64748b}.help_footerActions__t4BUQ{display:flex;gap:.5rem}.help_btnOutline__F_bep{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1.5px solid #e2e8f0;border-radius:.6rem;background:transparent;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer;text-decoration:none;transition:border-color .15s ease,color .15s ease;font-family:inherit}.help_btnOutline__F_bep:hover{border-color:#1b6ef3;color:#1b6ef3}.help_btnPrimary__35YEw{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:none;border-radius:.6rem;background:#1b6ef3;font-size:.8rem;font-weight:600;color:#fff;cursor:pointer;text-decoration:none;transition:background .15s ease;font-family:inherit}.help_btnPrimary__35YEw:hover{background:#1558c9}.help_assistantWidget__EV8G1{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;font-family:inherit}.help_assistantTrigger__H3bIt{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:#0b2545;border:none;border-radius:999px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px rgba(11,37,69,.4);transition:transform .15s ease,box-shadow .15s ease;font-family:inherit}.help_assistantTrigger__H3bIt:hover{transform:translateY(-1px);box-shadow:0 6px 28px rgba(11,37,69,.5)}.help_assistantTriggerDot__sSqHZ{width:8px;height:8px;background:#00c2e0;border-radius:50%;animation:help_pulse__Vegln 2s infinite}@keyframes help_pulse__Vegln{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.help_assistantPanel__tk0e3{position:absolute;bottom:calc(100% + .75rem);right:0;width:min(400px,calc(100vw - 3rem));background:#fff;border:1.5px solid #e2e8f0;border-radius:1.25rem;box-shadow:0 20px 60px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;max-height:min(560px,calc(100vh - 8rem))}.help_assistantHeader__MWk5S{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#0b2545}.help_assistantHeaderLeft__8c6CJ{display:flex;align-items:center;gap:.625rem}.help_assistantAvatar__dLOXz{width:32px;height:32px;background:#1b6ef3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.help_assistantName__k4SKq{font-size:.875rem;font-weight:700;color:#fff}.help_assistantStatus__h8iOk{font-size:.7rem;color:#00c2e0;font-weight:500}.help_assistantClose__cFCTW{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;transition:color .15s ease;font-family:inherit}.help_assistantClose__cFCTW:hover{color:#fff}.help_assistantMessages__m7Tp8{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.help_message__DW4Pj{max-width:85%;padding:.75rem 1rem;border-radius:1rem;font-size:.85rem;line-height:1.55}.help_messageAssistant__WkZtO{background:#f1f5f9;color:#334155;border-bottom-left-radius:.25rem;align-self:flex-start}.help_messageUser__TXg_Z{background:#0b2545;color:#fff;border-bottom-right-radius:.25rem;align-self:flex-end}.help_messageLoading__Y1XS1{background:#f1f5f9;color:#94a3b8;font-style:italic;align-self:flex-start;border-bottom-left-radius:.25rem}.help_articleLink__8W4jB{display:inline-block;margin-top:.5rem;font-size:.8rem;color:#1b6ef3;text-decoration:underline;text-underline-offset:2px}.help_escalationBox__XzYKl{background:#fff7ed;border:1.5px solid #fed7aa;border-radius:.75rem;padding:.75rem;font-size:.8rem;color:#9a3412;margin-top:.25rem}.help_escalationBox__XzYKl a{color:#c2410c;font-weight:600;text-decoration:underline}.help_assistantInputRow__vA53l{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1.5px solid #f1f5f9}.help_assistantInput__yHRBz{flex:1 1;padding:.65rem 1rem;border:1.5px solid #e2e8f0;border-radius:.6rem;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .15s ease;color:#0b2545}.help_assistantInput__yHRBz:focus{border-color:#1b6ef3}.help_assistantSend__GmZuU{padding:.65rem 1rem;background:#1b6ef3;border:none;border-radius:.6rem;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease;white-space:nowrap}.help_assistantSend__GmZuU:hover:not(:disabled){background:#1558c9}.help_assistantSend__GmZuU:disabled{opacity:.5;cursor:default}@media (max-width:640px){.help_hero__5lwdD{padding:2.5rem 1rem 3rem}.help_heroTitle__9vUcF{font-size:1.5rem}.help_categoriesGrid__Z3L77{grid-template-columns:repeat(2,1fr)}.help_articlesGrid__S9x3m{grid-template-columns:1fr}.help_articleCard__wZjCH{padding:1.5rem}.help_assistantPanel__tk0e3{width:calc(100vw - 2rem);right:-.5rem}.help_articleFooter__8lBTC{flex-direction:column;align-items:flex-start}}.ESIMEmptyState_wrapper___iTTc{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;max-width:360px;margin:0 auto}.ESIMEmptyState_lottieWrap__Jt_Po{margin-bottom:8px}.ESIMEmptyState_heading__q1WlT{font-size:20px;font-weight:700;color:#0b2545;margin:0 0 10px}.ESIMEmptyState_body__uz49B{font-size:15px;color:#6b7280;line-height:1.6;margin:0 0 24px}.ESIMEmptyState_primaryBtn__y_P1m{display:inline-block;background:#0b2545;color:#fff;padding:13px 28px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;transition:opacity .15s;margin-bottom:12px;width:100%;text-align:center;box-sizing:border-box}.ESIMEmptyState_primaryBtn__y_P1m:hover{opacity:.9}.ESIMEmptyState_secondaryBtn__f5JWy{display:inline-block;color:#1b6ef3;font-size:14px;font-weight:500;text-decoration:none}.ESIMEmptyState_secondaryBtn__f5JWy:hover{text-decoration:underline}.page_page__omaBP{min-height:100vh;background:var(--off)}.page_hero__h4qZd{background:var(--navy);padding:48px 2rem 40px}.page_title__y10Kd{font-size:clamp(28px,3vw,38px);font-weight:800;color:var(--white);margin:0 0 8px;letter-spacing:-.02em}.page_subtitle___5vr_{font-size:15px;color:hsla(0,0%,100%,.65);margin:0}.page_container__GXKiR{max-width:560px;margin:0 auto;padding:32px 1rem}.page_tabs__n4Suq{display:flex;border-bottom:2px solid var(--off-2);margin-bottom:24px}.page_tab__aidJ6{padding:10px 20px;font-size:14px;font-weight:600;color:var(--muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color var(--trans),border-color var(--trans)}.page_tab__aidJ6:hover{color:var(--navy)}.page_tabActive__0_nYH{color:var(--navy);border-bottom-color:var(--blue)}.page_card__pLldV{background:var(--white);border-radius:var(--r16);border:1.5px solid var(--off-2);padding:20px;margin-bottom:16px;transition:box-shadow var(--trans)}.page_card__pLldV:hover{box-shadow:var(--shadow-sm)}.page_cardExpired__rYgw_{opacity:.5}.page_cardHeader__TEHoy{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.page_cardHeaderLeft__PI1D_{display:flex;align-items:center;gap:12px}.page_flag__QPvIo{width:48px;height:36px;border-radius:var(--r8);background:var(--off);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.page_flag__QPvIo img{width:100%;height:100%;object-fit:cover}.page_countryName__X96xp{font-size:16px;font-weight:700;color:var(--navy);margin:0 0 2px}.page_operatorInfo__WIpID{font-size:12px;color:var(--muted);margin:0}.page_badge__NUNjL{display:inline-block;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--r999);white-space:nowrap}.page_badgeReady__1emqO{background:var(--blue-pale);color:var(--blue-d)}.page_badgeActive__1iElv{background:#d1fae5;color:#065f46}.page_badgeExpiring__wwOg9{background:#fef3c7;color:#92400e}.page_badgeExpired__WTal1{background:var(--off-2);color:var(--muted)}.page_dropdown__2pcaL{position:relative;margin-bottom:10px}.page_dropdownTrigger__1o3zt{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:var(--r12);border:2px solid var(--off-2);background:var(--white);font-size:14px;font-weight:600;color:var(--navy);cursor:pointer;transition:border-color var(--trans)}.page_dropdownTriggerActive__UFCKi,.page_dropdownTrigger__1o3zt:hover{border-color:var(--blue)}.page_dropdownTriggerLeft__TVrST{display:flex;align-items:center;gap:10px}.page_dropdownChevron__Tyv0t{width:20px;height:20px;color:var(--muted);transition:transform var(--trans)}.page_dropdownChevronOpen__F9VTu{transform:rotate(180deg)}.page_dropdownMenu__g17Wm{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;background:var(--white);border:1.5px solid var(--off-2);border-radius:var(--r12);box-shadow:var(--shadow-md);overflow:hidden}.page_dropdownOption__EpeWt{width:100%;display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--navy);background:none;border:none;cursor:pointer;text-align:left;transition:background var(--trans)}.page_dropdownOption__EpeWt:hover{background:var(--off)}.page_dropdownOptionActive__3CHQa{background:var(--off);font-weight:600}.page_installBtn__OFnVX{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border-radius:var(--r12);background:var(--blue);color:var(--white);border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background var(--trans);text-decoration:none;margin-bottom:10px}.page_installBtn__OFnVX:hover{background:var(--blue-l)}.page_actionBtn__H__QX{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border-radius:var(--r12);background:var(--white);color:var(--navy);border:1.5px solid var(--off-2);font-size:14px;font-weight:600;cursor:pointer;transition:border-color var(--trans),background var(--trans);margin-bottom:10px}.page_actionBtn__H__QX:hover{border-color:var(--blue);background:var(--off)}.page_divider__7H_z0{border:none;border-top:1px solid var(--off-2);margin:16px 0}.page_details__zESz_{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 16px;gap:6px 16px;font-size:13px}.page_detailLabel__6hPJf{color:var(--muted)}.page_detailMono__OT4LX,.page_detailValue__cj1UT{text-align:right;font-weight:600;color:var(--navy)}.page_detailMono__OT4LX{font-family:monospace;font-size:11px}.page_purchaseDate__s0mI3{font-size:12px;color:var(--muted);margin-top:8px}.page_appSection__gMm2Y{margin-top:16px;padding-top:16px;border-top:1px solid var(--off-2)}.page_appHeader__64ICE{display:flex;align-items:center;gap:10px;margin-bottom:12px}.page_appIcon__aLikP{width:32px;height:32px;border-radius:var(--r8);background:linear-gradient(135deg,var(--cyan),var(--blue));display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-weight:800}.page_appTitle___HY7J{font-size:13px;font-weight:700;color:var(--navy);margin:0 0 2px}.page_appSub__zAY_p{font-size:12px;color:var(--muted);margin:0;line-height:1.5}.page_appQrRow__STqnu{display:flex;gap:12px}.page_appQrBox__7GmI7{flex:1 1;background:var(--off);border-radius:var(--r12);padding:12px;display:flex;flex-direction:column;align-items:center}.page_appQrImg__qsAPp{width:80px;height:80px;border-radius:var(--r4)}.page_appQrLabel__D6jwx{font-size:10px;color:var(--muted);margin-top:6px}.page_overlay__EeZwd{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:rgba(11,37,69,.4);padding:16px}.page_popup__Pt5I8{background:var(--white);border-radius:var(--r20);padding:24px;width:100%;max-width:400px;box-shadow:var(--shadow-md);max-height:90vh;overflow-y:auto}.page_popupHeader__40U6y{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page_popupTitle__ORIdP{font-size:18px;font-weight:700;color:var(--navy)}.page_popupClose__IYNqV{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px}.page_popupClose__IYNqV:hover{color:var(--navy)}.page_shareField__BX_mw{background:var(--off);border-radius:var(--r12);padding:14px 16px;margin-bottom:10px}.page_shareFieldLabel__avXYy{font-size:11px;color:var(--muted);margin:0 0 4px}.page_shareFieldValue__RD_Z8{font-size:14px;font-weight:600;color:var(--navy);margin:0;word-break:break-all;font-family:monospace}.page_shareFieldCode__RcI0i{font-size:28px;font-weight:800;color:var(--navy);margin:0;letter-spacing:.15em}.page_shareActions__l5f5f{display:flex;gap:10px;margin-top:20px}.page_copyBtn__hyL4o{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:var(--r12);border:1.5px solid var(--off-2);background:var(--white);font-size:14px;font-weight:600;color:var(--navy);cursor:pointer;transition:border-color var(--trans)}.page_copyBtn__hyL4o:hover{border-color:var(--blue)}.page_whatsappBtn__Ipgq4{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:var(--r12);border:none;background:#25d366;font-size:14px;font-weight:600;color:var(--white);cursor:pointer;transition:opacity var(--trans)}.page_whatsappBtn__Ipgq4:hover{opacity:.9}.page_qrSection__94JhP{border-top:1px solid var(--off-2);padding-top:16px;margin-bottom:16px}.page_qrDescription__ptyzi{font-size:14px;color:var(--muted);margin:0 0 16px;line-height:1.6}.page_qrBox__dxREO{background:var(--off);border-radius:var(--r16);padding:24px;display:flex;flex-direction:column;align-items:center;margin-bottom:12px}.page_qrImg__BcZo7{width:192px;height:192px;border-radius:var(--r8)}.page_qrHint__tNVJz{font-size:12px;color:var(--muted);text-align:center;margin-top:12px;line-height:1.5}.page_manualSection__rfmLM{border-top:1px solid var(--off-2);padding-top:16px}.page_manualHeader__50mQl{display:flex;align-items:center;gap:8px;margin-bottom:8px}.page_manualTitle__myCQm{font-size:15px;font-weight:700;color:var(--navy);margin:0}.page_manualDesc__ix7TN{font-size:13px;color:var(--muted);margin:0 0 12px;line-height:1.5}.page_manualDetails__HEIom{background:var(--off);border-radius:var(--r12);padding:16px}.page_manualField__KHpEx{margin-bottom:12px}.page_manualField__KHpEx:last-child{margin-bottom:0}.page_manualFieldLabel__nvH7x{font-size:11px;color:var(--muted);margin:0 0 4px}.page_manualFieldValue__Saxoq{font-size:13px;font-weight:600;color:var(--navy);margin:0;font-family:monospace;word-break:break-all}.page_manualCopyBtn__GeKnL{width:100%;margin-top:12px;padding:8px;border-radius:var(--r8);border:1px solid var(--off-2);background:var(--white);font-size:12px;font-weight:600;color:var(--navy);cursor:pointer;transition:border-color var(--trans)}.page_manualCopyBtn__GeKnL:hover{border-color:var(--blue)}.page_loading__jZXVr{text-align:center;padding:48px 16px}.page_spinner__FHazx{display:inline-block;width:32px;height:32px;border:3px solid var(--off-2);border-top-color:var(--blue);border-radius:50%;animation:page_spin__OpPbn .8s linear infinite}@keyframes page_spin__OpPbn{to{transform:rotate(1turn)}}.page_loadingText__GPGmY{font-size:14px;color:var(--muted);margin-top:12px}.page_empty__z93tn{text-align:center;padding:48px 24px;background:var(--white);border-radius:var(--r16);border:1.5px solid var(--off-2)}.page_emptyIcon__5c_Dr{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:var(--off);display:flex;align-items:center;justify-content:center}.page_emptyText__GJ8G8{font-size:14px;color:var(--muted);margin:0 0 20px}.page_shopBtn__uApwG{display:inline-block;padding:12px 28px;background:var(--blue);color:var(--white);border-radius:var(--r8);font-size:14px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:background var(--trans)}.page_shopBtn__uApwG:hover{background:var(--blue-l)}.page_icon__EUBzD{width:20px;height:20px;flex-shrink:0}.page_iconSm__Xxw5p{width:16px;height:16px;flex-shrink:0}.page_readyPrompt__MOSMJ{margin-bottom:14px;padding-bottom:4px}.page_readyTitle__ekPFv{font-size:15px;font-weight:700;color:var(--navy);margin:0 0 4px}.page_readyText__1n4AH{font-size:13px;color:var(--muted);margin:0;line-height:1.5}.page_shareSection__4ypNT{margin-top:16px;padding-top:16px;border-top:1px solid var(--off-2)}.page_shareSectionTitle__f3gX_{font-size:15px;font-weight:700;color:var(--navy);margin:0 0 4px}.page_shareSectionText__XJQdU{font-size:13px;color:var(--muted);margin:0 0 12px;line-height:1.5}.page_faqSection__EKBd4{margin-top:4px}.page_faqTitle__TEEIa{font-size:11px;font-weight:700;color:var(--muted);margin:16px 0 10px;text-transform:uppercase;letter-spacing:.06em}.page_faqList__2vO5l{border:1.5px solid var(--off-2);border-radius:var(--r8);overflow:hidden}.page_faqItem__n6UNi{border-bottom:1px solid var(--off-2)}.page_faqItem__n6UNi:last-child{border-bottom:none}.page_faqQ__NSWzc{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-size:13px;font-weight:600;color:var(--navy);background:none;border:none;cursor:pointer;text-align:left;transition:background var(--trans)}.page_faqQOpen__hMIdY,.page_faqQ__NSWzc:hover{background:var(--off)}.page_faqChevron__97TTe{flex-shrink:0;width:14px;height:14px;color:var(--muted);transition:transform .2s}.page_faqChevronOpen__Cwy4N{transform:rotate(180deg)}.page_faqAnswer__7I_R_{padding:2px 14px 14px;font-size:13px;color:var(--text);line-height:1.6}.page_faqPara__vo9sG{margin:8px 0 0}.page_faqSteps__HnBYA,.page_faqUl__Ho_xz{margin:8px 0 0;padding-left:20px}.page_faqSteps__HnBYA li,.page_faqUl__Ho_xz li{margin-bottom:4px}.page_faqNote__iekHC{margin:8px 0 0;padding:8px 10px;background:#fff9ec;border-left:3px solid #f59e0b;border-radius:var(--r4);font-size:12px;color:#92400e}.page_faqMore__tNm_O{display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:var(--blue);text-decoration:none}.page_faqMore__tNm_O:hover{text-decoration:underline}.page_chatBtn__Wx5eE{width:100%;margin-top:12px;padding:11px;background:var(--off);border:1.5px solid var(--off-2);border-radius:var(--r8);font-size:13px;font-weight:600;color:var(--navy);cursor:pointer;transition:background var(--trans),border-color var(--trans)}.page_chatBtn__Wx5eE:hover{background:var(--off-2);border-color:var(--blue)}