.Select-module__-tEwWa__root{width:100%;display:block;position:relative}.Select-module__-tEwWa__trigger{box-sizing:border-box;width:100%;min-height:3rem;font-family:inherit;font-size:1rem;line-height:1.5rem;font-weight:inherit;color:var(--foreground);text-align:left;cursor:pointer;background:var(--text-field-bg);box-shadow:var(--text-field-shadow);border:0;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s,box-shadow .2s;display:flex}.Select-module__-tEwWa__root:not([data-disabled])[data-focused] .Select-module__-tEwWa__trigger:not(.Select-module__-tEwWa__triggerInvalid),.Select-module__-tEwWa__root:not([data-disabled])[data-open] .Select-module__-tEwWa__trigger:not(.Select-module__-tEwWa__triggerInvalid){background:var(--text-field-bg-focus);box-shadow:var(--text-field-shadow-focus);outline:none}.Select-module__-tEwWa__trigger[data-disabled]{cursor:not-allowed;color:var(--text-field-disabled-foreground);background:var(--text-field-bg-disabled);box-shadow:var(--text-field-shadow-disabled);opacity:1}.Select-module__-tEwWa__triggerInvalid{box-shadow:var(--text-field-shadow-error)}.Select-module__-tEwWa__root:not([data-disabled])[data-focused] .Select-module__-tEwWa__trigger.Select-module__-tEwWa__triggerInvalid,.Select-module__-tEwWa__root:not([data-disabled])[data-open] .Select-module__-tEwWa__trigger.Select-module__-tEwWa__triggerInvalid{background:var(--text-field-bg-focus);box-shadow:var(--text-field-shadow-error-focus);outline:none}.Select-module__-tEwWa__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;min-height:100%;color:var(--foreground);flex:auto;align-items:center;display:flex;overflow:hidden}.Select-module__-tEwWa__value[data-placeholder],.Select-module__-tEwWa__trigger[data-empty-selection] .Select-module__-tEwWa__value{color:color-mix(in srgb, var(--muted) 90%, transparent)}.Select-module__-tEwWa__trigger[data-disabled] .Select-module__-tEwWa__value{color:var(--text-field-disabled-foreground)}.Select-module__-tEwWa__trigger[data-disabled] .Select-module__-tEwWa__value[data-placeholder],.Select-module__-tEwWa__trigger[data-disabled][data-empty-selection] .Select-module__-tEwWa__value{color:var(--text-field-disabled-placeholder)}.Select-module__-tEwWa__chevron{background-color:var(--muted);opacity:.92;flex:none;width:1rem;height:1rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 9h12l-6 7-6-7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 9h12l-6 7-6-7z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1rem 1rem;mask-size:1rem 1rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Select-module__-tEwWa__popover{box-sizing:border-box;z-index:50;width:var(--trigger-width);min-width:var(--trigger-width);max-width:var(--trigger-width);border:1px solid color-mix(in srgb, var(--default-line) 65%, transparent);background:var(--panel-bg);box-shadow:var(--shadow-floating-lg);border-radius:.5rem;margin:0;padding:0;overflow:hidden}.Select-module__-tEwWa__list{box-sizing:border-box;outline:none;width:100%;max-width:100%;max-height:min(18rem,50vh);margin:0;padding:0;overflow:auto}.Select-module__-tEwWa__item{cursor:pointer;color:var(--foreground);outline:none;margin:0;padding:.5rem 1rem;font-size:.875rem;line-height:1.5rem}@media (hover:hover){.Select-module__-tEwWa__item[data-hovered]:not([data-disabled]){background:color-mix(in srgb, var(--accent-strong) 12%, transparent)}}.Select-module__-tEwWa__item[data-focus-visible]{background:color-mix(in srgb, var(--accent-strong) 18%, transparent)}.Select-module__-tEwWa__item[data-selected]{background:color-mix(in srgb, var(--accent-strong) 14%, transparent);font-weight:600}.Select-module__-tEwWa__item[data-disabled]{cursor:not-allowed;opacity:.55}
.Skeleton-module__Ig2Cxa__root{isolation:isolate;background:linear-gradient(180deg, color-mix(in srgb, var(--subtle-surface) 74%, white 26%) 0%, color-mix(in srgb, var(--default-line) 68%, white 32%) 100%);width:100%;min-height:.875rem;display:block;position:relative;overflow:hidden}.Skeleton-module__Ig2Cxa__root:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff2e 36%,#ffffff6b 50%,#ffffff2e 64%,#0000 100%);position:absolute;inset:0;transform:translate(-100%)}.Skeleton-module__Ig2Cxa__animated:after{animation:1.6s ease-in-out infinite Skeleton-module__Ig2Cxa__skeleton-shimmer}.Skeleton-module__Ig2Cxa__static:after{display:none}@keyframes Skeleton-module__Ig2Cxa__skeleton-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.Skeleton-module__Ig2Cxa__animated:after{opacity:.35;animation:none;transform:none}}
.AppModal-module__M5NuiG__overlay{z-index:40;background:var(--modal-overlay-bg,#0f172a85);justify-content:center;align-items:center;padding:.875rem;animation:.22s ease-out both AppModal-module__M5NuiG__app-modal-overlay-fade-in;display:flex;position:fixed;inset:0}.AppModal-module__M5NuiG__shell{outline:none;flex-direction:column;width:min(36rem,100%);min-height:0;max-height:calc(100dvh - 1.75rem);animation:.26s cubic-bezier(.22,1,.36,1) both AppModal-module__M5NuiG__app-modal-shell-enter;display:flex;position:relative}.AppModal-module__M5NuiG__modalDialog{outline:none;flex-direction:column;flex:auto;min-height:0;max-height:100%;display:flex}.AppModal-module__M5NuiG__shellMaxMd{width:min(32rem,100%)}.AppModal-module__M5NuiG__shellMaxLg{width:min(36rem,100%)}.AppModal-module__M5NuiG__shellMaxXl{width:min(40rem,100%)}.AppModal-module__M5NuiG__shellMax2xl{width:min(42rem,100%)}.AppModal-module__M5NuiG__shellMaxWide{width:min(43rem,100%)}.AppModal-module__M5NuiG__normalCard{--app-modal-close-slot:2.5rem;border:1px solid color-mix(in srgb, var(--default-line) 78%, transparent);background:var(--panel-bg);min-height:0;max-height:100%;box-shadow:var(--shadow-floating-lg,0 24px 48px #0f172a1f), 0 0 0 1px var(--panel-top-highlight,#ffffff14) inset;border-radius:1.25rem;flex-direction:column;flex:auto;gap:1.25rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}.AppModal-module__M5NuiG__normalBody{flex-direction:column;flex:1;gap:1rem;min-height:0;display:flex;overflow:auto}.AppModal-module__M5NuiG__normalHeader{flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.AppModal-module__M5NuiG__normalHeaderGrid{grid-template-columns:var(--app-modal-close-slot) minmax(0, 1fr) var(--app-modal-close-slot);align-items:center;width:100%;display:grid}.AppModal-module__M5NuiG__normalHeaderLeading{width:100%}.AppModal-module__M5NuiG__normalHeaderTrailing{justify-content:center;align-items:center;display:flex}.AppModal-module__M5NuiG__normalTitle{min-height:var(--app-modal-close-slot);text-align:center;min-width:0;color:var(--foreground);justify-content:center;align-items:center;margin:0;font-size:1.125rem;font-weight:600;line-height:1.35;display:flex}.AppModal-module__M5NuiG__normalDescription{text-align:center;max-width:100%;color:color-mix(in srgb, var(--foreground) 88%, var(--muted));margin:0;font-size:.8125rem;line-height:1.65}.AppModal-module__M5NuiG__closeButton{width:2.5rem;height:2.5rem;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:color .15s,background-color .15s;display:inline-flex}.AppModal-module__M5NuiG__closeIcon{flex-shrink:0;width:1.125rem;height:1.125rem;display:block}.AppModal-module__M5NuiG__closeButton:hover{color:var(--foreground);background:color-mix(in srgb, var(--foreground) 8%, transparent)}.AppModal-module__M5NuiG__aiCard{--app-modal-close-slot:2.5rem;--foreground:#0f172a;--muted:#475569eb;--login-subtitle-color:#1e293bdb;--auth-logo-filter:none;background:radial-gradient(circle at 0 0,#7dd3fc33,#0000 36%),radial-gradient(circle at 100% 0,#a855f72e,#0000 34%),linear-gradient(135deg,#fffffffa 0%,#f0f9fffa 24%,#f5f3fff7 52%,#eef2fffa 76%,#fffffffa 100%);border:1px solid #ffffffb8;border-radius:1.75rem;flex-direction:column;flex:auto;gap:1.25rem;min-height:0;max-height:100%;padding:1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 72px #0f172a2e,0 20px 54px #3b82f633,0 14px 36px #9333ea2e,inset 0 0 0 1px #ffffff47}.AppModal-module__M5NuiG__aiHeader{text-align:center;flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}.AppModal-module__M5NuiG__aiHeaderGrid{grid-template-columns:var(--app-modal-close-slot) minmax(0, 1fr) var(--app-modal-close-slot);align-items:start;width:100%;display:grid}.AppModal-module__M5NuiG__aiHeaderLeading{width:100%}.AppModal-module__M5NuiG__aiHeaderBrandColumn{flex-direction:column;align-items:center;gap:.2rem;min-width:0;display:flex}.AppModal-module__M5NuiG__aiHeaderTrailing{justify-content:center;align-items:start;display:flex}.AppModal-module__M5NuiG__aiBrandLogo{width:auto;height:1.25rem;filter:var(--auth-logo-filter)}.AppModal-module__M5NuiG__aiPoweredCaption{letter-spacing:.03em;color:var(--muted);margin:0;font-size:.6875rem;font-weight:500;line-height:1.45}.AppModal-module__M5NuiG__aiTitle{text-align:center;color:var(--foreground);margin:0;font-size:1rem;font-weight:600;line-height:1.4}.AppModal-module__M5NuiG__aiDescription{text-align:center;white-space:pre-line;max-width:100%;color:var(--login-subtitle-color);margin:0;font-size:.8125rem;line-height:1.65}.AppModal-module__M5NuiG__aiBody{min-height:0;color:var(--login-subtitle-color);scrollbar-gutter:stable;flex-direction:column;flex:1;gap:1rem;display:flex;overflow:hidden auto}@media (max-width:719px){.AppModal-module__M5NuiG__overlay{padding:.5rem}.AppModal-module__M5NuiG__shell{width:min(100%,100vw - 1rem);max-height:calc(100dvh - 1rem)}.AppModal-module__M5NuiG__normalCard{--app-modal-close-slot:2.25rem;border-radius:1.1rem;gap:1rem;padding:1rem}.AppModal-module__M5NuiG__aiCard{--app-modal-close-slot:2.25rem;border-radius:1.35rem;gap:1rem;padding:1rem}.AppModal-module__M5NuiG__closeButton{width:2.25rem;height:2.25rem}.AppModal-module__M5NuiG__closeIcon{width:1rem;height:1rem}.AppModal-module__M5NuiG__aiDescription{text-align:center;width:100%}}@media (prefers-color-scheme:dark){.AppModal-module__M5NuiG__overlay{background:#0000008f}.AppModal-module__M5NuiG__normalCard{border-color:color-mix(in srgb, var(--default-line) 78%, #ffffff24 22%)}.AppModal-module__M5NuiG__aiCard{--foreground:#f1f5f9;--muted:#94a3b8f2;--login-subtitle-color:#cbd5e1e0;--auth-logo-filter:invert(1);border-color:color-mix(in srgb, var(--default-line) 78%, #ffffff24 22%);background:radial-gradient(circle at top left, #38bdf824, transparent 38%), radial-gradient(circle at top right, #c084fc1a, transparent 36%), linear-gradient(135deg, color-mix(in srgb, var(--panel-bg) 96%, transparent) 0%, color-mix(in srgb, var(--panel-bg) 90%, #1e3a8a 10%) 45%, color-mix(in srgb, var(--panel-bg) 93%, #3730a3 7%) 100%);box-shadow:0 28px 72px #0000007a,0 16px 44px #3b82f624,inset 0 0 0 1px #ffffff14}.AppModal-module__M5NuiG__aiBody{scrollbar-color:#94a3b88c #0f172a59}}.storybook-preview-theme--dark .AppModal-module__M5NuiG__overlay{background:#0000008f}.storybook-preview-theme--dark .AppModal-module__M5NuiG__aiCard{--foreground:#f1f5f9;--muted:#94a3b8f2;--login-subtitle-color:#cbd5e1e0;--auth-logo-filter:invert(1);border-color:color-mix(in srgb, var(--default-line) 78%, #ffffff24 22%);background:radial-gradient(circle at top left, #38bdf824, transparent 38%), radial-gradient(circle at top right, #c084fc1a, transparent 36%), linear-gradient(135deg, color-mix(in srgb, var(--panel-bg) 96%, transparent) 0%, color-mix(in srgb, var(--panel-bg) 90%, #1e3a8a 10%) 45%, color-mix(in srgb, var(--panel-bg) 93%, #3730a3 7%) 100%);box-shadow:0 28px 72px #0000007a,0 16px 44px #3b82f624,inset 0 0 0 1px #ffffff14}.storybook-preview-theme--dark .AppModal-module__M5NuiG__aiBody{scrollbar-color:#94a3b88c #0f172a59}@media (prefers-reduced-motion:reduce){.AppModal-module__M5NuiG__overlay,.AppModal-module__M5NuiG__shell{animation:none}}@keyframes AppModal-module__M5NuiG__app-modal-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes AppModal-module__M5NuiG__app-modal-shell-enter{0%{opacity:0;transform:translateY(.75rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.RegistrationAutofillDialog-module__NKEMTW__autofillActions{background:0 0;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:auto;padding-top:.5rem;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillActionsCentered{justify-content:center}.RegistrationAutofillDialog-module__NKEMTW__alert{border:1px solid #0000;border-radius:1rem;padding:.875rem 1rem;font-size:.8125rem;line-height:1.65}.RegistrationAutofillDialog-module__NKEMTW__autofillCandidateList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillCandidateButton{text-align:left;cursor:pointer;background:linear-gradient(#ffffffd1,#f8fafcf5);border:1px solid #0f172a14;border-radius:1rem;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:1rem 1.1rem;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillCandidateName{color:var(--foreground);font-size:.875rem;font-weight:600;line-height:1.45}.RegistrationAutofillDialog-module__NKEMTW__autofillCandidateMeta{color:var(--login-subtitle-color);font-size:.75rem;line-height:1.6}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklist{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistGroups{flex-direction:column;gap:1rem;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistSection{flex-direction:column;gap:.75rem;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistSectionTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--login-subtitle-color);margin:0;font-size:.75rem;font-weight:700;line-height:1.5}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistItem{background:linear-gradient(#ffffffd1,#f8fafcf5);border:1px solid #0f172a14;border-radius:1rem;padding:.9rem 1rem}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistItemDisabled{background:linear-gradient(#f8fafceb,#f1f5f9f5);border-color:#0f172a0f}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistLabel{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistLabelDisabled{cursor:not-allowed}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistContent{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistContentDisabled{opacity:.72}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistTitle{color:var(--login-subtitle-color);font-size:.75rem;font-weight:600;line-height:1.6}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistValue{color:var(--foreground);white-space:pre-wrap;overflow-wrap:anywhere;font-size:.875rem;line-height:1.6}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistValueDisabled{color:var(--muted)}.RegistrationAutofillDialog-module__NKEMTW__checkboxInput{width:1rem;height:1rem;accent-color:var(--accent-strong);margin-top:.28rem}@media (max-width:719px){.RegistrationAutofillDialog-module__NKEMTW__autofillActions{flex-direction:column;align-items:stretch}}@media (prefers-color-scheme:dark){.RegistrationAutofillDialog-module__NKEMTW__autofillCandidateButton,.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistItem{background:linear-gradient(180deg, color-mix(in srgb, var(--subtle-surface) 96%, black 4%), color-mix(in srgb, var(--panel-bg) 94%, black 6%));border-color:#ffffff1f}.RegistrationAutofillDialog-module__NKEMTW__autofillChecklistItemDisabled{background:linear-gradient(180deg, color-mix(in srgb, var(--panel-bg) 88%, black 12%), color-mix(in srgb, var(--subtle-surface) 90%, black 10%));border-color:#ffffff14}}.storybook-preview-theme--dark .RegistrationAutofillDialog-module__NKEMTW__autofillCandidateButton{background:linear-gradient(180deg, color-mix(in srgb, var(--subtle-surface) 96%, black 4%), color-mix(in srgb, var(--panel-bg) 94%, black 6%));border-color:#ffffff1f}.storybook-preview-theme--dark .RegistrationAutofillDialog-module__NKEMTW__autofillChecklistItem{background:linear-gradient(180deg, color-mix(in srgb, var(--subtle-surface) 96%, black 4%), color-mix(in srgb, var(--panel-bg) 94%, black 6%));border-color:#ffffff1f}.storybook-preview-theme--dark .RegistrationAutofillDialog-module__NKEMTW__autofillChecklistItemDisabled{background:linear-gradient(180deg, color-mix(in srgb, var(--panel-bg) 88%, black 12%), color-mix(in srgb, var(--subtle-surface) 90%, black 10%));border-color:#ffffff14}
.RegistrationScreen-module__CwzOaG__screen{--registration-panel-border:#ffffffb8;--registration-panel-shadow:0 30px 80px #0f172a29;--registration-subtitle-color:#000000ad;--registration-section-border:#0f172a14;--registration-section-bg-start:#ffffffd1;--registration-section-bg-end:#f8fafcf5;--registration-error-bg:#7f1d1d14;--registration-error-border:#b91c1c2e;background:linear-gradient(#f7f8faf5,#eee);min-height:100vh;padding:clamp(1.5rem,4vw,3rem);position:relative}.RegistrationScreen-module__CwzOaG__bottomBar{margin-top:clamp(1.5rem,4vw,2.5rem)}.RegistrationScreen-module__CwzOaG__shell{width:min(46rem,100%);margin:0 auto}.RegistrationScreen-module__CwzOaG__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;padding-top:clamp(1rem,4vw,2rem);display:flex}.RegistrationScreen-module__CwzOaG__logo{width:11rem;height:auto}.RegistrationScreen-module__CwzOaG__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--registration-subtitle-color);margin:0;font-size:.6875rem;line-height:1.4}.RegistrationScreen-module__CwzOaG__title{letter-spacing:0;color:var(--foreground);margin:0;font-size:1rem;font-weight:600;line-height:1.5}.RegistrationScreen-module__CwzOaG__headerLead{white-space:pre-line;max-width:40rem;color:var(--registration-subtitle-color);margin:0;font-size:.8125rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__panel{border:1px solid var(--registration-panel-border);box-shadow:var(--registration-panel-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border-radius:2rem;margin-top:clamp(1.5rem,4vw,2.5rem);padding:clamp(1.25rem,3vw,2rem)}.RegistrationScreen-module__CwzOaG__panelError{animation:.52s cubic-bezier(.36,.07,.19,.97) RegistrationScreen-module__CwzOaG__registration-panel-shake}.RegistrationScreen-module__CwzOaG__statusCard{border:1px solid var(--registration-panel-border);width:min(28rem,100%);box-shadow:var(--registration-panel-shadow);text-align:center;background:#ffffffe0;border-radius:1.75rem;margin:clamp(1.5rem,4vw,2.5rem) auto 0;padding:1.5rem}.RegistrationScreen-module__CwzOaG__statusBody{flex-direction:column;gap:1rem;display:flex}.RegistrationScreen-module__CwzOaG__statusTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600;line-height:1.4}.RegistrationScreen-module__CwzOaG__statusDescription{color:var(--registration-subtitle-color);margin:.625rem 0 0;font-size:.875rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__statusActions{flex-direction:column;gap:.875rem;display:flex}.RegistrationScreen-module__CwzOaG__statusSecondaryText{color:var(--registration-subtitle-color);margin:0;font-size:.8125rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__form{border:0;flex-direction:column;gap:1.5rem;min-inline-size:0;margin:0;padding:0;display:flex}.RegistrationScreen-module__CwzOaG__progress{flex-direction:column;gap:1rem;display:flex}.RegistrationScreen-module__CwzOaG__progressHeading{flex-direction:column;gap:.25rem;display:flex}.RegistrationScreen-module__CwzOaG__progressCount{letter-spacing:.08em;text-transform:uppercase;color:var(--registration-subtitle-color);margin:0;font-size:.75rem;line-height:1.5}.RegistrationScreen-module__CwzOaG__progressTitle{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600;line-height:1.4}.RegistrationScreen-module__CwzOaG__progressDescription{color:var(--registration-subtitle-color);margin:0;font-size:.8125rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__confirmation{flex-direction:column;gap:1rem;display:flex}.RegistrationScreen-module__CwzOaG__confirmationHeader{flex-direction:column;gap:.375rem;display:flex}.RegistrationScreen-module__CwzOaG__section{border:1px solid var(--registration-section-border);background:linear-gradient(180deg, var(--registration-section-bg-start), var(--registration-section-bg-end));border-radius:1.5rem;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.RegistrationScreen-module__CwzOaG__editSection{background:0 0;border:0;border-radius:0;gap:1.25rem;padding:0}.RegistrationScreen-module__CwzOaG__sectionTitleRow{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.RegistrationScreen-module__CwzOaG__sectionTitle{color:var(--foreground);margin:0;font-size:1rem;font-weight:600;line-height:1.5}.RegistrationScreen-module__CwzOaG__subsection{flex-direction:column;gap:.875rem;display:flex}.RegistrationScreen-module__CwzOaG__subsectionTitle{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600;line-height:1.5}.RegistrationScreen-module__CwzOaG__sectionHint{color:var(--registration-subtitle-color);margin:0;font-size:.8125rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__sectionHintError{color:var(--form-consent-error-text)}.RegistrationScreen-module__CwzOaG__statusTag{letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;min-height:1.5rem;padding:.125rem .625rem;font-size:.6875rem;font-weight:600;line-height:1.2;display:inline-flex}.RegistrationScreen-module__CwzOaG__statusTagRequired{color:#0f172ad6;background:#0f172a14}.RegistrationScreen-module__CwzOaG__fieldStack{flex-direction:column;gap:.875rem;display:flex}.RegistrationScreen-module__CwzOaG__nameGrid,.RegistrationScreen-module__CwzOaG__nameGrid{gap:.875rem;display:grid}.RegistrationScreen-module__CwzOaG__nameGridWide{flex-direction:column;gap:.875rem;display:flex}.RegistrationScreen-module__CwzOaG__identityShell{flex-direction:column;display:flex}.RegistrationScreen-module__CwzOaG__identityTabsHeader{flex-direction:column;gap:.75rem;display:flex}.RegistrationScreen-module__CwzOaG__identityBody{border:1px solid var(--registration-section-border);background:linear-gradient(180deg, var(--registration-section-bg-start), var(--registration-section-bg-end));border-radius:0 1.5rem 1.5rem;margin-top:-1px;padding:1.25rem}.RegistrationScreen-module__CwzOaG__identityBodyHint{color:var(--registration-subtitle-color);margin:0;font-size:.875rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__choiceGroup{align-items:flex-end;gap:.375rem;width:fit-content;max-width:100%;display:inline-flex}.RegistrationScreen-module__CwzOaG__choiceCard{color:#0f172aad;cursor:pointer;background:linear-gradient(#fafafaf5,#f3f4f6f5);border:1px solid #0f172a1a;border-bottom-color:#0f172a24;border-radius:1rem 1rem 0 0;justify-content:center;align-items:center;min-height:3.125rem;padding:.8rem 1.75rem;transition:border-color .18s,background-color .18s,box-shadow .18s,color .18s,transform .18s;display:flex;position:relative}.RegistrationScreen-module__CwzOaG__choiceCard:has(.RegistrationScreen-module__CwzOaG__choiceInput:checked){z-index:1;border-color:var(--registration-section-border);border-bottom-color:var(--registration-section-bg-end);background:linear-gradient(180deg, var(--registration-section-bg-start), var(--registration-section-bg-end));color:var(--foreground);transform:translateY(1px);box-shadow:0 10px 24px #0f172a0f,inset 0 1px #ffffffe0}.RegistrationScreen-module__CwzOaG__choiceCard:has(.RegistrationScreen-module__CwzOaG__choiceInput:focus-visible){outline-offset:2px;outline:2px solid #0f172a38}.RegistrationScreen-module__CwzOaG__choiceCard:hover{color:#0f172ad1;border-color:#0f172a2e}.RegistrationScreen-module__CwzOaG__choiceInput{opacity:0;cursor:pointer;position:absolute;inset:0}.RegistrationScreen-module__CwzOaG__choiceLabel{font-size:.9375rem;font-weight:500;line-height:1.5}.RegistrationScreen-module__CwzOaG__choiceError{color:var(--form-consent-error-text);margin:0;font-size:.8125rem;line-height:1.6}.RegistrationScreen-module__CwzOaG__selectedNationalityRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.RegistrationScreen-module__CwzOaG__selectedNationalityValue{color:var(--foreground);margin:0;font-size:.9375rem;font-weight:500;line-height:1.5}.RegistrationScreen-module__CwzOaG__checkboxList{flex-direction:column;gap:.25rem;display:flex}.RegistrationScreen-module__CwzOaG__checkboxField{padding-bottom:1.125rem;position:relative}.RegistrationScreen-module__CwzOaG__checkboxLabel{color:var(--foreground);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.7;display:flex}.RegistrationScreen-module__CwzOaG__checkboxInput{width:1rem;height:1rem;accent-color:var(--accent-strong);margin-top:.28rem}.RegistrationScreen-module__CwzOaG__checkboxError{color:var(--form-consent-error-text);margin:0;font-size:.6875rem;line-height:1.35;position:absolute;bottom:0;left:1.75rem;right:0}.RegistrationScreen-module__CwzOaG__consentLinks{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.RegistrationScreen-module__CwzOaG__consentLink{color:var(--link);text-underline-offset:.18em;font-size:.8125rem;line-height:1.6;text-decoration:underline}.RegistrationScreen-module__CwzOaG__consentLink:visited{color:var(--link)}.RegistrationScreen-module__CwzOaG__consentLink:hover{color:color-mix(in srgb, var(--link-hover) 82%, #fff 18%)}.RegistrationScreen-module__CwzOaG__summaryList{flex-direction:column;gap:.75rem;margin:0;display:flex}.RegistrationScreen-module__CwzOaG__summarySectionHeader{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.RegistrationScreen-module__CwzOaG__summaryHeadingRow{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;display:flex}.RegistrationScreen-module__CwzOaG__summaryEditAction{justify-content:flex-end;display:flex}.RegistrationScreen-module__CwzOaG__summaryEditButton{width:auto}.RegistrationScreen-module__CwzOaG__summaryItem{gap:.25rem;display:grid}.RegistrationScreen-module__CwzOaG__summaryLabel{color:var(--registration-subtitle-color);margin:0;font-size:.75rem;font-weight:600;line-height:1.5}.RegistrationScreen-module__CwzOaG__summaryValue{color:var(--foreground);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.9375rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__alert{border:1px solid #0000;border-radius:1rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.7}.RegistrationScreen-module__CwzOaG__alertError{border-color:var(--registration-error-border);background:var(--registration-error-bg);color:var(--form-consent-error-text)}.RegistrationScreen-module__CwzOaG__errorSummaryList{gap:.35rem;margin:0;padding-left:1.1rem;display:grid}.RegistrationScreen-module__CwzOaG__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}@media (min-width:720px){.RegistrationScreen-module__CwzOaG__nameGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.RegistrationScreen-module__CwzOaG__summaryItem{grid-template-columns:minmax(12rem,14rem) minmax(0,1fr);align-items:start;gap:1rem}}@media (max-width:719px){.RegistrationScreen-module__CwzOaG__screen{padding-inline:1rem}.RegistrationScreen-module__CwzOaG__panel,.RegistrationScreen-module__CwzOaG__statusCard{border-radius:1.5rem}.RegistrationScreen-module__CwzOaG__section{border-radius:1.25rem;padding:1rem}.RegistrationScreen-module__CwzOaG__editSection{padding:0}.RegistrationScreen-module__CwzOaG__identityBody{border-radius:0 1.25rem 1.25rem;padding:1rem}.RegistrationScreen-module__CwzOaG__actions{flex-direction:column-reverse;align-items:stretch}.RegistrationScreen-module__CwzOaG__summaryEditAction{justify-content:stretch}.RegistrationScreen-module__CwzOaG__summaryEditButton{width:100%}}@media (prefers-color-scheme:dark){.RegistrationScreen-module__CwzOaG__screen{--registration-panel-border:color-mix(in srgb, var(--default-line) 78%, #ffffff24 22%);--registration-panel-shadow:0 28px 72px #00000073;--registration-subtitle-color:#ebebf5b8;--registration-section-border:#ffffff1f;--registration-section-bg-start:color-mix(in srgb, var(--panel-bg) 92%, transparent);--registration-section-bg-end:color-mix(in srgb, var(--subtle-surface) 94%, transparent);--registration-error-bg:#f871711f;--registration-error-border:#f8717147;background:var(--page-bg)}.RegistrationScreen-module__CwzOaG__panel,.RegistrationScreen-module__CwzOaG__statusCard{border-color:var(--registration-panel-border);background:color-mix(in srgb, var(--panel-bg) 90%, transparent);box-shadow:var(--registration-panel-shadow)}.RegistrationScreen-module__CwzOaG__choiceCard{background:linear-gradient(180deg, color-mix(in srgb, var(--subtle-surface) 96%, black 4%), color-mix(in srgb, var(--panel-bg) 94%, black 6%));color:#ebebf5c7;border-color:#ffffff1f #ffffff1f #ffffff14}.RegistrationScreen-module__CwzOaG__choiceCard:has(.RegistrationScreen-module__CwzOaG__choiceInput:checked){border-color:var(--registration-section-border);border-bottom-color:color-mix(in srgb, var(--registration-section-bg-end) 88%, transparent);box-shadow:0 10px 28px #00000047,inset 0 1px #ffffff1a}.RegistrationScreen-module__CwzOaG__choiceCard:has(.RegistrationScreen-module__CwzOaG__choiceInput:focus-visible){outline-color:#ffffff52}.RegistrationScreen-module__CwzOaG__choiceCard:hover{color:#ffffffeb;border-color:#ffffff38}.RegistrationScreen-module__CwzOaG__statusTagRequired{color:#ebebf5e0;background:#ffffff1a}.RegistrationScreen-module__CwzOaG__logo{filter:invert()}}@keyframes RegistrationScreen-module__CwzOaG__registration-panel-shake{0%{transform:translate(0)}12.5%{transform:translate(-.7rem)}25%{transform:translate(.7rem)}37.5%{transform:translate(-.7rem)}50%{transform:translate(.7rem)}62.5%{transform:translate(-.7rem)}75%{transform:translate(.7rem)}to{transform:translate(0)}}
.TextInput-module__7mrDna__root{padding-bottom:var(--text-field-message-space);position:relative}.TextInput-module__7mrDna__labelRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.TextInput-module__7mrDna__metaRow{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:inline-flex}.TextInput-module__7mrDna__statusArea{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.5rem;min-height:1.5rem;display:inline-flex}.TextInput-module__7mrDna__statusAreaReserved{flex:0 0 10rem;min-width:10rem}.TextInput-module__7mrDna__hintText{color:var(--muted);font-size:.75rem;line-height:1.5}.TextInput-module__7mrDna__statusBadge{letter-spacing:.04em;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3125rem;min-height:1.5rem;padding:.125rem .625rem;font-size:.6875rem;font-weight:600;line-height:1.2;display:inline-flex}.TextInput-module__7mrDna__statusBadgeRequired{border-color:var(--text-field-required-border);background:var(--text-field-required-bg);color:var(--text-field-required-foreground)}.TextInput-module__7mrDna__statusBadgeComplete{border-color:var(--text-field-complete-border);background:var(--text-field-complete-bg);min-width:1.5rem;color:var(--text-field-complete-foreground);justify-content:center;padding-inline:0}.TextInput-module__7mrDna__statusBadgeIcon{font-size:.75rem;line-height:1}.TextInput-module__7mrDna__input{background:var(--text-field-bg);box-shadow:var(--text-field-shadow)}.TextInput-module__7mrDna__input:focus{background:var(--text-field-bg-focus);box-shadow:var(--text-field-shadow-focus)}.TextInput-module__7mrDna__input:disabled{cursor:not-allowed;color:var(--text-field-disabled-foreground);background:var(--text-field-bg-disabled);box-shadow:var(--text-field-shadow-disabled)}.TextInput-module__7mrDna__input:disabled::placeholder{color:var(--text-field-disabled-placeholder)}.TextInput-module__7mrDna__inputError{box-shadow:var(--text-field-shadow-error)}.TextInput-module__7mrDna__inputError:focus{box-shadow:var(--text-field-shadow-error-focus)}.TextInput-module__7mrDna__errorText{color:var(--text-field-error-foreground);font-size:.6875rem;line-height:1.35;position:absolute;bottom:0;left:.25rem;right:.25rem}@media (max-width:719px){.TextInput-module__7mrDna__statusAreaReserved{flex:0 auto;min-width:0}}
.Loading-module__7w_EhW__root{--loading-size:4rem;flex-direction:column;align-items:center;gap:1rem;display:inline-flex}.Loading-module__7w_EhW__spinner{width:var(--loading-size);height:var(--loading-size);background:var(--panel-bg);box-shadow:0 0 0 1px color-mix(in srgb, var(--foreground) 8%, transparent), var(--shadow-floating-lg);border-radius:999px;position:relative}.Loading-module__7w_EhW__spinner:before{content:"";border-radius:inherit;opacity:.98;-webkit-mask-composite:xor;background:conic-gradient(#94a3b8,#64748b 14%,#334155 28%,#1d4ed8 44%,#0f766e 60%,#0891b2 76%,#cbd5e1 90%,#94a3b8 100%);padding:3px;animation:1.15s linear infinite Loading-module__7w_EhW__loading-ring-spin;position:absolute;inset:-.45rem;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Loading-module__7w_EhW__label{color:color-mix(in srgb, var(--foreground) 68%, transparent);text-align:center;margin:0;font-size:.875rem;line-height:1.7}.Loading-module__7w_EhW__srOnly{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes Loading-module__7w_EhW__loading-ring-spin{to{transform:rotate(360deg)}}
.LoadingReveal-module__siYvyG__root{opacity:0;transition:opacity .22s,transform .28s;transform:translateY(.5rem)}.LoadingReveal-module__siYvyG__visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.LoadingReveal-module__siYvyG__root{transition:opacity .12s linear;transform:none}}
.AuthPageFrame-module__SA3Gqq__screen{--login-circle-start-radius:3px;--login-circle-bounce-radius:352px;--login-circle-end-radius:336px;--login-circle-outline-color:#fff;--login-mask-color:#000;--login-ring-color-1:#94a3b8;--login-ring-color-2:#64748b;--login-ring-color-3:#334155;--login-ring-color-4:#1d4ed8;--login-ring-color-5:#0f766e;--login-ring-color-6:#0891b2;--login-ring-color-7:#cbd5e1;background:var(--page-bg);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}@supports (min-height:100dvh){.AuthPageFrame-module__SA3Gqq__screen{min-height:100dvh}}.AuthPageFrame-module__SA3Gqq__contentArea{z-index:1;box-sizing:border-box;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative}.AuthPageFrame-module__SA3Gqq__circleWrap{z-index:0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.AuthPageFrame-module__SA3Gqq__circleWrapError{animation:.52s cubic-bezier(.36,.07,.19,.97) AuthPageFrame-module__SA3Gqq__login-circle-shake}.AuthPageFrame-module__SA3Gqq__circle{width:calc(var(--login-circle-end-radius) * 2);height:calc(var(--login-circle-end-radius) * 2);background:var(--panel-bg);box-shadow:0 0 0 1px var(--login-circle-outline-color), 0 24px 80px var(--login-circle-depth-shadow);transform-origin:50%;border-radius:999px;flex-shrink:0;animation:1s cubic-bezier(.2,.85,.2,1) both AuthPageFrame-module__SA3Gqq__login-circle-enter;position:relative}.AuthPageFrame-module__SA3Gqq__circleSubmitting:before{content:"";border-radius:inherit;transform-origin:50%;background:conic-gradient(from 0deg, var(--login-ring-color-1), var(--login-ring-color-2) 14%, var(--login-ring-color-3) 28%, var(--login-ring-color-4) 44%, var(--login-ring-color-5) 60%, var(--login-ring-color-6) 76%, var(--login-ring-color-7) 90%, var(--login-ring-color-1) 100%);opacity:.98;-webkit-mask:linear-gradient(var(--login-mask-color) 0 0) content-box, linear-gradient(var(--login-mask-color) 0 0);-webkit-mask-composite:xor;-webkit-mask-size:100% 100%,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat;-webkit-mask:linear-gradient(var(--login-mask-color) 0 0) content-box, linear-gradient(var(--login-mask-color) 0 0);mask:linear-gradient(var(--login-mask-color) 0 0) content-box, linear-gradient(var(--login-mask-color) 0 0);padding:3px;animation:1.15s linear infinite AuthPageFrame-module__SA3Gqq__login-rainbow-spin;display:block;position:absolute;inset:-.5rem;-webkit-mask-size:100% 100%,100% 100%;mask-size:100% 100%,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-composite:xor;mask-composite:exclude}.AuthPageFrame-module__SA3Gqq__circleSuccess{animation:.9s cubic-bezier(.65,0,.35,1) forwards AuthPageFrame-module__SA3Gqq__login-circle-exit}.AuthPageFrame-module__SA3Gqq__inner{opacity:0;visibility:hidden;flex-direction:column;gap:1.5rem;width:min(22rem,100vw - 6rem);animation:.32s ease-out 1s forwards AuthPageFrame-module__SA3Gqq__login-content-enter;display:flex;position:relative}.AuthPageFrame-module__SA3Gqq__innerSuccess{pointer-events:none;animation:.28s ease-in forwards AuthPageFrame-module__SA3Gqq__login-content-exit}.AuthPageFrame-module__SA3Gqq__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;display:flex}.AuthPageFrame-module__SA3Gqq__logo{width:108px;height:auto;filter:var(--auth-logo-filter);display:block}.AuthPageFrame-module__SA3Gqq__subtitle{max-width:20rem;color:var(--login-subtitle-color);text-align:center;margin:0;font-size:.6875rem;line-height:1.4}.AuthPageFrame-module__SA3Gqq__pageHeading{max-width:20rem;color:var(--foreground);text-align:center;margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.AuthPageFrame-module__SA3Gqq__form{border:0;flex-direction:column;gap:1.25rem;min-inline-size:0;margin:0;padding:0;display:flex}.AuthPageFrame-module__SA3Gqq__fields{flex-direction:column;gap:1rem;display:flex}.AuthPageFrame-module__SA3Gqq__links{justify-content:center;gap:1rem;font-size:.875rem;line-height:1.45;display:flex}.AuthPageFrame-module__SA3Gqq__linksDisabled{pointer-events:none;opacity:.5}.AuthPageFrame-module__SA3Gqq__bottomBar{z-index:1;flex-shrink:0;position:relative}@keyframes AuthPageFrame-module__SA3Gqq__login-circle-enter{0%{width:calc(var(--login-circle-start-radius) * 2);height:calc(var(--login-circle-start-radius) * 2)}72%{width:calc(var(--login-circle-bounce-radius) * 2);height:calc(var(--login-circle-bounce-radius) * 2)}to{width:calc(var(--login-circle-end-radius) * 2);height:calc(var(--login-circle-end-radius) * 2)}}@keyframes AuthPageFrame-module__SA3Gqq__login-circle-exit{0%{width:calc(var(--login-circle-end-radius) * 2);height:calc(var(--login-circle-end-radius) * 2);opacity:1}28%{width:calc(var(--login-circle-bounce-radius) * 2);height:calc(var(--login-circle-bounce-radius) * 2);opacity:1}to{width:calc(var(--login-circle-start-radius) * 2);height:calc(var(--login-circle-start-radius) * 2);opacity:0}}@keyframes AuthPageFrame-module__SA3Gqq__login-circle-enter-narrow-scale{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes AuthPageFrame-module__SA3Gqq__login-circle-exit-narrow-scale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes AuthPageFrame-module__SA3Gqq__login-circle-shake{0%{transform:translate(0)}12.5%{transform:translate(-.7rem)}25%{transform:translate(.7rem)}37.5%{transform:translate(-.7rem)}50%{transform:translate(.7rem)}62.5%{transform:translate(-.7rem)}75%{transform:translate(.7rem)}to{transform:translate(0)}}@keyframes AuthPageFrame-module__SA3Gqq__login-rainbow-spin{to{transform:rotate(1turn)}}@keyframes AuthPageFrame-module__SA3Gqq__login-content-enter{0%{opacity:0;visibility:visible}to{opacity:1;visibility:visible}}@keyframes AuthPageFrame-module__SA3Gqq__login-content-exit{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@media (max-width:640px),(max-width:1024px) and (pointer:coarse){.AuthPageFrame-module__SA3Gqq__screen{--login-circle-diameter:min(calc(var(--login-circle-end-radius) * 2), calc(100vw - 3rem))}.AuthPageFrame-module__SA3Gqq__contentArea{padding-block:1.5rem}.AuthPageFrame-module__SA3Gqq__circle{width:var(--login-circle-diameter);height:var(--login-circle-diameter);animation:1s cubic-bezier(.2,.85,.2,1) both AuthPageFrame-module__SA3Gqq__login-circle-enter-narrow-scale}.AuthPageFrame-module__SA3Gqq__circleSuccess{animation:.9s cubic-bezier(.65,0,.35,1) forwards AuthPageFrame-module__SA3Gqq__login-circle-exit-narrow-scale}.AuthPageFrame-module__SA3Gqq__inner{width:calc(100vw - 5rem);max-width:20rem}}@media (max-width:640px) and (orientation:portrait),(max-width:1024px) and (pointer:coarse) and (orientation:portrait){.AuthPageFrame-module__SA3Gqq__screen{--login-circle-diameter:min(calc(var(--login-circle-end-radius) * 2), 90vh)}.AuthPageFrame-module__SA3Gqq__contentArea{padding-block:0}}@supports (min-height:100dvh){@media (max-width:640px) and (orientation:portrait),(max-width:1024px) and (pointer:coarse) and (orientation:portrait){.AuthPageFrame-module__SA3Gqq__screen{--login-circle-diameter:min(calc(var(--login-circle-end-radius) * 2), 90dvh)}}}@media (prefers-reduced-motion:reduce){.AuthPageFrame-module__SA3Gqq__circle{width:calc(var(--login-circle-end-radius) * 2);height:calc(var(--login-circle-end-radius) * 2);animation:none}.AuthPageFrame-module__SA3Gqq__circleSubmitting:before{animation:none}.AuthPageFrame-module__SA3Gqq__circleWrapError{animation-duration:1ms}.AuthPageFrame-module__SA3Gqq__circleSuccess{width:calc(var(--login-circle-start-radius) * 2);height:calc(var(--login-circle-start-radius) * 2);opacity:0;animation:none}.AuthPageFrame-module__SA3Gqq__inner{opacity:1;visibility:visible;animation:none}.AuthPageFrame-module__SA3Gqq__innerSuccess{animation-duration:1ms}}@media (max-width:640px) and (prefers-reduced-motion:reduce),(max-width:1024px) and (pointer:coarse) and (prefers-reduced-motion:reduce){.AuthPageFrame-module__SA3Gqq__circle,.AuthPageFrame-module__SA3Gqq__circleSuccess{width:var(--login-circle-diameter);height:var(--login-circle-diameter);transform:none}}
.ProfileEditScreen-module__GB2Fda__formErrorTokens{--text-field-error-foreground:var(--form-consent-error-text)}
.SignupScreen-module__cS2hbG__completion{flex-direction:column;gap:1rem;display:flex}.SignupScreen-module__cS2hbG__completionEmailBlock{background:color-mix(in srgb, var(--foreground) 8%, var(--panel-bg));border-radius:.875rem;flex-direction:column;gap:.25rem;padding:.875rem 1rem;display:flex}.SignupScreen-module__cS2hbG__completionTitle{text-align:center;color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600;line-height:1.5}.SignupScreen-module__cS2hbG__completionLead{text-align:center;color:var(--foreground);margin:0;font-size:.8125rem;line-height:1.7}.SignupScreen-module__cS2hbG__completionLabel{text-align:center;color:var(--muted);margin:0;font-size:.75rem;font-weight:500;line-height:1.4}.SignupScreen-module__cS2hbG__completionEmail{text-align:center;color:var(--foreground);overflow-wrap:anywhere;margin:0;font-size:1rem;font-weight:600;line-height:1.7}.SignupScreen-module__cS2hbG__completionEmailAction{justify-content:center;margin-top:.5rem;display:flex}.SignupScreen-module__cS2hbG__completionClose{text-align:center;color:var(--muted);margin:0;font-size:.8125rem;line-height:1.7}.SignupScreen-module__cS2hbG__completionHelpRow{justify-content:center;display:flex}.SignupScreen-module__cS2hbG__emailNotReceivedTrigger{font:inherit;color:var(--link);text-underline-offset:.18em;cursor:pointer;text-align:center;background:0 0;border:none;margin:0;padding:0;font-size:.8125rem;line-height:1.7;text-decoration:underline}.SignupScreen-module__cS2hbG__emailNotReceivedTrigger:hover{color:var(--link-hover)}.SignupScreen-module__cS2hbG__emailNotReceivedModalBody{flex-direction:column;gap:.75rem;display:flex}.SignupScreen-module__cS2hbG__emailNotReceivedModalParagraph{color:color-mix(in srgb, var(--foreground) 90%, var(--muted));margin:0;font-size:.8125rem;line-height:1.65}.SignupScreen-module__cS2hbG__emailNotReceivedMono{word-break:break-all;color:var(--foreground);font-family:ui-monospace,monospace;font-size:.9em}.SignupScreen-module__cS2hbG__emailNotReceivedModalList{color:color-mix(in srgb, var(--foreground) 90%, var(--muted));flex-direction:column;gap:.35rem;margin:0;padding:0;font-size:.8125rem;line-height:1.65;list-style:none;display:flex}.SignupScreen-module__cS2hbG__emailNotReceivedModalList li{align-items:flex-start;gap:.2rem;display:flex}.SignupScreen-module__cS2hbG__emailNotReceivedModalList li:before{content:"・";flex-shrink:0}.SignupScreen-module__cS2hbG__emailNotReceivedSupportBlock{flex-direction:column;gap:.25rem;display:flex}.SignupScreen-module__cS2hbG__emailNotReceivedSupportName{color:var(--foreground);font-size:.8125rem;font-weight:600;line-height:1.5}.SignupScreen-module__cS2hbG__emailNotReceivedSupportEmail{color:var(--link);text-underline-offset:.18em;word-break:break-all;align-self:flex-start;font-family:ui-monospace,monospace;font-size:.8125rem;line-height:1.5;text-decoration:underline}.SignupScreen-module__cS2hbG__emailNotReceivedSupportEmail:hover{color:var(--link-hover)}.SignupScreen-module__cS2hbG__emailConsentStack{flex-direction:column;gap:.375rem;display:flex}.SignupScreen-module__cS2hbG__formErrorTokens{--text-field-error-foreground:var(--form-consent-error-text)}.SignupScreen-module__cS2hbG__checkboxList{flex-direction:column;gap:.25rem;display:flex}.SignupScreen-module__cS2hbG__checkboxField{padding-bottom:1.125rem;position:relative}.SignupScreen-module__cS2hbG__checkboxLabel{color:var(--foreground);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.7;display:flex}.SignupScreen-module__cS2hbG__checkboxInput{width:1rem;height:1rem;accent-color:var(--accent-strong);margin-top:.28rem}.SignupScreen-module__cS2hbG__checkboxError{color:var(--form-consent-error-text);margin:0;font-size:.6875rem;line-height:1.35;position:absolute;bottom:0;left:1.75rem;right:0}.SignupScreen-module__cS2hbG__consentLinks{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.SignupScreen-module__cS2hbG__consentLink{color:var(--link);text-underline-offset:.18em;font-size:.8125rem;line-height:1.6;text-decoration:underline}.SignupScreen-module__cS2hbG__consentLink:visited{color:var(--link)}.SignupScreen-module__cS2hbG__consentLink:hover{color:var(--link-hover)}
.InquiryCompletionGraphic-module__M84I0G__root{--inquiry-completion-size:10rem;--inquiry-completion-intro-duration:.4s;--inquiry-completion-pause-duration:.2s;--inquiry-completion-flight-duration:.8s;--inquiry-completion-check-delay:.12s;width:var(--inquiry-completion-size);height:var(--inquiry-completion-size);perspective:720px;perspective-origin:50%;place-items:center;display:grid;position:relative}.InquiryCompletionGraphic-module__M84I0G__letterStage,.InquiryCompletionGraphic-module__M84I0G__checkIcon{position:absolute;inset:0}.InquiryCompletionGraphic-module__M84I0G__letterStage{opacity:1;backface-visibility:hidden;transform-origin:50%;transform-style:preserve-3d;will-change:opacity, transform;place-items:center;display:grid}.InquiryCompletionGraphic-module__M84I0G__letterAnimating{animation:InquiryCompletionGraphic-module__M84I0G__inquiry-letter-intro var(--inquiry-completion-intro-duration) cubic-bezier(.18, .88, .24, 1) forwards, InquiryCompletionGraphic-module__M84I0G__inquiry-letter-fly var(--inquiry-completion-flight-duration) cubic-bezier(.2, .72, .18, 1) calc(var(--inquiry-completion-intro-duration) + var(--inquiry-completion-pause-duration)) forwards}.InquiryCompletionGraphic-module__M84I0G__letterHidden{opacity:0;visibility:hidden;pointer-events:none;animation:none;transform:translateZ(-320px)rotateX(90deg)}.InquiryCompletionGraphic-module__M84I0G__letterIcon{width:100%;height:100%;overflow:visible;transform:translateY(20%)}.InquiryCompletionGraphic-module__M84I0G__letter{fill:none;stroke:#64748bb8;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.6px}.InquiryCompletionGraphic-module__M84I0G__checkIcon{opacity:0;transform-origin:50%;transform:scale(.76)translateY(4px)}.InquiryCompletionGraphic-module__M84I0G__checkVisible{animation:InquiryCompletionGraphic-module__M84I0G__inquiry-check-enter .28s cubic-bezier(.18, .88, .24, 1) var(--inquiry-completion-check-delay) forwards}.InquiryCompletionGraphic-module__M84I0G__checkStatic{opacity:1;transform:scale(1)translateY(0)}.InquiryCompletionGraphic-module__M84I0G__check{fill:none;stroke-dasharray:100;stroke-dashoffset:100px;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:14px}.InquiryCompletionGraphic-module__M84I0G__checkVisible .InquiryCompletionGraphic-module__M84I0G__check{animation:InquiryCompletionGraphic-module__M84I0G__inquiry-check-draw .22s ease-out calc(var(--inquiry-completion-check-delay) + 40ms) forwards}.InquiryCompletionGraphic-module__M84I0G__checkStatic .InquiryCompletionGraphic-module__M84I0G__check{stroke-dashoffset:0}@keyframes InquiryCompletionGraphic-module__M84I0G__inquiry-letter-intro{0%{opacity:0;transform:translateY(18px)scale(.74)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes InquiryCompletionGraphic-module__M84I0G__inquiry-letter-fly{0%{opacity:1;transform:translate(0,0)rotateX(0)}to{opacity:0;transform:translateZ(-320px)rotateX(90deg)}}@keyframes InquiryCompletionGraphic-module__M84I0G__inquiry-check-enter{0%{opacity:0;transform:scale(.76)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes InquiryCompletionGraphic-module__M84I0G__inquiry-check-draw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.InquiryCompletionGraphic-module__M84I0G__root{perspective:none}.InquiryCompletionGraphic-module__M84I0G__letterAnimating,.InquiryCompletionGraphic-module__M84I0G__checkVisible,.InquiryCompletionGraphic-module__M84I0G__checkVisible .InquiryCompletionGraphic-module__M84I0G__check{animation:none}.InquiryCompletionGraphic-module__M84I0G__letterAnimating,.InquiryCompletionGraphic-module__M84I0G__checkVisible,.InquiryCompletionGraphic-module__M84I0G__checkStatic{opacity:1;transform:translateY(0)scale(1)}.InquiryCompletionGraphic-module__M84I0G__letterIcon{overflow:hidden}.InquiryCompletionGraphic-module__M84I0G__letterHidden{opacity:0;transform:translateY(0)scale(1)}.InquiryCompletionGraphic-module__M84I0G__check,.InquiryCompletionGraphic-module__M84I0G__checkVisible .InquiryCompletionGraphic-module__M84I0G__check,.InquiryCompletionGraphic-module__M84I0G__checkStatic .InquiryCompletionGraphic-module__M84I0G__check{stroke-dashoffset:0}}
@property --purchase-completion-border-width{syntax:"<length>";inherits:true;initial-value:5px}@property --purchase-completion-check-stroke-width{syntax:"<number>";inherits:true;initial-value:2.4}.PurchaseCompletionGraphic-module__Mzkxma__root{--purchase-completion-size:12rem;--purchase-completion-duration:5s;--purchase-completion-ripple-duration:calc(var(--purchase-completion-duration) - .36s);--purchase-completion-border-width-final:12px;--purchase-completion-border-width:var(--purchase-completion-border-width-final);--purchase-completion-border-width-enter-start:1px;--purchase-completion-border-width-enter-peak:13.8px;--purchase-completion-check-stroke-width-final:2.4;--purchase-completion-check-stroke-width:var(--purchase-completion-check-stroke-width-final);--purchase-completion-check-stroke-width-enter-start:1.2;--purchase-completion-check-stroke-width-enter-peak:2.8;--purchase-completion-gradient:linear-gradient(135deg, #8ec5ff 0%, #3d8dff 52%, #005fd1 100%);--purchase-completion-shadow:#0f172a14;--purchase-completion-mask:#000;--purchase-completion-ripple-opacity:.42;--purchase-completion-ripple-inset:12%;--purchase-completion-ripple-scale:1.14;--purchase-completion-ring-opacity:.98;width:var(--purchase-completion-size);height:var(--purchase-completion-size);isolation:isolate;place-items:center;display:grid;position:relative}.PurchaseCompletionGraphic-module__Mzkxma__mainCircle{border-radius:999px;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.PurchaseCompletionGraphic-module__Mzkxma__mainCircleEntering{transform-origin:50%;animation:.82s cubic-bezier(.2,.9,.2,1) forwards PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-appear}.PurchaseCompletionGraphic-module__Mzkxma__ripples{pointer-events:none;position:absolute;inset:0}.PurchaseCompletionGraphic-module__Mzkxma__disk{background:0 0;border-radius:999px;position:absolute;inset:0}.PurchaseCompletionGraphic-module__Mzkxma__ring{padding:var(--purchase-completion-border-width);background:var(--purchase-completion-gradient);opacity:var(--purchase-completion-ring-opacity);-webkit-mask:linear-gradient(var(--purchase-completion-mask) 0 0) content-box, linear-gradient(var(--purchase-completion-mask) 0 0);-webkit-mask-composite:xor;-webkit-mask:linear-gradient(var(--purchase-completion-mask) 0 0) content-box, linear-gradient(var(--purchase-completion-mask) 0 0);mask:linear-gradient(var(--purchase-completion-mask) 0 0) content-box, linear-gradient(var(--purchase-completion-mask) 0 0);box-shadow:0 16px 48px var(--purchase-completion-shadow);border-radius:999px;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.PurchaseCompletionGraphic-module__Mzkxma__ripple{inset:var(--purchase-completion-ripple-inset);padding:var(--purchase-completion-border-width);background:var(--purchase-completion-gradient);opacity:0;-webkit-mask:linear-gradient(var(--purchase-completion-mask) 0 0) content-box, linear-gradient(var(--purchase-completion-mask) 0 0);-webkit-mask-composite:xor;-webkit-mask:linear-gradient(var(--purchase-completion-mask) 0 0) content-box, linear-gradient(var(--purchase-completion-mask) 0 0);mask:linear-gradient(var(--purchase-completion-mask) 0 0) content-box, linear-gradient(var(--purchase-completion-mask) 0 0);border-radius:999px;position:absolute;-webkit-mask-composite:xor;mask-composite:exclude}.PurchaseCompletionGraphic-module__Mzkxma__rippleWave{animation:PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-ripple var(--purchase-completion-ripple-duration) ease-out 1}.PurchaseCompletionGraphic-module__Mzkxma__rippleDelayOne{animation-delay:.18s}.PurchaseCompletionGraphic-module__Mzkxma__rippleDelayTwo{animation-delay:.36s}.PurchaseCompletionGraphic-module__Mzkxma__check{z-index:1;opacity:0;width:84%;height:84%;position:relative;transform:rotate(90deg)scale(.8)}.PurchaseCompletionGraphic-module__Mzkxma__checkVisible{animation:.38s ease-out forwards PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-check-enter}.PurchaseCompletionGraphic-module__Mzkxma__checkStatic{opacity:1;transform:rotate(0)scale(1)}.PurchaseCompletionGraphic-module__Mzkxma__checkPath{fill:none;stroke-width:var(--purchase-completion-check-stroke-width);stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:24;stroke-dashoffset:24px}.PurchaseCompletionGraphic-module__Mzkxma__checkVisible .PurchaseCompletionGraphic-module__Mzkxma__checkPath{animation:.32s ease-out .12s forwards PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-check-draw}.PurchaseCompletionGraphic-module__Mzkxma__checkStatic .PurchaseCompletionGraphic-module__Mzkxma__checkPath,.PurchaseCompletionGraphic-module__Mzkxma__checkPathStatic{stroke-dashoffset:0}@keyframes PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-appear{0%{--purchase-completion-border-width:var(--purchase-completion-border-width-enter-start);--purchase-completion-check-stroke-width:var(--purchase-completion-check-stroke-width-enter-start);transform:scale(.0052)}68%{--purchase-completion-border-width:var(--purchase-completion-border-width-enter-peak);--purchase-completion-check-stroke-width:var(--purchase-completion-check-stroke-width-enter-peak);transform:scale(1.12)}to{--purchase-completion-border-width:var(--purchase-completion-border-width-final);--purchase-completion-check-stroke-width:var(--purchase-completion-check-stroke-width-final);transform:scale(1)}}@keyframes PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-ripple{0%{opacity:0;transform:scale(1)}20%{opacity:var(--purchase-completion-ripple-opacity)}to{opacity:0;transform:scale(var(--purchase-completion-ripple-scale))}}@keyframes PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-check-enter{0%{opacity:0;transform:rotate(90deg)scale(.8)}to{opacity:1;transform:rotate(0)scale(1)}}@keyframes PurchaseCompletionGraphic-module__Mzkxma__purchase-completion-check-draw{0%{stroke-dashoffset:24px}to{stroke-dashoffset:0}}