.Button-module__e7WGRa__button{justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-full);font-family:var(--font-sans);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);cursor:pointer;white-space:nowrap;transition:background var(--duration-fast) var(--ease-smooth), border-color var(--duration-fast) var(--ease-smooth), color var(--duration-fast) var(--ease-smooth), transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-smooth);border:1px solid #0000;display:inline-flex}.Button-module__e7WGRa__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__e7WGRa__fullWidth{width:100%}.Button-module__e7WGRa__sm{padding:var(--space-2xs) var(--space-md);font-size:var(--text-sm)}.Button-module__e7WGRa__md{padding:var(--space-sm) var(--space-lg);font-size:var(--text-base)}.Button-module__e7WGRa__lg{padding:var(--space-md) var(--space-xl);font-size:var(--text-lg)}.Button-module__e7WGRa__primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-accent-glow)}.Button-module__e7WGRa__primary:hover:not(:disabled){background:var(--color-accent-hover)}.Button-module__e7WGRa__primary:active:not(:disabled){background:var(--color-accent-active);transform:scale(.97)}.Button-module__e7WGRa__secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border-glass);-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm))}.Button-module__e7WGRa__secondary:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-glass-card-hover-border)}.Button-module__e7WGRa__secondary:active:not(:disabled){transform:scale(.97)}.Button-module__e7WGRa__outline{color:var(--color-text);border-color:var(--color-border-glass);background:0 0}.Button-module__e7WGRa__outline:hover:not(:disabled){background:var(--color-surface);border-color:var(--color-btn-outline-hover-border)}.Button-module__e7WGRa__outline:active:not(:disabled){transform:scale(.97)}.Button-module__e7WGRa__danger{background:var(--color-error-bg);color:var(--color-error);border-color:var(--color-error-border)}.Button-module__e7WGRa__danger:hover:not(:disabled){background:var(--color-error-border)}.Button-module__e7WGRa__danger:active:not(:disabled){transform:scale(.97)}.Button-module__e7WGRa__ghost{color:var(--color-text-sub);background:0 0;border-color:#0000}.Button-module__e7WGRa__ghost:hover:not(:disabled){background:var(--color-surface);color:var(--color-text)}.Button-module__e7WGRa__spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:1.1em;height:1.1em;animation:.6s linear infinite Button-module__e7WGRa__spin;display:inline-block}@keyframes Button-module__e7WGRa__spin{to{transform:rotate(360deg)}}
.Badge-module__HwyJrW__badge{padding:var(--space-3xs) var(--space-xs);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;border:1px solid var(--color-border-muted);line-height:1.2;display:inline-block}.Badge-module__HwyJrW__registered{background:var(--color-badge-registered-bg);color:var(--color-info);border-color:var(--color-badge-registered-border)}.Badge-module__HwyJrW__testing{background:var(--color-badge-testing-bg);color:var(--color-warning);border-color:var(--color-badge-testing-border)}.Badge-module__HwyJrW__review{background:var(--color-badge-review-bg);color:var(--color-accent);border-color:var(--color-badge-review-border)}.Badge-module__HwyJrW__approved{background:var(--color-badge-approved-bg);color:var(--color-success);border-color:var(--color-badge-approved-border)}.Badge-module__HwyJrW__rejected{background:var(--color-badge-rejected-bg);color:var(--color-error);border-color:var(--color-badge-rejected-border)}.Badge-module__HwyJrW__synced{background:var(--color-badge-synced-bg);color:var(--color-brand);border-color:var(--color-badge-synced-border)}.Badge-module__HwyJrW__success{background:var(--color-success-bg);color:var(--color-success);border-color:var(--color-success-border)}.Badge-module__HwyJrW__warning{background:var(--color-warning-bg);color:var(--color-warning);border-color:var(--color-warning-border)}.Badge-module__HwyJrW__error{background:var(--color-error-bg);color:var(--color-error);border-color:var(--color-error-border)}.Badge-module__HwyJrW__info{background:var(--color-info-bg);color:var(--color-info);border-color:var(--color-info-border)}.Badge-module__HwyJrW__neutral{background:var(--color-surface);color:var(--color-text-sub);border-color:var(--color-border-glass)}
.Input-module__aqcCqa__fieldGroup{gap:var(--space-2xs);flex-direction:column;width:100%;display:flex}.Input-module__aqcCqa__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-sub);letter-spacing:var(--tracking-wide)}.Input-module__aqcCqa__required{color:var(--color-error);margin-left:var(--space-3xs)}.Input-module__aqcCqa__input{width:100%;padding:var(--space-sm) var(--space-md);background:var(--color-input-bg);-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm));border:1px solid var(--color-border-glass);border-radius:var(--radius-md);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);transition:border-color var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth);outline:none}.Input-module__aqcCqa__input::placeholder{color:var(--color-text-muted)}.Input-module__aqcCqa__input:hover:not(:disabled){border-color:var(--color-input-hover-border);background:var(--color-input-hover-bg)}.Input-module__aqcCqa__input:focus{border-color:var(--color-border-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb), .15)}.Input-module__aqcCqa__input:disabled{opacity:.5;cursor:not-allowed}.Input-module__aqcCqa__inputError{border-color:var(--color-error)!important;box-shadow:0 0 0 3px var(--color-error-bg)!important}.Input-module__aqcCqa__helperText{font-size:var(--text-xs);color:var(--color-text-muted)}.Input-module__aqcCqa__fieldError{font-size:var(--text-xs);color:var(--color-error)}
.Modal-module__GKiJOG__overlay{background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-modal);animation:Modal-module__GKiJOG__fadeIn var(--duration-base) var(--ease-out);display:flex;position:fixed;inset:0}.Modal-module__GKiJOG__overlayCenter{padding:var(--space-lg);justify-content:center;align-items:center}.Modal-module__GKiJOG__panelCenter{width:100%;max-height:calc(100vh - (2 * var(--space-lg)));animation:Modal-module__GKiJOG__scaleIn var(--duration-base) var(--ease-spring)}.Modal-module__GKiJOG__sizeSm{max-width:420px}.Modal-module__GKiJOG__sizeMd{max-width:640px}.Modal-module__GKiJOG__sizeLg{max-width:800px}.Modal-module__GKiJOG__overlayDrawer{justify-content:flex-end}.Modal-module__GKiJOG__panelDrawer{width:100%;height:100%;animation:Modal-module__GKiJOG__slideIn var(--duration-slow) cubic-bezier(.16, 1, .3, 1)}.Modal-module__GKiJOG__panel{background:var(--color-drawer-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-border-glass);border-radius:var(--radius-2xl);box-shadow:var(--shadow-glass-lg);flex-direction:column;display:flex;overflow:hidden}.Modal-module__GKiJOG__panelDrawer{border-top:none;border-bottom:none;border-right:none;border-radius:0}.Modal-module__GKiJOG__header{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border-glass);justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-shrink:0;display:flex}.Modal-module__GKiJOG__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text);margin:0}.Modal-module__GKiJOG__subtitle{font-size:var(--text-xs);color:var(--color-text-muted);margin:var(--space-3xs) 0 0 0}.Modal-module__GKiJOG__closeBtn{color:var(--color-text-muted);cursor:pointer;padding:var(--space-2xs);transition:color var(--duration-fast) var(--ease-smooth);background:0 0;border:none;flex-shrink:0;font-size:1.75rem;line-height:1}.Modal-module__GKiJOG__closeBtn:hover{color:var(--color-text)}.Modal-module__GKiJOG__body{padding:var(--space-xl);flex:1;overflow-y:auto}.Modal-module__GKiJOG__footer{padding:var(--space-lg) var(--space-xl);border-top:1px solid var(--color-border-glass);justify-content:flex-end;gap:var(--space-sm);flex-shrink:0;display:flex}@keyframes Modal-module__GKiJOG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__GKiJOG__scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes Modal-module__GKiJOG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
.ProjectPlansOffer-module__YLsveq__wrapper{gap:var(--space-md);flex-direction:column;display:flex}.ProjectPlansOffer-module__YLsveq__header{gap:var(--space-3xs);flex-direction:column;display:flex}.ProjectPlansOffer-module__YLsveq__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-text);margin:0}.ProjectPlansOffer-module__YLsveq__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin:0}.ProjectPlansOffer-module__YLsveq__empty{padding:var(--space-lg);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg)}.ProjectPlansOffer-module__YLsveq__planButtons{gap:var(--space-sm);flex-wrap:wrap;display:flex}.ProjectPlansOffer-module__YLsveq__planButton{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);display:inline-flex}.ProjectPlansOffer-module__YLsveq__planButton:hover{border-color:var(--color-border-accent)}.ProjectPlansOffer-module__YLsveq__planButtonActive{border-color:var(--color-border-accent);background:rgba(var(--color-accent-rgb), .12)}.ProjectPlansOffer-module__YLsveq__planButtonName{white-space:nowrap}.ProjectPlansOffer-module__YLsveq__offerPanel{gap:var(--space-md);padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);flex-direction:column;display:flex}.ProjectPlansOffer-module__YLsveq__offerHeader{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.ProjectPlansOffer-module__YLsveq__offerName{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text);margin:0}.ProjectPlansOffer-module__YLsveq__accessChip{padding:var(--space-3xs) var(--space-sm);background:var(--color-surface-elevated);border:1px solid var(--color-border-subtle);border-radius:var(--radius-full);color:var(--color-text-sub);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap}.ProjectPlansOffer-module__YLsveq__offerSummary{color:var(--color-text);font-size:var(--text-sm);margin:0;line-height:1.6}.ProjectPlansOffer-module__YLsveq__offerSummaryEmpty{color:var(--color-text-muted);font-size:var(--text-sm);margin:0;font-style:italic}.ProjectPlansOffer-module__YLsveq__exampleBox{gap:var(--space-2xs);padding:var(--space-md);background:rgba(var(--color-accent-rgb), .08);border:1px solid var(--color-border-accent);border-radius:var(--radius-md);flex-direction:column;display:flex}.ProjectPlansOffer-module__YLsveq__exampleLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-sub)}.ProjectPlansOffer-module__YLsveq__exampleText{color:var(--color-text);font-size:var(--text-sm);margin:0;line-height:1.6}.ProjectPlansOffer-module__YLsveq__factsGrid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));margin:0;display:grid}.ProjectPlansOffer-module__YLsveq__fact{gap:var(--space-3xs);flex-direction:column;display:flex}.ProjectPlansOffer-module__YLsveq__factLabel{font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.ProjectPlansOffer-module__YLsveq__factValue{color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-medium);gap:var(--space-3xs);flex-direction:column;margin:0;display:flex}.ProjectPlansOffer-module__YLsveq__factExtra{color:var(--color-text-sub);font-weight:var(--weight-medium)}
.BrokerClientsTable-module__nOvria__wrapper{gap:var(--space-md);flex-direction:column;display:flex}.BrokerClientsTable-module__nOvria__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.BrokerClientsTable-module__nOvria__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-text);margin:0}.BrokerClientsTable-module__nOvria__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin:var(--space-3xs) 0 0}.BrokerClientsTable-module__nOvria__stateMessage{padding:var(--space-lg);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);margin:0}.BrokerClientsTable-module__nOvria__errorMessage{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-sm);margin:0}.BrokerClientsTable-module__nOvria__tableScroll{background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);overflow-x:auto}.BrokerClientsTable-module__nOvria__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.BrokerClientsTable-module__nOvria__table th{text-align:left;padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--color-border-subtle);white-space:nowrap}.BrokerClientsTable-module__nOvria__table td{padding:var(--space-sm) var(--space-md);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle);vertical-align:middle}.BrokerClientsTable-module__nOvria__table tbody tr:last-child td{border-bottom:none}.BrokerClientsTable-module__nOvria__nameCell{font-weight:var(--weight-medium);white-space:nowrap}.BrokerClientsTable-module__nOvria__table th.BrokerClientsTable-module__nOvria__capitalHeader{text-align:right}.BrokerClientsTable-module__nOvria__capitalCell{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.BrokerClientsTable-module__nOvria__verticalChip{padding:var(--space-3xs) var(--space-sm);background:rgba(var(--color-accent-rgb), .12);border:1px solid var(--color-border-accent);border-radius:var(--radius-full);color:var(--color-text);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;display:inline-block}.BrokerClientsTable-module__nOvria__rowActions{align-items:center;gap:var(--space-2xs);display:flex}.BrokerClientsTable-module__nOvria__totalsBar{align-items:center;gap:var(--space-sm) var(--space-lg);padding:var(--space-sm) var(--space-md);background:var(--color-surface-elevated);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.BrokerClientsTable-module__nOvria__totalCount{color:var(--color-text);font-weight:var(--weight-semibold);white-space:nowrap}.BrokerClientsTable-module__nOvria__totalCapital{color:var(--color-text);font-weight:var(--weight-medium);white-space:nowrap;font-variant-numeric:tabular-nums}.BrokerClientsTable-module__nOvria__verticalTotals{align-items:center;gap:var(--space-2xs);flex-wrap:wrap;display:flex}.BrokerClientsTable-module__nOvria__verticalTotalsLabel{color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.06em;margin-right:var(--space-2xs)}.BrokerClientsTable-module__nOvria__verticalTotalChip{padding:var(--space-3xs) var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-full);color:var(--color-text-sub);font-size:var(--text-xs);white-space:nowrap;font-variant-numeric:tabular-nums}.BrokerClientsTable-module__nOvria__form{gap:var(--space-md);flex-direction:column;display:flex}.BrokerClientsTable-module__nOvria__notesField{gap:var(--space-2xs);flex-direction:column;display:flex}.BrokerClientsTable-module__nOvria__notesLabel{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text)}.BrokerClientsTable-module__nOvria__textarea{width:100%;padding:var(--space-sm) var(--space-md);background:var(--color-input-bg);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--text-sm);resize:vertical;transition:border-color var(--duration-fast) var(--ease-out);font-family:inherit}.BrokerClientsTable-module__nOvria__textarea:focus{border-color:var(--color-border-accent);outline:none}.BrokerClientsTable-module__nOvria__fieldError{color:var(--color-error);font-size:var(--text-xs)}.BrokerClientsTable-module__nOvria__formActions{justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-xs);display:flex}.BrokerClientsTable-module__nOvria__truncatedNote{width:100%;font-size:var(--text-xs);color:var(--color-text-muted)}
.LoadingSpinner-module__HkLnqW__overlay{z-index:var(--z-modal);background:var(--color-bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.LoadingSpinner-module__HkLnqW__glow{background:radial-gradient(circle, var(--color-brand-glow) 0%, transparent 70%);filter:blur(60px);opacity:.6;pointer-events:none;border-radius:50%;width:460px;height:460px;position:absolute}.LoadingSpinner-module__HkLnqW__content{align-items:center;gap:var(--space-lg);flex-direction:column;display:flex;position:relative}.LoadingSpinner-module__HkLnqW__mark{width:132px;height:66px;overflow:visible}.LoadingSpinner-module__HkLnqW__track{fill:none;stroke:var(--color-border-glass);stroke-width:1.25px}.LoadingSpinner-module__HkLnqW__trace{fill:none;stroke:url(#sbSpinnerStroke);stroke-width:2.25px;stroke-linecap:round;stroke-dasharray:26 74;animation:1.9s cubic-bezier(.5,0,.5,1) infinite LoadingSpinner-module__HkLnqW__sbTrace}.LoadingSpinner-module__HkLnqW__text{font-family:var(--font-sans);font-size:9.5px;font-weight:var(--weight-semibold);letter-spacing:.28em;text-transform:uppercase;color:var(--color-text-muted)}@keyframes LoadingSpinner-module__HkLnqW__sbTrace{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.LoadingSpinner-module__HkLnqW__trace{stroke-dashoffset:62px;animation:none}}
.PlatformsGrid-module__06_a9W__wrapper{max-width:1200px;padding:var(--space-xl) 0;margin:0 auto}.PlatformsGrid-module__06_a9W__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.PlatformsGrid-module__06_a9W__backLink{align-items:center;gap:var(--space-2xs);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border-glass);background:var(--color-surface);color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-semibold);transition:border-color var(--duration-fast) var(--ease-smooth);text-decoration:none;display:inline-flex}.PlatformsGrid-module__06_a9W__backLink:hover{border-color:var(--color-accent);color:var(--color-accent)}.PlatformsGrid-module__06_a9W__backLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.PlatformsGrid-module__06_a9W__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text)}.PlatformsGrid-module__06_a9W__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs)}.PlatformsGrid-module__06_a9W__layout{gap:var(--space-xl);grid-template-columns:minmax(0,2.4fr) minmax(280px,1fr);align-items:flex-start;display:grid}.PlatformsGrid-module__06_a9W__layoutFull{display:block}@media (max-width:900px){.PlatformsGrid-module__06_a9W__layout{grid-template-columns:1fr}}.PlatformsGrid-module__06_a9W__filterBar{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.PlatformsGrid-module__06_a9W__filterTab{align-items:center;gap:var(--space-2xs);padding:var(--space-2xs) var(--space-md);border:1px solid var(--color-border-glass);background:var(--color-surface);color:var(--color-text-sub);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:var(--tracking-wide);cursor:pointer;transition:color var(--duration-fast) var(--ease-smooth), border-color var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth);border-radius:999px;display:inline-flex}.PlatformsGrid-module__06_a9W__filterTab:hover{color:var(--color-text);border-color:var(--color-glass-card-hover-border)}.PlatformsGrid-module__06_a9W__filterTab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.PlatformsGrid-module__06_a9W__filterTabActive{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-surface-elevated)}.PlatformsGrid-module__06_a9W__filterAddLink{margin-left:auto;text-decoration:none;display:inline-flex}.PlatformsGrid-module__06_a9W__filterAddLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-md)}.PlatformsGrid-module__06_a9W__emptyState{min-height:24rem;padding:var(--space-xl);border-radius:var(--radius-xl);border:1px dashed var(--color-border-glass);background:var(--color-surface);justify-content:center;align-items:center;display:flex}.PlatformsGrid-module__06_a9W__emptyStateCtaLink{text-decoration:none;display:inline-flex}.PlatformsGrid-module__06_a9W__cardsEmpty{padding:var(--space-xl);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm);border:1px dashed var(--color-border-subtle);border-radius:var(--radius-lg);grid-column:1/-1}.PlatformsGrid-module__06_a9W__cardSelect{cursor:default}.PlatformsGrid-module__06_a9W__cardSelect:hover{border-color:var(--color-border-glass)}.PlatformsGrid-module__06_a9W__cardSelectCta{margin-top:var(--space-sm)}.PlatformsGrid-module__06_a9W__cardsGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.PlatformsGrid-module__06_a9W__card{border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid var(--color-border-glass);box-shadow:var(--shadow-glass);cursor:pointer;text-align:left;transition:border-color var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth);flex-direction:column;padding:0;display:flex;overflow:hidden}.PlatformsGrid-module__06_a9W__card:hover{border-color:var(--color-glass-card-hover-border)}.PlatformsGrid-module__06_a9W__card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.PlatformsGrid-module__06_a9W__cardSelected{border-color:var(--color-accent);box-shadow:var(--shadow-accent-glow)}.PlatformsGrid-module__06_a9W__cardBanner{background-color:var(--color-surface-elevated);background-position:50%;background-size:cover;height:110px;position:relative}.PlatformsGrid-module__06_a9W__cardBody{padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;display:flex}.PlatformsGrid-module__06_a9W__name{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text);text-transform:uppercase;letter-spacing:var(--tracking-wide);line-height:var(--leading-tight)}.PlatformsGrid-module__06_a9W__category{font-size:var(--text-sm);color:var(--color-text-sub);line-height:var(--leading-normal)}.PlatformsGrid-module__06_a9W__memberSince{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-2xs)}.PlatformsGrid-module__06_a9W__divider{border:none;border-top:1px solid var(--color-border-subtle);margin:0}.PlatformsGrid-module__06_a9W__cardFooter{justify-content:space-between;align-items:center;gap:var(--space-md);min-height:2rem;display:flex}.PlatformsGrid-module__06_a9W__statusText{align-items:center;gap:var(--space-2xs);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:var(--tracking-wide);display:inline-flex}.PlatformsGrid-module__06_a9W__statusText:before{content:"";border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;display:inline-block}.PlatformsGrid-module__06_a9W__statusTextActive{color:var(--color-success)}.PlatformsGrid-module__06_a9W__statusTextActive:before{background:var(--color-success);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-success) 25%, transparent)}.PlatformsGrid-module__06_a9W__statusTextInactive{color:var(--color-text-muted)}.PlatformsGrid-module__06_a9W__statusTextInactive:before{background:var(--color-text-muted);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-text-muted) 20%, transparent)}.PlatformsGrid-module__06_a9W__membershipBox{min-width:5rem;padding:var(--space-2xs) var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border-glass);background:var(--color-surface-elevated);font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text);text-transform:uppercase;letter-spacing:var(--tracking-wide);justify-content:center;align-items:center;display:inline-flex}.PlatformsGrid-module__06_a9W__membershipBoxPlaceholder{min-width:5rem;padding:var(--space-2xs) var(--space-md);border-radius:var(--radius-md);border:1px dashed var(--color-border-subtle);font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-muted);letter-spacing:var(--tracking-wide);justify-content:center;align-items:center;display:inline-flex}.PlatformsGrid-module__06_a9W__detailPanel{border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid var(--color-border-glass);box-shadow:var(--shadow-glass);top:calc(72px + var(--space-lg));flex-direction:column;padding:0;display:flex;position:sticky}.PlatformsGrid-module__06_a9W__detailBanner{border-radius:var(--radius-xl) var(--radius-xl) 0 0;background-color:var(--color-surface-elevated);background-position:50%;background-size:cover;flex-shrink:0;height:110px}.PlatformsGrid-module__06_a9W__detailPanelBody{padding:var(--space-lg);gap:var(--space-lg);flex-direction:column;display:flex}.PlatformsGrid-module__06_a9W__detailEyebrow{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:var(--tracking-wider)}.PlatformsGrid-module__06_a9W__detailName{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text);margin-top:var(--space-3xs)}.PlatformsGrid-module__06_a9W__detailDescription{font-size:var(--text-sm);color:var(--color-text-sub);line-height:var(--leading-normal);margin-top:var(--space-xs)}.PlatformsGrid-module__06_a9W__detailRows{gap:var(--space-sm);font-size:var(--text-sm);flex-direction:column;display:flex}.PlatformsGrid-module__06_a9W__detailRow{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.PlatformsGrid-module__06_a9W__detailRowLabel{color:var(--color-text-muted)}.PlatformsGrid-module__06_a9W__unsubscribeError{margin-top:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-sm)}.PlatformsGrid-module__06_a9W__orderSummary{align-items:center;gap:var(--space-md);padding:var(--space-md);margin-bottom:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);display:flex}.PlatformsGrid-module__06_a9W__orderSummaryLogo{border-radius:var(--radius-md);background-color:var(--color-surface-elevated);background-position:50%;background-size:cover;flex-shrink:0;width:2.75rem;height:2.75rem}.PlatformsGrid-module__06_a9W__orderSummaryInfo{flex-direction:column;flex:1;min-width:0;display:flex}.PlatformsGrid-module__06_a9W__orderSummaryName{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text)}.PlatformsGrid-module__06_a9W__orderSummaryMeta{font-size:var(--text-xs);color:var(--color-text-muted)}.PlatformsGrid-module__06_a9W__orderSummaryAmount{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text);white-space:nowrap;text-align:right}.PlatformsGrid-module__06_a9W__orderSummaryPeriod{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);margin-left:var(--space-2xs)}.PlatformsGrid-module__06_a9W__detailCategory{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:var(--tracking-wider);margin-top:var(--space-3xs);display:block}.PlatformsGrid-module__06_a9W__membershipSection{gap:var(--space-sm);flex-direction:column;display:flex}.PlatformsGrid-module__06_a9W__membershipTab{z-index:6;cursor:pointer;background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);width:1.5rem;height:3rem;box-shadow:var(--shadow-glass);color:var(--color-text-sub);transition:color var(--duration-fast) var(--ease-smooth);justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:-.7rem;transform:translateY(-50%)}.PlatformsGrid-module__06_a9W__membershipTab:hover{color:var(--color-accent)}.PlatformsGrid-module__06_a9W__membershipTab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.PlatformsGrid-module__06_a9W__membershipTabCaret{width:.4rem;height:.4rem;transition:transform var(--duration-fast) var(--ease-smooth);border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg)}.PlatformsGrid-module__06_a9W__membershipTab[aria-expanded=true] .PlatformsGrid-module__06_a9W__membershipTabCaret{transform:rotate(225deg)}.PlatformsGrid-module__06_a9W__membershipFlyout{z-index:10;width:15rem;max-width:85%;padding:var(--space-md);gap:var(--space-xs);background:var(--color-dropdown-bg);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);font-size:var(--text-xs);color:var(--color-text-sub);flex-direction:column;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.PlatformsGrid-module__06_a9W__featuresList{padding-left:var(--space-md);gap:var(--space-2xs);color:var(--color-text);flex-direction:column;margin:0;display:flex}@media (max-width:640px){.PlatformsGrid-module__06_a9W__membershipTab{width:100%;height:2rem;position:static;transform:none}.PlatformsGrid-module__06_a9W__membershipTabCaret{transform:rotate(135deg)}.PlatformsGrid-module__06_a9W__membershipTab[aria-expanded=true] .PlatformsGrid-module__06_a9W__membershipTabCaret{transform:rotate(315deg)}.PlatformsGrid-module__06_a9W__membershipFlyout{width:auto;max-width:none;margin-top:var(--space-xs);position:static;transform:none}}.PlatformsGrid-module__06_a9W__sectionHeaderRow{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.PlatformsGrid-module__06_a9W__membershipBadge{align-self:flex-start;align-items:center;gap:var(--space-xs);padding:var(--space-2xs) var(--space-lg);background:var(--color-surface-elevated);border:1px solid var(--color-border-glass);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text);letter-spacing:var(--tracking-wide);text-transform:uppercase;border-radius:999px;display:inline-flex}.PlatformsGrid-module__06_a9W__statusDot{align-items:center;gap:var(--space-2xs);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-success);text-transform:uppercase;letter-spacing:var(--tracking-wide);display:inline-flex}.PlatformsGrid-module__06_a9W__statusDot:before{content:"";background:var(--color-success);width:.5rem;height:.5rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-success) 25%, transparent);border-radius:50%;display:inline-block}.PlatformsGrid-module__06_a9W__statusDotInactive{color:var(--color-warning,#b45309);}.PlatformsGrid-module__06_a9W__statusDotInactive:before{background:var(--color-warning,#b45309);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-warning,#b45309) 25%, transparent)}.PlatformsGrid-module__06_a9W__invoiceBox{padding:var(--space-md) var(--space-md) var(--space-md) var(--space-lg);background:var(--color-surface-elevated);border-radius:var(--radius-md);border-left:3px solid var(--color-accent);font-size:var(--text-sm);color:var(--color-text-sub);line-height:var(--leading-normal);margin:0;font-style:italic;position:relative}.PlatformsGrid-module__06_a9W__warningBox{align-items:flex-start;gap:var(--space-sm);padding:var(--space-md) var(--space-md) var(--space-md) var(--space-md);background:color-mix(in srgb, var(--color-warning,#b45309) 12%, transparent);border-radius:var(--radius-md);border-left:3px solid var(--color-warning,#b45309);font-size:var(--text-sm);color:var(--color-text);line-height:var(--leading-normal);margin:0;display:flex}.PlatformsGrid-module__06_a9W__warningIcon{background:var(--color-warning,#b45309);width:1.25rem;height:1.25rem;color:var(--color-bg);font-size:var(--text-sm);font-weight:var(--weight-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex}.PlatformsGrid-module__06_a9W__warningText{flex:1;min-width:0;margin:0}.PlatformsGrid-module__06_a9W__paymentMethodSection{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.PlatformsGrid-module__06_a9W__paymentMethodRow{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-text);display:flex}.PlatformsGrid-module__06_a9W__paymentMethodValue{font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums}.PlatformsGrid-module__06_a9W__cardTierDot{background:var(--color-text-muted);border-radius:50%;flex-shrink:0;width:.625rem;height:.625rem;display:inline-block}.PlatformsGrid-module__06_a9W__cardTierDotClassic{background:#1d4ed8;box-shadow:0 0 0 2px #1d4ed840}.PlatformsGrid-module__06_a9W__cardTierDotGold{background:#b45309;box-shadow:0 0 0 2px #b4530940}.PlatformsGrid-module__06_a9W__cardTierDotPlatinum{background:#047857;box-shadow:0 0 0 2px #04785740}.PlatformsGrid-module__06_a9W__disclosureRowLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);font-weight:var(--weight-semibold)}.PlatformsGrid-module__06_a9W__actionStack{gap:var(--space-sm);flex-direction:column;display:flex}.PlatformsGrid-module__06_a9W__actionStack>*{width:100%}.PlatformsGrid-module__06_a9W__historyList{gap:var(--space-sm);max-height:24rem;padding-right:var(--space-2xs);flex-direction:column;display:flex;overflow-y:auto}.PlatformsGrid-module__06_a9W__historyRow{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-surface-elevated);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);font-size:var(--text-sm);grid-template-columns:1fr auto;display:grid}.PlatformsGrid-module__06_a9W__historyRowMeta{flex-direction:column;min-width:0;display:flex}.PlatformsGrid-module__06_a9W__historyRowTitle{font-weight:var(--weight-semibold);color:var(--color-text)}.PlatformsGrid-module__06_a9W__historyRowDate{font-size:var(--text-xs);color:var(--color-text-muted)}.PlatformsGrid-module__06_a9W__historyRowAmount{font-weight:var(--weight-bold);color:var(--color-text);white-space:nowrap;font-variant-numeric:tabular-nums}.PlatformsGrid-module__06_a9W__historyError{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-sm)}.PlatformsGrid-module__06_a9W__historyEmpty{padding:var(--space-lg);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm)}.PlatformsGrid-module__06_a9W__workspace{margin-top:var(--space-xl);gap:var(--space-xl);flex-direction:column;display:flex}
.Select-module___DAqqq__fieldGroup{gap:var(--space-2xs);flex-direction:column;width:100%;display:flex}.Select-module___DAqqq__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-sub);letter-spacing:var(--tracking-wide)}.Select-module___DAqqq__required{color:var(--color-error);margin-left:var(--space-3xs)}.Select-module___DAqqq__select{appearance:none;width:100%;padding:var(--space-sm) var(--space-md);padding-right:var(--space-xl);background:var(--color-input-bg);background-image:var(--select-arrow-url);background-repeat:no-repeat;background-position:right var(--space-md) center;border:1px solid var(--color-border-glass);border-radius:var(--radius-md);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);transition:border-color var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth), background-color var(--duration-fast) var(--ease-smooth);background-size:1.25rem;outline:none}.Select-module___DAqqq__select option{background:var(--color-select-option-bg);color:var(--color-text)}.Select-module___DAqqq__select:hover:not(:disabled){border-color:var(--color-input-hover-border);background-color:var(--color-input-hover-bg)}.Select-module___DAqqq__select:focus{border-color:var(--color-border-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb), .15)}.Select-module___DAqqq__select:disabled{opacity:.5;cursor:not-allowed}.Select-module___DAqqq__selectError{border-color:var(--color-error)!important;box-shadow:0 0 0 3px var(--color-error-bg)!important}.Select-module___DAqqq__helperText{font-size:var(--text-xs);color:var(--color-text-muted)}.Select-module___DAqqq__fieldError{font-size:var(--text-xs);color:var(--color-error)}
.NuveiCheckout-module__Fhjpka__wrapper{gap:var(--space-lg);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__status{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--color-text-sub);padding:var(--space-md) 0;display:flex}.NuveiCheckout-module__Fhjpka__spinner{border:2px solid var(--color-border-glass);border-top-color:var(--color-accent);border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.7s linear infinite NuveiCheckout-module__Fhjpka__spin}@keyframes NuveiCheckout-module__Fhjpka__spin{to{transform:rotate(360deg)}}.NuveiCheckout-module__Fhjpka__sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.NuveiCheckout-module__Fhjpka__contactSection{gap:var(--space-sm);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__contactRow{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--color-input-bg);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);display:flex}.NuveiCheckout-module__Fhjpka__contactLabel{font-size:var(--text-sm);color:var(--color-text-muted)}.NuveiCheckout-module__Fhjpka__contactValue{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text)}.NuveiCheckout-module__Fhjpka__billingSection{gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border-glass);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__billingGrid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}@media (max-width:520px){.NuveiCheckout-module__Fhjpka__billingGrid{grid-template-columns:1fr}}.NuveiCheckout-module__Fhjpka__cardList{gap:var(--space-md);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__cardOptions{gap:var(--space-sm);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__cardOption{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-input-bg);-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm));border:1px solid var(--color-border-glass);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth);display:flex;position:relative}.NuveiCheckout-module__Fhjpka__cardOption:hover{border-color:var(--color-input-hover-border);background:var(--color-input-hover-bg)}.NuveiCheckout-module__Fhjpka__cardOptionSelected{border-color:var(--color-border-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb), .12)}.NuveiCheckout-module__Fhjpka__cardOption input[type=radio]{appearance:none;border:2px solid var(--color-border-glass);cursor:pointer;width:1.1rem;height:1.1rem;transition:border-color var(--duration-fast) var(--ease-smooth);border-radius:50%;flex-shrink:0}.NuveiCheckout-module__Fhjpka__cardOption input[type=radio]:checked{border-color:var(--color-accent);border-width:4px}.NuveiCheckout-module__Fhjpka__cardBrandBadge{border-radius:var(--radius-sm);background:var(--color-surface-elevated);border:1px solid var(--color-border-glass);width:2.5rem;height:1.75rem;font-size:.65rem;font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);color:var(--color-text-sub);text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;display:flex}.NuveiCheckout-module__Fhjpka__cardDetails{flex-direction:column;flex:1;display:flex}.NuveiCheckout-module__Fhjpka__cardNumber{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-text);font-weight:var(--weight-medium)}.NuveiCheckout-module__Fhjpka__cardExpiry{font-size:var(--text-xs);color:var(--color-text-muted)}.NuveiCheckout-module__Fhjpka__addCardLink{align-self:flex-start}.NuveiCheckout-module__Fhjpka__addCardForm{gap:var(--space-lg);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__useSavedCardLink{cursor:pointer;padding:var(--space-2xs) 0;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-accent);transition:color var(--duration-fast) var(--ease-smooth);background:0 0;border:none;align-self:flex-start;text-decoration:none}.NuveiCheckout-module__Fhjpka__useSavedCardLink:hover{color:var(--color-text)}.NuveiCheckout-module__Fhjpka__useSavedCardLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.NuveiCheckout-module__Fhjpka__formContainer{gap:var(--space-md);flex-direction:column;display:flex}:is(.NuveiCheckout-module__Fhjpka__formContainer .name-wrapper,.NuveiCheckout-module__Fhjpka__formContainer .card-number-wrapper,.NuveiCheckout-module__Fhjpka__formContainer .cvc-wrapper){align-items:center;display:flex;position:relative}.NuveiCheckout-module__Fhjpka__formContainer .expiry-container{gap:var(--space-md);display:flex}.NuveiCheckout-module__Fhjpka__formContainer .cvc-container{max-width:140px}.NuveiCheckout-module__Fhjpka__formContainer .expiry-wrapper{flex:1;align-items:center;display:flex;position:relative}.NuveiCheckout-module__Fhjpka__formContainer .expiry-wrapper>div{gap:var(--space-sm);flex:1;display:flex}.NuveiCheckout-module__Fhjpka__formContainer .expiry-wrapper>.icon{display:none}:is(.NuveiCheckout-module__Fhjpka__formContainer input.name,.NuveiCheckout-module__Fhjpka__formContainer input.card-number,.NuveiCheckout-module__Fhjpka__formContainer input.cvc){width:100%;padding:var(--space-sm) var(--space-md) var(--space-sm) 2.75rem;background:var(--color-input-bg);-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm));border:1px solid var(--color-border-glass);border-radius:var(--radius-md);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);transition:border-color var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth);outline:none}.NuveiCheckout-module__Fhjpka__formContainer input.card-number{padding-right:9.5rem}.NuveiCheckout-module__Fhjpka__formContainer input.name::placeholder{color:var(--color-text-muted)}.NuveiCheckout-module__Fhjpka__formContainer input.card-number::placeholder{color:var(--color-text-muted)}.NuveiCheckout-module__Fhjpka__formContainer input.cvc::placeholder{color:var(--color-text-muted)}.NuveiCheckout-module__Fhjpka__formContainer input.name:hover{border-color:var(--color-input-hover-border);background:var(--color-input-hover-bg)}.NuveiCheckout-module__Fhjpka__formContainer input.card-number:hover{border-color:var(--color-input-hover-border);background:var(--color-input-hover-bg)}.NuveiCheckout-module__Fhjpka__formContainer input.cvc:hover{border-color:var(--color-input-hover-border);background:var(--color-input-hover-bg)}.NuveiCheckout-module__Fhjpka__formContainer .expiry-wrapper:hover select{border-color:var(--color-input-hover-border);background:var(--color-input-hover-bg)}:is(.NuveiCheckout-module__Fhjpka__formContainer input.name:focus,.NuveiCheckout-module__Fhjpka__formContainer input.card-number:focus,.NuveiCheckout-module__Fhjpka__formContainer input.cvc:focus,.NuveiCheckout-module__Fhjpka__formContainer select.expiry-month:focus,.NuveiCheckout-module__Fhjpka__formContainer select.expiry-year:focus){border-color:var(--color-border-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb), .15)}.NuveiCheckout-module__Fhjpka__formContainer .icon{left:var(--space-md);width:1.1rem;height:1.1rem;color:var(--color-text-muted);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.NuveiCheckout-module__Fhjpka__formContainer .icon svg{width:100%;height:100%}.NuveiCheckout-module__Fhjpka__formContainer .icon svg .svg{fill:currentColor}.NuveiCheckout-module__Fhjpka__cardBrandHints{right:var(--space-md);pointer-events:none;gap:.3rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.NuveiCheckout-module__Fhjpka__cardBrandHints span{font-size:.55rem;font-weight:var(--weight-bold);letter-spacing:.02em;color:var(--color-text-muted);background:var(--color-surface-elevated);border:1px solid var(--color-border-glass);border-radius:var(--radius-sm);padding:1px 4px;line-height:1.4}.NuveiCheckout-module__Fhjpka__formContainer .card-type-icon{right:var(--space-md);pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.75rem;height:1.1rem;position:absolute;top:50%;transform:translateY(-50%)}:is(.NuveiCheckout-module__Fhjpka__formContainer select.expiry-month,.NuveiCheckout-module__Fhjpka__formContainer select.expiry-year){appearance:none;width:100%;padding:var(--space-sm) var(--space-md) var(--space-sm) 2.75rem;background:var(--color-input-bg);background-image:var(--select-arrow-url);background-repeat:no-repeat;background-position:right var(--space-sm) center;-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm));border:1px solid var(--color-border-glass);border-radius:var(--radius-md);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-smooth), background-color var(--duration-fast) var(--ease-smooth);background-size:1rem;outline:none;flex:1}.NuveiCheckout-module__Fhjpka__formContainer select.expiry-year{padding-left:var(--space-md)}:is(.NuveiCheckout-module__Fhjpka__formContainer select.expiry-month option,.NuveiCheckout-module__Fhjpka__formContainer select.expiry-year option){background:var(--color-select-option-bg);color:var(--color-text)}.NuveiCheckout-module__Fhjpka__formContainer .expiry-wrapper .icon{left:var(--space-md)}.NuveiCheckout-module__Fhjpka__payRow{gap:var(--space-sm);flex-direction:column;display:flex}.NuveiCheckout-module__Fhjpka__successBox{align-items:flex-start;gap:var(--space-sm);padding:var(--space-lg);background:var(--color-success-bg);border:1px solid var(--color-success-border);border-radius:var(--radius-lg);color:var(--color-text);display:flex}.NuveiCheckout-module__Fhjpka__errorBox{align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-lg);grid-template-columns:auto 1fr auto;display:grid}.NuveiCheckout-module__Fhjpka__errorIcon{background:var(--color-error);width:2.5rem;height:2.5rem;color:var(--color-bg);font-size:var(--text-lg);font-weight:var(--weight-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex}.NuveiCheckout-module__Fhjpka__errorBody{gap:var(--space-3xs);flex-direction:column;min-width:0;display:flex}.NuveiCheckout-module__Fhjpka__errorTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text);line-height:var(--leading-tight)}.NuveiCheckout-module__Fhjpka__errorMessage{font-size:var(--text-sm);color:var(--color-text-sub);line-height:var(--leading-normal)}.NuveiCheckout-module__Fhjpka__errorDismiss{cursor:pointer;color:var(--color-text-muted);padding:var(--space-2xs) var(--space-xs);border-radius:var(--radius-sm);transition:color var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth);background:0 0;border:none;align-self:flex-start;font-size:1.5rem;line-height:1}.NuveiCheckout-module__Fhjpka__errorDismiss:hover{color:var(--color-text);background:var(--color-surface-elevated)}.NuveiCheckout-module__Fhjpka__errorDismiss:focus-visible{outline:2px solid var(--color-error);outline-offset:2px}.NuveiCheckout-module__Fhjpka__statusIcon{width:1.5rem;height:1.5rem;font-size:var(--text-sm);font-weight:var(--weight-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.NuveiCheckout-module__Fhjpka__successBox .NuveiCheckout-module__Fhjpka__statusIcon{background:var(--color-success);color:var(--color-bg)}.NuveiCheckout-module__Fhjpka__statusTitle{font-weight:var(--weight-semibold);color:var(--color-text)}.NuveiCheckout-module__Fhjpka__errorText{color:var(--color-error);font-size:var(--text-sm)}.NuveiCheckout-module__Fhjpka__mono{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-3xs)}
.ProjectsTable-module__tcM0ZW__wrapper{gap:var(--space-lg);flex-direction:column;display:flex}.ProjectsTable-module__tcM0ZW__headerRow{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.ProjectsTable-module__tcM0ZW__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text)}.ProjectsTable-module__tcM0ZW__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs)}.ProjectsTable-module__tcM0ZW__tableWrap{border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);background:var(--color-surface);overflow-x:auto}.ProjectsTable-module__tcM0ZW__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.ProjectsTable-module__tcM0ZW__table th{text-align:left;padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);border-bottom:1px solid var(--color-border-glass);white-space:nowrap}.ProjectsTable-module__tcM0ZW__table td{padding:var(--space-sm) var(--space-md);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle);white-space:nowrap}.ProjectsTable-module__tcM0ZW__table tr:last-child td{border-bottom:none}.ProjectsTable-module__tcM0ZW__nameCell{flex-direction:column;display:flex}.ProjectsTable-module__tcM0ZW__slug{font-size:var(--text-xs);color:var(--color-text-muted);font-family:var(--font-mono)}.ProjectsTable-module__tcM0ZW__plansLink{color:var(--color-accent);font-weight:var(--weight-medium);align-items:baseline;gap:4px;text-decoration:none;display:inline-flex}.ProjectsTable-module__tcM0ZW__plansLink:hover{text-decoration:underline}.ProjectsTable-module__tcM0ZW__plansLinkHint{font-weight:var(--weight-normal);color:var(--color-text-muted);font-size:var(--text-xs)}.ProjectsTable-module__tcM0ZW__plansLinkAdd{color:var(--color-accent);font-weight:var(--weight-semibold)}.ProjectsTable-module__tcM0ZW__actionsCell{gap:var(--space-xs);display:flex}.ProjectsTable-module__tcM0ZW__emptyState{padding:var(--space-2xl);text-align:center;color:var(--color-text-muted)}.ProjectsTable-module__tcM0ZW__form{gap:var(--space-md);flex-direction:column;display:flex}.ProjectsTable-module__tcM0ZW__formColumns{gap:var(--space-lg);grid-template-columns:1fr 1fr;align-items:start;display:grid}.ProjectsTable-module__tcM0ZW__formColumn{gap:var(--space-sm);flex-direction:column;display:flex}.ProjectsTable-module__tcM0ZW__formPair{gap:var(--space-sm);grid-template-columns:1fr 1fr;align-items:start;display:grid}@media (max-width:640px){.ProjectsTable-module__tcM0ZW__formPair{grid-template-columns:1fr}}.ProjectsTable-module__tcM0ZW__sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-top:var(--space-sm)}.ProjectsTable-module__tcM0ZW__sectionLabel:first-child{margin-top:0}@media (max-width:640px){.ProjectsTable-module__tcM0ZW__formColumns{grid-template-columns:1fr}}.ProjectsTable-module__tcM0ZW__checkboxRow{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-text-sub);display:flex}.ProjectsTable-module__tcM0ZW__formError{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-sm)}.ProjectsTable-module__tcM0ZW__plansTd{white-space:normal}.ProjectsTable-module__tcM0ZW__plansCell{gap:var(--space-2xs);flex-wrap:wrap;max-width:24rem;text-decoration:none;display:flex}.ProjectsTable-module__tcM0ZW__planChip{align-items:center;gap:var(--space-2xs);padding:2px var(--space-xs);border:1px solid var(--color-border-glass);border-radius:var(--radius-full);background:var(--color-surface-elevated);font-size:var(--text-xs);color:var(--color-text);transition:border-color var(--duration-fast) var(--ease-smooth);line-height:1.5;display:inline-flex}.ProjectsTable-module__tcM0ZW__plansCell:hover .ProjectsTable-module__tcM0ZW__planChip{border-color:var(--color-border-accent)}.ProjectsTable-module__tcM0ZW__planChipInactive{opacity:.55;text-decoration:line-through}.ProjectsTable-module__tcM0ZW__planChipName{font-weight:var(--weight-semibold)}.ProjectsTable-module__tcM0ZW__planChipCommission{color:var(--color-accent);font-weight:var(--weight-medium)}.ProjectsTable-module__tcM0ZW__planChipMode{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);font-size:.625rem}.ProjectsTable-module__tcM0ZW__footer{justify-content:flex-end;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--color-border-glass);display:flex}
.AdminPlatformCards-module__VHV2UW__wrapper{gap:var(--space-xl);flex-direction:column;display:flex}.AdminPlatformCards-module__VHV2UW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.AdminPlatformCards-module__VHV2UW__title{font-size:var(--text-3xl);font-weight:var(--weight-bold);color:var(--color-text);margin:0}.AdminPlatformCards-module__VHV2UW__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs);max-width:56ch}.AdminPlatformCards-module__VHV2UW__stats{gap:var(--space-md);display:flex}.AdminPlatformCards-module__VHV2UW__stat{padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);flex-direction:column;align-items:center;min-width:90px;display:flex}.AdminPlatformCards-module__VHV2UW__stat[data-warn=true]{border-color:var(--color-warning);background:var(--color-warning-bg)}.AdminPlatformCards-module__VHV2UW__statValue{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text);line-height:1}.AdminPlatformCards-module__VHV2UW__statLabel{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-top:2px}.AdminPlatformCards-module__VHV2UW__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.AdminPlatformCards-module__VHV2UW__card{background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);color:inherit;flex-direction:column;text-decoration:none;transition:all .15s;display:flex;overflow:hidden}.AdminPlatformCards-module__VHV2UW__card:hover{border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.AdminPlatformCards-module__VHV2UW__cardEmpty{background:#ffffff05;border-style:dashed}.AdminPlatformCards-module__VHV2UW__cardBanner{background-color:var(--color-surface-elevated);background-position:50%;background-size:cover;height:110px;position:relative}.AdminPlatformCards-module__VHV2UW__cardBannerPlaceholder{justify-content:center;align-items:center;display:flex}.AdminPlatformCards-module__VHV2UW__bannerInitial{font-size:var(--text-3xl);font-weight:var(--weight-bold);color:var(--color-text-muted)}.AdminPlatformCards-module__VHV2UW__cardContent{gap:var(--space-md);padding:var(--space-md);flex-direction:column;flex:1;display:flex}.AdminPlatformCards-module__VHV2UW__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);display:flex}.AdminPlatformCards-module__VHV2UW__cardName{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-text);margin:0}.AdminPlatformCards-module__VHV2UW__cardSlug{font-size:var(--text-xs);color:var(--color-text-muted);font-family:var(--font-mono);margin-top:2px;display:block}.AdminPlatformCards-module__VHV2UW__cardBody{flex:1;align-items:center;min-height:64px;display:flex}.AdminPlatformCards-module__VHV2UW__plansCount{align-items:baseline;gap:6px;display:flex}.AdminPlatformCards-module__VHV2UW__plansNumber{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-accent)}.AdminPlatformCards-module__VHV2UW__plansLabel{font-size:var(--text-sm);color:var(--color-text-muted)}.AdminPlatformCards-module__VHV2UW__noPlans{color:var(--color-text-muted);font-size:var(--text-sm);align-items:center;gap:8px;display:flex}.AdminPlatformCards-module__VHV2UW__noPlansIcon{border:1px dashed var(--color-border-glass);width:24px;height:24px;font-weight:var(--weight-bold);color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.AdminPlatformCards-module__VHV2UW__cardFooter{padding-top:var(--space-sm);border-top:1px solid var(--color-border-subtle)}.AdminPlatformCards-module__VHV2UW__cardAction{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-accent)}
.MembershipGrantModal-module__pxR02W__body{gap:var(--space-lg);flex-direction:column;display:flex}.MembershipGrantModal-module__pxR02W__error{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);color:var(--color-error);border-radius:var(--radius-md);font-size:var(--text-sm)}.MembershipGrantModal-module__pxR02W__loading{padding:var(--space-2xl);justify-content:center;display:flex}.MembershipGrantModal-module__pxR02W__section{gap:var(--space-sm);flex-direction:column;display:flex}.MembershipGrantModal-module__pxR02W__sectionTitle{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-text-muted);margin:0}.MembershipGrantModal-module__pxR02W__empty{padding:var(--space-md);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm);border:1px dashed var(--color-border-glass);border-radius:var(--radius-md);margin:0}.MembershipGrantModal-module__pxR02W__list{border:1px solid var(--color-border-glass);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.MembershipGrantModal-module__pxR02W__row{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border-subtle);display:flex}.MembershipGrantModal-module__pxR02W__row:last-child{border-bottom:none}.MembershipGrantModal-module__pxR02W__person{flex-direction:column;gap:2px;min-width:0;display:flex}.MembershipGrantModal-module__pxR02W__personName{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text)}.MembershipGrantModal-module__pxR02W__personEmail{font-size:var(--text-xs);color:var(--color-text-muted);text-overflow:ellipsis;overflow:hidden}.MembershipGrantModal-module__pxR02W__currentPlan{font-size:var(--text-xs);color:var(--color-text-muted);font-style:italic}.MembershipGrantModal-module__pxR02W__rowActions{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}
.PaymentMethodsList-module__Js1OYW__cardList{gap:var(--space-md);flex-direction:column;display:flex}.PaymentMethodsList-module__Js1OYW__empty{padding:var(--space-xl);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm);border:1px dashed var(--color-border-subtle);border-radius:var(--radius-lg)}.PaymentMethodsList-module__Js1OYW__card{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);grid-template-columns:auto 1fr auto;display:grid}.PaymentMethodsList-module__Js1OYW__cardVisual{background:linear-gradient(135deg,#363b44 0%,#1c1f24 55%,#0a0b0d 100%);border-radius:.375rem;flex-shrink:0;width:3.5rem;height:2.25rem;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000059,inset 0 0 0 1px #ffffff0f}.PaymentMethodsList-module__Js1OYW__cardVisual:after{content:"";background:#ffffff1f;height:3px;position:absolute;bottom:0;left:0;right:0}.PaymentMethodsList-module__Js1OYW__cardVisualTierClassic:after{background:#1d4ed8}.PaymentMethodsList-module__Js1OYW__cardVisualTierGold:after{background:#b45309}.PaymentMethodsList-module__Js1OYW__cardVisualTierPlatinum:after{background:#047857}.PaymentMethodsList-module__Js1OYW__cardVisualChip{background:linear-gradient(135deg,#e8c76b,#b8862f);border-radius:.15rem;width:.65rem;height:.5rem;position:absolute;top:.375rem;left:.375rem}.PaymentMethodsList-module__Js1OYW__cardVisualBrand{font-size:.5rem;font-weight:var(--weight-bold);letter-spacing:.02em;color:#ffffffe6;position:absolute;bottom:.3rem;right:.35rem}.PaymentMethodsList-module__Js1OYW__cardInfo{gap:var(--space-3xs);flex-direction:column;min-width:0;display:flex}.PaymentMethodsList-module__Js1OYW__cardBrand{align-items:center;gap:var(--space-2xs);font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text);font-variant-numeric:tabular-nums;display:flex}.PaymentMethodsList-module__Js1OYW__defaultBadge{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-radius:var(--radius-full,999px);padding:.1rem .5rem}.PaymentMethodsList-module__Js1OYW__cardMeta{font-size:var(--text-xs);color:var(--color-text-muted)}.PaymentMethodsList-module__Js1OYW__cardMetaColumn{align-items:flex-end;gap:var(--space-2xs);flex-direction:column;display:flex}.PaymentMethodsList-module__Js1OYW__cardAdded{font-size:var(--text-xs);color:var(--color-text-muted);text-align:right;white-space:nowrap}.PaymentMethodsList-module__Js1OYW__cardActions{align-items:center;gap:var(--space-sm);display:flex}.PaymentMethodsList-module__Js1OYW__actionLink{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0}.PaymentMethodsList-module__Js1OYW__actionLink:hover:not(:disabled){text-decoration:underline}.PaymentMethodsList-module__Js1OYW__actionLinkDanger{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-error);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0}.PaymentMethodsList-module__Js1OYW__actionLinkDanger:hover:not(:disabled){text-decoration:underline}.PaymentMethodsList-module__Js1OYW__actionLink:disabled,.PaymentMethodsList-module__Js1OYW__actionLinkDanger:disabled{opacity:.5;cursor:not-allowed}.PaymentMethodsList-module__Js1OYW__actionError{padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-md);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-error) 10%, transparent);color:var(--color-error);font-size:var(--text-sm)}.PaymentMethodsList-module__Js1OYW__confirmBody{font-size:var(--text-sm);color:var(--color-text-sub)}@media (max-width:640px){.PaymentMethodsList-module__Js1OYW__card{grid-template-rows:auto auto;grid-template-columns:auto 1fr}.PaymentMethodsList-module__Js1OYW__cardMetaColumn{grid-column:2;align-items:flex-start}}
.PaymentMethodsTable-module__PjSFwa__wrapper{gap:var(--space-lg);flex-direction:column;display:flex}.PaymentMethodsTable-module__PjSFwa__headerRow{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.PaymentMethodsTable-module__PjSFwa__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text)}.PaymentMethodsTable-module__PjSFwa__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs);max-width:60ch}.PaymentMethodsTable-module__PjSFwa__tableWrap{border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);background:var(--color-surface);overflow-x:auto}.PaymentMethodsTable-module__PjSFwa__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.PaymentMethodsTable-module__PjSFwa__table th{text-align:left;padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);border-bottom:1px solid var(--color-border-glass);white-space:nowrap}.PaymentMethodsTable-module__PjSFwa__table td{padding:var(--space-sm) var(--space-md);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle);white-space:nowrap}.PaymentMethodsTable-module__PjSFwa__table tr:last-child td{border-bottom:none}.PaymentMethodsTable-module__PjSFwa__mono{font-family:var(--font-mono);font-size:var(--text-xs)}.PaymentMethodsTable-module__PjSFwa__actionsCell{gap:var(--space-xs);display:flex}.PaymentMethodsTable-module__PjSFwa__emptyState{padding:var(--space-2xl);text-align:center;color:var(--color-text-muted)}.PaymentMethodsTable-module__PjSFwa__form{gap:var(--space-md);flex-direction:column;display:flex}.PaymentMethodsTable-module__PjSFwa__formRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.PaymentMethodsTable-module__PjSFwa__sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-top:var(--space-sm)}.PaymentMethodsTable-module__PjSFwa__sectionLabel:first-child{margin-top:0}@media (max-width:640px){.PaymentMethodsTable-module__PjSFwa__formRow{grid-template-columns:1fr}}.PaymentMethodsTable-module__PjSFwa__checkboxRow{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-text-sub);display:flex}.PaymentMethodsTable-module__PjSFwa__checkboxGrid{gap:var(--space-xs) var(--space-md);padding:var(--space-sm);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));display:grid}.PaymentMethodsTable-module__PjSFwa__platformTags{gap:var(--space-3xs);white-space:normal;flex-wrap:wrap;display:flex}.PaymentMethodsTable-module__PjSFwa__noPlatforms{color:var(--color-text-muted);font-size:var(--text-xs)}.PaymentMethodsTable-module__PjSFwa__formError{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-sm)}
.PaymentTransactionsTable-module__tytUvW__wrapper{gap:var(--space-lg);flex-direction:column;display:flex}.PaymentTransactionsTable-module__tytUvW__headerRow{justify-content:space-between;align-items:flex-end;gap:var(--space-md);flex-wrap:wrap;display:flex}.PaymentTransactionsTable-module__tytUvW__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text)}.PaymentTransactionsTable-module__tytUvW__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs)}.PaymentTransactionsTable-module__tytUvW__filtersRow{gap:var(--space-md);flex-wrap:wrap;align-items:flex-end;display:flex}.PaymentTransactionsTable-module__tytUvW__filterField{min-width:180px}.PaymentTransactionsTable-module__tytUvW__searchField{flex:1;min-width:260px}.PaymentTransactionsTable-module__tytUvW__tableWrap{border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);background:var(--color-surface);overflow-x:auto}.PaymentTransactionsTable-module__tytUvW__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.PaymentTransactionsTable-module__tytUvW__table th{text-align:left;padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);border-bottom:1px solid var(--color-border-glass);white-space:nowrap}.PaymentTransactionsTable-module__tytUvW__table td{padding:var(--space-sm) var(--space-md);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle);white-space:nowrap}.PaymentTransactionsTable-module__tytUvW__table tr:last-child td{border-bottom:none}.PaymentTransactionsTable-module__tytUvW__brokerCell{flex-direction:column;display:flex}.PaymentTransactionsTable-module__tytUvW__brokerEmail{font-size:var(--text-xs);color:var(--color-text-muted)}.PaymentTransactionsTable-module__tytUvW__amountCell{font-family:var(--font-mono);font-weight:var(--weight-semibold)}.PaymentTransactionsTable-module__tytUvW__emptyState{padding:var(--space-2xl);text-align:center;color:var(--color-text-muted)}.PaymentTransactionsTable-module__tytUvW__pagination{justify-content:space-between;align-items:center;gap:var(--space-md);font-size:var(--text-sm);color:var(--color-text-sub);display:flex}.PaymentTransactionsTable-module__tytUvW__paginationControls{gap:var(--space-xs);display:flex}.PaymentTransactionsTable-module__tytUvW__detailRows{gap:var(--space-sm);font-size:var(--text-sm);flex-direction:column;display:flex}.PaymentTransactionsTable-module__tytUvW__detailRow{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.PaymentTransactionsTable-module__tytUvW__detailRowLabel{color:var(--color-text-muted);flex-shrink:0}.PaymentTransactionsTable-module__tytUvW__detailRowValue{text-align:right;word-break:break-word}.PaymentTransactionsTable-module__tytUvW__rawResponseLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-top:var(--space-lg);display:block}.PaymentTransactionsTable-module__tytUvW__rawResponse{margin-top:var(--space-xs);padding:var(--space-md);background:var(--color-input-bg);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-text-sub);white-space:pre-wrap;word-break:break-word;max-height:300px;overflow:auto}.PaymentTransactionsTable-module__tytUvW__errorBox{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-sm)}
.UsersTable-module__-1w_za__wrapper{gap:var(--space-lg);flex-direction:column;display:flex}.UsersTable-module__-1w_za__headerRow{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.UsersTable-module__-1w_za__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text)}.UsersTable-module__-1w_za__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs);max-width:56ch}.UsersTable-module__-1w_za__headerActions{align-items:center;gap:var(--space-sm);display:flex}.UsersTable-module__-1w_za__tableWrap{border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);background:var(--color-surface);overflow:auto visible}.UsersTable-module__-1w_za__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.UsersTable-module__-1w_za__table th{text-align:left;padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);border-bottom:1px solid var(--color-border-glass);white-space:nowrap}.UsersTable-module__-1w_za__table td{padding:var(--space-sm) var(--space-md);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle);vertical-align:middle}.UsersTable-module__-1w_za__table tr:last-child td{border-bottom:none}.UsersTable-module__-1w_za__rowDeactivated{opacity:.6}.UsersTable-module__-1w_za__accountCell{align-items:center;gap:var(--space-sm);min-width:220px;display:flex}.UsersTable-module__-1w_za__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, rgba(var(--color-accent-rgb), .35), rgba(var(--color-accent-rgb), .1));width:36px;height:36px;color:var(--color-text);font-size:var(--text-xs);font-weight:var(--weight-bold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.UsersTable-module__-1w_za__userName{align-items:center;gap:var(--space-2xs);font-weight:var(--weight-semibold);color:var(--color-text);white-space:nowrap;display:flex}.UsersTable-module__-1w_za__inlineBadge{font-size:var(--text-xs)}.UsersTable-module__-1w_za__userEmail,.UsersTable-module__-1w_za__muted{color:var(--color-text-sub);font-size:var(--text-xs)}.UsersTable-module__-1w_za__chipRow{align-items:center;gap:var(--space-2xs);flex-wrap:wrap;max-width:320px;display:flex}.UsersTable-module__-1w_za__chip{align-items:center;gap:var(--space-2xs);padding:var(--space-3xs) var(--space-2xs) var(--space-3xs) var(--space-xs);background:var(--color-surface-hover,#ffffff0f);border:1px solid var(--color-border-glass);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--color-text);white-space:nowrap;display:inline-flex}.UsersTable-module__-1w_za__chipRemove{border-radius:var(--radius-full);width:16px;height:16px;color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;line-height:1;display:flex}.UsersTable-module__-1w_za__chipRemove:hover{background:var(--color-error-bg);color:var(--color-error)}.UsersTable-module__-1w_za__chipAdd{border:1px dashed var(--color-border-glass);border-radius:var(--radius-full);width:22px;height:22px;color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:0 0;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex}.UsersTable-module__-1w_za__chipAdd:hover{border-color:var(--color-border-accent);color:var(--color-text)}.UsersTable-module__-1w_za__matrixWrap{border:1px solid var(--color-border-glass);border-radius:var(--radius-md);max-height:50vh;overflow:auto}.UsersTable-module__-1w_za__matrixTable{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.UsersTable-module__-1w_za__matrixTable th{text-align:left;padding:var(--space-xs) var(--space-sm);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);background:var(--color-dropdown-bg);border-bottom:1px solid var(--color-border-glass);white-space:nowrap;position:sticky;top:0}.UsersTable-module__-1w_za__matrixTable td{padding:var(--space-xs) var(--space-sm);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle)}.UsersTable-module__-1w_za__matrixTable tr:last-child td{border-bottom:none}.UsersTable-module__-1w_za__matrixCheckboxCell{text-align:center}.UsersTable-module__-1w_za__matrixCheckboxCell input{accent-color:var(--color-accent);cursor:pointer;width:16px;height:16px}.UsersTable-module__-1w_za__cellPopoverAnchor{display:inline-flex;position:relative}.UsersTable-module__-1w_za__pillTrigger{align-items:center;gap:var(--space-2xs);padding:var(--space-2xs) var(--space-sm);background:var(--color-surface-hover,#ffffff0f);border:1px solid var(--color-border-glass);border-radius:var(--radius-full);color:var(--color-text);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);display:inline-flex}.UsersTable-module__-1w_za__pillTrigger:hover{border-color:var(--color-border-accent);background:var(--color-surface-hover-strong,#ffffff1a)}.UsersTable-module__-1w_za__chevronIcon{width:12px;height:12px;transition:transform var(--duration-fast) var(--ease-out)}.UsersTable-module__-1w_za__chevronIconOpen{transform:rotate(180deg)}.UsersTable-module__-1w_za__popover{z-index:20;background:var(--color-dropdown-bg);min-width:200px;-webkit-backdrop-filter:blur(var(--blur-lg));backdrop-filter:blur(var(--blur-lg));border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass-lg), var(--shadow-glass-inset);padding:var(--space-sm);animation:UsersTable-module__-1w_za__popoverIn .15s var(--ease-out);position:absolute;top:calc(100% + 6px);left:0}.UsersTable-module__-1w_za__popoverMenu{min-width:180px;padding:var(--space-2xs)}@keyframes UsersTable-module__-1w_za__popoverIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.UsersTable-module__-1w_za__popoverCheckboxRow{align-items:center;gap:var(--space-xs);padding:var(--space-2xs) var(--space-xs);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;border-radius:var(--radius-sm);display:flex}.UsersTable-module__-1w_za__popoverCheckboxRow:hover{background:var(--color-dropdown-hover-bg)}.UsersTable-module__-1w_za__popoverCheckboxRow input{accent-color:var(--color-accent)}.UsersTable-module__-1w_za__popoverMenuItem{width:100%;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);color:var(--color-text-sub);font-size:var(--text-sm);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.UsersTable-module__-1w_za__popoverMenuItem:hover{background:var(--color-dropdown-hover-bg);color:var(--color-text)}.UsersTable-module__-1w_za__actionsCellWrap{align-items:center;gap:var(--space-2xs);display:flex}.UsersTable-module__-1w_za__iconBtn{border-radius:var(--radius-md);width:30px;height:30px;color:var(--color-text-sub);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;display:flex}.UsersTable-module__-1w_za__iconBtn svg{width:16px;height:16px}.UsersTable-module__-1w_za__iconBtn:hover{background:var(--color-surface-hover,#ffffff0f);color:var(--color-text);border-color:var(--color-border-glass)}.UsersTable-module__-1w_za__iconBtnDanger:hover{background:var(--color-error-bg);color:var(--color-error);border-color:var(--color-error-border)}.UsersTable-module__-1w_za__iconBtnSuccess:hover{background:var(--color-success-bg,#22c55e1f);color:var(--color-success,#22c55e)}.UsersTable-module__-1w_za__error{color:var(--color-error);font-size:var(--text-xs)}.UsersTable-module__-1w_za__emptyState{padding:var(--space-2xl);text-align:center;color:var(--color-text-sub)}.UsersTable-module__-1w_za__formStack{gap:var(--space-md);flex-direction:column;display:flex}.UsersTable-module__-1w_za__helperText{font-size:var(--text-xs);color:var(--color-text-sub)}.UsersTable-module__-1w_za__credentialBox{font-family:var(--font-mono,monospace);font-size:var(--text-lg);font-weight:var(--weight-semibold);text-align:center;padding:var(--space-md);background:var(--color-surface-2,#ffffff0d);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);letter-spacing:.05em;-webkit-user-select:all;user-select:all}@media (max-width:900px){.UsersTable-module__-1w_za__table{display:block}.UsersTable-module__-1w_za__table thead{display:none}.UsersTable-module__-1w_za__table tbody,.UsersTable-module__-1w_za__table tr,.UsersTable-module__-1w_za__table td{width:100%;display:block}.UsersTable-module__-1w_za__table tr{padding:var(--space-md);border-bottom:1px solid var(--color-border-subtle)}.UsersTable-module__-1w_za__table td{padding:var(--space-2xs) 0;border-bottom:none}}
.page-module__T0nMhG__page{gap:var(--space-xl);flex-direction:column;display:flex}
.page-module__KOm-la__page{gap:var(--space-xl);flex-direction:column;display:flex}
.page-module__pCLjuG__page{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__pCLjuG__viewTabs{align-items:center;gap:var(--space-xs);display:flex}.page-module__pCLjuG__viewTab{align-items:center;gap:var(--space-2xs);padding:var(--space-2xs) var(--space-md);border-radius:var(--radius-full);border:1px solid var(--color-border-glass);background:var(--color-surface);color:var(--color-text-sub);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:var(--tracking-wide);cursor:pointer;transition:color var(--duration-fast) var(--ease-smooth), border-color var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth);text-decoration:none;display:inline-flex}.page-module__pCLjuG__viewTab:hover{color:var(--color-text);border-color:var(--color-border-accent)}.page-module__pCLjuG__viewTab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.page-module__pCLjuG__viewTabActive{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-surface-elevated)}
.page-module__Umu_KW__page{gap:var(--space-xl);flex-direction:column;display:flex}
.payment-methods-module__o_ftNq__wrapper{max-width:1200px;padding:var(--space-xl) 0;margin:0 auto}.payment-methods-module__o_ftNq__header{margin-bottom:var(--space-xl)}.payment-methods-module__o_ftNq__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text)}.payment-methods-module__o_ftNq__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs);max-width:60ch}.payment-methods-module__o_ftNq__actions{margin-bottom:var(--space-xl);justify-content:flex-start;display:flex}.payment-methods-module__o_ftNq__addLink{text-decoration:none;display:inline-flex}.payment-methods-module__o_ftNq__addLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-md)}.payment-methods-module__o_ftNq__noProjectHint{font-size:var(--text-sm);color:var(--color-text-muted)}@media (max-width:640px){.payment-methods-module__o_ftNq__card{grid-template-rows:auto auto;grid-template-columns:auto 1fr}.payment-methods-module__o_ftNq__cardAdded{text-align:left;grid-column:2}}
.MembershipsTable-module__nwTIoG__wrapper{gap:var(--space-lg);flex-direction:column;display:flex}.MembershipsTable-module__nwTIoG__headerRow{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.MembershipsTable-module__nwTIoG__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-text);margin:0}.MembershipsTable-module__nwTIoG__subtitle{font-size:var(--text-sm);color:var(--color-text-sub);margin-top:var(--space-3xs)}.MembershipsTable-module__nwTIoG__tableWrap{border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);background:var(--color-surface);overflow-x:auto}.MembershipsTable-module__nwTIoG__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.MembershipsTable-module__nwTIoG__table th{text-align:left;padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);border-bottom:1px solid var(--color-border-glass);white-space:nowrap}.MembershipsTable-module__nwTIoG__table td{padding:var(--space-sm) var(--space-md);color:var(--color-text);border-bottom:1px solid var(--color-border-subtle);vertical-align:top}.MembershipsTable-module__nwTIoG__table tr:last-child td{border-bottom:none}.MembershipsTable-module__nwTIoG__nameCell{flex-direction:column;gap:2px;display:flex}.MembershipsTable-module__nwTIoG__namePrimary{font-weight:var(--weight-semibold)}.MembershipsTable-module__nwTIoG__nameSecondary,.MembershipsTable-module__nwTIoG__featuresCount{font-size:var(--text-xs);color:var(--color-text-muted)}.MembershipsTable-module__nwTIoG__periods{flex-wrap:wrap;gap:6px;display:flex}.MembershipsTable-module__nwTIoG__periodChip{border:1px solid var(--color-border-glass);font-size:var(--text-xs);background:#ffffff0a;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;display:inline-flex}.MembershipsTable-module__nwTIoG__periodLabel{font-weight:var(--weight-semibold);text-transform:uppercase;color:var(--color-text-muted);font-size:10px}.MembershipsTable-module__nwTIoG__periodOriginal{color:var(--color-text-muted);font-size:11px;text-decoration:line-through}.MembershipsTable-module__nwTIoG__periodFinal{font-weight:var(--weight-semibold)}.MembershipsTable-module__nwTIoG__periodDiscount{color:var(--color-accent);font-weight:var(--weight-bold);font-size:10px}.MembershipsTable-module__nwTIoG__muted{color:var(--color-text-muted)}.MembershipsTable-module__nwTIoG__commissionCell{font-size:var(--text-xs);color:var(--color-text-sub);white-space:nowrap}.MembershipsTable-module__nwTIoG__actionsCell{gap:var(--space-xs);flex-wrap:wrap;display:flex}.MembershipsTable-module__nwTIoG__emptyState{padding:var(--space-2xl);text-align:center;color:var(--color-text-muted)}.MembershipsTable-module__nwTIoG__form{gap:var(--space-md);flex-direction:column;display:flex}.MembershipsTable-module__nwTIoG__formError{padding:var(--space-sm) var(--space-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);color:var(--color-error);border-radius:var(--radius-md);font-size:var(--text-sm)}.MembershipsTable-module__nwTIoG__sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-text-muted);margin-top:var(--space-sm)}.MembershipsTable-module__nwTIoG__formRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.MembershipsTable-module__nwTIoG__textareaWrap{gap:var(--space-3xs);flex-direction:column;display:flex}.MembershipsTable-module__nwTIoG__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-sub);letter-spacing:var(--tracking-wide)}.MembershipsTable-module__nwTIoG__textarea{font:inherit;font-family:var(--font-sans);font-size:var(--text-sm);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);background:var(--color-input-bg);color:var(--color-text);resize:vertical;transition:border-color var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth);outline:none}.MembershipsTable-module__nwTIoG__textarea::placeholder{color:var(--color-text-muted)}.MembershipsTable-module__nwTIoG__textarea:focus{border-color:var(--color-border-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb), .15)}.MembershipsTable-module__nwTIoG__helper{font-size:var(--text-xs);color:var(--color-text-muted)}.MembershipsTable-module__nwTIoG__checkboxRow{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-text);padding-bottom:var(--space-sm);align-self:end;display:flex}.MembershipsTable-module__nwTIoG__radioGroup{gap:var(--space-2xs);flex-direction:column;display:flex}.MembershipsTable-module__nwTIoG__radioOption{align-items:flex-start;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);background:var(--color-input-bg);color:var(--color-text);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-smooth);display:flex}.MembershipsTable-module__nwTIoG__radioOption:has(input:checked){border-color:var(--color-border-accent)}.MembershipsTable-module__nwTIoG__radioOption input{accent-color:var(--color-accent);margin-top:3px}.MembershipsTable-module__nwTIoG__featureRow{align-items:flex-end;gap:var(--space-xs);display:flex}.MembershipsTable-module__nwTIoG__featureRow>:first-child{flex:1}.MembershipsTable-module__nwTIoG__featureChips{gap:var(--space-2xs);flex-wrap:wrap;display:flex}.MembershipsTable-module__nwTIoG__featureChip{align-items:center;gap:var(--space-2xs);padding:var(--space-3xs) var(--space-xs);background:var(--color-surface-elevated);border:1px solid var(--color-border-glass);border-radius:var(--radius-full);color:var(--color-text);font-size:var(--text-xs);display:inline-flex}.MembershipsTable-module__nwTIoG__featureChipRemove{border-radius:var(--radius-full);width:16px;height:16px;color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--duration-fast) var(--ease-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.MembershipsTable-module__nwTIoG__featureChipRemove:hover{color:var(--color-error)}.MembershipsTable-module__nwTIoG__periodsGrid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.MembershipsTable-module__nwTIoG__periodCard{gap:var(--space-sm);padding:var(--space-md);background:var(--color-surface-elevated);border:1px solid var(--color-border-glass);border-radius:var(--radius-md);flex-direction:column;display:flex}.MembershipsTable-module__nwTIoG__periodTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text)}.MembershipsTable-module__nwTIoG__preview{font-size:var(--text-xs);color:var(--color-accent);font-weight:var(--weight-semibold)}
