.accountMessagingPage{--am-background:#fcf9f8;--am-surface:#fff;--am-surface-container:#f0edec;--am-surface-high:#eae7e7;--am-on-surface:#1c1b1b;--am-on-variant:#49454e;--am-outline:#7a757f;--am-outline-variant:#d2c5ae;--am-primary:#775a00;--am-gold:#f6c445;--am-error:#ba1a1a;--am-error-container:#ffdad6;width:min(390px,100%);height:min(884px,100dvh);min-height:640px;margin:0 auto;overflow:hidden;position:relative;display:flex;flex-direction:column;box-sizing:border-box;background:var(--am-background);color:var(--am-on-surface);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:20px;letter-spacing:0}.accountMessagingPage *{box-sizing:border-box;letter-spacing:0}.accountMessagingPage button{font:inherit;letter-spacing:0;cursor:pointer}.accountMessagingPage button:disabled{cursor:default}.accountRecoveryPage{padding-top:88px;padding-bottom:max(34px,env(safe-area-inset-bottom))}.accountRecoveryScroll{min-height:0;flex:1;overflow-y:auto;padding:16px 16px 96px;scrollbar-width:none}.accountRecoveryScroll::-webkit-scrollbar,.smsSettingsScroll::-webkit-scrollbar,.smsHistoryScroll::-webkit-scrollbar{display:none}.accountRecoveryHeader{padding:0 0 8px}.accountRecoveryHeader h1{margin:0 0 8px;font-size:32px;line-height:40px;font-weight:700}.accountRecoveryHeader p{margin:0;color:var(--am-on-variant);font-size:14px;line-height:20px}.accountRecoveryCard{display:flex;align-items:flex-start;gap:16px;margin-top:24px;padding:16px;overflow:hidden;border:1px solid var(--am-surface-container);border-radius:12px;background:var(--am-surface);box-shadow:0 1px 2px #1c1b1b14}.accountRecoveryCard.is-error{border-color:var(--am-error-container);background:#ffdad633;box-shadow:none}.accountRecoveryIcon{width:24px;height:24px;flex:none;margin-top:4px;object-fit:contain;opacity:.64}.accountRecoveryCard.is-error .accountRecoveryIcon{opacity:1}.accountRecoveryBody{min-width:0;flex:1}.accountRecoveryBody h2{margin:0 0 4px;font-size:14px;line-height:20px;font-weight:500}.accountRecoveryBody p{margin:0 0 16px;color:var(--am-on-variant);font-size:12px;line-height:16px}.accountRecoveryBody .accountActionNotice{margin:8px 0 0;color:var(--am-error)}.accountRecoveryBody button{min-height:32px;margin:0;padding:7px 16px;border-radius:999px;font-size:12px;line-height:16px;font-weight:500}.accountOutlineButton{border:1px solid var(--am-outline-variant);background:var(--am-surface);color:var(--am-on-surface)}.accountGoldButton{border:0;background:var(--am-gold);color:#241a00}.accountGoldButton:disabled{opacity:1}.accountMutedButton{border:0;background:#dedfe8;color:#1a1c22}.accountPrimaryButton{border:0;background:var(--am-primary);color:#000}.accountInlineActions{display:flex;gap:12px}.accountRecoverySecondary{display:flex;flex-direction:column;gap:12px;margin-top:40px}.accountRecoverySecondary button{width:100%;min-height:44px;margin:0;border-radius:999px;font-size:14px;line-height:20px;font-weight:500}.accountSecurityButton{border:1px solid var(--am-outline-variant);background:var(--am-surface);color:var(--am-on-surface)}.accountLogoutButton{border:0;background:transparent;color:var(--am-on-variant)}.accountRecoveryError{margin:16px 0 0;padding:12px;border-radius:8px;background:var(--am-error-container);color:#93000a;font-size:12px;line-height:18px;text-align:center}.accountTopBar{height:88px;flex:none;display:flex;align-items:flex-end;padding:0 16px 12px;background:#fcf9f8f5}.accountTopBar h1{min-width:0;flex:1;margin:0;text-align:center;font-size:18px;line-height:24px;font-weight:700}.accountBackButton,.accountTopSpacer{width:32px;height:32px;flex:none}.accountBackButton{display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent}.accountBackButton img{width:20px;height:20px;object-fit:contain}.smsSettingsScroll{min-height:0;flex:1;overflow-y:auto;padding:16px 16px 120px;scrollbar-width:none}.smsPhoneCard{margin:0 0 24px;padding:16px;border:1px solid rgba(210,197,174,.2);border-radius:12px;background:var(--am-surface);box-shadow:0 1px 2px #1c1b1b14}.smsPhoneCard p{margin:0 0 4px;color:var(--am-on-variant);font-size:12px;line-height:16px;font-weight:500}.smsPhoneCard strong{display:block;font-size:24px;line-height:32px;font-weight:600}.smsSettingsSection{margin:0 0 24px}.smsSettingsSection>h2{margin:0 8px 8px;color:var(--am-on-variant);font-size:14px;line-height:20px;font-weight:500}.smsSettingsCard{overflow:hidden;border:1px solid rgba(210,197,174,.2);border-radius:12px;background:var(--am-surface);box-shadow:0 1px 2px #1c1b1b14}.smsSettingRow{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-bottom:1px solid var(--am-surface-high)}.smsSettingRow:last-child{border-bottom:0}.smsSettingRow>div{min-width:0;flex:1}.smsSettingRow h3{margin:0;font-size:16px;line-height:24px;font-weight:400}.smsSettingRow p{margin:2px 0 0;color:var(--am-on-variant);font-size:12px;line-height:16px}.smsSwitch{width:48px;height:24px;flex:none;position:relative;padding:0;border:0;border-radius:999px;background:#e4e2e1}.smsSwitch span{width:24px;height:24px;position:absolute;top:0;left:0;border:4px solid #e4e2e1;border-radius:50%;background:#fff;transition:left .16s ease,border-color .16s ease}.smsSwitch.is-on{background:var(--am-gold)}.smsSwitch.is-on span{left:24px;border-color:var(--am-gold)}.smsLinkCard button{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:0;border-bottom:1px solid var(--am-surface-high);background:transparent;color:var(--am-on-surface);font-size:16px;line-height:24px;text-align:left}.smsLinkCard button:last-child{border-bottom:0}.smsLinkCard img{width:18px;height:16px;flex:none;object-fit:contain}.smsLinkMeta{display:flex;align-items:center;gap:8px;color:var(--am-on-variant);font-size:12px;line-height:16px}.smsUnsubscribe{width:100%;margin:0;padding:0;border:0;background:transparent;color:var(--am-on-variant);font-size:12px;line-height:16px;font-weight:500;text-align:center}.smsSaveError{margin:0 0 16px;padding:12px;border:1px solid var(--am-error);border-radius:12px;background:var(--am-error-container);color:#93000a;font-size:12px;line-height:18px;text-align:center}.smsSaveError p{margin:0}.smsSaveError button{margin:8px 0 0;padding:0;border:0;background:transparent;color:var(--am-primary);font-weight:700}.smsFootnote{margin:4px 0 0;color:var(--am-on-variant);font-size:12px;line-height:16px;text-align:center;opacity:.6}.smsSettingsFooter{position:absolute;right:0;bottom:0;left:0;padding:16px 16px max(34px,env(safe-area-inset-bottom));border-top:1px solid rgba(210,197,174,.2);background:#fcf9f8f5}.smsSettingsFooter button{width:100%;height:52px;padding:0;border:0;border-radius:999px;background:var(--am-gold);color:#251a00;font-size:18px;line-height:24px;font-weight:700}.smsSettingsFooter button:disabled{background:#e4e1de;color:#807a83}.accountStatePanel{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;border:1px solid var(--am-surface-high);border-radius:16px;background:var(--am-surface);color:var(--am-on-variant);text-align:center}.accountStatePanel.is-error{border-color:var(--am-error);background:var(--am-error-container);color:#93000a}.accountStatePanel p{margin:0}.accountStatePanel>img{width:24px;height:24px}.accountStatePanel button{display:flex;align-items:center;justify-content:center;gap:4px;min-height:36px;padding:0 16px;border:0;border-radius:999px;background:var(--am-primary);color:#fff}.accountStatePanel button img{width:16px;height:16px}.smsHistoryTopBar{padding-bottom:16px}.smsHistoryBody{min-height:0;flex:1;display:flex;flex-direction:column;padding:0 16px max(34px,env(safe-area-inset-bottom))}.smsHistoryFilters{display:flex;gap:8px;flex:none;margin-bottom:16px;padding:8px 0}.smsHistoryFilters button{height:34px;display:flex;align-items:center;gap:4px;padding:0 16px;border:1px solid var(--am-outline-variant);border-radius:999px;background:var(--am-surface);color:#4e4635;font-size:12px;line-height:16px;font-weight:500}.smsHistoryFilters img{width:16px;height:16px;object-fit:contain}.smsHistoryScroll{min-height:0;flex:1;display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-bottom:16px;scrollbar-width:none}.smsDeliveryCard{position:relative;overflow:hidden;flex:none;padding:16px;border:1px solid var(--am-surface-high);border-radius:16px;background:var(--am-surface);box-shadow:0 1px 2px #1c1b1b14}.smsDeliveryCard.is-failed{border-color:var(--am-error);background:var(--am-error-container)}.smsDeliveryCard>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.smsDeliveryIdentity{min-width:0;flex:1}.smsDeliveryIdentity h2{margin:0 0 4px;font-size:14px;line-height:20px;font-weight:500}.smsDeliveryIdentity p,.smsDeliveryMeta time{margin:0;color:#4e4635;font-size:12px;line-height:16px}.smsDeliveryMeta{flex:none;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.smsDeliveryMeta strong{display:flex;align-items:center;gap:4px;color:var(--am-primary);font-size:12px;line-height:16px;font-weight:500}.is-sending .smsDeliveryMeta strong{color:#6b5c3f}.is-failed .smsDeliveryMeta strong{color:var(--am-error)}.smsDeliveryMeta strong img{width:14px;height:14px}.smsDeliveryMeta time{margin-top:4px}.smsDeliveryTimeline{min-height:58px;position:relative;display:flex;gap:12px;margin:16px 0 0 8px;padding-left:24px;border-left:2px solid var(--am-gold)}.is-sending .smsDeliveryTimeline{border-color:#e4e2e1}.is-failed .smsDeliveryTimeline{margin-bottom:16px;border-color:var(--am-error)}.smsDeliveryTimeline>i{width:8px;height:8px;position:absolute;top:0;left:-5px;border-radius:50%;background:var(--am-primary)}.is-sending .smsDeliveryTimeline>i{background:#6b5c3f}.is-failed .smsDeliveryTimeline>i{background:var(--am-error)}.smsDeliveryTimeline h3{margin:0;font-size:12px;line-height:16px;font-weight:500}.is-failed .smsDeliveryTimeline h3{color:var(--am-error)}.smsDeliveryTimeline p{margin:0;color:#4e4635;font-size:12px;line-height:16px}.smsDeliveryActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.smsDeliveryActions button{height:34px;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;flex:1;padding:0 12px;border:1px solid var(--am-outline-variant);border-radius:999px;background:var(--am-background);color:var(--am-on-surface);font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.smsDeliveryActions button.is-primary{border-color:var(--am-primary);background:var(--am-primary);color:#fff}.smsDeliveryActions button.is-support{width:100%;flex-basis:100%;border:0;background:var(--am-surface-container)}.smsDeliveryActions img{width:16px;height:16px;object-fit:contain}@media(max-height:700px){.accountMessagingPage{min-height:100dvh}.accountRecoveryPage{padding-top:48px}.accountTopBar{height:64px}}.phoneGuidePage button,.phoneInputPage button,.phoneCodePage button,.phoneSuccessPage button{font:inherit}.phoneGuideTopBar{height:144px;display:flex;align-items:flex-end;padding:0 16px 16px}.phoneGuideTopBar button,.phoneInputTopBar button,.phoneCodeTopBar button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex:none;padding:0;border:0;background:transparent}.phoneGuideTopBar img,.phoneInputTopBar img,.phoneCodeTopBar img{width:20px;height:20px;object-fit:contain}.phoneGuideTopBar h1{margin:0 0 10px 8px;font-size:18px;line-height:24px;font-weight:700}.phoneGuideBody{min-height:0;flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 16px 74px}.phoneGuideCard{width:100%;display:flex;flex-direction:column;align-items:center;padding:32px;border-radius:24px;background:#fff;box-shadow:0 8px 24px #775a000f;text-align:center}.phoneGuideShield{width:80px;height:80px;margin:0 0 24px;object-fit:contain}.phoneGuideCard h2{margin:0 0 16px;font-size:24px;line-height:32px;font-weight:700}.phoneGuideCard>p{margin:0 0 18px;color:#4e4635;font-size:14px;line-height:22px}.phoneGuidePrivacy{margin:-6px 0 14px;padding:0;border:0;background:transparent;color:#775a00;font-size:12px;line-height:16px;text-decoration:underline}.phoneGuidePrimary{width:100%;height:56px;margin:0 0 16px;padding:0;border:0;border-radius:12px;background:#775a00;color:#fff;font-size:14px;line-height:20px;font-weight:500;box-shadow:0 4px 16px #775a0033}.phoneGuidePrimary:disabled{background:#e4e2e1;color:#7a757f;box-shadow:none}.phoneGuideSecondary{width:100%;display:flex;gap:16px}.phoneGuideSecondary button{height:48px;min-width:0;flex:1;padding:0;border:0;border-radius:8px;background:#e2e2ec;color:#60626a;font-size:12px;line-height:16px;font-weight:500}.phoneGuideSecondary button:last-child{border:1px solid #d2c5ae;background:transparent;color:#5c5e66}.phoneGuideReturn{margin:48px 24px 0;color:#7a757f;font-size:12px;line-height:16px;text-align:center}.phoneInlineState{width:100%;margin:0 0 12px;padding:8px;border-radius:8px;background:#f0ede9;color:#4e4635;font-size:12px;line-height:18px}.phoneInlineState.is-error{background:#ffdad6;color:#93000a}.phoneInlineState button{margin-left:8px;padding:0;border:0;background:transparent;color:#775a00;font-weight:700}.phoneInputTopBar{height:88px;display:flex;align-items:flex-end;padding:0 8px 8px}.phoneInputBody{min-height:0;flex:1;padding:30px 16px 16px}.phoneInputBody h1{margin:0;font-size:32px;line-height:40px;font-weight:700}.phoneInputBody>p:not(.phoneFormError){margin:8px 0 0;color:#4e4635;font-size:14px;line-height:20px}.phoneFormField{height:56px;display:flex;align-items:center;margin-top:24px;padding:0 16px;border:1px solid #d2c5ae;border-radius:12px;background:#f0edec}.phoneFormField.is-error{border-color:#ba1a1a}.phoneFormField>img{width:20px;height:20px;flex:none;margin-right:14px;object-fit:contain;opacity:.68}.phoneFormField input{min-width:0;height:52px;flex:1;padding:0;border:0;outline:0;background:transparent;color:#1c1b1b;font:inherit;font-size:16px;line-height:24px}.phoneFormField input::placeholder{color:#7a757f;opacity:.8}.phoneCodePreview{margin-top:16px;padding-right:8px}.phoneCodePreview button{height:36px;flex:none;padding:0 12px;border:0;border-radius:8px;background:#ffdf9a;color:#5a4300;font-size:12px;line-height:16px;font-weight:500}.phoneCodePreview button:disabled{background:#e4e2e1;color:#7a757f}.phoneInputBody>small{display:block;margin:6px 8px 0;color:#4e4635;font-size:10px;line-height:14px}.phoneFormError{margin:8px 0 0;color:#ba1a1a;font-size:12px;line-height:16px}.phoneInputFooter{flex:none;padding:8px 16px 24px}.phoneAgreementRow{display:flex;align-items:center;flex-wrap:wrap;min-height:24px;margin-bottom:16px;color:#4e4635;font-size:12px;line-height:18px}.phoneAgreementRow>button:not(.phoneCheckbox){padding:0;border:0;background:transparent;color:#775a00}.phoneCheckbox{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex:none;margin:0 8px 0 0;padding:0;border:1px solid #7a757f;border-radius:2px;background:#fff}.phoneCheckbox span{width:4px;height:8px;display:none;margin-top:-2px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.phoneCheckbox.is-checked{border-color:#775a00;background:#775a00}.phoneCheckbox.is-checked span{display:block}.phoneBindingPrimary{width:100%;height:56px;padding:0;border:0;border-radius:12px;background:#f6c445;color:#241a00;font-size:18px;line-height:24px;font-weight:700;box-shadow:0 4px 16px #f6c44533}.phoneBindingPrimary:disabled{background:#e4e2e1;color:#7a757f;box-shadow:none}.phoneAuxiliary{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.phoneAuxiliary button{padding:0;border:0;background:transparent;color:#5c5e66;font-size:12px;line-height:16px}.phoneAuxiliary i,.phoneCodeHelp i{width:1px;height:12px;display:block;background:#d2c5ae}.phoneCodeTopBar{height:144px;display:flex;align-items:flex-end;padding:0 16px 8px}.phoneCodeTopBar h1{min-width:0;flex:1;margin:0 0 8px;text-align:center;font-size:18px;line-height:24px;font-weight:700}.phoneCodeTopBar>span{width:40px;height:40px;flex:none}.phoneCodeBody{min-height:0;flex:1;padding:32px 16px}.phoneCodeBody h2{margin:0 0 8px;font-size:32px;line-height:40px;font-weight:700}.phoneCodeBody>p:not(.phoneFormError){margin:0;color:#4e4635;font-size:14px;line-height:20px}.phoneDigits{width:100%;position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:24px 0 0;padding:0;border:0;background:transparent}.phoneDigits span{height:56px;display:flex;align-items:center;justify-content:center;border:1px solid #d2c5ae;border-radius:8px;background:#f0edec;color:#1c1b1b;font-size:24px;line-height:32px;font-weight:700}.phoneDigits span.is-active{border:2px solid #2d68ec;background:#fff}.phoneDigits input{width:1px;height:1px;position:absolute;opacity:0;pointer-events:none}.phoneResend{margin:16px 0 0;padding:0;border:0;background:transparent;color:#5c5e66;font-size:14px;line-height:20px;text-align:left}.phoneResend:disabled{color:#5c5e66}.phoneCodeHelp{display:flex;align-items:center;gap:14px;margin-top:18px}.phoneCodeHelp button{padding:0;border:0;background:transparent;color:#4e4635;font-size:12px;line-height:16px}.phoneCodeFooter{flex:none;padding:0 16px 34px}.phoneCodeFooter .phoneAuxiliary{justify-content:center;gap:24px}.phoneCodeFooter .phoneBindingPrimary{height:48px;border-radius:999px;font-size:14px;line-height:20px;font-weight:500}.phoneSuccessPage{padding:88px 16px 34px;background:#fcf9f8}.phoneSuccessTopBar{height:56px;display:flex;align-items:center;justify-content:center;flex:none}.phoneSuccessTopBar h1{margin:0;font-size:18px;line-height:24px;font-weight:700}.phoneSuccessBody{min-height:0;flex:1;overflow-y:auto;padding-top:24px;text-align:center;scrollbar-width:none}.phoneSuccessBody::-webkit-scrollbar{display:none}.phoneSuccessMark{width:86px;height:86px;display:block;margin:0 auto 16px;object-fit:contain}.phoneSuccessBody>h2{margin:0 0 8px;font-size:24px;line-height:32px;font-weight:700}.phoneSuccessBody>p{max-width:310px;margin:0 auto 24px;color:#4e4635;font-size:14px;line-height:20px}.phoneSuccessCard,.phoneSuccessLinks{overflow:hidden;padding:0 16px;border:1px solid #e4e2e1;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000000a}.phoneSuccessCard>div,.phoneSuccessLinks button{width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0;border:0;border-bottom:1px solid #e4e2e1;background:transparent;color:#1c1b1b;font-size:14px;line-height:20px}.phoneSuccessCard>div:last-child,.phoneSuccessLinks button:last-child{border-bottom:0}.phoneSuccessCard span,.phoneSuccessLinks span{display:flex;align-items:center;gap:10px}.phoneSuccessCard img,.phoneSuccessLinks span img{width:20px;height:20px;object-fit:contain}.phoneSuccessCard em{color:#5c5e66;font-style:normal}.phoneSuccessCard strong{font-size:16px;line-height:24px}.phoneSuccessLinks{margin-top:16px}.phoneSuccessLinks button>img{width:18px;height:18px;object-fit:contain}.phoneSuccessState{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;border-radius:12px;background:#fff;color:#4e4635}.phoneSuccessState.is-error{background:#ffdad6;color:#93000a}.phoneSuccessState p{margin:0}.phoneSuccessState button{padding:8px 16px;border:0;border-radius:999px;background:#775a00;color:#fff}.phoneSuccessRestore{width:100%;height:56px;flex:none;padding:0;border:0;border-radius:999px;background:#f6c445;color:#241a00;font-size:18px;line-height:24px;font-weight:700;box-shadow:0 5px 14px #30280e1f}.phoneSuccessRestore:disabled{background:#e4e2e1;color:#7a757f;box-shadow:none}@media(max-height:700px){.phoneGuideTopBar,.phoneCodeTopBar{height:96px}.phoneInputTopBar{height:64px}.phoneSuccessPage{padding-top:48px}.phoneGuideBody{padding-bottom:24px}.phoneGuideCard{padding:20px}.phoneGuideShield{width:56px;height:56px;margin-bottom:12px}.phoneGuideReturn{margin-top:20px}}.contentPage{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding-bottom:calc(28px + var(--safe-bottom))}.contentHeader{position:sticky;top:0;z-index:20;height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;background:#fcf9f8f5;border-bottom:1px solid rgba(210,197,174,.35)}.contentHeader button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;color:#1c1b1b}.contentHeader svg{width:22px}.contentHeader h1{margin:0;text-align:center;font-size:18px;letter-spacing:0}.contentHeaderAction{display:flex;justify-content:flex-end}.contentState{min-height:280px;padding:44px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#807662;gap:10px}.contentState strong{font-size:17px;color:#1c1b1b}.contentState i{width:26px;height:26px;border:3px solid #d2c5ae;border-top-color:#775a00;border-radius:50%;animation:contentSpin .8s linear infinite}.contentState button{height:42px;padding:0 18px;border:0;border-radius:8px;background:#f6c445;color:#4e3900;display:flex;align-items:center;gap:8px;font-weight:700}.contentState button svg{width:17px}.contentHero{margin:18px 20px 8px;padding:22px 20px;background:#1c1b1b;color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:8px}.contentHero span{font-size:12px;color:#f6c445}.contentHero strong{font-size:20px;line-height:1.4}.contentCityTabs,.segmentControl{margin:14px 20px;display:flex;gap:8px;overflow:auto}.contentCityTabs button,.segmentControl button{height:36px;padding:0 16px;border:1px solid #d2c5ae;border-radius:18px;background:#fff;color:#4e4635;white-space:nowrap}.contentCityTabs button[aria-selected=true],.segmentControl button[aria-pressed=true]{background:#f6c445;border-color:#f6c445;color:#4e3900;font-weight:700}.contentFeed{padding:12px 20px;display:flex;flex-direction:column;gap:12px}.contentFeedCard{width:100%;padding:0;text-align:left;border:1px solid rgba(210,197,174,.55);border-radius:8px;overflow:hidden;background:#fff;color:inherit}.contentFeedCard>img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.contentFeedCard>div{padding:16px}.contentFeedCard h2{margin:8px 0 6px;font-size:17px;line-height:1.45}.contentFeedCard p{margin:0;color:#665e50;font-size:13px;line-height:1.6}.contentTag{font-size:11px;color:#775a00;background:#fff1c9;padding:3px 7px;border-radius:4px}.contentFeedCard footer{display:flex;align-items:center;gap:14px;margin-top:14px;color:#807662;font-size:12px}.contentFeedCard footer span:first-child{margin-right:auto;color:#4e4635}.contentFeedCard footer span{display:flex;align-items:center;gap:4px}.contentFeedCard footer svg{width:14px;height:14px}.eventGrid,.libraryGrid{padding:14px 20px;display:grid;gap:14px}.eventCard,.libraryGrid>button{padding:0;border:1px solid rgba(210,197,174,.55);border-radius:8px;background:#fff;overflow:hidden;text-align:left;color:inherit}.eventCard img,.libraryGrid img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.eventCard>div,.libraryGrid button>div{padding:15px}.eventCard span,.libraryGrid span{color:#775a00;font-size:12px}.eventCard h2,.libraryGrid h2{margin:8px 0;font-size:17px}.eventCard p{display:flex;align-items:center;gap:6px;margin:6px 0;color:#665e50;font-size:13px}.eventCard svg{width:15px}.commentList{padding:4px 20px}.commentList article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:18px 0;border-bottom:1px solid #e8e1d5}.avatar,.profileAvatar{display:grid;place-items:center;border-radius:50%;background:#f6c445;color:#4e3900;font-weight:800}.avatar{width:42px;height:42px}.commentList header{display:flex;justify-content:space-between;font-size:13px}.commentList time{color:#807662}.commentList p{font-size:14px;line-height:1.65}.commentList button{border:0;background:transparent;color:#775a00;padding:0}.contentWithComposer{padding-bottom:84px}.commentComposer{position:fixed;bottom:0;width:min(100%,390px);padding:10px 16px calc(10px + var(--safe-bottom));display:grid;grid-template-columns:1fr 64px;gap:8px;background:#fcf9f8;border-top:1px solid #d2c5ae}.commentComposer input{height:42px;border:1px solid #d2c5ae;border-radius:8px;padding:0 12px;background:#fff}.commentComposer button,.profileHero>button,.topicHero button,.collectionHero button{border:0;border-radius:8px;background:#f6c445;color:#4e3900;font-weight:700}.profileHero{padding:30px 20px 22px;text-align:center}.profileHero>img,.profileAvatar{width:84px;height:84px;margin:0 auto 14px;border-radius:50%;object-fit:cover}.profileHero h2{margin:0;font-size:22px}.profileHero h2 i{margin-left:6px;font-size:10px;font-style:normal;color:#775a00}.profileHero p{color:#665e50}.profileHero>span{display:flex;align-items:center;justify-content:center;gap:4px;color:#807662;font-size:13px}.profileHero svg{width:14px}.profileHero>button{height:40px;min-width:120px;margin-top:18px}.profileStats{margin:0 20px;padding:15px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #e8e1d5;border-radius:8px}.profileStats>*{border:0;border-right:1px solid #e8e1d5;background:transparent;display:flex;flex-direction:column;gap:4px}.profileStats>*:last-child{border-right:0}.profileStats strong{font-size:18px}.profileStats span{font-size:12px;color:#807662}.contentSectionTitle{padding:24px 20px 8px}.contentSectionTitle h2{margin:0;font-size:18px}.contentEmptyInline{padding:40px 20px;text-align:center;color:#807662}.topicList{padding:12px 20px}.topicList>button{width:100%;padding:18px 4px;display:grid;grid-template-columns:40px 1fr 24px;gap:12px;align-items:center;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left;color:inherit}.topicList b{font-size:19px;color:#b68a0a}.topicList h2{margin:0 0 6px;font-size:16px}.topicList p{margin:0 0 7px;color:#665e50;font-size:13px}.topicList span{color:#807662;font-size:12px}.topicList svg{width:18px;color:#807662}.topicHero,.collectionHero{margin:16px 20px;padding:22px;border:1px solid #e8e1d5;border-radius:8px;background:#fff}.topicHero>span,.collectionHero>span{color:#775a00;font-size:12px}.topicHero h2,.collectionHero h2{margin:10px 0;font-size:24px}.topicHero p,.collectionHero p{color:#665e50;line-height:1.65}.topicHero>div,.collectionHero>div{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.topicHero>div span{display:flex;align-items:center;gap:6px;color:#807662;font-size:13px}.topicHero svg{width:16px}.topicHero button,.collectionHero button{height:38px;padding:0 16px}.articlePage>article{padding:22px 20px}.articlePage article>header h1{font-size:26px;line-height:1.35;margin:0 0 20px}.articlePage article>header button{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:10px;text-align:left}.articlePage article>header button span:last-child{display:flex;flex-direction:column}.articlePage small{margin-top:3px;color:#807662}.articleCover{width:100%;margin:22px 0 10px;border-radius:8px}.articleBody{font-size:16px;line-height:1.9}.articleBody p{margin:18px 0}.articlePage article>footer{position:sticky;bottom:0;margin:24px -20px -22px;padding:12px 20px;display:flex;justify-content:space-around;background:#fcf9f8;border-top:1px solid #e8e1d5}.articlePage article>footer button{border:0;background:transparent;display:flex;align-items:center;gap:6px;color:#4e4635}.articlePage article>footer svg{width:19px}.collectionHero{padding:0 0 20px;overflow:hidden}.collectionHero>img{width:100%;aspect-ratio:16/9;object-fit:cover}.collectionHero>span,.collectionHero>h2,.collectionHero>p,.collectionHero>div{margin-left:20px;margin-right:20px}.rankingList{padding:8px 20px}.rankingList>button{width:100%;padding:18px 0;display:grid;grid-template-columns:36px 1fr 54px;gap:10px;align-items:center;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left;color:inherit}.rankingList>b{font-size:22px;color:#b68a0a}.rankingList h2{margin:0;font-size:15px}.rankingList p{margin:5px 0;color:#665e50;font-size:12px}.rankingList span{font-size:12px;color:#807662}.rankingList>button>strong{text-align:right;color:#775a00}.rankingList small{display:block;color:#807662;font-size:10px}.libraryGrid p{color:#665e50;font-size:13px;line-height:1.6}.libraryGrid footer{display:flex;gap:5px;flex-wrap:wrap}.libraryGrid i{padding:3px 6px;border-radius:4px;background:#f3efe8;color:#665e50;font-size:10px;font-style:normal}@keyframes contentSpin{to{transform:rotate(360deg)}}@media(min-width:600px){.libraryGrid{grid-template-columns:1fr 1fr}}.flowPage{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding-bottom:calc(28px + var(--safe-bottom))}.flowHeader{height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;position:sticky;top:0;z-index:20;background:#fcf9f8f5;border-bottom:1px solid #e8e1d5}.flowHeader button{width:40px;height:40px;border:0;background:transparent}.flowHeader svg{width:22px}.flowHeader h1{margin:0;text-align:center;font-size:18px}.flowState{min-height:300px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#807662;text-align:center}.flowState strong{color:#1c1b1b}.flowState i{width:28px;height:28px;border:3px solid #d2c5ae;border-top-color:#775a00;border-radius:50%;animation:flowSpin .8s linear infinite}.flowState button{height:42px;padding:0 16px;border:0;border-radius:8px;background:#f6c445;display:flex;align-items:center;gap:7px}.flowState button svg{width:17px}.flowFilters{padding:14px 20px;display:flex;gap:8px;overflow:auto}.flowFilters button{height:36px;padding:0 16px;border:1px solid #d2c5ae;border-radius:18px;background:#fff;white-space:nowrap}.flowFilters button[aria-pressed=true]{background:#f6c445;border-color:#f6c445;font-weight:700}.mapSurface{height:190px;margin:0 20px 10px;background:#e7eee8;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#35604e}.mapSurface svg{width:34px;height:34px}.mapSurface span{font-size:12px}.flowCards{padding:10px 20px}.flowCards>button{width:100%;padding:16px 0;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left}.flowCards>button div{display:flex;flex-direction:column;gap:6px}.flowCards span{display:flex;align-items:center;gap:5px;color:#665e50;font-size:12px}.flowCards svg{width:14px}.flowCards b{color:#775a00;font-size:12px}.flowForm form{padding-bottom:88px}.flowEventSummary{margin:18px 20px;padding:20px;border-radius:8px;background:#1c1b1b;color:#fff}.flowEventSummary>span{font-size:11px;color:#f6c445}.flowEventSummary h2{margin:8px 0 14px}.flowEventSummary p{display:flex;align-items:center;gap:7px;font-size:13px;color:#ddd}.flowEventSummary svg{width:16px}.flowQuestions{padding:4px 20px}.flowQuestions label{display:flex;flex-direction:column;gap:8px;margin:18px 0}.flowQuestions label span{font-size:14px;font-weight:700}.flowQuestions b{color:#a93729}.flowQuestions textarea{min-height:90px;padding:12px;border:1px solid #d2c5ae;border-radius:8px;background:#fff;resize:vertical}.flowQuestions>p{padding:24px;background:#f3efe8;border-radius:8px;text-align:center;color:#665e50}.flowAgreement{padding:10px 20px;display:flex;align-items:center;gap:8px;font-size:13px;color:#665e50}.flowError{margin:8px 20px;color:#a93729;font-size:13px}.flowForm form>footer{position:fixed;bottom:0;width:min(100%,390px);padding:10px 20px calc(10px + var(--safe-bottom));display:flex;justify-content:space-between;align-items:center;background:#fcf9f8;border-top:1px solid #e8e1d5}.flowForm form>footer div{display:flex;flex-direction:column}.flowForm form>footer span{font-size:11px;color:#807662}.flowForm form>footer button,.successActions button,.recaps header button,.recapDialog button{height:42px;border:0;border-radius:8px;background:#f6c445;padding:0 18px;font-weight:700}.successHero{padding:44px 20px;text-align:center}.successHero>div{width:72px;height:72px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#d9f2e8;color:#006b55}.successHero svg{width:38px}.successHero h2{font-size:24px}.successHero p{color:#665e50}.successOrder{margin:0 20px;padding:8px 18px;border:1px solid #e8e1d5;border-radius:8px;background:#fff}.successOrder p{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #eee;margin:0;font-size:13px}.successOrder p:last-child{border-bottom:0}.successOrder span{color:#807662}.successActions{padding:20px;display:flex;flex-direction:column;gap:10px}.successActions button:last-child{background:#fff;border:1px solid #d2c5ae}.ticket{margin:24px 20px;border:1px solid #d2c5ae;border-radius:8px;background:#fff;overflow:hidden}.ticket>header{padding:22px;background:#1c1b1b;color:#fff}.ticket h2{margin:0 0 10px}.ticket header p{margin:0;display:flex;align-items:center;gap:6px;font-size:13px;color:#ddd}.ticket header svg{width:16px}.qrFrame{padding:30px;display:flex;flex-direction:column;align-items:center}.qrFrame svg{max-width:100%;height:auto}.qrFrame p{color:#665e50;font-size:13px}.ticket>footer{padding:0 20px 18px}.ticket>footer p{display:flex;justify-content:space-between;border-top:1px solid #eee;padding:13px 0;margin:0;font-size:13px}.ticket>footer span{color:#807662}.communityTitle{margin:18px 20px;padding:18px;background:#fff;border:1px solid #e8e1d5;border-radius:8px}.communityTitle h2{margin:0}.communityTitle p{color:#665e50}.participants,.recaps{padding:12px 20px}.participants header,.recaps header{display:flex;align-items:center;justify-content:space-between}.participants h2,.recaps h2{font-size:18px}.participants>div{display:flex;gap:16px;overflow:auto}.participants button{width:74px;flex:0 0 74px;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:6px}.participants button>span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#f6c445;font-weight:800}.participants strong{font-size:12px}.participants small{color:#006b55}.recaps article{margin:12px 0;padding:18px;border:1px solid #e8e1d5;border-radius:8px;background:#fff}.recaps article p{line-height:1.65;color:#665e50}.recaps article span{font-size:11px;color:#807662}.recapEmpty{padding:30px;background:#f3efe8;border-radius:8px;color:#665e50}.recapDialog{position:fixed;inset:0;z-index:50;padding:20px;background:#00000073;display:flex;align-items:flex-end}.recapDialog form{width:100%;padding:20px;background:#fcf9f8;border-radius:8px;display:flex;flex-direction:column;gap:12px}.recapDialog h2{margin:0}.recapDialog input,.recapDialog textarea{padding:12px;border:1px solid #d2c5ae;border-radius:8px}.recapDialog textarea{min-height:120px}.recapDialog button:last-child{background:#fff;border:1px solid #d2c5ae}@keyframes flowSpin{to{transform:rotate(360deg)}}.mediaPage{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding:88px 20px calc(34px + var(--safe-bottom))}.mediaHeader{position:fixed;top:0;left:50%;transform:translate(-50%);width:min(100%,390px);height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;background:#fcf9f8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30}.mediaHeader button{height:40px;border:0;background:transparent}.mediaHeader h1{font-size:18px;text-align:center;margin:0}.mediaHeader>div{display:grid;place-items:end}.mediaStatus{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#807662;text-align:center}.mediaStatus i{width:28px;height:28px;border:3px solid #d2c5ae;border-top-color:#775a00;border-radius:50%;animation:mediaSpin .8s linear infinite}.mediaStatus button{display:flex;gap:5px;border:0;border-radius:8px;background:#f6c445;padding:9px 14px}.pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:8px 0 22px}.pipeline h2{grid-column:1/-1;font-size:15px}.pipeline div{display:flex;flex-direction:column;align-items:center;gap:5px;color:#807662;text-align:center}.pipeline div span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e5e2e1;font-size:11px}.pipeline div.active span{background:#f6c445;color:#4e3900}.pipeline small{font-size:9px}.mediaTask{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:16px;border:1px solid #e8e1d5;border-radius:10px;background:#fff}.mediaTask>svg{color:#775a00}.mediaTask>div{display:flex;flex-direction:column;gap:6px;min-width:0}.mediaTask strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mediaTask span{font-size:12px;color:#807662}.mediaTask progress{width:100%;accent-color:#f6c445}.mediaTask button{border:0;background:transparent;color:#a93729}.mediaForm{display:flex;flex-direction:column;gap:16px}.mediaForm h2{font-size:20px}.mediaForm label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.mediaForm input,.mediaForm select,.convertRow input,.evidenceField textarea{width:100%;height:46px;border:1px solid #d2c5ae;border-radius:8px;padding:0 12px;background:#fff}.mediaForm>button,.convertRow button,.startLive,.stopLive,.reportButton,.recovery button{height:48px;border:0;border-radius:9px;background:#f6c445;font-weight:700}.coverPicker{height:180px;align-items:center;justify-content:center;border:1px dashed #d2c5ae;border-radius:10px;background:#f6f3f2;color:#775a00}.coverPicker svg{width:34px;height:34px}.coverPicker input{position:absolute;opacity:0;pointer-events:none}.agreement{flex-direction:row!important;align-items:center}.agreement input{width:18px;height:18px}.mediaError{color:#a93729}.liveCanvas,.viewerVideo{min-height:280px;border-radius:10px;background:#222;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.liveCanvas{background:linear-gradient(#1c1b1b77,#1c1b1b),url(/stitch-scenes/16696269124836444906/assets/remote-8efd4acc7ba8b7fce6915a3f-679f7a27c3c9fdb8487b6870c7f284df.jpg) center/cover}.liveCanvas>span,.viewerVideo>span{position:absolute;top:14px;left:14px;display:flex;gap:5px;align-items:center;background:#a93729;padding:5px 8px;border-radius:5px;font-size:11px}.liveCanvas>span svg,.viewerVideo>span svg{width:13px}.liveMetrics{display:flex;gap:16px}.liveMetrics b{display:flex;align-items:center;gap:5px;font-size:12px}.liveMetrics svg{width:16px}.systemChat{padding:13px;margin:12px 0;background:#f6f3f2;border-radius:8px;font-size:12px}.hostTools{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hostTools button{height:64px;border:1px solid #e8e1d5;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px}.hostTools button[aria-pressed=false]{color:#a93729}.hostTools svg{width:20px}.accessPanel{margin:14px 0;padding:12px;border:1px solid #d2c5ae;border-radius:8px;display:flex;flex-direction:column;gap:7px}.accessPanel code{font-size:10px;word-break:break-all}.accessPanel small{color:#807662}.startLive,.stopLive{width:100%;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:7px}.stopLive{background:#a93729;color:#fff}.viewerPage{padding-left:0;padding-right:0;padding-bottom:78px;background:#171717;color:#fff}.viewerPage .mediaStatus{color:#fff}.viewerVideo{border-radius:0;height:320px;align-items:center;justify-content:center;background:#090909}.viewerVideo video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.viewerVideo>button{width:72px;height:72px;border-radius:50%;border:0;background:#f6c445}.viewerChat{padding:16px 20px}.viewerChat p{font-size:12px;line-height:1.5}.viewerChat b{color:#f6c445;margin-right:8px}.chatComposer{position:fixed;bottom:0;width:min(100%,390px);height:66px;padding:8px 14px calc(8px + var(--safe-bottom));display:grid;grid-template-columns:36px 1fr 42px;gap:8px;background:#171717}.chatComposer input{border:1px solid #555;border-radius:20px;background:#292929;color:#fff;padding:0 12px}.chatComposer button{border:0;background:transparent;color:#fff}.replayHero{height:230px;border-radius:10px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(#1c1b1b22,#1c1b1bcc),url(/stitch-scenes/16696269124836444906/assets/AB6AXuAEPdl6uP1Z2-LUVHcdd_DIpYjvDVriu4REETajenvnz3t_aG329eZXrpuFLCR3CNXPKwDGL25aO7HFAtQQ6q0Ha5CCYiU7-9da6d898ed6c1032d48941f72b70815b.jpg) center/cover;color:#fff;margin-bottom:16px}.replayHero>svg{width:48px;height:48px}.replayHero h2{margin:10px 0 3px}.replayHero p{margin:0;font-size:12px}.replayHero code{font-size:9px;margin-top:5px}.convertRow{display:grid;grid-template-columns:1fr 110px;gap:8px;margin-top:14px}.governancePage{background:#f6f3f2}.governanceHero{display:flex;gap:14px;align-items:center;padding:20px;background:#332e26;color:#fff;border-radius:10px}.governanceHero>svg{width:40px;height:40px;color:#f6c445}.governanceHero h2{margin:4px 0 0}.warningCard{display:flex;gap:12px;margin:14px 0;padding:16px;background:#ffdad6;border:1px solid #a9372944;border-radius:10px;color:#881f14}.warningCard p{font-size:12px;line-height:1.5}.governanceGrid{display:grid;gap:8px}.governanceGrid article{display:grid;grid-template-columns:32px 1fr;align-items:center;background:#fff;border-radius:8px;padding:13px}.governanceGrid article span{grid-column:2;color:#807662;font-size:11px}.governanceGrid svg{color:#775a00}.evidenceField{display:flex;flex-direction:column;gap:6px;margin-top:16px;font-size:12px}.evidenceField textarea{height:76px;padding:10px}.reportButton{width:100%;margin-top:10px;background:#a93729;color:#fff}.recovery{margin-top:22px}.recovery p{display:flex;gap:8px;align-items:center;font-size:12px}.recovery button{width:100%;display:flex;align-items:center;justify-content:center;gap:7px}.mediaMessage{color:#006b55;font-size:12px}@keyframes mediaSpin{to{transform:rotate(360deg)}}.pubPage{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding-bottom:calc(24px + var(--safe-bottom))}.pubHeader{position:sticky;top:0;z-index:20;height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:64px 1fr 64px;align-items:center;background:#fcf9f8f5;border-bottom:1px solid #e8e1d5}.pubHeader>button{width:40px;height:40px;border:0;background:transparent}.pubHeader svg{width:22px}.pubHeader h1{margin:0;text-align:center;font-size:18px}.pubHeader>div{text-align:right}.pubHeader>div button{border:0;background:transparent;color:#775a00}.pubIntro{padding:34px 20px 18px}.pubIntro span{font-size:12px;color:#775a00}.pubIntro h2{margin:8px 0;font-size:28px}.pubTypes{padding:8px 20px}.pubTypes>button{width:100%;padding:16px 4px;display:grid;grid-template-columns:48px 1fr 24px;gap:12px;align-items:center;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left;color:inherit}.pubTypes>button>svg:first-child{width:44px;height:44px;padding:10px;border-radius:8px;background:#fff1c9;color:#775a00}.pubTypes div{display:flex;flex-direction:column;gap:4px}.pubTypes span{font-size:12px;color:#807662}.pubTypes>button>svg:last-child{width:18px;color:#807662}.pubComposer form{padding:20px 20px 90px}.pubComposer form>label{display:block;margin-bottom:18px}.pubComposer input,.pubComposer textarea,.productFields select{width:100%;border:0;border-bottom:1px solid #d2c5ae;background:transparent;padding:14px 4px;font-size:17px}.pubComposer textarea{min-height:220px;resize:vertical;line-height:1.7}.pubComposer input:first-child{font-size:22px}.mediaDrop{height:170px;border:1px dashed #b7aa92!important;border-radius:8px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;color:#665e50;position:relative}.mediaDrop svg{width:38px}.mediaDrop span{font-size:12px}.mediaDrop input{position:absolute;inset:0;opacity:0}.composerLinks{border-top:1px solid #e8e1d5}.composerLinks button{width:100%;height:58px;padding:0;border:0;border-bottom:1px solid #e8e1d5;background:transparent;display:flex;align-items:center;text-align:left}.composerLinks button svg:first-of-type{margin-left:auto}.composerLinks svg{width:18px;color:#807662}.pubComposer form>footer,.settingsPage>footer{position:fixed;bottom:0;width:min(100%,350px);padding:10px 0 calc(10px + var(--safe-bottom));background:#fcf9f8}.pubComposer form>footer button,.settingsPage>footer button{width:100%;height:46px;border:0;border-radius:8px;background:#f6c445;font-weight:700}.pubError{color:#a93729;font-size:13px}.pollOptions,.productFields{padding:12px 0}.pollOptions h2{font-size:16px}.pollOptions input{font-size:15px!important}.pollOptions button{margin-top:10px;border:0;background:transparent;color:#775a00}.productFields label{display:flex;flex-direction:column;gap:4px;margin:14px 0;font-size:13px;color:#665e50}.pubState{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#807662;text-align:center}.pubState>svg{width:38px}.pubState i{width:28px;height:28px;border:3px solid #d2c5ae;border-top-color:#775a00;border-radius:50%;animation:pubSpin .8s linear infinite}.pubState strong{color:#1c1b1b}.pubState button{border:0;border-radius:8px;background:#f6c445;padding:10px 18px}.draftList{padding:12px 20px}.draftList>button{width:100%;padding:14px 0;display:grid;grid-template-columns:92px 1fr;gap:14px;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left;color:inherit}.draftList img{width:92px;height:92px;object-fit:cover;border-radius:8px}.draftList h2{margin:5px 0;font-size:16px}.draftList p{margin:0;color:#665e50;font-size:12px}.draftList span{color:#775a00;font-size:11px}.draftList time{display:block;margin-top:8px;color:#807662;font-size:10px}.previewPage article,.productDetail article{padding:28px 20px}.previewPage article>span,.productDetail article>span{color:#775a00;font-size:12px}.previewPage article h1,.productDetail article h1{font-size:28px;line-height:1.4}.previewPage article>p,.productDetail article>p{white-space:pre-wrap;line-height:1.8}.previewPage article>footer{margin-top:30px}.previewPage article>footer button,.published button,.progressPage section>button,.productDetail a{width:100%;height:46px;border:0;border-radius:8px;background:#f6c445;display:flex;align-items:center;justify-content:center;color:#4e3900;text-decoration:none;font-weight:700}.previewPoll div{padding:13px;border:1px solid #d2c5ae;border-radius:8px;margin:8px 0}.previewProduct{padding:18px;background:#f3efe8;border-radius:8px}.settingsPage>section{padding:12px 20px}.settingsPage>section>label{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e1d5}.settingsPage>section label div{display:flex;flex-direction:column;gap:4px}.settingsPage>section label span{font-size:12px;color:#807662}.settingsPage select{border:0;background:transparent;text-align:right}.settingsPage>footer{left:50%;transform:translate(-50%);padding-left:20px;padding-right:20px;width:min(100%,390px)}.progressPage>section,.published{padding:80px 30px;text-align:center}.progressRing{width:140px;height:140px;margin:auto;border-radius:50%;display:grid;place-items:center}.progressRing span{width:112px;height:112px;border-radius:50%;background:#fcf9f8;display:grid;place-items:center;font-size:24px}.progressPage p,.published p{color:#665e50}.published>div{width:72px;height:72px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#d9f2e8;color:#006b55}.published svg{width:38px}.published button{margin:10px 0}.published button:last-child{background:#fff;border:1px solid #d2c5ae}.productDetail dl{padding:14px;background:#f3efe8;border-radius:8px;display:grid;grid-template-columns:90px 1fr;gap:12px}.productDetail dt{color:#807662}.productDetail dd{margin:0}.productDetail a{margin-top:20px}@keyframes pubSpin{to{transform:rotate(360deg)}}.searchDomainPage{--search-bg: #fcf9f8;--search-surface: #ffffff;--search-text: #1c1b1b;--search-muted: #6f6757;--search-line: #ded5c3;--search-accent: #f6c445;width:min(390px,100%);height:min(884px,100dvh);min-height:640px;margin:0 auto;overflow:hidden;display:flex;flex-direction:column;background:var(--search-bg);color:var(--search-text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:0}.searchDomainPage *{box-sizing:border-box;letter-spacing:0}.searchDomainPage button,.searchDomainPage input,.searchDomainPage select{font:inherit}.searchDomainPage button{cursor:pointer}.searchDomainPage button:disabled{cursor:default;opacity:.45}.searchDomainHeader{flex:none;display:flex;gap:10px;align-items:center;padding:max(18px,env(safe-area-inset-top)) 16px 12px;background:#fcf9f8f5;border-bottom:1px solid rgba(222,213,195,.7)}.searchDomainBack{height:40px;flex:none;padding:0;border:0;background:transparent;color:var(--search-muted);font-size:14px}.searchDomainHeader form{min-width:0;flex:1;display:flex;gap:8px}.searchDomainInput{min-width:0;height:40px;flex:1;display:flex;align-items:center;padding:0 14px;border:1px solid var(--search-line);border-radius:8px;background:#f1eeea}.searchDomainInput:focus-within{border-color:#8d6d10;background:var(--search-surface)}.searchDomainInput input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:var(--search-text);font-size:14px}.searchDomainInput input::placeholder{color:#8a8376}.searchDomainHeader form>button{height:40px;flex:none;padding:0 14px;border:0;border-radius:8px;background:var(--search-accent);color:#2d2200;font-weight:700}.searchDomainVisuallyHidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.searchDomainFilters{flex:none;padding:10px 16px 12px;border-bottom:1px solid rgba(222,213,195,.7);background:var(--search-surface)}.searchDomainFilters>div:first-child{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.searchDomainFilters>div:first-child::-webkit-scrollbar{display:none}.searchDomainFilters>div:first-child button{height:30px;flex:none;padding:0 12px;border:1px solid var(--search-line);border-radius:999px;background:var(--search-surface);color:var(--search-muted);font-size:12px}.searchDomainFilters>div:first-child button[aria-pressed=true]{border-color:var(--search-accent);background:#fff4c8;color:#5a4300;font-weight:700}.searchDomainSelects{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.searchDomainSelects label{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;color:var(--search-muted);font-size:12px}.searchDomainSelects select{min-width:0;height:32px;padding:0 8px;border:1px solid var(--search-line);border-radius:6px;background:var(--search-surface);color:var(--search-text)}.searchDomainContent{min-height:0;flex:1;overflow-y:auto;padding:16px 16px max(28px,env(safe-area-inset-bottom));scrollbar-width:none}.searchDomainContent::-webkit-scrollbar{display:none}.searchDomainState{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.searchDomainState strong{font-size:17px;line-height:24px}.searchDomainState p{max-width:260px;margin:8px 0 0;color:var(--search-muted);font-size:13px;line-height:20px}.searchDomainState button{height:34px;margin-top:18px;padding:0 18px;border:0;border-radius:8px;background:var(--search-accent);color:#2d2200;font-size:13px;font-weight:700}.searchDomainState.isError{color:#8d1b10}.searchDomainSpinner{width:26px;height:26px;margin-bottom:16px;border:3px solid var(--search-line);border-top-color:#775a00;border-radius:50%;animation:searchDomainSpin .9s linear infinite}.searchDomainHot h1,.searchDomainSuggestions h1,.searchDomainResults h1{margin:0 0 12px;font-size:18px;line-height:26px}.searchDomainHot ol,.searchDomainSuggestions ul,.searchDomainResults ul{padding:0;margin:0;list-style:none}.searchDomainHot li,.searchDomainSuggestions li,.searchDomainResults li{border-bottom:1px solid rgba(222,213,195,.7)}.searchDomainHot li:last-child,.searchDomainSuggestions li:last-child,.searchDomainResults li:last-child{border-bottom:0}.searchDomainHot button,.searchDomainSuggestions button,.searchDomainResults li>button{width:100%;border:0;background:transparent;color:inherit;text-align:left}.searchDomainHot button{min-height:48px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;align-items:center;padding:0 4px}.searchDomainHot b{color:#8b6210;font-size:14px}.searchDomainHot span{overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.searchDomainHot small{color:var(--search-muted);font-size:11px}.searchDomainSuggestions button{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 4px}.searchDomainSuggestions button>span{min-width:0;display:flex;flex-direction:column}.searchDomainSuggestions strong{overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.searchDomainSuggestions small{overflow:hidden;margin-top:4px;color:var(--search-muted);font-size:12px;white-space:nowrap;text-overflow:ellipsis}.searchDomainSuggestions em{flex:none;padding:3px 7px;border-radius:4px;background:#eeeae3;color:var(--search-muted);font-size:11px;font-style:normal}.searchDomainResults li>button{min-height:116px;display:flex;gap:12px;padding:12px 0}.searchDomainResults img{width:96px;height:92px;flex:none;border-radius:6px;object-fit:cover;background:#eeeae3}.searchDomainResultCopy{min-width:0;flex:1;display:flex;flex-direction:column}.searchDomainResultCopy>span:first-child{display:flex;gap:8px;align-items:center}.searchDomainResultCopy em{padding:2px 6px;border-radius:4px;background:#fff1b9;color:#6b5000;font-size:10px;font-style:normal}.searchDomainResultCopy small{color:var(--search-muted);font-size:11px}.searchDomainResultCopy>strong{display:-webkit-box;overflow:hidden;margin-top:6px;font-size:15px;line-height:21px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.searchDomainResultCopy>p{display:-webkit-box;overflow:hidden;margin:4px 0 0;color:var(--search-muted);font-size:12px;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.searchDomainTags{display:flex;gap:5px;margin-top:7px;overflow:hidden}.searchDomainTags i{flex:none;color:#766b58;font-size:10px;font-style:normal}.searchDomainMore{width:100%;height:38px;margin-top:16px;border:1px solid var(--search-line);border-radius:8px;background:var(--search-surface);color:#6b5000;font-size:13px;font-weight:700}.searchDomainInlineError{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:10px 12px;border-radius:8px;background:#ffdad6;color:#8d1b10;font-size:12px}.searchDomainInlineError button{flex:none;padding:4px 10px;border:0;border-radius:6px;background:#8d1b10;color:#fff}@keyframes searchDomainSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.searchDomainSpinner{animation:none}}.setPage{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding:96px 20px 34px}.setHeader{position:fixed;top:0;left:50%;transform:translate(-50%);width:min(100%,390px);height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;background:#fcf9f8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid #e8e1d5}.setHeader button{border:0;background:transparent;height:40px}.setHeader h1{text-align:center;font-size:18px;margin:0}.setHeader>div{display:grid;place-items:end}.setPage h2{font-size:18px}.setIntro{margin:10px 0 24px}.setIntro h2{font-size:24px;margin:0 0 8px}.setIntro p,.setNote p,.feedbackHero p{color:#665e50;line-height:1.6}.permissionList{display:flex;flex-direction:column;gap:12px}.permissionList article{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid #e8e1d5;border-radius:12px;padding:14px;box-shadow:0 4px 20px #0000000a}.permissionIcon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f6c44533;color:#775a00}.permissionList h3{margin:0;font-size:16px}.permissionList p{margin:3px 0 0;font-size:12px;color:#665e50}.permissionList button,.outlineButton{padding:8px 12px;border:1px solid #775a00;border-radius:999px;color:#775a00;background:transparent}.enabled{display:flex;gap:4px;align-items:center;color:#006b55;font-size:12px}.enabled svg{width:16px}.setNote{display:flex;gap:8px;margin-top:18px;padding:14px;border-radius:12px;background:#f6f3f2;color:#665e50;font-size:12px}.setNote svg{flex:none;width:18px}.setGroup{display:flex;flex-direction:column;gap:0;margin:16px 0}.setGroup>h2{color:#665e50;font-size:12px;letter-spacing:.08em;margin:0 0 8px;padding-left:4px}.setGroup>button,.setGroup>label,.sessionRow{min-height:54px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fff;border:0;border-bottom:1px solid #e8e1d5;text-align:left}.setGroup>button:first-of-type,.setGroup>label:first-of-type{border-radius:10px 10px 0 0}.setGroup>button:last-child,.setGroup>label:last-child{border-radius:0 0 10px 10px}.setGroup>button svg{width:18px;color:#775a00}.setGroup>button span,.setGroup>label span{flex:1}.setGroup>button b{font-weight:400;color:#807662;font-size:12px}.setGroup>label input[type=checkbox]{width:44px;height:24px;accent-color:#f6c445}.dangerButton{width:100%;min-height:48px;margin-top:20px;border:1px solid #a93729;border-radius:10px;background:#ffdad633;color:#a93729;font-weight:700}.setStatus{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#807662}.setStatus button{border:0;border-radius:8px;padding:8px 14px;background:#f6c445}.sessionRow{justify-content:space-between}.sessionRow span{display:flex;flex-direction:column;gap:4px}.sessionRow small{color:#807662;font-size:11px}.sessionRow button{border:1px solid #d2c5ae;border-radius:8px;background:#fff;padding:7px 11px}.feedbackHero{margin-bottom:24px}.feedbackPage form{display:flex;flex-direction:column;gap:14px}.feedbackPage fieldset{display:grid;grid-template-columns:1fr 1fr;gap:8px;border:0;padding:0}.feedbackPage legend{grid-column:1/-1;font-weight:700;font-size:13px}.feedbackPage fieldset label{padding:10px;border:1px solid #d2c5ae;border-radius:8px;font-size:13px}.feedbackPage textarea{border:1px solid #d2c5ae;border-radius:8px;padding:12px;resize:vertical}.feedbackPage form>button{height:46px;border:0;border-radius:10px;background:#f6c445;font-weight:700}.successMessage,.setMessage{display:flex;gap:6px;align-items:center;color:#006b55}.feedbackHistory{margin-top:28px}.feedbackHistory article{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e8e1d5;font-size:12px}.feedbackHistory article span{color:#807662}.modalBackdrop{position:fixed;inset:0;background:#1c1b1b66;display:grid;place-items:center;padding:20px;z-index:40}.confirmModal{width:min(100%,350px);background:#fff;border-radius:16px;padding:24px;position:relative}.confirmModal p{color:#665e50;line-height:1.6}.confirmModal input{width:100%;height:44px;padding:0 10px;border:1px solid #d2c5ae;border-radius:8px}.modalClose{position:absolute;right:12px;top:12px;border:0;background:transparent}.socPage{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding-bottom:calc(26px + var(--safe-bottom))}.socHeader{height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;position:sticky;top:0;z-index:20;background:#fcf9f8f5;border-bottom:1px solid #e8e1d5}.socHeader button{width:40px;height:40px;border:0;background:transparent}.socHeader h1{font-size:18px;text-align:center;margin:0}.socHeader svg{width:21px}.socHeader>div{display:grid;place-items:end}.socState{min-height:300px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;color:#807662}.socState strong{color:#1c1b1b}.socState i{width:28px;height:28px;border:3px solid #d2c5ae;border-top-color:#775a00;border-radius:50%;animation:socSpin .8s linear infinite}.socState button{border:0;border-radius:8px;background:#f6c445;padding:10px 16px;display:flex;gap:6px}.socState svg{width:17px}.socSearch{margin:14px 20px;height:42px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid #d2c5ae;border-radius:8px;background:#fff}.socSearch svg{width:17px}.socSearch input{flex:1;border:0;outline:0}.conversationList>button,.noticeList>button{width:100%;padding:14px 20px;display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left;color:inherit}.socAvatar{width:48px;height:48px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#f6c445;color:#4e3900;font-weight:800}.conversationList header{display:flex;justify-content:space-between}.conversationList time,.noticeList time{color:#807662;font-size:10px}.conversationList p,.noticeList p{margin:5px 0 0;color:#665e50;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversationList>button>b{min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#a93729;color:#fff;font-size:10px;display:grid;place-items:center}.chatPage{padding-bottom:80px}.chatMessages{padding:16px;display:flex;flex-direction:column;gap:12px}.chatMessages article{max-width:76%;align-self:flex-start}.chatMessages article:nth-child(2n){align-self:flex-end}.chatMessages p{margin:0;padding:11px 13px;border-radius:8px;background:#fff;border:1px solid #e8e1d5;line-height:1.5}.chatMessages time{display:block;margin-top:4px;color:#807662;font-size:9px}.chatPage>form{position:fixed;bottom:0;width:min(100%,390px);padding:10px 16px calc(10px + var(--safe-bottom));display:grid;grid-template-columns:1fr 44px;gap:8px;background:#fcf9f8;border-top:1px solid #e8e1d5}.chatPage>form input{border:1px solid #d2c5ae;border-radius:8px;padding:0 12px}.chatPage>form button{height:42px;border:0;border-radius:8px;background:#f6c445}.chatPage>form svg{width:18px}.noticeList h2{margin:0;font-size:15px}.noticeList>button>i{width:8px;height:8px;border-radius:50%;background:#a93729}.myHero{padding:28px 20px;text-align:center}.myHero .socAvatar{width:82px;height:82px;margin:auto}.myHero h2{margin:14px 0 4px}.myHero p{color:#665e50}.myHero>span{display:flex;align-items:center;justify-content:center;gap:4px;color:#807662;font-size:12px}.myHero svg{width:14px}.myStats{margin:0 20px;padding:16px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e8e1d5;border-radius:8px;background:#fff}.myStats div{display:flex;flex-direction:column;align-items:center;border-right:1px solid #eee}.myStats div:last-child{border:0}.myStats span{font-size:11px;color:#807662}.myMenu{margin:18px 20px}.myMenu button,.shareSheet>button{width:100%;height:58px;padding:0;display:grid;grid-template-columns:30px 1fr auto 20px;align-items:center;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left}.myMenu svg,.shareSheet svg{width:19px}.myMenu b{color:#807662}.savedList{padding:10px 20px}.savedList>button{width:100%;padding:14px 0;display:grid;grid-template-columns:100px 1fr;gap:13px;border:0;border-bottom:1px solid #e8e1d5;background:transparent;text-align:left;color:inherit}.savedList img{width:100px;height:80px;object-fit:cover;border-radius:8px}.savedList h2{font-size:15px;margin:0 0 5px}.savedList p{font-size:12px;color:#665e50;margin:0}.savedList span{font-size:10px;color:#807662}.userList{padding:8px 20px}.userList article{min-height:70px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e1d5}.userList article>button:first-child{display:flex;align-items:center;gap:11px;border:0;background:transparent;text-align:left}.userList article>button:first-child div{display:flex;flex-direction:column}.userList article>button:last-child{height:34px;padding:0 13px;border:0;border-radius:8px;background:#f6c445}.userList span{color:#807662;font-size:11px}.relationTabs,.orgTabs{display:grid;grid-template-columns:1fr 1fr;margin:10px 20px}.relationTabs button,.orgTabs button{height:40px;border:0;border-bottom:2px solid transparent;background:transparent}.relationTabs button[aria-pressed=true],.orgTabs button[aria-pressed=true]{border-color:#f6c445;font-weight:700}.shareSheet{padding:24px 20px}.shareSheet h2{font-size:20px}.shareSheet>button{grid-template-columns:30px 1fr 20px}.shareSheet p{display:flex;align-items:center;gap:6px;color:#006b55}.shareSheet p svg{width:18px}.orgHero{text-align:center;padding-bottom:20px}.orgHero>img:first-child{width:100%;height:180px;object-fit:cover}.orgHero>.socAvatar{width:86px;height:86px;margin:-43px auto 10px;border:4px solid #fcf9f8;position:relative}.orgHero h2{margin:6px 0}.orgHero>span{display:flex;justify-content:center;gap:4px;color:#807662;font-size:12px}.orgHero>span svg{width:14px}.orgHero p{padding:0 24px;color:#665e50}.orgHero>button{height:40px;padding:0 22px;border:0;border-radius:8px;background:#f6c445;font-weight:700}.orgTabs{grid-template-columns:repeat(3,1fr)}.identityVerification{min-height:100dvh;background:#fcf9f8;color:#1c1b1b;padding-bottom:calc(26px + var(--safe-bottom))}.identityHeader{height:72px;padding:calc(var(--safe-top) + 12px) 16px 8px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;position:sticky;top:0;z-index:20;background:#fcf9f8f5;border-bottom:1px solid #e8e1d5}.identityHeader button{width:40px;height:40px;border:0;background:transparent}.identityHeader strong{font-size:18px;text-align:center}.identityHeader svg{width:21px}.identityState{min-height:300px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;color:#807662}.identityState strong{color:#1c1b1b}.identityState button{border:0;border-radius:8px;background:#f6c445;padding:10px 16px;display:flex;gap:6px}.identityState svg{width:17px}.identitySpinner{width:28px;height:28px;border:3px solid #d2c5ae;border-top-color:#775a00;border-radius:50%;animation:socSpin .8s linear infinite}.identityHero{padding:40px 24px 26px;text-align:center}.identityHero>svg{color:#775a00}.identityHero h1{margin:16px 0 8px;font-size:24px}.identityHero p{margin:0;color:#665e50;line-height:1.7;text-align:left}.identityFact{margin:0 20px;padding:18px;border:1px solid #e8e1d5;border-radius:8px;background:#fff}.identityFact h2{font-size:15px;margin:0 0 12px}.identityFact ul{margin:0;padding-left:18px;color:#665e50}.identityFact li{margin:8px 0}.identityActions{margin:0 20px;display:flex;flex-direction:column;gap:10px}.identityActions button{height:46px;border:0;border-radius:8px;background:#f6c445;font-weight:700}.identityActions button.identitySecondary{background:#fff;border:1px solid #d2c5ae}@keyframes socSpin{to{transform:rotate(360deg)}}
