:root {
  --account-ink: #06234a;
  --account-muted: #5c6d83;
  --account-line: rgba(6, 35, 74, 0.12);
  --account-blue: #0b46b5;
  --account-blue-deep: #041b3c;
  --account-cyan: #27d7df;
  --account-lime: #c9ff7a;
  --account-surface: #ffffff;
  --account-soft: #f3f7fc;
  --account-shadow: 0 24px 70px rgba(5, 34, 74, 0.12);
}

.account-real-shell:has(.account-hq-v2) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 10%, rgba(39, 215, 223, 0.12), transparent 28rem),
    linear-gradient(180deg, #eef6ff 0, #f8fbff 38rem, #fff 100%);
}

.account-hq-v2 {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 80px;
  color: var(--account-ink);
}

.account-hq-v2 *,
.account-hq-v2 *::before,
.account-hq-v2 *::after {
  box-sizing: border-box;
}

.account-hero-v2 {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.62fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  min-height: 570px;
  padding: clamp(34px, 6vw, 80px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(39, 215, 223, 0.45), transparent 20rem),
    radial-gradient(circle at 92% 84%, rgba(201, 255, 122, 0.17), transparent 18rem),
    linear-gradient(138deg, #03152f 0%, #073271 53%, #0b55b9 100%);
  box-shadow: 0 34px 90px rgba(5, 34, 74, 0.25);
}

.account-hero-v2::before {
  position: absolute;
  z-index: -1;
  top: -90px;
  right: -100px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 54px rgba(255, 255, 255, 0.035),
    0 0 0 108px rgba(255, 255, 255, 0.025);
}

.account-hero-v2::after {
  position: absolute;
  z-index: -1;
  right: 35%;
  bottom: -80px;
  width: 260px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.account-device-chip-v2 {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: max-content;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #e9f7ff !important;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.account-device-chip-v2 i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--account-lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 122, 0.12);
}

.account-hero-copy-v2 h1 {
  max-width: 780px;
  margin: 24px 0 22px;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.account-hero-copy-v2 h1 span {
  color: #b7e9ff !important;
}

.account-hero-copy-v2 > p {
  max-width: 710px;
  margin: 0;
  color: #dfedff !important;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.7;
}

.account-hero-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 32px;
}

.account-primary-action-v2,
.account-secondary-action-v2 {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.account-primary-action-v2 {
  border-color: var(--account-lime);
  color: #092142 !important;
  background: var(--account-lime);
}

.account-primary-action-v2:hover,
.account-secondary-action-v2:hover {
  transform: translateY(-2px);
}

.account-secondary-action-v2:hover {
  background: rgba(255, 255, 255, 0.16);
}

.account-trust-row-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 25px;
  color: #c5daef;
  font-size: 0.82rem;
  font-weight: 750;
}

.account-trust-row-v2 span::before,
.account-trust-row-v2 a::before {
  margin-right: 7px;
  color: var(--account-cyan);
  content: "✓";
}

.account-trust-row-v2 a {
  color: #e7f6ff !important;
}

.account-identity-card-v2 {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 360px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(3, 20, 46, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(20px);
}

.account-identity-card-v2::after {
  position: absolute;
  top: -55px;
  right: -65px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
}

.account-avatar-v2 {
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  color: #06234a !important;
  background: linear-gradient(145deg, #e9fbff, var(--account-cyan));
  box-shadow: 0 20px 40px rgba(1, 15, 36, 0.25);
  font-size: 2.3rem;
  font-weight: 950;
}

.account-identity-card-v2 > span {
  color: #a8caec !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-identity-card-v2 h2 {
  margin: 8px 0 5px;
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  letter-spacing: -0.035em;
}

.account-identity-card-v2 p {
  margin: 0 0 18px;
  color: #cee2f5 !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

.account-identity-card-v2 button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.account-stats-v2 {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: calc(100% - 80px);
  margin: -38px auto 0;
  overflow: hidden;
  border: 1px solid var(--account-line);
  border-radius: 28px;
  background: var(--account-line);
  box-shadow: var(--account-shadow);
}

.account-stats-v2 article {
  min-height: 156px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.96);
}

.account-stats-v2 span {
  display: block;
  color: var(--account-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.account-stats-v2 strong {
  display: block;
  margin: 7px 0 2px;
  color: var(--account-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

.account-stats-v2 small {
  color: var(--account-muted);
  line-height: 1.35;
}

.account-level-track-v2 {
  width: 100%;
  height: 6px;
  margin: 10px 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce7f4;
}

.account-level-track-v2 i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--account-blue), var(--account-cyan));
}

.account-focus-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
  gap: 22px;
  margin-top: 84px;
}

.account-panel-v2 {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--account-line);
  border-radius: 32px;
  background: var(--account-surface);
  box-shadow: 0 18px 50px rgba(5, 34, 74, 0.075);
}

.account-section-head-v2 {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 23px;
}

.account-section-head-v2 span,
.account-section-intro-v2 > span,
.account-data-copy-v2 > span {
  display: block;
  margin-bottom: 7px;
  color: var(--account-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.account-section-head-v2 h2,
.account-section-intro-v2 h2,
.account-data-copy-v2 h2 {
  margin: 0;
  color: var(--account-ink);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.account-section-head-v2 > a,
.account-text-link-v2 {
  color: var(--account-blue);
  font-size: 0.88rem;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.account-recent-list-v2 {
  display: grid;
}

.account-recent-link-v2 {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 11px 12px;
  border-top: 1px solid var(--account-line);
  color: var(--account-ink) !important;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease;
}

.account-recent-link-v2:first-child {
  border-top: 0;
}

.account-recent-link-v2:hover {
  border-radius: 16px;
  background: var(--account-soft);
  transform: translateX(3px);
}

.account-recent-index-v2 {
  color: #7c8ca0 !important;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.account-recent-copy-v2 {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.account-recent-copy-v2 strong {
  overflow: hidden;
  color: var(--account-ink);
  font-size: 0.98rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-recent-copy-v2 small {
  color: var(--account-muted);
}

.account-arrow-v2 {
  color: var(--account-blue) !important;
  font-size: 1.25rem;
  font-weight: 900;
}

.account-next-v2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(39, 215, 223, 0.24), transparent 13rem),
    var(--account-blue-deep);
}

.account-next-v2 .account-section-head-v2 span {
  color: var(--account-cyan) !important;
}

.account-next-v2 .account-section-head-v2 h2 {
  color: #fff;
}

.account-next-v2 > img {
  width: 94px;
  height: 94px;
  margin: 10px 0 24px;
  border-radius: 25px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

.account-next-v2 > p {
  min-height: 72px;
  margin: 0 0 20px;
  color: #d6e7f9 !important;
  line-height: 1.6;
}

.account-next-progress-v2 {
  margin-bottom: 22px;
}

.account-next-progress-v2 > span {
  color: #d6e7f9 !important;
  font-size: 0.78rem;
  font-weight: 850;
}

.account-next-progress-v2 > div {
  height: 7px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.account-next-progress-v2 i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--account-lime);
}

.account-next-v2 > a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--account-lime) !important;
  font-weight: 950;
  text-decoration: none;
}

.account-favorites-v2 {
  margin-top: 22px;
}

.account-favorites-v2 .account-section-head-v2 > small {
  max-width: 340px;
  color: var(--account-muted);
  text-align: right;
  line-height: 1.5;
}

.account-favorites-list-v2 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.account-favorite-link-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  min-height: 100px;
  padding: 16px;
  border: 1px solid var(--account-line);
  border-radius: 20px;
  color: var(--account-ink) !important;
  background: var(--account-soft);
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease;
}

.account-favorite-link-v2:hover {
  border-color: rgba(11, 70, 181, 0.35);
  transform: translateY(-3px);
}

.account-favorite-link-v2 > span:first-child {
  color: #eeae14 !important;
}

.account-favorite-link-v2 > span:last-child {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.account-favorite-link-v2 strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--account-ink);
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.account-favorite-link-v2 small {
  color: var(--account-muted);
}

.account-favorites-list-v2 > .account-text-link-v2 {
  align-self: center;
  padding: 10px;
}

.account-empty-v2 {
  padding: 28px;
  border: 1px dashed rgba(11, 70, 181, 0.25);
  border-radius: 22px;
  background: var(--account-soft);
}

.account-empty-v2.compact {
  grid-column: 1 / -1;
}

.account-empty-v2 strong {
  color: var(--account-ink);
  font-size: 1.1rem;
}

.account-empty-v2 p {
  color: var(--account-muted);
}

.account-empty-v2 a {
  color: var(--account-blue);
  font-weight: 900;
}

.account-projects-section-v2,
.account-achievements-section-v2 {
  padding: 94px 0 0;
  scroll-margin-top: 95px;
}

.account-section-intro-v2 {
  max-width: 780px;
  margin-bottom: 34px;
}

.account-section-intro-v2 p {
  max-width: 700px;
  margin: 15px 0 0;
  color: var(--account-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.account-project-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.account-project-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--account-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(5, 34, 74, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.account-project-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 58px rgba(5, 34, 74, 0.12);
}

.account-project-card-v2.is-active::before {
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--account-blue), var(--account-cyan));
  content: "";
}

.account-project-head-v2 {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.account-project-head-v2 img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  object-fit: contain;
}

.account-project-head-v2 span {
  color: var(--account-muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.account-project-head-v2 h3 {
  margin: 3px 0 0;
  color: var(--account-ink);
  font-size: 1.14rem;
  letter-spacing: -0.025em;
}

.account-project-percent-v2 {
  color: var(--account-blue);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.account-project-bar-v2 {
  height: 8px;
  margin: 28px 0 19px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf6;
}

.account-project-bar-v2 span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--account-blue), var(--account-cyan));
}

.account-project-foot-v2 {
  display: grid;
  gap: 7px;
  min-height: 64px;
}

.account-project-foot-v2 > span {
  color: var(--account-ink);
  font-size: 0.87rem;
  font-weight: 950;
}

.account-project-foot-v2 small {
  color: var(--account-muted);
  line-height: 1.45;
}

.account-project-card-v2 > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: max-content;
  margin-top: auto;
  color: var(--account-blue);
  font-size: 0.88rem;
  font-weight: 950;
  text-decoration: none;
}

.account-trophy-grid-v2 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.account-trophy-v2 {
  min-height: 260px;
  padding: 20px;
  border: 1px solid var(--account-line);
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.account-trophy-v2 img {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.account-trophy-v2 > span {
  display: block;
  color: var(--account-blue);
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.account-trophy-v2 h3 {
  margin: 8px 0;
  color: var(--account-ink);
  font-size: 1rem;
}

.account-trophy-v2 p {
  margin: 0;
  color: var(--account-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.account-trophy-v2.is-locked {
  background: #f4f6f9;
  filter: saturate(0.2);
}

.account-trophy-v2.is-locked > span {
  color: #7a8797;
}

.account-data-section-v2 {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 6vw, 76px);
  margin-top: 94px;
  padding: clamp(32px, 6vw, 72px);
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(39, 215, 223, 0.17), transparent 23rem),
    var(--account-blue-deep);
  scroll-margin-top: 95px;
}

.account-data-copy-v2 > span {
  color: var(--account-cyan) !important;
}

.account-data-copy-v2 h2 {
  color: #fff;
}

.account-data-copy-v2 > p {
  margin: 18px 0 25px;
  color: #cbdff3 !important;
  line-height: 1.7;
}

.account-data-copy-v2 ul {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.account-data-copy-v2 li {
  color: #cbdff3 !important;
}

.account-data-copy-v2 li::before {
  margin-right: 9px;
  color: var(--account-cyan);
  content: "•";
}

.account-data-copy-v2 li strong {
  color: #fff;
}

.account-data-copy-v2 > a {
  color: var(--account-lime) !important;
  font-weight: 900;
  text-decoration: none;
}

.account-data-actions-v2 {
  display: grid;
  gap: 10px;
}

.account-data-actions-v2 article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.075);
}

.account-data-actions-v2 article > span {
  color: var(--account-cyan) !important;
  font-size: 0.72rem;
  font-weight: 950;
}

.account-data-actions-v2 h3 {
  margin: 0 0 5px;
  color: #fff;
}

.account-data-actions-v2 p {
  margin: 0;
  color: #c7dbee !important;
  font-size: 0.85rem;
  line-height: 1.45;
}

.account-data-actions-v2 button,
.account-file-action-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.account-data-actions-v2 article.is-danger {
  border-color: rgba(255, 122, 134, 0.25);
}

.account-data-actions-v2 article.is-danger button {
  border-color: rgba(255, 122, 134, 0.45);
  color: #ffd8db;
}

.account-file-action-v2 input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.account-file-action-v2:focus-within {
  outline: 3px solid rgba(39, 215, 223, 0.45);
  outline-offset: 3px;
}

.account-data-status-v2 {
  min-height: 22px;
  margin: 4px 4px 0;
  color: #c7dbee !important;
  font-size: 0.84rem;
}

.account-data-status-v2.is-success {
  color: var(--account-lime) !important;
}

.account-data-status-v2.is-error {
  color: #ffbfc5 !important;
}

.account-dialog-v2 {
  width: min(560px, calc(100% - 28px));
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--account-line);
  border-radius: 28px;
  color: var(--account-ink);
  background: #fff;
  box-shadow: 0 35px 100px rgba(0, 18, 48, 0.34);
}

.account-dialog-v2::backdrop {
  background: rgba(1, 13, 31, 0.72);
  backdrop-filter: blur(7px);
}

.account-dialog-v2 form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.account-dialog-head-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-dialog-head-v2 span {
  color: var(--account-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-dialog-head-v2 button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--account-line);
  border-radius: 50%;
  color: var(--account-ink);
  background: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.account-dialog-v2 h2 {
  margin: 0;
  color: var(--account-ink);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.account-dialog-v2 p {
  margin: -5px 0 3px;
  color: var(--account-muted);
  line-height: 1.6;
}

.account-dialog-v2 label {
  display: grid;
  gap: 8px;
  color: var(--account-ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.account-dialog-v2 input {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid rgba(6, 35, 74, 0.18);
  border-radius: 14px;
  color: var(--account-ink);
  background: #fff;
  font: inherit;
}

.account-dialog-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 5px;
}

.account-dialog-actions-v2 button {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--account-line);
  border-radius: 999px;
  color: var(--account-ink);
  background: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.account-dialog-actions-v2 button.primary {
  border-color: var(--account-blue);
  color: #fff;
  background: var(--account-blue);
}

.account-dialog-actions-v2 button.danger {
  border-color: #b32132;
  color: #fff;
  background: #b32132;
}

.account-delete-warning-v2 {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid rgba(179, 33, 50, 0.18);
  border-radius: 16px;
  color: #74202b;
  background: #fff3f4;
}

.account-delete-warning-v2 span {
  color: #74202b !important;
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .account-hero-v2 {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 30px;
    padding: 48px;
  }

  .account-hero-copy-v2 h1 {
    font-size: clamp(3rem, 7vw, 4.8rem);
  }

  .account-favorites-list-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-trophy-grid-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .account-hq-v2 {
    width: min(100% - 24px, 720px);
    padding-top: 14px;
  }

  .account-hero-v2 {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 36px 28px 28px;
    border-radius: 30px;
  }

  .account-identity-card-v2 {
    min-height: 260px;
  }

  .account-stats-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 28px);
    margin-top: -18px;
  }

  .account-focus-grid-v2 {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .account-project-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-data-section-v2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .account-hq-v2 {
    width: min(100% - 16px, 520px);
    padding-bottom: 55px;
  }

  .account-hero-v2 {
    padding: 30px 20px 20px;
    border-radius: 25px;
  }

  .account-hero-copy-v2 h1 {
    margin-top: 20px;
    font-size: clamp(2.5rem, 13vw, 3.65rem);
  }

  .account-hero-actions-v2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .account-primary-action-v2,
  .account-secondary-action-v2 {
    width: 100%;
  }

  .account-identity-card-v2 {
    min-height: 235px;
    padding: 22px;
    border-radius: 24px;
  }

  .account-avatar-v2 {
    width: 72px;
    height: 72px;
    border-radius: 23px;
    font-size: 1.8rem;
  }

  .account-stats-v2 {
    width: calc(100% - 16px);
    border-radius: 22px;
  }

  .account-stats-v2 article {
    min-height: 135px;
    padding: 18px;
  }

  .account-section-head-v2 {
    display: grid;
    align-items: start;
  }

  .account-panel-v2 {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .account-favorites-v2 .account-section-head-v2 > small {
    text-align: left;
  }

  .account-favorites-list-v2,
  .account-project-grid-v2,
  .account-trophy-grid-v2 {
    grid-template-columns: 1fr;
  }

  .account-favorite-link-v2 {
    min-height: 84px;
  }

  .account-projects-section-v2,
  .account-achievements-section-v2 {
    padding-top: 70px;
  }

  .account-project-card-v2 {
    min-height: 285px;
  }

  .account-trophy-v2 {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 15px;
    min-height: 0;
    text-align: left;
  }

  .account-trophy-v2 img {
    grid-row: 1 / 4;
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .account-trophy-v2 h3 {
    margin: 5px 0;
  }

  .account-data-section-v2 {
    gap: 35px;
    margin-top: 70px;
    padding: 28px 18px;
    border-radius: 26px;
  }

  .account-data-actions-v2 article {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .account-data-actions-v2 article > button,
  .account-data-actions-v2 .account-file-action-v2 {
    grid-column: 2;
    width: 100%;
  }

  .account-dialog-v2 form {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .account-hq-v2 *,
  .account-hq-v2 *::before,
  .account-hq-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

html[data-nb-theme="dark"] .account-real-shell:has(.account-hq-v2) {
  background:
    radial-gradient(circle at 7% 10%, rgba(39, 215, 223, 0.08), transparent 28rem),
    #061427 !important;
}

html[data-nb-theme="dark"] .account-panel-v2,
html[data-nb-theme="dark"] .account-stats-v2 article,
html[data-nb-theme="dark"] .account-project-card-v2,
html[data-nb-theme="dark"] .account-trophy-v2 {
  background: #0c2342 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

html[data-nb-theme="dark"] .account-next-v2,
html[data-nb-theme="dark"] .account-data-section-v2 {
  background:
    radial-gradient(circle at 100% 0, rgba(39, 215, 223, 0.18), transparent 15rem),
    #03152f !important;
}

html[data-nb-theme="dark"] .account-favorite-link-v2,
html[data-nb-theme="dark"] .account-empty-v2,
html[data-nb-theme="dark"] .account-recent-link-v2:hover {
  background: #102b4f !important;
}

html[data-nb-theme="dark"] .account-dialog-v2,
html[data-nb-theme="dark"] .account-dialog-v2 form,
html[data-nb-theme="dark"] .account-dialog-v2 input {
  color: #fff;
  background: #0c2342 !important;
}
