.Notifications-module__4GPsHq__container{max-width:1200px;margin:0 auto}.Notifications-module__4GPsHq__pageHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.Notifications-module__4GPsHq__headerText{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.Notifications-module__4GPsHq__pageTitle{font-size:var(--text-3xl);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-weight:800}.Notifications-module__4GPsHq__pageSubtitle{font-size:var(--text-base);color:var(--text-secondary);margin:0}@media (min-width:768px){.Notifications-module__4GPsHq__pageHeader{margin-bottom:var(--space-12)}.Notifications-module__4GPsHq__pageTitle{font-size:var(--text-4xl)}.Notifications-module__4GPsHq__pageSubtitle{font-size:var(--text-lg)}}.Notifications-module__4GPsHq__toolbar{margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Notifications-module__4GPsHq__desktopOnly{display:flex}.Notifications-module__4GPsHq__mobileOnly{display:none}.Notifications-module__4GPsHq__timeline{flex-direction:column;display:flex;position:relative}.Notifications-module__4GPsHq__item{gap:var(--space-4);padding-bottom:var(--space-1);display:flex;position:relative}.Notifications-module__4GPsHq__item:before{content:"";background:var(--border-default);width:2px;position:absolute;top:36px;bottom:0;left:17px}.Notifications-module__4GPsHq__item:last-child:before{display:none}.Notifications-module__4GPsHq__icon{z-index:1;background:var(--bg-app);border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Notifications-module__4GPsHq__card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-3);flex:1;transition:background .15s,border-color .15s;position:relative}.Notifications-module__4GPsHq__cardClickable{cursor:pointer}.Notifications-module__4GPsHq__cardClickable:hover{background:var(--bg-surface-subtle)}.Notifications-module__4GPsHq__unread{border-left:3px solid var(--accent-text)}.Notifications-module__4GPsHq__cardHeader{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-1);display:flex}.Notifications-module__4GPsHq__titleGroup{align-items:center;gap:var(--space-2);min-width:0;display:flex}.Notifications-module__4GPsHq__title{color:var(--text-primary);font-size:.9375rem;font-weight:600}.Notifications-module__4GPsHq__unreadDot{background:var(--accent-text);border-radius:50%;flex-shrink:0;width:8px;height:8px}.Notifications-module__4GPsHq__timestamp{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0}.Notifications-module__4GPsHq__description{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.Notifications-module__4GPsHq__footer{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:var(--space-3);display:flex}.Notifications-module__4GPsHq__amountBadge{font-variant-numeric:tabular-nums;border:1px solid;border-radius:100px;align-items:center;padding:2px 10px;font-size:.875rem;font-weight:600;display:inline-flex}.Notifications-module__4GPsHq__amountPositive{color:var(--success-500);background:rgba(var(--success-rgb), .1);border-color:rgba(var(--success-rgb), .2)}.Notifications-module__4GPsHq__amountNegative{color:var(--error-500);background:rgba(var(--error-rgb), .1);border-color:rgba(var(--error-rgb), .2)}.Notifications-module__4GPsHq__emptyState{align-items:center;gap:var(--space-3);text-align:center;padding:var(--space-12) var(--space-4);color:var(--text-secondary);flex-direction:column;display:flex}.Notifications-module__4GPsHq__emptyIcon{color:var(--text-tertiary);opacity:.6}.Notifications-module__4GPsHq__emptyText{font-size:.9375rem}.Notifications-module__4GPsHq__loadMore{padding:var(--space-6) 0 var(--space-2);justify-content:center;display:flex}.Notifications-module__4GPsHq__loadMoreBtn{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-3) var(--space-6);color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.Notifications-module__4GPsHq__loadMoreBtn:hover{background:var(--bg-surface-subtle);color:var(--text-primary)}.Notifications-module__4GPsHq__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.Notifications-module__4GPsHq__toolbar{margin-bottom:var(--space-4);flex-wrap:nowrap}.Notifications-module__4GPsHq__toolbar>:first-child{flex:1;min-width:0}.Notifications-module__4GPsHq__toolbar input[type=search],.Notifications-module__4GPsHq__toolbar input[type=text]{box-sizing:border-box;width:100%!important}.Notifications-module__4GPsHq__desktopOnly{display:none!important}.Notifications-module__4GPsHq__mobileOnly{flex:1;min-width:0;display:flex}.Notifications-module__4GPsHq__icon{width:28px;height:28px}.Notifications-module__4GPsHq__item:before{top:28px;left:13px}.Notifications-module__4GPsHq__item{gap:var(--space-3)}.Notifications-module__4GPsHq__card{padding:var(--space-3) var(--space-4)}.Notifications-module__4GPsHq__footer{align-items:flex-start;gap:var(--space-2);flex-direction:column}}
.SearchInput-module__2H4LhW__wrapper{align-items:center;display:flex;position:relative}.SearchInput-module__2H4LhW__icon{color:var(--text-tertiary);pointer-events:none;z-index:1;position:absolute;left:12px}.SearchInput-module__2H4LhW__input{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);outline:none;width:180px;padding:.65rem 2rem .65rem 2.25rem;font-size:.75rem;line-height:normal;transition:border-color .15s,width .2s}.SearchInput-module__2H4LhW__input::-webkit-search-cancel-button{appearance:none}.SearchInput-module__2H4LhW__input::placeholder{color:var(--text-tertiary)}.SearchInput-module__2H4LhW__input:focus{border-color:var(--accent-primary);width:220px}.SearchInput-module__2H4LhW__clearButton{right:var(--space-2);color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);z-index:1;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute}.SearchInput-module__2H4LhW__clearButton:hover{color:var(--text-primary);background:rgba(var(--color-white-rgb), .05)}[data-theme=light] .SearchInput-module__2H4LhW__clearButton:hover{background:#0000000d}.SearchInput-module__2H4LhW__fullWidth,.SearchInput-module__2H4LhW__fullWidth:focus{width:100%}@media (max-width:640px){.SearchInput-module__2H4LhW__input{width:140px}.SearchInput-module__2H4LhW__input:focus{width:160px}.SearchInput-module__2H4LhW__fullWidth,.SearchInput-module__2H4LhW__fullWidth:focus{width:100%}}
.AdminSignedContractsSection-module__FtWcoG__section{background:var(--surface-2);border:1px solid var(--border-default);border-radius:8px;margin-top:1.5rem;padding:1.25rem 1.5rem}.AdminSignedContractsSection-module__FtWcoG__header{align-items:center;margin-bottom:1rem;display:flex}.AdminSignedContractsSection-module__FtWcoG__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.5rem;margin:0;font-size:.9375rem;font-weight:600;display:flex}.AdminSignedContractsSection-module__FtWcoG__titleIcon{color:var(--text-secondary)}.AdminSignedContractsSection-module__FtWcoG__loading{color:var(--text-secondary);margin:0;font-size:.875rem}.AdminSignedContractsSection-module__FtWcoG__error{background:var(--surface-1,var(--bg-app));border:1px solid var(--border-default);color:var(--text-primary);border-radius:6px;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.8125rem;display:flex}.AdminSignedContractsSection-module__FtWcoG__empty{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.55}.AdminSignedContractsSection-module__FtWcoG__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.AdminSignedContractsSection-module__FtWcoG__row{background:var(--surface-1,var(--bg-app));border:1px solid var(--border-default);border-radius:6px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.875rem 1rem;display:flex}.AdminSignedContractsSection-module__FtWcoG__rowMain{flex:1;min-width:0}.AdminSignedContractsSection-module__FtWcoG__rowHeading{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.AdminSignedContractsSection-module__FtWcoG__versionLabel{color:var(--text-primary);font-size:.8125rem;font-weight:600}.AdminSignedContractsSection-module__FtWcoG__pill{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.15rem .5rem;font-size:.6875rem;font-weight:600}.AdminSignedContractsSection-module__FtWcoG__pillActive{color:var(--accent-primary,var(--brand-primary));background:#c8ff001f}.AdminSignedContractsSection-module__FtWcoG__pillSuperseded{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border-default)}.AdminSignedContractsSection-module__FtWcoG__pillVoided{color:var(--error-500,#ef4444);background:#ef44441a}.AdminSignedContractsSection-module__FtWcoG__signedLine{color:var(--text-secondary);margin:0 0 .25rem;font-size:.8125rem;line-height:1.5}.AdminSignedContractsSection-module__FtWcoG__signedLine strong{color:var(--text-primary);font-weight:600}.AdminSignedContractsSection-module__FtWcoG__hashLine{color:var(--text-tertiary,var(--text-secondary));font-size:.75rem;font-family:var(--font-primary);overflow-wrap:anywhere;margin:0}.AdminSignedContractsSection-module__FtWcoG__hashLine code{font-size:inherit}.AdminSignedContractsSection-module__FtWcoG__voidReason{color:var(--text-secondary);margin:.35rem 0 0;font-size:.8125rem;font-style:italic}.AdminSignedContractsSection-module__FtWcoG__rowActions{flex-direction:column;flex-shrink:0;gap:.4rem;display:flex}.AdminSignedContractsSection-module__FtWcoG__pdfMissing{color:var(--text-tertiary,var(--text-secondary));font-size:.75rem;font-style:italic}
.PostCard-module__szzZVW__card{--c-bg:#050505;--c-ink:#fff;--c-muted:#b3b3b3;--c-line:#1e1e1e;--c-accent:#c8ff00;--c-on-accent:#050505;--c-hero:var(--c-accent);--c-grid:#ffffff12;background:var(--c-bg);color:var(--c-ink);font-family:var(--font-primary);isolation:isolate;-webkit-font-smoothing:antialiased;flex:none;font-size:40px;line-height:1.2;position:relative;overflow:hidden}.PostCard-module__szzZVW__card[data-theme=light]{--c-bg:#fff;--c-ink:#1b1b1f;--c-muted:#6b7280;--c-line:#e5e7eb;--c-accent:#1b84ff;--c-on-accent:#fff;--c-grid:#0000000f}.PostCard-module__szzZVW__card[data-format=landscape]{font-size:34px}.PostCard-module__szzZVW__grid{z-index:0;background-image:linear-gradient(var(--c-grid) 1px, transparent 1px), linear-gradient(90deg, var(--c-grid) 1px, transparent 1px);background-size:8.5% 8.5%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(125% 95% at 100% 0,#000 0%,#0000 66%);mask-image:radial-gradient(125% 95% at 100% 0,#000 0%,#0000 66%)}.PostCard-module__szzZVW__glow{z-index:0;background:radial-gradient(50% 46% at 90% 4%, var(--c-accent) 0%, transparent 62%);opacity:.14;pointer-events:none;position:absolute;inset:0}.PostCard-module__szzZVW__card[data-theme=light] .PostCard-module__szzZVW__glow{opacity:.17}.PostCard-module__szzZVW__curve{z-index:1;pointer-events:none;height:31%;position:absolute;bottom:0;left:0;right:0}.PostCard-module__szzZVW__card[data-format=story] .PostCard-module__szzZVW__curve{height:26%;bottom:0}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__curve{height:auto;inset:18% 0 0 46%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 30%);mask-image:linear-gradient(90deg,#0000 0%,#000 30%)}.PostCard-module__szzZVW__spark{width:100%;height:100%;display:block}.PostCard-module__szzZVW__content{z-index:3;flex-direction:column;height:100%;padding:3.4em;display:flex;position:relative}.PostCard-module__szzZVW__card[data-format=story] .PostCard-module__szzZVW__content{padding:5em 3.4em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__content{padding:1.9em 2.6em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__body{max-width:45%}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__kicker{margin-bottom:.5em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__tagline{white-space:nowrap;text-overflow:ellipsis;max-width:none;margin-top:.5em;overflow:hidden}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__meta{margin-top:.7em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__cta{margin-top:.9em;padding:.6em 1.1em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__stats{gap:.8em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__stat span{font-size:.5em}.PostCard-module__szzZVW__head{justify-content:space-between;align-items:center;gap:1em;display:flex}.PostCard-module__szzZVW__logo{background-position:0;background-repeat:no-repeat;background-size:contain;flex:none;width:4em;height:.92em}.PostCard-module__szzZVW__card[data-theme=dark] .PostCard-module__szzZVW__logo{background-image:url(/Logo/PNG/White/Logo/Logo_White_NOBG.png)}.PostCard-module__szzZVW__card[data-theme=light] .PostCard-module__szzZVW__logo{background-image:url(/Logo/PNG/Black/Logo/Logo_Black_NOBG.png)}.PostCard-module__szzZVW__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);border:1px solid var(--c-line);white-space:nowrap;border-radius:2em;padding:.5em .95em;font-size:.62em;font-weight:600}.PostCard-module__szzZVW__body{flex-direction:column;flex:1;justify-content:center;gap:.1em;min-height:0;display:flex}.PostCard-module__szzZVW__strat{letter-spacing:-.025em;align-items:center;gap:.45em;font-size:2em;font-weight:680;line-height:1.05;display:inline-flex}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__strat{font-size:1.6em}.PostCard-module__szzZVW__dot{background:var(--c-accent);border-radius:50%;flex:none;width:.32em;height:.32em}.PostCard-module__szzZVW__hero{align-items:baseline;gap:.18em;margin-top:.4em;display:flex}.PostCard-module__szzZVW__delta{color:var(--c-accent);font-size:1.5em;line-height:1;transform:translateY(-.06em)}.PostCard-module__szzZVW__num{color:var(--c-hero);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:3.6em;font-weight:700;line-height:.9}.PostCard-module__szzZVW__card[data-format=story] .PostCard-module__szzZVW__num{font-size:4em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__num{font-size:2.7em}.PostCard-module__szzZVW__pct{color:var(--c-muted);margin-left:.06em;font-size:.42em;font-weight:600}.PostCard-module__szzZVW__emptyHero{color:var(--c-muted);margin-top:.5em;font-size:1.35em;font-weight:600}.PostCard-module__szzZVW__stats{border-top:1px solid var(--c-line);gap:1.5em;margin-top:1.1em;padding-top:1em;display:flex}.PostCard-module__szzZVW__stat{flex-direction:column;gap:.2em;display:flex}.PostCard-module__szzZVW__stat b{letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1.1em;font-weight:650}.PostCard-module__szzZVW__stat span{letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);font-size:.58em;font-weight:600}.PostCard-module__szzZVW__kicker{color:var(--c-accent);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.6em;margin-bottom:.9em;font-size:.66em;font-weight:600;display:inline-flex}.PostCard-module__szzZVW__kicker:before{content:"";background:var(--c-accent);width:1.8em;height:1px}.PostCard-module__szzZVW__name{letter-spacing:-.035em;margin:0;font-size:3.1em;font-weight:720;line-height:.95}.PostCard-module__szzZVW__card[data-format=story] .PostCard-module__szzZVW__name{font-size:3.5em}.PostCard-module__szzZVW__card[data-format=landscape] .PostCard-module__szzZVW__name{font-size:2.1em}.PostCard-module__szzZVW__tagline{max-width:18ch;color:var(--c-muted);margin-top:.75em;font-size:.82em;font-weight:500;line-height:1.5}.PostCard-module__szzZVW__meta{gap:1.4em;margin-top:1.4em;display:flex}.PostCard-module__szzZVW__meta>div{flex-direction:column;gap:.2em;display:flex}.PostCard-module__szzZVW__meta b{letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1em;font-weight:650}.PostCard-module__szzZVW__meta span{letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);font-size:.56em;font-weight:600}.PostCard-module__szzZVW__cta{background:var(--c-accent);color:var(--c-on-accent);letter-spacing:-.005em;border-radius:2em;align-self:flex-start;align-items:center;gap:.5em;margin-top:1.6em;padding:.8em 1.2em;font-size:.72em;font-weight:640;display:inline-flex}.PostCard-module__szzZVW__cta:after{content:"→";font-weight:500}.PostCard-module__szzZVW__foot{color:var(--c-muted);justify-content:space-between;align-items:center;gap:1em;margin-top:1em;font-size:.6em;font-weight:500;display:flex}.PostCard-module__szzZVW__verif{align-items:center;gap:.5em;display:inline-flex}.PostCard-module__szzZVW__verif i{background:var(--c-accent);width:.55em;height:.55em;box-shadow:0 0 .5em var(--c-accent);border-radius:50%;flex:none}.PostCard-module__szzZVW__card[data-theme=light] .PostCard-module__szzZVW__verif i{box-shadow:none}
.DashboardBanner-module__nlOyOG__banner{align-items:flex-start;gap:var(--space-3);border-radius:var(--radius-lg);padding:14px 18px;display:flex;position:relative}.DashboardBanner-module__nlOyOG__variantDefault{background:var(--bg-info-subtle);border:1px solid var(--border-info-subtle)}.DashboardBanner-module__nlOyOG__variantDefault .DashboardBanner-module__nlOyOG__icon,.DashboardBanner-module__nlOyOG__variantDefault .DashboardBanner-module__nlOyOG__title{color:var(--info-500)}.DashboardBanner-module__nlOyOG__variantSuccess{background:var(--bg-success-subtle);border:1px solid var(--border-success-subtle)}.DashboardBanner-module__nlOyOG__variantSuccess .DashboardBanner-module__nlOyOG__icon,.DashboardBanner-module__nlOyOG__variantSuccess .DashboardBanner-module__nlOyOG__title{color:var(--success-500)}.DashboardBanner-module__nlOyOG__variantWarning{background:var(--bg-warning-subtle);border:1px solid var(--border-warning-subtle)}.DashboardBanner-module__nlOyOG__variantWarning .DashboardBanner-module__nlOyOG__icon,.DashboardBanner-module__nlOyOG__variantWarning .DashboardBanner-module__nlOyOG__title{color:var(--warning-500)}.DashboardBanner-module__nlOyOG__variantError{background:var(--bg-danger-subtle);border:1px solid var(--border-danger-subtle)}.DashboardBanner-module__nlOyOG__variantError .DashboardBanner-module__nlOyOG__icon,.DashboardBanner-module__nlOyOG__variantError .DashboardBanner-module__nlOyOG__title{color:var(--error-500)}.DashboardBanner-module__nlOyOG__icon{flex-shrink:0;margin-top:1px}.DashboardBanner-module__nlOyOG__iconSpin{animation:1s linear infinite DashboardBanner-module__nlOyOG__bannerSpin}@keyframes DashboardBanner-module__nlOyOG__bannerSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DashboardBanner-module__nlOyOG__body{flex:1;min-width:0}.DashboardBanner-module__nlOyOG__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);margin:0 0 4px;line-height:1.3}.DashboardBanner-module__nlOyOG__message{color:var(--text-secondary);font-size:.8125rem;line-height:1.55}.DashboardBanner-module__nlOyOG__action{align-self:center;align-items:center;gap:var(--space-2);flex-wrap:wrap;flex-shrink:0;display:flex}.DashboardBanner-module__nlOyOG__closeBtn{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-md);transition:color var(--duration-fast), background var(--duration-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-top:-2px;padding:4px;display:flex}.DashboardBanner-module__nlOyOG__closeBtn:hover{color:var(--text-secondary);background:var(--surface-lift-sm)}@media (max-width:640px){.DashboardBanner-module__nlOyOG__banner{padding:var(--space-3);border-radius:var(--radius-md);flex-wrap:wrap}.DashboardBanner-module__nlOyOG__action{align-self:stretch;width:100%}}
.ToolSelection-module__OvXchW__disabledCard{background:var(--surface-lift-sm);border:1px solid var(--border-default);cursor:not-allowed;opacity:.55;border-radius:24px;justify-content:space-between;align-items:center;padding:24px;display:flex}.ToolSelection-module__OvXchW__disabledLeft{align-items:center;gap:16px;display:flex}.ToolSelection-module__OvXchW__disabledIcon{background:var(--surface-lift-md);width:44px;height:44px;color:var(--text-tertiary);border-radius:14px;justify-content:center;align-items:center;display:flex}.ToolSelection-module__OvXchW__disabledName{color:var(--text-secondary);font-size:1.0625rem;font-weight:600}.ToolSelection-module__OvXchW__disabledSub{color:var(--text-tertiary);align-items:center;gap:6px;margin-top:4px;font-size:.75rem;display:flex}.ToolSelection-module__OvXchW__comingSoonBadge{background:var(--surface-lift-sm);color:var(--text-tertiary);border:1px solid var(--border-default);border-radius:99px;padding:6px 14px;font-size:.6875rem;font-weight:600}.ToolSelection-module__OvXchW__emptyState{background:var(--surface-lift-sm);border:1px solid var(--border-default);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:10px;padding:40px 24px;display:flex}.ToolSelection-module__OvXchW__emptyTitle{color:var(--text-primary);margin:0;font-size:1.0625rem;font-weight:600}.ToolSelection-module__OvXchW__emptyBody{color:var(--text-tertiary);max-width:420px;margin:0;font-size:.875rem;line-height:1.5}
.PartnerTab-module__t8bjwq__partnerTab{gap:var(--space-6);flex-direction:column;display:flex}.PartnerTab-module__t8bjwq__partnerOverview{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.PartnerTab-module__t8bjwq__partnerStatCard{align-items:center;gap:var(--space-4);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-5);display:flex}.PartnerTab-module__t8bjwq__partnerStatCard>div{flex-direction:column;gap:2px;display:flex}.PartnerTab-module__t8bjwq__partnerStatLabel{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:500}.PartnerTab-module__t8bjwq__partnerStatValue{font-size:var(--text-base);color:var(--text-primary);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.PartnerTab-module__t8bjwq__equityBreakdownInline{align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-tertiary);margin-top:2px;font-weight:500;display:flex}.PartnerTab-module__t8bjwq__overrideTag{margin-left:var(--space-2);text-transform:uppercase;color:var(--warning-400);background:rgba(var(--warning-rgb), .12);border-radius:var(--radius-md);padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.PartnerTab-module__t8bjwq__settingsGrid{gap:var(--space-4);grid-template-columns:1fr 1fr;align-items:start;display:grid}.PartnerTab-module__t8bjwq__settingCard{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);transition:border-color .2s;overflow:hidden}.PartnerTab-module__t8bjwq__settingCard:hover{border-color:var(--border-hover)}.PartnerTab-module__t8bjwq__settingCardExpanded{border-color:color-mix(in srgb, var(--accent-primary) 30%, var(--border-default))}.PartnerTab-module__t8bjwq__settingCardHeader{align-items:center;gap:var(--space-4);padding:var(--space-5);cursor:pointer;display:flex}.PartnerTab-module__t8bjwq__settingCardIcon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PartnerTab-module__t8bjwq__settingCardIconTier{background:var(--color-lime-dim);color:var(--accent-primary)}.PartnerTab-module__t8bjwq__settingCardIconCommission{background:color-mix(in srgb, var(--warning-400) 12%, transparent);color:var(--warning-400)}.PartnerTab-module__t8bjwq__settingCardText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.PartnerTab-module__t8bjwq__settingCardValue{font-size:var(--text-base);color:var(--text-primary);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.PartnerTab-module__t8bjwq__settingCardHint{font-size:var(--text-xs);color:var(--text-tertiary);line-height:1.4}.PartnerTab-module__t8bjwq__settingCardChevron{color:var(--text-tertiary);flex-shrink:0;transition:transform .25s cubic-bezier(.25,1,.5,1)}.PartnerTab-module__t8bjwq__settingCardChevronOpen{transform:rotate(180deg)}.PartnerTab-module__t8bjwq__settingCardBody{border-top:1px solid var(--border-default);padding:var(--space-4) var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.PartnerTab-module__t8bjwq__biomeHeaderRow{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.PartnerTab-module__t8bjwq__biomeVersionBadge{font-size:var(--text-2xs);font-variant-numeric:tabular-nums;border-radius:var(--radius-sm);background:color-mix(in srgb, var(--accent-secondary) 12%, transparent);color:var(--accent-secondary-light);border:1px solid color-mix(in srgb, var(--accent-secondary) 30%, transparent);letter-spacing:.02em;padding:2px 8px;font-weight:600}.PartnerTab-module__t8bjwq__biomeStatusPill{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin-left:auto;padding:3px 10px;font-weight:600}.PartnerTab-module__t8bjwq__biomeStatsGrid{gap:var(--space-3) var(--space-4);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border-default);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:640px){.PartnerTab-module__t8bjwq__biomeStatsGrid{grid-template-columns:repeat(2,1fr)}}.PartnerTab-module__t8bjwq__biomeStat{flex-direction:column;gap:2px;min-width:0;display:flex}.PartnerTab-module__t8bjwq__biomeStatLabel{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:500}.PartnerTab-module__t8bjwq__biomeStatValue{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.PartnerTab-module__t8bjwq__settingResetBtn{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-md);color:var(--text-tertiary);font-size:var(--text-xs);cursor:pointer;background:0 0;border:none;font-family:inherit;font-weight:600;transition:all .15s;display:inline-flex}.PartnerTab-module__t8bjwq__settingResetBtn:hover{color:var(--text-secondary);background:var(--surface-lift-md)}.PartnerTab-module__t8bjwq__settingBlock{gap:var(--space-3);flex-direction:column;display:flex}.PartnerTab-module__t8bjwq__settingHeader{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.PartnerTab-module__t8bjwq__settingLabel{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.PartnerTab-module__t8bjwq__modeToggle{background:var(--bg-surface-subtle);border-radius:var(--radius-md);gap:0;padding:2px;display:flex}.PartnerTab-module__t8bjwq__modeBtn{padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:var(--text-xs);cursor:pointer;background:0 0;border:none;font-family:inherit;font-weight:600;transition:all .2s}.PartnerTab-module__t8bjwq__modeBtn:hover:not(.PartnerTab-module__t8bjwq__modeBtnActive){color:var(--text-secondary)}.PartnerTab-module__t8bjwq__modeBtnActive{background:var(--surface-lift-xl);color:var(--accent-primary)}.PartnerTab-module__t8bjwq__settingAuto{gap:var(--space-1);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;display:flex}.PartnerTab-module__t8bjwq__settingCurrentValue{font-size:var(--text-base);color:var(--text-primary);font-weight:700}.PartnerTab-module__t8bjwq__settingHint{font-size:var(--text-xs);color:var(--text-tertiary);line-height:1.4}.PartnerTab-module__t8bjwq__settingManual{padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid color-mix(in srgb, var(--accent-primary) 25%, var(--border-default));border-radius:var(--radius-lg)}.PartnerTab-module__t8bjwq__tierButtons{gap:var(--space-2);flex-direction:column;display:flex}.PartnerTab-module__t8bjwq__tierBtn{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;font-family:inherit;font-weight:600;transition:all .2s;display:flex}.PartnerTab-module__t8bjwq__tierBtn:hover:not(.PartnerTab-module__t8bjwq__tierBtnActive){background:var(--surface-lift-md);color:var(--text-primary);border-color:var(--border-hover)}.PartnerTab-module__t8bjwq__tierBtnActive{background:color-mix(in srgb, var(--accent-primary) 10%, transparent);border-color:var(--accent-primary);color:var(--accent-primary)}.PartnerTab-module__t8bjwq__tierBtnSub{color:var(--text-tertiary);font-size:10px;font-weight:500}.PartnerTab-module__t8bjwq__tierBtnActive .PartnerTab-module__t8bjwq__tierBtnSub{color:color-mix(in srgb, var(--accent-primary) 70%, transparent)}.PartnerTab-module__t8bjwq__sliderRow{align-items:center;gap:var(--space-3);display:flex}.PartnerTab-module__t8bjwq__slider{appearance:none;background:var(--border-default);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.PartnerTab-module__t8bjwq__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-primary);border:2px solid var(--bg-app);width:16px;height:16px;box-shadow:0 0 8px color-mix(in srgb, var(--accent-primary) 40%, transparent);cursor:pointer;border-radius:50%}.PartnerTab-module__t8bjwq__slider::-moz-range-thumb{background:var(--accent-primary);border:2px solid var(--bg-app);width:16px;height:16px;box-shadow:0 0 8px color-mix(in srgb, var(--accent-primary) 40%, transparent);cursor:pointer;border-radius:50%}.PartnerTab-module__t8bjwq__commissionInputWrap{flex-shrink:0;align-items:center;gap:2px;display:flex}.PartnerTab-module__t8bjwq__commissionInput{width:44px;padding:var(--space-1) var(--space-2);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm);text-align:center;-moz-appearance:textfield;font-family:inherit}.PartnerTab-module__t8bjwq__commissionInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.PartnerTab-module__t8bjwq__commissionInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PartnerTab-module__t8bjwq__commissionInput:focus{border-color:var(--accent-primary);outline:none}.PartnerTab-module__t8bjwq__commissionPct{font-size:var(--text-sm);color:var(--text-tertiary);font-weight:600}@media (max-width:1024px){.PartnerTab-module__t8bjwq__partnerOverview{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PartnerTab-module__t8bjwq__settingsGrid{grid-template-columns:1fr}}.PartnerTab-module__t8bjwq__referralLink{color:var(--text-primary);text-decoration:none;transition:color .2s}.PartnerTab-module__t8bjwq__referralLink:hover{color:var(--accent-primary)}@media (max-width:640px){.PartnerTab-module__t8bjwq__partnerOverview{grid-template-columns:1fr}}
.RemunerationStep-module__6UO4fW__root{flex-direction:column;flex:1;gap:32px;width:100%;min-height:0;display:flex}.RemunerationStep-module__6UO4fW__cards{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}.RemunerationStep-module__6UO4fW__card{text-align:left;border-radius:var(--radius-xl);border:1px solid var(--border-default);background:var(--bg-surface);cursor:pointer;flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:24px 20px;transition:border-color .15s,background .15s;display:flex;position:relative}.RemunerationStep-module__6UO4fW__card:not(.RemunerationStep-module__6UO4fW__cardSelected):hover{border-color:var(--border-hover)}.RemunerationStep-module__6UO4fW__cardSelected{border-color:var(--accent-primary);background:var(--bg-surface-elevated)}[data-theme=light] .RemunerationStep-module__6UO4fW__cardSelected{background:var(--bg-surface)}.RemunerationStep-module__6UO4fW__iconWrap{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-lime) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-lime) 12%, transparent);width:44px;height:44px;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.RemunerationStep-module__6UO4fW__cardSelected .RemunerationStep-module__6UO4fW__iconWrap{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--bg-app)}.RemunerationStep-module__6UO4fW__cardTitleRow{align-items:center;gap:10px;margin-top:4px;display:flex}.RemunerationStep-module__6UO4fW__cardTitle{font-size:1.25rem;font-weight:var(--weight-bold);letter-spacing:-.01em;color:var(--text-primary)}.RemunerationStep-module__6UO4fW__brokerCount{border-radius:var(--radius-full);background:rgba(var(--text-primary-rgb), .05);border:1px solid var(--border-default);font-size:.6875rem;font-weight:var(--weight-semibold);color:var(--text-secondary);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;line-height:1.3;display:inline-flex}.RemunerationStep-module__6UO4fW__cardDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.45}.RemunerationStep-module__6UO4fW__highlight{border-top:1px solid var(--border-default);flex-direction:column;gap:10px;width:100%;padding-top:16px;display:flex}.RemunerationStep-module__6UO4fW__cardSelected .RemunerationStep-module__6UO4fW__highlight{border-top-color:var(--border-hover)}.RemunerationStep-module__6UO4fW__highlightLabel{font-size:.75rem;font-weight:var(--weight-medium);color:var(--text-tertiary)}.RemunerationStep-module__6UO4fW__highlightValue{flex-wrap:wrap;align-items:baseline;gap:5px;display:flex}.RemunerationStep-module__6UO4fW__amount{font-size:1.5rem;font-weight:var(--weight-bold);letter-spacing:-.01em;color:var(--text-primary);line-height:1.1}.RemunerationStep-module__6UO4fW__cardSelected .RemunerationStep-module__6UO4fW__amount{color:var(--accent-primary)}.RemunerationStep-module__6UO4fW__unit{font-size:.8125rem;font-weight:var(--weight-medium);color:var(--text-tertiary)}.RemunerationStep-module__6UO4fW__highlightNote{font-size:.75rem;font-weight:var(--weight-medium);color:var(--text-secondary);line-height:1.4}.RemunerationStep-module__6UO4fW__tierScale{gap:5px;width:100%;display:flex}.RemunerationStep-module__6UO4fW__tier{font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;gap:6px;padding:0;display:flex}.RemunerationStep-module__6UO4fW__seg{background:rgba(var(--accent-primary-rgb), .14);border:1px solid rgba(var(--accent-primary-rgb), .24);border-radius:3px;height:10px;transition:background-color .15s,border-color .15s}.RemunerationStep-module__6UO4fW__segOn{background:var(--accent-primary);border-color:var(--accent-primary)}.RemunerationStep-module__6UO4fW__tickLabel{text-align:center;font-size:.625rem;font-weight:var(--weight-medium);color:var(--text-tertiary);transition:color .15s}.RemunerationStep-module__6UO4fW__tickActive{color:var(--accent-primary);font-weight:var(--weight-semibold)}.RemunerationStep-module__6UO4fW__tier:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:4px}.RemunerationStep-module__6UO4fW__tierMore{flex-direction:column;flex:0 0 22px;gap:6px;display:flex}.RemunerationStep-module__6UO4fW__segFade{background:linear-gradient(to right, rgba(var(--accent-primary-rgb), .22), rgba(var(--accent-primary-rgb), 0));border-radius:3px;height:10px}.RemunerationStep-module__6UO4fW__moreArrow{text-align:center;font-size:.8125rem;font-weight:var(--weight-bold);color:var(--accent-primary);line-height:1}.RemunerationStep-module__6UO4fW__priceLine{flex-direction:column;gap:2px;display:flex}.RemunerationStep-module__6UO4fW__split{width:100%;height:32px;font-size:.75rem;font-weight:var(--weight-semibold);border-radius:8px;display:flex;overflow:hidden}.RemunerationStep-module__6UO4fW__splitKeep{background:var(--accent-primary);color:var(--bg-app);white-space:nowrap;align-items:center;padding-left:10px;display:flex}.RemunerationStep-module__6UO4fW__splitFee{background:rgba(var(--text-primary-rgb), .07);color:var(--text-secondary);white-space:nowrap;justify-content:center;align-items:center;padding:0 6px;font-size:.6875rem;display:flex}.RemunerationStep-module__6UO4fW__cardHint{border-radius:var(--radius-full);background:rgba(var(--text-primary-rgb), .05);border:1px solid var(--border-default);font-size:.6875rem;font-weight:var(--weight-semibold);color:var(--text-secondary);align-items:center;gap:6px;padding:6px 11px;line-height:1.3;display:inline-flex;position:absolute;top:22px;right:20px}.RemunerationStep-module__6UO4fW__cardHint svg{color:var(--accent-primary);flex-shrink:0}.RemunerationStep-module__6UO4fW__noteRow{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.RemunerationStep-module__6UO4fW__cardMoreLink{flex-shrink:0}.RemunerationStep-module__6UO4fW__footerWrap{margin-top:auto}@media (max-width:560px){.RemunerationStep-module__6UO4fW__cards{grid-template-columns:1fr}}
.PartnerEntityNoticeBanner-module__JcpJzG__wrapper{max-width:1200px;margin:0 auto var(--space-4)}
.MakePostButton-module__ILrRCG__layout{gap:var(--space-5);flex-direction:column;display:flex}.MakePostButton-module__ILrRCG__controls{gap:var(--space-4);flex-direction:column;display:flex}.MakePostButton-module__ILrRCG__field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.MakePostButton-module__ILrRCG__fieldRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.MakePostButton-module__ILrRCG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);font-size:10.5px;font-weight:700}.MakePostButton-module__ILrRCG__previewPane{align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);flex-direction:column;display:flex}.MakePostButton-module__ILrRCG__previewFrame{border-radius:var(--radius-md);position:relative;overflow:hidden;box-shadow:0 12px 32px -12px #0009}.MakePostButton-module__ILrRCG__scaler{transform-origin:0 0;position:absolute;top:0;left:0}.MakePostButton-module__ILrRCG__status{color:var(--text-tertiary);text-align:center;margin:0;font-size:12px;font-weight:600}@media (max-width:600px){.MakePostButton-module__ILrRCG__fieldRow{grid-template-columns:1fr}}
.TradeLoadingBanner-module__zYNqCW__banner{background:var(--bg-info-subtle);border:1px solid var(--border-info-subtle);border-radius:var(--radius-lg);margin-bottom:var(--space-4);padding:12px 16px 10px;position:relative;overflow:hidden}.TradeLoadingBanner-module__zYNqCW__row{align-items:center;gap:var(--space-3);display:flex}.TradeLoadingBanner-module__zYNqCW__icon{color:var(--info-500);flex-shrink:0;animation:1.6s ease-in-out infinite TradeLoadingBanner-module__zYNqCW__tradeLoadingPulse}@keyframes TradeLoadingBanner-module__zYNqCW__tradeLoadingPulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.TradeLoadingBanner-module__zYNqCW__body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.TradeLoadingBanner-module__zYNqCW__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--info-500);margin:0;line-height:1.25}.TradeLoadingBanner-module__zYNqCW__subtitle{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.8125rem;line-height:1.45}.TradeLoadingBanner-module__zYNqCW__percent{font-size:.8125rem;font-weight:var(--weight-semibold);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;flex-shrink:0}.TradeLoadingBanner-module__zYNqCW__track{pointer-events:none;background:0 0;height:2px;position:absolute;bottom:0;left:0;right:0}.TradeLoadingBanner-module__zYNqCW__fill{background:linear-gradient(to right, transparent, var(--info-500));clip-path:inset(-40px 0 -40px -400px);will-change:width;backface-visibility:hidden;position:absolute;top:0;bottom:0;left:0;transform:translateZ(0)}.TradeLoadingBanner-module__zYNqCW__glow{background:linear-gradient(to right, transparent, var(--info-500));filter:blur(10px);opacity:.55;width:220px;animation:1.5s ease-in-out infinite TradeLoadingBanner-module__zYNqCW__tradeLoadingGlow;position:absolute;top:-6px;bottom:-6px;right:0}@keyframes TradeLoadingBanner-module__zYNqCW__tradeLoadingGlow{0%,to{opacity:.45}50%{opacity:.75}}.TradeLoadingBanner-module__zYNqCW__coreGlow{background:linear-gradient(to right, transparent, var(--info-500));opacity:.7;width:140px;animation:1.5s ease-in-out infinite TradeLoadingBanner-module__zYNqCW__tradeLoadingGlow;position:absolute;top:0;bottom:0;right:0}.TradeLoadingBanner-module__zYNqCW__streak{background:linear-gradient(to right, transparent, var(--info-500) 60%, #fff);filter:blur(2px);width:60px;height:3px;animation:1s ease-in-out infinite TradeLoadingBanner-module__zYNqCW__tradeLoadingStreak;position:absolute;top:50%;right:0;transform:translateY(calc(-50% - 2px))}@keyframes TradeLoadingBanner-module__zYNqCW__tradeLoadingStreak{0%,to{opacity:.65;filter:blur(2px)}50%{opacity:1;filter:blur(4px)}}@media (max-width:640px){.TradeLoadingBanner-module__zYNqCW__banner{padding:10px var(--space-3) 9px;border-radius:var(--radius-md)}.TradeLoadingBanner-module__zYNqCW__percent{display:none}}
.DashboardHistoryBalanceCells-module__oxUhAG__cellIcon{border-radius:var(--radius-sm);width:22px;height:22px;font-family:var(--font-mono);justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.DashboardHistoryBalanceCells-module__oxUhAG__cellIcon.DashboardHistoryBalanceCells-module__oxUhAG__deposit{background:rgba(var(--success-rgb), .1);color:var(--success-500)}.DashboardHistoryBalanceCells-module__oxUhAG__cellIcon.DashboardHistoryBalanceCells-module__oxUhAG__withdrawal{background:rgba(var(--error-rgb), .1);color:var(--error-500)}.DashboardHistoryBalanceCells-module__oxUhAG__cellIcon.DashboardHistoryBalanceCells-module__oxUhAG__credit{background:var(--bg-surface-subtle);color:var(--text-secondary)}.DashboardHistoryBalanceCells-module__oxUhAG__typeOutline{border-radius:var(--radius-sm);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:4px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.DashboardHistoryBalanceCells-module__oxUhAG__typeOutline.DashboardHistoryBalanceCells-module__oxUhAG__deposit{color:var(--success-500);border-color:rgba(var(--success-rgb), .45)}.DashboardHistoryBalanceCells-module__oxUhAG__typeOutline.DashboardHistoryBalanceCells-module__oxUhAG__withdrawal{color:var(--error-500);border-color:rgba(var(--error-rgb), .5)}.DashboardHistoryBalanceCells-module__oxUhAG__typeOutline.DashboardHistoryBalanceCells-module__oxUhAG__credit{color:var(--text-secondary);border-color:var(--border-default)}.DashboardHistoryBalanceCells-module__oxUhAG__muted{color:var(--text-tertiary)}
.Skeleton-module__QUUPIW__skeleton{background-color:var(--bg-surface-elevated);border-radius:var(--radius-md);width:100%;position:relative;overflow:hidden}.Skeleton-module__QUUPIW__skeleton:after{background-image:linear-gradient(90deg, transparent 0, var(--surface-lift-lg) 50%, transparent 100%);content:"";animation:2s infinite Skeleton-module__QUUPIW__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes Skeleton-module__QUUPIW__shimmer{to{transform:translate(100%)}}.Skeleton-module__QUUPIW__text{border-radius:var(--radius-sm);height:1em}.Skeleton-module__QUUPIW__circular{border-radius:var(--radius-full)}.Skeleton-module__QUUPIW__rectangular{border-radius:var(--radius-md)}
.chart-card-module__XTZ0yq__card{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);flex-direction:column;display:flex;overflow:hidden}.chart-card-module__XTZ0yq__header{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-default);flex-wrap:wrap;display:flex}.chart-card-module__XTZ0yq__title{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;margin:0;font-weight:600}.chart-card-module__XTZ0yq__controls{align-items:center;gap:var(--space-3);display:flex}.chart-card-module__XTZ0yq__body{padding:var(--space-5) var(--space-5) var(--space-4);flex-direction:column;flex:1;justify-content:center;min-height:240px;display:flex}.chart-card-module__XTZ0yq__modeSelect{min-width:95px;width:auto!important}.chart-card-module__XTZ0yq__modeSelect button{background:var(--bg-surface-subtle)!important;border:1px solid var(--border-default)!important;border-radius:10px!important;height:auto!important;padding:.65rem .8rem!important;font-size:.75rem!important;font-weight:500!important}@media (max-width:768px){.chart-card-module__XTZ0yq__header{flex-direction:column;align-items:flex-start}.chart-card-module__XTZ0yq__controls{flex-wrap:wrap;width:100%}}
.VideoPlayer-module__wuMfdG__container{aspect-ratio:16/9;border:1px solid var(--border-default);background:#000;border-radius:1rem;justify-content:center;align-items:center;width:100%;max-width:40rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.VideoPlayer-module__wuMfdG__container.VideoPlayer-module__wuMfdG__fullscreen{aspect-ratio:auto;background:#000;border:none;border-radius:0;align-items:center;max-width:none}.VideoPlayer-module__wuMfdG__videoElement{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.VideoPlayer-module__wuMfdG__container.VideoPlayer-module__wuMfdG__fullscreen .VideoPlayer-module__wuMfdG__videoElement{object-fit:contain;max-height:100vh}.VideoPlayer-module__wuMfdG__started{object-fit:contain}.VideoPlayer-module__wuMfdG__interactionHitbox{z-index:5;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.VideoPlayer-module__wuMfdG__startOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;cursor:pointer;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.VideoPlayer-module__wuMfdG__startOverlay:hover{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003}.VideoPlayer-module__wuMfdG__bigPlayIcon{color:var(--color-lime);filter:drop-shadow(0 4px 12px color-mix(in srgb, var(--color-lime) 40%, transparent));transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s}.VideoPlayer-module__wuMfdG__startOverlay:hover .VideoPlayer-module__wuMfdG__bigPlayIcon{filter:drop-shadow(0 6px 16px color-mix(in srgb, var(--color-lime) 60%, transparent));transform:scale(1.15)}.VideoPlayer-module__wuMfdG__controlsWrapper{background:color-mix(in srgb, var(--bg-app) 75%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid color-mix(in srgb, var(--border-default) 50%, transparent);z-index:20;border-radius:8px;padding:8px 12px;transition:opacity .3s,transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:8px;left:8px;right:8px}.VideoPlayer-module__wuMfdG__controlsVisible{opacity:1;transform:translateY(0)}.VideoPlayer-module__wuMfdG__controlsHidden{opacity:0;pointer-events:none;transform:translateY(12px)}.VideoPlayer-module__wuMfdG__scrubberContainer{flex:1;align-items:center;height:12px;margin:0 4px;display:flex;position:relative}.VideoPlayer-module__wuMfdG__scrubberInput{appearance:none;background:color-mix(in srgb, var(--text-tertiary) 30%, transparent);cursor:pointer;background-image:linear-gradient(var(--color-lime), var(--color-lime));background-size:var(--progress,0%) 100%;background-repeat:no-repeat;border-radius:2px;outline:none;width:100%;height:4px;margin:0;transition:height .15s}.VideoPlayer-module__wuMfdG__scrubberInput::-webkit-slider-thumb{appearance:none;background:var(--color-lime);cursor:pointer;opacity:0;width:14px;height:14px;box-shadow:0 0 10px color-mix(in srgb, var(--color-lime) 50%, transparent);border-radius:50%;transition:opacity .2s,transform .2s cubic-bezier(.175,.885,.32,1.275);transform:scale(.8)}.VideoPlayer-module__wuMfdG__scrubberInput::-moz-range-thumb{background:var(--color-lime);cursor:pointer;opacity:0;width:14px;height:14px;box-shadow:0 0 10px color-mix(in srgb, var(--color-lime) 50%, transparent);border:none;border-radius:50%;transition:opacity .2s,transform .2s cubic-bezier(.175,.885,.32,1.275);transform:scale(.8)}.VideoPlayer-module__wuMfdG__scrubberContainer:hover .VideoPlayer-module__wuMfdG__scrubberInput{height:6px}.VideoPlayer-module__wuMfdG__scrubberContainer:hover .VideoPlayer-module__wuMfdG__scrubberInput::-webkit-slider-thumb{opacity:1;transform:scale(1)}.VideoPlayer-module__wuMfdG__scrubberContainer:hover .VideoPlayer-module__wuMfdG__scrubberInput::-moz-range-thumb{opacity:1;transform:scale(1)}.VideoPlayer-module__wuMfdG__controlsRow{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.VideoPlayer-module__wuMfdG__controlButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.VideoPlayer-module__wuMfdG__controlButton:hover{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 10%, transparent);transform:scale(1.05)}.VideoPlayer-module__wuMfdG__timeDisplay{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono,monospace);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;margin-left:0}.VideoPlayer-module__wuMfdG__timeDivider{color:var(--text-tertiary);margin:0 4px}.VideoPlayer-module__wuMfdG__volumeContainer{align-items:center;gap:8px;display:flex}.VideoPlayer-module__wuMfdG__volumeSlider{appearance:none;background:color-mix(in srgb, var(--text-tertiary) 30%, transparent);cursor:pointer;opacity:0;background-image:linear-gradient(var(--text-primary), var(--text-primary));background-size:var(--volume,100%) 100%;background-repeat:no-repeat;border-radius:2px;outline:none;width:0;height:4px;transition:width .3s cubic-bezier(.175,.885,.32,1.275),opacity .2s}.VideoPlayer-module__wuMfdG__volumeContainer:hover .VideoPlayer-module__wuMfdG__volumeSlider{opacity:1;width:48px}@media (max-width:768px){.VideoPlayer-module__wuMfdG__volumeSlider{opacity:1;width:40px}.VideoPlayer-module__wuMfdG__controlsWrapper{padding:6px 10px;bottom:6px;left:6px;right:6px}}.VideoPlayer-module__wuMfdG__volumeSlider::-webkit-slider-thumb{appearance:none;background:var(--text-primary);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .1s}.VideoPlayer-module__wuMfdG__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.VideoPlayer-module__wuMfdG__volumeSlider::-moz-range-thumb{background:var(--text-primary);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;transition:transform .1s}.VideoPlayer-module__wuMfdG__volumeSlider::-moz-range-thumb:hover{transform:scale(1.2)}
.Perks-module__mqsXCq__container{gap:var(--space-6);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}.Perks-module__mqsXCq__header{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Perks-module__mqsXCq__headerLeft h1{margin:0 0 var(--space-2);letter-spacing:-.02em;color:var(--text-primary);font-size:32px;font-weight:600;line-height:1.2}.Perks-module__mqsXCq__headerLeft p{max-width:70ch;color:var(--text-secondary);margin:0;font-size:1rem}.Perks-module__mqsXCq__toolbar{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Perks-module__mqsXCq__searchBox{flex:260px;max-width:420px}.Perks-module__mqsXCq__strategyRow{flex-shrink:0;align-items:center;gap:12px;display:flex}.Perks-module__mqsXCq__strategyLabel{font-size:var(--text-sm,.875rem);color:var(--text-secondary);white-space:nowrap}.Perks-module__mqsXCq__strategyBox{width:260px}.Perks-module__mqsXCq__overrideBadge{font-size:var(--text-xs,.75rem);color:var(--color-lime);border:1px solid var(--color-lime);background:rgba(var(--color-lime-rgb), .08);border-radius:999px;padding:1px 8px;font-weight:500}.Perks-module__mqsXCq__resetBtn{font-size:var(--text-xs,.75rem)}.Perks-module__mqsXCq__list{gap:var(--space-4,1rem);flex-direction:column;display:flex}.Perks-module__mqsXCq__card{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);overflow:hidden}.Perks-module__mqsXCq__cardHead{justify-content:space-between;align-items:center;gap:var(--space-4,1rem);padding:var(--space-5,1.25rem) var(--space-6,1.5rem);flex-wrap:wrap;display:flex}.Perks-module__mqsXCq__headInfo{flex:220px;min-width:180px}.Perks-module__mqsXCq__name{align-items:center;gap:var(--space-3,.75rem);font-size:var(--text-base,1rem);color:var(--text-primary);font-weight:600;display:flex}.Perks-module__mqsXCq__badge{font-size:var(--text-xs,.75rem);border:1px solid var(--border-default);color:var(--text-secondary);border-radius:999px;padding:.1rem .5rem;font-weight:500}.Perks-module__mqsXCq__badgePro{color:var(--color-lime);border-color:var(--color-lime)}.Perks-module__mqsXCq__sub{font-size:var(--text-xs,.75rem);color:var(--text-tertiary);margin-top:.2rem}.Perks-module__mqsXCq__controls{align-items:center;gap:var(--space-3,.75rem);flex-wrap:wrap;display:flex}.Perks-module__mqsXCq__thField{align-items:center;gap:10px;display:flex}.Perks-module__mqsXCq__thLabel{font-size:var(--text-sm,.875rem);color:var(--text-secondary);white-space:nowrap}.Perks-module__mqsXCq__threshold{width:140px}.Perks-module__mqsXCq__config{border-top:1px solid var(--border-default);padding:var(--space-5,1.25rem) var(--space-6,1.5rem) var(--space-6,1.5rem);gap:var(--space-5,1.25rem);flex-direction:column;display:flex}.Perks-module__mqsXCq__fieldBlock{gap:var(--space-2,.5rem);flex-direction:column;display:flex}.Perks-module__mqsXCq__fieldHead{justify-content:space-between;align-items:flex-start;gap:var(--space-4,1rem);display:flex}.Perks-module__mqsXCq__fieldLabel{font-size:var(--text-sm,.875rem);color:var(--text-primary);font-weight:600}.Perks-module__mqsXCq__fieldReq{color:var(--color-lime);margin-left:2px}.Perks-module__mqsXCq__fieldDesc{max-width:62ch;font-size:var(--text-xs,.75rem);color:var(--text-secondary);margin-top:3px;line-height:1.4}.Perks-module__mqsXCq__visibility{flex:none;padding-top:1px}.Perks-module__mqsXCq__none{font-size:var(--text-sm,.875rem);color:var(--text-tertiary);font-style:italic}
.BrokerSetupStep-module__o8dKEW__guideCard{flex-direction:column;flex:1;gap:32px;min-height:0;display:flex}.BrokerSetupStep-module__o8dKEW__tutorialWrapper{flex-direction:column;flex:1;align-items:flex-start;gap:16px;width:100%;max-width:100%;min-height:0;display:flex}.BrokerSetupStep-module__o8dKEW__videoPlaceholder{aspect-ratio:16/9;background:var(--surface-lift-sm);border:1px dashed var(--border-default);cursor:pointer;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;width:100%;max-width:40rem;transition:all .3s;display:flex}.BrokerSetupStep-module__o8dKEW__videoPlaceholder:hover{background:var(--surface-lift-md);border-color:var(--color-lime)}.BrokerSetupStep-module__o8dKEW__playIcon{background:var(--color-lime);border-radius:50%;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;transition:transform .3s;display:flex}.BrokerSetupStep-module__o8dKEW__videoPlaceholder:hover .BrokerSetupStep-module__o8dKEW__playIcon{transform:none}.BrokerSetupStep-module__o8dKEW__buttonContainer{justify-content:flex-start;width:100%;margin-top:8px;display:flex}.BrokerSetupStep-module__o8dKEW__actionButton{width:fit-content;min-width:320px;margin-top:0}[data-theme=light] .BrokerSetupStep-module__o8dKEW__videoPlaceholder{background:var(--surface-lift-sm);border-color:var(--border-default)}[data-theme=light] .BrokerSetupStep-module__o8dKEW__videoPlaceholder:hover{background:var(--surface-lift-md)}
.StrategyPerformanceTable-module__WASvSG__tableWrap{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);-webkit-overflow-scrolling:touch;overflow-x:auto}.StrategyPerformanceTable-module__WASvSG__perfTable{border-collapse:collapse;text-align:left;width:100%}.StrategyPerformanceTable-module__WASvSG__perfTable th{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-default);white-space:nowrap;font-weight:600}.StrategyPerformanceTable-module__WASvSG__perfTable td{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--text-secondary);border-bottom:1px solid var(--border-default)}.StrategyPerformanceTable-module__WASvSG__perfTable tr:last-child td{border-bottom:none}.StrategyPerformanceTable-module__WASvSG__perfTable tr:hover td{background:var(--surface-lift-sm)}.StrategyPerformanceTable-module__WASvSG__cellLeft{text-align:left}.StrategyPerformanceTable-module__WASvSG__cellRight{text-align:right;font-variant-numeric:tabular-nums}.StrategyPerformanceTable-module__WASvSG__strategyLink{color:var(--text-primary);font-weight:600;text-decoration:none}.StrategyPerformanceTable-module__WASvSG__strategyLink:hover{color:var(--accent-primary)}.StrategyPerformanceTable-module__WASvSG__positive{color:var(--success-500)}.StrategyPerformanceTable-module__WASvSG__negative{color:var(--error-500)}@media (max-width:640px){.StrategyPerformanceTable-module__WASvSG__perfTable th,.StrategyPerformanceTable-module__WASvSG__perfTable td{padding:var(--space-2) var(--space-3);font-size:var(--text-xs)}.StrategyPerformanceTable-module__WASvSG__hideOnMobile{display:none}}
.StatusBadge-module__T3RE4W__badge{align-items:center;gap:var(--space-2);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border:1px solid #0000;border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.StatusBadge-module__T3RE4W__compact{letter-spacing:.04em;padding:3px 10px;font-size:10px}.StatusBadge-module__T3RE4W__icon{align-items:center;display:inline-flex}.StatusBadge-module__T3RE4W__label{display:inline-block}.StatusBadge-module__T3RE4W__tone_success{background:var(--bg-success-subtle);color:var(--success-500);border-color:var(--border-success-subtle)}.StatusBadge-module__T3RE4W__tone_info{background:var(--bg-info-subtle,var(--bg-warning-subtle));color:var(--info-500,#38bdf8);border-color:var(--border-info-subtle,#38bdf840)}.StatusBadge-module__T3RE4W__tone_warning{background:var(--bg-warning-subtle);color:var(--warning-500);border-color:var(--border-warning-subtle)}.StatusBadge-module__T3RE4W__tone_danger{background:var(--bg-danger-subtle);color:var(--error-500);border-color:var(--border-danger-subtle)}.StatusBadge-module__T3RE4W__tone_neutral{background:var(--bg-surface-subtle);color:var(--text-tertiary);border-color:var(--border-default)}.StatusBadge-module__T3RE4W__tone_purple{background:rgba(var(--dot-purple-rgb), .12);color:var(--dot-purple);border-color:rgba(var(--dot-purple-rgb), .3)}.StatusBadge-module__T3RE4W__tone_accent{background:color-mix(in srgb, var(--accent-primary) 12%, transparent);color:var(--accent-text);border-color:color-mix(in srgb, var(--accent-primary) 25%, transparent)}
.Breadcrumbs-module__Z5qQ5G__breadcrumb{align-items:center;display:flex}.Breadcrumbs-module__Z5qQ5G__list{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-medium);flex-wrap:wrap;margin:0;padding:0;line-height:1;list-style:none;display:flex}.Breadcrumbs-module__Z5qQ5G__item{align-items:center;gap:var(--space-2);display:inline-flex}.Breadcrumbs-module__Z5qQ5G__sep{color:var(--border-default);font-size:var(--text-xs);-webkit-user-select:none;user-select:none}.Breadcrumbs-module__Z5qQ5G__link{color:var(--text-tertiary);font-weight:var(--weight-medium);text-decoration:none;transition:color .15s}.Breadcrumbs-module__Z5qQ5G__link:hover{color:var(--accent-primary)}.Breadcrumbs-module__Z5qQ5G__current{color:var(--text-primary);font-weight:var(--weight-semibold)}@media (max-width:640px){.Breadcrumbs-module__Z5qQ5G__current{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}}
.Account-module__jGo2aq__container{gap:var(--space-2);flex-direction:column;max-width:1000px;margin:0 auto;display:flex}.Account-module__jGo2aq__header{align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);padding:0;display:flex}.Account-module__jGo2aq__headerContent{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.Account-module__jGo2aq__title{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:28px;font-weight:800;line-height:1}.Account-module__jGo2aq__subtitle{font-size:var(--text-sm);color:var(--text-tertiary)}@media (max-width:640px){.Account-module__jGo2aq__title{font-size:20px}.Account-module__jGo2aq__subtitle{font-size:var(--text-xs)}.Account-module__jGo2aq__header{margin-bottom:var(--space-2)}}.Account-module__jGo2aq__pageTabsWrapper{z-index:20;margin-bottom:var(--space-10);padding-top:var(--space-2);position:sticky;top:0}.Account-module__jGo2aq__pageTabsWrapper:after{content:"";background:var(--border-default);pointer-events:none;z-index:-1;width:100vw;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Account-module__jGo2aq__mainContent{gap:var(--space-8);flex-direction:column;display:flex}.Account-module__jGo2aq__sectionTitle{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-1);font-size:24px;font-weight:700}.Account-module__jGo2aq__sectionSubtitle{font-size:var(--text-sm);color:var(--text-tertiary);margin-bottom:var(--space-8)}.Account-module__jGo2aq__nameWarning{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--bg-warning-subtle);border:1px solid var(--border-warning-subtle);color:var(--warning-500);font-size:var(--text-sm);margin-bottom:var(--space-6);display:flex}.Account-module__jGo2aq__warningOutline{border-color:var(--border-warning-subtle)!important}.Account-module__jGo2aq__formGrid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.Account-module__jGo2aq__fullWidth{grid-column:1/-1}.Account-module__jGo2aq__actions{margin-top:var(--space-10);justify-content:flex-end;display:flex}.Account-module__jGo2aq__card{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-6);margin-bottom:var(--space-4);transition:transform .2s,border-color .2s}[data-theme=light] .Account-module__jGo2aq__card{border-color:var(--border-default);background:#fff}.Account-module__jGo2aq__cardHighlighted{animation:2.5s ease-out forwards Account-module__jGo2aq__brokerCardHighlight}@keyframes Account-module__jGo2aq__brokerCardHighlight{0%,10%{box-shadow:0 0 0 2px var(--accent-text);border-color:var(--accent-text);background:#c8ff0012}to{box-shadow:none;border-color:var(--border-default);background:var(--surface-lift-sm)}}.Account-module__jGo2aq__cardHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.Account-module__jGo2aq__cardTitle{font-size:var(--text-base);color:var(--text-primary);font-weight:600}.Account-module__jGo2aq__cardValue{font-size:var(--text-sm);color:var(--text-secondary)}.Account-module__jGo2aq__badgeNeutral{background:var(--bg-surface-subtle);color:var(--text-secondary);border:1px solid var(--border-default);text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:.2rem .8rem;font-size:11px;font-weight:700}[data-theme=light] .Account-module__jGo2aq__badgeNeutral{font-weight:600}.Account-module__jGo2aq__formulaPill{background:var(--bg-surface-subtle);color:var(--text-secondary);border:1px solid var(--border-default);letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:.2rem .7rem;font-size:11px;font-weight:700}.Account-module__jGo2aq__formulaPillProfit{background:color-mix(in srgb, var(--color-lime) 12%, transparent);border-color:color-mix(in srgb, var(--color-lime) 35%, transparent);color:var(--accent-text)}[data-theme=light] .Account-module__jGo2aq__formulaPill{font-weight:600}.Account-module__jGo2aq__actionBtnPrimary,.Account-module__jGo2aq__actionBtnNeutral,.Account-module__jGo2aq__actionBtnSecondary,.Account-module__jGo2aq__actionBtnOutline{border-radius:var(--radius-lg);cursor:pointer;justify-content:center;align-items:center;gap:var(--space-2);box-sizing:border-box;border:1px solid #0000;height:48px;padding:0 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.Account-module__jGo2aq__actionBtnPrimary{color:var(--text-inverse);background:var(--accent-primary);border-color:var(--accent-primary)}.Account-module__jGo2aq__actionBtnPrimary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 15px var(--accent-glow)}.Account-module__jGo2aq__actionBtnSecondary{color:var(--text-primary);background:var(--bg-surface-subtle);border:1px solid var(--border-default)}.Account-module__jGo2aq__actionBtnSecondary:hover{background:var(--surface-lift-lg);border-color:var(--border-hover)}.Account-module__jGo2aq__actionBtnOutline{color:var(--error-500);border:1px solid rgba(var(--error-rgb), .2);background:0 0}.Account-module__jGo2aq__actionBtnOutline:hover{background:rgba(var(--error-rgb), .05);border-color:rgba(var(--error-rgb), .4)}@keyframes Account-module__jGo2aq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Account-module__jGo2aq__formGrid{grid-template-columns:1fr}.Account-module__jGo2aq__passwordRow{flex-direction:column;align-items:stretch!important}.Account-module__jGo2aq__actions{justify-content:center!important}.Account-module__jGo2aq__actionBtnPrimary,.Account-module__jGo2aq__actionBtnSecondary{height:44px!important}}.Account-module__jGo2aq__warningBox{background:rgba(var(--error-rgb), .1);border:1px solid rgba(var(--error-rgb), .2);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4)}.Account-module__jGo2aq__warningText{color:var(--error-500);font-size:var(--text-sm);font-weight:500}.Account-module__jGo2aq__securitySection{flex-direction:column;display:flex}.Account-module__jGo2aq__passwordGroup{gap:var(--space-6);flex-direction:column;max-width:500px;display:flex}.Account-module__jGo2aq__passwordRow{align-items:flex-end;gap:var(--space-4);display:flex}.Account-module__jGo2aq__passwordRow>:first-child{flex:1}.Account-module__jGo2aq__passwordSaveBtn{align-self:flex-end}.Account-module__jGo2aq__deleteSection{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--border-default);justify-content:flex-start;display:flex}.Account-module__jGo2aq__subscriptionHeader{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.Account-module__jGo2aq__compactPaymentCard{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-lg);align-items:center;gap:var(--space-4);padding:.5rem 1rem;display:flex}[data-theme=light] .Account-module__jGo2aq__compactPaymentCard{border-color:var(--border-default);background:#fff}.Account-module__jGo2aq__desktopPayment{display:flex}@media (min-width:641px){.Account-module__jGo2aq__mobilePayment{display:none!important}}@media (max-width:640px){.Account-module__jGo2aq__desktopPayment{display:none!important}.Account-module__jGo2aq__subscriptionHeader{align-items:flex-start;gap:var(--space-4);flex-direction:column}.Account-module__jGo2aq__passwordRow{flex-direction:column;align-items:flex-start}.Account-module__jGo2aq__passwordRow>:first-child{width:100%}.Account-module__jGo2aq__passwordSaveBtn{margin-top:var(--space-2);align-self:flex-start}}
.DepositStep-module__0MguRa__tutorialWrapper{flex-direction:column;flex:1;align-items:flex-start;gap:8px;width:100%;max-width:100%;min-height:0;display:flex}.DepositStep-module__0MguRa__videoPlaceholder{aspect-ratio:16/9;background:var(--surface-lift-sm);border:1px dashed var(--border-default);cursor:pointer;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;width:100%;max-width:40rem;transition:all .3s;display:flex}.DepositStep-module__0MguRa__videoPlaceholder:hover{background:var(--surface-lift-md);border-color:var(--color-lime)}.DepositStep-module__0MguRa__playIcon{background:var(--color-lime);border-radius:50%;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;transition:transform .3s;display:flex}.DepositStep-module__0MguRa__videoPlaceholder:hover .DepositStep-module__0MguRa__playIcon{transform:none}[data-theme=light] .DepositStep-module__0MguRa__videoPlaceholder{background:var(--surface-lift-sm);border-color:var(--border-default)}[data-theme=light] .DepositStep-module__0MguRa__videoPlaceholder:hover{background:var(--surface-lift-md)}
.ContextBar-module__9Pam3W__contextBar{z-index:var(--z-header);max-width:1200px;padding:var(--space-8) var(--space-8) var(--space-4);background:0 0;justify-content:space-between;align-items:center;margin:0 auto;display:flex;position:relative}.ContextBar-module__9Pam3W__actions{align-items:center;gap:var(--space-3);display:flex}.ContextBar-module__9Pam3W__langWrapper{align-items:center;display:flex;position:relative}.ContextBar-module__9Pam3W__langTrigger{align-items:center;gap:var(--space-2);background:var(--surface-lift-md);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;transition:background var(--duration-fast), border-color var(--duration-fast), color var(--duration-fast);-webkit-backdrop-filter:blur(8px);border-radius:99px;padding:6px 10px;font-size:.75rem;font-weight:500;display:flex}.ContextBar-module__9Pam3W__langTrigger:hover{color:var(--text-primary);background:var(--surface-lift-lg);border-color:var(--border-hover)}.ContextBar-module__9Pam3W__globeIcon{width:14px;height:14px}.ContextBar-module__9Pam3W__currentLang{font-size:var(--text-sm);font-weight:var(--weight-medium)}.ContextBar-module__9Pam3W__langDropdown{top:calc(100% + var(--space-2));background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);min-width:140px;padding:var(--space-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;flex-direction:column;gap:2px;display:flex;position:absolute;right:0;box-shadow:0 4px 20px #0003}.ContextBar-module__9Pam3W__langOption{text-align:left;color:var(--text-secondary);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-fast);background:0 0;border:none;width:100%}.ContextBar-module__9Pam3W__langOption:hover{color:var(--text-primary);background:var(--bg-surface-subtle)}.ContextBar-module__9Pam3W__langOption.ContextBar-module__9Pam3W__active{color:var(--accent-primary);background:color-mix(in srgb, var(--color-lime) 10%, transparent)}.ContextBar-module__9Pam3W__contextBarSticky{top:var(--banner-offset,0px);z-index:calc(var(--z-header) + 10);background:color-mix(in srgb, var(--bg-app) 80%, transparent);-webkit-backdrop-filter:blur(16px)saturate(180%);border-bottom:1px solid var(--border-default);opacity:0;transition:transform .3s var(--ease-default), opacity .2s ease;position:fixed;left:0;right:0;transform:translateY(-100%)}.ContextBar-module__9Pam3W__contextBarSticky.ContextBar-module__9Pam3W__visible{opacity:1;transform:translateY(0)}.ContextBar-module__9Pam3W__contextBarStickyInner{max-width:1200px;padding:var(--space-3) var(--space-8);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (max-width:640px){.ContextBar-module__9Pam3W__contextBar{padding:var(--space-6) var(--space-4) var(--space-3)}.ContextBar-module__9Pam3W__contextBarStickyInner{padding:var(--space-3) var(--space-4)}}
.Brokers-module__QsKd6q__container{gap:var(--space-8);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}.Brokers-module__QsKd6q__header{justify-content:space-between;align-items:flex-start;display:flex}.Brokers-module__QsKd6q__headerTitle h1{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 var(--space-2);font-size:32px;font-weight:600;line-height:1.2}.Brokers-module__QsKd6q__headerTitle p{color:var(--text-secondary);margin:0;font-size:1rem}.Brokers-module__QsKd6q__toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.Brokers-module__QsKd6q__toolbarLeft,.Brokers-module__QsKd6q__toolbarRight{align-items:center;gap:var(--space-3);display:flex}.Brokers-module__QsKd6q__searchBar{width:320px}.Brokers-module__QsKd6q__filterSelect{min-width:140px}.Brokers-module__QsKd6q__brokerList{gap:var(--space-2);flex-direction:column;display:flex}.Brokers-module__QsKd6q__brokerRow{align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);cursor:pointer;text-decoration:none;transition:all .2s;display:flex}.Brokers-module__QsKd6q__brokerRow:hover{border-color:var(--border-hover);box-shadow:0 4px 12px rgba(var(--bg-app-rgb), .15)}.Brokers-module__QsKd6q__brokerRowDragging{opacity:.4}.Brokers-module__QsKd6q__brokerRowDragOver{border-color:var(--accent-primary);box-shadow:0 0 0 1px var(--accent-primary)}.Brokers-module__QsKd6q__dragHandle{width:28px;height:28px;color:var(--text-tertiary);cursor:grab;border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Brokers-module__QsKd6q__dragHandle:hover{background:var(--surface-lift-md);color:var(--text-secondary)}.Brokers-module__QsKd6q__dragHandle:active{cursor:grabbing}.Brokers-module__QsKd6q__brokerLogo{object-fit:contain;flex-shrink:0;width:36px;height:36px}[data-theme=light] .Brokers-module__QsKd6q__brokerLogo{filter:invert()}.Brokers-module__QsKd6q__brokerInfo{flex:1;min-width:0}.Brokers-module__QsKd6q__brokerName{font-size:var(--text-sm);color:var(--text-primary);font-weight:700;line-height:1.3}.Brokers-module__QsKd6q__brokerId{color:var(--text-tertiary);font-size:11px;font-family:var(--font-primary)}.Brokers-module__QsKd6q__brokerBadges{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.Brokers-module__QsKd6q__badge{border-radius:var(--radius-full);text-transform:uppercase;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.Brokers-module__QsKd6q__badgePublic{background:rgba(var(--success-rgb,34, 197, 94), .1);color:var(--success-500)}.Brokers-module__QsKd6q__badgePartnerOnly{background:color-mix(in srgb, var(--warning-400) 12%, transparent);color:var(--warning-400)}.Brokers-module__QsKd6q__badgeHidden{background:var(--bg-surface-subtle);color:var(--text-tertiary)}.Brokers-module__QsKd6q__badgeRecommended{background:color-mix(in srgb, var(--accent-primary) 15%, transparent);color:var(--accent-primary)}.Brokers-module__QsKd6q__brokerMeta{align-items:center;gap:var(--space-3);color:var(--text-tertiary);flex-shrink:0;font-size:11px;display:flex}.Brokers-module__QsKd6q__emptyState{padding:var(--space-12);text-align:center;color:var(--text-secondary);font-size:var(--text-lg)}.Brokers-module__QsKd6q__loading{text-align:center;padding:var(--space-16);color:var(--text-tertiary);font-size:var(--text-sm)}.Brokers-module__QsKd6q__formContainer{gap:var(--space-6);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}.Brokers-module__QsKd6q__formHeader{align-items:center;gap:var(--space-4);max-width:1200px;margin:0 auto var(--space-6);width:100%;display:flex}.Brokers-module__QsKd6q__backBtn{border-radius:var(--radius-lg);background:var(--surface-lift-sm);border:1px solid var(--border-default);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.Brokers-module__QsKd6q__backBtn:hover{background:var(--surface-lift-md);color:var(--text-primary)}.Brokers-module__QsKd6q__formHeaderText h1{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:2px;font-weight:700}.Brokers-module__QsKd6q__formHeaderText p{color:var(--text-tertiary);font-size:var(--text-sm)}.Brokers-module__QsKd6q__section{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);overflow:visible}.Brokers-module__QsKd6q__sectionHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-default);align-items:center;gap:var(--space-3);display:flex}.Brokers-module__QsKd6q__sectionIcon{border-radius:var(--radius-lg);background:var(--surface-lift-md);width:32px;height:32px;color:var(--accent-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Brokers-module__QsKd6q__sectionTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:700}.Brokers-module__QsKd6q__sectionSubtitle{color:var(--text-tertiary);font-size:11px}.Brokers-module__QsKd6q__sectionBody{padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.Brokers-module__QsKd6q__fieldRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.Brokers-module__QsKd6q__fieldFull{grid-column:1/-1}.Brokers-module__QsKd6q__dynamicList{gap:var(--space-2);flex-direction:column;display:flex}.Brokers-module__QsKd6q__dynamicListItem{align-items:center;gap:var(--space-2);display:flex}.Brokers-module__QsKd6q__dynamicListItem>:first-child{flex:1}.Brokers-module__QsKd6q__removeItemBtn{border-radius:var(--radius-md);border:1px solid var(--border-default);width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Brokers-module__QsKd6q__removeItemBtn:hover{background:rgba(var(--error-rgb), .1);border-color:var(--error-500);color:var(--error-500)}.Brokers-module__QsKd6q__langTabs{gap:var(--space-1);margin-bottom:var(--space-3);display:flex}.Brokers-module__QsKd6q__formFooter{gap:var(--space-3);justify-content:flex-end;align-items:center;display:flex}.Brokers-module__QsKd6q__errorBanner{background:rgba(var(--error-rgb), .1);border:1px solid rgba(var(--error-rgb), .2);border-radius:var(--radius-lg);color:var(--error-500);font-size:var(--text-sm);padding:12px 16px}@media (max-width:768px){.Brokers-module__QsKd6q__header{gap:var(--space-4);flex-direction:column}.Brokers-module__QsKd6q__fieldRow{grid-template-columns:1fr}.Brokers-module__QsKd6q__brokerMeta{display:none}}@media (max-width:640px){.Brokers-module__QsKd6q__headerTitle h1{font-size:20px}.Brokers-module__QsKd6q__toolbar{flex-wrap:wrap}.Brokers-module__QsKd6q__toolbarLeft{flex:100%}.Brokers-module__QsKd6q__searchBar{flex:1;width:auto}}
.AlertsTab-module__g0TLkq__alertsTab{gap:var(--space-4);flex-direction:column;display:flex}.AlertsTab-module__g0TLkq__alertList{gap:var(--space-3);flex-direction:column;display:flex}.AlertsTab-module__g0TLkq__alertItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-5)}.AlertsTab-module__g0TLkq__alertNew{background:color-mix(in srgb, #ef4444 4%, var(--bg-card));border-color:#ef44444d}.AlertsTab-module__g0TLkq__alertResolved{opacity:.7}.AlertsTab-module__g0TLkq__alertItemHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.AlertsTab-module__g0TLkq__alertType{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-weight:700}.AlertsTab-module__g0TLkq__alertMessage{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 var(--space-3);line-height:1.5}.AlertsTab-module__g0TLkq__alertNote{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-tertiary);margin:0 0 var(--space-3);font-style:italic;display:flex}.AlertsTab-module__g0TLkq__alertFooter{gap:var(--space-4);display:flex}.AlertsTab-module__g0TLkq__alertDate{color:var(--text-tertiary);font-size:11px}.AlertsTab-module__g0TLkq__alertActions{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-default)}.AlertsTab-module__g0TLkq__alertNoteSpacing{margin-bottom:var(--space-3)}.AlertsTab-module__g0TLkq__alertBtns{gap:var(--space-3);display:flex}@media (max-width:640px){.AlertsTab-module__g0TLkq__alertItem{padding:var(--space-4)}.AlertsTab-module__g0TLkq__alertBtns{flex-wrap:wrap}.AlertsTab-module__g0TLkq__alertItemHeader{align-items:flex-start;gap:var(--space-2);flex-direction:column}}@keyframes AlertsTab-module__g0TLkq__highlightFlashFade{0%{background-color:#f1c40f52}to{background-color:#0000}}.AlertsTab-module__g0TLkq__highlightFlash{animation:1.6s ease-out AlertsTab-module__g0TLkq__highlightFlashFade}
.PerformanceMetrics-module__YJvVZa__container{flex-direction:column;gap:1.5rem;display:flex}.PerformanceMetrics-module__YJvVZa__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.PerformanceMetrics-module__YJvVZa__titleGroup{align-items:center;gap:.75rem;display:flex}.PerformanceMetrics-module__YJvVZa__titleIcon{color:var(--accent-primary)}.PerformanceMetrics-module__YJvVZa__title{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600}.PerformanceMetrics-module__YJvVZa__rangeSelector{background:var(--bg-surface-subtle);border:1px solid var(--border-default);border-radius:10px;padding:.25rem;display:flex}.PerformanceMetrics-module__YJvVZa__rangeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:500;transition:all .2s}.PerformanceMetrics-module__YJvVZa__rangeBtn:hover{color:var(--text-primary);background:var(--bg-surface-subtle)}.PerformanceMetrics-module__YJvVZa__rangeBtnActive,.PerformanceMetrics-module__YJvVZa__rangeBtnActive:hover{background:var(--accent-primary);color:var(--bg-app);cursor:default}.PerformanceMetrics-module__YJvVZa__rangeBtnDisabled,.PerformanceMetrics-module__YJvVZa__rangeBtnDisabled:hover{opacity:.3;cursor:not-allowed;color:var(--text-tertiary);background:0 0}.PerformanceMetrics-module__YJvVZa__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.PerformanceMetrics-module__YJvVZa__card{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);flex-direction:column;justify-content:space-between;padding:1.5rem;transition:transform .2s,background .2s;display:flex}.PerformanceMetrics-module__YJvVZa__card:hover{background:var(--surface-lift-md)}.PerformanceMetrics-module__YJvVZa__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.PerformanceMetrics-module__YJvVZa__label{color:var(--text-tertiary);font-size:.85rem;font-weight:500}.PerformanceMetrics-module__YJvVZa__icon{opacity:.8}.PerformanceMetrics-module__YJvVZa__value{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.PerformanceMetrics-module__YJvVZa__subtext{color:var(--text-tertiary);font-size:.75rem}@media (max-width:1024px){.PerformanceMetrics-module__YJvVZa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PerformanceMetrics-module__YJvVZa__rangeSelector{width:100%;overflow-x:auto}.PerformanceMetrics-module__YJvVZa__rangeBtn{white-space:nowrap;flex:1}}@media (max-width:640px){.PerformanceMetrics-module__YJvVZa__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.PerformanceMetrics-module__YJvVZa__card{padding:1rem}.PerformanceMetrics-module__YJvVZa__label{font-size:.75rem}.PerformanceMetrics-module__YJvVZa__value{font-size:1.25rem}.PerformanceMetrics-module__YJvVZa__subtext{font-size:.65rem}}
.FAQ-module__uRzv_W__section{z-index:10;padding:var(--space-20) 0;padding-top:var(--space-10);background:var(--bg-app);color:var(--text-primary);margin-top:-1px;position:relative}.FAQ-module__uRzv_W__glowTop{background:radial-gradient(circle, rgba(var(--color-lime-rgb), .15) 0%, rgba(var(--color-lime-rgb), 0) 70%);pointer-events:none;z-index:-1;filter:blur(160px);opacity:.8;width:1300px;height:1300px;position:absolute;top:-800px;left:50%;transform:translate(-50%)translateZ(0)}[data-theme=light] .FAQ-module__uRzv_W__glowTop{background:radial-gradient(circle, rgba(var(--color-lime-rgb), .65) 0%, rgba(var(--color-lime-rgb), 0) 85%);filter:blur(280px);opacity:1;top:-1100px}.FAQ-module__uRzv_W__transparent{background:0 0;padding-top:0}.FAQ-module__uRzv_W__container{max-width:800px;padding:0 var(--space-6);gap:var(--space-12);flex-direction:column;margin:0 auto;display:flex}.FAQ-module__uRzv_W__header{text-align:center;align-items:center;max-width:100%;margin-bottom:0}.FAQ-module__uRzv_W__subtitle{margin:0 auto}.FAQ-module__uRzv_W__pill{background:var(--surface-lift-md);border:1px solid var(--border-default);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);will-change:transform, opacity;border-top-color:#0000;border-radius:9999px;align-items:center;padding:6px 12px;position:relative;overflow:hidden;transform:translateZ(0)}.FAQ-module__uRzv_W__pill:before{content:"";background:radial-gradient(ellipse at center, rgba(var(--color-lime-rgb), .3) 0%, transparent 70%);pointer-events:none;width:60%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.FAQ-module__uRzv_W__pill:after{content:"";background:linear-gradient(90deg, transparent 0%, rgba(var(--color-lime-rgb), .6) 50%, transparent 100%);pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}[data-theme=light] .FAQ-module__uRzv_W__pill:before{background:radial-gradient(ellipse at center, rgba(var(--color-lime-rgb), .12) 0%, transparent 70%)}[data-theme=light] .FAQ-module__uRzv_W__pill:after{background:linear-gradient(90deg, transparent 0%, rgba(var(--color-lime-rgb), .25) 50%, transparent 100%)}.FAQ-module__uRzv_W__accordion{gap:var(--space-4);flex-direction:column;display:flex}.FAQ-module__uRzv_W__item{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);transition:background .2s,border-color .2s;overflow:hidden}.FAQ-module__uRzv_W__item:hover{background:var(--surface-lift-md)}.FAQ-module__uRzv_W__item.FAQ-module__uRzv_W__open{border-color:var(--accent-primary);background:var(--color-lime-dim)}.FAQ-module__uRzv_W__questionButton{width:100%;padding:var(--space-6);cursor:pointer;color:var(--text-primary);text-align:left;justify-content:space-between;align-items:center;gap:var(--space-4);background:0 0;border:none;display:flex}.FAQ-module__uRzv_W__questionText{font-size:var(--text-lg);font-weight:var(--weight-semibold);line-height:1.4}.FAQ-module__uRzv_W__icon{width:24px;height:24px;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.FAQ-module__uRzv_W__icon:before,.FAQ-module__uRzv_W__icon:after{content:"";background-color:currentColor;border-radius:2px;transition:transform .3s;position:absolute}.FAQ-module__uRzv_W__icon:before{width:2px;height:14px;transform:rotate(0)}.FAQ-module__uRzv_W__icon:after{width:14px;height:2px;transform:rotate(0)}.FAQ-module__uRzv_W__item.FAQ-module__uRzv_W__open .FAQ-module__uRzv_W__icon:before{transform:rotate(90deg)}.FAQ-module__uRzv_W__item.FAQ-module__uRzv_W__open .FAQ-module__uRzv_W__icon:after{transform:rotate(180deg)}.FAQ-module__uRzv_W__answerWrapper{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;display:grid}.FAQ-module__uRzv_W__item.FAQ-module__uRzv_W__open .FAQ-module__uRzv_W__answerWrapper{grid-template-rows:1fr}.FAQ-module__uRzv_W__answerInner{overflow:hidden}.FAQ-module__uRzv_W__answerText{padding:0 var(--space-6) var(--space-6) var(--space-6);color:var(--text-secondary);line-height:1.6;font-size:var(--text-base)}.FAQ-module__uRzv_W__cta{align-items:center;gap:var(--space-4);text-align:center;margin-top:calc(-1 * var(--space-6));margin-bottom:var(--space-8);flex-direction:column;display:flex}.FAQ-module__uRzv_W__ctaLink{color:var(--accent-primary);font-weight:var(--weight-semibold);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.FAQ-module__uRzv_W__ctaLink:hover{border-color:currentColor}.FAQ-module__uRzv_W__ctaSecondaryLink{align-items:center;gap:var(--space-2);color:var(--text-secondary);font-weight:var(--weight-semibold);border:1px solid var(--border-default);border-radius:var(--radius-full);background:var(--surface-lift-sm);padding:.55rem 1.25rem;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.FAQ-module__uRzv_W__ctaSecondaryLink:after{content:"→";display:inline-block}.FAQ-module__uRzv_W__ctaSecondaryLink:hover{color:var(--text-primary);border-color:var(--border-hover);background:var(--surface-lift-md)}@media (max-width:768px){.FAQ-module__uRzv_W__title{font-size:var(--text-2xl)}.FAQ-module__uRzv_W__questionText{font-size:var(--text-base)}}
.Hero-module__5Kpp7q__hero{min-height:100vh;padding:var(--space-4);padding-top:var(--header-height);background-color:var(--bg-app);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__5Kpp7q__heroVideoWrap{top:var(--header-height);left:var(--space-3);right:var(--space-3);bottom:var(--space-4);width:auto;height:auto;z-index:var(--z-0);border-radius:var(--radius-2xl);background-color:var(--bg-app);border:1px solid var(--border-default);position:absolute;overflow:hidden;box-shadow:0 0 0 1px #0003}.Hero-module__5Kpp7q__heroVideoWrap:after{content:"";background:linear-gradient(to right, rgba(var(--bg-app-rgb), .9) 0%, rgba(var(--bg-app-rgb), .7) 50%, rgba(var(--bg-app-rgb), .5) 100%);border-radius:inherit;border-radius:0;position:absolute;inset:0}.Hero-module__5Kpp7q__heroVideo{object-fit:cover;width:100%;height:100%}.Hero-module__5Kpp7q__heroContainer{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);z-index:var(--z-10);justify-content:space-between;align-items:center;margin:0 auto;display:flex;position:relative}.Hero-module__5Kpp7q__heroContent{text-align:left;flex-shrink:0;max-width:620px}.Hero-module__5Kpp7q__heroTitle{font-size:clamp(2.5rem,5vw,4rem);font-weight:var(--weight-bold);letter-spacing:-.02em;margin-bottom:var(--space-6);color:var(--text-primary);white-space:nowrap;line-height:1.1}.Hero-module__5Kpp7q__heroTitleAccent{color:var(--accent-primary);display:block}.Hero-module__5Kpp7q__heroSubtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:600px;margin-bottom:var(--space-12);line-height:1.6}.Hero-module__5Kpp7q__heroCtas{gap:var(--space-4);flex-wrap:wrap;display:flex}.Hero-module__5Kpp7q__heroImageWrap{justify-content:flex-start;align-items:center;display:flex}.Hero-module__5Kpp7q__heroImage{filter:drop-shadow(0 20px 40px #00000080);max-width:100%;height:auto}.Hero-module__5Kpp7q__phoneMockup{filter:drop-shadow(0 20px 40px #00000080);width:478px;height:auto;margin-top:-25%;margin-bottom:-25%;transform:translate(-90px)}.Hero-module__5Kpp7q__safariNote{text-align:center;width:100%;max-width:320px;color:var(--text-secondary);padding:var(--space-6);background:var(--surface-lift-sm);border:1px dashed var(--border-default);border-radius:var(--radius-xl);font-size:.875rem;line-height:1.6}.Hero-module__5Kpp7q__phoneImageWrapper{justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.Hero-module__5Kpp7q__metricsBar{flex-direction:column;gap:20px;width:100%;margin-top:140px;padding-top:0;display:flex}.Hero-module__5Kpp7q__metricsHeader{align-items:center;gap:var(--space-4);display:flex}.Hero-module__5Kpp7q__metricsStrategyName{font-size:.75rem;font-weight:var(--weight-medium);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;transition:opacity .3s,transform .3s}.Hero-module__5Kpp7q__metricsLine{background:rgba(var(--color-white-rgb), .15);flex:1;height:1px}.Hero-module__5Kpp7q__metricsRow{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:48px;transition:opacity .3s,transform .3s;display:flex}.Hero-module__5Kpp7q__metricsFadeIn{opacity:1;transform:translateY(0)}.Hero-module__5Kpp7q__metricsFadeOut{opacity:0;transform:translateY(6px)}.Hero-module__5Kpp7q__metricItem{align-items:center;gap:var(--space-4);display:flex}.Hero-module__5Kpp7q__glowDot{background-color:var(--color-white);width:6px;height:6px;box-shadow:0 0 6px rgba(var(--text-primary-rgb), .4);border-radius:50%}.Hero-module__5Kpp7q__dotLime{background-color:var(--color-lime-light);box-shadow:0 0 6px rgba(var(--color-lime-vivid-rgb), .6)}.Hero-module__5Kpp7q__dotCyan{background-color:var(--dot-cyan);box-shadow:0 0 6px rgba(var(--dot-cyan-rgb), .6)}.Hero-module__5Kpp7q__dotPurple{background-color:var(--dot-purple);box-shadow:0 0 6px rgba(var(--dot-purple-rgb), .6)}.Hero-module__5Kpp7q__metricTextCol{flex-direction:column;display:flex}.Hero-module__5Kpp7q__metricValue{font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--text-secondary);line-height:1.1}.Hero-module__5Kpp7q__metricLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.625rem}@media (max-width:968px){.Hero-module__5Kpp7q__hero{padding:var(--space-4);padding-top:var(--header-height);align-items:stretch}.Hero-module__5Kpp7q__heroVideoWrap{top:var(--header-height);left:var(--space-4);right:var(--space-4);bottom:var(--space-4);border-radius:24px}.Hero-module__5Kpp7q__heroContainer{text-align:center;flex-direction:column;flex:1}.Hero-module__5Kpp7q__heroContent{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:100%;display:flex}.Hero-module__5Kpp7q__heroMainText{flex-direction:column;flex:1;justify-content:center;width:100%;display:flex}.Hero-module__5Kpp7q__heroImageWrap{display:none}.Hero-module__5Kpp7q__heroSubtitle{margin-left:auto;margin-right:auto}.Hero-module__5Kpp7q__heroCtas{justify-content:center}.Hero-module__5Kpp7q__metricsBar{align-items:center;margin-top:0;padding-bottom:32px}.Hero-module__5Kpp7q__metricsHeader,.Hero-module__5Kpp7q__metricsRow{justify-content:center}}@media (max-width:768px){.Hero-module__5Kpp7q__heroTitle{font-size:clamp(1.75rem,8vw,2.5rem)}.Hero-module__5Kpp7q__heroCtas{flex-direction:column;align-items:center;width:100%}}@media (max-width:480px){.Hero-module__5Kpp7q__heroTitle{font-size:clamp(2rem,10vw,2.5rem)}.Hero-module__5Kpp7q__heroSubtitle{font-size:var(--text-base);margin-bottom:var(--space-8)}.Hero-module__5Kpp7q__metricsRow{justify-content:center;gap:24px}}.Hero-module__5Kpp7q__btnIcon{margin-left:.5rem;font-size:1.1em;display:inline-block}[data-theme=light] .Hero-module__5Kpp7q__heroVideoWrap{box-shadow:none;border-color:#ffffff26}[data-theme=light] .Hero-module__5Kpp7q__heroVideoWrap:after{background:linear-gradient(90deg,#00000080 0%,#00000047 50%,#00000014 100%)}[data-theme=light] .Hero-module__5Kpp7q__heroTitle{color:var(--color-white)}[data-theme=light] .Hero-module__5Kpp7q__heroSubtitle{color:rgba(var(--color-white-rgb), .8)}[data-theme=light] .Hero-module__5Kpp7q__metricValue{color:rgba(var(--color-white-rgb), .9)}[data-theme=light] .Hero-module__5Kpp7q__metricLabel{color:rgba(var(--color-white-rgb), .55)}[data-theme=light] .Hero-module__5Kpp7q__glowDot{box-shadow:0 0 6px rgba(var(--color-white-rgb), .4)}[data-theme=light] .Hero-module__5Kpp7q__metricsStrategyName{color:rgba(var(--color-white-rgb), .7)}[data-theme=light] .Hero-module__5Kpp7q__metricsLine{background:rgba(var(--color-white-rgb), .15)}[data-theme=light] .Hero-module__5Kpp7q__heroCtas{--text-primary:var(--color-white);--text-primary-rgb:var(--color-white-rgb);--border-hover:rgba(var(--color-white-rgb), .4);--border-default:rgba(var(--color-white-rgb), .2);--color-lime-dim:rgba(var(--color-white-rgb), .1)}
.VerificationIntroStep-module__djQA8G__sectionGrid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:52rem;display:grid}.VerificationIntroStep-module__djQA8G__infoCard{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:1.125rem;flex-direction:column;gap:.875rem;padding:1.5rem 1.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.VerificationIntroStep-module__djQA8G__infoCard:hover{background:var(--surface-lift-md);border-color:var(--border-hover)}.VerificationIntroStep-module__djQA8G__iconBox{background:color-mix(in srgb, var(--color-lime) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-lime) 12%, transparent);border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.VerificationIntroStep-module__djQA8G__cardContent{flex-direction:column;gap:.375rem;min-width:0;display:flex}.VerificationIntroStep-module__djQA8G__cardTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.0625rem;font-weight:700;line-height:1.3}.VerificationIntroStep-module__djQA8G__cardDescription{color:var(--text-tertiary);margin:0;font-size:.9375rem;line-height:1.55}.VerificationIntroStep-module__djQA8G__cardDescription strong{color:var(--text-secondary);font-weight:600}.VerificationIntroStep-module__djQA8G__complianceSection{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.VerificationIntroStep-module__djQA8G__firstTimeHeader{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.5}[data-theme=light] .VerificationIntroStep-module__djQA8G__infoCard{background:var(--surface-lift-sm);border-color:var(--border-default)}[data-theme=light] .VerificationIntroStep-module__djQA8G__infoCard:hover{background:var(--surface-lift-md);border-color:var(--border-hover)}
.TicketsTab-module__jyHeCq__sectionTitle{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-1);font-size:24px;font-weight:700}.TicketsTab-module__jyHeCq__sectionSubtitle{font-size:var(--text-sm);color:var(--text-tertiary);margin-bottom:var(--space-8)}.TicketsTab-module__jyHeCq__sectionHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-8);display:flex}.TicketsTab-module__jyHeCq__sectionHeader .TicketsTab-module__jyHeCq__sectionTitle{margin-bottom:var(--space-1)}.TicketsTab-module__jyHeCq__sectionHeader .TicketsTab-module__jyHeCq__sectionSubtitle{margin-bottom:0}.TicketsTab-module__jyHeCq__messageCell{align-items:center;gap:8px;display:inline-flex}.TicketsTab-module__jyHeCq__unreadPill{border-radius:var(--radius-sm);background:rgba(var(--accent-primary-rgb), .16);min-width:18px;height:18px;color:var(--accent-text);justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.TicketsTab-module__jyHeCq__reason{font-size:var(--text-sm);color:var(--text-primary);font-weight:500}.TicketsTab-module__jyHeCq__message{font-size:var(--text-sm);color:var(--text-secondary)}.TicketsTab-module__jyHeCq__date{font-size:var(--text-xs);color:var(--text-tertiary)}.TicketsTab-module__jyHeCq__idCell{align-items:center;gap:var(--space-1);cursor:pointer;color:var(--text-tertiary);background:0 0;border:none;padding:0;transition:color .15s;display:inline-flex}.TicketsTab-module__jyHeCq__idCell:hover{color:var(--text-primary)}.TicketsTab-module__jyHeCq__idText{font-family:var(--font-mono);font-size:var(--text-xs)}.TicketsTab-module__jyHeCq__badge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:.15rem .6rem;font-size:11px;font-weight:700}.TicketsTab-module__jyHeCq__badgeOpen{background:var(--bg-success-subtle);color:var(--success-500);border:1px solid var(--border-success-subtle)}.TicketsTab-module__jyHeCq__badgeClosed{background:var(--bg-surface-subtle);color:var(--text-tertiary);border:1px solid var(--border-default)}
.CpaSummaryCards-module__mxJqtq__grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.CpaSummaryCards-module__mxJqtq__card{gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;display:flex}.CpaSummaryCards-module__mxJqtq__title{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-weight:600}.CpaSummaryCards-module__mxJqtq__stats{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.CpaSummaryCards-module__mxJqtq__stat{flex-direction:column;gap:2px;min-width:0;display:flex}.CpaSummaryCards-module__mxJqtq__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.CpaSummaryCards-module__mxJqtq__statValue{font-size:var(--text-lg);color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:700;line-height:1.1}.CpaSummaryCards-module__mxJqtq__cut{color:var(--text-secondary)}@media (max-width:640px){.CpaSummaryCards-module__mxJqtq__grid{grid-template-columns:1fr}}
.CommandPalette-module__J5LP8a__searchModal{gap:var(--space-4)}.CommandPalette-module__J5LP8a__wrap{gap:var(--space-4);flex-direction:column;min-height:0;display:flex}.CommandPalette-module__J5LP8a__input{width:100%}.CommandPalette-module__J5LP8a__tabs{padding:0 var(--space-1)}.CommandPalette-module__J5LP8a__list{min-height:0;max-height:46vh;padding:0;overflow-y:auto}.CommandPalette-module__J5LP8a__groupHeaderSpaced{margin-top:var(--space-3)}.CommandPalette-module__J5LP8a__groupHeader{padding:var(--space-1) var(--space-4);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);justify-content:space-between;align-items:center;display:flex}.CommandPalette-module__J5LP8a__clear{color:var(--text-tertiary);font-size:var(--text-xs);cursor:pointer;background:0 0;border:none;padding:0}.CommandPalette-module__J5LP8a__clear:hover{color:var(--text-secondary)}.CommandPalette-module__J5LP8a__row{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);cursor:pointer;-webkit-user-select:none;user-select:none;display:flex}.CommandPalette-module__J5LP8a__rowActive{background:var(--bg-surface-subtle)}.CommandPalette-module__J5LP8a__rowIcon{color:var(--text-secondary);flex-shrink:0;align-items:center;display:flex}.CommandPalette-module__J5LP8a__rowMain{flex-direction:column;flex:1;min-width:0;display:flex}.CommandPalette-module__J5LP8a__rowTitle{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.CommandPalette-module__J5LP8a__rowSubtitle{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.CommandPalette-module__J5LP8a__rowMono{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;flex-shrink:0;max-width:140px;overflow:hidden}.CommandPalette-module__J5LP8a__rowBadges{align-items:center;gap:var(--space-1);flex-shrink:0;display:flex}.CommandPalette-module__J5LP8a__rowSecondary{border:1px solid var(--border-default);color:var(--accent-primary);font-size:var(--text-xs);padding:2px var(--space-2);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-shrink:0}.CommandPalette-module__J5LP8a__rowSecondary:hover{background:var(--bg-surface-subtle)}.CommandPalette-module__J5LP8a__state{padding:var(--space-6) var(--space-4);text-align:center;color:var(--text-secondary);font-size:var(--text-sm)}.CommandPalette-module__J5LP8a__footer{padding-top:var(--space-3);justify-content:space-between;align-items:center;display:flex}.CommandPalette-module__J5LP8a__hint{font-size:var(--text-xs);color:var(--text-tertiary)}.CommandPalette-module__J5LP8a__stripeToggle{border:1px solid var(--border-default);color:var(--text-secondary);font-size:var(--text-xs);padding:2px var(--space-2);border-radius:var(--radius-sm);cursor:pointer;background:0 0}.CommandPalette-module__J5LP8a__stripeOn{color:var(--accent-primary);border-color:var(--accent-primary)}
.BillingsTab-module__YETerq__invoiceList{gap:var(--space-3);flex-direction:column;display:flex}.BillingsTab-module__YETerq__backfillWrap{margin-top:1rem}
.DashboardAllAccountsSettings-module__KVBlKq__container{padding:var(--space-8) var(--space-4);justify-content:center;display:flex}.DashboardAllAccountsSettings-module__KVBlKq__card{width:100%;max-width:560px;padding:var(--space-8);background:var(--surface-base);border:1px solid var(--border-default);text-align:center;border-radius:16px}.DashboardAllAccountsSettings-module__KVBlKq__icon{width:56px;height:56px;margin-bottom:var(--space-4);color:var(--accent-text);background:var(--bg-accent-subtle);border:1px solid var(--border-accent-subtle);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.DashboardAllAccountsSettings-module__KVBlKq__title{margin:0 0 var(--space-2);color:var(--text-primary);font-size:18px;font-weight:600}.DashboardAllAccountsSettings-module__KVBlKq__description{margin:0 auto var(--space-6);max-width:440px;color:var(--text-secondary);font-size:14px;line-height:1.5}.DashboardAllAccountsSettings-module__KVBlKq__accountList{gap:var(--space-2);text-align:left;flex-direction:column;display:flex}.DashboardAllAccountsSettings-module__KVBlKq__accountRow{padding:var(--space-3) var(--space-4);background:var(--surface-lift-sm);border:1px solid var(--border-default);color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;transition:background .15s,border-color .15s,transform .1s;display:flex}.DashboardAllAccountsSettings-module__KVBlKq__accountRow:hover{background:var(--surface-lift-md);border-color:var(--border-strong)}.DashboardAllAccountsSettings-module__KVBlKq__accountRow:active{transform:translateY(1px)}.DashboardAllAccountsSettings-module__KVBlKq__accountMeta{text-align:left}.DashboardAllAccountsSettings-module__KVBlKq__accountLogin{text-align:left;color:var(--text-primary);font-size:14px;font-weight:600;display:block}.DashboardAllAccountsSettings-module__KVBlKq__accountBroker{text-align:left;color:var(--text-secondary);margin-top:2px;font-size:12px;display:block}
.StrategyShowcase-module__z9j5Sq__showcaseSection{padding:var(--space-20) 0;position:relative;overflow:hidden}.StrategyShowcase-module__z9j5Sq__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.StrategyShowcase-module__z9j5Sq__waveGridWrapper{z-index:0;pointer-events:none;position:absolute;inset:0}.StrategyShowcase-module__z9j5Sq__vignetteOverlay{z-index:1;background:radial-gradient(ellipse 65% 65% at 50% 50%, transparent 0%, rgba(var(--bg-app-rgb), .4) 35%, rgba(var(--bg-app-rgb), .8) 65%, var(--bg-app) 90%);pointer-events:none;box-shadow:inset 0 0 200px 100px var(--bg-app);position:absolute;inset:0}.StrategyShowcase-module__z9j5Sq__haloReveal{z-index:2;pointer-events:none;background:radial-gradient(600px circle at var(--halo-x,50%) var(--halo-y,50%), transparent 0%, rgba(var(--bg-app-rgb), .3) 30%, rgba(var(--bg-app-rgb), .8) 60%, var(--bg-app) 100%);opacity:var(--halo-active,0);transition:opacity .4s;position:absolute;inset:0}.StrategyShowcase-module__z9j5Sq__propositionHeader{z-index:3;text-align:center;position:relative}.StrategyShowcase-module__z9j5Sq__sectionSubtitle{margin:0 auto}.StrategyShowcase-module__z9j5Sq__showcaseWrapper{z-index:3;position:relative}.StrategyShowcase-module__z9j5Sq__showcaseStack{flex-direction:column;gap:0;width:100%;max-width:80%;margin:0 auto;display:flex;position:relative}.StrategyShowcase-module__z9j5Sq__strategyRow{column-gap:var(--space-6);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:0 var(--space-8);grid-template-columns:40px 1fr 90px 90px 90px .75fr 130px;align-items:center;display:grid;position:relative;overflow:hidden}.StrategyShowcase-module__z9j5Sq__rowFront{z-index:5;background:var(--bg-surface);border-color:var(--border-default);height:88px;box-shadow:0 4px 20px #00000014}[data-theme=light] .StrategyShowcase-module__z9j5Sq__rowFront{box-shadow:var(--card-shadow)}.StrategyShowcase-module__z9j5Sq__rowBehind{pointer-events:none;height:76px;margin-top:-6px}.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(3){z-index:4}.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(4){z-index:3}.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(5){z-index:2}.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(6){z-index:1}.StrategyShowcase-module__z9j5Sq__showcaseFadeOverlay{background:linear-gradient(to bottom, transparent 0%, rgba(var(--bg-app-rgb), .4) 45%, rgba(var(--bg-app-rgb), .8) 100%);z-index:6;pointer-events:none;height:60%;position:absolute;bottom:0;left:0;right:0}.StrategyShowcase-module__z9j5Sq__showcaseCtaOverlay{bottom:var(--space-8);z-index:7;justify-content:center;gap:var(--space-4);display:flex;position:absolute;left:0;right:0}.StrategyShowcase-module__z9j5Sq__rowIndex{color:var(--text-tertiary);font-size:13px;font-weight:600}.StrategyShowcase-module__z9j5Sq__rowInfo{align-items:center;gap:var(--space-4);display:flex}.StrategyShowcase-module__z9j5Sq__rowIconContainer{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.StrategyShowcase-module__z9j5Sq__rowIconImg{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%}.StrategyShowcase-module__z9j5Sq__rowStrategyName{color:var(--text-primary);font-size:15px;font-weight:700}.StrategyShowcase-module__z9j5Sq__rowCellValue{color:var(--text-primary);font-variant-numeric:tabular-nums;text-align:center;font-size:14px;font-weight:700}.StrategyShowcase-module__z9j5Sq__rowCellPositive{color:var(--accent-primary)}.StrategyShowcase-module__z9j5Sq__rowCellNegative{color:var(--error-500)}.StrategyShowcase-module__z9j5Sq__tableHeaderRow{padding:0 var(--space-8);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;grid-template-columns:40px 1fr 90px 90px 90px .75fr 130px;gap:16px;margin-bottom:0;font-size:11px;font-weight:600;display:grid}.StrategyShowcase-module__z9j5Sq__tableHeaderRow span{text-align:center}.StrategyShowcase-module__z9j5Sq__rowStatusCell{justify-content:center;align-items:center;display:flex}.StrategyShowcase-module__z9j5Sq__rowActiveTag{background:rgba(var(--success-rgb), .1);color:var(--success-500);border:1px solid rgba(var(--success-rgb), .2);border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:flex}.StrategyShowcase-module__z9j5Sq__rowComingSoonTag{background:var(--surface-lift-sm);color:var(--text-tertiary);border:1px solid var(--border-default);border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:flex}.StrategyShowcase-module__z9j5Sq__rowPulseDot{background:var(--success-500);border-radius:50%;width:5px;height:5px;animation:2s infinite StrategyShowcase-module__z9j5Sq__rowPulse}@keyframes StrategyShowcase-module__z9j5Sq__rowPulse{0%{opacity:1;box-shadow:0 0 0 0 rgba(var(--success-rgb), .7);transform:scale(.95)}70%{opacity:.7;box-shadow:0 0 0 4px rgba(var(--success-rgb), 0);transform:scale(1.1)}to{opacity:1;box-shadow:0 0 0 0 rgba(var(--success-rgb), 0);transform:scale(.95)}}.StrategyShowcase-module__z9j5Sq__showcaseStaggerItem{opacity:0;filter:blur(8px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1),filter .8s cubic-bezier(.2,.8,.2,1);transition-delay:var(--stagger-delay,0s);will-change:opacity, transform, filter;transform:translateY(40px)}.StrategyShowcase-module__z9j5Sq__showcaseStaggerVisible .StrategyShowcase-module__z9j5Sq__showcaseStaggerItem{opacity:1;filter:blur();transform:translateY(0)}.StrategyShowcase-module__z9j5Sq__showcaseStaggerVisible .StrategyShowcase-module__z9j5Sq__showcaseStaggerItem.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(3){opacity:.55;transform:translateY(0)scale(.97)}.StrategyShowcase-module__z9j5Sq__showcaseStaggerVisible .StrategyShowcase-module__z9j5Sq__showcaseStaggerItem.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(4){opacity:.35;transform:translateY(0)scale(.94)}.StrategyShowcase-module__z9j5Sq__showcaseStaggerVisible .StrategyShowcase-module__z9j5Sq__showcaseStaggerItem.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(5){opacity:.2;transform:translateY(0)scale(.91)}.StrategyShowcase-module__z9j5Sq__showcaseStaggerVisible .StrategyShowcase-module__z9j5Sq__showcaseStaggerItem.StrategyShowcase-module__z9j5Sq__rowBehind:nth-child(6){opacity:.1;transform:translateY(0)scale(.88)}.StrategyShowcase-module__z9j5Sq__showcaseCtaReveal{opacity:0;transition:opacity .8s var(--ease-elastic) .5s, transform .8s var(--ease-elastic) .5s;transform:translateY(20px)}.StrategyShowcase-module__z9j5Sq__showcaseStaggerVisible .StrategyShowcase-module__z9j5Sq__showcaseCtaReveal{opacity:1;transform:translateY(0)}.StrategyShowcase-module__z9j5Sq__revealTarget{opacity:0;filter:blur(12px);transition:opacity .9s var(--ease-elastic), transform .9s var(--ease-elastic), filter .9s var(--ease-elastic);transform:translateY(50px)}.StrategyShowcase-module__z9j5Sq__revealTarget.StrategyShowcase-module__z9j5Sq__visible{opacity:1;filter:blur();transform:translateY(0)}@media (max-width:968px){.StrategyShowcase-module__z9j5Sq__tableHeaderRow,.StrategyShowcase-module__z9j5Sq__rowFront,.StrategyShowcase-module__z9j5Sq__rowBehind{gap:var(--space-2)!important;padding:var(--space-4)!important;grid-template-columns:40px 1fr 65px 85px!important}.StrategyShowcase-module__z9j5Sq__rowFront,.StrategyShowcase-module__z9j5Sq__rowBehind{z-index:1;align-items:center;position:relative;height:auto!important;min-height:72px!important}.StrategyShowcase-module__z9j5Sq__tableHeaderRow{margin-bottom:var(--space-2)!important;border:1px solid #0000!important;padding-bottom:0!important}.StrategyShowcase-module__z9j5Sq__tableHeaderRow>:first-child,.StrategyShowcase-module__z9j5Sq__rowFront>:first-child,.StrategyShowcase-module__z9j5Sq__rowBehind>:first-child,.StrategyShowcase-module__z9j5Sq__tableHeaderRow>:nth-child(6),.StrategyShowcase-module__z9j5Sq__rowFront>:nth-child(6),.StrategyShowcase-module__z9j5Sq__rowBehind>:nth-child(6),.StrategyShowcase-module__z9j5Sq__tableHeaderRow>:nth-child(7),.StrategyShowcase-module__z9j5Sq__tableHeaderRow>:nth-child(8),.StrategyShowcase-module__z9j5Sq__rowFront>:nth-child(8),.StrategyShowcase-module__z9j5Sq__rowBehind>:nth-child(8){display:none!important}.StrategyShowcase-module__z9j5Sq__rowFront>*,.StrategyShowcase-module__z9j5Sq__rowBehind>*{z-index:1;position:relative}.StrategyShowcase-module__z9j5Sq__rowFront>:nth-child(7),.StrategyShowcase-module__z9j5Sq__rowBehind>:nth-child(7){pointer-events:none;z-index:0!important;opacity:.45!important;width:60%!important;height:calc(100% + 2px)!important;padding:0!important;position:absolute!important;inset:0 0 -2px auto!important}.StrategyShowcase-module__z9j5Sq__rowFront>:nth-child(4),.StrategyShowcase-module__z9j5Sq__rowBehind>:nth-child(4),.StrategyShowcase-module__z9j5Sq__rowFront>:nth-child(5),.StrategyShowcase-module__z9j5Sq__rowBehind>:nth-child(5){font-size:13px!important}.StrategyShowcase-module__z9j5Sq__tableHeaderRow>*{color:var(--text-tertiary)!important;letter-spacing:.05em!important;font-size:10px!important}.StrategyShowcase-module__z9j5Sq__rowBehind{margin-top:-4px}.StrategyShowcase-module__z9j5Sq__showcaseCtaOverlay{align-items:center;gap:var(--space-3);bottom:var(--space-4);flex-direction:column}.StrategyShowcase-module__z9j5Sq__showcaseStack{max-width:100%}}
.ConnectStep-module__ha90bG__infoBox{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:16px;padding:20px}.ConnectStep-module__ha90bG__securityNoteBox{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:18px;flex-direction:column;gap:10px;padding:20px 24px;display:flex}.ConnectStep-module__ha90bG__securityNoteHeader{align-items:center;gap:12px;display:flex}.ConnectStep-module__ha90bG__securityNoteTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.ConnectStep-module__ha90bG__securityNoteDescription{color:var(--text-tertiary);font-size:.8125rem;line-height:1.6}.ConnectStep-module__ha90bG__credentialRow{gap:16px;display:flex}@media (max-width:600px){.ConnectStep-module__ha90bG__credentialRow{flex-direction:column}}.ConnectStep-module__ha90bG__credentialRow>*{flex:1;min-width:0}.ConnectStep-module__ha90bG__errorBanner{background:rgba(var(--error-rgb), .08);border:1px solid rgba(var(--error-rgb), .25);border-radius:16px;flex-direction:column;gap:12px;padding:20px 24px;animation:.35s ease-out ConnectStep-module__ha90bG__bannerSlideIn;display:flex}.ConnectStep-module__ha90bG__errorBannerHeader{align-items:center;gap:12px;display:flex}.ConnectStep-module__ha90bG__errorBannerIcon{background:rgba(var(--error-rgb), .12);width:32px;height:32px;color:var(--error-500);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ConnectStep-module__ha90bG__errorBannerMessage{color:var(--error-400);flex:1;font-size:.875rem;line-height:1.55}.ConnectStep-module__ha90bG__loadingContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;width:100%;max-width:360px;margin:0 auto;display:flex}.ConnectStep-module__ha90bG__loadingSubtitle{color:var(--text-tertiary);text-align:center;opacity:.5;font-size:.75rem}.ConnectStep-module__ha90bG__countdownText{color:var(--text-tertiary);text-align:center;letter-spacing:.01em;font-size:.8125rem;font-weight:500;animation:.4s ease-out ConnectStep-module__ha90bG__fadeIn}@keyframes ConnectStep-module__ha90bG__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ConnectStep-module__ha90bG__bannerSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}[data-theme=light] .ConnectStep-module__ha90bG__infoBox,[data-theme=light] .ConnectStep-module__ha90bG__securityNoteBox{background:var(--surface-lift-sm);border-color:var(--border-default)}[data-theme=light] .ConnectStep-module__ha90bG__countdownText{color:var(--text-tertiary)}
.FeaturesTab-module__TiB1Ka__loading,.FeaturesTab-module__TiB1Ka__empty{text-align:center;color:var(--text-tertiary);padding:1.5rem 0;font-size:13px}.FeaturesTab-module__TiB1Ka__list{flex-direction:column;gap:1.75rem;display:flex}.FeaturesTab-module__TiB1Ka__accountBlock{flex-direction:column;gap:.85rem;display:flex}.FeaturesTab-module__TiB1Ka__accountHeader{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.6rem;display:flex}.FeaturesTab-module__TiB1Ka__accountTitle{color:var(--text-primary);font-size:15px;font-weight:600}.FeaturesTab-module__TiB1Ka__accountCapital{align-items:baseline;gap:8px;display:inline-flex}.FeaturesTab-module__TiB1Ka__capitalLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);font-size:10px}.FeaturesTab-module__TiB1Ka__capitalValue{color:var(--text-secondary);font-size:13px;font-weight:600}.FeaturesTab-module__TiB1Ka__perkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.FeaturesTab-module__TiB1Ka__perkCard{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg,12px);grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.9rem 1rem;display:grid}.FeaturesTab-module__TiB1Ka__perkBody{flex-direction:column;gap:4px;min-width:0;display:flex}.FeaturesTab-module__TiB1Ka__perkTitleRow{align-items:center;gap:8px;display:flex}.FeaturesTab-module__TiB1Ka__perkTitle{color:var(--text-primary);font-size:14px;font-weight:600}.FeaturesTab-module__TiB1Ka__activePill{letter-spacing:.03em;text-transform:uppercase;border-radius:var(--radius-sm);color:var(--color-lime);background:rgba(var(--color-lime-rgb), .1);border:1px solid rgba(var(--color-lime-rgb), .25);padding:2px 6px;font-size:10px;font-weight:700}.FeaturesTab-module__TiB1Ka__perkDesc{color:var(--text-secondary);margin:0;font-size:12.5px;line-height:1.5}.FeaturesTab-module__TiB1Ka__formBody{flex-direction:column;gap:1.1rem;display:flex}.FeaturesTab-module__TiB1Ka__formField{flex-direction:column;gap:4px;display:flex}.FeaturesTab-module__TiB1Ka__formFieldBoolean{grid-template-columns:1fr auto;align-items:center;gap:1rem;display:grid}.FeaturesTab-module__TiB1Ka__formFieldBooleanText{flex-direction:column;gap:4px;min-width:0;display:flex}.FeaturesTab-module__TiB1Ka__formLabel{color:var(--text-primary);font-size:13px;font-weight:600}.FeaturesTab-module__TiB1Ka__formFieldDesc{color:var(--text-tertiary);margin:0 0 4px;font-size:12px;line-height:1.4}
.PartnerList-module__JgcX3a__list{gap:var(--space-2);flex-direction:column;display:flex}.PartnerList-module__JgcX3a__row{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-lg);display:flex}.PartnerList-module__JgcX3a__rank{font-size:var(--text-xs);color:var(--text-tertiary);min-width:24px;font-weight:700}.PartnerList-module__JgcX3a__name{font-size:var(--text-sm);color:var(--text-primary);flex:1;font-weight:500}.PartnerList-module__JgcX3a__amount{font-size:var(--text-sm);color:var(--accent-primary);font-variant-numeric:tabular-nums;font-weight:700}.PartnerList-module__JgcX3a__empty{color:var(--text-tertiary);font-size:var(--text-sm);padding:var(--space-6) 0;text-align:center}
.PartnerManagement-module__ochW4W__panel{flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}
.BrokerShell-module__FUsGcq__breadcrumbs{margin-bottom:var(--space-8)}.BrokerShell-module__FUsGcq__titleBlock{gap:var(--space-3);margin-bottom:var(--space-8);flex-direction:column;min-width:0;display:flex}.BrokerShell-module__FUsGcq__titleRow{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.BrokerShell-module__FUsGcq__pillsRow{flex-wrap:wrap;gap:6px;display:flex}.BrokerShell-module__FUsGcq__pill{background:var(--surface-lift-sm);border:1px solid var(--border-default);color:var(--text-secondary);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;font-variant-numeric:tabular-nums;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.BrokerShell-module__FUsGcq__pill svg{color:var(--accent-text)}.BrokerShell-module__FUsGcq__body{flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}
