.AuthModal-module__eGxINa__modalOverlay{background:var(--vs-color-surface-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--vs-z-modal);padding:var(--vs-space-4);animation:AuthModal-module__eGxINa__fadeIn var(--vs-duration-slow) var(--vs-easing-entrance);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AuthModal-module__eGxINa__standaloneWrapper{min-height:100vh;padding:var(--vs-space-4);background:var(--vs-color-surface-page);justify-content:center;align-items:center;display:flex}.AuthModal-module__eGxINa__loginCard{background:var(--vs-color-surface-default);border:1px solid var(--vs-color-border-subtle);border-radius:var(--vs-radius-3xl);padding:var(--vs-space-8) var(--vs-space-6);width:100%;max-width:440px;box-shadow:var(--vs-shadow-modal);animation:AuthModal-module__eGxINa__scaleIn var(--vs-duration-slow) var(--vs-easing-entrance);flex-direction:column;display:flex}@media (min-width:480px){.AuthModal-module__eGxINa__loginCard{padding:var(--vs-space-10)}}@keyframes AuthModal-module__eGxINa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__eGxINa__scaleIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.AuthModal-module__eGxINa__verifyIconWrapper{width:64px;height:64px;margin:0 auto var(--vs-space-6) auto;justify-content:center;align-items:center;display:flex;position:relative}.AuthModal-module__eGxINa__verifyIconGlow{background:radial-gradient(circle, var(--vs-color-brand-surface-strong) 0%, transparent 70%);border-radius:var(--vs-radius-full);opacity:.8;animation:3s ease-in-out infinite AuthModal-module__eGxINa__pulseGlow;position:absolute;inset:-8px}@keyframes AuthModal-module__eGxINa__pulseGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.AuthModal-module__eGxINa__verifyIconBadge{border-radius:var(--vs-radius-2xl);background:var(--vs-color-brand-surface);border:1px solid var(--vs-color-brand-border);width:64px;height:64px;color:var(--vs-color-brand-solid);box-shadow:var(--vs-elevation-sm);justify-content:center;align-items:center;display:flex;position:relative}.AuthModal-module__eGxINa__header{margin-bottom:var(--vs-space-6);text-align:center}.AuthModal-module__eGxINa__authLogoImg{object-fit:contain;border-radius:12px;width:48px;height:48px;margin:0 auto .75rem;display:block}.AuthModal-module__eGxINa__loginTitle{font-size:var(--vs-font-size-2xl);font-weight:var(--vs-font-weight-extrabold);margin-bottom:var(--vs-space-2);color:var(--vs-color-content-primary);letter-spacing:var(--vs-font-tracking-tight)}.AuthModal-module__eGxINa__loginSubtitle{color:var(--vs-color-content-secondary);font-size:var(--vs-font-size-sm);line-height:var(--vs-font-line-height-normal)}.AuthModal-module__eGxINa__emailPill{background:var(--vs-color-surface-subtle);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-xl);padding:var(--vs-space-3) var(--vs-space-4);margin-bottom:var(--vs-space-6);justify-content:space-between;align-items:center;gap:var(--vs-space-2);display:flex}.AuthModal-module__eGxINa__emailPillContent{align-items:center;gap:var(--vs-space-2-5);min-width:0;display:flex}.AuthModal-module__eGxINa__emailIcon{color:var(--vs-color-brand-solid);flex-shrink:0}.AuthModal-module__eGxINa__emailText{font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-semibold);color:var(--vs-color-content-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AuthModal-module__eGxINa__changeEmailBtn{color:var(--vs-color-brand-solid);font-size:var(--vs-font-size-xs);font-weight:var(--vs-font-weight-semibold);cursor:pointer;padding:var(--vs-space-1) var(--vs-space-2);border-radius:var(--vs-radius-sm);transition:background var(--vs-duration-fast) var(--vs-easing-standard);background:0 0;border:none;flex-shrink:0}.AuthModal-module__eGxINa__changeEmailBtn:hover{background:var(--vs-color-brand-surface)}.AuthModal-module__eGxINa__actionGroup{gap:var(--vs-space-3);margin-bottom:var(--vs-space-2);flex-direction:column;display:flex}.AuthModal-module__eGxINa__primaryWebmailBtn{background:var(--vs-color-brand-solid);width:100%;color:var(--vs-color-brand-on-solid);border-radius:var(--vs-radius-lg);padding:var(--vs-space-3-5) var(--vs-space-4);font-size:var(--vs-font-size-base);font-weight:var(--vs-font-weight-semibold);cursor:pointer;justify-content:center;align-items:center;gap:var(--vs-space-2);transition:all var(--vs-duration-base) var(--vs-easing-standard);box-shadow:var(--vs-elevation-xs);border:none;text-decoration:none;display:inline-flex}.AuthModal-module__eGxINa__primaryWebmailBtn:hover{background:var(--vs-color-brand-solid-hover);box-shadow:var(--vs-elevation-sm);transform:translateY(-1px)}.AuthModal-module__eGxINa__secondaryResendBtn{background:var(--vs-color-surface-default);border:1px solid var(--vs-color-border-default);width:100%;color:var(--vs-color-content-primary);border-radius:var(--vs-radius-lg);padding:var(--vs-space-3) var(--vs-space-4);font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-medium);cursor:pointer;transition:all var(--vs-duration-base) var(--vs-easing-standard)}.AuthModal-module__eGxINa__secondaryResendBtn:hover:not(:disabled){background:var(--vs-color-interactive-hover);border-color:var(--vs-color-border-strong)}.AuthModal-module__eGxINa__secondaryResendBtn:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__eGxINa__form{gap:var(--vs-space-5);margin-bottom:var(--vs-space-6);flex-direction:column;display:flex}.AuthModal-module__eGxINa__inputGroup{gap:var(--vs-space-2);flex-direction:column;display:flex}.AuthModal-module__eGxINa__label{font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-semibold);color:var(--vs-color-content-secondary);margin-left:var(--vs-space-1)}.AuthModal-module__eGxINa__inputIconWrapper{align-items:center;width:100%;display:flex;position:relative}.AuthModal-module__eGxINa__inputLeftIcon{left:var(--vs-space-3-5);color:var(--vs-color-content-tertiary);pointer-events:none;transition:color var(--vs-duration-fast) var(--vs-easing-standard);z-index:1;position:absolute}.AuthModal-module__eGxINa__loginInput{background:var(--vs-color-surface-subtle);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-lg);width:100%;padding:var(--vs-space-3) var(--vs-space-4);color:var(--vs-color-content-primary);font-size:var(--vs-font-size-sm);transition:all var(--vs-duration-base) var(--vs-easing-standard);outline:none}.AuthModal-module__eGxINa__loginInput.AuthModal-module__eGxINa__hasLeftIcon{padding-left:var(--vs-space-10)}.AuthModal-module__eGxINa__loginInput.AuthModal-module__eGxINa__hasRightIcon{padding-right:var(--vs-space-10)}.AuthModal-module__eGxINa__inputIconWrapper:focus-within .AuthModal-module__eGxINa__inputLeftIcon{color:var(--vs-color-brand-content)}.AuthModal-module__eGxINa__loginInput:focus{background:var(--vs-color-surface-default);border-color:var(--vs-color-border-focus);box-shadow:var(--vs-shadow-focus)}.AuthModal-module__eGxINa__eyeBtn{right:var(--vs-space-3);color:var(--vs-color-content-placeholder);cursor:pointer;padding:var(--vs-space-1);transition:color var(--vs-duration-fast) var(--vs-easing-standard);z-index:2;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.AuthModal-module__eGxINa__eyeBtn:hover{color:var(--vs-color-content-secondary)}.AuthModal-module__eGxINa__loginBtn{background:var(--vs-color-surface-inverse);width:100%;color:var(--vs-color-content-inverse);border-radius:var(--vs-radius-lg);padding:var(--vs-space-3-5);font-weight:var(--vs-font-weight-semibold);font-size:var(--vs-font-size-base);cursor:pointer;transition:all var(--vs-duration-base) var(--vs-easing-standard);margin-top:var(--vs-space-2);border:none}.AuthModal-module__eGxINa__loginBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.AuthModal-module__eGxINa__loginBtn:disabled{opacity:.7;cursor:not-allowed}.AuthModal-module__eGxINa__toggleContainer{text-align:center;font-size:var(--vs-font-size-sm);color:var(--vs-color-content-tertiary);margin-bottom:var(--vs-space-6)}.AuthModal-module__eGxINa__toggleContainer:last-child{margin-bottom:0}.AuthModal-module__eGxINa__toggleBtn{color:var(--vs-color-content-primary);font-weight:var(--vs-font-weight-semibold);cursor:pointer;margin-left:var(--vs-space-1);background:0 0;border:none;padding:0}.AuthModal-module__eGxINa__toggleBtn:hover{text-decoration:underline}.AuthModal-module__eGxINa__backBtn{color:var(--vs-color-content-secondary);font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-medium);cursor:pointer;align-items:center;gap:var(--vs-space-1-5);padding:var(--vs-space-1) var(--vs-space-2);border-radius:var(--vs-radius-md);transition:color var(--vs-duration-fast) var(--vs-easing-standard);background:0 0;border:none;display:inline-flex}.AuthModal-module__eGxINa__backBtn:hover{color:var(--vs-color-content-primary)}.AuthModal-module__eGxINa__forgotRow{margin-top:calc(-1 * var(--vs-space-1));justify-content:flex-end;display:flex}.AuthModal-module__eGxINa__forgotBtn{color:var(--vs-color-content-secondary);font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-medium);cursor:pointer;transition:color var(--vs-duration-fast) var(--vs-easing-standard);background:0 0;border:none;padding:0}.AuthModal-module__eGxINa__forgotBtn:hover{color:var(--vs-color-content-primary);text-decoration:underline}.AuthModal-module__eGxINa__divider{text-align:center;margin:var(--vs-space-6) 0;color:var(--vs-color-content-tertiary);font-size:var(--vs-font-size-xs);font-weight:var(--vs-font-weight-semibold);text-transform:uppercase;letter-spacing:var(--vs-font-tracking-wider);align-items:center;display:flex}.AuthModal-module__eGxINa__divider:before,.AuthModal-module__eGxINa__divider:after{content:"";border-bottom:1px solid var(--vs-color-border-subtle);flex:1}.AuthModal-module__eGxINa__divider:before{margin-right:var(--vs-space-4)}.AuthModal-module__eGxINa__divider:after{margin-left:var(--vs-space-4)}.AuthModal-module__eGxINa__googleBtn{background:var(--vs-color-surface-default);border:1px solid var(--vs-color-border-default);width:100%;color:var(--vs-color-content-primary);justify-content:center;align-items:center;gap:var(--vs-space-3);border-radius:var(--vs-radius-lg);padding:var(--vs-space-3-5);font-weight:var(--vs-font-weight-medium);font-size:var(--vs-font-size-base);cursor:pointer;transition:all var(--vs-duration-base) var(--vs-easing-standard);display:flex}.AuthModal-module__eGxINa__googleBtn:hover:not(:disabled){background:var(--vs-color-interactive-hover);border-color:var(--vs-color-border-strong)}.AuthModal-module__eGxINa__error{background:var(--vs-color-danger-surface);color:var(--vs-color-danger-content);border:1px solid var(--vs-color-danger-border);padding:var(--vs-space-3) var(--vs-space-4);border-radius:var(--vs-radius-lg);font-size:var(--vs-font-size-sm);margin-bottom:var(--vs-space-4);justify-content:center;align-items:center;gap:var(--vs-space-2);display:flex}.AuthModal-module__eGxINa__success{background:var(--vs-color-success-surface);color:var(--vs-color-success-content);border:1px solid var(--vs-color-success-border);padding:var(--vs-space-3) var(--vs-space-4);border-radius:var(--vs-radius-lg);font-size:var(--vs-font-size-sm);margin-bottom:var(--vs-space-4);justify-content:center;align-items:center;gap:var(--vs-space-2);display:flex}.AuthModal-module__eGxINa__helpHint{font-size:var(--vs-font-size-xs);color:var(--vs-color-content-tertiary);text-align:center;line-height:var(--vs-font-line-height-normal);margin-top:var(--vs-space-3);margin-bottom:var(--vs-space-4)}
.SuspendedNotice-module__0EC5Fq__overlay{z-index:var(--vs-z-modal);padding:var(--vs-space-4);background:var(--vs-color-surface-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:SuspendedNotice-module__0EC5Fq__fade var(--vs-duration-base) var(--vs-easing-entrance);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes SuspendedNotice-module__0EC5Fq__fade{0%{opacity:0}}.SuspendedNotice-module__0EC5Fq__dialog{width:100%;max-width:28rem;padding:var(--vs-space-6) var(--vs-space-5);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-2xl);background:var(--vs-color-surface-default);box-shadow:var(--vs-shadow-modal);text-align:center;animation:SuspendedNotice-module__0EC5Fq__rise var(--vs-duration-base) var(--vs-easing-entrance)}@keyframes SuspendedNotice-module__0EC5Fq__rise{0%{opacity:0;transform:translateY(12px)scale(.97)}}.SuspendedNotice-module__0EC5Fq__icon{width:3.5rem;height:3.5rem;margin:0 auto var(--vs-space-4);border-radius:var(--vs-radius-full);background:var(--vs-color-danger-surface);color:var(--vs-color-danger-content);justify-content:center;align-items:center;display:flex}.SuspendedNotice-module__0EC5Fq__title{margin-bottom:var(--vs-space-2);font-size:var(--vs-font-size-xl);font-weight:var(--vs-font-weight-bold);color:var(--vs-color-content-primary)}.SuspendedNotice-module__0EC5Fq__message{margin-bottom:var(--vs-space-4);font-size:var(--vs-font-size-sm);line-height:var(--vs-font-line-height-relaxed);color:var(--vs-color-content-secondary)}.SuspendedNotice-module__0EC5Fq__issueToggle{justify-content:center;align-items:center;gap:var(--vs-space-2);margin-bottom:var(--vs-space-4);padding:var(--vs-space-2) var(--vs-space-3);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-lg);background:var(--vs-color-surface-subtle);color:var(--vs-color-content-secondary);font-family:inherit;font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-medium);cursor:pointer;transition:background var(--vs-duration-fast) var(--vs-easing-standard);display:inline-flex}.SuspendedNotice-module__0EC5Fq__issueToggle:hover{background:var(--vs-color-interactive-hover);color:var(--vs-color-content-primary)}.SuspendedNotice-module__0EC5Fq__reasonMeta{margin-top:var(--vs-space-2);font-size:var(--vs-font-size-xs);color:var(--vs-color-content-tertiary)}.SuspendedNotice-module__0EC5Fq__reasonBox{margin-bottom:var(--vs-space-5);padding:var(--vs-space-3);border:1px solid var(--vs-color-danger-border);border-radius:var(--vs-radius-lg);background:var(--vs-color-danger-surface);text-align:left}.SuspendedNotice-module__0EC5Fq__reasonLabel{margin-bottom:var(--vs-space-1);font-size:var(--vs-font-size-2xs);font-weight:var(--vs-font-weight-semibold);letter-spacing:var(--vs-font-tracking-wider);text-transform:uppercase;color:var(--vs-color-danger-content);display:block}.SuspendedNotice-module__0EC5Fq__reasonText{font-size:var(--vs-font-size-sm);color:var(--vs-color-content-primary);overflow-wrap:anywhere}.SuspendedNotice-module__0EC5Fq__actions{gap:var(--vs-space-2);flex-direction:column;display:flex}.SuspendedNotice-module__0EC5Fq__footerLinks{justify-content:center;align-items:center;gap:var(--vs-space-2);margin-top:var(--vs-space-4);padding-top:var(--vs-space-4);border-top:1px solid var(--vs-color-border-subtle);display:flex}.SuspendedNotice-module__0EC5Fq__textLink{font-size:var(--vs-font-size-sm);color:var(--vs-color-content-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none}.SuspendedNotice-module__0EC5Fq__textLink:hover{color:var(--vs-color-content-primary);text-decoration:underline}.SuspendedNotice-module__0EC5Fq__dot{color:var(--vs-color-content-placeholder)}.SuspendedNotice-module__0EC5Fq__primaryBtn,.SuspendedNotice-module__0EC5Fq__secondaryBtn{justify-content:center;align-items:center;gap:var(--vs-space-2);height:var(--vs-size-field-height);padding:0 var(--vs-space-4);border-radius:var(--vs-radius-lg);font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-semibold);cursor:pointer;transition:background var(--vs-duration-fast) var(--vs-easing-standard);text-decoration:none;display:inline-flex}.SuspendedNotice-module__0EC5Fq__primaryBtn{background:var(--vs-color-brand-solid);color:var(--vs-color-brand-on-solid);border:none}.SuspendedNotice-module__0EC5Fq__primaryBtn:hover{background:var(--vs-color-brand-solid-hover)}.SuspendedNotice-module__0EC5Fq__secondaryBtn{border:1px solid var(--vs-color-border-default);background:var(--vs-color-surface-default);color:var(--vs-color-content-primary)}.SuspendedNotice-module__0EC5Fq__secondaryBtn:hover{background:var(--vs-color-interactive-hover)}@media (min-width:576px){.SuspendedNotice-module__0EC5Fq__actions{flex-direction:row;justify-content:center}.SuspendedNotice-module__0EC5Fq__primaryBtn,.SuspendedNotice-module__0EC5Fq__secondaryBtn{flex:1}}
.SupportChatPopup-module__lbz_Oq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1101;background:#ffffff80;position:fixed;inset:0}.SupportChatPopup-module__lbz_Oq__popup{z-index:1102;background:#fff;border-radius:24px;flex-direction:column;width:400px;height:560px;animation:.3s cubic-bezier(.16,1,.3,1) SupportChatPopup-module__lbz_Oq__slideUp;display:flex;position:fixed;bottom:30px;right:30px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d}@keyframes SupportChatPopup-module__lbz_Oq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.SupportChatPopup-module__lbz_Oq__header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;display:flex}.SupportChatPopup-module__lbz_Oq__headerInfo{flex-direction:column;display:flex}.SupportChatPopup-module__lbz_Oq__headerName{letter-spacing:-.02em;background:linear-gradient(135deg,#18181b 0%,#52525b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.05rem;font-weight:800}.SupportChatPopup-module__lbz_Oq__headerSub{color:#a1a1aa;font-size:.75rem}.SupportChatPopup-module__lbz_Oq__closeBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s}.SupportChatPopup-module__lbz_Oq__closeBtn:hover{color:#18181b}.SupportChatPopup-module__lbz_Oq__thread{background:#fafafa;flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.SupportChatPopup-module__lbz_Oq__empty{text-align:center;color:#a1a1aa;margin:auto;padding:2rem 1.5rem;font-size:.88rem}.SupportChatPopup-module__lbz_Oq__bubbleRow{display:flex}.SupportChatPopup-module__lbz_Oq__rowIn{justify-content:flex-start}.SupportChatPopup-module__lbz_Oq__rowOut{justify-content:flex-end}.SupportChatPopup-module__lbz_Oq__bubble{border-radius:18px;flex-direction:column;gap:4px;max-width:80%;padding:.65rem .9rem;display:flex}.SupportChatPopup-module__lbz_Oq__bubbleIn{color:#18181b;background:#fff;border:1px solid #0000000f;border-bottom-left-radius:6px}.SupportChatPopup-module__lbz_Oq__bubbleOut{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-bottom-right-radius:6px}.SupportChatPopup-module__lbz_Oq__bubbleText{white-space:pre-wrap;word-break:break-word;font-size:.88rem;line-height:1.45}.SupportChatPopup-module__lbz_Oq__bubbleTime{opacity:.7;align-self:flex-end;font-size:.68rem}.SupportChatPopup-module__lbz_Oq__composer{background:#fff;border-top:1px solid #0000000d;padding:.75rem 1rem 1rem}.SupportChatPopup-module__lbz_Oq__composerRow{align-items:flex-end;gap:.6rem;display:flex}.SupportChatPopup-module__lbz_Oq__textarea{resize:none;border:1px solid #0000001a;border-radius:16px;outline:none;flex:1;max-height:120px;padding:.7rem .9rem;font-family:inherit;font-size:.88rem;line-height:1.4;transition:border-color .2s}.SupportChatPopup-module__lbz_Oq__textarea:focus{border-color:#6366f1}.SupportChatPopup-module__lbz_Oq__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:16px;padding:.7rem 1.1rem;font-size:.85rem;font-weight:700;transition:opacity .2s}.SupportChatPopup-module__lbz_Oq__sendBtn:disabled{opacity:.5;cursor:not-allowed}.SupportChatPopup-module__lbz_Oq__errorText{color:#ef4444;margin-bottom:.5rem;font-size:.8rem}@media (max-width:756px){.SupportChatPopup-module__lbz_Oq__popup{width:auto;height:70vh;bottom:12px;left:12px;right:12px}}
.FloatingChatButton-module__zSwKfq__button{color:#fff;z-index:1000;cursor:pointer;background:linear-gradient(90deg,#6366f1,#a855f7,#6366f1) 0 0/200%;border-radius:30px;justify-content:center;align-items:center;gap:12px;width:auto;min-width:64px;height:60px;padding:0 24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:4s linear infinite FloatingChatButton-module__zSwKfq__shimmer;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 25px #6366f166,0 0 0 1px #ffffff1a}@keyframes FloatingChatButton-module__zSwKfq__shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.FloatingChatButton-module__zSwKfq__text{letter-spacing:-.01em;font-size:16px;font-weight:700}.FloatingChatButton-module__zSwKfq__button:hover{animation-duration:1.5s;transform:translateY(-5px)scale(1.05);box-shadow:0 15px 35px #a855f766,0 0 0 2px #fff3}.FloatingChatButton-module__zSwKfq__button:active{transform:scale(.95)}.FloatingChatButton-module__zSwKfq__badge{background-color:#ef4444;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px;box-shadow:0 2px 8px #ef44444d}@media (max-width:756px){.FloatingChatButton-module__zSwKfq__button{width:56px;height:56px;bottom:20px;right:20px}}
.QuickChatPopup-module__-Mz47a__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;background:#ffffff80;position:fixed;inset:0}.QuickChatPopup-module__-Mz47a__popup{z-index:1002;background:#fff;border-radius:24px;flex-direction:column;width:480px;height:650px;animation:.3s cubic-bezier(.16,1,.3,1) QuickChatPopup-module__-Mz47a__slideUp;display:flex;position:fixed;bottom:100px;right:30px;overflow:hidden;box-shadow:0 20px 60px #0000001a,0 0 0 1px #0000000d}@keyframes QuickChatPopup-module__-Mz47a__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.QuickChatPopup-module__-Mz47a__header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.QuickChatPopup-module__-Mz47a__header h3{letter-spacing:-.02em;background:linear-gradient(135deg,#18181b 0%,#52525b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.15rem;font-weight:800}.QuickChatPopup-module__-Mz47a__closeBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s}.QuickChatPopup-module__-Mz47a__closeBtn:hover{color:#18181b}.QuickChatPopup-module__-Mz47a__content{flex:1;padding:.5rem;overflow-y:auto}.QuickChatPopup-module__-Mz47a__loading,.QuickChatPopup-module__-Mz47a__empty{text-align:center;color:#71717a;padding:3rem 1.5rem;font-size:.9rem}.QuickChatPopup-module__-Mz47a__list{flex-direction:column;gap:.25rem;display:flex}.QuickChatPopup-module__-Mz47a__partnerItem{cursor:pointer;border-radius:16px;align-items:center;gap:1rem;padding:.85rem 1rem;transition:all .2s;display:flex}.QuickChatPopup-module__-Mz47a__partnerItem:hover{background-color:#f8fafc}.QuickChatPopup-module__-Mz47a__avatarWrapper{position:relative}.QuickChatPopup-module__-Mz47a__avatar{object-fit:cover;border-radius:14px;width:44px;height:44px;box-shadow:0 4px 10px #0000000d}.QuickChatPopup-module__-Mz47a__avatarPlaceholder{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.QuickChatPopup-module__-Mz47a__nameRow{align-items:center;gap:.5rem;display:flex}.QuickChatPopup-module__-Mz47a__supportTag{color:#4f46e5;letter-spacing:.02em;background:#4f46e51a;border-radius:6px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.QuickChatPopup-module__-Mz47a__unreadBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.QuickChatPopup-module__-Mz47a__info{flex-direction:column;flex:1;gap:.15rem;display:flex}.QuickChatPopup-module__-Mz47a__name{color:#18181b;font-size:.95rem;font-weight:700}.QuickChatPopup-module__-Mz47a__username{color:#71717a;font-size:.8rem}.QuickChatPopup-module__-Mz47a__chatIcon{color:#6366f1;opacity:0;transition:all .2s;transform:translate(-10px)}.QuickChatPopup-module__-Mz47a__partnerItem:hover .QuickChatPopup-module__-Mz47a__chatIcon{opacity:1;transform:translate(0)}.QuickChatPopup-module__-Mz47a__activePartnerHeader{flex:1;align-items:center;gap:1rem;display:flex}.QuickChatPopup-module__-Mz47a__backBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.QuickChatPopup-module__-Mz47a__backBtn:hover{color:#18181b;background-color:#f4f4f5}.QuickChatPopup-module__-Mz47a__partnerInfo{flex-direction:column;display:flex}.QuickChatPopup-module__-Mz47a__headerName{color:#18181b;letter-spacing:-.01em;font-size:1rem;font-weight:800}.QuickChatPopup-module__-Mz47a__headerStatus{color:#22c55e;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;display:flex}.QuickChatPopup-module__-Mz47a__headerStatus:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px}.QuickChatPopup-module__-Mz47a__chatWrapper{flex-direction:column;width:100%;height:100%;display:flex}@media (max-width:480px){.QuickChatPopup-module__-Mz47a__popup{border-radius:32px 32px 0 0;width:100%;height:85vh;bottom:0;right:0}}.QuickChatPopup-module__-Mz47a__contentPadded{padding:var(--vs-space-2)}.QuickChatPopup-module__-Mz47a__contentFlush{padding:0}.QuickChatPopup-module__-Mz47a__searchWrapper{padding:var(--vs-space-1) var(--vs-space-2) var(--vs-space-3)}.QuickChatPopup-module__-Mz47a__searchInput{border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-md);width:100%;font-size:var(--vs-font-size-base);background-color:var(--vs-color-surface-page);color:var(--vs-color-content-primary);padding:.6rem .8rem}.QuickChatPopup-module__-Mz47a__supportFooter{background:#fafafa;border-top:1px solid #0000000d;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1.25rem;font-size:.8rem;display:flex}.QuickChatPopup-module__-Mz47a__supportText{color:#71717a}.QuickChatPopup-module__-Mz47a__supportLink{font:inherit;color:#6366f1;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.QuickChatPopup-module__-Mz47a__supportLink:hover{color:#4f46e5}.QuickChatPopup-module__-Mz47a__supportLink:focus-visible{outline-offset:2px;border-radius:3px;outline:2px solid #6366f1}
.ChatModal-module__6BhJWG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;animation:.2s ChatModal-module__6BhJWG__fadeIn;display:flex;position:fixed;inset:0}.ChatModal-module__6BhJWG__chatContainer{background:#fff;border-radius:24px;flex-direction:column;width:90%;max-width:500px;height:80vh;max-height:700px;animation:.3s cubic-bezier(.16,1,.3,1) ChatModal-module__6BhJWG__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.ChatModal-module__6BhJWG__embeddedContainer{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.ChatModal-module__6BhJWG__chatHeader{background:#fff;border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ChatModal-module__6BhJWG__headerInfo{align-items:center;gap:1rem;display:flex}.ChatModal-module__6BhJWG__headerImage{object-fit:cover;border:1px solid #e4e4e7;border-radius:50%;width:40px;height:40px}.ChatModal-module__6BhJWG__headerPlaceholder{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.ChatModal-module__6BhJWG__headerText h3{color:#09090b;margin:0;font-size:1.1rem;font-weight:800}.ChatModal-module__6BhJWG__headerText p{color:#71717a;margin:0;font-size:.8rem;font-weight:500}.ChatModal-module__6BhJWG__closeBtn{cursor:pointer;color:#71717a;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ChatModal-module__6BhJWG__closeBtn:hover{color:#09090b;background:#f4f4f5}.ChatModal-module__6BhJWG__chatBody{background:#f8fafc;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.ChatModal-module__6BhJWG__messageWrapper{flex-direction:column;max-width:80%;display:flex}.ChatModal-module__6BhJWG__messageWrapper.ChatModal-module__6BhJWG__sent{align-self:flex-end;align-items:flex-end}.ChatModal-module__6BhJWG__messageWrapper.ChatModal-module__6BhJWG__received{align-self:flex-start;align-items:flex-start}.ChatModal-module__6BhJWG__messageBubble{word-break:break-word;border-radius:18px;padding:.75rem 1rem;font-size:.95rem;line-height:1.4}.ChatModal-module__6BhJWG__messageWrapper.ChatModal-module__6BhJWG__sent .ChatModal-module__6BhJWG__messageBubble{color:#fff;background:#6366f1;border-bottom-right-radius:4px}.ChatModal-module__6BhJWG__messageWrapper.ChatModal-module__6BhJWG__received .ChatModal-module__6BhJWG__messageBubble{color:#09090b;background:#fff;border:1px solid #e4e4e7;border-bottom-left-radius:4px}.ChatModal-module__6BhJWG__messageTime{color:#a1a1aa;margin-top:.25rem;font-size:.65rem}.ChatModal-module__6BhJWG__chatFooter{background:#fff;border-top:1px solid #e4e4e7;padding:1rem 1.5rem}.ChatModal-module__6BhJWG__inputForm{align-items:center;gap:.75rem;display:flex}.ChatModal-module__6BhJWG__messageInput{background:#f4f4f5;border:1px solid #e4e4e7;border-radius:100px;flex:1;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.ChatModal-module__6BhJWG__messageInput:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.ChatModal-module__6BhJWG__sendBtn{color:#fff;cursor:pointer;background:#09090b;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.ChatModal-module__6BhJWG__sendBtn:hover:not(:disabled){background:#6366f1;transform:scale(1.05)}.ChatModal-module__6BhJWG__sendBtn:disabled{color:#a1a1aa;cursor:not-allowed;background:#e4e4e7}.ChatModal-module__6BhJWG__loadingWrapper{color:#71717a;justify-content:center;align-items:center;height:100%;font-weight:600;display:flex}@keyframes ChatModal-module__6BhJWG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatModal-module__6BhJWG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Dashboard-module__8Mmpzq__adminWrapper{color:#0f172a;background:#f8fafc;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden auto}.Dashboard-module__8Mmpzq__backgroundGlow{z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f10d 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-10%;right:-10%}.Dashboard-module__8Mmpzq__mobileHeader{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#fffc;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:sticky;top:0}@media (min-width:991px){.Dashboard-module__8Mmpzq__mobileHeader{display:none}}.Dashboard-module__8Mmpzq__burgerBtn{color:#18181b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.Dashboard-module__8Mmpzq__sidebar{z-index:2000;background:#fff;border-right:1px solid #0000000a;flex-direction:column;width:280px;height:100vh;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-280px}.Dashboard-module__8Mmpzq__sidebarCollapsed{width:80px}.Dashboard-module__8Mmpzq__sidebarOpen{transform:translate(280px)}.Dashboard-module__8Mmpzq__sidebarOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.Dashboard-module__8Mmpzq__overlayVisible{opacity:1;pointer-events:auto}@media (min-width:991px){.Dashboard-module__8Mmpzq__sidebar{box-shadow:none;border-right:1px solid #0000000d;left:0}.Dashboard-module__8Mmpzq__sidebarOverlay{display:none}}.Dashboard-module__8Mmpzq__sidebarHeader{border-bottom:1px solid #00000008;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}@media (min-width:991px){.Dashboard-module__8Mmpzq__sidebarHeader:not(.Dashboard-module__8Mmpzq__sidebarCollapsed .Dashboard-module__8Mmpzq__sidebarHeader){justify-content:space-between;padding:3rem 2rem}}.Dashboard-module__8Mmpzq__closeMenuBtn{color:#71717a;cursor:pointer;background:0 0;border:none;padding:.5rem;display:flex}@media (min-width:991px){.Dashboard-module__8Mmpzq__closeMenuBtn{display:none}}.Dashboard-module__8Mmpzq__collapseBtn{color:#71717a;cursor:pointer;background:#f4f4f5;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:none}.Dashboard-module__8Mmpzq__collapseBtn:hover{color:#18181b;background:#e4e4e7}@media (min-width:991px){.Dashboard-module__8Mmpzq__collapseBtn{display:flex}}.Dashboard-module__8Mmpzq__adminLogo{letter-spacing:-.05em;color:#09090b;text-transform:uppercase;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:900;display:flex}.Dashboard-module__8Mmpzq__logoBadgeImg{object-fit:contain;border-radius:6px;width:26px;height:26px}.Dashboard-module__8Mmpzq__adminLogo span{color:#6366f1}.Dashboard-module__8Mmpzq__userDisplay{color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.7rem;font-weight:800}.Dashboard-module__8Mmpzq__sidebarNav{flex-direction:column;gap:.5rem;width:100%;padding:2rem 1rem;transition:padding .3s;display:flex}.Dashboard-module__8Mmpzq__sidebarCollapsed .Dashboard-module__8Mmpzq__sidebarNav{padding:2rem .75rem}.Dashboard-module__8Mmpzq__navItem{color:#64748b;white-space:nowrap;border-radius:16px;align-items:center;gap:1.25rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__sidebarCollapsed .Dashboard-module__8Mmpzq__navItem{justify-content:center;gap:0;padding:1rem 0}.Dashboard-module__8Mmpzq__navLabel{opacity:1;transition:opacity .2s}.Dashboard-module__8Mmpzq__sidebarCollapsed .Dashboard-module__8Mmpzq__navLabel{opacity:0;width:0}.Dashboard-module__8Mmpzq__navActive{color:#6366f1;background:#f1f5f9}.Dashboard-module__8Mmpzq__sidebarFooter{border-top:1px solid #00000008;width:100%;margin-top:auto;padding:2rem 1.5rem;transition:padding .3s}.Dashboard-module__8Mmpzq__sidebarCollapsed .Dashboard-module__8Mmpzq__sidebarFooter{padding:2rem .75rem}.Dashboard-module__8Mmpzq__exitBtn{text-align:center;color:#fff;background:#18181b;border-radius:14px;align-items:center;gap:1rem;padding:1rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__sidebarCollapsed .Dashboard-module__8Mmpzq__exitBtn{justify-content:center;padding:1rem 0}.Dashboard-module__8Mmpzq__mainContent{z-index:10;flex:1;padding:1.5rem;transition:margin-left .3s;position:relative}@media (min-width:991px){.Dashboard-module__8Mmpzq__mainContent{margin-left:280px;padding:8rem 6rem}.Dashboard-module__8Mmpzq__mainExpanded{margin-left:80px}}.Dashboard-module__8Mmpzq__adminPage{max-width:1100px;margin:0 auto}@media (min-width:1440px){.Dashboard-module__8Mmpzq__adminPage{max-width:1400px}}.Dashboard-module__8Mmpzq__adminHeader{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.Dashboard-module__8Mmpzq__catalogTabs{border-bottom:1px solid #94a3b833;gap:.5rem;margin-bottom:2rem;display:flex}.Dashboard-module__8Mmpzq__catalogTab{color:var(--text-secondary,#64748b);border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s}.Dashboard-module__8Mmpzq__catalogTab:hover{color:#6366f1}.Dashboard-module__8Mmpzq__catalogTabActive{color:#6366f1;border-bottom-color:#6366f1}@media (min-width:756px){.Dashboard-module__8Mmpzq__adminHeader{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:4rem}}.Dashboard-module__8Mmpzq__adminTitle{color:#09090b;letter-spacing:-.05em;font-size:2.5rem;font-weight:900;line-height:1}@media (min-width:756px){.Dashboard-module__8Mmpzq__adminTitle{font-size:4rem}}.Dashboard-module__8Mmpzq__adminSubtitle{color:#71717a;margin-top:.5rem;font-size:1rem;font-weight:500}.Dashboard-module__8Mmpzq__primaryBtn{color:#fff;cursor:pointer;background:#09090b;border:none;border-radius:100px;padding:1rem 2rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 25px #0000001a}.Dashboard-module__8Mmpzq__inventoryTable{flex-direction:column;gap:1.25rem;display:flex}.Dashboard-module__8Mmpzq__inventoryItem{color:inherit;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.25rem;text-decoration:none;transition:all .3s;display:flex}@media (min-width:756px){.Dashboard-module__8Mmpzq__inventoryItem{flex-direction:row;align-items:center;gap:2rem;padding:1.25rem 1.75rem}}.Dashboard-module__8Mmpzq__itemMain{flex:1;align-items:center;gap:1.25rem;text-decoration:none;display:flex}.Dashboard-module__8Mmpzq__itemThumb{object-fit:cover;background:#f4f4f5;border-radius:12px;width:70px;height:70px}.Dashboard-module__8Mmpzq__itemInfo{flex:1}.Dashboard-module__8Mmpzq__itemName{color:#09090b;letter-spacing:-.02em;font-size:1.25rem;font-weight:900;text-decoration:none}.Dashboard-module__8Mmpzq__itemBrand{color:#71717a;font-size:.85rem;font-weight:600}.Dashboard-module__8Mmpzq__itemFooter{border-top:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding-top:1.25rem;display:flex}@media (min-width:756px){.Dashboard-module__8Mmpzq__itemFooter{border:none;gap:3rem;padding:0}}.Dashboard-module__8Mmpzq__itemMetrics{gap:2rem;display:flex}@media (min-width:756px){.Dashboard-module__8Mmpzq__itemMetrics{gap:3.5rem}}.Dashboard-module__8Mmpzq__metric{text-align:right}.Dashboard-module__8Mmpzq__metric label{text-transform:uppercase;color:#a1a1aa;margin-bottom:.25rem;font-size:.6rem;font-weight:800;display:block}.Dashboard-module__8Mmpzq__metric span{color:#09090b;font-size:1.1rem;font-weight:900}.Dashboard-module__8Mmpzq__itemActions{gap:.5rem;display:flex}@media (min-width:756px){.Dashboard-module__8Mmpzq__itemActions{border-left:2px solid #f4f4f5;padding-left:2rem}}.Dashboard-module__8Mmpzq__actionBtn{cursor:pointer;color:#3f3f46;background:#fff;border:1px solid #e4e4e7;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__hiddenBadge{color:#71717a;background:#f4f4f5;border-radius:4px;padding:.2rem .5rem;font-size:.6rem;font-weight:900}.Dashboard-module__8Mmpzq__secondaryBtn{color:#09090b;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:100px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none}.Dashboard-module__8Mmpzq__emptyContainer{text-align:center;background:#fff;border:1px solid #e4e4e7;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.Dashboard-module__8Mmpzq__loadingSpinner{border:3px solid #e4e4e7;border-top-color:#09090b;border-radius:50%;width:40px;height:40px;margin-bottom:1.5rem;animation:.8s linear infinite Dashboard-module__8Mmpzq__spin}.Dashboard-module__8Mmpzq__emptyIcon{margin-bottom:1.5rem;font-size:4rem}.Dashboard-module__8Mmpzq__emptyTitle{color:#09090b;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.Dashboard-module__8Mmpzq__emptyText{color:#71717a;max-width:400px;font-size:1rem;line-height:1.5}.Dashboard-module__8Mmpzq__toast{color:#fff;z-index:9999;background:#09090b;border-radius:100px;padding:1rem 2rem;font-size:.9rem;font-weight:800;animation:.4s cubic-bezier(.16,1,.3,1) Dashboard-module__8Mmpzq__slideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #0003}@keyframes Dashboard-module__8Mmpzq__slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.Dashboard-module__8Mmpzq__inventoryGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:576px){.Dashboard-module__8Mmpzq__inventoryGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1440px){.Dashboard-module__8Mmpzq__inventoryGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:991px){.Dashboard-module__8Mmpzq__mainExpanded .Dashboard-module__8Mmpzq__inventoryGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.Dashboard-module__8Mmpzq__mainExpanded .Dashboard-module__8Mmpzq__inventoryGrid{grid-template-columns:repeat(5,1fr)}}.Dashboard-module__8Mmpzq__profileGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:756px){.Dashboard-module__8Mmpzq__profileGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.Dashboard-module__8Mmpzq__profileGrid{grid-template-columns:repeat(3,1fr)}}.Dashboard-module__8Mmpzq__gridItem{color:inherit;background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__gridItem:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.Dashboard-module__8Mmpzq__gridThumbWrapper{width:100%;padding-top:100%;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__gridThumb{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Dashboard-module__8Mmpzq__gridBadge{color:var(--vs-color-success-on-solid);border-radius:100px;padding:.25rem .6rem;font-size:.7rem;font-weight:800;position:absolute;bottom:.5rem;left:.5rem}@media (min-width:576px){.Dashboard-module__8Mmpzq__gridBadge{padding:.3rem .75rem;font-size:.8rem;bottom:.75rem;left:.75rem}}.Dashboard-module__8Mmpzq__gridContent{flex-direction:column;flex:1;padding:1rem;display:flex}@media (min-width:576px){.Dashboard-module__8Mmpzq__gridContent{padding:1.5rem}}.Dashboard-module__8Mmpzq__gridPrice{color:#09090b;margin-top:.25rem;font-size:1.1rem;font-weight:900}.Dashboard-module__8Mmpzq__gridName{color:#09090b;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1rem;font-weight:900;line-height:1.2}@media (min-width:576px){.Dashboard-module__8Mmpzq__gridName{font-size:1.25rem}}.Dashboard-module__8Mmpzq__gridBrand{color:#71717a;margin-bottom:.75rem;font-size:.85rem;font-weight:600}@media (min-width:576px){.Dashboard-module__8Mmpzq__gridBrand{margin-bottom:1.5rem}}.Dashboard-module__8Mmpzq__gridFooter{border-top:1px solid #f4f4f5;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}@media (min-width:576px){.Dashboard-module__8Mmpzq__gridFooter{padding-top:1.25rem}}.Dashboard-module__8Mmpzq__gridStock{flex-direction:column;display:flex}.Dashboard-module__8Mmpzq__gridStock label{text-transform:uppercase;color:#a1a1aa;margin-bottom:.1rem;font-size:.6rem;font-weight:800}.Dashboard-module__8Mmpzq__gridStock span{color:#09090b;font-size:.9rem;font-weight:800}.Dashboard-module__8Mmpzq__viewToggle{background:#f4f4f5;border-radius:12px;gap:.25rem;padding:.25rem;display:flex}.Dashboard-module__8Mmpzq__toggleBtn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__toggleActive{color:#09090b;background:#fff;box-shadow:0 2px 8px #0000000d}.Dashboard-module__8Mmpzq__productForm{background:#fff;border:1px solid #e4e4e7;border-radius:24px;padding:1.5rem}@media (min-width:756px){.Dashboard-module__8Mmpzq__productForm{padding:3rem}}.Dashboard-module__8Mmpzq__formGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:756px){.Dashboard-module__8Mmpzq__formGrid{grid-template-columns:repeat(2,1fr)}}.Dashboard-module__8Mmpzq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__fullWidth{grid-column:1/-1}.Dashboard-module__8Mmpzq__inputLabel{text-transform:uppercase;color:#71717a;letter-spacing:.05em;font-size:.75rem;font-weight:900}.Dashboard-module__8Mmpzq__textInput,.Dashboard-module__8Mmpzq__selectInput,.Dashboard-module__8Mmpzq__textareaInput{background:#fafafa;border:1px solid #e4e4e7;border-radius:12px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.Dashboard-module__8Mmpzq__textInput:focus,.Dashboard-module__8Mmpzq__selectInput:focus,.Dashboard-module__8Mmpzq__textareaInput:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 4px #6366f11a}.Dashboard-module__8Mmpzq__textareaWrapper{width:100%;position:relative}.Dashboard-module__8Mmpzq__aiGenerateBtn{color:#6366f1;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0000000d}.Dashboard-module__8Mmpzq__aiGenerateBtn:hover:not(:disabled){background:#f8fafc;border-color:#c7d2fe;transform:translateY(-1px)}.Dashboard-module__8Mmpzq__aiGenerateBtn:disabled{opacity:.7;cursor:not-allowed}.Dashboard-module__8Mmpzq__spinnerIcon{width:18px;height:18px;animation:1s linear infinite Dashboard-module__8Mmpzq__spin}@keyframes Dashboard-module__8Mmpzq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Dashboard-module__8Mmpzq__socialGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:1280px){.Dashboard-module__8Mmpzq__socialGrid{grid-template-columns:repeat(2,1fr)}}.Dashboard-module__8Mmpzq__socialCard{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;gap:1.5rem;padding:1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 6px -1px #0000000d}.Dashboard-module__8Mmpzq__socialCard:hover{border-color:#6366f133;transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.Dashboard-module__8Mmpzq__socialCardHeader{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__8Mmpzq__platformInfo{align-items:center;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__platformIconWrapper{background:#f8fafc;border:1px solid #00000008;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex}.Dashboard-module__8Mmpzq__socialCard:hover .Dashboard-module__8Mmpzq__platformIconWrapper{background:#fff;transform:scale(1.05);box-shadow:0 8px 20px #0000000f}.Dashboard-module__8Mmpzq__platformName{color:#09090b;letter-spacing:-.02em;font-size:1.25rem;font-weight:900}.Dashboard-module__8Mmpzq__removeSocialBtn{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #fee2e2;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__removeSocialBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.Dashboard-module__8Mmpzq__socialCardBody{flex-direction:column;gap:1.25rem;display:flex}.Dashboard-module__8Mmpzq__socialInputRow{flex-direction:column;gap:1rem;display:flex}@media (min-width:576px){.Dashboard-module__8Mmpzq__socialInputRow{flex-direction:row}}.Dashboard-module__8Mmpzq__followerInputWrapper{align-items:center;min-width:180px;display:flex}.Dashboard-module__8Mmpzq__socialAddBtn{color:#64748b;cursor:pointer;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:20px;justify-content:center;align-items:center;gap:.75rem;width:auto;padding:1.25rem 2rem;font-weight:800;transition:all .3s;display:flex}.Dashboard-module__8Mmpzq__socialAddBtn:hover{color:#6366f1;background:#f1f5f9;border-color:#6366f1;transform:scale(1.02)}.Dashboard-module__8Mmpzq__linkCard{max-width:100%;height:100px;color:inherit;cursor:pointer;z-index:1;background:#fff;border:1px solid #0000000f;border-radius:16px;flex-direction:row;align-items:stretch;margin-top:1.25rem;text-decoration:none;transition:all .3s;animation:.4s cubic-bezier(.16,1,.3,1) Dashboard-module__8Mmpzq__slideInPreview;display:flex;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__linkCard:hover{border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 12px 25px #0000000a}.Dashboard-module__8Mmpzq__cardThumbnail{aspect-ratio:1;background-color:#f8fafc;border-right:1px solid #0000000a;flex-shrink:0;height:100%;position:relative}.Dashboard-module__8Mmpzq__cardThumbnailFallback{aspect-ratio:1;background:#f8fafc;border-right:1px solid #0000000a;flex-shrink:0;justify-content:center;align-items:center;height:100%;display:flex}.Dashboard-module__8Mmpzq__cardBody{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;padding:.75rem 1.25rem;display:flex}.Dashboard-module__8Mmpzq__cardDomain{color:#6366f1;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.4rem;font-size:.65rem;font-weight:900;display:flex}.Dashboard-module__8Mmpzq__cardFavicon{border-radius:4px;width:14px;height:14px}.Dashboard-module__8Mmpzq__cardTitle{color:#09090b;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:.95rem;font-weight:800;line-height:1.2;overflow:hidden}.Dashboard-module__8Mmpzq__cardDescription{color:#71717a;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}@keyframes Dashboard-module__8Mmpzq__slideInPreview{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__8Mmpzq__extractionPreview{background:#6366f108;border-radius:8px;align-items:center;gap:.4rem;width:fit-content;margin-top:.75rem;padding:.25rem .5rem;font-size:.85rem;display:flex}.Dashboard-module__8Mmpzq__previewLabel{color:#71717a;font-weight:700}.Dashboard-module__8Mmpzq__previewValue{color:#6366f1;font-weight:800}.Dashboard-module__8Mmpzq__cardSkeleton{background:#fff;border:1px solid #0000000a;border-radius:16px;flex-direction:row;align-items:stretch;height:100px;margin-top:1.25rem;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__cardSkeletonThumb{aspect-ratio:1;background:linear-gradient(90deg,#f8fafc 25%,#f1f5f9 50%,#f8fafc 75%) 0 0/200% 100%;flex-shrink:0;height:100%;animation:1.5s infinite Dashboard-module__8Mmpzq__shimmerPreview}.Dashboard-module__8Mmpzq__cardSkeletonBody{flex-direction:column;flex:1;justify-content:center;gap:.6rem;padding:1rem 1.25rem;display:flex}.Dashboard-module__8Mmpzq__cardSkeletonLine{background:linear-gradient(90deg,#f8fafc 25%,#f1f5f9 50%,#f8fafc 75%) 0 0/200% 100%;border-radius:5px;height:10px;animation:1.5s infinite Dashboard-module__8Mmpzq__shimmerPreview}@keyframes Dashboard-module__8Mmpzq__shimmerPreview{0%{background-position:200% 0}to{background-position:-200% 0}}.Dashboard-module__8Mmpzq__galleryActions{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.Dashboard-module__8Mmpzq__urlInput{flex:1}.Dashboard-module__8Mmpzq__iconBtn{cursor:pointer;color:#71717a;background:#fff;border:1px solid #e4e4e7;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__iconBtn:hover{color:#18181b;background:#f4f4f5;border-color:#d4d4d8}.Dashboard-module__8Mmpzq__addBtn{color:#fff;cursor:pointer;background:#09090b;border:none;border-radius:12px;height:48px;padding:0 1.5rem;font-weight:800;transition:all .2s}.Dashboard-module__8Mmpzq__addBtn:hover{background:#27272a;transform:translateY(-1px)}.Dashboard-module__8Mmpzq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;display:grid}@media (min-width:576px){.Dashboard-module__8Mmpzq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.Dashboard-module__8Mmpzq__previewItem{aspect-ratio:1;position:relative}.Dashboard-module__8Mmpzq__previewImg{object-fit:cover;border:1px solid #e4e4e7;border-radius:16px;width:100%;height:100%;transition:all .2s}.Dashboard-module__8Mmpzq__previewImgActive{border:3px solid #6366f1}.Dashboard-module__8Mmpzq__coverBadge{color:#fff;text-align:center;background:#6366f1;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:4px 0;font-size:10px;font-weight:900;position:absolute;bottom:0;left:0;right:0}.Dashboard-module__8Mmpzq__makeCoverBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#09090b;text-align:center;cursor:pointer;opacity:0;text-transform:uppercase;letter-spacing:.05em;background:#fffffff2;border:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:6px 0;font-size:9px;font-weight:900;transition:all .2s;position:absolute;bottom:0;left:0;right:0}.Dashboard-module__8Mmpzq__previewItem:hover .Dashboard-module__8Mmpzq__makeCoverBtn{opacity:1}.Dashboard-module__8Mmpzq__removeImgBtn{color:#fff;cursor:pointer;z-index:10;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #ef44444d}.Dashboard-module__8Mmpzq__removeImgBtn:hover{background:#dc2626;transform:scale(1.1)}.Dashboard-module__8Mmpzq__formActions{gap:1rem;margin-top:2rem;display:flex}.Dashboard-module__8Mmpzq__fullWidthBtn{width:100%}.Dashboard-module__8Mmpzq__headerActions{align-items:center;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__badgeOverlay{position:absolute;top:1rem;right:1rem}.Dashboard-module__8Mmpzq__itemActionsFlat{border:none!important;padding:0!important}.Dashboard-module__8Mmpzq__loadingWrapper{color:#71717a;background:#f4f4f5;justify-content:center;align-items:center;height:100vh;font-weight:600;display:flex}.Dashboard-module__8Mmpzq__iconFixed{min-width:20px}.Dashboard-module__8Mmpzq__flexCenter{align-items:center;gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__detailsGrid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:991px){.Dashboard-module__8Mmpzq__detailsGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem}}.Dashboard-module__8Mmpzq__gallerySection{flex-direction:column;gap:1.5rem;display:flex}.Dashboard-module__8Mmpzq__mainImageWrapper{aspect-ratio:1;background:#fff;border:1px solid #0000000d;border-radius:32px;width:100%;overflow:hidden;box-shadow:0 20px 50px #0000000d}.Dashboard-module__8Mmpzq__mainImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Dashboard-module__8Mmpzq__mainImage:hover{transform:scale(1.05)}.Dashboard-module__8Mmpzq__thumbStrip{gap:1rem;padding:.5rem .25rem;display:flex;overflow-x:auto}.Dashboard-module__8Mmpzq__thumbStrip::-webkit-scrollbar{height:4px}.Dashboard-module__8Mmpzq__thumbStrip::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:10px}.Dashboard-module__8Mmpzq__thumbBtn{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;flex-shrink:0;width:70px;height:70px;padding:0;transition:all .2s;overflow:hidden}@media (min-width:576px){.Dashboard-module__8Mmpzq__thumbBtn{width:90px;height:90px}}.Dashboard-module__8Mmpzq__thumbBtnActive{border-color:#6366f1;box-shadow:0 8px 20px #6366f133}.Dashboard-module__8Mmpzq__thumbImage{object-fit:cover;width:100%;height:100%}.Dashboard-module__8Mmpzq__infoSection{flex-direction:column;gap:2rem;display:flex}.Dashboard-module__8Mmpzq__detailsHeader{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__sidebarBadge{background-color:#ef4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.Dashboard-module__8Mmpzq__unreadCountText{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:18px;padding:2px 6px;font-size:.7rem;font-weight:700;line-height:1}.Dashboard-module__8Mmpzq__navActive .Dashboard-module__8Mmpzq__unreadCountText{color:#6366f1;background:#fff}.Dashboard-module__8Mmpzq__detailsName{color:#09090b;letter-spacing:-.04em;font-size:2rem;font-weight:900;line-height:1.1}@media (min-width:756px){.Dashboard-module__8Mmpzq__detailsName{font-size:3.5rem}}.Dashboard-module__8Mmpzq__detailsBrand{color:#71717a;font-size:1.1rem;font-weight:600}.Dashboard-module__8Mmpzq__priceTag{color:#09090b;margin-top:.5rem;font-size:1.75rem;font-weight:900}.Dashboard-module__8Mmpzq__detailsDesc{color:#3f3f46;background:#fff;border:1px solid #0000000d;border-radius:24px;padding:1.5rem;font-size:1rem;line-height:1.6}@media (min-width:756px){.Dashboard-module__8Mmpzq__detailsDesc{padding:2rem;font-size:1.1rem}}.Dashboard-module__8Mmpzq__detailsMetaGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:756px){.Dashboard-module__8Mmpzq__detailsMetaGrid{gap:1.5rem}}.Dashboard-module__8Mmpzq__metaItem{background:#fff;border:1px solid #0000000d;border-radius:20px;padding:1rem}@media (min-width:756px){.Dashboard-module__8Mmpzq__metaItem{padding:1.5rem}}.Dashboard-module__8Mmpzq__metaLabel{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6rem;font-weight:900;display:block}.Dashboard-module__8Mmpzq__metaValue{color:#09090b;font-size:1.1rem;font-weight:900}.Dashboard-module__8Mmpzq__detailsActions{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}@media (min-width:576px){.Dashboard-module__8Mmpzq__detailsActions{flex-direction:row}}.Dashboard-module__8Mmpzq__deleteBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.Dashboard-module__8Mmpzq__creatorLink:hover h3,.Dashboard-module__8Mmpzq__productLink:hover div:last-child div:last-child{color:#6366f1!important}.Dashboard-module__8Mmpzq__creatorLink,.Dashboard-module__8Mmpzq__productLink{transition:opacity .2s}.Dashboard-module__8Mmpzq__creatorLink:hover,.Dashboard-module__8Mmpzq__productLink:hover{opacity:.8}.Dashboard-module__8Mmpzq__spinner{animation:2s linear infinite Dashboard-module__8Mmpzq__rotate}@keyframes Dashboard-module__8Mmpzq__rotate{to{transform:rotate(360deg)}}.Dashboard-module__8Mmpzq__centeredMessage{font-weight:var(--vs-font-weight-semibold);justify-content:center;align-items:center;display:flex}.Dashboard-module__8Mmpzq__centeredMessageTall{height:60vh}.Dashboard-module__8Mmpzq__centeredMessageShort{height:50vh}.Dashboard-module__8Mmpzq__centeredMessageBrand{color:var(--vs-color-brand-solid)}.Dashboard-module__8Mmpzq__centeredMessageMuted{color:var(--vs-color-content-tertiary)}.Dashboard-module__8Mmpzq__contentBlurred{filter:blur(20px);opacity:.5;pointer-events:none}.Dashboard-module__8Mmpzq__viewportSpacer{height:100vh}.Dashboard-module__8Mmpzq__logoCompact{font-size:var(--vs-font-size-lg)}.Dashboard-module__8Mmpzq__topbarSpacer{width:40px}.Dashboard-module__8Mmpzq__sidebarBrand{flex-direction:column;width:100%;display:flex}.Dashboard-module__8Mmpzq__iconWithBadge{position:relative}.Dashboard-module__8Mmpzq__navRowSpread{flex:1;justify-content:space-between;align-items:center;display:flex}.Dashboard-module__8Mmpzq__roleSelect{width:auto}.Dashboard-module__8Mmpzq__backBtn{padding:var(--vs-space-2) var(--vs-space-4);border-radius:var(--vs-radius-lg)}.Dashboard-module__8Mmpzq__detailTitle{font-size:var(--vs-font-size-display-sm);margin-bottom:0}.Dashboard-module__8Mmpzq__headerActionsRow{gap:var(--vs-space-3);display:flex}.Dashboard-module__8Mmpzq__promoteBtn{background:var(--vs-color-brand-solid);border-color:var(--vs-color-brand-solid)}.Dashboard-module__8Mmpzq__badgeTopRight{top:var(--vs-space-6);right:var(--vs-space-6)}.Dashboard-module__8Mmpzq__commissionBadgeLarge{margin-left:var(--vs-space-3);padding:var(--vs-space-1) var(--vs-space-3);font-size:var(--vs-font-size-lg);background:var(--vs-color-money-solid);color:var(--vs-color-success-on-solid);border-radius:var(--vs-radius-2xl)}.Dashboard-module__8Mmpzq__linkBtn{text-align:center;justify-content:center;align-items:center;text-decoration:none;display:flex}.Dashboard-module__8Mmpzq__pushToBottom{margin-top:auto}.Dashboard-module__8Mmpzq__textareaWithAffordance{padding-right:50px}.Dashboard-module__8Mmpzq__hiddenInput{display:none}.Dashboard-module__8Mmpzq__checkboxLabel{align-items:center;gap:var(--vs-space-2);margin-top:var(--vs-space-2);cursor:pointer;display:flex}.Dashboard-module__8Mmpzq__selectedCount{color:var(--vs-color-brand-solid)}.Dashboard-module__8Mmpzq__emptyTextLeft{text-align:left}.Dashboard-module__8Mmpzq__formError{margin-top:var(--vs-space-2);color:var(--vs-color-danger-solid);font-weight:var(--vs-font-weight-semibold)}.Dashboard-module__8Mmpzq__productPicker{gap:var(--vs-space-3);margin-top:var(--vs-space-2);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.Dashboard-module__8Mmpzq__productPickerItem{align-items:center;gap:var(--vs-space-3);padding:var(--vs-space-3);border-radius:var(--vs-radius-lg);cursor:pointer;background:0 0;border:2px solid #94a3b840;transition:border-color .15s,background .15s;display:flex}.Dashboard-module__8Mmpzq__productPickerItemSelected{border-color:var(--vs-color-brand-solid);background:#6366f114}.Dashboard-module__8Mmpzq__productPickerThumb{border-radius:var(--vs-radius-md);object-fit:cover;flex-shrink:0;width:40px;height:40px}.Dashboard-module__8Mmpzq__productPickerName{font-size:var(--vs-font-size-md);font-weight:var(--vs-font-weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Dashboard-module__8Mmpzq__placeholderIcon{margin-bottom:var(--vs-space-6);font-size:var(--vs-font-size-display-xl)}.Dashboard-module__8Mmpzq__placeholderText{margin-top:var(--vs-space-4);color:var(--vs-color-content-tertiary)}.Dashboard-module__8Mmpzq__iconTextBtn{align-items:center;gap:var(--vs-space-2);text-decoration:none;display:flex}.Dashboard-module__8Mmpzq__noUnderline{text-decoration:none}.Dashboard-module__8Mmpzq__emptyActions{justify-content:center;gap:var(--vs-space-4);margin-top:var(--vs-space-8);display:flex}.Dashboard-module__8Mmpzq__sectionSpaced{margin-top:var(--vs-space-8)}.Dashboard-module__8Mmpzq__clickable{cursor:pointer}.Dashboard-module__8Mmpzq__capitalize{text-transform:capitalize}.Dashboard-module__8Mmpzq__badgeStacked{width:fit-content;margin-bottom:var(--vs-space-1)}.Dashboard-module__8Mmpzq__thumbRow{align-items:center;gap:var(--vs-space-3);display:flex}.Dashboard-module__8Mmpzq__thumbPlaceholder{font-size:var(--vs-font-size-3xl);background:var(--vs-color-surface-subtle);justify-content:center;align-items:center;display:flex}.Dashboard-module__8Mmpzq__thumbPlaceholderBrand{background:#6366f11a}.Dashboard-module__8Mmpzq__thumbOverflowCount{border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-md);background:var(--vs-color-surface-sunken);width:32px;height:32px;font-size:var(--vs-font-size-2xs);font-weight:var(--vs-font-weight-extrabold);color:var(--vs-color-content-secondary);justify-content:center;align-items:center;display:flex}.Dashboard-module__8Mmpzq__skeletonLineSm{width:40%}.Dashboard-module__8Mmpzq__skeletonLineLg{width:80%}.Dashboard-module__8Mmpzq__skeletonLineMd{width:60%}.Dashboard-module__8Mmpzq__coverImage{object-fit:cover;width:100%;height:100%}.Dashboard-module__8Mmpzq__settingsTitleRow{align-items:center;gap:var(--vs-space-4);margin-bottom:var(--vs-space-2);display:flex}.Dashboard-module__8Mmpzq__settingsBackLink{color:var(--vs-color-content-tertiary);display:flex}.Dashboard-module__8Mmpzq__settingsTitle{font-size:var(--vs-font-size-display-md)}.Dashboard-module__8Mmpzq__avatarPanel{align-items:center;gap:var(--vs-space-8);margin-bottom:var(--vs-space-10);padding:var(--vs-space-6);background:var(--vs-color-surface-page);border:1px solid var(--vs-color-border-subtle);border-radius:var(--vs-radius-2xl);display:flex}.Dashboard-module__8Mmpzq__avatarWrapper{width:100px;height:100px;position:relative}.Dashboard-module__8Mmpzq__avatarImage{border:3px solid var(--vs-color-surface-default);border-radius:var(--vs-radius-full);object-fit:cover;width:100%;height:100%;box-shadow:var(--vs-shadow-card-hover)}.Dashboard-module__8Mmpzq__avatarFallback{background:var(--vs-color-border-default);border:3px solid var(--vs-color-surface-default);border-radius:var(--vs-radius-full);width:100%;height:100%;font-size:var(--vs-font-size-display-sm);color:var(--vs-color-content-placeholder);box-shadow:var(--vs-shadow-card);justify-content:center;align-items:center;display:flex}.Dashboard-module__8Mmpzq__avatarUploadBtn{background:var(--vs-color-info-solid);width:32px;height:32px;color:var(--vs-color-info-on-solid);border:2px solid var(--vs-color-surface-default);border-radius:var(--vs-radius-full);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #3b82f666}.Dashboard-module__8Mmpzq__avatarPanelTitle{margin-bottom:var(--vs-space-1);font-size:var(--vs-font-size-2xl);font-weight:var(--vs-font-weight-extrabold);color:var(--vs-color-content-primary)}.Dashboard-module__8Mmpzq__avatarPanelText{font-size:var(--vs-font-size-base);color:var(--vs-color-content-tertiary)}.Dashboard-module__8Mmpzq__sectionHeading{margin-bottom:var(--vs-space-6);font-size:var(--vs-font-size-2xl);font-weight:var(--vs-font-weight-extrabold);color:var(--vs-color-content-primary)}.Dashboard-module__8Mmpzq__sectionHeadingLarge{margin-bottom:var(--vs-space-6);font-size:var(--vs-font-size-3xl);font-weight:var(--vs-font-weight-black);letter-spacing:var(--vs-font-tracking-tighter);color:var(--vs-color-content-primary)}.Dashboard-module__8Mmpzq__dangerCard{background:var(--vs-color-danger-surface);border:1px solid var(--vs-color-danger-border);border-radius:var(--vs-radius-xl);padding:var(--vs-space-6)}.Dashboard-module__8Mmpzq__dangerCardTitle{font-size:var(--vs-font-size-lg);font-weight:var(--vs-font-weight-bold);color:var(--vs-color-danger-content);margin:0 0 var(--vs-space-2) 0}.Dashboard-module__8Mmpzq__dangerCardDesc{font-size:var(--vs-font-size-sm);color:var(--vs-color-content-secondary);margin:0 0 var(--vs-space-4) 0;line-height:1.5}.Dashboard-module__8Mmpzq__dangerBtn{background:var(--vs-color-danger-solid);color:var(--vs-color-danger-on-solid);border-radius:var(--vs-radius-lg);font-weight:var(--vs-font-weight-bold);font-size:var(--vs-font-size-sm);cursor:pointer;border:none;padding:.75rem 1.5rem;transition:background .2s}.Dashboard-module__8Mmpzq__dangerBtn:hover{background:var(--vs-color-danger-solid-hover)}.Dashboard-module__8Mmpzq__dangerBtn:disabled{opacity:.6;cursor:not-allowed}.Dashboard-module__8Mmpzq__sectionSpacedLarge{margin-top:var(--vs-space-12)}.Dashboard-module__8Mmpzq__addPlatformIcon{background:var(--vs-color-surface-default);border-radius:var(--vs-radius-full);width:32px;height:32px;box-shadow:var(--vs-shadow-card);justify-content:center;align-items:center;display:flex}.Dashboard-module__8Mmpzq__formFooter{margin-top:var(--vs-space-12);padding-top:var(--vs-space-8);border-top:1px solid var(--vs-color-border-subtle);justify-content:flex-end;display:flex}.Dashboard-module__8Mmpzq__inputDisabled{opacity:.7;cursor:not-allowed}.Dashboard-module__8Mmpzq__textareaTall{resize:vertical;min-height:100px}.Dashboard-module__8Mmpzq__inputJoinedLeft{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}.Dashboard-module__8Mmpzq__gridBadgeMoney{background:var(--vs-color-money-solid)}.Dashboard-module__8Mmpzq__shelfStatus{text-transform:capitalize}.Dashboard-module__8Mmpzq__shelfStatusApproved{color:var(--vs-color-success-content)}.Dashboard-module__8Mmpzq__shelfStatusPending{color:var(--vs-color-warning-content)}.Dashboard-module__8Mmpzq__inputInvalid{border-color:var(--vs-color-danger-solid)}.Dashboard-module__8Mmpzq__bannerPreview{justify-content:center;align-items:center;gap:var(--vs-space-2);text-align:center;padding:var(--vs-space-10) var(--vs-space-6);margin-bottom:var(--vs-space-6);border-radius:var(--vs-radius-3xl);color:#fff;background:radial-gradient(120% 140% at 88% 12%,#8b5cf680 0%,#0000 55%),radial-gradient(100% 120% at 8% 92%,#6366f173 0%,#0000 55%),#111014;flex-direction:column;display:flex}.Dashboard-module__8Mmpzq__bannerPreviewEyebrow{font-size:var(--vs-font-size-2xs);font-weight:var(--vs-font-weight-bold);text-transform:uppercase;letter-spacing:.22em;color:#ffffff9e}.Dashboard-module__8Mmpzq__bannerPreviewTitle{font-size:var(--vs-font-size-display-sm);font-weight:var(--vs-font-weight-extrabold);letter-spacing:var(--vs-font-tracking-tighter);line-height:var(--vs-font-line-height-tight);overflow-wrap:anywhere}.Dashboard-module__8Mmpzq__bannerPreviewSub{max-width:46ch;font-size:var(--vs-font-size-md);line-height:var(--vs-font-line-height-relaxed);color:#ffffffbf;overflow-wrap:anywhere}.Dashboard-module__8Mmpzq__bannerPreviewCta{margin-top:var(--vs-space-3);padding:var(--vs-space-3) var(--vs-space-7);border-radius:var(--vs-radius-full);color:#111014;font-size:var(--vs-font-size-base);font-weight:var(--vs-font-weight-bold);background:#fff}.Dashboard-module__8Mmpzq__charCount{margin-top:var(--vs-space-2);font-size:var(--vs-font-size-xs);color:var(--vs-color-content-tertiary);text-align:right;font-variant-numeric:tabular-nums;display:block}.Dashboard-module__8Mmpzq__bannerList{gap:var(--vs-space-3);flex-direction:column;display:flex}.Dashboard-module__8Mmpzq__bannerRow{align-items:center;gap:var(--vs-space-4);padding:var(--vs-space-4);border-radius:var(--vs-radius-2xl);background:var(--vs-color-surface-default);border:1px solid var(--vs-color-border-default);flex-wrap:wrap;display:flex}.Dashboard-module__8Mmpzq__bannerThumb{width:160px;height:78px;padding:var(--vs-space-2);border-radius:var(--vs-radius-lg);background:radial-gradient(120% 140% at 88% 12%,#8b5cf680 0%,#0000 55%),radial-gradient(100% 120% at 8% 92%,#6366f173 0%,#0000 55%),#111014;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__bannerThumbText{color:#fff;font-size:var(--vs-font-size-xs);font-weight:var(--vs-font-weight-bold);text-align:center;line-height:var(--vs-font-line-height-snug);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.Dashboard-module__8Mmpzq__bannerRowInfo{flex:14rem;min-width:0}.Dashboard-module__8Mmpzq__bannerRowTitle{align-items:center;gap:var(--vs-space-2);font-size:var(--vs-font-size-lg);font-weight:var(--vs-font-weight-semibold);color:var(--vs-color-content-primary);flex-wrap:wrap;display:flex}.Dashboard-module__8Mmpzq__bannerRowSub{margin:var(--vs-space-1) 0 0;font-size:var(--vs-font-size-sm);color:var(--vs-color-content-secondary);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.Dashboard-module__8Mmpzq__bannerRowMeta{margin:var(--vs-space-2) 0 0;font-size:var(--vs-font-size-xs);color:var(--vs-color-content-tertiary)}.Dashboard-module__8Mmpzq__bannerImageRow{gap:var(--vs-space-3);margin-bottom:var(--vs-space-6);flex-wrap:wrap;display:flex}.Dashboard-module__8Mmpzq__hiddenFileInput{display:none}.Dashboard-module__8Mmpzq__checkboxRow{align-items:center;gap:var(--vs-space-3);margin-top:var(--vs-space-2);font-size:var(--vs-font-size-base);color:var(--vs-color-content-secondary);cursor:pointer;display:flex}.Dashboard-module__8Mmpzq__modalOverlay{z-index:var(--vs-z-modal);padding:var(--vs-space-4);background:var(--vs-color-surface-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.Dashboard-module__8Mmpzq__modalPanel{border-radius:var(--vs-radius-3xl);background:var(--vs-color-surface-raised);width:100%;max-width:620px;max-height:90vh;box-shadow:var(--vs-shadow-modal);flex-direction:column;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__modalHeader{justify-content:space-between;align-items:center;gap:var(--vs-space-4);padding:var(--vs-space-6);border-bottom:1px solid var(--vs-color-border-subtle);display:flex}.Dashboard-module__8Mmpzq__modalTitle{font-size:var(--vs-font-size-2xl);font-weight:var(--vs-font-weight-bold);color:var(--vs-color-content-primary);margin:0}.Dashboard-module__8Mmpzq__modalClose{border-radius:var(--vs-radius-full);width:36px;height:36px;color:var(--vs-color-content-tertiary);cursor:pointer;transition:background var(--vs-duration-fast) var(--vs-easing-standard);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.Dashboard-module__8Mmpzq__modalClose:hover{background:var(--vs-color-interactive-hover);color:var(--vs-color-content-primary)}.Dashboard-module__8Mmpzq__modalBody{padding:var(--vs-space-6);overflow-y:auto}.Dashboard-module__8Mmpzq__modalFooter{justify-content:flex-end;gap:var(--vs-space-3);margin-top:var(--vs-space-8);padding-top:var(--vs-space-5);border-top:1px solid var(--vs-color-border-subtle);display:flex}.Dashboard-module__8Mmpzq__defaultBadge{padding:var(--vs-space-0-5) var(--vs-space-2);border-radius:var(--vs-radius-full);background:var(--vs-color-info-surface);color:var(--vs-color-info-content);border:1px solid var(--vs-color-info-border);font-size:var(--vs-font-size-2xs);font-weight:var(--vs-font-weight-bold);letter-spacing:var(--vs-font-tracking-wide)}
.AddUserModal-module__iOGYoa__backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;animation:.2s ease-out AddUserModal-module__iOGYoa__fadeIn;position:fixed;inset:0}.AddUserModal-module__iOGYoa__modalContainer{z-index:1001;padding:var(--vs-space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.AddUserModal-module__iOGYoa__modalCard{background:var(--vs-color-surface-default,#18181b);border:1px solid var(--vs-color-border-default,#ffffff1f);border-radius:var(--vs-radius-2xl,20px);width:100%;max-width:540px;padding:var(--vs-space-6,24px);gap:var(--vs-space-5,20px);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) AddUserModal-module__iOGYoa__slideUp;display:flex;box-shadow:0 25px 50px -12px #00000080,0 0 30px #6366f126}.AddUserModal-module__iOGYoa__header{justify-content:space-between;align-items:flex-start;gap:var(--vs-space-3);display:flex}.AddUserModal-module__iOGYoa__titleGroup{flex-direction:column;gap:4px;display:flex}.AddUserModal-module__iOGYoa__title{font-size:var(--vs-font-size-xl,1.25rem);color:var(--vs-color-content-primary,#fff);letter-spacing:-.01em;margin:0;font-weight:700}.AddUserModal-module__iOGYoa__subtitle{font-size:var(--vs-font-size-sm,.875rem);color:var(--vs-color-content-secondary,#a1a1aa);margin:0}.AddUserModal-module__iOGYoa__closeBtn{border:1px solid var(--vs-color-border-subtle,#ffffff14);background:var(--vs-color-surface-subtle,#ffffff0d);width:32px;height:32px;color:var(--vs-color-content-secondary,#a1a1aa);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.AddUserModal-module__iOGYoa__closeBtn:hover{background:var(--vs-color-surface-hover,#ffffff1a);color:var(--vs-color-content-primary,#fff)}.AddUserModal-module__iOGYoa__form{gap:var(--vs-space-4,16px);flex-direction:column;display:flex}.AddUserModal-module__iOGYoa__fieldGroup{flex-direction:column;gap:6px;display:flex}.AddUserModal-module__iOGYoa__label{font-size:var(--vs-font-size-xs,.75rem);text-transform:uppercase;letter-spacing:.05em;color:var(--vs-color-content-secondary,#a1a1aa);font-weight:600}.AddUserModal-module__iOGYoa__input{border:1px solid var(--vs-color-border-default,#ffffff1f);border-radius:var(--vs-radius-lg,10px);background:var(--vs-color-surface-subtle,#ffffff08);width:100%;height:44px;color:var(--vs-color-content-primary,#fff);font-size:var(--vs-font-size-sm,.875rem);padding:0 14px;transition:all .15s}.AddUserModal-module__iOGYoa__input:focus{border-color:var(--vs-color-brand-primary,#6366f1);background:#ffffff0d;outline:none;box-shadow:0 0 0 3px #6366f133}.AddUserModal-module__iOGYoa__typeGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.AddUserModal-module__iOGYoa__typeCard{text-align:center;border:1.5px solid var(--vs-color-border-default,#ffffff1a);border-radius:var(--vs-radius-xl,12px);background:var(--vs-color-surface-subtle,#ffffff08);cursor:pointer;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;transition:all .15s;display:flex}.AddUserModal-module__iOGYoa__typeCard:hover{background:#ffffff0f;border-color:#ffffff40;transform:translateY(-1px)}.AddUserModal-module__iOGYoa__typeCardSelected{border-color:var(--vs-color-brand-primary,#6366f1);background:#6366f11f;box-shadow:0 0 12px #6366f140}.AddUserModal-module__iOGYoa__typeIcon{font-size:1.35rem}.AddUserModal-module__iOGYoa__typeName{font-size:var(--vs-font-size-xs,.75rem);color:var(--vs-color-content-primary,#fff);font-weight:700}.AddUserModal-module__iOGYoa__typeDesc{color:var(--vs-color-content-tertiary,#71717a);font-size:.68rem;line-height:1.2}.AddUserModal-module__iOGYoa__errorBanner{border-radius:var(--vs-radius-lg,10px);color:#fca5a5;font-size:var(--vs-font-size-xs,.75rem);background:#ef44441f;border:1px solid #ef44444d;padding:10px 14px;font-weight:500}.AddUserModal-module__iOGYoa__actions{flex-direction:column;gap:10px;margin-top:8px;display:flex}.AddUserModal-module__iOGYoa__fillFormBtn{border-radius:var(--vs-radius-xl,12px);color:#fff;width:100%;height:48px;font-size:var(--vs-font-size-sm,.875rem);cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;justify-content:center;align-items:center;gap:8px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #6366f166}.AddUserModal-module__iOGYoa__fillFormBtn:hover:not(:disabled){opacity:.95;transform:translateY(-1px);box-shadow:0 6px 20px #6366f180}.AddUserModal-module__iOGYoa__fillFormBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.AddUserModal-module__iOGYoa__createOnlyRow{gap:10px;display:flex}.AddUserModal-module__iOGYoa__createOnlyBtn{border-radius:var(--vs-radius-lg,10px);border:1px solid var(--vs-color-border-default,#ffffff26);background:var(--vs-color-surface-subtle,#ffffff0d);height:42px;color:var(--vs-color-content-primary,#fff);font-size:var(--vs-font-size-xs,.75rem);cursor:pointer;flex:1;font-weight:600;transition:all .15s}.AddUserModal-module__iOGYoa__createOnlyBtn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.AddUserModal-module__iOGYoa__cancelBtn{border-radius:var(--vs-radius-lg,10px);height:42px;color:var(--vs-color-content-tertiary,#71717a);font-size:var(--vs-font-size-xs,.75rem);cursor:pointer;background:0 0;border:1px solid #0000;padding:0 16px;font-weight:500;transition:all .15s}.AddUserModal-module__iOGYoa__cancelBtn:hover{color:var(--vs-color-content-primary,#fff)}@keyframes AddUserModal-module__iOGYoa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AddUserModal-module__iOGYoa__slideUp{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:520px){.AddUserModal-module__iOGYoa__typeGrid{grid-template-columns:1fr}.AddUserModal-module__iOGYoa__createOnlyRow{flex-direction:column}}
.ReasonPrompt-module__dlAGTa__overlay{z-index:10000;padding:var(--vs-space-4);background:var(--vs-color-surface-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:ReasonPrompt-module__dlAGTa__fade var(--vs-duration-fast) var(--vs-easing-entrance);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes ReasonPrompt-module__dlAGTa__fade{0%{opacity:0}}.ReasonPrompt-module__dlAGTa__dialog{width:100%;max-width:28rem;padding:var(--vs-space-5);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-2xl);background:var(--vs-color-surface-default);box-shadow:var(--vs-shadow-modal);animation:ReasonPrompt-module__dlAGTa__rise var(--vs-duration-base) var(--vs-easing-entrance)}@keyframes ReasonPrompt-module__dlAGTa__rise{0%{opacity:0;transform:translateY(12px)scale(.97)}}.ReasonPrompt-module__dlAGTa__icon{width:3rem;height:3rem;margin-bottom:var(--vs-space-4);border-radius:var(--vs-radius-full);justify-content:center;align-items:center;display:flex}.ReasonPrompt-module__dlAGTa__iconWarn{background:var(--vs-color-warning-surface);color:var(--vs-color-warning-content)}.ReasonPrompt-module__dlAGTa__iconDanger{background:var(--vs-color-danger-surface);color:var(--vs-color-danger-content)}.ReasonPrompt-module__dlAGTa__title{margin-bottom:var(--vs-space-2);font-size:var(--vs-font-size-lg);font-weight:var(--vs-font-weight-bold);color:var(--vs-color-content-primary)}.ReasonPrompt-module__dlAGTa__description{margin-bottom:var(--vs-space-4);font-size:var(--vs-font-size-sm);line-height:var(--vs-font-line-height-relaxed);color:var(--vs-color-content-secondary)}.ReasonPrompt-module__dlAGTa__label{margin-bottom:var(--vs-space-1-5);font-size:var(--vs-font-size-xs);font-weight:var(--vs-font-weight-semibold);color:var(--vs-color-content-secondary);display:block}.ReasonPrompt-module__dlAGTa__textarea{width:100%;padding:var(--vs-space-3);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-lg);background:var(--vs-color-surface-default);color:var(--vs-color-content-primary);font-family:inherit;font-size:var(--vs-font-size-sm);line-height:var(--vs-font-line-height-normal);resize:vertical}.ReasonPrompt-module__dlAGTa__textarea:focus{border-color:var(--vs-color-border-focus);box-shadow:var(--vs-shadow-focus);outline:none}.ReasonPrompt-module__dlAGTa__presets{gap:var(--vs-space-2);margin-top:var(--vs-space-3);flex-wrap:wrap;display:flex}.ReasonPrompt-module__dlAGTa__preset{padding:var(--vs-space-1-5) var(--vs-space-3);border:1px solid var(--vs-color-border-default);border-radius:var(--vs-radius-full);background:var(--vs-color-surface-subtle);color:var(--vs-color-content-secondary);font-family:inherit;font-size:var(--vs-font-size-xs);cursor:pointer;transition:all var(--vs-duration-fast) var(--vs-easing-standard)}.ReasonPrompt-module__dlAGTa__preset:hover{border-color:var(--vs-color-border-strong);background:var(--vs-color-interactive-hover);color:var(--vs-color-content-primary)}.ReasonPrompt-module__dlAGTa__hint{margin-top:var(--vs-space-2);font-size:var(--vs-font-size-xs);color:var(--vs-color-content-tertiary)}.ReasonPrompt-module__dlAGTa__errorText{margin-top:var(--vs-space-2);font-size:var(--vs-font-size-sm);color:var(--vs-color-danger-content)}.ReasonPrompt-module__dlAGTa__actions{gap:var(--vs-space-2);margin-top:var(--vs-space-5);display:flex}.ReasonPrompt-module__dlAGTa__cancelBtn,.ReasonPrompt-module__dlAGTa__confirmBtn{height:var(--vs-size-field-height);padding:0 var(--vs-space-4);border-radius:var(--vs-radius-lg);font-family:inherit;font-size:var(--vs-font-size-sm);font-weight:var(--vs-font-weight-semibold);cursor:pointer;transition:background var(--vs-duration-fast) var(--vs-easing-standard);flex:1;justify-content:center;align-items:center;display:inline-flex}.ReasonPrompt-module__dlAGTa__cancelBtn{border:1px solid var(--vs-color-border-default);background:var(--vs-color-surface-default);color:var(--vs-color-content-primary)}.ReasonPrompt-module__dlAGTa__cancelBtn:hover{background:var(--vs-color-interactive-hover)}.ReasonPrompt-module__dlAGTa__confirmBtn{color:var(--vs-color-danger-on-solid);border:none}.ReasonPrompt-module__dlAGTa__confirmWarn{background:var(--vs-color-warning-solid);color:var(--vs-color-warning-on-solid)}.ReasonPrompt-module__dlAGTa__confirmWarn:hover{background:var(--vs-color-warning-solid-hover)}.ReasonPrompt-module__dlAGTa__confirmDanger{background:var(--vs-color-danger-solid)}.ReasonPrompt-module__dlAGTa__confirmDanger:hover{background:var(--vs-color-danger-solid-hover)}.ReasonPrompt-module__dlAGTa__confirmBtn:disabled{background:var(--vs-color-interactive-disabled);color:var(--vs-color-content-disabled);cursor:not-allowed}
.apply-module__wuy2Na__wrapper{background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh;padding:6.5rem 1.5rem 3rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}@media (min-width:480px){.apply-module__wuy2Na__wrapper{padding:7rem 2rem 4rem}}@media (min-width:756px){.apply-module__wuy2Na__wrapper{background:var(--background);justify-content:center;align-items:center;padding:8rem 2rem 6rem}}@media (min-width:1280px){.apply-module__wuy2Na__wrapper{padding:9rem 2rem 7rem}}.apply-module__wuy2Na__backgroundGlow1{z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f114 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-15%;left:-10%}.apply-module__wuy2Na__backgroundGlow2{z-index:0;pointer-events:none;background:radial-gradient(circle,#a855f70f 0%,#0000 70%);width:60%;height:60%;position:absolute;bottom:-15%;right:-10%}.apply-module__wuy2Na__formCard{z-index:10;width:100%;animation:.8s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__cardFadeIn;position:relative}@media (min-width:756px){.apply-module__wuy2Na__formCard{background:#fff;border:1px solid #0000000d;border-radius:40px;max-width:800px;padding:4rem;box-shadow:0 40px 100px #0000000a,0 10px 30px #00000005,0 0 0 1px #00000003}}@media (min-width:991px){.apply-module__wuy2Na__formCard{max-width:1000px;padding:4.5rem}}@media (min-width:1280px){.apply-module__wuy2Na__formCard{border-radius:48px;max-width:1100px;padding:5rem}}@keyframes apply-module__wuy2Na__cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.apply-module__wuy2Na__header{text-align:center;margin-bottom:2.5rem}@media (min-width:756px){.apply-module__wuy2Na__header{margin-bottom:4rem}}@media (min-width:1280px){.apply-module__wuy2Na__header{margin-bottom:5rem}}.apply-module__wuy2Na__title{color:#09090b;letter-spacing:-.05em;margin-bottom:1rem;font-size:1.75rem;font-weight:900;line-height:1.1}@media (min-width:480px){.apply-module__wuy2Na__title{font-size:2.25rem}}@media (min-width:756px){.apply-module__wuy2Na__title{font-size:3rem}}@media (min-width:1280px){.apply-module__wuy2Na__title{font-size:3.5rem}}.apply-module__wuy2Na__subtitle{color:#71717a;max-width:480px;margin:0 auto;font-size:.95rem;font-weight:500;line-height:1.5}@media (min-width:756px){.apply-module__wuy2Na__subtitle{font-size:1.1rem;line-height:1.6}}.apply-module__wuy2Na__section{margin-bottom:3rem;position:relative}@media (min-width:756px){.apply-module__wuy2Na__section{margin-bottom:4rem}}@media (min-width:1280px){.apply-module__wuy2Na__section{margin-bottom:5rem}}.apply-module__wuy2Na__sectionTitle{text-transform:uppercase;color:#6366f1;letter-spacing:.2em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:900;display:flex}@media (min-width:756px){.apply-module__wuy2Na__sectionTitle{letter-spacing:.25em;gap:2rem;margin-bottom:2.5rem;font-size:.8rem}}.apply-module__wuy2Na__sectionTitle:after{content:"";background:linear-gradient(90deg,#6366f126,#0000);flex:1;height:1.5px}.apply-module__wuy2Na__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:756px){.apply-module__wuy2Na__grid{grid-template-columns:1fr 1fr;gap:3rem 2.5rem}}.apply-module__wuy2Na__colSpan2{grid-column:auto}@media (min-width:756px){.apply-module__wuy2Na__colSpan2{grid-column:span 2}}.apply-module__wuy2Na__inputGroup{flex-direction:column;gap:.75rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__inputGroup{gap:1rem}}.apply-module__wuy2Na__label{color:#18181b;padding-left:.15rem;font-size:.85rem;font-weight:700;display:block}@media (min-width:756px){.apply-module__wuy2Na__label{padding-left:.25rem;font-size:.9rem}}.apply-module__wuy2Na__inputHint{color:#71717a;margin-top:-.25rem;padding-left:.15rem;font-size:.75rem;font-weight:500}.apply-module__wuy2Na__extractionPreview{align-items:center;gap:.4rem;margin-top:.25rem;padding-left:.25rem;font-size:.75rem;animation:.3s ease-out apply-module__wuy2Na__slideIn;display:flex}.apply-module__wuy2Na__previewLabel{color:#71717a;font-weight:500}.apply-module__wuy2Na__previewValue{color:#6366f1;font-weight:700}@keyframes apply-module__wuy2Na__slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.apply-module__wuy2Na__linkCard{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:12px;flex-direction:row;align-items:stretch;max-width:100%;height:90px;margin-top:1rem;text-decoration:none;transition:all .25s;animation:.4s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__slideIn;display:flex;overflow:hidden}@media (min-width:756px){.apply-module__wuy2Na__linkCard{height:110px}}.apply-module__wuy2Na__linkCard:hover{border-color:#0000002e;box-shadow:0 4px 16px #0000000f}.apply-module__wuy2Na__cardThumbnail{aspect-ratio:1;background-color:#f0f0f0;border-right:1px solid #0000000f;flex-shrink:0;height:100%;position:relative}.apply-module__wuy2Na__cardThumbnailFallback{aspect-ratio:1;background:linear-gradient(135deg,#f8f8f8 0%,#efefef 100%);border-right:1px solid #0000000f;flex-shrink:0;justify-content:center;align-items:center;height:100%;display:flex}.apply-module__wuy2Na__cardThumbnailFallback svg{opacity:.35;width:24px;height:24px}@media (min-width:756px){.apply-module__wuy2Na__cardThumbnailFallback svg{width:28px;height:28px}}.apply-module__wuy2Na__cardBody{flex-direction:column;flex:1;justify-content:center;gap:.15rem;min-width:0;padding:.5rem .75rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__cardBody{padding:.6rem 1rem}}.apply-module__wuy2Na__cardDomain{color:#71717a;text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.4rem;font-size:.65rem;font-weight:600;display:flex}.apply-module__wuy2Na__cardFavicon{border-radius:3px;width:14px;height:14px}.apply-module__wuy2Na__cardTitle{color:#09090b;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.75rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}@media (min-width:756px){.apply-module__wuy2Na__cardTitle{-webkit-line-clamp:2;font-size:.8rem}}.apply-module__wuy2Na__cardDescription{color:#8b8b8b;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:.05rem;font-size:.65rem;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:756px){.apply-module__wuy2Na__cardDescription{-webkit-line-clamp:2;font-size:.7rem}}.apply-module__wuy2Na__cardSkeleton{border:1px solid #0000000f;border-radius:12px;flex-direction:row;align-items:stretch;height:90px;margin-top:1rem;animation:.3s ease-out apply-module__wuy2Na__slideIn;display:flex;overflow:hidden}@media (min-width:756px){.apply-module__wuy2Na__cardSkeleton{height:110px}}.apply-module__wuy2Na__cardSkeletonThumb{aspect-ratio:1;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;flex-shrink:0;height:100%;animation:1.5s infinite apply-module__wuy2Na__shimmer}.apply-module__wuy2Na__cardSkeletonBody{flex-direction:column;flex:1;gap:.5rem;padding:.75rem 1rem;display:flex}.apply-module__wuy2Na__cardSkeletonLine{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:5px;height:10px;animation:1.5s infinite apply-module__wuy2Na__shimmer}.apply-module__wuy2Na__cardSkeletonLine:first-child{width:40%}.apply-module__wuy2Na__cardSkeletonLine:nth-child(2){width:80%}.apply-module__wuy2Na__cardSkeletonLine:nth-child(3){width:60%}@keyframes apply-module__wuy2Na__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.apply-module__wuy2Na__inputError{border-color:#f43f5e!important;box-shadow:0 0 0 5px #f43f5e1a!important}.apply-module__wuy2Na__inputSuccess{border-color:#10b981!important;box-shadow:0 0 0 5px #10b9811a!important}.apply-module__wuy2Na__errorText{color:#f43f5e;margin-top:-.25rem;padding-left:.15rem;font-size:.75rem;font-weight:600}.apply-module__wuy2Na__inputLoader{align-items:center;display:flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.apply-module__wuy2Na__spinnerSmall{border:2px solid #6366f11a;border-top-color:#6366f1;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite apply-module__wuy2Na__spin}@keyframes apply-module__wuy2Na__spin{to{transform:rotate(360deg)}}.apply-module__wuy2Na__statusIconSuccess{color:#10b981;font-size:1rem;font-weight:900;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.apply-module__wuy2Na__statusIconError{color:#f43f5e;font-size:.9rem;font-weight:900;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.apply-module__wuy2Na__input{color:#09090b;background:#fff;border:1.5px solid #00000014;border-radius:14px;outline:none;width:100%;padding:1rem 1.25rem;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005}@media (min-width:756px){.apply-module__wuy2Na__input{border-radius:18px;padding:1.1rem 1.5rem;font-size:1rem}}.apply-module__wuy2Na__input::placeholder{color:#a1a1aa}.apply-module__wuy2Na__input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 5px #6366f11a}.apply-module__wuy2Na__textarea{resize:none;min-height:120px;line-height:1.6}@media (min-width:756px){.apply-module__wuy2Na__textarea{min-height:160px;line-height:1.7}}.apply-module__wuy2Na__customSelect{position:relative}.apply-module__wuy2Na__selectTrigger{color:#09090b;cursor:pointer;background:#fff;border:1.5px solid #00000014;border-radius:14px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 2px 4px #00000005}@media (min-width:756px){.apply-module__wuy2Na__selectTrigger{border-radius:18px;padding:1.1rem 1.5rem;font-size:1rem}}.apply-module__wuy2Na__selectTriggerActive{border-color:#6366f1;box-shadow:0 0 0 5px #6366f114}.apply-module__wuy2Na__compactTrigger{padding:1rem .75rem!important}@media (min-width:756px){.apply-module__wuy2Na__compactTrigger{padding:1.1rem 1rem!important}}.apply-module__wuy2Na__placeholderText{color:#a1a1aa}.apply-module__wuy2Na__chevron{color:#a1a1aa;width:16px;height:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (min-width:756px){.apply-module__wuy2Na__chevron{width:18px;height:18px}}.apply-module__wuy2Na__chevronRotated{color:#6366f1;transform:rotate(180deg)}.apply-module__wuy2Na__dropdownOptions{z-index:1100;background:#fff;border:1px solid #0000001a;border-radius:18px;max-height:280px;padding:.6rem;animation:.3s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 20px 40px #0000001a}@media (min-width:756px){.apply-module__wuy2Na__dropdownOptions{border-radius:22px;max-height:320px;padding:.8rem;top:calc(100% + 12px);box-shadow:0 25px 60px #0000001f}}.apply-module__wuy2Na__compactDropdown{width:max-content!important;min-width:260px!important;right:auto!important}@keyframes apply-module__wuy2Na__dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.apply-module__wuy2Na__option{color:#52525b;cursor:pointer;border-radius:12px;margin-bottom:2px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}@media (min-width:756px){.apply-module__wuy2Na__option{border-radius:14px;padding:1rem 1.5rem;font-size:1rem}}.apply-module__wuy2Na__option:hover{color:#09090b;background:#f8f8f8}.apply-module__wuy2Na__optionSelected{color:#6366f1;background:#6366f114;font-weight:700}.apply-module__wuy2Na__socialList{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__socialList{gap:2rem}}.apply-module__wuy2Na__platformSelector{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__platformSelector{gap:1rem;margin-bottom:3rem}}.apply-module__wuy2Na__platformBtn{cursor:pointer;aspect-ratio:1;background:#fff;border:1px solid #00000014;border-radius:16px;flex-direction:column;flex:calc(33.333% - .5rem);justify-content:center;align-items:center;gap:.5rem;min-width:70px;height:auto;padding:1rem;transition:all .3s;display:flex}@media (min-width:480px){.apply-module__wuy2Na__platformBtn{border-radius:20px;flex:0 100px;min-width:100px}}@media (min-width:756px){.apply-module__wuy2Na__platformBtn{flex:0 0 120px;gap:.75rem;max-width:120px;height:120px;padding:1.25rem}}.apply-module__wuy2Na__platformBtn:hover:not(.apply-module__wuy2Na__platformBtnDisabled){background:#6366f105;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 10px 20px #6366f114}.apply-module__wuy2Na__platformBtnDisabled{opacity:.3;cursor:not-allowed;filter:grayscale()}.apply-module__wuy2Na__platformName{color:#18181b;font-size:.75rem;font-weight:700}@media (min-width:756px){.apply-module__wuy2Na__platformName{font-size:.85rem}}.apply-module__wuy2Na__platformBtnDisabled .apply-module__wuy2Na__platformName{color:#71717a}.apply-module__wuy2Na__socialItem{background:#fff;border:1px solid #00000014;border-radius:20px;padding:1.25rem 1rem;transition:all .3s;box-shadow:0 4px 20px #00000003}@media (min-width:480px){.apply-module__wuy2Na__socialItem{padding:1.5rem}}@media (min-width:756px){.apply-module__wuy2Na__socialItem{border-radius:28px;padding:2.5rem}}.apply-module__wuy2Na__socialItemHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__socialItemHeader{margin-bottom:2.5rem}}.apply-module__wuy2Na__socialBrand{color:#09090b;letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:800;display:flex}@media (min-width:756px){.apply-module__wuy2Na__socialBrand{gap:1.25rem;font-size:1.2rem}}.apply-module__wuy2Na__socialIcon{color:#6366f1;width:24px;height:24px}@media (min-width:756px){.apply-module__wuy2Na__socialIcon{width:36px;height:36px}}.apply-module__wuy2Na__removeBtn{color:#f43f5e;cursor:pointer;background:#fff1f2;border:1px solid #ffe4e6;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__removeBtn{border-radius:14px;width:40px;height:40px;font-size:1.2rem}}.apply-module__wuy2Na__removeBtn:hover{color:#fff;background:#f43f5e;border-color:#f43f5e}.apply-module__wuy2Na__socialInputsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:756px){.apply-module__wuy2Na__socialInputsGrid{grid-template-columns:1fr 1fr;gap:2rem}}.apply-module__wuy2Na__followerInputWrapper{border-radius:14px;align-items:stretch;width:100%;transition:all .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__followerInputWrapper{border-radius:18px}}.apply-module__wuy2Na__followerInputWrapper:focus-within{box-shadow:0 0 0 5px #6366f11a}.apply-module__wuy2Na__followerInputWrapper:focus-within .apply-module__wuy2Na__followerInput,.apply-module__wuy2Na__followerInputWrapper:focus-within .apply-module__wuy2Na__followerUnitTrigger{border-color:#6366f1!important}.apply-module__wuy2Na__followerInput{flex:1;border-right:none!important;border-radius:14px 0 0 14px!important;padding-right:1.25rem!important}.apply-module__wuy2Na__followerInput:focus{box-shadow:none!important}@media (min-width:756px){.apply-module__wuy2Na__followerInput{border-radius:18px 0 0 18px!important}}.apply-module__wuy2Na__followerUnitTrigger{box-shadow:none!important;border-left:none!important;border-radius:0 14px 14px 0!important}@media (min-width:756px){.apply-module__wuy2Na__followerUnitTrigger{border-radius:0 18px 18px 0!important}}.apply-module__wuy2Na__followerUnitTrigger:focus,.apply-module__wuy2Na__followerUnitTrigger:active{box-shadow:none!important;outline:none!important}.apply-module__wuy2Na__followerHint{color:#64748b;letter-spacing:.02em;margin-top:.5rem;margin-left:.5rem;font-size:.7rem;font-weight:700;animation:.3s apply-module__wuy2Na__fadeIn}@media (min-width:756px){.apply-module__wuy2Na__followerHint{margin-top:.6rem;margin-left:.75rem;font-size:.75rem}}@keyframes apply-module__wuy2Na__fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.apply-module__wuy2Na__submitBtn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#09090b;border:none;border-radius:18px;width:100%;margin-top:1.5rem;padding:1.25rem;font-size:1.1rem;font-weight:900;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0000001a}@media (min-width:756px){.apply-module__wuy2Na__submitBtn{border-radius:22px;margin-top:2rem;padding:1.5rem;font-size:1.15rem;box-shadow:0 15px 40px #00000026}}.apply-module__wuy2Na__submitBtn:hover:not(:disabled){background:#27272a;transform:translateY(-4px);box-shadow:0 20px 50px #0003}.apply-module__wuy2Na__submitBtn:active:not(:disabled){transform:translateY(-2px)}.apply-module__wuy2Na__submitBtn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale()}.apply-module__wuy2Na__successView{text-align:center;padding:2rem 0}@media (min-width:756px){.apply-module__wuy2Na__successView{padding:4rem 0}}.apply-module__wuy2Na__successIcon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:2.5rem;animation:.6s cubic-bezier(.175,.885,.32,1.275) apply-module__wuy2Na__successScale;display:flex;box-shadow:0 15px 35px #10b98133}@media (min-width:756px){.apply-module__wuy2Na__successIcon{width:110px;height:110px;margin:0 auto 3rem;font-size:3.5rem;box-shadow:0 20px 50px #10b98140}}@keyframes apply-module__wuy2Na__successScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.apply-module__wuy2Na__progressContainer{width:100%;margin-bottom:2.5rem}@media (min-width:756px){.apply-module__wuy2Na__progressContainer{margin-bottom:4rem}}.apply-module__wuy2Na__progressBar{background:#0000000d;border-radius:10px;height:4px;margin-bottom:1rem;position:relative;overflow:hidden}@media (min-width:756px){.apply-module__wuy2Na__progressBar{height:6px;margin-bottom:1.5rem}}.apply-module__wuy2Na__progressFill{height:100%;width:var(--progress,0%);background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:10px;transition:width .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.apply-module__wuy2Na__stepIndicator{justify-content:space-between;align-items:center;display:flex}.apply-module__wuy2Na__step{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}@media (min-width:756px){.apply-module__wuy2Na__step{gap:.75rem}}.apply-module__wuy2Na__stepDot{z-index:2;background:#e4e4e7;border:2px solid #fff;border-radius:50%;width:10px;height:10px;transition:all .4s}@media (min-width:756px){.apply-module__wuy2Na__stepDot{width:12px;height:12px}}.apply-module__wuy2Na__stepActive .apply-module__wuy2Na__stepDot{background:#6366f1;transform:scale(1.3);box-shadow:0 0 0 4px #6366f126}.apply-module__wuy2Na__stepCompleted .apply-module__wuy2Na__stepDot{background:#10b981}.apply-module__wuy2Na__stepLabel{color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:800;transition:color .3s}@media (min-width:756px){.apply-module__wuy2Na__stepLabel{font-size:.75rem}}.apply-module__wuy2Na__stepActive .apply-module__wuy2Na__stepLabel{color:#6366f1}.apply-module__wuy2Na__stepCompleted .apply-module__wuy2Na__stepLabel{color:#10b981}.apply-module__wuy2Na__stepNav{gap:1rem;margin-top:2rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__stepNav{gap:1.5rem;margin-top:3rem}}.apply-module__wuy2Na__prevBtn{color:#09090b;cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:14px;flex:1;padding:1rem;font-size:.95rem;font-weight:700;transition:all .3s}@media (min-width:756px){.apply-module__wuy2Na__prevBtn{border-radius:18px;padding:1.25rem;font-size:1rem}}.apply-module__wuy2Na__prevBtn:hover{background:#f4f4f5;border-color:#d4d4d8}.apply-module__wuy2Na__nextBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:14px;flex:2;padding:1rem;font-size:.95rem;font-weight:800;transition:all .3s;box-shadow:0 10px 25px #6366f126}@media (min-width:756px){.apply-module__wuy2Na__nextBtn{border-radius:18px;padding:1.25rem;font-size:1rem;box-shadow:0 10px 25px #6366f133}}.apply-module__wuy2Na__nextBtn:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 15px 35px #6366f14d}.apply-module__wuy2Na__nextBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.apply-module__wuy2Na__stepContent{animation:.5s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__stepFadeIn}@keyframes apply-module__wuy2Na__stepFadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.apply-module__wuy2Na__authContainer{text-align:left;max-width:400px;margin:0 auto}.apply-module__wuy2Na__authForm{margin-bottom:1.5rem}.apply-module__wuy2Na__authFooter{text-align:center;margin-bottom:1.5rem;font-size:.9rem}.apply-module__wuy2Na__authDivider{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.apply-module__wuy2Na__dividerLine{background:#0000000f;flex:1;height:1px}.apply-module__wuy2Na__dividerText{color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.apply-module__wuy2Na__googleBtn{color:#09090b;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:18px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__googleBtn{padding:1.1rem;font-size:1rem}}.apply-module__wuy2Na__googleBtn:hover{background:#fdfdfd;border-color:#00000026;box-shadow:0 4px 12px #0000000d}.apply-module__wuy2Na__loadingContainer{color:#6366f1;letter-spacing:.1em;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;font-weight:800;display:flex}.apply-module__wuy2Na__authIconWrapper{justify-content:center;margin-bottom:1rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__authIconWrapper{margin-bottom:1.5rem}}.apply-module__wuy2Na__authToggleBtn{color:#6366f1;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-weight:600;transition:opacity .2s}.apply-module__wuy2Na__authToggleBtn:hover{opacity:.8;text-decoration:underline}.apply-module__wuy2Na__phoneInputRow{align-items:stretch;gap:.5rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__phoneInputRow{gap:.75rem}}.apply-module__wuy2Na__countryCodeSelector{flex-shrink:0;width:110px}@media (min-width:480px){.apply-module__wuy2Na__countryCodeSelector{width:130px}}@media (min-width:756px){.apply-module__wuy2Na__countryCodeSelector{width:150px}}.apply-module__wuy2Na__emptySocialState{text-align:center;color:#1e293b;background:#fff;border:1px solid #0000000d;border-radius:28px;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}@media (min-width:756px){.apply-module__wuy2Na__emptySocialState{gap:1.5rem;padding:4rem 2rem}}.apply-module__wuy2Na__emptySocialIcon{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;font-size:2rem;display:flex;box-shadow:0 10px 15px -3px #6366f14d}@media (min-width:756px){.apply-module__wuy2Na__emptySocialIcon{width:80px;height:80px;font-size:2.5rem}}.apply-module__wuy2Na__platformSelectionWrapper{margin-bottom:1.5rem}.apply-module__wuy2Na__platformSelectionSubtitle{color:#71717a;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;line-height:1.6}.apply-module__wuy2Na__modalOverlay{-webkit-backdrop-filter:blur(12px);z-index:99999;background:#0006;justify-content:center;align-items:center;padding:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__modalOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes apply-module__wuy2Na__modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}.apply-module__wuy2Na__modalContent{background:#fff;border-radius:32px;flex-direction:column;width:100%;max-width:540px;max-height:85vh;animation:.5s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__modalSlideIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d}@media (min-width:756px){.apply-module__wuy2Na__modalContent{max-height:80vh}}@keyframes apply-module__wuy2Na__modalSlideIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.apply-module__wuy2Na__modalHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.25rem 1rem;display:flex}.apply-module__wuy2Na__modalTitleWrapper{flex-direction:column;gap:.25rem;display:flex}.apply-module__wuy2Na__modalTitle{color:#09090b;letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:850}.apply-module__wuy2Na__modalSubtitle{color:#71717a;margin:0;font-size:.8rem;font-weight:500}@media (min-width:576px){.apply-module__wuy2Na__modalTitle{font-size:1.5rem}.apply-module__wuy2Na__modalSubtitle{font-size:.9rem}}.apply-module__wuy2Na__closeBtn{cursor:pointer;color:#71717a;background:#f4f4f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-top:-.25rem;margin-right:-.25rem;transition:all .2s;display:flex}@media (min-width:576px){.apply-module__wuy2Na__closeBtn{width:44px;height:44px}}.apply-module__wuy2Na__closeBtn:hover{color:#18181b;background:#e4e4e7;transform:rotate(90deg)}.apply-module__wuy2Na__addPlatformTrigger{cursor:pointer;text-align:center;background:#fff;border:2px dashed #6366f140;border-radius:24px;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:500px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}@media (min-width:576px){.apply-module__wuy2Na__addPlatformTrigger{text-align:left;flex-direction:row;padding:1.25rem 2rem}}@media (min-width:756px){.apply-module__wuy2Na__addPlatformTrigger{border-radius:28px;padding:1.5rem 2.5rem}}.apply-module__wuy2Na__addPlatformTrigger:hover{background:#6366f105;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 12px 30px #6366f114}.apply-module__wuy2Na__addPlatformIcon{color:#6366f1;background:#6366f114;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.apply-module__wuy2Na__addPlatformTrigger:hover .apply-module__wuy2Na__addPlatformIcon{color:#fff;background:#6366f1;transform:rotate(90deg)}.apply-module__wuy2Na__addPlatformText{flex-direction:column;gap:.2rem;display:flex}.apply-module__wuy2Na__addPlatformTitle{color:#18181b;letter-spacing:-.01em;font-size:1.1rem;font-weight:800}.apply-module__wuy2Na__addPlatformSubtitle{color:#71717a;font-size:.85rem;font-weight:500}.apply-module__wuy2Na__galleryScrollArea{background:var(--background);flex:1;padding:1.25rem 1rem;overflow:hidden auto}.apply-module__wuy2Na__squareGalleryGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:480px){.apply-module__wuy2Na__squareGalleryGrid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:576px){.apply-module__wuy2Na__galleryScrollArea{padding:1.5rem 2rem}.apply-module__wuy2Na__squareGalleryGrid{gap:1.25rem}}.apply-module__wuy2Na__squareGalleryItem{cursor:pointer;aspect-ratio:1;background:#fff;border:2px solid #0000000d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.apply-module__wuy2Na__squareGalleryItem:hover:not(.apply-module__wuy2Na__galleryItemDisabled){border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 24px #6366f11a}.apply-module__wuy2Na__galleryItemSelected{background:#6366f108!important;border-color:#6366f1!important;box-shadow:0 8px 20px #6366f11f!important}.apply-module__wuy2Na__galleryItemDisabled{opacity:.5;cursor:not-allowed;filter:grayscale(.8);background:#f8f8f8}.apply-module__wuy2Na__squareIconWrapper{color:#475569;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}@media (min-width:756px){.apply-module__wuy2Na__squareIconWrapper{width:52px;height:52px}}.apply-module__wuy2Na__galleryItemSelected .apply-module__wuy2Na__squareIconWrapper{color:#6366f1;transform:scale(1.1)}.apply-module__wuy2Na__selectionIndicator{color:#fff;background:#6366f1;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;animation:.3s cubic-bezier(.34,1.56,.64,1) apply-module__wuy2Na__popIn;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 10px #6366f14d}@keyframes apply-module__wuy2Na__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.apply-module__wuy2Na__galleryCheckBadge{color:#fff;background:#10b981;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 10px #10b9814d}.apply-module__wuy2Na__squareGalleryName{color:#18181b;text-align:center;word-break:break-word;max-width:100%;font-size:.75rem;font-weight:700}@media (min-width:756px){.apply-module__wuy2Na__squareGalleryName{font-size:.9rem}}.apply-module__wuy2Na__modalFooter{background:#fff;border-top:1px solid #0000000d;justify-content:center;padding:1.25rem 1rem;display:flex}@media (min-width:576px){.apply-module__wuy2Na__modalFooter{padding:1.5rem 2rem}}.apply-module__wuy2Na__confirmBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:16px;width:100%;max-width:320px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:800;transition:all .3s;box-shadow:0 10px 25px #6366f133}@media (min-width:576px){.apply-module__wuy2Na__confirmBtn{padding:1rem 2rem;font-size:1rem}}.apply-module__wuy2Na__confirmBtn:hover:not(:disabled){background:#4f46e5;transform:translateY(-2px);box-shadow:0 15px 30px #6366f14d}.apply-module__wuy2Na__confirmBtn:active:not(:disabled){transform:translateY(0)}.apply-module__wuy2Na__confirmBtn:disabled{color:#a1a1aa;cursor:not-allowed;box-shadow:none;background:#e4e4e7}.apply-module__wuy2Na__storeSectionContainer{margin-bottom:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__stepFadeIn}@media (min-width:756px){.apply-module__wuy2Na__storeSectionContainer{margin-bottom:3.5rem}}.apply-module__wuy2Na__storeHeaderRow{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.apply-module__wuy2Na__storeSectionTitle{color:#09090b;letter-spacing:-.03em;margin-bottom:.35rem;font-size:1.35rem;font-weight:850}@media (min-width:756px){.apply-module__wuy2Na__storeSectionTitle{font-size:1.65rem}}.apply-module__wuy2Na__storeSubtitle{color:#71717a;font-size:.9rem;font-weight:500;line-height:1.5}@media (min-width:756px){.apply-module__wuy2Na__storeSubtitle{font-size:.95rem}}.apply-module__wuy2Na__storeCounterBadge{color:#6366f1;letter-spacing:.02em;white-space:nowrap;background:#6366f114;border:1px solid #6366f126;border-radius:999px;flex-shrink:0;align-items:center;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.apply-module__wuy2Na__storeEmptyCard{text-align:center;background:linear-gradient(135deg,#6366f105 0%,#a855f705 100%);border:2px dashed #6366f133;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:all .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__storeEmptyCard{border-radius:32px;padding:3.5rem 2.5rem}}.apply-module__wuy2Na__storeEmptyCard:hover{background:linear-gradient(135deg,#6366f10a 0%,#a855f70a 100%);border-color:#6366f166}.apply-module__wuy2Na__storeEmptyIconWrapper{background:#6366f114;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;transition:transform .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__storeEmptyIconWrapper{border-radius:24px;width:72px;height:72px}}.apply-module__wuy2Na__storeEmptyCard:hover .apply-module__wuy2Na__storeEmptyIconWrapper{background:#6366f11f;transform:scale(1.08)rotate(-4deg)}.apply-module__wuy2Na__storeEmptyTitle{color:#09090b;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}@media (min-width:756px){.apply-module__wuy2Na__storeEmptyTitle{font-size:1.3rem}}.apply-module__wuy2Na__storeEmptyText{color:#71717a;text-align:center;max-width:480px;margin:0 auto 1.75rem;font-size:.875rem;font-weight:500;line-height:1.6}.apply-module__wuy2Na__storePrimaryAddBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:16px;align-items:center;gap:.6rem;padding:.9rem 1.75rem;font-size:.95rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px #6366f140}@media (min-width:756px){.apply-module__wuy2Na__storePrimaryAddBtn{border-radius:18px;padding:1rem 2rem;font-size:1rem}}.apply-module__wuy2Na__storePrimaryAddBtn:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 14px 30px #6366f159}.apply-module__wuy2Na__storePrimaryAddBtn:active{transform:translateY(0)}.apply-module__wuy2Na__storeListWrapper{flex-direction:column;gap:1.25rem;display:flex}.apply-module__wuy2Na__storeList{flex-direction:column;gap:.85rem;display:flex}@media (min-width:756px){.apply-module__wuy2Na__storeList{gap:1rem}}.apply-module__wuy2Na__storeItemRow{background:#fff;border:1.5px solid #00000014;border-radius:20px;align-items:center;gap:.85rem;padding:.6rem .85rem;transition:all .25s cubic-bezier(.16,1,.3,1);animation:.3s cubic-bezier(.16,1,.3,1) apply-module__wuy2Na__slideIn;display:flex;box-shadow:0 2px 8px #00000005}@media (min-width:756px){.apply-module__wuy2Na__storeItemRow{border-radius:24px;gap:1rem;padding:.75rem 1.1rem}}.apply-module__wuy2Na__storeItemRow:hover,.apply-module__wuy2Na__storeItemRow:focus-within{border-color:#6366f1;box-shadow:0 8px 25px #6366f114}.apply-module__wuy2Na__storePinBadge{color:#6366f1;background:#6366f114;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__storePinBadge{border-radius:16px;width:46px;height:46px}}.apply-module__wuy2Na__storePinBadgeActive{color:#10b981;background:#10b9811a}.apply-module__wuy2Na__storeInputCell{flex:1;min-width:0}.apply-module__wuy2Na__storeInputContainer{width:100%;position:relative}.apply-module__wuy2Na__storeAddressInput{width:100%;color:#09090b!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:.6rem .25rem!important;font-size:.95rem!important;font-weight:500!important}@media (min-width:756px){.apply-module__wuy2Na__storeAddressInput{padding:.75rem .35rem!important;font-size:1rem!important}}.apply-module__wuy2Na__storeAddressInput::placeholder{color:#a1a1aa;font-weight:400}.apply-module__wuy2Na__storeDeleteBtn{color:#71717a;cursor:pointer;background:#00000008;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__storeDeleteBtn{border-radius:14px;width:42px;height:42px}}.apply-module__wuy2Na__storeDeleteBtn:hover{color:#f43f5e;background:#ffe4e6}.apply-module__wuy2Na__storeAddAnotherBtn{color:#6366f1;cursor:pointer;background:#6366f108;border:1.5px dashed #6366f140;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.9rem 1.25rem;font-size:.95rem;font-weight:750;transition:all .3s;display:flex}@media (min-width:756px){.apply-module__wuy2Na__storeAddAnotherBtn{border-radius:24px;padding:1rem 1.5rem;font-size:1rem}}.apply-module__wuy2Na__storeAddAnotherBtn:hover{background:#6366f114;border-color:#6366f1;transform:translateY(-1px)}.apply-module__wuy2Na__hqCard{background:linear-gradient(#6366f108 0%,#fffffff2 100%);border:1px solid #6366f126;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;margin-top:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #6366f108}@media (min-width:756px){.apply-module__wuy2Na__hqCard{border-radius:28px;margin-top:1.5rem;padding:1.75rem 2rem}}.apply-module__wuy2Na__hqCard:focus-within{border-color:#6366f159;box-shadow:0 8px 30px #6366f114}.apply-module__wuy2Na__hqHeader{align-items:center;gap:1rem;display:flex}.apply-module__wuy2Na__hqIconBadge{color:#6366f1;background:#6366f114;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}@media (min-width:756px){.apply-module__wuy2Na__hqIconBadge{border-radius:14px;width:48px;height:48px}}.apply-module__wuy2Na__hqTitleGroup{flex-direction:column;gap:.2rem;display:flex}.apply-module__wuy2Na__hqTitle{color:#09090b;letter-spacing:-.01em;font-size:1.05rem;font-weight:800}@media (min-width:756px){.apply-module__wuy2Na__hqTitle{font-size:1.15rem}}.apply-module__wuy2Na__hqSubtitle{color:#71717a;font-size:.85rem;font-weight:500}@media (min-width:756px){.apply-module__wuy2Na__hqSubtitle{font-size:.9rem}}.apply-module__wuy2Na__hqInputOverride{color:#09090b!important;background:#fff!important;border:1px solid #0000001a!important;border-radius:16px!important;width:100%!important;padding:1rem 1.25rem!important;font-size:.95rem!important;transition:all .25s!important;box-shadow:0 2px 4px #00000005!important}@media (min-width:756px){.apply-module__wuy2Na__hqInputOverride{border-radius:18px!important;padding:1.1rem 1.5rem!important;font-size:1rem!important}}.apply-module__wuy2Na__hqInputOverride::placeholder{color:#a1a1aa!important}.apply-module__wuy2Na__hqInputOverride:focus{border-color:#6366f1!important;box-shadow:0 0 0 4px #6366f11f!important}.apply-module__wuy2Na__optionalTag{color:#64748b;vertical-align:middle;letter-spacing:.01em;background:#f1f5f9e6;border:1px solid #e2e8f0e6;border-radius:9999px;align-items:center;margin-left:.6rem;padding:.2rem .65rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.apply-module__wuy2Na__skipAddLaterBtn{color:#71717a;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;border-radius:9999px;margin-top:1.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;-webkit-text-decoration:underline #71717a59;text-decoration:underline #71717a59;transition:all .2s}.apply-module__wuy2Na__skipAddLaterBtn:hover{color:#6366f1;background:#6366f10f;text-decoration-color:#6366f1}.apply-module__wuy2Na__selectField{z-index:1;position:relative}.apply-module__wuy2Na__selectFieldOpen{z-index:var(--vs-z-modal)}.apply-module__wuy2Na__selectValue{align-items:center;gap:var(--vs-space-2);display:flex;overflow:hidden}.apply-module__wuy2Na__selectFlag{font-size:var(--vs-font-size-2xl);line-height:var(--vs-font-line-height-none)}.apply-module__wuy2Na__selectValueLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.apply-module__wuy2Na__selectTriggerValue{flex:1;overflow:hidden}.apply-module__wuy2Na__optionFlag{margin-right:var(--vs-space-3);font-size:var(--vs-font-size-2xl)}.apply-module__wuy2Na__autocompleteField{position:relative}.apply-module__wuy2Na__autocompleteError{color:var(--vs-color-danger-solid);font-size:var(--vs-font-size-xs);margin-top:var(--vs-space-1)}.apply-module__wuy2Na__suggestionSecondary{font-size:var(--vs-font-size-xs);opacity:.7}.apply-module__wuy2Na__formCardCentered{text-align:center}.apply-module__wuy2Na__subtitleSpaced{margin-bottom:2.5rem}.apply-module__wuy2Na__inputGroupTight{margin-bottom:var(--vs-space-4)}.apply-module__wuy2Na__inputGroupSpaced{margin-bottom:var(--vs-space-6)}.apply-module__wuy2Na__flushTop{margin-top:0}.apply-module__wuy2Na__mediaCover{object-fit:cover;width:100%;height:100%;display:block}.apply-module__wuy2Na__relativeField{position:relative}.apply-module__wuy2Na__visuallyHiddenBlock{display:none}.apply-module__wuy2Na__platformSelectionStacked{flex-direction:column;align-items:center;margin-top:2.5rem;display:flex}.apply-module__wuy2Na__platformSelectionStackedBottom{margin-bottom:var(--vs-space-8)}.apply-module__wuy2Na__pageLoading{height:100vh;color:var(--vs-color-brand-solid);font-weight:var(--vs-font-weight-extrabold);justify-content:center;align-items:center;display:flex}.apply-module__wuy2Na__centerRow{margin-bottom:var(--vs-space-6);justify-content:center;display:flex}.apply-module__wuy2Na__narrowField{max-width:300px;margin:0 auto}.apply-module__wuy2Na__hqCardSpaced{margin-bottom:2.5rem}
.PhoneInput-module__RHs6mG__inputGroup{flex-direction:column;gap:.75rem;display:flex}.PhoneInput-module__RHs6mG__label{color:#18181b;padding-left:.15rem;font-size:.85rem;font-weight:700;display:block}.PhoneInput-module__RHs6mG__phoneInputRow{align-items:stretch;gap:.5rem;display:flex}.PhoneInput-module__RHs6mG__countryCodeSelector{flex-shrink:0;width:130px}.PhoneInput-module__RHs6mG__input{color:#09090b;background:#fff;border:1.5px solid #00000014;border-radius:14px;flex:1;min-width:0;padding:1rem 1.25rem;font-size:.95rem}.PhoneInput-module__RHs6mG__input:focus{border-color:#0003;outline:none}
.Invite-module__3JX_5G__page{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:70vh;padding:2rem 1.5rem;display:flex}.Invite-module__3JX_5G__card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 10px 30px #0000000a}.Invite-module__3JX_5G__inviteLogoImg{object-fit:contain;border-radius:12px;width:48px;height:48px;margin:0 auto 1rem;display:block}.Invite-module__3JX_5G__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:900}.Invite-module__3JX_5G__subtitle{color:#64748b;font-size:1rem;line-height:1.6}.Invite-module__3JX_5G__error{color:#ef4444;margin-top:1rem;font-size:.9rem;font-weight:600}.Invite-module__3JX_5G__actions{gap:1rem;margin-top:2rem;display:flex}.Invite-module__3JX_5G__primaryBtn{color:#fff;cursor:pointer;background:#09090b;border:none;border-radius:100px;flex:1;padding:.9rem 1.5rem;font-size:.9rem;font-weight:800}.Invite-module__3JX_5G__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.Invite-module__3JX_5G__secondaryBtn{color:#09090b;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:100px;flex:1;padding:.9rem 1.5rem;font-size:.9rem;font-weight:800}
