    .select2-container {
      width: 100% !important;
    }

    #profileEditOffcanvas .select2-container--default .select2-selection--single {
      min-height: calc(1.5em + .75rem + 2px);
      border: 1px solid #ced4da;
      border-radius: .375rem;
      padding: .375rem 2.25rem .375rem .75rem;
      background: #fff;
    }

    #profileEditOffcanvas .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 1.5rem;
      color: #212529;
      padding-left: 0;
    }

    #profileEditOffcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #6c757d;
    }

    #profileEditOffcanvas .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      right: 10px;
    }

    #profileEditOffcanvas .select2-container--default.select2-container--disabled .select2-selection--single {
      background: #f5f5f7;
      border-color: #d6d8dd;
    }

    #profileEditOffcanvas .select2-dropdown {
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
      overflow: hidden;
    }

    #profileEditOffcanvas .profile-settings-list,
    #profileSportOffcanvas .profile-settings-list {
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    #profileEditOffcanvas .profile-setting-row,
    #profileSportOffcanvas .profile-setting-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    #profileEditOffcanvas .profile-setting-row:last-child,
    #profileSportOffcanvas .profile-setting-row:last-child {
      border-bottom: 0;
    }

    .profile-sport-group {
      margin-bottom: 16px;
    }

    .profile-sport-label {
      display: block;
      margin-bottom: 7px;
      color: #6c7c94;
      font-size: .78rem;
      font-weight: 850;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .profile-segmented {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0;
      padding: 4px;
      border-radius: 8px;
      background: #f4f5f7;
      border: 1px solid rgba(15, 23, 42, .1);
    }

    .profile-segmented input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .profile-segmented label {
      min-height: 44px;
      margin: 0;
      border-radius: 7px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #7a7f87;
      font-size: 1rem;
      font-weight: 850;
      line-height: 1;
      cursor: pointer;
      transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    }

    .profile-segmented input:checked + label {
      background: #141515;
      color: #fff;
      box-shadow: 0 5px 12px rgba(20, 21, 21, .18);
    }

    #profileEditOffcanvas .profile-setting-copy,
    #profileSportOffcanvas .profile-setting-copy {
      min-width: 0;
      flex: 1 1 auto;
    }

    #profileEditOffcanvas .profile-setting-title,
    #profileSportOffcanvas .profile-setting-title {
      display: block;
      font-size: 1rem;
      font-weight: 600;
      color: #111827;
      line-height: 1.2;
    }

    #profileEditOffcanvas .profile-setting-help,
    #profileSportOffcanvas .profile-setting-help {
      display: block;
      color: #6c757d;
      font-size: .88rem;
      line-height: 1.35;
      margin-top: .2rem;
    }

   .profile-toggle {
      position: relative;
      width: 46px;
      height: 28px;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 999px;
      background: #d9dde3;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      transition: background-color .2s ease, box-shadow .2s ease;
      flex: 0 0 auto;
    }

   .profile-toggle::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
      transition: transform .2s ease;
    }

   .profile-toggle:checked {
      background: #2f7cf6;
    }

   .profile-toggle:checked::after {
      transform: translateX(18px);
    }

   .profile-toggle:disabled {
      opacity: .65;
      cursor: not-allowed;
    }

    #profileAvatar.is-previewable {
      cursor: zoom-in;
    }

    #profileAvatarPreviewModal .modal-content {
      background: rgba(15, 23, 42, 0.96);
      border: 0;
    }

    #profileAvatarPreviewImage {
      max-width: 100%;
      max-height: 78vh;
      object-fit: contain;
    }

    #profilePhotoCropModal .modal-content {
      border: 0;
      border-radius: 18px;
      overflow: hidden;
    }

    #profilePhotoCropModal .cropper-stage {
      min-height: 320px;
      max-height: 68vh;
      background: #0f172a;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    #profileCropperImage {
      display: block;
      max-width: 100%;
      max-height: 68vh;
    }

    #profilePhotoCropModal .cropper-view-box,
    #profilePhotoCropModal .cropper-face {
      border-radius: 50%;
    }

    #userProfilePage .profile-head {
      align-items: flex-start;
      gap: 14px;
    }

    #userProfilePage .profile-avatar-stack {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    #userProfilePage .profile-avatar-stack .avatar {
      margin-right: 0;
    }

    #userProfilePage #btnChangePhoto {
      min-width: 118px;
      justify-content: center;
    }

    #userProfilePage .profile-head .in {
      min-width: 0;
      flex: 1 1 auto;
      padding-top: 6px;
    }

    #userProfilePage .push-settings-card {
      border: 1px solid rgba(47, 124, 246, 0.12);
      border-radius: 18px;
      box-shadow: 0 16px 40px rgba(47, 124, 246, 0.08);
      overflow: hidden;
    }

    #userProfilePage .push-settings-card .card-body {
      padding: 18px;
      background:
        radial-gradient(circle at top right, rgba(47, 124, 246, 0.16), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    #userProfilePage .push-settings-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    #userProfilePage .push-settings-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(47, 124, 246, 0.12);
      color: #2f7cf6;
      font-size: 1.5rem;
      flex: 0 0 auto;
    }

    #userProfilePage .push-settings-copy {
      min-width: 0;
      flex: 1 1 auto;
    }

    #userProfilePage .push-settings-copy h4 {
      margin: 0;
      font-size: 1.02rem;
      font-weight: 700;
      color: #10233f;
    }

    #userProfilePage .push-settings-copy p {
      margin: 6px 0 0;
      color: #556579;
      font-size: .92rem;
      line-height: 1.45;
    }

    #userProfilePage .push-permission-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 6px 10px;
      background: rgba(15, 23, 42, 0.06);
      color: #334155;
      font-size: .78rem;
      font-weight: 600;
      white-space: nowrap;
      flex: 0 0 auto;
    }

    #userProfilePage .push-permission-badge.is-granted {
      background: rgba(34, 197, 94, 0.16);
      color: #166534;
    }

    #userProfilePage .push-permission-badge.is-denied {
      background: rgba(239, 68, 68, 0.12);
      color: #b91c1c;
    }

    #userProfilePage .push-permission-badge.is-pending,
    #userProfilePage .push-permission-badge.is-unsupported {
      background: rgba(15, 23, 42, 0.06);
      color: #334155;
    }

    #userProfilePage #pushPreferencesGroup,
    #userProfilePage #btnEnablePushNotifications {
      display: none !important;
    }

    #userProfilePage .push-settings-inline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px 0;
      border-top: 1px solid rgba(15, 23, 42, 0.08);
      border-bottom: 1px solid rgba(15, 23, 42, 0.08);
      margin-top: 16px;
    }

    #userProfilePage .push-settings-inline strong {
      display: block;
      font-size: .96rem;
      color: #10233f;
      margin-bottom: 2px;
    }

    #userProfilePage .push-settings-inline span {
      display: block;
      color: #64748b;
      font-size: .85rem;
      line-height: 1.4;
    }

    #userProfilePage #pushStatusText {
      min-height: 1.35rem;
      margin-top: 14px;
      color: #5b6b7f;
      font-size: .84rem;
      line-height: 1.4;
    }

    @media (max-width: 575.98px) {
      #userProfilePage .push-settings-head {
        flex-wrap: wrap;
      }

      #userProfilePage .push-permission-badge {
        width: 100%;
        justify-content: center;
      }
    }

    #userProfilePage {
      background: #f6f8fc;
    }

    #userProfilePage #appCapsule {
      padding-bottom: 96px;
    }

    #userProfilePage .profile-preview-banner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 13px 14px;
      border: 1px solid rgba(30, 116, 253, .2);
      border-left: 4px solid #1e74fd;
      border-radius: 8px;
      background: #eef5ff;
      color: #10233f;
    }

    #userProfilePage .profile-preview-copy {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      min-width: 0;
    }

    #userProfilePage .profile-preview-copy ion-icon {
      flex: 0 0 auto;
      margin-top: 2px;
      color: #1e74fd;
      font-size: 1.25rem;
    }

    #userProfilePage .profile-preview-copy strong,
    #userProfilePage .profile-preview-copy span {
      display: block;
    }

    #userProfilePage .profile-preview-copy strong {
      font-size: .9rem;
      font-weight: 850;
    }

    #userProfilePage .profile-preview-copy span {
      margin-top: 2px;
      color: #556579;
      font-size: .8rem;
      line-height: 1.35;
    }

    #userProfilePage.is-superadmin-preview #btnChangePhoto,
    #userProfilePage.is-superadmin-preview #profileUploadForm,
    #userProfilePage.is-superadmin-preview #pushSettingsCard,
    #userProfilePage.is-superadmin-preview #profileSettingsSection,
    #userProfilePage.is-superadmin-preview #profileAccountActions,
    #userProfilePage.is-superadmin-preview #profileEditOffcanvas,
    #userProfilePage.is-superadmin-preview #profileSportOffcanvas,
    #userProfilePage.is-superadmin-preview #profilePasswordOffcanvas,
    #userProfilePage.is-superadmin-preview #profilePhotoCropModal {
      display: none !important;
    }

    @media (max-width: 575.98px) {
      #userProfilePage .profile-preview-banner {
        align-items: stretch;
        flex-direction: column;
      }

      #userProfilePage .profile-preview-banner .btn {
        width: 100%;
      }
    }

    #userProfilePage .section {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
    }

    #userProfilePage .profile-hero-card,
    #userProfilePage .profile-stats-grid,
    #userProfilePage .profile-action-card,
    #userProfilePage .profile-notification-card,
    #userProfilePage .profile-achievements-card,
    #userProfilePage .profile-level-card,
    #userProfilePage .profile-settings-list-card,
    #userProfilePage .profile-footer-actions {
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 10px 24px rgba(20, 21, 21, .07);
      border: 1px solid rgba(225, 225, 225, .72);
    }

    #userProfilePage .profile-hero-card {
      position: relative;
      overflow: hidden;
      padding: 22px 18px 18px;
      color: #fff;
      background:
        radial-gradient(circle at top right, rgba(65, 154, 255, .35), transparent 35%),
        linear-gradient(135deg, #2446c8 0%, #063267 62%, #031a39 100%);
    }

    #userProfilePage .profile-hero-card::after {
      content: "";
      position: absolute;
      right: -26px;
      top: 12px;
      width: 152px;
      height: 152px;
      opacity: .16;
      background-image: radial-gradient(circle, #fff 1.3px, transparent 1.4px);
      background-size: 12px 12px;
    }

    #userProfilePage .profile-hero-main {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    #userProfilePage .profile-avatar-wrapper {
      position: relative;
      flex: 0 0 auto;
    }

    #userProfilePage .profile-avatar-wrapper .avatar {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      padding: 3px;
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
    }

    #userProfilePage .profile-avatar-wrapper img {
      width: 82px;
      height: 82px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
    }

    #userProfilePage .profile-avatar-edit {
      position: absolute;
      right: -2px;
      bottom: -2px;
      z-index: 3;
      width: 34px !important;
      min-width: 34px !important;
      max-width: 34px !important;
      height: 34px !important;
      min-height: 34px !important;
      max-height: 34px !important;
      padding: 0 !important;
      border-radius: 50%;
      border: 3px solid #fff;
      background: #fff;
      color: #1e74fd;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
      font-size: 18px;
      appearance: none;
      -webkit-appearance: none;
      overflow: hidden;
      cursor: pointer;
    }

    #userProfilePage .profile-avatar-edit ion-icon {
      width: 18px;
      height: 18px;
      margin: 0;
      display: block;
    }

    #userProfilePage .profile-avatar-verified {
      position: absolute;
      left: -1px;
      bottom: -1px;
      z-index: 4;
      width: 28px;
      height: 28px;
      display: inline-block;
      background: linear-gradient(135deg, #4c8dff 0%, #0866ff 100%);
      clip-path: polygon(50% 0%, 60% 13%, 76% 7%, 82% 23%, 99% 24%, 92% 40%, 100% 50%, 92% 60%, 99% 76%, 82% 77%, 76% 93%, 60% 87%, 50% 100%, 40% 87%, 24% 93%, 18% 77%, 1% 76%, 8% 60%, 0% 50%, 8% 40%, 1% 24%, 18% 23%, 24% 7%, 40% 13%);
      filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .22));
    }

    #userProfilePage .profile-avatar-verified::after {
      content: "";
      position: absolute;
      left: 8px;
      top: 8px;
      width: 13px;
      height: 8px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-45deg);
    }

    #userProfilePage .profile-identity {
      min-width: 0;
      flex: 1 1 auto;
    }

    #userProfilePage .profile-identity h3 {
      margin: 0;
      color: #fff;
      font-size: 1.28rem;
      line-height: 1.15;
      font-weight: 900;
      overflow-wrap: anywhere;
    }

    #userProfilePage .profile-level-pill,
    #userProfilePage .profile-location-line {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      margin-top: 8px;
      font-size: .82rem;
      font-weight: 800;
    }

    #userProfilePage .profile-level-pill {
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .18);
      color: #fff;
    }

    #userProfilePage .profile-location-line {
      display: flex;
      color: rgba(255, 255, 255, .9);
    }

    #userProfilePage .profile-badges {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    #userProfilePage .profile-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .14);
      color: #fff;
      font-size: .78rem;
      font-weight: 850;
      backdrop-filter: blur(8px);
    }

    #userProfilePage .profile-badge.is-public {
      background: rgba(52, 199, 89, .2);
      color: #dfffe9;
    }

    #userProfilePage .profile-badge.is-private {
      background: rgba(255, 255, 255, .16);
      color: #eef2ff;
    }

    #userProfilePage .profile-stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      margin-top: 12px;
      overflow: hidden;
    }

    #userProfilePage .profile-stat-item {
      min-width: 0;
      padding: 15px 7px;
      text-align: center;
      border-right: 1px solid rgba(225, 225, 225, .72);
    }

    #userProfilePage .profile-stat-item:last-child {
      border-right: 0;
    }

    #userProfilePage .profile-stat-item ion-icon {
      display: block;
      margin: 0 auto 6px;
      color: #1e74fd;
      font-size: 22px;
    }

    #userProfilePage .profile-stat-item:nth-child(2) ion-icon {
      color: #34c759;
    }

    #userProfilePage .profile-stat-item:nth-child(3) ion-icon {
      color: #7c3aed;
    }

    #userProfilePage .profile-stat-item:nth-child(4) ion-icon {
      color: #fe9500;
    }

    #userProfilePage .profile-stat-item strong {
      display: block;
      color: #141515;
      font-size: 1.22rem;
      line-height: 1.05;
      font-weight: 900;
    }

    #userProfilePage .profile-stat-item span {
      display: block;
      margin-top: 4px;
      color: #4f5050;
      font-size: .76rem;
      line-height: 1.15;
      font-weight: 750;
    }

    #userProfilePage .profile-stat-item .stat-label-short {
      display: none;
    }

    #userProfilePage .profile-card-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }

    #userProfilePage .profile-action-card,
    #userProfilePage .profile-notification-card,
    #userProfilePage .profile-achievements-card,
    #userProfilePage .profile-level-card {
      padding: 16px;
    }

    #userProfilePage .profile-card-head {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    #userProfilePage .profile-card-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      font-size: 24px;
      background: rgba(30, 116, 253, .12);
      color: #1e74fd;
    }

    #userProfilePage .profile-card-icon.is-green {
      background: rgba(52, 199, 89, .14);
      color: #20a84a;
    }

    #userProfilePage .profile-card-copy {
      min-width: 0;
      flex: 1 1 auto;
    }

    #userProfilePage .profile-card-copy h4 {
      margin: 0;
      color: #141515;
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.15;
    }

    #userProfilePage .profile-card-copy p {
      margin: 5px 0 0;
      color: #4f5050;
      font-size: .86rem;
      line-height: 1.32;
    }

    #userProfilePage .profile-action-card .btn {
      margin-top: 14px;
      min-height: 42px;
      font-weight: 850;
      border-radius: 8px;
    }

    #userProfilePage .profile-plan-card {
      background: linear-gradient(135deg, #f6f9ff 0%, #ffffff 100%);
      border-color: rgba(30, 116, 253, .18);
    }

    #userProfilePage .profile-plan-status {
      margin-top: 13px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-width: 0;
      padding: 10px 12px;
      border-radius: 8px;
      background: rgba(255, 255, 255, .82);
      border: 1px solid rgba(30, 116, 253, .14);
    }

    #userProfilePage .profile-plan-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
      max-width: 68%;
      padding: 7px 14px 7px 10px;
      border-radius: 999px;
      color: #1e74fd;
      background: rgba(30, 116, 253, .11);
      font-size: .77rem;
      font-weight: 900;
      line-height: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    #userProfilePage .profile-plan-badge.is-free {
      color: #4f5050;
      background: rgba(79, 80, 80, .1);
    }

    #userProfilePage .profile-plan-badge.is-premium {
      color: #ffffff;
      background: linear-gradient(135deg, #0f7a3a 0%, #19a85a 100%);
      box-shadow: 0 8px 16px rgba(15, 122, 58, .18);
    }

    #userProfilePage .profile-plan-badge ion-icon {
      font-size: 15px;
      flex: 0 0 auto;
    }

    #userProfilePage .profile-plan-badge .profile-plan-badge-text {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 1px;
    }

    #userProfilePage .profile-plan-status strong {
      min-width: 0;
      color: #141515;
      font-size: .82rem;
      font-weight: 900;
      text-align: right;
    }

    #userProfilePage .profile-notification-card {
      background: linear-gradient(135deg, #f2fff6 0%, #ffffff 100%);
      border-color: rgba(52, 199, 89, .22);
    }

    #userProfilePage .profile-notification-status {
      margin-top: 13px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-width: 0;
      padding: 10px 12px;
      border-radius: 8px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(52, 199, 89, .18);
      overflow: hidden;
    }

    #userProfilePage .profile-notification-status strong {
      color: #4f5050;
      font-size: .78rem;
      text-transform: uppercase;
      flex: 0 0 auto;
    }

    #userProfilePage .profile-notification-status span {
      color: #20a84a;
      font-size: .82rem;
      font-weight: 850;
    }

    #userProfilePage .profile-notification-status .push-permission-badge {
      width: auto !important;
      max-width: 62%;
      min-width: 0;
      justify-content: center;
      flex: 0 1 auto;
      overflow: hidden;
    }

    #userProfilePage .profile-notification-status .push-permission-badge span {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    #userProfilePage .profile-achievements-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-top: 14px;
    }

    #userProfilePage .profile-achievement {
      text-align: center;
      min-width: 0;
    }

    #userProfilePage .profile-achievement-icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 6px;
      font-size: 23px;
      background: rgba(254, 149, 0, .14);
      color: #fe9500;
    }

    #userProfilePage .profile-achievement:nth-child(2) .profile-achievement-icon {
      background: rgba(236, 68, 51, .11);
      color: #ec4433;
    }

    #userProfilePage .profile-achievement:nth-child(3) .profile-achievement-icon {
      background: rgba(52, 199, 89, .14);
      color: #34c759;
    }

    #userProfilePage .profile-achievement:nth-child(4) .profile-achievement-icon {
      background: rgba(124, 58, 237, .12);
      color: #7c3aed;
    }

    #userProfilePage .profile-achievement span {
      display: block;
      color: #141515;
      font-size: .72rem;
      line-height: 1.12;
      font-weight: 800;
    }

    #userProfilePage .profile-achievement.is-locked {
      opacity: .46;
    }

    #userProfilePage .profile-achievement.is-locked .profile-achievement-icon {
      background: rgba(108, 124, 148, .12) !important;
      color: #6c7c94 !important;
      filter: grayscale(1);
    }

    #userProfilePage .profile-achievement.is-locked span {
      color: #6c7c94;
    }

    #userProfilePage .profile-achievement.is-earned {
      opacity: 1;
    }

    #userProfilePage .profile-coach-card {
      background: linear-gradient(135deg, #0d2b62 0%, #1454c6 58%, #1e74fd 100%);
      color: #fff;
      overflow: hidden;
      position: relative;
    }

    #userProfilePage .profile-coach-card::after {
      content: "";
      position: absolute;
      right: -28px;
      top: -34px;
      width: 116px;
      height: 116px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .12);
      pointer-events: none;
    }

    #userProfilePage .profile-coach-card .profile-card-head {
      align-items: flex-start;
      position: relative;
      z-index: 1;
    }

    #userProfilePage .profile-coach-card .profile-card-icon {
      background: rgba(255, 255, 255, .16);
      color: #fff;
    }

    #userProfilePage .profile-coach-card h4,
    #userProfilePage .profile-coach-card p {
      color: #fff;
    }

    #userProfilePage .profile-coach-card p {
      opacity: .88;
    }

    #userProfilePage .profile-coach-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin: 10px 0 0;
      position: relative;
      z-index: 1;
    }

    #userProfilePage .profile-coach-meta span {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 5px 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .14);
      color: #fff;
      font-size: .75rem;
      font-weight: 800;
      line-height: 1;
    }

    #userProfilePage .profile-coach-summary {
      margin: 12px 0 0;
      color: rgba(255, 255, 255, .92);
      font-size: .88rem;
      line-height: 1.35;
      position: relative;
      z-index: 1;
    }

    #userProfilePage .profile-coach-actions {
      display: flex;
      gap: 8px;
      margin-top: 14px;
      position: relative;
      z-index: 1;
    }

    #userProfilePage .profile-coach-actions .btn {
      min-height: 38px;
      font-weight: 800;
    }

    #userProfilePage .profile-coach-history-card .profile-card-icon {
      background: rgba(124, 58, 237, .12);
      color: #7c3aed;
    }

    #userProfilePage .profile-coach-history-card .profile-empty-note {
      margin-top: 10px;
    }

    #userProfilePage .profile-empty-note {
      margin: 12px 0 0;
      color: #6c7c94;
      font-size: .84rem;
      line-height: 1.35;
    }

    #userProfilePage .profile-level-title {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: center;
    }

    #userProfilePage .profile-level-title strong {
      color: #141515;
      font-size: 1.08rem;
      font-weight: 900;
    }

    #userProfilePage .profile-level-title span {
      color: #7c3aed;
      font-size: .82rem;
      font-weight: 900;
    }

    #userProfilePage .profile-level-card p {
      margin: 8px 0 10px;
      color: #4f5050;
      font-size: .86rem;
      line-height: 1.34;
    }

    #userProfilePage .profile-level-progress {
      height: 9px;
      border-radius: 999px;
      overflow: hidden;
      background: rgba(124, 58, 237, .12);
    }

    #userProfilePage .profile-level-progress span {
      display: block;
      height: 100%;
      width: 0;
      border-radius: 999px;
      background: linear-gradient(90deg, #6d28d9, #8b5cf6);
      transition: width .25s ease;
    }

    #userProfilePage .profile-settings-list-card {
      overflow: hidden;
    }

    #userProfilePage .profile-settings-list-card .item {
      min-height: 64px;
    }

    #userProfilePage .profile-settings-list-card .icon-box {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      font-size: 20px;
    }

    #userProfilePage .profile-settings-list-card .in div:first-child {
      font-weight: 850;
      color: #141515;
    }

    #userProfilePage .profile-settings-list-card .in small {
      display: block;
      margin-top: 2px;
      color: #6c7c94;
      font-size: .78rem;
      line-height: 1.2;
    }

    #userProfilePage .profile-footer-actions {
      padding: 10px;
      display: grid;
      gap: 8px;
    }

    #userProfilePage .profile-footer-actions .btn {
      min-height: 46px;
      border-radius: 8px;
      font-weight: 850;
    }

    #userProfilePage .profile-footer-actions .btn-danger {
      background: #ec4433;
      border-color: #ec4433;
    }

    #userProfilePage .profile-footer-brand {
      padding: 16px 0 6px;
      text-align: center;
      color: #6c7c94;
      font-size: .78rem;
      font-weight: 700;
    }

    #userProfilePage .profile-technical {
      display: none !important;
    }

    @media (min-width: 576px) {
      #userProfilePage .profile-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 374px) {
      #userProfilePage .profile-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #userProfilePage .profile-stat-item:nth-child(2) {
        border-right: 0;
      }

      #userProfilePage .profile-stat-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(225, 225, 225, .72);
      }
    }

    @media (max-width: 389px) {
      #userProfilePage .profile-hero-main {
        align-items: flex-start;
      }

      #userProfilePage .profile-avatar-wrapper .avatar {
        width: 76px;
        height: 76px;
      }

      #userProfilePage .profile-avatar-wrapper img {
        width: 70px;
        height: 70px;
      }

      #userProfilePage .profile-identity h3 {
        font-size: 1.12rem;
      }
    }

    @media (max-width: 430px) {
      #userProfilePage .profile-stat-item .stat-label-full {
        display: none;
      }

      #userProfilePage .profile-stat-item .stat-label-short {
        display: block;
      }
    }
