.GiveawayTabBar-module__Y3KsWa__bar{margin-bottom:var(--spacing-lg);border-bottom:1px solid var(--color-border)}.GiveawayTabBar-module__Y3KsWa__scroller{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;align-items:center;gap:4px;padding-bottom:6px;display:flex;overflow-x:auto}.GiveawayTabBar-module__Y3KsWa__scroller::-webkit-scrollbar{display:none}.GiveawayTabBar-module__Y3KsWa__tab{height:34px;font-family:var(--font-body);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:99px;flex-shrink:0;align-items:center;padding:0 14px;font-size:14px;font-weight:500;line-height:1;transition:background .15s,color .15s;display:inline-flex}.GiveawayTabBar-module__Y3KsWa__tab:hover{color:var(--color-text-primary);background:var(--color-bg-secondary)}.GiveawayTabBar-module__Y3KsWa__tabActive{color:var(--color-primary);background:rgba(var(--color-primary-rgb), .1);font-weight:600}.GiveawayTabBar-module__Y3KsWa__tabActive:hover{background:rgba(var(--color-primary-rgb), .14);color:var(--color-primary)}.GiveawayTabBar-module__Y3KsWa__count{color:var(--color-text-tertiary);background:var(--color-bg-secondary);text-align:center;border-radius:99px;min-width:18px;margin-left:6px;padding:2px 7px;font-size:11px;font-weight:600;line-height:1.3}.GiveawayTabBar-module__Y3KsWa__tabActive .GiveawayTabBar-module__Y3KsWa__count{color:var(--color-primary);background:rgba(var(--color-primary-rgb), .16)}.GiveawayTabBar-module__Y3KsWa__divider{background:var(--color-border);flex-shrink:0;width:1px;height:20px;margin:0 8px}@media (max-width:768px){.GiveawayTabBar-module__Y3KsWa__tab{height:32px;padding:0 11px;font-size:13px}.GiveawayTabBar-module__Y3KsWa__divider{margin:0 4px}}
.button{font-family:var(--font-body);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-base), color var(--transition-fast), transform .16s var(--ease-spring), box-shadow var(--transition-base);border:none;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.button:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:3px;animation:focusExpand .2s var(--ease-out)}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{background-color:var(--color-primary);color:var(--color-text-inverse)}.button--primary:hover:not(:disabled){background-color:var(--color-accent-orange);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button--primary:active:not(:disabled){transition-duration:50ms;transform:translateY(0)scale(.97)}.button--secondary{background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.button--secondary:hover:not(:disabled){background-color:var(--color-border-dark);transform:translateY(-1px)}.button--secondary:active:not(:disabled){transition-duration:50ms;transform:translateY(0)scale(.97)}.button--outline{color:var(--color-primary);border:2px solid var(--color-primary);background-color:#0000}.button--outline:hover:not(:disabled){background-color:var(--color-accent-orange);border-color:var(--color-accent-orange);color:var(--color-text-inverse);transform:translateY(-1px)}.button--outline:active:not(:disabled){transition-duration:50ms;transform:translateY(0)scale(.97)}.button--ghost{color:var(--color-text-secondary);background-color:#0000}.button--ghost:hover:not(:disabled){background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.button--ghost:active:not(:disabled){transition-duration:50ms;transform:scale(.97)}.button--sm{font-size:var(--text-sm);border-radius:var(--radius-sm);padding:8px 16px}.button--md{font-size:var(--text-base);padding:12px 24px}.button--lg{font-size:var(--text-lg);border-radius:var(--radius-lg);padding:16px 32px}.button--full-width{width:100%}.button--loading{pointer-events:none}.button--loading:hover{transform:none}.button__content--hidden{visibility:hidden}.button__spinner{border:2.5px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;margin:-9px 0 0 -9px;animation:.8s linear infinite spin;position:absolute;top:50%;left:50%}.button--primary .button__spinner{border-color:#fff #ffffff4d #ffffff4d}@keyframes spin{to{transform:rotate(360deg)}}
.card{background-color:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out)}@media (hover:hover){.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}}[data-theme=dark] .card:hover{box-shadow:0 8px 24px #0000003d}.card--sm{padding:var(--spacing-sm)}.card--md{padding:var(--spacing-md)}.card--lg{padding:var(--spacing-lg)}
.InfoTooltip-module__Dj-U8G__trigger{color:currentColor;opacity:.75;cursor:help;vertical-align:middle;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .15s;display:inline-flex}.InfoTooltip-module__Dj-U8G__trigger:hover,.InfoTooltip-module__Dj-U8G__trigger[aria-expanded=true]{opacity:1}.InfoTooltip-module__Dj-U8G__trigger:focus-visible{outline:2px solid rgba(var(--color-primary-rgb), .45);outline-offset:2px;opacity:1}.InfoTooltip-module__Dj-U8G__trigger svg{display:block}.InfoTooltip-module__Dj-U8G__tooltip{color:#fff;z-index:1000;white-space:normal;text-align:left;background:#1a1a1a;border-radius:8px;min-width:180px;max-width:240px;padding:9px 12px;font-size:12px;font-weight:400;line-height:1.45;position:fixed;box-shadow:0 8px 24px #0000002e,0 2px 6px #0000001f}.InfoTooltip-module__Dj-U8G__tooltip:before{content:"";background:#1a1a1a;width:8px;height:8px;position:absolute;left:50%}.InfoTooltip-module__Dj-U8G__bottom{animation:.15s forwards InfoTooltip-module__Dj-U8G__tooltipInDown;transform:translate(-50%)}.InfoTooltip-module__Dj-U8G__bottom:before{top:-4px;transform:translate(-50%)rotate(45deg)}.InfoTooltip-module__Dj-U8G__top{animation:.15s forwards InfoTooltip-module__Dj-U8G__tooltipInUp;transform:translate(-50%,-100%)}.InfoTooltip-module__Dj-U8G__top:before{bottom:-4px;transform:translate(-50%)rotate(45deg)}@keyframes InfoTooltip-module__Dj-U8G__tooltipInDown{0%{opacity:0;transform:translate(-50%,-3px)}to{opacity:1;transform:translate(-50%)}}@keyframes InfoTooltip-module__Dj-U8G__tooltipInUp{0%{opacity:0;transform:translate(-50%,calc(3px - 100%))}to{opacity:1;transform:translate(-50%,-100%)}}@media (max-width:480px){.InfoTooltip-module__Dj-U8G__tooltip{min-width:160px;max-width:200px;font-size:11.5px}}
.RollingNumber-module__eRfzRG__root{align-items:baseline;display:inline-flex}.RollingNumber-module__eRfzRG__window{vertical-align:bottom;height:1em;display:inline-block;overflow:hidden}.RollingNumber-module__eRfzRG__column{transform:translateY(calc(var(--d,0) * -1em));will-change:transform;flex-direction:column;transition:transform .45s cubic-bezier(.22,1,.36,1);display:flex}.RollingNumber-module__eRfzRG__cell{flex-shrink:0;justify-content:center;align-items:center;height:1em;line-height:1;display:flex}.RollingNumber-module__eRfzRG__static{vertical-align:bottom;display:inline-block}@media (prefers-reduced-motion:reduce){.RollingNumber-module__eRfzRG__column{transition:none}}
.pending-note{margin-top:var(--spacing-sm);color:var(--color-text-primary);white-space:nowrap;justify-content:center;align-items:center;gap:16px;width:100%;padding:16px 0;font-size:1rem;font-weight:500;display:inline-flex}
.Toast-module__GP8IJW__toastContainer{z-index:var(--z-toast);pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:24px;right:24px}.Toast-module__GP8IJW__toast{animation:Toast-module__GP8IJW__toastEnter .4s var(--ease-spring);pointer-events:auto;cursor:pointer;text-align:left;background:#fff;border:none;border-radius:12px;align-items:center;gap:10px;min-width:200px;max-width:400px;padding:12px 16px;display:flex;box-shadow:0 4px 20px #00000026}.Toast-module__GP8IJW__toast:hover{opacity:.9}.Toast-module__GP8IJW__toastExit{animation:Toast-module__GP8IJW__toastLeave .2s var(--ease-in) forwards}@keyframes Toast-module__GP8IJW__toastEnter{0%{opacity:0;transform:translateY(-20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Toast-module__GP8IJW__toastLeave{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-20px)scale(.97)}}.Toast-module__GP8IJW__toastIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__GP8IJW__toastMessage{color:var(--color-text-primary);font-size:.9375rem;font-weight:500;line-height:1.4}.Toast-module__GP8IJW__success{background:linear-gradient(135deg, var(--grove-colors-semantic-successLight) 0%, var(--grove-colors-semantic-successLight) 100%);border:1px solid rgba(var(--color-primary-rgb), .3)}.Toast-module__GP8IJW__success .Toast-module__GP8IJW__toastIcon{font-size:1rem}.Toast-module__GP8IJW__error{background:linear-gradient(135deg, var(--grove-colors-semantic-errorLight) 0%, rgba(var(--color-error-rgb), .08) 100%);border:1px solid rgba(var(--color-error-rgb), .3)}.Toast-module__GP8IJW__error .Toast-module__GP8IJW__toastIcon{font-size:1rem}.Toast-module__GP8IJW__warning{background:linear-gradient(135deg, rgba(var(--color-warning-rgb), .08) 0%, rgba(var(--color-warning-rgb), .08) 100%);border:1px solid rgba(var(--color-warning-rgb), .3)}.Toast-module__GP8IJW__warning .Toast-module__GP8IJW__toastIcon{font-size:1rem}.Toast-module__GP8IJW__info{background:linear-gradient(135deg, rgba(var(--color-info-rgb), .08) 0%, rgba(var(--color-info-rgb), .08) 100%);border:1px solid rgba(var(--color-info-rgb), .3)}.Toast-module__GP8IJW__info .Toast-module__GP8IJW__toastIcon{font-size:1rem}@media (max-width:480px){.Toast-module__GP8IJW__toastContainer{top:16px;left:16px;right:16px}.Toast-module__GP8IJW__toast{min-width:unset;width:100%}}
.TipButton-module__hRLxaq__tipButton{background:var(--color-bg-primary);height:36px;color:var(--color-text-primary);border:2px solid var(--color-primary);border-radius:var(--radius-full);font-family:var(--font-body);cursor:pointer;transition:background-color var(--transition-base), color var(--transition-fast), transform .16s var(--ease-spring), box-shadow var(--transition-base), border-color var(--transition-base);white-space:nowrap;box-shadow:0 2px 8px rgba(var(--color-primary-rgb), .3);justify-content:center;align-items:center;gap:4px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.TipButton-module__hRLxaq__tipButton:hover:not(:disabled){background:var(--color-bg-secondary);box-shadow:0 4px 12px rgba(var(--color-primary-rgb), .5);transform:translateY(-1px)}.TipButton-module__hRLxaq__tipButton:active:not(:disabled){transition-duration:50ms;transform:scale(.97)}.TipButton-module__hRLxaq__tipButton:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.TipButton-module__hRLxaq__tipButton:disabled{opacity:.6;cursor:not-allowed}.TipButton-module__hRLxaq__sizeSm{height:28px;padding:0 10px;font-size:12px}.TipButton-module__hRLxaq__sizeMd{height:36px;padding:0 20px;font-size:14px}.TipButton-module__hRLxaq__sizeLg{gap:6px;height:44px;padding:0 28px;font-size:15px}.TipButton-module__hRLxaq__sheen{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#0000000f 50%,#0000 100%);width:100%;height:100%;animation:3s ease-in-out infinite TipButton-module__hRLxaq__sheenSlide;position:absolute;top:0;left:-100%}@keyframes TipButton-module__hRLxaq__sheenSlide{0%{left:-100%}50%{left:100%}to{left:100%}}.TipButton-module__hRLxaq__loading{cursor:wait;color:var(--color-primary);background:0 0}.TipButton-module__hRLxaq__loading:hover:not(:disabled){box-shadow:none;background:0 0;transform:none}.TipButton-module__hRLxaq__loadingBorder{border-radius:inherit;background:conic-gradient(from 0deg, var(--color-primary), var(--color-accent-orange), var(--color-primary));-webkit-mask-composite:xor;padding:2px;animation:1.5s linear infinite TipButton-module__hRLxaq__borderRotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-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}@keyframes TipButton-module__hRLxaq__borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TipButton-module__hRLxaq__success{background:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.TipButton-module__hRLxaq__success:hover:not(:disabled){background:var(--color-success);box-shadow:none;transform:none}.TipButton-module__hRLxaq__error{background:var(--color-error);border-color:var(--color-error);color:var(--color-text-inverse)}.TipButton-module__hRLxaq__error:hover:not(:disabled){background:var(--color-error)}.TipButton-module__hRLxaq__text{z-index:1;align-items:center;gap:6px;display:flex;position:relative}.TipButton-module__hRLxaq__leafIcon{color:var(--color-primary);flex-shrink:0}.TipButton-module__hRLxaq__checkmark,.TipButton-module__hRLxaq__crossmark{font-weight:700}
.PageHeader-module__-VDFpq__header{margin-bottom:var(--spacing-lg);align-items:center;gap:8px;display:flex}.PageHeader-module__-VDFpq__backLink,.PageHeader-module__-VDFpq__backButton{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;text-decoration:none;transition:all .15s;display:inline-flex}.PageHeader-module__-VDFpq__backLink:hover,.PageHeader-module__-VDFpq__backButton:hover{color:var(--color-text-primary);background:#0000000d}.PageHeader-module__-VDFpq__backLink svg,.PageHeader-module__-VDFpq__backButton svg{transition:transform .15s}.PageHeader-module__-VDFpq__backLink:hover svg,.PageHeader-module__-VDFpq__backButton:hover svg{transform:translate(-2px)}.PageHeader-module__-VDFpq__titleGroup{min-width:0}.PageHeader-module__-VDFpq__title.PageHeader-module__-VDFpq__title{font-size:1.25rem;font-weight:700;font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:-.3px;text-align:left;margin:0;line-height:1.2}.PageHeader-module__-VDFpq__subtitle{font-size:var(--text-sm);color:var(--color-text-secondary);text-align:left;margin:2px 0 0}
@keyframes Skeleton-module__RotrNW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Skeleton-module__RotrNW__skeleton{background:linear-gradient(90deg, var(--color-bg-secondary) 25%, rgba(var(--color-primary-rgb), .06) 50%, var(--color-bg-secondary) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite Skeleton-module__RotrNW__shimmer}
.OTPInput-module__UFj0bG__container{flex-direction:column;align-items:center;gap:12px;display:flex}.OTPInput-module__UFj0bG__inputs{justify-content:center;gap:8px;display:flex}.OTPInput-module__UFj0bG__digit{text-align:center;width:48px;height:56px;font-size:1.5rem;font-weight:600;font-family:var(--font-mono);color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-appearance:none;-moz-appearance:textfield;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;transition:all .2s}.OTPInput-module__UFj0bG__digit::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.OTPInput-module__UFj0bG__digit::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.OTPInput-module__UFj0bG__digit:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .15);outline:none}.OTPInput-module__UFj0bG__digit:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff0a}.OTPInput-module__UFj0bG__digitFilled{border-color:var(--color-primary);background:#ffffff24}.OTPInput-module__UFj0bG__digitError{border-color:var(--color-error)}.OTPInput-module__UFj0bG__digitError:focus{border-color:var(--color-error);box-shadow:0 0 0 3px rgba(var(--color-error-rgb), .15)}.OTPInput-module__UFj0bG__error{color:var(--color-error);text-align:center;font-size:.8125rem}@media (max-width:400px){.OTPInput-module__UFj0bG__digit{width:40px;height:48px;font-size:1.25rem}.OTPInput-module__UFj0bG__inputs{gap:6px}}@media (max-width:375px){.OTPInput-module__UFj0bG__digit{width:36px;height:46px;font-size:1.125rem}.OTPInput-module__UFj0bG__inputs{gap:4px}}
@keyframes EmailSmsAuth-module__0XvNAa__spin{to{transform:rotate(360deg)}}.EmailSmsAuth-module__0XvNAa__container{flex-direction:column;gap:24px;display:flex}.EmailSmsAuth-module__0XvNAa__inputSection{flex-direction:column;gap:8px;display:flex}.EmailSmsAuth-module__0XvNAa__label{color:var(--grove-colors-text-dark-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.EmailSmsAuth-module__0XvNAa__emailHint{background:rgba(var(--color-primary-rgb), .14);border:1px solid rgba(var(--color-primary-rgb), .38);border-radius:var(--radius-md);color:#ffffffc7;box-shadow:0 0 0 1px rgba(var(--color-primary-rgb), .06) inset;align-items:flex-start;gap:12px;margin:14px 0 0;padding:14px 16px;font-size:.8125rem;line-height:1.5;display:flex}.EmailSmsAuth-module__0XvNAa__input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:1rem;font-weight:500;transition:all .2s}.EmailSmsAuth-module__0XvNAa__input::placeholder{color:#ffffff4d;font-weight:400}.EmailSmsAuth-module__0XvNAa__input:focus{border-color:var(--grove-colors-brand-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .15);background:#ffffff1f}.EmailSmsAuth-module__0XvNAa__input:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff0a}.EmailSmsAuth-module__0XvNAa__input:-webkit-autofill{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0a1f12f2}.EmailSmsAuth-module__0XvNAa__input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0a1f12f2}.EmailSmsAuth-module__0XvNAa__input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0a1f12f2}.EmailSmsAuth-module__0XvNAa__phoneInputWrapper{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;align-items:center;transition:all .2s;display:flex}.EmailSmsAuth-module__0XvNAa__phoneInputWrapper:focus-within{border-color:var(--grove-colors-brand-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .15);background:#ffffff1f}.EmailSmsAuth-module__0XvNAa__phonePrefix{color:#ffffff80;-webkit-user-select:none;user-select:none;flex-shrink:0;padding-left:16px;font-size:1rem;font-weight:500}.EmailSmsAuth-module__0XvNAa__phoneInput{flex:1;min-width:0;padding-left:6px;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.EmailSmsAuth-module__0XvNAa__inputError{border-color:var(--color-error)}.EmailSmsAuth-module__0XvNAa__inputError:focus{border-color:var(--color-error);box-shadow:0 0 0 3px rgba(var(--color-error-rgb), .15)}.EmailSmsAuth-module__0XvNAa__error{color:var(--color-error);font-size:.8125rem}.EmailSmsAuth-module__0XvNAa__error a{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline}.EmailSmsAuth-module__0XvNAa__error a:hover{color:var(--color-primary-hover)}.EmailSmsAuth-module__0XvNAa__otpSection{flex-direction:column;align-items:center;gap:20px;display:flex}.EmailSmsAuth-module__0XvNAa__otpPrompt{text-align:center;color:var(--grove-colors-text-dark-secondary);margin:0;font-size:.9375rem;line-height:1.5}.EmailSmsAuth-module__0XvNAa__otpPrompt strong{color:var(--color-text-primary)}.EmailSmsAuth-module__0XvNAa__resendRow{color:var(--grove-colors-text-dark-secondary);justify-content:center;gap:6px;font-size:.8125rem;display:flex}.EmailSmsAuth-module__0XvNAa__resendButton{color:var(--color-primary);cursor:pointer;font-weight:500;font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.EmailSmsAuth-module__0XvNAa__resendButton:hover:not(:disabled){color:var(--color-primary-hover)}.EmailSmsAuth-module__0XvNAa__resendButton:disabled{color:var(--grove-colors-text-dark-secondary);cursor:not-allowed;text-decoration:none}.EmailSmsAuth-module__0XvNAa__resendCooldown{color:var(--grove-colors-text-dark-secondary);font-variant-numeric:tabular-nums}.EmailSmsAuth-module__0XvNAa__referralSection{margin-top:-8px}.EmailSmsAuth-module__0XvNAa__referralToggle{color:var(--color-primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500;text-decoration:underline}.EmailSmsAuth-module__0XvNAa__referralToggle:hover{color:var(--color-primary-hover)}.EmailSmsAuth-module__0XvNAa__buttonRow{gap:12px;margin-top:8px;display:flex}.EmailSmsAuth-module__0XvNAa__buttonRow>*{flex:1}.EmailSmsAuth-module__0XvNAa__cancelButton{color:var(--grove-colors-text-dark-secondary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex:.6;padding:14px 20px;font-size:.9375rem;font-weight:600;transition:all .2s}.EmailSmsAuth-module__0XvNAa__cancelButton:hover:not(:disabled){color:var(--color-text-inverse);background:#ffffff1a}.EmailSmsAuth-module__0XvNAa__cancelButton:disabled{opacity:.5;cursor:not-allowed}.EmailSmsAuth-module__0XvNAa__loadingSection{flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.EmailSmsAuth-module__0XvNAa__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite EmailSmsAuth-module__0XvNAa__spin}.EmailSmsAuth-module__0XvNAa__loadingText{color:var(--grove-colors-text-dark-secondary);font-size:.9375rem}.EmailSmsAuth-module__0XvNAa__supportLink{letter-spacing:.03em;color:#fff6;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:4px;padding:4px 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.EmailSmsAuth-module__0XvNAa__supportLink:hover{color:var(--color-accent-orange)}.EmailSmsAuth-module__0XvNAa__supportLink svg:first-child{opacity:.6;width:14px;height:14px;transition:opacity .2s}.EmailSmsAuth-module__0XvNAa__supportLink:hover svg:first-child{opacity:1}.EmailSmsAuth-module__0XvNAa__supportLink svg:last-child{opacity:0;width:0;height:12px;transition:width .2s,opacity .2s;overflow:hidden}.EmailSmsAuth-module__0XvNAa__supportLink:hover svg:last-child{opacity:1;width:12px}@media (max-width:400px){.EmailSmsAuth-module__0XvNAa__buttonRow{flex-direction:column-reverse;gap:8px}.EmailSmsAuth-module__0XvNAa__cancelButton{flex:1}}
@keyframes HandleClaimGate-module__fTL8vG__spin{to{transform:rotate(360deg)}}@keyframes HandleClaimGate-module__fTL8vG__modalSlideIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.HandleClaimGate-module__fTL8vG__overlay{z-index:1000;padding:var(--spacing-md,1rem);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HandleClaimGate-module__fTL8vG__modal{background:var(--color-bg-primary);border-radius:var(--radius-lg,16px);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:1.5rem;animation:.2s ease-out HandleClaimGate-module__fTL8vG__modalSlideIn;position:relative}.HandleClaimGate-module__fTL8vG__closeButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex;position:absolute;top:1rem;right:1rem}.HandleClaimGate-module__fTL8vG__closeButton:hover{color:var(--color-text-primary);background:var(--color-bg-secondary)}.HandleClaimGate-module__fTL8vG__header{text-align:center;margin-bottom:1.5rem}.HandleClaimGate-module__fTL8vG__iconWrapper{background:linear-gradient(135deg, var(--grove-colors-brand-primary) 0%, var(--grove-colors-accent-orange) 100%);width:56px;height:56px;color:var(--color-text-inverse);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.HandleClaimGate-module__fTL8vG__title{font-size:var(--text-lg,1.25rem);color:var(--color-text-primary);margin:0 0 .5rem;font-weight:600}.HandleClaimGate-module__fTL8vG__description{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary);margin:0;line-height:1.5}.HandleClaimGate-module__fTL8vG__errorBanner{background:var(--grove-colors-semantic-errorLight);border:1px solid var(--grove-colors-semantic-errorLight);border-radius:var(--radius-md,8px);color:var(--color-error);font-size:var(--text-sm,.875rem);align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.HandleClaimGate-module__fTL8vG__options{gap:var(--spacing-sm,.75rem);flex-direction:column;display:flex}.HandleClaimGate-module__fTL8vG__optionCard{align-items:center;gap:var(--spacing-md,.875rem);padding:var(--spacing-md,1rem);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md,12px);cursor:pointer;text-align:left;width:100%;transition:border-color .15s,background .15s;display:flex}.HandleClaimGate-module__fTL8vG__optionCard:hover{border-color:var(--grove-colors-brand-primary);background:var(--color-bg-secondary)}.HandleClaimGate-module__fTL8vG__optionIcon{background:var(--color-bg-secondary);border-radius:var(--radius-md,10px);width:44px;height:44px;color:var(--grove-colors-brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.HandleClaimGate-module__fTL8vG__optionContent{flex:1;min-width:0}.HandleClaimGate-module__fTL8vG__optionTitle{font-size:var(--text-sm,.9375rem);color:var(--color-text-primary);margin-bottom:.125rem;font-weight:500;display:block}.HandleClaimGate-module__fTL8vG__optionDescription{font-size:var(--text-xs,.8125rem);color:var(--color-text-secondary);display:block}.HandleClaimGate-module__fTL8vG__optionChevron{color:var(--color-text-secondary);flex-shrink:0}.HandleClaimGate-module__fTL8vG__divider{align-items:center;gap:1rem;margin:.5rem 0;display:flex}.HandleClaimGate-module__fTL8vG__divider:before,.HandleClaimGate-module__fTL8vG__divider:after{content:"";background:var(--color-border);flex:1;height:1px}.HandleClaimGate-module__fTL8vG__divider span{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.HandleClaimGate-module__fTL8vG__fundButton{background:var(--grove-colors-brand-primary);color:var(--color-text-inverse);border-radius:var(--radius-md,10px);font-size:var(--text-sm,.9375rem);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-weight:500;transition:background .15s,transform .1s;display:flex}.HandleClaimGate-module__fTL8vG__fundButton:hover{background:var(--grove-colors-accent-orange)}.HandleClaimGate-module__fTL8vG__fundButton:active{transform:scale(.98)}.HandleClaimGate-module__fTL8vG__fundHint{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary);text-align:center;margin:.25rem 0 0}.HandleClaimGate-module__fTL8vG__authContainer{position:relative}.HandleClaimGate-module__fTL8vG__backButton{color:var(--color-text-secondary);font-size:var(--text-sm,.875rem);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.25rem 0;transition:color .15s;display:flex}.HandleClaimGate-module__fTL8vG__backButton:hover{color:var(--color-text-primary)}.HandleClaimGate-module__fTL8vG__authTitle{color:var(--color-text-primary);margin:0 0 .375rem;font-size:1.125rem;font-weight:600}.HandleClaimGate-module__fTL8vG__authDescription{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary);margin:0 0 1.25rem;line-height:1.5}.HandleClaimGate-module__fTL8vG__linkingState{color:var(--color-text-secondary);font-size:var(--text-sm,.875rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.HandleClaimGate-module__fTL8vG__spinner{border:2px solid var(--color-border);border-top-color:var(--grove-colors-brand-primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite HandleClaimGate-module__fTL8vG__spin}
@keyframes settings-module__eSbG6G__spin{to{transform:rotate(360deg)}}@keyframes settings-module__eSbG6G__modalSlideIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.settings-module__eSbG6G__main{min-height:calc(100vh - var(--nav-height));flex-direction:column;display:flex}.settings-module__eSbG6G__container{width:100%;max-width:1200px;padding:var(--spacing-lg) var(--spacing-lg) 0;flex:1 0 auto;margin:0 auto}.settings-module__eSbG6G__publicToggleBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--grove-colors-border-light);background:#ffffffd9;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:14px 20px;transition:all .25s;animation:.4s cubic-bezier(.16,1,.3,1) backwards settings-module__eSbG6G__slideUp;display:flex;box-shadow:0 1px 3px #00000008}.settings-module__eSbG6G__publicToggleBarActive{border-color:rgba(var(--color-primary-rgb), .3);background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .04) 0%, rgba(var(--color-primary-rgb), .02) 100%);box-shadow:0 1px 3px rgba(var(--color-primary-rgb), .06)}.settings-module__eSbG6G__publicToggleLeft{align-items:center;gap:12px;min-width:0;display:flex}.settings-module__eSbG6G__publicToggleIcon{background:var(--grove-colors-background-light-secondary);border:1px solid var(--grove-colors-border-light);width:36px;height:36px;color:var(--grove-colors-text-light-tertiary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.settings-module__eSbG6G__publicToggleIconPublic{background:rgba(var(--color-primary-rgb), .1);border-color:rgba(var(--color-primary-rgb), .25);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__publicToggleText{flex-direction:column;gap:1px;min-width:0;display:flex}.settings-module__eSbG6G__publicToggleLabel{color:var(--grove-colors-text-light-primary);font-size:14px;font-weight:600}.settings-module__eSbG6G__publicToggleDesc{color:var(--grove-colors-text-light-tertiary);font-size:12.5px;line-height:1.3}.settings-module__eSbG6G__publicToggleRight{flex-shrink:0;align-items:center;display:flex}.settings-module__eSbG6G__publicToggleLink{color:var(--grove-colors-brand-primary);white-space:nowrap;align-items:center;gap:3px;margin-top:3px;font-size:11.5px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.settings-module__eSbG6G__publicToggleLink:hover{text-decoration:underline}.settings-module__eSbG6G__settingsLayout{grid-template-columns:220px 1fr;align-items:start;gap:32px;display:grid}.settings-module__eSbG6G__settingsSidebar{top:calc(var(--nav-height,64px) + 20px);flex-direction:column;gap:2px;display:flex;position:sticky}.settings-module__eSbG6G__settingsNavGroupLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--grove-colors-text-light-tertiary);opacity:.6;padding:12px 14px 4px;font-size:10px;font-weight:700}.settings-module__eSbG6G__settingsNavGroupLabel:first-child{padding-top:4px}.settings-module__eSbG6G__settingsNavItem{color:var(--grove-colors-text-light-tertiary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.settings-module__eSbG6G__settingsNavItem:hover{background:var(--grove-colors-background-light-tertiary);color:var(--grove-colors-text-light-secondary)}.settings-module__eSbG6G__settingsNavItemActive{background:rgba(var(--color-primary-rgb), .08);color:var(--grove-colors-brand-primary);font-weight:600}.settings-module__eSbG6G__settingsNavItemActive:hover{background:rgba(var(--color-primary-rgb), .12);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__settingsNavIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.settings-module__eSbG6G__settingsContent{flex-direction:column;gap:16px;min-width:0;padding:24px 28px;display:flex}@media (max-width:768px){.settings-module__eSbG6G__settingsLayout{grid-template-columns:1fr;gap:16px}.settings-module__eSbG6G__settingsSidebar{grid-template-columns:repeat(3,1fr);gap:4px;padding-bottom:0;display:grid;position:static}.settings-module__eSbG6G__settingsNavGroupLabel{display:none}.settings-module__eSbG6G__settingsNavItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:10px 6px;font-size:11px}.settings-module__eSbG6G__settingsNavIcon{width:18px;height:18px}}.settings-module__eSbG6G__accountDetailsSection>.settings-module__eSbG6G__sectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--grove-colors-text-light-tertiary);margin-bottom:10px;font-size:12px;font-weight:600}.settings-module__eSbG6G__accountSubSection{padding:0}.settings-module__eSbG6G__accountSubSectionEditing{background:rgba(var(--color-primary-rgb), .03);border:1px solid rgba(var(--color-primary-rgb), .15);border-radius:10px;padding:12px}.settings-module__eSbG6G__accountSubHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.settings-module__eSbG6G__accountSubLabel{color:var(--grove-colors-text-light-primary);font-size:14px;font-weight:600}.settings-module__eSbG6G__accountSubDesc{color:var(--grove-colors-text-light-tertiary);margin:-4px 0 12px;font-size:13px;line-height:1.4}.settings-module__eSbG6G__inlineLink{color:var(--color-primary);text-decoration:none}.settings-module__eSbG6G__inlineLink:hover{color:var(--color-primary-hover);text-underline-offset:2px;text-decoration:underline}.settings-module__eSbG6G__accountDivider{background:var(--grove-colors-background-light-tertiary);height:1px;margin:12px 0}.settings-module__eSbG6G__identityCompactList{flex-direction:column;gap:6px;display:flex}.settings-module__eSbG6G__identityCompactRow{background:var(--grove-colors-background-light-secondary);border:1px solid var(--grove-colors-border-light);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.settings-module__eSbG6G__identityCompactInfo{color:var(--grove-colors-text-light-tertiary);align-items:center;gap:8px;display:flex}.settings-module__eSbG6G__identityCompactValue{color:var(--grove-colors-text-light-primary);font-size:13px}.settings-module__eSbG6G__identityCompactBadge{color:var(--grove-colors-brand-primary);display:flex}.settings-module__eSbG6G__identityCompactLink{color:var(--grove-colors-brand-primary);border:1px solid rgba(var(--color-primary-rgb), .3);cursor:pointer;background:0 0;border-radius:6px;padding:3px 12px;font-size:12px;font-weight:600;transition:all .15s}.settings-module__eSbG6G__identityCompactLink:hover{background:rgba(var(--color-primary-rgb), .08)}.settings-module__eSbG6G__publicProfileSubSection{border:1px solid var(--grove-colors-border-light);background:#fff9;border-radius:10px;margin-top:4px;padding:14px;transition:all .25s}.settings-module__eSbG6G__publicProfileSubSection .settings-module__eSbG6G__accountSubHeader{margin-bottom:8px}.settings-module__eSbG6G__publicProfileSubSectionActive{border-color:rgba(var(--color-primary-rgb), .25);background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .03) 0%, rgba(var(--color-primary-rgb), .01) 100%)}.settings-module__eSbG6G__publicProfileStatus{align-items:center;gap:8px;display:flex}.settings-module__eSbG6G__publicProfileStatus .settings-module__eSbG6G__publicToggleIcon{border-radius:8px;width:28px;height:28px;font-size:0}.settings-module__eSbG6G__publicProfileStatusText{color:var(--grove-colors-text-light-tertiary);font-size:12px;line-height:1.4}.settings-module__eSbG6G__settingsProfileHint{color:var(--grove-colors-text-light-secondary);background:rgba(var(--color-primary-rgb), .08);border:1px solid rgba(var(--color-primary-rgb), .18);border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;line-height:1.4;display:flex}.settings-module__eSbG6G__settingsProfileHintIcon{color:var(--grove-colors-brand-primary);flex-shrink:0;display:flex}.settings-module__eSbG6G__settingsProfileHintLink{color:var(--grove-colors-brand-primary);font-weight:500;text-decoration:none}.settings-module__eSbG6G__settingsProfileHintLink:hover{text-underline-offset:2px;text-decoration:underline}.settings-module__eSbG6G__publicProfileLink{color:var(--grove-colors-brand-primary);background:rgba(var(--color-primary-rgb), .06);white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:5px 10px;font-size:12px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.settings-module__eSbG6G__publicProfileLink:hover{background:rgba(var(--color-primary-rgb), .12)}.settings-module__eSbG6G__identityIconCompact,.settings-module__eSbG6G__walletIconCompact{width:30px;height:30px}.settings-module__eSbG6G__socialLinksSection{border:1px solid rgba(var(--color-primary-rgb), .15);border-left:3px solid var(--grove-colors-brand-primary);background:linear-gradient(135deg,#fffffff2 0%,#f8fafceb 100%);padding:28px}.settings-module__eSbG6G__publicProfileHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-module__eSbG6G__publicProfileLeft{align-items:baseline;gap:12px;display:flex}.settings-module__eSbG6G__publicProfileLink{color:var(--grove-colors-brand-primary);white-space:nowrap;background:rgba(var(--color-primary-rgb), .07);border:1px solid rgba(var(--color-primary-rgb), .2);border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__publicProfileLink:hover{background:rgba(var(--color-primary-rgb), .12);border-color:var(--grove-colors-brand-primary);box-shadow:0 2px 8px rgba(var(--color-primary-rgb), .15);transform:translateY(-1px)}.settings-module__eSbG6G__publicProfileLink:focus-visible{outline:2px solid var(--grove-colors-brand-primary);outline-offset:2px}.settings-module__eSbG6G__subsectionTitle{color:var(--grove-colors-text-light-secondary);text-transform:uppercase;letter-spacing:.04em;margin:20px 0 2px;font-size:13px;font-weight:600}.settings-module__eSbG6G__subsectionDesc{color:var(--grove-colors-text-light-tertiary);margin:0 0 4px;font-size:12.5px}.settings-module__eSbG6G__profileDivider{background:var(--grove-colors-background-light-tertiary);height:1px;margin:16px 0}.settings-module__eSbG6G__socialLinksHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.settings-module__eSbG6G__socialCountBadge{background:rgba(var(--color-primary-rgb), .1);color:var(--grove-colors-brand-primary);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.settings-module__eSbG6G__socialLinksList{flex-direction:column;gap:6px;display:flex}.settings-module__eSbG6G__socialLinkRow{border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;transition:all .15s;display:flex}.settings-module__eSbG6G__socialLinkRowLinked{background:rgba(var(--color-primary-rgb), .04);border:1px solid rgba(var(--color-primary-rgb), .12);margin-top:10px;padding-top:12px;position:relative}.settings-module__eSbG6G__socialLinkRowLinked:hover{background:rgba(var(--color-primary-rgb), .06);border-color:rgba(var(--color-primary-rgb), .2)}.settings-module__eSbG6G__socialLinkRowEditing{background:var(--grove-colors-background-light-secondary);border:1.5px solid var(--grove-colors-brand-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .08);border-radius:12px;flex-wrap:wrap;margin-bottom:4px;padding:14px 16px}.settings-module__eSbG6G__socialLinkRowEmpty{cursor:pointer;opacity:.6;background:0 0;border:1px solid #0000}.settings-module__eSbG6G__socialLinkRowEmpty:hover{background:var(--grove-colors-background-light-secondary);border-color:var(--grove-colors-border-light);opacity:1}.settings-module__eSbG6G__socialDragHandle{width:20px;color:var(--grove-colors-text-dark-tertiary);cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.settings-module__eSbG6G__socialDragHandle:hover{color:var(--grove-colors-text-dark-secondary)}.settings-module__eSbG6G__socialDragHandle:active{cursor:grabbing}.settings-module__eSbG6G__socialLinkInfo{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.settings-module__eSbG6G__socialLinkIcon{background:var(--grove-colors-background-light-secondary);border:1px solid var(--grove-colors-border-light);width:34px;height:34px;color:var(--grove-colors-text-light-tertiary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-module__eSbG6G__socialLinkIconLinked{background:rgba(var(--color-primary-rgb), .08);border-color:rgba(var(--color-primary-rgb), .2);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__socialLinkIconEditing{background:rgba(var(--color-primary-rgb), .06);border-color:rgba(var(--color-primary-rgb), .2);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__socialLinkDetails{min-width:0}.settings-module__eSbG6G__socialLinkPlatform{color:var(--grove-colors-text-light-primary);font-size:14px;font-weight:600;display:block}.settings-module__eSbG6G__socialLinkUrl{color:var(--grove-colors-text-light-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:12px;text-decoration:none;transition:color .15s;display:block;overflow:hidden}.settings-module__eSbG6G__socialLinkUrl:hover{color:var(--grove-colors-brand-primary);text-decoration:underline}.settings-module__eSbG6G__socialLinkHint{color:var(--grove-colors-border-light);margin-top:1px;font-size:12px;display:block}.settings-module__eSbG6G__socialLinkEditInput{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.settings-module__eSbG6G__socialLinkInput{background:var(--color-bg-primary);border:1.5px solid var(--grove-colors-border-light);color:var(--grove-colors-text-light-primary);border-radius:8px;width:100%;padding:8px 12px;font-size:13px;transition:all .15s}.settings-module__eSbG6G__socialLinkInput::placeholder{color:var(--grove-colors-border-light);font-weight:400}.settings-module__eSbG6G__socialLinkInput:focus{border-color:var(--grove-colors-brand-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb), .1);outline:none}.settings-module__eSbG6G__socialLinkActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.settings-module__eSbG6G__socialEditRow{align-items:center;gap:8px;display:flex}.settings-module__eSbG6G__socialEditRow .settings-module__eSbG6G__socialLinkInput{flex:1}.settings-module__eSbG6G__socialSaveButton{background:var(--color-bg-primary);border:1px solid rgba(var(--color-primary-rgb), .35);min-width:56px;color:var(--grove-colors-brand-primary);cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:7px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__socialSaveButton:hover:not(:disabled){background:rgba(var(--color-primary-rgb), .06);border-color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__socialSaveButton:disabled{opacity:.4;cursor:not-allowed}.settings-module__eSbG6G__socialCancelButton{background:var(--color-bg-primary);border:1px solid var(--grove-colors-border-light);min-width:56px;color:var(--grove-colors-text-light-tertiary);cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:7px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__socialCancelButton:hover{background:var(--grove-colors-background-light-secondary);color:var(--grove-colors-text-light-secondary)}.settings-module__eSbG6G__socialErrorInline{width:100%;margin:4px 0 0;padding-left:44px}.settings-module__eSbG6G__socialLinkAddCta{color:var(--grove-colors-text-dark-tertiary);border:1px dashed var(--color-border);border-radius:6px;padding:4px 10px;font-size:12px;transition:all .15s}.settings-module__eSbG6G__socialLinkRowEmpty:hover .settings-module__eSbG6G__socialLinkAddCta{border-color:var(--grove-colors-brand-primary);color:var(--grove-colors-brand-primary);background:rgba(var(--color-primary-rgb), .04)}.settings-module__eSbG6G__section{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);transition:all .2s;animation:.5s cubic-bezier(.16,1,.3,1) backwards settings-module__eSbG6G__slideUp}@keyframes settings-module__eSbG6G__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.settings-module__eSbG6G__sectionHeader{margin-bottom:4px}.settings-module__eSbG6G__sectionDesc{color:var(--color-text-tertiary);margin:0 0 16px;font-size:13px;line-height:1.5}.settings-module__eSbG6G__sectionDescInline{color:var(--grove-colors-text-light-tertiary);margin:4px 0 0;font-size:14px;line-height:1.5}.settings-module__eSbG6G__usernameSection{border:1px solid rgba(var(--color-primary-rgb), .08);background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%);transition:all .25s}.settings-module__eSbG6G__usernameSectionEditing{border-color:var(--grove-colors-brand-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .08), 0 4px 16px rgba(var(--color-primary-rgb), .08)}.settings-module__eSbG6G__usernameHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.settings-module__eSbG6G__usernameClaimed{background:rgba(var(--color-primary-rgb), .1);color:var(--grove-colors-brand-primary);letter-spacing:.02em;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;margin-right:10px;padding:3px 8px;font-size:10.5px;font-weight:600;display:inline-flex}.settings-module__eSbG6G__usernameInput{align-items:stretch;gap:10px;display:flex}.settings-module__eSbG6G__inputWrapper{background:var(--grove-colors-background-light-secondary);border:1.5px solid var(--grove-colors-border-light);border-radius:10px;flex:1;align-items:center;transition:all .15s;display:flex;overflow:hidden}.settings-module__eSbG6G__inputWrapper:focus-within{border-color:var(--grove-colors-brand-primary);background:var(--color-bg-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .1)}.settings-module__eSbG6G__inputPrefix{color:var(--grove-colors-text-light-tertiary);-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--grove-typography-fontFamilies-mono,monospace);padding:12px 0 12px 14px}.settings-module__eSbG6G__input{color:var(--grove-colors-text-light-primary);background:0 0;border:none;flex:1;min-width:0;padding:12px 14px;font-size:14px;font-weight:500}.settings-module__eSbG6G__input::placeholder{color:var(--grove-colors-text-light-tertiary);font-weight:400}.settings-module__eSbG6G__input:focus{outline:none}.settings-module__eSbG6G__input:disabled{color:var(--grove-colors-text-light-secondary);cursor:default}.settings-module__eSbG6G__inputError{border-color:var(--color-error)!important;background:var(--grove-colors-semantic-errorLight)!important}.settings-module__eSbG6G__inputError:focus-within{box-shadow:0 0 0 3px #f871711a!important}.settings-module__eSbG6G__inputSuccess{border-color:var(--color-primary)!important}.settings-module__eSbG6G__inputSpinner{border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-right:12px;animation:.7s linear infinite settings-module__eSbG6G__spin}.settings-module__eSbG6G__inputCheck{color:var(--grove-colors-brand-primary);flex-shrink:0;align-items:center;margin-right:12px;animation:.3s cubic-bezier(.34,1.56,.64,1) settings-module__eSbG6G__checkPop;display:flex}@keyframes settings-module__eSbG6G__checkPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.settings-module__eSbG6G__inputErrorIcon{color:var(--grove-colors-semantic-error,#ef4444);flex-shrink:0;align-items:center;margin-right:12px;animation:.4s ease-in-out settings-module__eSbG6G__shake;display:flex}@keyframes settings-module__eSbG6G__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-2px)}40%,80%{transform:translate(2px)}}.settings-module__eSbG6G__inputLockIcon{color:var(--grove-colors-text-dark-tertiary);flex-shrink:0;align-items:center;margin-right:12px;display:flex}.settings-module__eSbG6G__usernameIdentity{background:var(--grove-colors-background-light-secondary);border:1.5px solid var(--grove-colors-border-light);border-radius:12px;flex-direction:column;gap:8px;margin-bottom:10px;padding:14px 16px;display:flex}.settings-module__eSbG6G__usernameIdentityMain{justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-module__eSbG6G__usernameHandle{color:var(--grove-colors-text-light-primary);letter-spacing:-.02em;font-size:22px;font-weight:700}.settings-module__eSbG6G__usernameStatus{margin-top:10px}.settings-module__eSbG6G__validationError{color:var(--grove-colors-semantic-error,#dc2626);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:500;animation:.2s ease-out settings-module__eSbG6G__slideIn;display:flex}.settings-module__eSbG6G__validationSuccess{color:var(--grove-colors-brand-primary);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:500;animation:.2s ease-out settings-module__eSbG6G__slideIn;display:flex}.settings-module__eSbG6G__validationChecking{color:var(--color-text-tertiary);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:400;display:flex}.settings-module__eSbG6G__statusSpinner{border:1.5px solid var(--color-border);border-top-color:var(--grove-colors-brand-primary);border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.7s linear infinite settings-module__eSbG6G__spin}@keyframes settings-module__eSbG6G__slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.settings-module__eSbG6G__saveButton{background:var(--grove-colors-brand-primary);color:var(--color-text-inverse);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:90px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__saveButton:hover:not(:disabled){background:var(--grove-colors-accent-orange,#f0ad4e);box-shadow:0 4px 12px rgba(var(--color-warning-rgb), .3);transform:translateY(-1px)}.settings-module__eSbG6G__saveButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.settings-module__eSbG6G__claimButton{background:var(--grove-colors-brand-primary);color:var(--color-text-inverse);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:100px;padding:12px 28px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__claimButton:hover:not(:disabled){background:var(--grove-colors-accent-orange,#f0ad4e);box-shadow:0 4px 12px rgba(var(--color-warning-rgb), .3);transform:translateY(-1px)}.settings-module__eSbG6G__claimButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.settings-module__eSbG6G__changeButton{background:var(--grove-colors-background-light-primary);color:var(--grove-colors-text-light-secondary);border:1.5px solid var(--grove-colors-border-light);cursor:pointer;white-space:nowrap;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.settings-module__eSbG6G__changeButton:hover:not(:disabled){background:var(--grove-colors-background-light-secondary);border-color:rgba(var(--color-primary-rgb), .3);color:var(--grove-colors-text-light-primary);transform:translateY(-1px)}.settings-module__eSbG6G__changeButton:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__cancelButton{color:var(--grove-colors-text-light-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .15s}.settings-module__eSbG6G__cancelButton:hover:not(:disabled){background:var(--grove-colors-background-light-tertiary);color:var(--grove-colors-text-light-secondary)}.settings-module__eSbG6G__cancelButton:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__editButtonGroup{align-items:center;gap:4px;display:flex}.settings-module__eSbG6G__buttonSpinnerSmall{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite settings-module__eSbG6G__spin}.settings-module__eSbG6G__referralSection{border:1px solid rgba(var(--color-warning-rgb), .12);background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%)}.settings-module__eSbG6G__referralHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.settings-module__eSbG6G__referralApplied{background:rgba(var(--color-primary-rgb), .06);border:1px solid rgba(var(--color-primary-rgb), .15);color:var(--grove-colors-brand-primary);border-radius:10px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;display:flex}.settings-module__eSbG6G__referralApplied svg{color:var(--grove-colors-brand-primary);flex-shrink:0}.settings-module__eSbG6G__referralInput{flex-direction:column;gap:8px;display:flex}.settings-module__eSbG6G__referralInputRow{align-items:stretch;gap:10px;display:flex}.settings-module__eSbG6G__referralCodeInput{background:var(--color-bg-secondary);border:1.5px solid var(--color-border);color:var(--color-text-primary);border-radius:10px;flex:1;padding:12px 14px;font-size:14px;font-weight:500;transition:all .15s}.settings-module__eSbG6G__referralCodeInput::placeholder{color:var(--color-border);font-weight:400}.settings-module__eSbG6G__referralCodeInput:focus{border-color:var(--grove-colors-accent-orange,#f0ad4e);background:var(--color-bg-primary);box-shadow:0 0 0 3px rgba(var(--color-warning-rgb), .1);outline:none}.settings-module__eSbG6G__referralCodeInput:disabled{background:var(--color-bg-secondary);color:var(--grove-colors-brand-primary);border-color:rgba(var(--color-primary-rgb), .2);font-weight:600}.settings-module__eSbG6G__referralApplyButton{background:var(--grove-colors-brand-primary);color:var(--color-text-inverse);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:80px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__referralApplyButton:hover:not(:disabled){background:var(--grove-colors-brand-primaryHover);box-shadow:0 4px 12px rgba(var(--color-primary-rgb), .3);transform:translateY(-1px)}.settings-module__eSbG6G__referralApplyButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.settings-module__eSbG6G__referralApplyButtonSaved{background:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__referralApplyButtonSaved:disabled{opacity:1}.settings-module__eSbG6G__referralSavedNote{color:var(--grove-colors-brand-primary);margin:0;font-size:12px;font-weight:500;animation:.2s ease-out settings-module__eSbG6G__slideIn}.settings-module__eSbG6G__walletsSection{background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%)}.settings-module__eSbG6G__walletsSectionHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.settings-module__eSbG6G__walletCountBadge{background:rgba(var(--color-primary-rgb), .1);min-width:22px;height:22px;color:var(--grove-colors-brand-primary);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.settings-module__eSbG6G__walletsList{flex-direction:column;gap:10px;display:flex}.settings-module__eSbG6G__walletsEmptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px;display:flex}.settings-module__eSbG6G__emptyStateIcon{background:var(--color-bg-secondary);border:1px dashed var(--color-border);width:48px;height:48px;color:var(--grove-colors-text-dark-tertiary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.settings-module__eSbG6G__emptyStateText{color:var(--color-text-tertiary);margin:0 0 4px;font-size:14px;font-weight:600}.settings-module__eSbG6G__emptyStateSubtext{color:var(--grove-colors-text-dark-tertiary);margin:0;font-size:12px}.settings-module__eSbG6G__walletRow{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:12px 14px;transition:all .2s;animation:.3s cubic-bezier(.16,1,.3,1) backwards settings-module__eSbG6G__walletRowIn;display:flex}@keyframes settings-module__eSbG6G__walletRowIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.settings-module__eSbG6G__walletRow:hover{background:var(--grove-colors-background-light-secondary);border-color:var(--grove-colors-border-light)}.settings-module__eSbG6G__walletRowSuccess{background:rgba(var(--color-primary-rgb), .08);border-color:rgba(var(--color-primary-rgb), .2);animation:.5s ease-out settings-module__eSbG6G__successFlash}@keyframes settings-module__eSbG6G__successFlash{0%{background:rgba(var(--color-primary-rgb), .2)}to{background:rgba(var(--color-primary-rgb), .08)}}.settings-module__eSbG6G__walletRowUnlinking{opacity:.6;pointer-events:none}.settings-module__eSbG6G__walletInfo{align-items:center;gap:12px;min-width:0;display:flex}.settings-module__eSbG6G__walletIcon{border-radius:var(--radius-md);background:var(--color-bg-primary);border:1px solid var(--color-border);width:40px;height:40px;color:var(--grove-colors-text-light-tertiary);flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-module__eSbG6G__walletRow:hover .settings-module__eSbG6G__walletIcon{border-color:rgba(var(--color-primary-rgb), .3);color:var(--grove-colors-text-light-secondary)}.settings-module__eSbG6G__walletIconPrimary{background:rgba(var(--color-primary-rgb), .08);border-color:rgba(var(--color-primary-rgb), .2);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__walletDetails{min-width:0}.settings-module__eSbG6G__walletAddress{color:var(--grove-colors-text-light-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;font-family:var(--grove-typography-fontFamilies-mono,monospace);display:block;overflow:hidden}.settings-module__eSbG6G__walletName{font-family:var(--grove-typography-fontFamilies-body,sans-serif);color:var(--grove-colors-text-light-tertiary);font-weight:500}.settings-module__eSbG6G__walletDisplayName{font-family:var(--grove-typography-fontFamilies-body,sans-serif);color:var(--grove-colors-text-light-primary);font-size:13px;font-weight:600}.settings-module__eSbG6G__walletAddressSub{font-family:var(--grove-typography-fontFamilies-mono,monospace);color:var(--grove-colors-text-light-tertiary);margin-left:6px;font-size:11px;font-weight:400}.settings-module__eSbG6G__identityDivider{background:var(--grove-colors-border-light-primary);height:1px;margin:4px 0}.settings-module__eSbG6G__walletType{color:var(--grove-colors-text-light-tertiary);align-items:center;gap:6px;margin-top:2px;font-size:12px;font-weight:400;display:flex}.settings-module__eSbG6G__walletTypeDot{background:var(--grove-colors-brand-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite settings-module__eSbG6G__dotPulse}@keyframes settings-module__eSbG6G__dotPulse{0%,to{opacity:1}50%{opacity:.5}}.settings-module__eSbG6G__walletActions{align-items:center;gap:8px;display:flex}.settings-module__eSbG6G__walletBalance{color:var(--color-primary);font-size:13px;font-weight:700;font-family:var(--font-mono,"SF Mono", monospace);font-variant-numeric:tabular-nums;margin-right:4px}.settings-module__eSbG6G__walletSubLabel{opacity:.6}.settings-module__eSbG6G__walletIconBtn{border:1px solid var(--color-border,var(--color-border));border-radius:var(--radius-sm,6px);width:28px;height:28px;color:var(--color-text-secondary,#64748b);cursor:pointer;background:0 0;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.settings-module__eSbG6G__walletIconBtn:hover{background:var(--color-bg-hover,var(--color-bg-secondary));color:var(--color-text-primary,var(--color-text-primary));border-color:var(--color-text-secondary,#94a3b8)}.settings-module__eSbG6G__accountsList{flex-direction:column;gap:8px;display:flex}.settings-module__eSbG6G__earningsGroup{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md,12px);flex-direction:column;display:flex;overflow:hidden}.settings-module__eSbG6G__earningsGroupHeader{justify-content:space-between;align-items:center;padding:12px 14px 10px;display:flex}.settings-module__eSbG6G__earningsGroupDivider{background:var(--color-border);opacity:.5;height:1px;margin:0 14px}.settings-module__eSbG6G__earningsGroupKey{justify-content:space-between;align-items:center;padding:8px 14px 10px 24px;display:flex}.settings-module__eSbG6G__earningsGroupKey:hover{background:var(--color-bg-primary)}.settings-module__eSbG6G__earningsGroupKeyInfo{align-items:center;gap:8px;min-width:0;display:flex}.settings-module__eSbG6G__earningsGroupKeyIconWrap{border-radius:var(--radius-sm,6px);background:var(--color-bg-primary);border:1px solid var(--color-border);width:24px;height:24px;color:var(--grove-colors-text-light-tertiary);opacity:.7;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-module__eSbG6G__earningsGroupKeyDetails{min-width:0}.settings-module__eSbG6G__earningsGroupKeyAddress{color:var(--grove-colors-text-light-secondary);font-size:12px;font-weight:500;font-family:var(--font-mono,monospace);display:block}.settings-module__eSbG6G__earningsGroupKeyLabel{color:var(--grove-colors-text-light-tertiary);opacity:.75;align-items:center;gap:4px;margin-top:1px;font-size:11px;display:flex}.settings-module__eSbG6G__earningsGroupFooter{border-top:1px solid var(--color-border);padding:0 14px}.settings-module__eSbG6G__earningsAdvancedToggle{color:var(--color-info);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;width:100%;padding:8px 0;font-size:11px;font-weight:500;display:flex}.settings-module__eSbG6G__earningsAdvancedToggle:hover{opacity:.8}.settings-module__eSbG6G__earningsChevronOpen{transform:rotate(180deg)}.settings-module__eSbG6G__earningsAdvancedPanel{flex-direction:column;gap:10px;padding:0 14px 14px;display:flex}.settings-module__eSbG6G__earningsAdvancedDesc{color:var(--grove-colors-text-light-tertiary);margin:0;font-size:12px;line-height:1.5}.settings-module__eSbG6G__earningsAdvancedRow{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-sm,6px);justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.settings-module__eSbG6G__earningsAdvancedRowInfo{align-items:center;gap:8px;min-width:0;display:flex}.settings-module__eSbG6G__earningsAdvancedRowLabel{color:var(--grove-colors-text-light-tertiary);white-space:nowrap;font-size:11px;font-weight:600}.settings-module__eSbG6G__earningsAdvancedRowAddress{color:var(--grove-colors-text-light-secondary);font-size:12px;font-weight:500;font-family:var(--font-mono,monospace)}.settings-module__eSbG6G__earningsExportBtn{color:var(--grove-colors-text-light-secondary);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-sm,6px);cursor:pointer;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 14px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.settings-module__eSbG6G__earningsExportBtn:hover{background:var(--grove-colors-background-light-tertiary);color:var(--grove-colors-text-light-primary)}@media (max-width:480px){.settings-module__eSbG6G__earningsGroupKey{padding-left:14px}.settings-module__eSbG6G__earningsGroupKeyLabel{display:none}}.settings-module__eSbG6G__accountRow{background:var(--color-bg-secondary);border:1px solid var(--color-bg-secondary);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .15s;display:flex}.settings-module__eSbG6G__accountRow:hover{background:var(--color-bg-secondary);border-color:var(--color-border)}.settings-module__eSbG6G__accountInfo{align-items:center;gap:12px;min-width:0;display:flex}.settings-module__eSbG6G__accountIcon{background:var(--color-bg-primary);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-tertiary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-module__eSbG6G__accountRow:hover .settings-module__eSbG6G__accountIcon{border-color:var(--color-border);color:var(--color-text-tertiary)}.settings-module__eSbG6G__accountIconDisabled{opacity:.4}.settings-module__eSbG6G__accountType{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.settings-module__eSbG6G__accountValue{color:var(--color-text-tertiary);margin-top:2px;font-size:12px;font-weight:400;display:block}.settings-module__eSbG6G__accountNotLinked{color:var(--grove-colors-text-dark-tertiary);margin-top:2px;font-size:12px;font-style:italic;display:block}.settings-module__eSbG6G__accountActions{align-items:center;gap:8px;display:flex}.settings-module__eSbG6G__accountsSection{background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%)}.settings-module__eSbG6G__accountsSectionHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.settings-module__eSbG6G__identityRow{background:var(--grove-colors-background-light-secondary);border:1px solid var(--grove-colors-background-light-tertiary);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .2s;display:flex}.settings-module__eSbG6G__identityRowLinked{background:rgba(var(--color-primary-rgb), .04);border-color:rgba(var(--color-primary-rgb), .12)}.settings-module__eSbG6G__identityRowLinked:hover{background:rgba(var(--color-primary-rgb), .06);border-color:rgba(var(--color-primary-rgb), .2)}.settings-module__eSbG6G__identityRowDisabled{opacity:.7}.settings-module__eSbG6G__identityRowDisabled:hover{background:var(--color-bg-secondary);border-color:var(--color-bg-secondary)}.settings-module__eSbG6G__identityInfo{align-items:center;gap:12px;min-width:0;display:flex}.settings-module__eSbG6G__identityIcon{background:var(--grove-colors-background-light-primary);border:1px solid var(--grove-colors-border-light);width:36px;height:36px;color:var(--grove-colors-text-light-tertiary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-module__eSbG6G__identityIconLinked{background:rgba(var(--color-primary-rgb), .08);border-color:rgba(var(--color-primary-rgb), .2);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__identityDetails{min-width:0}.settings-module__eSbG6G__identityType{color:var(--grove-colors-text-light-primary);font-size:14px;font-weight:600;display:block}.settings-module__eSbG6G__identityValue{color:var(--grove-colors-brand-primary);margin-top:2px;font-size:12px;font-weight:500;display:block}.settings-module__eSbG6G__identityNotLinked{color:var(--grove-colors-text-light-tertiary);margin-top:2px;font-size:12px;font-weight:400;display:block}.settings-module__eSbG6G__socialSection{background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%)}.settings-module__eSbG6G__socialSectionHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.settings-module__eSbG6G__socialList{flex-direction:column;gap:8px;display:flex}.settings-module__eSbG6G__socialRow{background:var(--color-bg-secondary);border:1px solid var(--color-bg-secondary);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .2s;display:flex}.settings-module__eSbG6G__socialRowDisabled{opacity:.6}.settings-module__eSbG6G__socialRowDisabled:hover{background:var(--color-bg-secondary);border-color:var(--color-bg-secondary)}.settings-module__eSbG6G__socialInfo{align-items:center;gap:12px;min-width:0;display:flex}.settings-module__eSbG6G__socialIcon{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.settings-module__eSbG6G__socialIconGoogle,.settings-module__eSbG6G__socialIconApple{color:var(--grove-colors-text-dark-tertiary)}.settings-module__eSbG6G__socialDetails{min-width:0}.settings-module__eSbG6G__socialType{color:var(--color-text-secondary);font-size:13px;font-weight:600;display:block}.settings-module__eSbG6G__socialNotLinked{color:var(--grove-colors-text-dark-tertiary);margin-top:2px;font-size:12px;font-style:italic;display:block}.settings-module__eSbG6G__linkedBadge{background:rgba(var(--color-primary-rgb), .08);color:var(--color-primary);letter-spacing:.02em;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600}.settings-module__eSbG6G__linkedBadgeEnhanced{background:var(--color-bg-primary);min-width:60px;color:var(--grove-colors-brand-primary);border:1px solid rgba(var(--color-primary-rgb), .3);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__linkedBadgeEnhanced:hover{background:rgba(var(--color-primary-rgb), .06);border-color:var(--grove-colors-brand-primary);transform:translateY(-1px)}.settings-module__eSbG6G__linkedBadgeExpanded{background:rgba(var(--color-primary-rgb), .06);border-color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__verifiedChevron{margin-left:1px;transition:transform .2s}.settings-module__eSbG6G__verifiedChevronOpen{transform:rotate(180deg)}.settings-module__eSbG6G__verificationDetailPanel{background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .03) 0%, rgba(var(--color-primary-rgb), .06) 100%);border-top:1px solid rgba(var(--color-primary-rgb), .1);border-radius:0 0 10px 10px;flex-direction:column;gap:12px;width:calc(100% + 28px);margin:-4px -14px -8px;padding:14px 16px;animation:.2s ease-out settings-module__eSbG6G__verificationExpand;display:flex}@keyframes settings-module__eSbG6G__verificationExpand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.settings-module__eSbG6G__verificationDetailTop{align-items:flex-start;gap:10px;display:flex}.settings-module__eSbG6G__verificationShieldIcon{background:rgba(var(--color-primary-rgb), .1);width:28px;height:28px;color:var(--grove-colors-brand-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-module__eSbG6G__verificationDetailContent{flex-direction:column;gap:2px;display:flex}.settings-module__eSbG6G__verificationDetailTitle{color:var(--grove-colors-brand-primary);font-size:12.5px;font-weight:600}.settings-module__eSbG6G__verificationDetailDesc{color:var(--color-text-secondary);font-size:12px;line-height:1.45}.settings-module__eSbG6G__verificationDetailMeta{border:1px solid rgba(var(--color-primary-rgb), .08);background:#fff9;border-radius:8px;flex-wrap:wrap;gap:14px;padding:8px 12px;display:flex}.settings-module__eSbG6G__verificationMetaItem{color:var(--color-text-secondary);white-space:nowrap;align-items:center;gap:5px;font-size:11.5px;font-weight:500;display:inline-flex}.settings-module__eSbG6G__verificationMetaItem svg{color:var(--grove-colors-brand-primary);opacity:.7}.settings-module__eSbG6G__unavailableBadge{color:var(--color-text-tertiary);border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600;transition:all .15s}.settings-module__eSbG6G__unavailableBadge:hover{background:var(--color-bg-secondary);border-color:var(--color-text-tertiary);color:var(--color-text-secondary)}.settings-module__eSbG6G__verifyBadge{background:var(--color-bg-primary);color:#3b82f6;cursor:pointer;border:1px solid #3b82f64d;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:60px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__verifyBadge:hover{background:#3b82f60f;border-color:#3b82f6;transform:translateY(-1px)}.settings-module__eSbG6G__editBadge{background:var(--color-bg-primary);color:#f59e0b;cursor:pointer;border:1px solid #f59e0b4d;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:60px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__editBadge:hover{background:#f59e0b0f;border-color:#f59e0b;transform:translateY(-1px)}.settings-module__eSbG6G__verificationModal{background:var(--grove-colors-background-light-primary,#fff);border:1px solid var(--grove-colors-border-light);text-align:center;border-radius:18px;width:100%;max-width:460px;padding:2.25rem 2rem 2rem;animation:.2s ease-out settings-module__eSbG6G__modalSlideIn;position:relative;box-shadow:0 12px 40px #00000024}.settings-module__eSbG6G__verificationModalIcon{background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .12) 0%, rgba(var(--color-primary-rgb), .06) 100%);border:1px solid rgba(var(--color-primary-rgb), .2);width:56px;height:56px;color:var(--grove-colors-brand-primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.settings-module__eSbG6G__verificationModalIconOrange{color:#d4812e;background:linear-gradient(135deg,#e8923e24 0%,#e8923e0f 100%);border:1px solid #e8923e40;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 18px;display:flex}.settings-module__eSbG6G__verificationModalTitle{color:var(--grove-colors-text-light-primary);letter-spacing:.3px;word-spacing:2px;margin:0 0 8px;font-size:18px;font-weight:700}.settings-module__eSbG6G__verificationModalDesc{color:var(--grove-colors-text-light-tertiary);text-align:center;margin:0 0 16px;font-size:13.5px;line-height:1.55}.settings-module__eSbG6G__verificationModalDivider{border:none;border-top:1px solid var(--grove-colors-background-light-tertiary,#e5e5e5);margin:0 0 16px}.settings-module__eSbG6G__verificationModalFeatures{text-align:left;border:1px solid var(--grove-colors-background-light-tertiary,var(--color-bg-secondary));border-radius:12px;flex-direction:column;gap:0;margin:0 0 24px;display:flex;overflow:hidden}.settings-module__eSbG6G__verificationModalFeature{color:var(--grove-colors-text-light-secondary);align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.settings-module__eSbG6G__verificationModalFeature+.settings-module__eSbG6G__verificationModalFeature{border-top:1px solid var(--grove-colors-background-light-tertiary,var(--color-bg-secondary))}.settings-module__eSbG6G__verificationModalFeature svg{color:var(--grove-colors-brand-primary);flex-shrink:0}.settings-module__eSbG6G__verificationModalClose{background:var(--grove-colors-brand-primary);width:100%;color:var(--color-text-inverse);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:11px 32px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.settings-module__eSbG6G__verificationModalClose:hover{background:var(--grove-colors-brand-primaryHover)}.settings-module__eSbG6G__verificationModalSecondary{background:var(--grove-bg-tertiary,#f3f4f6);width:100%;color:var(--grove-text-primary,#111827);border:1px solid var(--grove-border-light,#e5e7eb);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:11px 32px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.settings-module__eSbG6G__verificationModalSecondary:hover{background:var(--grove-bg-secondary,#f9fafb)}.settings-module__eSbG6G__verificationModalExport{margin-bottom:4px}.settings-module__eSbG6G__verificationModalExport button{background:var(--grove-colors-brand-primary)!important;color:var(--color-text-inverse)!important;cursor:pointer!important;border:none!important;border-radius:10px!important;width:100%!important;padding:11px 32px!important;font-size:13.5px!important;font-weight:600!important;transition:background .15s!important}.settings-module__eSbG6G__verificationModalExport button:hover{background:var(--grove-colors-brand-primaryHover)!important}.settings-module__eSbG6G__verificationModalLearnLink{color:var(--grove-colors-brand-primary);align-items:center;gap:4px;margin-top:14px;font-size:12px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.settings-module__eSbG6G__verificationModalLearnLink:hover{opacity:.8;text-decoration:underline}.settings-module__eSbG6G__protectedBadge{background:var(--color-bg-secondary);color:var(--color-text-tertiary);cursor:pointer;border:1px solid #0000;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.settings-module__eSbG6G__protectedBadge:hover{background:var(--color-bg-tertiary);border-color:var(--color-border);color:var(--color-text-tertiary)}.settings-module__eSbG6G__protectedInfoLink{color:var(--color-primary);font-size:var(--text-sm);align-items:center;gap:4px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.settings-module__eSbG6G__protectedInfoLink:hover{opacity:.8}.settings-module__eSbG6G__soonBadge{background:linear-gradient(135deg, rgba(var(--color-warning-rgb), .15) 0%, rgba(var(--color-warning-rgb), .08) 100%);color:var(--color-accent-orange-hover);letter-spacing:.03em;text-transform:uppercase;border-radius:20px;align-items:center;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.settings-module__eSbG6G__comingSoonBadgeSmall{background:rgba(var(--color-warning-rgb), .12);color:var(--color-accent-orange-hover);letter-spacing:.02em;text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.settings-module__eSbG6G__linkSuccessBadge{background:var(--grove-colors-brand-primarySubtle);color:var(--grove-colors-brand-primary);border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;animation:.3s cubic-bezier(.34,1.56,.64,1) settings-module__eSbG6G__badgePop;display:inline-flex}@keyframes settings-module__eSbG6G__badgePop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.settings-module__eSbG6G__unlinkButton{background:var(--color-bg-primary);border:1px solid var(--grove-colors-semantic-errorLight);min-width:60px;color:var(--color-error);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__unlinkButton:hover:not(:disabled){background:var(--grove-colors-semantic-errorLight);border-color:var(--color-error);transform:translateY(-1px)}.settings-module__eSbG6G__unlinkButton:active:not(:disabled){transform:translateY(0)}.settings-module__eSbG6G__unlinkButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.settings-module__eSbG6G__unlinkButtonDisabled{opacity:.4;background:var(--color-bg-secondary);border-color:var(--color-border);color:var(--grove-colors-text-dark-tertiary);cursor:not-allowed}.settings-module__eSbG6G__unlinkButtonDisabled:hover{background:var(--color-bg-secondary);border-color:var(--color-border);transform:none}.settings-module__eSbG6G__featuredToggle{color:var(--color-text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,transform .15s;display:inline-flex}.settings-module__eSbG6G__featuredToggle:hover{color:var(--grove-colors-accent-orange,#f59e0b);transform:scale(1.15)}.settings-module__eSbG6G__featuredToggle svg[fill=currentColor]{color:var(--grove-colors-accent-orange,#f59e0b)}.settings-module__eSbG6G__detectedWallet{background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .08) 0%, rgba(var(--color-primary-rgb), .04) 100%);border:1.5px solid rgba(var(--color-primary-rgb), .25);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;transition:all .25s;animation:.4s cubic-bezier(.16,1,.3,1) settings-module__eSbG6G__detectedSlideIn;display:flex}@keyframes settings-module__eSbG6G__detectedSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.settings-module__eSbG6G__detectedWalletDetecting{border-color:rgba(var(--color-primary-rgb), .4);animation:1.5s ease-in-out infinite settings-module__eSbG6G__detectingPulse}@keyframes settings-module__eSbG6G__detectingPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--color-primary-rgb), .2)}50%{box-shadow:0 0 0 8px rgba(var(--color-primary-rgb), 0)}}.settings-module__eSbG6G__detectedWalletSigning{border-color:rgba(var(--color-primary-rgb), .4);background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .08) 0%, rgba(var(--color-primary-rgb), .04) 100%)}.settings-module__eSbG6G__detectedWalletSigning .settings-module__eSbG6G__detectedWalletIcon,.settings-module__eSbG6G__detectedWalletSigning .settings-module__eSbG6G__detectedWalletLabel{color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__detectedWalletLinking{border-color:rgba(var(--color-primary-rgb), .4)}.settings-module__eSbG6G__detectedWalletSuccess{border-color:rgba(var(--color-primary-rgb), .5);background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .12) 0%, rgba(var(--color-primary-rgb), .06) 100%);animation:.4s cubic-bezier(.34,1.56,.64,1) settings-module__eSbG6G__successPop}@keyframes settings-module__eSbG6G__successPop{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:scale(1)}}.settings-module__eSbG6G__detectedWalletError{border-color:rgba(var(--color-error-rgb), .4);background:linear-gradient(135deg, rgba(var(--color-error-rgb), .08) 0%, rgba(var(--color-error-rgb), .04) 100%)}.settings-module__eSbG6G__detectedWalletError .settings-module__eSbG6G__detectedWalletIcon,.settings-module__eSbG6G__detectedWalletError .settings-module__eSbG6G__detectedWalletLabel{color:var(--grove-colors-semantic-error,#ef4444)}.settings-module__eSbG6G__detectedWalletInfo{align-items:center;gap:12px;display:flex}.settings-module__eSbG6G__detectedWalletIcon{background:var(--color-bg-primary);width:40px;height:40px;color:var(--grove-colors-brand-primary);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000000f}.settings-module__eSbG6G__detectingPulse{background:var(--grove-colors-brand-primary);border-radius:50%;width:18px;height:18px;animation:1.2s ease-in-out infinite settings-module__eSbG6G__pulseRing}@keyframes settings-module__eSbG6G__pulseRing{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.4)}}.settings-module__eSbG6G__detectedWalletLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--grove-colors-brand-primary);margin-bottom:2px;font-size:11px;font-weight:600;transition:color .2s;display:block}.settings-module__eSbG6G__detectedWalletAddress{color:var(--grove-colors-text-light-primary);font-size:13px;font-weight:600;font-family:var(--grove-typography-fontFamilies-mono,monospace);display:block}.settings-module__eSbG6G__linkButton{background:var(--grove-colors-brand-primary);color:var(--color-text-inverse);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:100px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__linkButton:hover:not(:disabled){background:var(--grove-colors-accent-orange,#f0ad4e);box-shadow:0 4px 12px rgba(var(--color-warning-rgb), .3);transform:translateY(-1px)}.settings-module__eSbG6G__linkButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.settings-module__eSbG6G__linkButtonRetry{background:var(--grove-colors-semantic-error,#ef4444)}.settings-module__eSbG6G__linkButtonRetry:hover:not(:disabled){background:var(--color-error);box-shadow:0 4px 12px rgba(var(--color-error-rgb), .3)}.settings-module__eSbG6G__connectWalletButton{background:var(--grove-colors-background-light-secondary);border:1.5px dashed var(--grove-colors-border-light);width:100%;color:var(--grove-colors-text-light-tertiary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.settings-module__eSbG6G__connectWalletButton:hover:not(:disabled){background:rgba(var(--color-primary-rgb), .04);border-color:var(--grove-colors-brand-primary);color:var(--grove-colors-brand-primary);box-shadow:0 2px 8px rgba(var(--color-primary-rgb), .1);border-style:solid;transform:translateY(-1px)}.settings-module__eSbG6G__connectWalletButton:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__connectWalletIcon{justify-content:center;align-items:center;display:flex}.settings-module__eSbG6G__linkAnotherButton{border:1.5px solid var(--grove-colors-border-light);width:100%;color:var(--grove-colors-text-light-secondary);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.settings-module__eSbG6G__linkAnotherButton:hover:not(:disabled){background:rgba(var(--color-primary-rgb), .04);border-color:var(--grove-colors-brand-primary);color:var(--grove-colors-brand-primary);transform:translateY(-1px)}.settings-module__eSbG6G__linkAnotherButton:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__linkAnotherIcon{justify-content:center;align-items:center;display:flex}.settings-module__eSbG6G__linkWalletButton{border:1.5px dashed var(--color-border-dark);width:100%;color:var(--color-text-tertiary);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.settings-module__eSbG6G__linkWalletButton:hover:not(:disabled){background:rgba(var(--color-primary-rgb), .04);border-color:var(--color-primary);color:var(--color-primary)}.settings-module__eSbG6G__linkWalletButton:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__buttonSpinner{border:2px solid #64748b33;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite settings-module__eSbG6G__spin}.settings-module__eSbG6G__walletError{color:var(--color-error);background:var(--grove-colors-semantic-errorLight);border:1px solid var(--grove-colors-semantic-errorLight);border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:12px;font-weight:500}.settings-module__eSbG6G__walletErrorContainer{background:var(--grove-colors-semantic-errorLight);border:1px solid var(--grove-colors-semantic-errorLight);border-radius:10px;align-items:flex-start;gap:8px;padding:12px 14px;animation:.4s ease-in-out settings-module__eSbG6G__errorShake;display:flex}@keyframes settings-module__eSbG6G__errorShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-3px)}40%,80%{transform:translate(3px)}}.settings-module__eSbG6G__walletErrorContainer svg{color:var(--color-error);flex-shrink:0;margin-top:1px}.settings-module__eSbG6G__walletErrorText{color:var(--color-error);margin:0;font-size:13px;font-weight:500;line-height:1.4}.settings-module__eSbG6G__referralCallout{background:linear-gradient(135deg, rgba(var(--color-warning-rgb), .08) 0%, rgba(var(--color-warning-rgb), .03) 100%);border:1px solid rgba(var(--color-warning-rgb), .2);border-left:3px solid var(--grove-colors-accent-orange);color:var(--color-text-secondary);border-radius:12px;align-items:flex-start;gap:10px;padding:14px 18px;font-size:13px;line-height:1.5;animation:.4s cubic-bezier(.16,1,.3,1) backwards settings-module__eSbG6G__slideUp;display:flex}.settings-module__eSbG6G__referralCallout svg{color:var(--grove-colors-accent-orange);flex-shrink:0;margin-top:2px}.settings-module__eSbG6G__referralStatsGrid{grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0;display:grid}.settings-module__eSbG6G__referralStatCard{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.settings-module__eSbG6G__referralStatLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);font-size:11px;font-weight:600}.settings-module__eSbG6G__referralStatValue{color:var(--color-text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:22px;font-weight:700;line-height:1.1}.settings-module__eSbG6G__referralStatMeta{color:var(--color-text-tertiary);font-size:11px}.settings-module__eSbG6G__referralLinkSection{border-top:1px solid var(--color-border);flex-direction:column;gap:8px;margin-top:4px;padding-top:16px;display:flex}.settings-module__eSbG6G__referralLinkRow{gap:8px;display:flex}.settings-module__eSbG6G__referralLinkInput{font-family:var(--font-mono);color:var(--color-text-primary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;flex:1;min-width:0;padding:10px 14px;font-size:12px;transition:border-color .2s,box-shadow .2s}.settings-module__eSbG6G__referralLinkInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .12)}.settings-module__eSbG6G__referralCopyButton{border-radius:var(--radius-md);cursor:pointer;color:var(--color-text-inverse);background:linear-gradient(135deg, var(--color-primary) 0%, var(--grove-colors-brand-primaryLight) 100%);box-shadow:0 2px 8px rgba(var(--color-primary-rgb), .25);white-space:nowrap;border:none;flex-shrink:0;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.settings-module__eSbG6G__referralCopyButton:hover{box-shadow:0 4px 12px rgba(var(--color-primary-rgb), .35);transform:translateY(-1px)}.settings-module__eSbG6G__referralCopyButton:active{transform:translateY(0)}.settings-module__eSbG6G__referralCopyButtonSuccess{background:var(--color-success);box-shadow:0 2px 8px rgba(var(--color-success-rgb), .25)}.settings-module__eSbG6G__referralCopyButtonSuccess:hover{transform:none}.settings-module__eSbG6G__referralRefereeSectionHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.settings-module__eSbG6G__referralRefereeCount{color:var(--color-primary);background:rgba(var(--color-primary-rgb), .1);border:1px solid rgba(var(--color-primary-rgb), .15);border-radius:100px;padding:3px 8px;font-size:11px;font-weight:700}.settings-module__eSbG6G__referralRefereeList{flex-direction:column;display:flex}.settings-module__eSbG6G__referralRefereeRow{border-bottom:1px solid var(--color-border);align-items:baseline;gap:12px;padding:12px 0;display:flex}.settings-module__eSbG6G__referralRefereeRow:last-child{border-bottom:none}.settings-module__eSbG6G__referralRefereeName{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.settings-module__eSbG6G__referralRefereeNameWallet{font-family:var(--font-mono);font-size:12px;}.settings-module__eSbG6G__referralRefereeDate{color:var(--color-text-tertiary);white-space:nowrap;flex-shrink:0;font-size:11px}.settings-module__eSbG6G__referralRefereeActivity{color:var(--color-text-secondary);white-space:nowrap;text-align:right;flex-shrink:0;min-width:80px;font-size:12px}.settings-module__eSbG6G__referralRefereeEarnings{color:var(--color-primary);font-weight:600}.settings-module__eSbG6G__referralEmptyFriends{color:var(--color-text-tertiary);justify-content:center;align-items:center;gap:10px;padding:24px;font-size:13px;display:flex}.settings-module__eSbG6G__referralShowMore{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-primary);cursor:pointer;text-align:center;background:0 0;margin-top:8px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:block}.settings-module__eSbG6G__referralShowMore:hover{background:rgba(var(--color-primary-rgb), .05);border-color:var(--color-primary)}@keyframes settings-module__eSbG6G__referralShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.settings-module__eSbG6G__referralSkeleton{background:linear-gradient(90deg, var(--color-bg-secondary) 25%, rgba(var(--color-primary-rgb), .06) 50%, var(--color-bg-secondary) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite settings-module__eSbG6G__referralShimmer;color:#0000!important;border:none!important}.settings-module__eSbG6G__referralSkeletonTitle{width:120px;height:22px;margin-bottom:12px}.settings-module__eSbG6G__referralSkeletonInput{width:100%;height:42px;margin-top:16px}.settings-module__eSbG6G__referralSkeletonRow{width:100%;height:44px;margin-bottom:8px}@media (max-width:480px){.settings-module__eSbG6G__referralStatsGrid{grid-template-columns:1fr}.settings-module__eSbG6G__referralLinkRow{flex-direction:column}.settings-module__eSbG6G__referralCopyButton{justify-content:center;width:100%}}.settings-module__eSbG6G__claimedBadge,.settings-module__eSbG6G__releaseButton,.settings-module__eSbG6G__comingSoonBadge,.settings-module__eSbG6G__sectionDisabled,.settings-module__eSbG6G__settingsGrid,.settings-module__eSbG6G__walletSection,.settings-module__eSbG6G__currentLogin,.settings-module__eSbG6G__loginIcon,.settings-module__eSbG6G__loginMethod,.settings-module__eSbG6G__loginLabel,.settings-module__eSbG6G__loginValue,.settings-module__eSbG6G__walletHeroHeader{display:none}.settings-module__eSbG6G__linkIdentityButton{background:rgba(var(--color-primary-rgb), .08);border:1px solid rgba(var(--color-primary-rgb), .2);min-width:60px;color:var(--grove-colors-brand-primary);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__linkIdentityButton:hover{background:rgba(var(--color-primary-rgb), .14);border-color:var(--grove-colors-brand-primary);box-shadow:0 2px 8px rgba(var(--color-primary-rgb), .15);transform:translateY(-1px)}.settings-module__eSbG6G__linkIdentityButton:active{transform:translateY(0)}.settings-module__eSbG6G__identityLinkOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.settings-module__eSbG6G__identityLinkModal{background:var(--grove-colors-background-light-primary,#fff);border:1px solid var(--grove-colors-border-light);border-radius:16px;width:100%;max-width:420px;min-height:340px;padding:1.5rem;animation:.2s ease-out settings-module__eSbG6G__modalSlideIn;position:relative;box-shadow:0 10px 30px #0000001f}.settings-module__eSbG6G__identityLinkModal input[type=email],.settings-module__eSbG6G__identityLinkModal input[type=tel]{color:var(--grove-colors-text-light-primary,#1a1a1a);background:var(--grove-colors-background-light-secondary,#f5f5f5);border-color:var(--grove-colors-border-light,#e0e0e0);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.settings-module__eSbG6G__identityLinkModal input[type=email]::placeholder,.settings-module__eSbG6G__identityLinkModal input[type=tel]::placeholder{color:var(--grove-colors-text-light-tertiary,#999)}.settings-module__eSbG6G__identityLinkModal input[type=email]:focus,.settings-module__eSbG6G__identityLinkModal input[type=tel]:focus{border-color:var(--grove-colors-brand-primary);background:#fff}:-webkit-any(.settings-module__eSbG6G__identityLinkModal input[type=email]:-webkit-autofill,.settings-module__eSbG6G__identityLinkModal input[type=tel]:-webkit-autofill){-webkit-text-fill-color:var(--grove-colors-text-light-primary,#1a1a1a);-webkit-box-shadow:0 0 0px 1000px var(--grove-colors-background-light-secondary,#f5f5f5) inset}:is(.settings-module__eSbG6G__identityLinkModal input[type=email]:autofill,.settings-module__eSbG6G__identityLinkModal input[type=tel]:autofill){-webkit-text-fill-color:var(--grove-colors-text-light-primary,#1a1a1a);-webkit-box-shadow:0 0 0px 1000px var(--grove-colors-background-light-secondary,#f5f5f5) inset}.settings-module__eSbG6G__identityLinkModal [class*=phoneInputWrapper]{background:var(--grove-colors-background-light-secondary,#f5f5f5);border-color:var(--grove-colors-border-light,#e0e0e0)}.settings-module__eSbG6G__identityLinkModal [class*=phoneInputWrapper]:focus-within{border-color:var(--grove-colors-brand-primary);background:#fff}.settings-module__eSbG6G__identityLinkModal [class*=phonePrefix]{color:var(--grove-colors-text-light-tertiary,#999)}.settings-module__eSbG6G__identityLinkModal input[type=tel]{background:0 0;border:none}.settings-module__eSbG6G__identityLinkModal input[inputmode=numeric]{color:var(--grove-colors-text-light-primary,#1a1a1a);background:var(--grove-colors-background-light-secondary,#f5f5f5)}.settings-module__eSbG6G__identityLinkModal input[inputmode=numeric]:focus{background:#fff}.settings-module__eSbG6G__identityLinkCloseButton{color:var(--grove-colors-text-light-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.375rem;transition:color .15s,background .15s;display:flex;position:absolute;top:1rem;right:1rem}.settings-module__eSbG6G__identityLinkCloseButton:hover{color:var(--grove-colors-text-light-primary);background:var(--grove-colors-background-light-tertiary)}.settings-module__eSbG6G__identityLinkTitle{font-size:20px;font-weight:700;font-family:var(--font-heading,"Plus Jakarta Sans", sans-serif);color:var(--grove-colors-text-light-primary);margin:0 0 6px}.settings-module__eSbG6G__identityLinkDesc{color:var(--grove-colors-text-light-tertiary);margin:0;font-size:14px;line-height:1.5}.settings-module__eSbG6G__identityLinkDivider{border:none;border-top:1px solid var(--grove-colors-border-light);margin:16px 0 4px}@media (max-width:768px){.settings-module__eSbG6G__publicToggleBar{flex-direction:column;align-items:stretch;gap:12px}.settings-module__eSbG6G__publicToggleRight{align-self:flex-end}.settings-module__eSbG6G__accountDetailsSection{padding:16px 18px}.settings-module__eSbG6G__socialLinkRow{padding:8px 10px}.settings-module__eSbG6G__socialLinkIcon{width:28px;height:28px}}@media (max-width:640px){.settings-module__eSbG6G__container{padding:32px 16px 48px}.settings-module__eSbG6G__pageTitle{font-size:1.125rem}.settings-module__eSbG6G__section{padding:20px}.settings-module__eSbG6G__usernameHeader{flex-direction:column;gap:8px}.settings-module__eSbG6G__usernameClaimed{margin-right:8px}.settings-module__eSbG6G__usernameInput{flex-direction:column;gap:12px}.settings-module__eSbG6G__inputWrapper{width:100%}.settings-module__eSbG6G__editButtonGroup{justify-content:stretch;width:100%}.settings-module__eSbG6G__saveButton,.settings-module__eSbG6G__claimButton,.settings-module__eSbG6G__changeButton{justify-content:center;width:100%;padding:14px 24px}.settings-module__eSbG6G__cancelButton{flex:1;padding:14px 16px}.settings-module__eSbG6G__editButtonGroup .settings-module__eSbG6G__saveButton{flex:2}.settings-module__eSbG6G__usernameStatus{margin-top:8px}.settings-module__eSbG6G__referralInputRow{flex-direction:column;gap:12px}.settings-module__eSbG6G__referralApplyButton{justify-content:center;width:100%;padding:14px 24px}.settings-module__eSbG6G__walletsSectionHeader{flex-direction:column;gap:8px}.settings-module__eSbG6G__walletCountBadge{align-self:flex-start}.settings-module__eSbG6G__walletRow{padding:10px 12px}.settings-module__eSbG6G__walletAddress{font-size:12px}.settings-module__eSbG6G__walletIcon{width:32px;height:32px}.settings-module__eSbG6G__detectedWallet{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.settings-module__eSbG6G__detectedWalletInfo{justify-content:flex-start}.settings-module__eSbG6G__linkButton{width:100%;padding:12px 20px}.settings-module__eSbG6G__linkSuccessBadge{align-self:center}.settings-module__eSbG6G__connectWalletButton,.settings-module__eSbG6G__linkAnotherButton{padding:14px 16px}.settings-module__eSbG6G__accountsSectionHeader{flex-direction:column;gap:8px}.settings-module__eSbG6G__identityRow{padding:10px 12px}.settings-module__eSbG6G__identityIcon{width:32px;height:32px}.settings-module__eSbG6G__identityType{font-size:12px}.settings-module__eSbG6G__identityValue{font-size:11px}.settings-module__eSbG6G__socialSectionHeader{flex-direction:column;gap:8px}.settings-module__eSbG6G__socialRow{padding:10px 12px}.settings-module__eSbG6G__socialIcon{width:32px;height:32px}.settings-module__eSbG6G__socialType{font-size:12px}.settings-module__eSbG6G__linkedBadgeEnhanced,.settings-module__eSbG6G__soonBadge,.settings-module__eSbG6G__protectedBadge{padding:3px 8px;font-size:10px}.settings-module__eSbG6G__accountRow{padding:10px 12px}.settings-module__eSbG6G__accountType{font-size:12px}.settings-module__eSbG6G__accountIcon{width:32px;height:32px}.settings-module__eSbG6G__privacyToggleRow{padding:10px 12px}.settings-module__eSbG6G__socialLinksSection{padding:16px}.settings-module__eSbG6G__publicProfileHeader{flex-direction:column;align-items:flex-start;gap:8px}.settings-module__eSbG6G__publicProfileLeft{flex-direction:column;gap:4px}.settings-module__eSbG6G__socialLinkRow{padding:6px 10px}.settings-module__eSbG6G__socialLinkRowLinked{padding-top:10px}.settings-module__eSbG6G__socialLinkActions{gap:4px}}.settings-module__eSbG6G__privacySection{background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%);border:1px solid #6366f114}.settings-module__eSbG6G__privacySectionHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.settings-module__eSbG6G__privacyToggleRow{background:var(--grove-colors-background-light-secondary);border:1px solid var(--grove-colors-border-lightSubtle);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;transition:all .15s;display:flex}.settings-module__eSbG6G__privacyToggleRow:hover{background:var(--grove-colors-background-light-secondary);border-color:var(--grove-colors-border-light)}.settings-module__eSbG6G__privacyToggleInfo{align-items:center;gap:12px;min-width:0;display:flex}.settings-module__eSbG6G__privacyToggleIcon{background:var(--color-bg-primary);border:1px solid var(--grove-colors-border-light);width:36px;height:36px;color:var(--grove-colors-text-light-tertiary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-module__eSbG6G__privacyToggleIconPublic{background:var(--grove-colors-brand-primarySubtle);border-color:rgba(var(--grove-colors-brand-primaryRgb), .2);color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__privacyToggleDetails{min-width:0}.settings-module__eSbG6G__privacyToggleLabel{color:var(--grove-colors-text-light-primary);font-size:13px;font-weight:600;display:block}.settings-module__eSbG6G__privacyToggleDesc{color:var(--grove-colors-text-light-tertiary);margin-top:2px;font-size:12px}.settings-module__eSbG6G__toggleSwitch{flex-shrink:0;width:48px;height:28px;position:relative}.settings-module__eSbG6G__toggleSwitchInput{opacity:0;width:0;height:0}.settings-module__eSbG6G__toggleSwitchSlider{cursor:pointer;background-color:var(--grove-colors-border-light);border-radius:28px;transition:all .2s;position:absolute;inset:0}.settings-module__eSbG6G__toggleSwitchSlider:before{content:"";background-color:var(--color-bg-primary);border-radius:50%;width:22px;height:22px;transition:all .2s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0000001a}.settings-module__eSbG6G__toggleSwitchInput:checked+.settings-module__eSbG6G__toggleSwitchSlider{background-color:var(--grove-colors-brand-primary)}.settings-module__eSbG6G__toggleSwitchInput:checked+.settings-module__eSbG6G__toggleSwitchSlider:before{transform:translate(20px)}.settings-module__eSbG6G__toggleSwitchInput:disabled+.settings-module__eSbG6G__toggleSwitchSlider{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__profileUrlRow{background:rgba(var(--grove-colors-brand-primaryRgb), .04);border:1px dashed rgba(var(--grove-colors-brand-primaryRgb), .2);border-radius:10px;margin-top:12px;padding:12px 16px}.settings-module__eSbG6G__profileUrlLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--grove-colors-text-light-tertiary);margin-bottom:4px;font-size:11px;font-weight:500;display:block}.settings-module__eSbG6G__profileUrlLink{color:var(--grove-colors-brand-primary);word-break:break-all;font-size:13px;font-weight:500;text-decoration:none}.settings-module__eSbG6G__profileUrlLink:hover{text-decoration:underline}.settings-module__eSbG6G__profilePrivateMsg{color:var(--grove-colors-text-light-tertiary);font-size:12px;font-style:italic}.settings-module__eSbG6G__socialLinkedList{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.settings-module__eSbG6G__socialAddSection{border-top:1px solid var(--grove-colors-border-light);padding-top:16px}.settings-module__eSbG6G__socialLinkedList+.settings-module__eSbG6G__socialLinkRowEditing{margin-bottom:16px}.settings-module__eSbG6G__socialLinkRowEditing+.settings-module__eSbG6G__socialAddSection{margin-top:16px}.settings-module__eSbG6G__socialAddLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--grove-colors-text-light-secondary);margin-bottom:12px;font-size:13px;font-weight:600;display:block}.settings-module__eSbG6G__socialChipGrid{flex-wrap:wrap;gap:8px;display:flex}.settings-module__eSbG6G__socialChip{border:1.5px solid var(--grove-colors-brand-primary);color:var(--grove-colors-brand-primary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:20px;align-items:center;gap:6px;padding:8px 13px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #0000000a}.settings-module__eSbG6G__socialChip:hover{background:rgba(var(--color-primary-rgb), .05);border-color:var(--grove-colors-brand-primary);color:var(--grove-colors-brand-primary);box-shadow:0 3px 10px rgba(var(--color-primary-rgb), .14);transform:translateY(-1px)}.settings-module__eSbG6G__socialChip:focus-visible{outline:2px solid var(--grove-colors-brand-primary);outline-offset:2px}.settings-module__eSbG6G__socialChip:active{transform:translateY(0)}.settings-module__eSbG6G__socialChip svg{opacity:1;width:15px;height:15px;color:var(--grove-colors-brand-primary);transition:opacity .15s}.settings-module__eSbG6G__socialChipGroupSection:not(:first-child){margin-top:24px}.settings-module__eSbG6G__socialChipGroupLabel{color:var(--grove-colors-text-light-primary);letter-spacing:-.01em;margin-bottom:8px;font-size:15px;font-weight:700;display:block}.settings-module__eSbG6G__socialChipGroupCallout{background:rgba(var(--grove-colors-brand-primaryRgb), .06);border-left:3px solid var(--grove-colors-brand-primary);border-radius:0 8px 8px 0;margin-bottom:14px;padding:12px 16px}.settings-module__eSbG6G__socialChipGroupDesc{color:var(--grove-colors-text-light-secondary);margin:0;font-size:13px;line-height:1.55}.settings-module__eSbG6G__socialChipGroupList{color:var(--grove-colors-text-light-secondary);flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:13px;line-height:1.55;list-style:outside;display:flex}.settings-module__eSbG6G__socialChipGroupList strong:after{content:" ";white-space:pre}.settings-module__eSbG6G__socialChipConnecting{opacity:.7;pointer-events:none}.settings-module__eSbG6G__socialChipConnecting svg{display:none}.settings-module__eSbG6G__socialChipConnecting span:before{content:"";vertical-align:-1px;border:2px solid var(--grove-colors-brand-primary);border-top-color:#0000;border-radius:50%;width:12px;height:12px;margin-right:4px;animation:.6s linear infinite settings-module__eSbG6G__spin;display:inline-block}@media (prefers-reduced-motion:reduce){.settings-module__eSbG6G__socialChipConnecting span:before{opacity:.5;animation:none}}.settings-module__eSbG6G__chipTipBadge{color:var(--grove-colors-brand-primary);opacity:.7;font-size:10px;font-weight:600}@media (max-width:640px){.settings-module__eSbG6G__socialChipGrid{gap:6px}.settings-module__eSbG6G__socialChip{padding:8px 14px;font-size:12.5px}}.settings-module__eSbG6G__blueskyHandleModal{background:var(--grove-colors-background-light-primary,#fff);border:1px solid var(--grove-colors-border-light);overscroll-behavior:contain;border-radius:18px;width:100%;max-width:380px;padding:2rem;animation:.2s ease-out settings-module__eSbG6G__modalSlideIn;position:relative;box-shadow:0 12px 40px #00000024}.settings-module__eSbG6G__blueskyHandleModal h3{color:var(--grove-colors-text-light-primary);margin:0 0 6px;font-size:17px;font-weight:700}.settings-module__eSbG6G__blueskyHandleModal p{color:var(--grove-colors-text-light-tertiary);margin:0 0 16px;font-size:13px;line-height:1.5}.settings-module__eSbG6G__blueskyHandleInput{border:1px solid var(--grove-colors-border-light);width:100%;color:var(--grove-colors-text-light-primary);background:var(--grove-colors-background-light-secondary);border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:14px;transition:border-color .15s}.settings-module__eSbG6G__blueskyHandleInput:focus-visible{border-color:var(--grove-colors-brand-primary);outline:2px solid var(--grove-colors-brand-primary);outline-offset:-1px}.settings-module__eSbG6G__blueskyHandleActions{gap:8px;display:flex}.settings-module__eSbG6G__blueskyHandleActions button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px 0;font-size:14px;font-weight:600;transition:all .15s}.settings-module__eSbG6G__blueskyHandleContinue{background:var(--grove-colors-brand-primary);color:#fff}.settings-module__eSbG6G__blueskyHandleContinue:hover{opacity:.9}.settings-module__eSbG6G__blueskyHandleContinue:focus-visible{outline-offset:-2px;outline:2px solid #fff}.settings-module__eSbG6G__blueskyHandleContinue:disabled{opacity:.5;cursor:not-allowed}.settings-module__eSbG6G__blueskyHandleCancel{background:var(--grove-colors-background-light-secondary);color:var(--grove-colors-text-light-secondary);border:1px solid var(--grove-colors-border-light)}.settings-module__eSbG6G__blueskyHandleCancel:hover{background:var(--grove-colors-background-light-tertiary,#eee)}.settings-module__eSbG6G__blueskyHandleCancel:focus-visible{outline:2px solid var(--grove-colors-brand-primary);outline-offset:2px}.settings-module__eSbG6G__groveKeyLink{color:var(--color-primary);text-underline-offset:2px;font-weight:500;text-decoration:underline}.settings-module__eSbG6G__groveKeyLink:hover{text-decoration:underline}.settings-module__eSbG6G__groveKeyRow{background:var(--grove-colors-bg-secondary);border:1px solid var(--grove-colors-border-light);border-radius:10px;align-items:center;gap:8px;margin-bottom:10px;padding:8px 12px;display:flex}.settings-module__eSbG6G__groveKeyCode{color:var(--grove-colors-text-light-secondary);text-overflow:ellipsis;white-space:nowrap;letter-spacing:.5px;flex:1;font-size:13px;overflow:hidden}.settings-module__eSbG6G__groveKeyActions{flex-shrink:0;gap:2px;display:flex}.settings-module__eSbG6G__groveKeyBtn{width:28px;height:28px;color:var(--grove-colors-text-light-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.settings-module__eSbG6G__groveKeyBtn:hover{background:var(--grove-colors-border-light);color:var(--grove-colors-text-light-primary)}.settings-module__eSbG6G__groveKeyExtensionLink{color:var(--grove-colors-primary);align-items:center;gap:4px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.settings-module__eSbG6G__groveKeyExtensionLink:hover{text-decoration:underline}.settings-module__eSbG6G__discordSupport{width:100%;font-size:var(--text-sm);color:#fffffff2;border-radius:var(--radius-md,12px);background:#5865f2;border:1px solid #4752c4;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:14px 20px;font-weight:600;text-decoration:none;transition:all .15s;display:flex;box-shadow:0 1px 3px #5865f233}.settings-module__eSbG6G__discordSupport:hover{color:#fff;background:#4752c4;border-color:#3c45a5;transform:translateY(-1px);box-shadow:0 2px 8px #5865f24d}.settings-module__eSbG6G__discordSupport svg:first-child{color:#ffffffe6;flex-shrink:0}.settings-module__eSbG6G__discordSupport svg:last-child{color:#fff9;flex-shrink:0}
.SocialRegisterDialog-module__rncqeq__backdrop{z-index:var(--z-overlay,1000);-webkit-backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.SocialRegisterDialog-module__rncqeq__dialog{-webkit-backdrop-filter:blur(40px);border-radius:var(--radius-2xl,20px);width:100%;max-width:440px;box-shadow:0 0 0 1px rgba(var(--color-primary-rgb), .05), 0 20px 60px #00000080, 0 0 100px rgba(var(--color-primary-rgb), .06);color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0f2016f2;border:1px solid #ffffff1a;padding:40px 32px 28px;position:relative}.SocialRegisterDialog-module__rncqeq__closeButton{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:16px}.SocialRegisterDialog-module__rncqeq__closeButton:hover:not(:disabled){color:#ffffffe6;background:#ffffff1a}.SocialRegisterDialog-module__rncqeq__closeButton:disabled{opacity:.4;cursor:not-allowed}.SocialRegisterDialog-module__rncqeq__header{text-align:center;margin-bottom:24px}.SocialRegisterDialog-module__rncqeq__title{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;text-wrap:balance;margin:0 0 6px;font-size:1.75rem;font-weight:700;line-height:1.2}.SocialRegisterDialog-module__rncqeq__subtitle{color:#ffffff8c;text-wrap:balance;margin:0;font-size:.9375rem;line-height:1.5}.SocialRegisterDialog-module__rncqeq__form{flex-direction:column;gap:18px;display:flex}.SocialRegisterDialog-module__rncqeq__field{flex-direction:column;gap:8px;display:flex}.SocialRegisterDialog-module__rncqeq__label{color:var(--grove-colors-text-dark-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.SocialRegisterDialog-module__rncqeq__input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;font-weight:500;transition:background .2s,border-color .2s,box-shadow .2s}.SocialRegisterDialog-module__rncqeq__input::placeholder{color:#ffffff4d;font-weight:400}.SocialRegisterDialog-module__rncqeq__input:focus{border-color:var(--grove-colors-brand-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .15);background:#ffffff1f}.SocialRegisterDialog-module__rncqeq__input:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff0a}.SocialRegisterDialog-module__rncqeq__handleInputWrapper{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;align-items:center;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.SocialRegisterDialog-module__rncqeq__handleInputWrapper:focus-within{border-color:var(--grove-colors-brand-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb), .15);background:#ffffff1f}.SocialRegisterDialog-module__rncqeq__handlePrefix{color:#fff6;-webkit-user-select:none;user-select:none;flex-shrink:0;padding-left:16px;padding-right:2px;font-size:1rem;font-weight:500}.SocialRegisterDialog-module__rncqeq__handleInput{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 16px 14px 0;font-family:inherit;font-size:1rem;font-weight:500}.SocialRegisterDialog-module__rncqeq__handleInput::placeholder{color:#ffffff4d;font-weight:400}.SocialRegisterDialog-module__rncqeq__inputError,.SocialRegisterDialog-module__rncqeq__handleInputWrapper.SocialRegisterDialog-module__rncqeq__inputError{border-color:var(--color-error)}.SocialRegisterDialog-module__rncqeq__inputError:focus,.SocialRegisterDialog-module__rncqeq__handleInputWrapper.SocialRegisterDialog-module__rncqeq__inputError:focus-within{border-color:var(--color-error);box-shadow:0 0 0 3px rgba(var(--color-error-rgb), .15)}.SocialRegisterDialog-module__rncqeq__statusMessage{min-height:1em;font-size:.8125rem}.SocialRegisterDialog-module__rncqeq__status--ok{color:var(--grove-colors-brand-primary)}.SocialRegisterDialog-module__rncqeq__status--error{color:var(--color-error)}.SocialRegisterDialog-module__rncqeq__status--muted{color:#ffffff73}.SocialRegisterDialog-module__rncqeq__fieldError{color:var(--color-error);font-size:.8125rem}.SocialRegisterDialog-module__rncqeq__formError{color:var(--color-error);background:rgba(var(--color-error-rgb), .08);border:1px solid rgba(var(--color-error-rgb), .25);border-radius:10px;padding:12px 14px;font-size:.8125rem}.SocialRegisterDialog-module__rncqeq__actions{grid-template-columns:1fr 1.4fr;gap:10px;margin-top:4px;display:grid}.SocialRegisterDialog-module__rncqeq__cancelButton{color:var(--grove-colors-text-dark-secondary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:14px 20px;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .2s,color .2s}.SocialRegisterDialog-module__rncqeq__cancelButton:hover:not(:disabled){color:#fff;background:#ffffff1a}.SocialRegisterDialog-module__rncqeq__cancelButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:440px){.SocialRegisterDialog-module__rncqeq__dialog{padding:36px 22px 24px}.SocialRegisterDialog-module__rncqeq__title{font-size:1.5rem}.SocialRegisterDialog-module__rncqeq__actions{grid-template-columns:1fr}}
.ClaimHint-module__rdLkEW__icon{width:18px;height:18px;color:rgba(var(--color-primary-rgb), 1);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.ClaimHint-module__rdLkEW__body{flex-direction:column;gap:6px;min-width:0;display:flex}.ClaimHint-module__rdLkEW__identity{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.01em;word-break:break-all;font-size:.9375rem;font-weight:600;animation:.24s ease-out both ClaimHint-module__rdLkEW__identityFadeIn}@keyframes ClaimHint-module__rdLkEW__identityFadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.ClaimHint-module__rdLkEW__copy{color:#ffffffb8;font-size:.8125rem;line-height:1.5}
@keyframes QRCardModal-module__L7qoCq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes QRCardModal-module__L7qoCq__scaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.QRCardModal-module__L7qoCq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-modal);background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out QRCardModal-module__L7qoCq__fadeIn;display:flex;position:fixed;inset:0}.QRCardModal-module__L7qoCq__modal{background:var(--color-bg-primary);border-radius:1.5rem;flex-direction:column;align-items:center;width:100%;max-width:400px;animation:.3s cubic-bezier(.16,1,.3,1) QRCardModal-module__L7qoCq__scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 48px #0000001f,0 0 0 1px #0000000a}.QRCardModal-module__L7qoCq__closeButton{background:var(--color-bg-tertiary,#0000000d);color:var(--color-text-tertiary);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);z-index:2;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:14px;right:14px}.QRCardModal-module__L7qoCq__closeButton:hover{color:var(--color-text-primary);background:var(--color-bg-tertiary,#0000001a)}.QRCardModal-module__L7qoCq__qrWrap{flex-direction:column;align-items:center;padding:28px 28px 12px;display:flex;position:relative}.QRCardModal-module__L7qoCq__qrCanvas{border-radius:16px;display:inline-block;position:relative;overflow:hidden}.QRCardModal-module__L7qoCq__qrSvgSlot{line-height:0}.QRCardModal-module__L7qoCq__qrCanvas svg{border-radius:16px;display:block}.QRCardModal-module__L7qoCq__avatarOverlay{aspect-ratio:1;border:3px solid var(--modal-accent,var(--color-primary));box-sizing:border-box;pointer-events:none;background:#fff;border-radius:50%;width:30%;padding:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #fff}.QRCardModal-module__L7qoCq__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.QRCardModal-module__L7qoCq__actions{grid-template-columns:1fr 1fr;gap:10px;width:100%;padding:0 28px 28px;display:grid}.QRCardModal-module__L7qoCq__actionButton{border:1px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:14px;font-weight:600;display:flex}.QRCardModal-module__L7qoCq__actionButton:hover{opacity:.85}.QRCardModal-module__L7qoCq__actionButton:active{transform:scale(.97)}.QRCardModal-module__L7qoCq__actionPrimary{background:var(--modal-accent,var(--color-primary));color:#fff;border-color:var(--modal-accent,var(--color-primary))}@media (max-width:480px){.QRCardModal-module__L7qoCq__overlay{align-items:flex-end;padding:0}.QRCardModal-module__L7qoCq__modal{border-radius:1.5rem 1.5rem 0 0;max-width:100%;max-height:100dvh;animation:.3s cubic-bezier(.16,1,.3,1) QRCardModal-module__L7qoCq__slideUp}.QRCardModal-module__L7qoCq__qrWrap{padding:28px 24px 20px}.QRCardModal-module__L7qoCq__qrCanvas svg{width:min(300px,75vw)!important;height:min(300px,75vw)!important}}@keyframes QRCardModal-module__L7qoCq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
@keyframes ConfirmModal-module__pIArVa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmModal-module__pIArVa__modalSpringIn{0%{opacity:0;transform:translateY(12px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmModal-module__pIArVa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out ConfirmModal-module__pIArVa__fadeIn;display:flex;position:fixed;inset:0}.ConfirmModal-module__pIArVa__modal{background:var(--color-bg-primary);width:100%;max-width:400px;box-shadow:var(--shadow-lg);animation:ConfirmModal-module__pIArVa__modalSpringIn .35s var(--ease-spring);border-radius:1rem;padding:1.5rem}.ConfirmModal-module__pIArVa__title{color:var(--color-text);margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.ConfirmModal-module__pIArVa__message{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.ConfirmModal-module__pIArVa__actions{justify-content:flex-end;gap:.75rem;display:flex}.ConfirmModal-module__pIArVa__cancelButton{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ConfirmModal-module__pIArVa__cancelButton:hover{background:var(--color-bg-tertiary);color:var(--color-text)}.ConfirmModal-module__pIArVa__confirmButton{background:var(--color-primary);color:var(--color-text-inverse);cursor:pointer;border:none;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ConfirmModal-module__pIArVa__confirmButton:hover{opacity:.9}.ConfirmModal-module__pIArVa__confirmButton.ConfirmModal-module__pIArVa__danger{background:var(--color-error,#ef4444)}.ConfirmModal-module__pIArVa__confirmButton.ConfirmModal-module__pIArVa__danger:hover{background:var(--color-error-hover,#dc2626)}
