:root{--brand-1: #fff3e8;--brand-2: #ffe1c2;--brand-6: #f38b3c;--brand-7: #d96b1c;--brand-8: #a94810;--primary-rgb: 243 139 60;--background: #ffffff;--surface: #ffffff;--text: #020817;--muted: #64748b;--border: #e2e8f0;--soft: #f8fafc;--hover-surface: #f1f5f9;--primary: #f38b3c;--primary-hover: #df7224;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=cyan]{--brand-1: #e6f8f8;--brand-2: #ccf0f0;--brand-6: #019c9f;--brand-7: #087b7d;--brand-8: #045f62;--primary-rgb: 1 156 159;--primary: #019c9f;--primary-hover: #087f82}:root[data-theme=pink]{--brand-1: #fff0f3;--brand-2: #ffd9df;--brand-6: #ed4359;--brand-7: #c92d41;--brand-8: #9f2031;--primary-rgb: 237 67 89;--primary: #ed4359;--primary-hover: #d5364b}:root.dark{--background: #020817;--surface: #020817;--text: #f8fafc;--muted: #94a3b8;--border: #1e293b;--soft: #0f172a;--hover-surface: #1e293b}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:var(--background)}button,input{font:inherit}a{color:inherit}.redirect-page{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:24px;background:var(--background)}.fm-entry-page{display:flex;min-height:100dvh;flex-direction:column;overflow-x:hidden;background:var(--background);color:var(--text)}.brand-stage{order:2;display:flex;min-height:auto;flex-direction:column;overflow-x:hidden;overflow-y:auto;background:rgb(var(--primary-rgb) / 10%)}.brand-stage__logo-row{display:none;flex:0 0 auto}.app-brand{display:flex;min-width:0;align-items:center;gap:12px}.app-brand img{width:40px;height:40px;flex:0 0 auto;object-fit:contain}.app-brand span{overflow:hidden;color:var(--text);font-size:18px;font-weight:600;line-height:1;text-overflow:ellipsis;white-space:nowrap}.app-brand--mobile{display:flex}.brand-stage__image-slot{display:flex;width:100%;height:11rem;flex:0 0 auto;align-items:flex-end;justify-content:center;padding:12px 20px}.brand-stage__image-slot img{width:100%;height:100%;max-width:min(100%,512px);object-fit:contain;object-position:bottom}.brand-stage__copy{flex:0 0 auto;padding:0 32px 32px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.brand-stage__copy h2{display:flex;flex-wrap:wrap;gap:8px 12px;margin:0;color:var(--primary);font-size:28px;font-weight:600;line-height:1.12;letter-spacing:-.025em}.brand-stage__copy h2 span{white-space:nowrap}.brand-stage__copy>p{max-width:640px;margin:12px 0 0;color:var(--text);font-size:20px;line-height:1.6}.brand-stage__phrases{display:grid;gap:12px;margin-top:16px;color:var(--text);font-size:18px;font-weight:400;line-height:1.75}.brand-stage__phrases span,.brand-stage__integration div{display:flex;min-width:0;align-items:center;gap:10px}.brand-stage__phrases img{width:32px;height:32px;flex:0 0 auto;object-fit:contain}.brand-stage__integration{margin-top:20px;border-top:1px solid var(--border);padding-top:12px}.brand-stage__download{margin-top:20px;padding-top:4px}.brand-stage__download p,.brand-stage__integration p{margin:0;color:var(--text);font-size:14px;font-weight:500;line-height:1}.brand-stage__store-links{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px}.brand-stage__store-links a{display:inline-flex;height:36px;text-decoration:none}.brand-stage__store-links img{width:auto;height:36px;object-fit:contain}.brand-stage__integration div{margin-top:6px}.brand-stage__integration img{width:28px;height:28px;flex:0 0 auto;object-fit:contain}.brand-stage__integration span{color:var(--text);font-size:14px;font-weight:600;line-height:1;letter-spacing:-.025em;text-transform:lowercase}.auth-side{order:1;display:flex;width:100%;min-height:100dvh;flex-direction:column;background:var(--background)}.auth-topbar{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:max(56px,env(safe-area-inset-top,0px)) 16px 12px}.auth-actions{display:flex;align-items:center;gap:12px}.language-button,.theme-button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border:0;background:transparent;color:var(--text);font-size:14px;font-weight:500;padding:0;transition:background .16s ease,color .16s ease}.language-button{gap:6px}.theme-button{width:36px;height:36px;border-radius:6px;padding:8px}.language-button:hover{color:var(--primary)}.theme-button:hover{background:var(--hover-surface)}.topbar-icon{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:#64748b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.topbar-icon--theme{stroke:currentcolor}.topbar-menu{position:relative;display:inline-flex}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:20;min-width:220px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 10px 15px -3px #0f172a1a,0 4px 6px -4px #0f172a1a;color:var(--text);padding:8px}.language-menu{min-width:200px;max-height:min(400px,calc(100vh - 92px));overflow-y:auto}.dropdown-item{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:transparent;color:var(--text);padding:8px 16px;text-align:left;transition:background .15s ease,color .15s ease}.language-item__content{display:flex;align-items:center;gap:12px}.language-flag{display:flex;width:32px;height:24px;flex:0 0 auto;overflow:hidden;border-radius:2px}.language-flag svg{width:100%;height:100%;object-fit:cover}.language-flag__fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:var(--muted);font-size:12px;font-weight:500}.language-item__text{display:flex;flex-direction:column;gap:2px;font-weight:500}.language-item__text small{color:var(--muted);font-size:12px;font-weight:400;opacity:.7}.dropdown-item:hover,.theme-choice:hover,.theme-color:hover{background:var(--hover-surface)}.dropdown-item--active{background:var(--primary);color:#fff}.dropdown-item--active .language-item__text small{color:#fff}.dropdown-label{margin:0;color:var(--muted);font-size:12px;font-weight:600;padding:6px 8px}.dropdown-separator{height:1px;margin:4px 0;background:var(--border)}.theme-choice-group{display:flex;gap:4px;padding:6px 8px}.theme-choice,.theme-color{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:transparent;color:var(--text);font-size:13px;font-weight:500;padding:6px 12px;transition:background .15s ease,color .15s ease}.theme-choice{flex:1 1 0}.theme-choice--active{background:var(--primary);color:#fff}.theme-choice--active .topbar-icon{color:#fff;stroke:#fff}.theme-color-row{display:flex;gap:4px;padding:6px 8px}.theme-menu{min-width:220px}.theme-color{flex:1 1 0;flex-direction:column;gap:4px;padding:8px}.theme-choice span,.theme-color span:not(.color-dot){font-size:12px}.theme-color span:not(.color-dot){color:var(--muted)}.theme-color--active{background:var(--hover-surface)}.theme-color--active .color-dot{transform:scale(1.1)}.color-dot{width:20px;height:20px;flex:0 0 auto;border-radius:999px;transition:transform .15s ease}.color-dot--orange{background:#f38b3c}.color-dot--cyan{background:#019c9f}.color-dot--pink{background:#ed4359}.auth-content{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;justify-content:center;overflow-y:auto;padding:16px}.service-panel,.redirect-card{width:min(100%,480px);border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0f172a0f}.service-panel{margin:0 auto;padding:24px}.service-panel__body{display:flex;width:100%;flex-direction:column;gap:20px}.auth-page-header{display:flex;flex:0 0 auto;align-items:flex-start;gap:12px;text-align:left}.auth-page-header h1{margin:0;color:var(--text);font-size:28px;font-weight:600;line-height:1.25}.auth-footer{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:4px;padding:8px 16px max(16px,env(safe-area-inset-bottom,0px));color:var(--muted);font-size:11px;line-height:1.45;text-align:center}.auth-footer div{display:flex;align-items:center;gap:12px}.auth-footer a{color:var(--primary);text-decoration:none;text-underline-offset:2px}.auth-footer a:hover{text-decoration:underline}.auth-footer p{margin:0}.field-label{color:var(--text);font-size:14px;font-weight:500;line-height:1.25}.section-label{color:var(--brand-7);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.recommended-card{display:grid;gap:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:16px}.recommended-card__topline,.selected-country{display:flex;align-items:center}.recommended-card__topline{justify-content:space-between;gap:12px}.selected-country{gap:14px;min-width:0}.country-avatar{display:inline-grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border-radius:14px;background:rgb(var(--primary-rgb) / 10%);color:var(--brand-7);font-size:16px;font-weight:700}.selected-country__text{min-width:0}.selected-country__text strong,.selected-country__text small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-country__text strong{color:var(--text);font-size:22px;font-weight:600;line-height:1.2}.selected-country__text small{margin-top:4px;color:var(--muted);font-size:14px;font-weight:400;line-height:1.4}.service-region{border:1px solid var(--border);border-radius:10px;background:var(--soft);padding:12px 14px}.service-region span{display:block;color:var(--muted);font-size:13px;font-weight:400}.service-region strong{display:block;margin-top:4px;color:var(--text);font-size:15px;font-weight:600;line-height:1.4}.secondary-button,.text-button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border:0;background:transparent;color:var(--primary);font-weight:600}.secondary-button{width:100%;min-height:40px;border:1px solid var(--border);border-radius:8px;background:var(--background);color:var(--text);font-size:14px;font-weight:500;transition:background .16s ease,border-color .16s ease}.secondary-button:hover{background:var(--hover-surface)}.secondary-button:disabled{cursor:wait;opacity:.82}.secondary-button--loading{gap:8px}.button-loading-dot{width:14px;height:14px;border:2px solid rgb(var(--primary-rgb) / 20%);border-top-color:var(--primary);border-radius:999px;animation:spin .8s linear infinite}.text-button:hover{color:var(--brand-8)}.search-field{display:flex;align-items:center;gap:10px;min-height:44px;margin-bottom:14px;border:1px solid var(--border);border-radius:10px;background:var(--background);color:var(--muted);padding:0 14px;transition:border-color .16s ease,box-shadow .16s ease}.alphabet-index{position:absolute;top:10px;right:8px;bottom:10px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2px 0}.alphabet-index__item{display:inline-flex;width:24px;min-width:0;min-height:10px;max-height:16px;flex:1 1 0;cursor:pointer;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--primary);font-size:10px;font-weight:700;line-height:1;padding:0;transition:background .16s ease,color .16s ease}.alphabet-index__item:hover:not(:disabled){background:rgb(var(--primary-rgb) / 8%);color:var(--primary)}.alphabet-index__item:disabled{cursor:not-allowed;opacity:.32}.search-field:focus-within{border-color:rgb(var(--primary-rgb) / 70%);box-shadow:0 0 0 3px rgb(var(--primary-rgb) / 16%)}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:14px}.search-field input::placeholder{color:#94a3b8}.country-list-shell{position:relative}.country-list{overflow:auto;max-height:min(54vh,500px);border:1px solid var(--border);border-radius:12px;background:var(--surface)}.country-row{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:space-between;gap:14px;border:0;border-bottom:1px solid var(--border);background:var(--surface);padding:14px 44px 14px 14px;text-align:left;transition:background .16s ease,color .16s ease}.country-row:last-child{border-bottom:0}.country-row:hover{background:rgb(var(--primary-rgb) / 8%)}.country-row--selected{background:rgb(var(--primary-rgb) / 10%)}.country-row__content{display:grid;min-width:0;gap:4px}.country-row__title,.country-row__status{display:flex;align-items:center}.country-row__title{gap:8px}.country-row__title strong{overflow:hidden;color:var(--text);font-size:16px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.country-row__subtitle{overflow:hidden;color:var(--muted);font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.country-row__status{flex:0 0 auto;gap:10px;color:var(--primary)}.recommend-tag{border-radius:999px;background:rgb(var(--primary-rgb) / 10%);color:var(--brand-7);font-size:12px;font-weight:600;line-height:1;padding:6px 9px}.empty-state{margin:0;color:var(--muted);font-size:14px;text-align:center}.picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:24px;background:#0f172a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.picker-dialog{width:min(100%,560px);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 24px 70px #0f172a3d;padding:24px}.picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.picker-header h2{margin:6px 0 0;color:var(--text);font-size:28px;font-weight:600;line-height:1.2}.text-button{flex:0 0 auto;border-radius:8px;padding:9px 10px}.empty-state{padding:32px 16px}.primary-button{display:flex;width:100%;min-height:48px;cursor:pointer;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:var(--primary);box-shadow:0 10px 24px rgb(var(--primary-rgb) / 25%);color:#fff;font-size:16px;font-weight:600;padding:0 20px;transition:background .16s ease,box-shadow .16s ease}.primary-button:hover{background:var(--primary-hover);box-shadow:0 12px 28px rgb(var(--primary-rgb) / 30%)}.icon{width:18px;height:18px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.country-row:focus-visible,.alphabet-index__item:focus-visible,.primary-button:focus-visible,.secondary-button:focus-visible,.text-button:focus-visible,.auth-actions button:focus-visible,.search-field:focus-within{outline:3px solid rgb(var(--primary-rgb) / 24%);outline-offset:3px}.redirect-card{display:grid;justify-items:center;padding:36px;text-align:center}.redirect-logo{width:208px;height:auto}.redirect-card p{margin:18px 0 0;color:#475569;font-weight:600}.redirect-actions{display:flex;width:100%;gap:12px;margin-top:24px}.redirect-actions .primary-button,.redirect-actions .secondary-button{width:auto;flex:1 1 0}.loading-ring{width:30px;height:30px;margin-top:22px;border:3px solid var(--brand-2);border-top-color:var(--primary);border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (min-width: 640px){.auth-topbar,.auth-content{padding-right:24px;padding-left:24px}.service-panel{border-radius:16px;padding:28px}.brand-stage__image-slot{height:12.5rem;padding-right:24px;padding-left:24px}.brand-stage__copy{padding-right:32px;padding-left:32px}.brand-stage__copy h2{font-size:32px}}@media (min-width: 1024px){.fm-entry-page{display:grid;height:100vh;min-height:100vh;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden}.brand-stage{order:0;height:100%;min-height:0}.brand-stage__logo-row{display:block;padding:20px 56px 4px}.app-brand img{width:56px;height:56px}.app-brand span{font-size:24px}.app-brand--mobile{display:none}.brand-stage__image-slot{height:min(42vh,26rem);min-height:10rem;flex:1 1 auto;padding:12px 32px}.brand-stage__copy{padding:0 56px 20px}.brand-stage__copy h2{gap:8px 12px;font-size:32px}.brand-stage__copy>p{margin-top:16px;font-size:24px;line-height:1.65}.brand-stage__phrases{margin-top:20px;font-size:20px;line-height:1.8}.brand-stage__phrases img{width:36px;height:36px}.brand-stage__integration,.brand-stage__download{margin-top:24px}.brand-stage__store-links a,.brand-stage__store-links img{height:40px}.brand-stage__download p,.brand-stage__integration p{font-size:15px}.brand-stage__integration img{width:32px;height:32px}.brand-stage__integration span{font-size:16px}.auth-side{order:0;height:100%;min-height:0;overflow:hidden}.auth-topbar{justify-content:flex-end;padding:20px 40px 4px}.auth-content{padding:16px 32px}.service-panel{padding:32px}.auth-page-header h1{font-size:32px}.auth-footer{padding-right:40px;padding-left:40px}}@media (min-width: 1280px){.brand-stage__logo-row{padding-right:64px;padding-left:64px}.app-brand span{font-size:30px}.brand-stage__copy{padding-right:64px;padding-left:64px}.brand-stage__copy h2{gap:8px 20px;font-size:40px}}@media (min-width: 1536px){.brand-stage__copy h2{font-size:46px}}@media (max-width: 560px){.redirect-page{align-items:flex-start;padding:14px}.auth-content{justify-content:center}.service-panel{padding:24px}.redirect-actions{flex-direction:column}.selected-country__text strong{font-size:21px}.picker-backdrop{align-items:flex-end;padding:0}.picker-dialog{width:100%;max-height:86vh;border-radius:24px 24px 0 0;padding:20px}.picker-header h2{font-size:26px}.country-list{max-height:56vh}.recommend-tag{display:none}}
