/* YelePay premium profile center */
body[data-page="profile"] {
  --profile-blue: #0b4d9d;
  --profile-blue-2: #1769c2;
  --profile-ink: #15273d;
  --profile-muted: #718097;
  margin: 0;
  color: var(--profile-ink);
  background: #eaf0f7;
}

body[data-page="profile"] .profile-shell {
  min-height: 100dvh;
  overflow: hidden;
  background: #f4f7fb;
}

body[data-page="profile"] .profile-screen {
  min-height: 100dvh;
  padding: 0 0 calc(104px + env(safe-area-inset-bottom));
}

body[data-page="profile"] .profile-premium-hero {
  position: relative;
  overflow: hidden;
  padding: calc(16px + env(safe-area-inset-top)) 16px 25px;
  color: #fff;
  border-radius: 0 0 30px 30px;
  background:
    radial-gradient(circle at 88% 11%, rgba(255, 203, 68, 0.18), transparent 27%),
    radial-gradient(circle at 5% 72%, rgba(93, 203, 255, 0.18), transparent 32%),
    linear-gradient(145deg, #082c5b 0%, #0b4d9d 55%, #1769c2 100%);
  box-shadow: 0 18px 38px rgba(8, 45, 93, 0.22);
}

body[data-page="profile"] .profile-premium-hero::after {
  content: "";
  position: absolute;
  width: 205px;
  height: 205px;
  right: -112px;
  bottom: -100px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.025), 0 0 0 55px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

body[data-page="profile"] .profile-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

body[data-page="profile"] .profile-back {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

body[data-page="profile"] .profile-back svg {
  width: 19px;
  height: 19px;
}

body[data-page="profile"] .profile-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

body[data-page="profile"] .profile-brand img {
  width: 39px;
  height: 39px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
}

body[data-page="profile"] .profile-brand span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

body[data-page="profile"] .profile-brand strong {
  font-size: 14px;
  letter-spacing: 0.01em;
}

body[data-page="profile"] .profile-brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="profile"] .profile-safe-badge {
  min-height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #9ce8c7;
  border: 1px solid rgba(117, 226, 181, 0.2);
  border-radius: 999px;
  background: rgba(46, 195, 132, 0.1);
  font-size: 8px;
  font-weight: 850;
}

body[data-page="profile"] .profile-safe-badge svg {
  width: 13px;
  height: 13px;
}

body[data-page="profile"] .profile-user-card {
  position: relative;
  z-index: 2;
  min-height: 94px;
  margin-top: 19px;
  padding: 13px 12px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 39px;
  align-items: center;
  gap: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
}

body[data-page="profile"] .profile-avatar {
  width: 62px;
  height: 62px;
  color: #0b4d9d;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 19px;
  background: linear-gradient(145deg, #fff, #dceeff);
  box-shadow: 0 9px 20px rgba(0, 24, 60, 0.24);
  font-size: 21px;
}

body[data-page="profile"] .profile-avatar .avatar {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

body[data-page="profile"] .profile-identity {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body[data-page="profile"] .profile-identity > small {
  color: #8edaff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body[data-page="profile"] .profile-copy-line {
  display: flex;
  align-items: center;
  gap: 5px;
}

body[data-page="profile"] .profile-copy-line strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="profile"] .profile-id-line {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

body[data-page="profile"] .profile-id-line > b {
  margin-left: 3px;
  padding: 3px 5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #ffdd79;
  border-radius: 999px;
  background: rgba(255, 204, 70, 0.1);
  font-size: 6px;
  font-weight: 850;
  text-transform: uppercase;
}

body[data-page="profile"] .profile-id-line > b svg {
  width: 9px;
  height: 9px;
}

body[data-page="profile"] .profile-copy-btn {
  width: 23px;
  height: 23px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="profile"] .profile-copy-btn svg {
  width: 12px;
  height: 12px;
}

body[data-page="profile"] .profile-edit-button {
  width: 39px;
  height: 39px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="profile"] .profile-edit-button svg {
  width: 17px;
  height: 17px;
}

body[data-page="profile"] .profile-balance-card {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  padding: 15px;
  color: #153a2a;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 20px;
  background:
    radial-gradient(circle at 94% 4%, rgba(247, 192, 50, 0.23), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 251, 245, 0.94));
  box-shadow: 0 14px 28px rgba(0, 27, 65, 0.2), inset 0 1px 0 #fff;
}

body[data-page="profile"] .profile-balance-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-page="profile"] .profile-balance-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #527262;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-page="profile"] .profile-balance-label svg {
  width: 16px;
  height: 16px;
  color: #1b9a68;
}

body[data-page="profile"] .profile-detail-btn {
  min-height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--profile-blue);
  border: 1px solid rgba(11, 77, 157, 0.12);
  border-radius: 10px;
  background: #edf5ff;
  font-size: 8px;
  font-weight: 850;
}

body[data-page="profile"] .profile-detail-btn svg {
  width: 12px;
  height: 12px;
}

body[data-page="profile"] .profile-balance-amount {
  margin: 8px 0 12px;
  display: block;
  color: #173b2c;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.03em;
}

body[data-page="profile"] .profile-earnings-strip {
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #5e7568;
  border: 1px solid #d9ebe1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 9px;
}

body[data-page="profile"] .profile-earnings-strip > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body[data-page="profile"] .profile-earnings-strip svg {
  width: 13px;
  height: 13px;
  color: #1da16c;
}

body[data-page="profile"] .profile-earnings-strip > strong {
  color: #17875c;
  font-size: 10px;
}

body[data-page="profile"] .profile-earnings-strip b {
  font: inherit;
}

body[data-page="profile"] .profile-content {
  padding: 18px 14px 8px;
  display: grid;
  gap: 14px;
}

body[data-page="profile"] .profile-bonus-card,
body[data-page="profile"] .profile-quick-grid,
body[data-page="profile"] .profile-functions-card,
body[data-page="profile"] .profile-logout-button {
  margin: 0;
  border: 1px solid rgba(11, 77, 157, 0.07);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 30px rgba(28, 55, 94, 0.08);
}

body[data-page="profile"] .profile-bonus-card {
  min-height: 83px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr) auto;
  gap: 11px;
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 206, 78, 0.16), transparent 32%),
    #fff;
}

body[data-page="profile"] .profile-bonus-icon {
  width: 45px;
  height: 45px;
  color: #9b6c00;
  border: 1px solid #f0d68d;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff8d9, #ffe9a4);
}

body[data-page="profile"] .profile-bonus-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
  color: #6d7b8e;
  font-size: 9px;
}

body[data-page="profile"] .profile-bonus-copy > small {
  color: #a77a0b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="profile"] .profile-bonus-copy strong {
  margin-top: 2px;
  color: #213448;
  font-size: 16px;
}

body[data-page="profile"] .profile-claim-btn {
  min-width: 66px;
  min-height: 37px;
  color: #fff;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #d99b0b, #f2bd37);
  box-shadow: 0 8px 17px rgba(210, 149, 7, 0.22);
  font-size: 10px;
}

body[data-page="profile"] .profile-quick-grid {
  padding: 7px 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

body[data-page="profile"] .profile-quick-item {
  min-height: 70px;
  padding: 9px 3px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  color: var(--profile-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

body[data-page="profile"] .profile-quick-item + .profile-quick-item {
  border-top: 1px solid #edf1f5;
}

body[data-page="profile"] .quick-icon {
  width: 43px;
  height: 43px;
  border-radius: 13px;
}

body[data-page="profile"] .quick-icon svg {
  width: 19px;
  height: 19px;
}

body[data-page="profile"] .profile-quick-item > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

body[data-page="profile"] .profile-quick-item strong {
  color: #213448;
  font-size: 12px;
}

body[data-page="profile"] .profile-quick-item small {
  color: #8995a6;
  font-size: 8px;
}

body[data-page="profile"] .profile-quick-item > svg {
  width: 16px;
  height: 16px;
  color: #a4afbd;
}

body[data-page="profile"] .quick-green { color: #148e61; background: #eafaf2; }
body[data-page="profile"] .quick-amber { color: #b67b0b; background: #fff5d9; }
body[data-page="profile"] .quick-red { color: #d85853; background: #fff0ef; }

body[data-page="profile"] .profile-functions-card {
  padding: 15px 13px 5px;
}

body[data-page="profile"] .profile-section-heading {
  padding: 0 2px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-page="profile"] .profile-section-heading p {
  margin: 0 0 3px;
  color: #8997aa;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body[data-page="profile"] .profile-section-heading h2,
body[data-page="profile"] .profile-functions-card h2 {
  margin: 0;
  color: var(--profile-ink);
  font-size: 16px;
}

body[data-page="profile"] .profile-section-heading > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--profile-blue);
  border-radius: 11px;
  background: #edf5ff;
}

body[data-page="profile"] .profile-section-heading > span svg {
  width: 16px;
  height: 16px;
}

body[data-page="profile"] .profile-functions-list {
  display: grid;
}

body[data-page="profile"] .profile-function {
  min-height: 68px;
  padding: 9px 3px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 18px;
  align-items: center;
  justify-items: stretch;
  gap: 11px;
  color: var(--profile-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

body[data-page="profile"] .profile-function + .profile-function {
  border-top: 1px solid #edf1f5;
}

body[data-page="profile"] .profile-function-icon {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

body[data-page="profile"] .profile-function-icon svg {
  width: 18px;
  height: 18px;
}

body[data-page="profile"] .profile-function-icon.blue { color: #236ec2; background: #eaf3ff; }
body[data-page="profile"] .profile-function-icon.violet { color: #7356c9; background: #f1edff; }
body[data-page="profile"] .profile-function-icon.green { color: #158d61; background: #eafaf2; }
body[data-page="profile"] .profile-function-icon.amber { color: #b37b0c; background: #fff5d9; }
body[data-page="profile"] .profile-function-icon.pink { color: #c84c83; background: #fff0f6; }
body[data-page="profile"] .profile-function-icon.cyan { color: #1887a8; background: #e9f8fc; }
body[data-page="profile"] .profile-function-icon.orange { color: #d96d20; background: #fff0e5; }
body[data-page="profile"] .profile-function-icon.slate { color: #68778a; background: #eef2f6; }

body[data-page="profile"] .profile-function > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

body[data-page="profile"] .profile-function strong {
  color: #213448;
  font-size: 12px;
}

body[data-page="profile"] .profile-function small {
  color: #8995a6;
  font-size: 8px;
}

body[data-page="profile"] .profile-function > svg {
  width: 16px;
  height: 16px;
  color: #a4afbd;
}

body[data-page="profile"] .profile-function:disabled {
  cursor: default;
  opacity: 1;
}

body[data-page="profile"] .profile-version > b {
  padding: 5px 7px;
  color: #18865c;
  border: 1px solid #cae8db;
  border-radius: 999px;
  background: #effbf5;
  font-size: 7px;
  text-align: center;
}

body[data-page="profile"] .profile-logout-button {
  width: 100%;
  min-height: 70px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  color: #b63d42;
  border-color: #f4dddd;
  background: linear-gradient(145deg, #fff8f8, #fff);
  text-align: left;
}

body[data-page="profile"] .profile-logout-button > span:first-child {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #ffebec;
}

body[data-page="profile"] .profile-logout-button > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

body[data-page="profile"] .profile-logout-button strong {
  color: #b63d42;
  font-size: 12px;
}

body[data-page="profile"] .profile-logout-button small {
  color: #9c7c7e;
  font-size: 8px;
}

body[data-page="profile"] .profile-logout-button svg {
  width: 17px;
  height: 17px;
}

body[data-page="profile"] .profile-logout-button > svg {
  color: #d68b8e;
}

body[data-page="profile"] .profile-trust-note {
  padding: 3px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #8793a3;
  font-size: 8px;
  text-align: center;
}

body[data-page="profile"] .profile-trust-note svg {
  width: 12px;
  height: 12px;
  color: #1b9b68;
}

body[data-page="profile"] .profile-modal,
body[data-page="profile"] .avatar-modal {
  z-index: 3500;
}

body[data-page="profile"] .profile-modal-backdrop,
body[data-page="profile"] .avatar-modal {
  background: rgba(3, 24, 43, 0.67);
  backdrop-filter: blur(8px);
}

body[data-page="profile"] .profile-modal-sheet {
  max-height: 88dvh;
  padding: 13px 16px calc(27px + env(safe-area-inset-bottom));
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #fbfdff, #f6f9fc);
  box-shadow: 0 -25px 70px rgba(3, 24, 43, 0.3);
}

body[data-page="profile"] .profile-modal-sheet::before {
  content: "";
  width: 42px;
  height: 4px;
  margin: 0 auto 13px;
  display: block;
  border-radius: 999px;
  background: #d6e1e9;
}

body[data-page="profile"] .profile-modal-head {
  margin-bottom: 15px;
}

body[data-page="profile"] .profile-modal-head h2 {
  color: var(--profile-ink);
  font-size: 19px;
}

body[data-page="profile"] .profile-modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid #dfe7ef;
  border-radius: 12px;
  background: #fff;
}

body[data-page="profile"] .profile-modal-panel.form {
  gap: 13px;
}

body[data-page="profile"] .profile-modal-panel .field > span {
  color: #536477;
  font-size: 10px;
  font-weight: 800;
}

body[data-page="profile"] .profile-modal-panel .input {
  min-height: 49px;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  background: #fff;
}

body[data-page="profile"] .profile-modal-panel .btn.block {
  min-height: 48px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--profile-blue), var(--profile-blue-2));
  box-shadow: 0 10px 21px rgba(11, 77, 157, 0.2);
}

body[data-page="profile"] .profile-service-option,
body[data-page="profile"] .profile-language-option,
body[data-page="profile"] .profile-activity-item {
  border-color: #e1e8f0;
  border-radius: 15px;
  background: #fff;
}

body[data-page="profile"] .profile-language-option.selected {
  border-color: rgba(11, 77, 157, 0.3);
  background: #edf5ff;
}

body[data-page="profile"] .profile-language-option.selected > svg {
  color: var(--profile-blue);
}

body[data-page="profile"] .avatar-modal {
  padding: 0;
  align-items: end;
}

body[data-page="profile"] .avatar-modal-sheet {
  width: min(100%, 480px);
  height: auto;
  max-height: 88dvh;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px 28px 0 0;
  background: #f6f9fc;
  box-shadow: 0 -25px 70px rgba(3, 24, 43, 0.3);
}

body[data-page="profile"] .avatar-modal-sheet > header {
  padding: 13px 14px;
  border-bottom-color: #e2e9f0;
  background: rgba(255, 255, 255, 0.97);
}

body[data-page="profile"] .avatar-modal-sheet header h2 {
  color: var(--profile-ink);
  font-size: 19px;
}

body[data-page="profile"] .avatar-grid {
  gap: 10px;
  padding: 13px 13px calc(24px + env(safe-area-inset-bottom));
}

body[data-page="profile"] .avatar-choice {
  border-radius: 15px;
}

body[data-page="profile"] .avatar-choice.selected {
  border-color: var(--profile-blue);
  box-shadow: 0 0 0 3px rgba(11, 77, 157, 0.13);
}

body[data-page="profile"] .avatar-check {
  background: var(--profile-blue);
}

body[data-page="profile"] .bottom-nav {
  width: min(452px, calc(100% - 24px));
  min-height: 69px;
  left: 50%;
  right: auto;
  bottom: calc(10px + env(safe-area-inset-bottom));
  padding: 6px;
  border: 1px solid rgba(11, 77, 157, 0.08);
  border-radius: 22px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(15, 42, 78, 0.18);
  backdrop-filter: blur(14px);
}

body[data-page="profile"] .bottom-nav .nav-link {
  min-height: 57px;
  border-radius: 16px;
  color: #8290a3;
  font-size: 8px;
}

body[data-page="profile"] .bottom-nav .yelepay-nav-icon {
  width: 31px !important;
  height: 31px !important;
  padding: 7px !important;
  border-radius: 11px !important;
  background: #f0f4f9 !important;
  box-shadow: none !important;
  filter: brightness(0) saturate(100%) invert(43%) sepia(12%) saturate(730%) hue-rotate(174deg) brightness(89%) contrast(88%) !important;
}

body[data-page="profile"] .bottom-nav .nav-link[data-nav="profile"] {
  color: var(--profile-blue) !important;
  background: #eaf3ff !important;
}

body[data-page="profile"] .bottom-nav .nav-link[data-nav="profile"] .yelepay-nav-icon {
  background: linear-gradient(135deg, var(--profile-blue), var(--profile-blue-2)) !important;
  box-shadow: 0 7px 14px rgba(11, 77, 157, 0.2) !important;
  filter: none !important;
}

@media (max-width: 370px) {
  body[data-page="profile"] .profile-premium-hero { padding-inline: 12px; }
  body[data-page="profile"] .profile-content { padding-inline: 10px; }
  body[data-page="profile"] .profile-safe-badge { padding-inline: 7px; font-size: 7px; }
  body[data-page="profile"] .profile-user-card { grid-template-columns: 56px minmax(0, 1fr) 36px; gap: 9px; }
  body[data-page="profile"] .profile-avatar { width: 56px; height: 56px; }
  body[data-page="profile"] .profile-copy-line strong { font-size: 16px; }
  body[data-page="profile"] .profile-bonus-card { padding-inline: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="profile"] *,
  body[data-page="profile"] *::before,
  body[data-page="profile"] *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Profile identity row alignment fix */
body[data-page="profile"] .profile-user-card{
  grid-template-columns:64px minmax(0,1fr) 42px!important;
  gap:14px!important;
}
body[data-page="profile"] .profile-identity{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:8px!important;
  min-width:0!important;
}
body[data-page="profile"] .profile-identity>small{
  display:none!important;
}
body[data-page="profile"] .profile-copy-line{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
}
body[data-page="profile"] .profile-copy-line strong{
  font-size:21px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
body[data-page="profile"] .profile-id-line{
  font-size:13px!important;
  line-height:1.2!important;
  color:inherit!important;
}
body[data-page="profile"] .profile-id-line>b{
  display:none!important;
}
body[data-page="profile"] .profile-copy-btn{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  border-radius:10px!important;
  display:grid!important;
  place-items:center!important;
}
body[data-page="profile"] .profile-copy-btn svg{
  width:17px!important;
  height:17px!important;
}
body[data-page="profile"] .profile-edit-button{
  justify-self:end!important;
  width:40px!important;
  height:54px!important;
  border-radius:14px!important;
}
@media(max-width:380px){
  body[data-page="profile"] .profile-user-card{grid-template-columns:58px minmax(0,1fr) 38px!important;gap:10px!important;padding:14px!important}
  body[data-page="profile"] .profile-avatar{width:58px!important;height:58px!important}
  body[data-page="profile"] .profile-copy-line strong{font-size:18px!important}
}
