.profile-layout{margin-left:calc(-1 * var(--page-gutter));margin-right:calc(-1 * var(--page-gutter));width:calc(100% + 2 * var(--page-gutter));max-width:none}.profile-layout,.profile-page{display:flex;flex-direction:column}.profile-page{max-width:960px;gap:16px;--profile-pad-x:22px;--profile-pad-y:20px;padding-bottom:16px;padding-top:0}.profile-page--with-rail{max-width:none;padding:20px max(var(--page-gutter),16px) 16px}.profile-grid-layout{display:grid;grid-gap:20px;gap:20px;align-items:start}.profile-grid-layout--identity{grid-template-columns:minmax(200px,236px) minmax(0,1fr) minmax(240px,280px)}.profile-grid-layout--wide{grid-template-columns:minmax(0,1fr) minmax(240px,280px)}.profile-grid-layout__main{display:flex;flex-direction:column;gap:16px;min-width:0}.profile-card__body{padding:0 var(--profile-pad-x) 12px}.profile-card__body--push{display:flex;flex-direction:column;gap:10px}.profile-field__hint--spaced{margin-bottom:10px}.profile-toggle--inactive{opacity:.45;pointer-events:none}.profile-checkout-banner{margin-bottom:var(--space-4);padding:12px 16px;border-radius:var(--radius-md);background:var(--surface-elevated);color:var(--text-primary);font-size:var(--fs-body-sm);line-height:var(--lh-normal)}.profile-tabs{display:flex;flex-wrap:nowrap;align-items:center;gap:20px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;scroll-behavior:smooth;scroll-padding-inline:16px}.profile-tabs::-webkit-scrollbar{display:none}.profile-tabs--bar{position:-webkit-sticky;position:sticky;top:var(--cabinet-sticky-tabs-top,var(--admin-topbar-total));z-index:var(--cabinet-section-tabs-z,120);flex-shrink:0;box-sizing:border-box;align-items:center;min-height:52px;padding:8px max(var(--page-gutter),env(safe-area-inset-right,0px)) 8px max(var(--page-gutter),env(safe-area-inset-left,0px));margin:0;gap:8px;background:var(--surface-card);border-bottom:1px solid var(--border-subtle)}.profile-tabs--bar:after{content:"";flex-shrink:0;width:8px}.profile-tabs__link{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;margin:0;font-size:14px;font-weight:600;line-height:1.25;color:var(--text-muted);text-decoration:none;white-space:nowrap;flex-shrink:0;border:none;border-radius:var(--radius-pill);background-color:transparent;transition:color .18s var(--ease-out),background-color .18s var(--ease-out)}.profile-tabs__link:hover{color:var(--text-primary)}.profile-tabs__link--active,.profile-tabs__link--active:focus-visible,.profile-tabs__link--active:hover{color:var(--on-lime);background-color:var(--lime-500)}.profile-subpages{display:flex;flex-direction:column;gap:16px;min-width:0}.profile-subpage{display:none;flex-direction:column;gap:16px}.profile-subpage--active{display:flex}.profile-subpage[hidden]{display:none!important}.profile-page__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.profile-completion{display:flex;align-items:center;gap:10px;flex-shrink:0}.profile-completion__ring{position:relative;width:44px;height:44px}.profile-completion__ring svg{width:100%;height:100%;transform:rotate(-90deg)}.profile-completion__track{fill:none;stroke:var(--gray-200);stroke-width:3}.profile-completion__fill{fill:none;stroke:var(--lime-500);stroke-width:3;stroke-linecap:round}.profile-completion__value{position:absolute;inset:0;display:grid;place-items:center;font-size:11px;font-weight:700}.profile-completion__label{font-size:13px;color:var(--text-secondary);max-width:100px;line-height:1.3}.profile-hero{display:grid;grid-template-columns:auto 1fr;grid-gap:28px;gap:28px;align-items:start;padding:var(--profile-pad-y) var(--profile-pad-x)}.profile-hero .profile-field-grid{padding:0;gap:12px}.profile-hero__avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.profile-avatar{width:112px;height:112px;border-radius:50%;background:linear-gradient(145deg,var(--lime-100),var(--gray-100));border:2px solid var(--border-subtle);overflow:hidden;position:relative;flex-shrink:0}[data-theme=dark] .profile-avatar{background:linear-gradient(145deg,rgba(205,251,14,.15),var(--surface-subtle))}.profile-avatar--has-photo{border-color:var(--lime-500)}.profile-avatar__img,.profile-avatar__placeholder{position:absolute;inset:0;width:100%;height:100%}.profile-avatar__placeholder{display:grid;place-items:center}.profile-avatar--has-photo .profile-avatar__placeholder{display:none}.profile-avatar__img{object-fit:cover;display:none}.profile-avatar--has-photo .profile-avatar__img{display:block}.profile-hero__avatar-actions{display:flex;flex-direction:column;gap:4px;align-items:center}.profile-upload-btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.profile-hero__avatar-hint{margin:0;font-size:11px;color:var(--text-muted);max-width:140px;line-height:1.35}.profile-hero__names{min-width:0}.profile-hero__save{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.profile-save-hint{font-size:13px;color:var(--text-muted);line-height:1.35}.profile-save-hint[data-state=dirty]{color:var(--text-primary);font-weight:500}.profile-save-hint[data-state=dirty]:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime-500);margin-right:6px;vertical-align:middle;transform:translateY(-1px)}.profile-save-hint[data-state=saved]{color:var(--text-secondary)}.profile-nav{display:none}.profile-sections{display:contents}.profile-card{padding:0;overflow:hidden;gap:0}.cabinet-card.profile-card{display:flex;flex-direction:column}.profile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:var(--profile-pad-y) var(--profile-pad-x) 12px}.profile-card__head>div:first-child{min-width:0;flex:1 1}.profile-card__title{margin:0;font-size:17px;font-weight:600}.profile-card__sub{margin:4px 0 0;font-size:13px;color:var(--text-secondary);line-height:1.45}.profile-card__foot{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:14px var(--profile-pad-x) var(--profile-pad-y);border-top:1px solid var(--border-subtle);margin-top:8px}.profile-card__foot-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-card__foot-note{margin:0}.profile-card__foot--inline{border-top:none;padding-top:0;margin-top:16px;flex-direction:row;flex-wrap:wrap}.profile-field-grid{display:grid;grid-gap:14px;gap:14px;padding:14px var(--profile-pad-x) var(--profile-pad-y)}.profile-field-grid--2{grid-template-columns:1fr 1fr}.profile-field{display:flex;flex-direction:column;gap:6px;min-width:0}.profile-field__label{font-size:13px;font-weight:600;color:var(--text-primary)}.profile-field__label--inline{display:inline;margin-right:8px}.profile-field__hint,.st-field__hint.profile-field__hint{margin:0;font:var(--text-field-hint);color:var(--text-muted);display:block;width:100%;max-width:none}.profile-field__hint--top{margin-bottom:4px}.profile-field__hint--warn{color:var(--status-danger)}.profile-input,.profile-select{width:100%;height:44px;padding:0 14px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background-color:var(--surface-card);font-family:inherit;font-size:15px;color:var(--text-primary);outline:none;transition:border-color var(--dur-fast),box-shadow var(--dur-fast)}.profile-input:focus,.profile-select:focus{border-color:var(--lime-600);box-shadow:0 0 0 3px rgba(143,184,0,.25)}.profile-input:disabled{opacity:.6;cursor:not-allowed}.profile-field--attention .profile-input,.profile-input--attention{border-color:var(--lime-600,#8fb800);box-shadow:0 0 0 3px rgba(143,184,0,.18)}.psych-bio-input,textarea.profile-input{height:auto;min-height:96px;padding:12px 14px;resize:vertical;line-height:1.45}.profile-roles{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px;padding:14px var(--profile-pad-x) 0}.profile-role{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-page);cursor:pointer;text-align:left;font-family:inherit;transition:border-color var(--dur-fast),background var(--dur-fast);position:relative}.profile-role:hover{border-color:var(--gray-300)}.profile-role--selected{border-color:var(--lime-500);background:var(--lime-50);box-shadow:0 0 0 1px rgba(205,251,14,.35)}[data-theme=dark] .profile-role{background:var(--surface-subtle)}[data-theme=dark] .profile-role--selected{background:rgba(205,251,14,.1)}.profile-role__title{font-size:14px;font-weight:600}.profile-role__desc{font-size:12px;color:var(--text-secondary);line-height:1.35}.profile-role__badge{margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.profile-athlete-level{padding:14px var(--profile-pad-x) 4px;display:flex;flex-direction:column;gap:10px}.profile-athlete-level[hidden]{display:none!important}.sport-list{list-style:none;margin:0;padding:10px var(--profile-pad-x) 0;display:flex;flex-direction:column;gap:10px}.sport-item{display:grid;grid-template-columns:1fr auto auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-page)}[data-theme=dark] .sport-item{background:var(--surface-subtle)}.sport-item--paused{opacity:.65}.sport-item__main{display:flex;flex-direction:column;gap:2px;min-width:0}.sport-item__name{font-size:15px;font-weight:600}.sport-item__level{font-size:12px;color:var(--text-secondary)}.sport-item__meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px}.sport-item__status{color:var(--text-muted)}.sport-item__primary{font-size:11px;font-weight:700;color:var(--on-lime);background:var(--lime-500);padding:2px 8px;border-radius:var(--radius-pill)}.sport-item__controls{display:flex;align-items:center;gap:4px}.sport-item__titles{font-size:12px;color:var(--text-secondary)}.sport-item--editing{grid-template-columns:1fr auto auto}.sport-item__edit{grid-column:1/-1;display:flex;flex-direction:column;gap:10px;padding-top:8px;border-top:1px dashed var(--border-subtle)}.onboarding-levels--wrap{flex-wrap:wrap}.sport-add-trigger{margin:12px var(--profile-pad-x) 0}.sport-add{padding:4px var(--profile-pad-x) 12px;display:flex;flex-direction:column;gap:12px}.sport-add[hidden]{display:none!important}.sport-add__level{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sport-add__actions{display:flex;gap:8px;flex-wrap:wrap}.sport-combobox--wide{max-width:none}.sport-list-hint{padding:10px var(--profile-pad-x) var(--profile-pad-y);margin:0}.profile-toggle-list{display:flex;flex-direction:column;padding:6px var(--profile-pad-x) 12px;gap:0}.profile-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border-subtle);cursor:pointer}.profile-toggle-list>:last-child.profile-toggle-group,.profile-toggle-list>:last-child>.profile-toggle,.profile-toggle:last-child{border-bottom:none}.profile-toggle-group{border-bottom:1px solid var(--border-subtle)}.profile-toggle-group>.profile-toggle{border-bottom:none}.profile-toggle__nested{padding:0 0 12px}.profile-toggle__nested .st-field{gap:6px;width:100%;max-width:none}.profile-toggle__nested .st-select{width:100%;max-width:160px}.profile-toggle--master{padding-top:0}.profile-toggle--compact{padding:0;border:none}.profile-toggle__text{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-toggle__text strong{font-size:14px;font-weight:600}.profile-toggle__input{position:absolute;opacity:0;width:0;height:0}.profile-toggle__switch{width:44px;height:26px;border-radius:var(--radius-pill);background:var(--gray-200);flex-shrink:0;position:relative;transition:background var(--dur-fast)}.profile-toggle__switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform var(--dur-fast)}.profile-toggle__input:checked+.profile-toggle__switch{background:var(--lime-500)}.profile-toggle__input:checked+.profile-toggle__switch:after{transform:translateX(18px)}.profile-toggle__input:disabled+.profile-toggle__switch{opacity:.45}.bot-settings__time{padding:0 0 14px;border-bottom:1px solid var(--border-subtle)}.bot-settings__hour{width:auto;min-width:120px;max-width:160px}.profile-push-status{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);flex-shrink:0}.profile-push-status__dot{width:8px;height:8px;border-radius:50%}.profile-push-status__dot--on{background:var(--lime-500)}.profile-push-status__dot--off{background:var(--gray-500)}#section-notifications .st-btn--primary{margin:4px var(--profile-pad-x) var(--profile-pad-y);align-self:flex-start}.profile-security{padding:6px var(--profile-pad-x) 12px;display:flex;flex-direction:column;gap:0}.profile-security__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--border-subtle);flex-wrap:wrap}.profile-security__row>div{min-width:0;flex:1 1 180px}.profile-security__row .st-btn{flex-shrink:0}.profile-password-form{padding:0 var(--profile-pad-x) var(--profile-pad-y);display:flex;flex-direction:column;gap:14px}.profile-section-card__body--single .profile-password-form{padding:0;gap:16px;width:100%;min-width:0}.profile-section-card__body--single .profile-password-form .profile-card__foot--inline{border-top:none;padding:0;margin-top:4px;gap:12px}.profile-security__row:last-child{border-bottom:none}.profile-security__label{margin:0;font-size:14px;font-weight:600}.profile-password-form[hidden]{display:none!important}.integration-list,.payment-list{list-style:none;margin:0;padding:10px var(--profile-pad-x) 12px;display:flex;flex-direction:column;gap:10px}.integration-item,.payment-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-page);flex-wrap:wrap}[data-theme=dark] .integration-item,[data-theme=dark] .payment-card{background:var(--surface-subtle)}.payment-card--default{border-color:rgba(205,251,14,.45)}.payment-card__icon{width:44px;height:28px;border-radius:6px;background:#1a1f71;color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.payment-card__icon--mc{background:#eb001b}.payment-card__info{flex:1 1 140px;min-width:0;display:flex;flex-direction:column;gap:2px}.payment-card__info strong{font-size:15px}.payment-card__actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.payment-card__menu-btn{pointer-events:none;opacity:.7}.integration-item--soon{opacity:.72}.integration-item__logo{width:40px;height:40px;border-radius:var(--radius-md);display:grid;place-items:center;font-weight:800;font-size:16px;flex-shrink:0;color:#fff}.integration-item__logo--garmin{background:#007cc3}.integration-item__logo--apple{background:#1d1d1f;color:#fff}.integration-item__logo--strava{background:#fc4c02}.integration-item__logo--polar{background:#d40029}.integration-item__info{flex:1 1 160px;min-width:0;display:flex;flex-direction:column;gap:2px}.integration-item__info strong{font-size:14px}.integration-item__badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--radius-pill);background:var(--gray-100);color:var(--text-muted);flex-shrink:0}.integration-note{padding:0 var(--profile-pad-x) 8px;margin:0}#section-integrations .st-btn,#section-payments .st-btn{margin:0 var(--profile-pad-x) var(--profile-pad-y)}.profile-dialog{border:none;border-radius:var(--radius-lg);padding:0;max-width:420px;width:calc(100% - 32px);box-shadow:0 24px 48px rgba(0,0,0,.2)}.profile-dialog::-webkit-backdrop{background:rgba(22,28,41,.45)}.profile-dialog::backdrop{background:rgba(22,28,41,.45)}.profile-dialog__box{padding:24px}.profile-dialog__title{margin:0 0 8px;font-size:18px;font-weight:600}.profile-dialog__text{margin:0 0 8px;font-size:14px;line-height:1.45}.profile-dialog__actions{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.profile-card>.onboarding-focuses{padding:14px var(--profile-pad-x) 4px;gap:8px}.profile-card>.onboarding-focus-other{margin:0 var(--profile-pad-x) 12px;max-width:none;width:auto}.profile-card.card{align-items:stretch}.profile-account-link-card{padding:0;overflow:hidden}.profile-account-link{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-gap:2px 12px;gap:2px 12px;padding:16px var(--profile-pad-x);text-decoration:none;color:inherit;transition:background .15s ease}.profile-account-link:hover{background:var(--surface-page,var(--gray-50))}.profile-account-link__title{grid-column:1;grid-row:1;font-size:15px;font-weight:600}.profile-account-link__hint{grid-column:1;grid-row:2;font-size:13px;color:var(--text-secondary)}.profile-account-link__arrow{grid-column:2;grid-row:1/span 2;align-self:center;font-size:18px;color:var(--text-muted)}@media (max-width:900px){.profile-page{--profile-pad-x:var(--page-gutter);--profile-pad-y:16px;gap:12px;padding-bottom:72px;padding-top:20px}.profile-layout{margin-left:calc(-1 * var(--page-gutter));margin-right:calc(-1 * var(--page-gutter));width:calc(100% + 2 * var(--page-gutter))}.profile-tabs--bar{top:var(--admin-topbar-total);min-height:48px;padding-top:6px;padding-bottom:6px;gap:6px;scroll-padding-inline:var(--page-gutter)}.profile-tabs--bar:after{width:var(--page-gutter)}.profile-tabs__link{font-size:13px;padding:7px 12px}.onboarding-input,.onboarding-select,.phone-country.st-select,.phone-national,.profile-input,.profile-select,.st-select{font-size:16px}.profile-hero{grid-template-columns:1fr;justify-items:center;text-align:center;gap:20px}.profile-hero__names{width:100%}.profile-hero__save{justify-content:center;flex-direction:column;align-items:center;gap:8px}.profile-hero__avatar-hint{max-width:220px}.profile-card__head{flex-direction:column;align-items:stretch;gap:10px}.profile-push-status{align-self:flex-start}.profile-roles{grid-template-columns:1fr 1fr}}@media (max-width:640px){.profile-page{--profile-pad-y:14px;gap:14px;padding-bottom:88px}.profile-page__head .dashboard__subtitle{font-size:14px}.profile-hero{gap:16px}.profile-hero__avatar-actions{width:100%}.profile-upload-btn{width:100%;justify-content:center}.profile-field-grid--2,.profile-roles{grid-template-columns:1fr}.profile-card__foot,.profile-hero__save{align-items:stretch}.profile-card__foot-actions,.profile-hero__save{flex-direction:column;align-items:stretch;gap:8px}#save-sports,#section-notifications .st-btn--primary,#section-payments .st-btn,.profile-card__foot-actions .st-btn--primary,.profile-hero__save .st-btn--primary,.sport-add-trigger,.sport-add__actions .st-btn--primary{width:100%;justify-content:center}.profile-security__row{flex-direction:column;align-items:stretch;gap:10px}.profile-security__row .st-btn{align-self:flex-start}.integration-item__badge,.payment-card__actions{width:100%;margin-left:0}.payment-card__actions{justify-content:space-between}.sport-item{grid-template-columns:1fr auto;grid-template-areas:"main controls" "meta meta";gap:8px 12px;padding:12px}.sport-item__main{grid-area:main}.sport-item__meta{grid-area:meta;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}.sport-item__controls{grid-area:controls}.profile-card{scroll-margin-top:0}.profile-dialog__box{padding:20px 16px}.profile-dialog__actions{flex-direction:column}.profile-dialog__actions .st-btn--primary{width:100%;justify-content:center}.dashboard__title{font-size:22px}.onboarding-panel{padding:16px}.onboarding-head{flex-direction:column;gap:8px}.onboarding-head,.onboarding-progress{margin-bottom:14px}.onboarding-steps{margin-bottom:16px}.onboarding-field{gap:14px}.onboarding-field__hint{margin:-6px 0 0}.onboarding-roles{grid-template-columns:1fr}.onboarding-foot{gap:10px;margin-top:16px}.onboarding-foot,.onboarding-foot__left{flex-direction:column;align-items:stretch}.onboarding-foot__left .st-btn--primary{justify-content:center;width:100%}.onboarding-foot #onboarding-snooze{align-self:flex-start}.phone-row{flex-direction:column;gap:8px}.phone-country.st-select{min-width:0}.onboarding-focus-other,.onboarding-input,.onboarding-select,.phone-country.st-select,.phone-field,.sport-combobox{max-width:none;width:100%}.phone-suggest__btn{flex-wrap:wrap}.phone-suggest__action{width:100%;text-align:center;margin-top:4px}.phone-field,.profile-field,.profile-input,.profile-select{max-width:none;width:100%}.mock-banner{left:16px;right:16px;bottom:12px;max-width:none}}[data-theme=dark] .profile-page .st-btn--secondary{background:var(--surface-subtle);color:var(--text-primary)}[data-theme=dark] .profile-page .st-btn--secondary:focus-visible,[data-theme=dark] .profile-page .st-btn--secondary:hover{background:var(--lime-100);color:var(--on-lime)}[data-theme=dark] .profile-page .btn-icon:focus-visible,[data-theme=dark] .profile-page .btn-icon:hover{background:var(--lime-100);color:var(--on-lime)}.profile-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:0 var(--profile-pad-x) 4px}.psych-edu-list{display:flex;flex-direction:column;gap:20px;padding:0 var(--profile-pad-x)}.psych-edu-summary-list{list-style:none;margin:0 var(--profile-pad-x) 16px;padding:0;display:flex;flex-direction:column;gap:0;border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.psych-edu-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border-subtle)}.psych-edu-summary:last-child{border-bottom:none}.psych-edu-summary__main{display:flex;flex-direction:column;gap:4px;min-width:0}.psych-edu-summary__headline{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;font-weight:600}.psych-edu-summary__title{min-width:0}.psych-edu-summary__badges{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.psych-edu-summary__main span{font-size:13px;color:var(--text-secondary)}.psych-edu-summary__draft{font-weight:400;color:var(--text-muted);font-size:13px}.psych-edu-summary__moderator-note{font-size:13px;color:var(--text-secondary);padding:6px 10px;border-radius:var(--radius-sm);background:var(--danger-100,#fef3f2);border-left:3px solid var(--danger-500)}[data-theme=dark] .psych-edu-summary__moderator-note{background:color-mix(in srgb,var(--danger-500) 18%,transparent);color:var(--text-secondary)}.psych-edu-summary__actions{display:flex;gap:8px;flex-shrink:0}.psych-edu-editor{margin:0 var(--profile-pad-x) 16px;padding:16px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-page,var(--surface-card))}.psych-edu-editor__title{margin:0 0 16px;font-size:15px;font-weight:600}.psych-edu-editor__foot{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;padding-top:4px}.psych-edu-note{padding:16px var(--profile-pad-x) var(--profile-pad-y);margin:0;border-top:1px solid var(--border-subtle)}.psych-save-banner{border-radius:var(--radius-md);background:#eefbf0;border:1px solid #b8e6c0;color:#1e6b32}.psych-error-banner,.psych-save-banner{margin:0 var(--profile-pad-x) 12px;padding:10px 14px;font-size:14px}.psych-error-banner{border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.psych-year-field{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.psych-year-field__input,.psych-year-field__select{min-width:0}.psych-personal-grid{padding:0 var(--profile-pad-x)}.psych-edu-row{padding-bottom:16px;border-bottom:1px solid var(--border-subtle)}.psych-cert-grid{display:flex;flex-wrap:wrap;gap:12px;padding:0 var(--profile-pad-x) 16px}.psych-cert-thumb{width:120px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-subtle)}.psych-cert-thumb__preview{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer}.psych-cert-thumb__preview img{display:block;width:100%;height:90px;object-fit:cover}.psych-cert-thumb__actions{display:flex;flex-direction:column;gap:2px}.psych-cert-thumb__action{justify-content:center}.psych-cert-thumb__action,.psych-cert-thumb__remove{width:100%;font-size:12px;padding:4px}.psych-cert-upload{min-width:120px;min-height:90px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.psych-commission-banner{margin:0 var(--profile-pad-x) 16px;padding:10px 14px;border-radius:var(--radius-md);background:rgba(59,130,246,.1);font-size:14px;line-height:1.45}.psych-service-list{list-style:none;margin:0;padding:0 var(--profile-pad-x);display:flex;flex-direction:column;gap:10px}.psych-service-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--border-subtle)}.psych-service-form{padding:12px var(--profile-pad-x) 0}.psych-check{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:14px}.psych-format-row{display:flex;flex-wrap:wrap;gap:16px}.psych-calendar-body{padding:0 var(--profile-pad-x) var(--profile-pad-y)}.psych-form-error{margin:8px 0 0;font-size:13px;color:var(--danger-500)}.psych-selection-count{font-size:13px;color:var(--text-secondary);white-space:nowrap}.psych-cert-hint{padding:0 var(--profile-pad-x) var(--profile-pad-y);margin:0}.psych-tag-section{padding:8px var(--profile-pad-x) 16px}.psych-tag-section__title{margin:0 0 8px;font-size:15px;font-weight:600}.psych-tag-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.psych-tag{border:1px solid var(--border-subtle);border-radius:999px;padding:6px 12px;font-size:13px;background:transparent;color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent}.psych-tag--on{background:var(--lime-100,#cdfb0e);color:var(--on-lime,#0b0e14);border-color:transparent}.psych-custom-add{display:flex;gap:8px;max-width:420px;margin-top:12px}.psych-payout-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px;padding:var(--profile-pad-y) var(--profile-pad-x);margin:0}.psych-payout-stat{padding:14px 16px;border-radius:var(--radius-md);background:var(--surface-page,var(--surface-card));border:1px solid var(--border-subtle)}.psych-payout-stat__label{display:block;font-size:13px;color:var(--text-secondary);margin-bottom:4px}.psych-payout-stat__value{font-size:1.2rem;font-weight:600}.psych-payout-empty,.psych-payout-table-wrap{padding:0 var(--profile-pad-x) var(--profile-pad-y)}.psych-payout-table-wrap{overflow-x:auto}.psych-payout-table{width:100%;border-collapse:collapse;font-size:14px}.psych-payout-table td,.psych-payout-table th{text-align:left;padding:10px 8px;border-bottom:1px solid var(--border-subtle)}.profile-field--full{grid-column:1/-1}.profile-tag-grid{display:flex;flex-wrap:wrap;gap:8px}.profile-tag-grid--selected{margin-bottom:10px}.profile-tag-grid--catalog{margin-top:8px}.profile-tag{border:1px solid var(--border-subtle);border-radius:999px;padding:7px 12px;font-size:13px;background:transparent;color:var(--text-primary);cursor:pointer;line-height:1.3;text-align:left;-webkit-tap-highlight-color:transparent}.profile-tag--compact{padding:5px 10px;font-size:12px}.profile-tag--on{background:var(--lime-100,#cdfb0e);color:var(--on-lime,#0b0e14);border-color:transparent}.profile-tag-groups{display:flex;flex-direction:column;gap:14px}.profile-tag-group__title{margin:0 0 8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.profile-catalog-picker{display:flex;flex-direction:column;gap:10px;padding:0}.profile-catalog-picker__search{margin-top:0}.profile-card__head--actions{align-items:center}.profile-card__head-cta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex-shrink:0}.profile-personal-compact .profile-personal-compact__body{padding:0 var(--profile-pad-x) var(--profile-pad-y);display:flex;flex-direction:column;gap:14px}.profile-personal-compact__identity{display:grid;grid-template-columns:88px 1fr;grid-gap:16px;gap:16px;align-items:start}.profile-avatar--compact{width:80px;height:80px}.profile-personal-compact__identity-fields{min-width:0}.profile-personal-compact__avatar-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.profile-field-grid--tight{padding:0;gap:12px}.psych-public-grid{padding-top:0}.profile-personal-v31__body--legacy{padding:0;gap:20px}.profile-personal-v31{width:100%}.profile-card__sub--secondary{margin-top:2px}.profile-personal-v31__body{padding:0 var(--profile-pad-x) var(--profile-pad-y);display:flex;flex-direction:column;gap:20px}.profile-personal-v31__meta{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);grid-gap:20px 28px;gap:20px 28px;align-items:start}.profile-personal-v31__contact-grid{grid-template-columns:1fr 1fr}.profile-personal-v31 .phone-field{max-width:none;width:100%}.profile-personal-v31__section-title{margin:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.profile-personal-v31__profile-row{display:grid;grid-template-columns:72px 1fr;grid-gap:16px;gap:16px;align-items:start}.profile-personal-v31__avatar-col{display:flex;flex-direction:column;align-items:center;gap:6px}.profile-personal-v31__avatar-actions{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.profile-personal-v31__photo-action{border:none;background:none;padding:0;font-family:inherit;font-size:12px;font-weight:600;line-height:1.35;color:var(--lime-700,#6b8f00);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.profile-personal-v31__photo-action:focus-visible,.profile-personal-v31__photo-action:hover{color:var(--text-primary)}.profile-personal-v31__name-fields{min-width:0}.profile-personal-v31__fields{display:flex;flex-direction:column;gap:12px}.profile-personal-v31__fields--stack{gap:14px}.profile-personal-v31__birthday-field .profile-input{width:100%}.profile-personal-v31__photo-note{margin:0;font-size:12px;color:var(--text-muted);line-height:1.4}.profile-personal-v31 .profile-card__foot{gap:8px 16px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.profile-personal-v31 .profile-card__foot-actions{flex:1 1 auto}.profile-card__add-link{font-size:14px;font-weight:600;padding:4px 0}.profile-multi-combobox{display:flex;flex-direction:column;gap:12px}.profile-multi-combobox .sport-combobox--wide{max-width:none;width:100%}.psych-check--disabled{opacity:.5;cursor:not-allowed}.psych-check--disabled input{cursor:not-allowed}.psych-bio-input{min-height:96px;resize:vertical}.psych-spec-summary{display:flex;flex-wrap:wrap;gap:8px;padding:0 var(--profile-pad-x) 12px}.psych-spec-summary__item{font-size:12px;padding:5px 10px;border-radius:999px;background:var(--surface-page,var(--gray-50));border:1px solid var(--border-subtle);color:var(--text-secondary)}.psych-tag-section--grouped{padding-top:4px}.psych-spec-more{margin:16px 0 0;padding:12px 14px;border:1px dashed var(--border-subtle);border-radius:var(--radius-md)}.psych-spec-more__summary{cursor:pointer;font-size:14px;font-weight:600;list-style:none}.psych-spec-more__summary::-webkit-details-marker{display:none}.profile-flash{margin:0 var(--profile-pad-x) 16px;padding:10px 14px;border-radius:var(--radius-md);font-size:14px;line-height:1.4}.profile-flash--success{background:var(--lime-50,#f7fee8);border:1px solid var(--lime-200,#d9f99d);color:var(--text-primary)}.profile-flash--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.profile-flash--info{background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);color:var(--text-primary)}[data-theme=dark] .profile-flash--success{background:rgba(205,251,14,.1);border-color:rgba(205,251,14,.35)}[data-theme=dark] .profile-flash--error{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.35);color:#fecaca}.psych-public-form{padding:0 var(--profile-pad-x) 4px;display:flex;flex-direction:column;gap:16px}.psych-public-form .profile-field-grid--2{gap:16px}.psych-public-form .sport-combobox{max-width:none}.psych-public-bio{margin:0}.psych-edu-editor__grid{padding:0}.psych-spec-nav-wrap{padding:0 var(--profile-pad-x) 12px}.psych-spec-panel{padding:0 var(--profile-pad-x) 16px}.psych-spec-panel .profile-multi-combobox{gap:12px}.psych-spec-panel__hint{margin:0 0 10px}.psych-spec-panel .profile-tag-grid--selected{margin-bottom:14px}.psych-request-groups{display:flex;flex-direction:column;gap:8px;margin-top:0;margin-bottom:8px}.psych-request-group{border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:10px 12px;background:var(--surface-page,var(--gray-50))}.psych-request-group__summary{cursor:pointer;font-size:13px;font-weight:600;list-style:none;display:flex;align-items:center;gap:8px}.psych-request-group__summary::-webkit-details-marker{display:none}.psych-request-group__count{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--lime-100,#cdfb0e);color:var(--on-lime,#0b0e14)}.psych-request-group .profile-tag-grid{margin-top:10px}.psych-preview-page{max-width:960px;--profile-pad-x:0}.psych-preview-page .profile-flash{margin-left:0;margin-right:0;margin-bottom:16px}.psych-preview-note{margin-bottom:0}.psych-preview-note__link{font-weight:600}.psych-preview-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.psych-preview-aside{min-width:0}.psych-preview-aside__label{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.psych-preview-card{padding:16px!important}.psych-preview-card__head{display:flex;gap:14px;align-items:center;margin-bottom:12px}.psych-preview-card__intro{min-width:0}.psych-preview-card__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--gray-100);display:grid;place-items:center;font-weight:700;flex-shrink:0}.psych-preview-card__avatar img{width:100%;height:100%;object-fit:cover}.psych-preview-card__name{margin:0;font-size:17px;font-weight:600;line-height:1.25;word-break:break-word}.psych-preview-card__role{margin:2px 0 0;font-size:13px;color:var(--text-secondary)}.psych-preview-card__meta{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-secondary);margin-bottom:12px}.psych-preview-card__bio{margin:0 0 12px;font-size:14px;line-height:1.45;word-break:break-word}.psych-preview-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.psych-preview-card__tag{font-size:12px;padding:4px 8px;border-radius:999px;background:var(--surface-page);border:1px solid var(--border-subtle)}.psych-preview-card__facts{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--text-secondary)}.psych-preview-sections{display:flex;flex-direction:column;gap:16px;min-width:0}.psych-preview-sections .cabinet-card{padding:18px 20px}.psych-preview-section__title{margin:0 0 10px;font-size:15px;font-weight:600}.psych-preview-section__text{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary);white-space:pre-line}.psych-preview-section__tags{display:flex;flex-wrap:wrap;gap:6px}.psych-preview-edu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.psych-preview-edu li{display:flex;flex-direction:column;gap:2px;font-size:14px}.psych-preview-edu span{font-size:13px;color:var(--text-secondary)}.psych-preview-certs{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:10px;gap:10px}.psych-preview-cert{display:block;aspect-ratio:3/4;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-subtle);background:var(--surface-page);padding:0;cursor:pointer}.psych-preview-cert img{width:100%;height:100%;object-fit:cover;display:block}.psych-preview-services{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.psych-preview-services li{display:flex;flex-direction:column;gap:2px;font-size:14px}.psych-preview-services span{font-size:13px;color:var(--text-secondary)}@media (max-width:900px){.psych-preview-layout{grid-template-columns:1fr;gap:20px}.profile-personal-compact__identity,.profile-personal-v31__profile-row{grid-template-columns:72px 1fr}.profile-personal-v31__meta{grid-template-columns:1fr}}@media (max-width:640px){.psych-preview-page .cabinet-page-header__row{flex-direction:column;align-items:stretch;gap:12px}.psych-preview-page .cabinet-page-header__actions{width:100%}.psych-preview-page .cabinet-page-header__actions .st-btn--secondary{width:100%;justify-content:center;min-height:44px}.psych-preview-aside__label{margin-bottom:10px}.psych-preview-card__head{align-items:flex-start;gap:12px}.psych-preview-card__avatar{width:72px;height:72px;font-size:20px}.psych-preview-card__name{font-size:18px}.psych-preview-card__meta{flex-direction:row;flex-wrap:wrap;column-gap:12px;row-gap:4px}.psych-preview-sections{gap:12px}.psych-preview-sections .cabinet-card{padding:16px 18px}.psych-preview-certs{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px}.psych-preview-edu li,.psych-preview-services li{gap:4px}.profile-personal-compact__identity{grid-template-columns:1fr}.profile-avatar--compact{margin:0 auto}.profile-personal-v31__profile-row{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-personal-v31__name-fields{width:100%}.profile-personal-v31__contact-grid{grid-template-columns:1fr}.profile-personal-v31__birthday-field .profile-input{max-width:none;width:100%}.profile-personal-v31 .profile-card__foot{flex-direction:column;align-items:flex-start}}.sections-panel__hint{font-size:13px;color:var(--text-secondary);margin:0 0 16px}.sections-panel__recent{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px}.sections-panel__recent--editor{margin:0 0 14px}.sections-editor{margin-top:0}.sections-panel .psych-edu-summary-list{margin-bottom:16px}.sections-panel__recent-label{font-size:12px;color:var(--text-secondary)}.sections-chip{border:1px solid var(--border-subtle);background:var(--surface-elevated);border-radius:var(--radius-pill);padding:4px 10px;font-size:12px;cursor:pointer}.sections-chip:hover{border-color:var(--lime-500)}.sections-chips{display:flex;flex-wrap:wrap;gap:8px}.sections-episodes{display:flex;flex-direction:column;gap:12px}.section-episode{padding:16px 18px}.section-episode__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.section-episode__title{margin:0;font-size:16px;font-weight:700}.section-episode__period{margin:4px 0 0;font-size:12px;color:var(--text-secondary)}.section-episode__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 14px;gap:12px 14px}.section-field{display:flex;flex-direction:column;gap:6px;min-width:0}.section-field--full,.section-field--wide{grid-column:1/-1}.section-field--narrow{max-width:140px}.section-field__label{font-size:12px;font-weight:600;color:var(--text-secondary)}.section-field__meta{margin:4px 0 0;font-size:12px;color:var(--text-secondary)}.section-field__actions{margin-top:6px}.sections-link-btn{border:none;background:none;padding:0;font-size:12px;color:var(--lime-700);cursor:pointer;text-decoration:underline}.sections-panel__actions{display:flex;gap:8px;margin-top:16px}.sections-panel__error{color:var(--danger);margin-top:8px}.section-map-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px}.section-map-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}.section-map-modal__panel{position:relative;width:min(720px,100%);max-height:90vh;overflow:auto;padding:18px;z-index:1}.section-map-modal__head{display:flex;justify-content:space-between;align-items:center;gap:12px}.section-map-modal__sub{margin:8px 0 12px;font-size:13px;color:var(--text-secondary)}.section-map-modal__manual{margin:0 0 12px;padding:10px 12px;font-size:13px;line-height:1.45;color:var(--text-secondary);background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.section-map-modal__search{display:flex;gap:8px;margin-bottom:12px}.section-map-modal__search .profile-input{flex:1 1}.section-map-modal__map{width:100%;height:320px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-subtle)}.section-map-modal__map--wide{height:380px}.section-map-modal__hits{list-style:none;margin:0 0 12px;padding:0;max-height:160px;overflow:auto;border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.section-map-modal__hit{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border:none;border-bottom:1px solid var(--border-subtle);background:var(--surface-card);text-align:left;cursor:pointer;font:inherit}.section-map-modal__hit:last-child{border-bottom:none}.section-map-modal__hit:hover{background:var(--gray-50)}.section-map-modal__hit strong{font-size:14px}.section-map-modal__hit span{font-size:12px;color:var(--text-secondary)}.section-map-modal__hit-tag{font-size:11px;color:var(--lime-700);font-weight:600}.section-map-modal__address,.section-map-modal__fallback{font-size:13px;color:var(--text-secondary);margin:10px 0 0}.section-map-modal__error{color:var(--danger);margin-top:8px}.section-map-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.places-inbox-group{padding:14px;margin-bottom:12px}.places-inbox-duplicates{display:flex;flex-direction:column;gap:12px}.profile-section-card{padding:0!important;overflow:hidden;gap:0!important}.profile-section-card__field{min-width:0}.profile-section-card__field--full{grid-column:1/-1}.profile-section-card__field-label{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.profile-section-card__field-value{margin:0;font-size:14px;color:var(--text-primary);line-height:1.4;word-break:break-word}.profile-section-card__input{width:100%;box-sizing:border-box}.profile-section-card--editing .profile-section-card__body{grid-template-columns:1fr}.profile-section-card__actions{display:flex;gap:10px;padding:0 20px 18px;align-items:center}.profile-section-card__cancel{border:none;background:none;font-size:13px;font-weight:600;font-family:inherit;color:var(--text-secondary);cursor:pointer;padding:0}.profile-section-card__cancel:hover{color:var(--text-primary)}.profile-section-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid var(--border-subtle)}.profile-section-card__head>div:first-child{min-width:0;flex:1 1}.profile-section-card__head-action{flex-shrink:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.profile-section-card__title{margin:0;font-size:15px;font-weight:600}.profile-section-card__sub{margin:4px 0 0;font-size:12px;color:var(--text-secondary);line-height:1.4}.profile-section-card__body{padding:16px 20px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 24px;gap:16px 24px;min-width:0}.profile-section-card__body--single{grid-template-columns:1fr}.profile-section-card__body--flush{padding:0;display:block}.profile-section-card__body--flush .integration-list{padding:12px 20px 16px}.profile-section-card__body--flush .integration-note{padding:0 20px 16px;margin:0}.profile-section-card__foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:0 20px 18px}.profile-notify{display:flex;flex-direction:column;gap:16px}.profile-notify__card{padding:0!important;overflow:hidden;gap:0!important}.profile-notify__head{padding:18px 20px}.profile-notify__head--actions{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.profile-notify__head-copy{flex:1 1 auto;min-width:0}.profile-notify__title{margin:0;font-size:15px;font-weight:600}.profile-notify__sub{margin:6px 0 0;font-size:13px;line-height:1.45;color:var(--text-secondary);max-width:52ch}.profile-notify__footnote{margin:0;padding:12px 20px 16px;font-size:12px;line-height:1.45;color:var(--text-muted);border-top:1px solid var(--border-subtle)}.profile-notify__head-cta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding-top:2px;max-width:min(100%,280px)}.profile-notify__status{margin:0;font-size:12px;line-height:1.45;color:var(--text-secondary);text-align:right}.profile-notify__toggles{padding:4px 20px 8px!important;border-top:1px solid var(--border-subtle)}.profile-notify__foot{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;padding:14px 20px 18px;border-top:1px solid var(--border-subtle)}@media (max-width:720px){.profile-notify__head--actions{flex-direction:column;align-items:stretch;gap:14px}.profile-notify__head-cta{align-items:flex-start;max-width:none}.profile-notify__status{text-align:left}.profile-notify__sub{max-width:none}.profile-section-card__body{grid-template-columns:1fr;padding:18px 20px 20px;gap:20px}.profile-section-card--fields .profile-section-card__sub{display:none}.profile-section-card__title{font-size:17px}.profile-section-card__sub{font-size:13px;line-height:1.45}.profile-section-card__field-label{font-size:13px;letter-spacing:.04em;margin-bottom:6px}.profile-section-card__field-value{font-size:16px;font-weight:500;line-height:1.45}.profile-section-card__head{flex-direction:column;align-items:stretch;gap:10px}.profile-section-card--fields .profile-section-card__head{flex-direction:row;align-items:center;justify-content:space-between}.profile-section-card__head-action{align-self:flex-start}.profile-section-card--fields .profile-section-card__head-action{align-self:auto}.profile-section-card__actions{flex-direction:column;align-items:stretch}.profile-section-card__actions .st-btn{width:100%}}.profile-identity-sidebar{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:20px 18px!important}.profile-identity-sidebar__avatar{width:96px;height:96px;border-radius:50%;border:2px solid var(--gray-200);background:linear-gradient(145deg,var(--lime-100),var(--gray-100));display:grid;place-items:center;overflow:hidden}.profile-identity-sidebar__avatar--photo{border-color:var(--lime-500)}.profile-identity-sidebar__img{width:100%;height:100%;object-fit:cover}.profile-identity-sidebar__placeholder{display:grid;place-items:center;width:100%;height:100%}.profile-identity-sidebar__initials{font-size:28px;font-weight:700;color:var(--text-primary);line-height:1}.profile-identity-sidebar__name{margin:0;font-size:17px;font-weight:600;line-height:1.25}.profile-identity-sidebar__email{margin:0;font-size:12px;color:var(--text-secondary);word-break:break-word}.profile-identity-sidebar__role{margin:0;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.profile-identity-sidebar__stats{width:100%;margin:4px 0 0;padding:10px 0 0;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--text-secondary)}.profile-identity-sidebar__athletes-link{margin-top:8px;font-size:12px;font-weight:600;color:var(--text-link);text-decoration:underline;text-underline-offset:2px}.profile-identity-sidebar__photo-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.profile-identity-sidebar__upload{border:none;background:none;padding:0;font-family:inherit;font-size:12px;font-weight:600;color:var(--text-link);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.profile-identity-sidebar__upload--muted{color:var(--text-secondary);font-weight:500}.profile-identity-sidebar__upload:disabled{opacity:.45;cursor:not-allowed}.profile-rail{position:-webkit-sticky;position:sticky;top:calc(var(--admin-topbar-total, 56px) + var(--cabinet-sticky-tabs-top, 0px) + 12px);display:flex;flex-direction:column;gap:16px}.profile-rail__card{padding:18px!important;overflow:hidden}.profile-rail__card--progress{border-color:rgba(205,251,14,.28);box-shadow:var(--shadow-sm)}.profile-rail__card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:10px}.profile-rail__title{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.profile-rail__meta{font-size:11px;font-weight:600;color:var(--text-muted);white-space:nowrap}.profile-rail__expand,.profile-rail__link{font-size:12px;font-weight:600;color:var(--text-link)}.profile-rail__expand{display:block;width:100%;margin-top:10px;padding:0;border:none;background:none;font-family:inherit;text-align:left;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.profile-rail__link{display:inline-block;margin-top:8px;text-decoration:none}.profile-rail__link:hover{color:var(--color-accent-hover)}.profile-rail-donut{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:12px}.profile-rail-donut__ring{position:relative;width:88px;height:88px}.profile-rail-donut__ring svg{width:100%;height:100%;transform:rotate(-90deg)}.profile-rail-donut__value{position:absolute;inset:0;display:grid;place-items:center;font-size:18px;font-weight:700}.profile-rail-donut__label{margin:0;font-size:13px;font-weight:600}.profile-rail-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.profile-rail-checklist__item{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.3}.profile-rail-checklist__mark{flex-shrink:0;width:18px;text-align:center;font-size:12px}.profile-rail-checklist__mark--done{color:var(--text-primary)}.profile-rail-checklist__mark--todo{color:var(--text-muted)}.profile-rail-checklist__weight{margin-left:auto;font-size:12px;font-weight:600;color:var(--text-muted)}.profile-rail-checklist__weight--gain{color:var(--lime-600)}.profile-rail-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.profile-rail-badge{display:flex;flex-direction:column;align-items:center;padding:10px 8px 8px;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--surface-subtle);text-align:center;box-sizing:border-box}.profile-rail-badge--earned{border-color:rgba(205,251,14,.42);background-color:var(--surface-card);background-image:radial-gradient(circle at 1px 1px,rgba(31,41,57,.055) 1px,transparent 0);background-size:10px 10px;box-shadow:var(--shadow-sm),0 10px 24px rgba(184,228,0,.1)}.profile-rail-badge--locked{opacity:.72}.profile-rail-badge__medal{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:8px}.profile-rail-badge__ring{width:48px;height:48px;border-radius:50%;border:2px solid var(--gray-200);display:grid;place-items:center;background:var(--surface-card);color:var(--text-muted);box-shadow:var(--shadow-xs)}.profile-rail-badge--earned .profile-rail-badge__ring{border-color:var(--lime-500);background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.65),transparent 55%),var(--color-accent-wash);color:var(--lime-600);box-shadow:var(--shadow-sm),0 0 0 4px rgba(205,251,14,.14),inset 0 1px 0 rgba(255,255,255,.55)}.profile-rail-badge--locked .profile-rail-badge__ring{border-style:dashed;border-color:var(--gray-300);color:var(--gray-400)}.profile-rail-badge__title{margin:0;font-size:12px;font-weight:var(--fw-semibold);line-height:1.25;color:var(--text-primary)}.profile-rail-badge--locked .profile-rail-badge__title{color:var(--text-secondary)}.profile-rail-badge__caption{margin:3px 0 0;font-size:10px;line-height:1.35;color:var(--text-muted);max-width:11em}.profile-rail-badge--earned .profile-rail-badge__caption{color:var(--text-secondary)}@media (max-width:1024px){.profile-page--with-rail{padding:16px max(var(--page-gutter),12px) 16px}.profile-grid-layout{gap:16px}.profile-rail{position:static}}@media (max-width:1024px) and (min-width:721px){.profile-grid-layout--identity{grid-template-columns:minmax(168px,200px) minmax(0,1fr)}.profile-grid-layout--identity>.profile-rail{grid-column:1/-1}}@media (max-width:720px){.profile-grid-layout--identity,.profile-grid-layout--wide,.section-episode__grid{grid-template-columns:1fr}.section-field--narrow{max-width:none}}