*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

.hv-career-body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #05070f;
  color: #fff;
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.hv-career-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(255, 60, 180, 0.14), transparent 60%),
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(60, 160, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 35% at 85% 70%, rgba(255, 80, 200, 0.1), transparent 50%),
    linear-gradient(180deg, #05070f 0%, #0a1020 40%, #0d1830 70%, #080c18 100%);
}

.hv-career-neon-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.75;
}

.hv-career-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 8, 18, 0.35) 0%,
    rgba(5, 8, 18, 0.15) 35%,
    rgba(5, 8, 18, 0.55) 100%
  );
  pointer-events: none;
}

.hv-career-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 14px 16px;
  backdrop-filter: blur(8px);
  background: rgba(5, 8, 18, 0.45);
}

.hv-top-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.hv-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}

.hv-nav-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hv-nav-active {
  color: #fff;
  background: rgba(56, 140, 220, 0.55);
  box-shadow: 0 0 0 1px rgba(120, 200, 255, 0.25);
}

.hv-nav-badge::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5c518;
  box-shadow: 0 0 6px rgba(245, 197, 24, 0.8);
}

.hv-nav-icon,
.hv-nav-diamond-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  opacity: 0.9;
}

.hv-nav-diamond-icon {
  color: #67e8f9;
}

.hv-career-profile {
  flex-shrink: 0;
}

.hv-career-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 0;
  max-width: 1520px;
  margin: 0 auto;
  padding: 8px 16px 32px;
  min-height: calc(100vh - 64px);
}

.hv-career-sidebar {
  display: flex;
  flex-direction: column;
  padding: 8px 12px 0 4px;
  border-right: 1px solid rgba(120, 180, 255, 0.08);
}

.hv-career-hero {
  margin-bottom: 14px;
  padding: 4px 8px 0;
}

.hv-career-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hv-career-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.hv-career-nav-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.hv-career-nav-active {
  color: #fff;
  background: rgba(56, 140, 220, 0.28);
  box-shadow: inset 0 0 0 1px rgba(120, 200, 255, 0.18);
}

.hv-career-nav-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hv-icon-pink {
  color: #ff4db8;
  filter: drop-shadow(0 0 6px rgba(255, 77, 184, 0.65));
}

.hv-icon-cyan {
  color: #4db8ff;
  filter: drop-shadow(0 0 6px rgba(77, 184, 255, 0.65));
}

.hv-icon-blue {
  color: #5b8cff;
  filter: drop-shadow(0 0 6px rgba(91, 140, 255, 0.55));
}

.hv-icon-purple {
  color: #b07cff;
  filter: drop-shadow(0 0 6px rgba(176, 124, 255, 0.55));
}

.hv-icon-gold {
  color: #f5c518;
  filter: drop-shadow(0 0 6px rgba(245, 197, 24, 0.55));
}

.hv-career-promo {
  margin-top: auto;
  padding: 14px 10px 8px;
  text-align: center;
}

.hv-career-promo-img {
  width: 100%;
  aspect-ratio: 1;
  max-width: 140px;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.hv-career-promo-tag {
  margin: 0 0 8px;
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #4db8ff;
}

.hv-career-promo-btn {
  width: 100%;
  border: 1px solid rgba(77, 184, 255, 0.45);
  background: rgba(30, 80, 140, 0.35);
  color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  font-family: "Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}

.hv-career-promo-btn:hover {
  background: rgba(40, 100, 170, 0.5);
  box-shadow: 0 0 16px rgba(77, 184, 255, 0.25);
}

.hv-career-promo-foot {
  margin: 10px 0 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
}

.hv-img-slot {
  background:
    linear-gradient(135deg, rgba(255, 77, 184, 0.08), rgba(77, 184, 255, 0.08)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 8px,
      transparent 8px,
      transparent 16px
    );
  border: 1px dashed rgba(120, 180, 255, 0.28);
  border-radius: 12px;
}

.hv-career-main {
  padding: 12px 0 0 20px;
  min-width: 0;
}

.hv-career-title {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-shadow: 0 0 24px rgba(255, 80, 180, 0.35), 0 0 24px rgba(80, 180, 255, 0.35);
}

.hv-career-title-pink {
  color: #ff4db8;
}

.hv-career-title-blue {
  color: #4db8ff;
}

.hv-career-subtitle {
  margin: 8px 0 0;
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.88);
}

.hv-career-card {
  border: 1px solid rgba(120, 180, 255, 0.14);
  background: rgba(8, 14, 28, 0.72);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hv-career-top-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
  gap: 14px;
  margin-bottom: 14px;
}

.hv-career-mode-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.hv-career-mode-filter {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
  max-width: 320px;
}

.hv-career-mode-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(77, 184, 255, 0.85);
}

.hv-career-mode-select {
  width: 100%;
  border: 1px solid rgba(77, 184, 255, 0.28);
  background: rgba(77, 184, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 8px 28px 8px 12px;
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #4db8ff 50%),
    linear-gradient(135deg, #4db8ff 50%, transparent 50%);
  background-position:
    calc(100% - 14px) calc(50% - 2px),
    calc(100% - 10px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hv-career-mode-select:hover,
.hv-career-mode-select:focus {
  border-color: rgba(77, 184, 255, 0.55);
  box-shadow: 0 0 12px rgba(77, 184, 255, 0.18);
}

.hv-career-mode-select:disabled {
  opacity: 0.55;
  cursor: wait;
}

.hv-career-mode-select option,
.hv-career-mode-select optgroup {
  background: #0f1220;
  color: #fff;
}

.hv-career-mode-hint {
  margin: 0 0 4px;
  flex: 1;
  min-width: 180px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}

.hv-career-mode-hint strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.hv-career-profile-card {
  padding: 18px 20px 16px;
}

.hv-career-profile-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.hv-career-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.hv-career-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid #ff4db8;
  box-shadow: 0 0 20px rgba(255, 77, 184, 0.45);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hv-career-avatar.has-image {
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.2);
}

.hv-career-level-badge {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  min-width: 34px;
  padding: 2px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4db8ff, #2a7fd4);
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 0 12px rgba(77, 184, 255, 0.5);
}

.hv-career-identity {
  min-width: 0;
}

.hv-career-username {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hv-career-title-rank {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff4db8;
  text-shadow: 0 0 10px rgba(255, 77, 184, 0.4);
}

.hv-career-xp-block {
  margin-top: 4px;
}

.hv-career-xp-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.hv-career-xp-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hv-career-xp-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4db8ff, #7dd3fc);
  box-shadow: 0 0 12px rgba(77, 184, 255, 0.55);
  transition: width 0.4s ease;
}

.hv-career-global-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
}

.hv-career-global-logo {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 16px;
}

.hv-career-global-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.hv-career-global-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hv-career-global-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}

.hv-career-global-stat strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.hv-career-global-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.hv-career-rank-tier {
  color: #4db8ff;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hv-career-stats-section {
  margin-bottom: 14px;
}

.hv-career-stats-heading {
  margin: 0 0 8px;
  font-family: "Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
}

.hv-career-stat-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.hv-career-mini-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 92px;
  padding: 10px 8px;
  border-radius: 10px;
  background: rgba(8, 14, 28, 0.72);
  backdrop-filter: blur(8px);
}

.hv-career-mini-stat-pink {
  border: 1px solid rgba(255, 77, 184, 0.22);
  box-shadow: 0 0 18px rgba(255, 77, 184, 0.08), inset 0 1px 0 rgba(255, 77, 184, 0.06);
}

.hv-career-mini-stat-cyan {
  border: 1px solid rgba(77, 184, 255, 0.22);
  box-shadow: 0 0 18px rgba(77, 184, 255, 0.08), inset 0 1px 0 rgba(77, 184, 255, 0.06);
}

.hv-career-mini-stat-side {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hv-career-mini-stat-side-left {
  width: 26px;
  height: 26px;
}

.hv-career-mini-stat-side-right {
  width: 22px;
  height: 22px;
  opacity: 0.92;
}

.hv-career-mini-stat-side.is-empty {
  visibility: hidden;
}

.hv-career-mini-stat-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.hv-career-mini-stat-pink .hv-career-mini-stat-label {
  color: #ff4db8;
}

.hv-career-mini-stat-cyan .hv-career-mini-stat-label {
  color: #4db8ff;
}

.hv-career-mini-stat-label {
  display: block;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.hv-career-mini-stat-value {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.hv-career-mini-stat-sub {
  display: block;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.42);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.hv-career-mid-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(200px, 0.85fr) minmax(200px, 0.85fr);
  gap: 12px;
  margin-bottom: 14px;
}

.hv-career-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 0;
}

.hv-career-card-head h3 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
}

.hv-career-card-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hv-career-chart-card {
  padding-bottom: 12px;
}

.hv-career-chart-sub {
  margin: 4px 16px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}

.hv-career-chart-wrap {
  padding: 0 12px 4px;
}

.hv-career-chart-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
  padding: 0 0 10px;
}

.hv-career-chart-rom-filter {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
  max-width: 200px;
}

.hv-career-chart-rom-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.42);
}

.hv-career-chart-rom-select {
  width: 100%;
  border: 1px solid rgba(255, 77, 184, 0.25);
  background: rgba(255, 77, 184, 0.08);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  padding: 5px 24px 5px 8px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ff7ad0 50%),
    linear-gradient(135deg, #ff7ad0 50%, transparent 50%);
  background-position:
    calc(100% - 12px) calc(50% - 2px),
    calc(100% - 8px) calc(50% - 2px);
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

.hv-career-chart-rom-select:hover,
.hv-career-chart-rom-select:focus {
  border-color: rgba(255, 77, 184, 0.55);
  box-shadow: 0 0 10px rgba(255, 77, 184, 0.15);
}

.hv-career-chart-rom-select option {
  background: #0f1220;
  color: #fff;
  text-transform: none;
}

.hv-career-chart-body {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.hv-career-chart-yaxis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: 40px;
  min-height: 140px;
  padding: 14px 0 18px;
  border-right: 1px solid rgba(120, 180, 255, 0.12);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.42);
  text-align: right;
  padding-right: 8px;
}

.hv-career-chart-yaxis span {
  display: block;
}

.hv-career-chart-main {
  flex: 1;
  min-width: 0;
}

.hv-career-chart-months {
  display: flex;
  justify-content: space-between;
  padding: 6px 8px 0;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.hv-career-chart-empty {
  color: rgba(255, 255, 255, 0.35);
  font-size: 10px;
}

.hv-career-chart-filters {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.hv-career-chart-filter {
  border: 1px solid rgba(255, 77, 184, 0.25);
  background: rgba(255, 77, 184, 0.08);
  color: rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hv-career-chart-filter:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 77, 184, 0.45);
}

.hv-career-chart-filter.is-active {
  background: rgba(255, 77, 184, 0.22);
  border-color: rgba(255, 77, 184, 0.65);
  color: #ff7ad0;
  box-shadow: 0 0 10px rgba(255, 77, 184, 0.2);
}

.hv-career-chart {
  display: block;
  width: 100%;
  height: 140px;
}

.hv-career-modes-card {
  padding-bottom: 14px;
}

.hv-career-modes-list {
  padding: 10px 16px 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hv-career-mode-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  align-items: center;
}

.hv-career-mode-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hv-career-mode-pct {
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
}

.hv-career-mode-track {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hv-career-mode-fill {
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0 10px currentColor;
}

.hv-career-mode-fill.pink {
  background: linear-gradient(90deg, #ff4db8, #ff7ad0);
  color: #ff4db8;
}

.hv-career-mode-fill.blue {
  background: linear-gradient(90deg, #4db8ff, #7dd3fc);
  color: #4db8ff;
}

.hv-career-mode-fill.green {
  background: linear-gradient(90deg, #34d399, #6ee7b7);
  color: #34d399;
}

.hv-career-mode-fill.orange {
  background: linear-gradient(90deg, #fb923c, #fdba74);
  color: #fb923c;
}

.hv-career-achievement-card {
  padding-bottom: 16px;
}

.hv-career-achievement-body {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px 4px;
}

.hv-career-achievement-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 14px;
}

.hv-career-achievement-text h4 {
  margin: 0 0 4px;
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #4db8ff;
}

.hv-career-achievement-text p {
  margin: 0 0 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.hv-career-achievement-text time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.hv-career-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.85fr);
  gap: 12px;
}

.hv-career-card-head-row {
  justify-content: space-between;
  padding-right: 16px;
}

.hv-career-card-head-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hv-career-view-all {
  font-family: "Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4db8ff;
  text-decoration: none;
}

.hv-career-view-all:hover {
  text-decoration: underline;
}

.hv-career-matches-card {
  padding-bottom: 8px;
}

.hv-career-table-wrap {
  overflow-x: auto;
  padding: 8px 12px 12px;
}

.hv-career-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.hv-career-table th {
  padding: 8px 10px;
  text-align: left;
  font-family: "Orbitron", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(120, 180, 255, 0.12);
  white-space: nowrap;
}

.hv-career-table td {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  vertical-align: middle;
}

.hv-career-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.hv-career-match-link {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.hv-career-match-row {
  cursor: pointer;
}

.hv-career-match-row:hover .hv-career-match-link {
  color: #9fe8ff;
}

.hv-career-table-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  padding: 18px 10px !important;
}

.hv-career-mode-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hv-career-mode-cell .hv-icon {
  width: 14px;
  height: 14px;
}

.hv-career-result {
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hv-career-result.win {
  color: #34d399;
}

.hv-career-result.draw {
  color: rgba(255, 255, 255, 0.75);
}

.hv-career-result.lose {
  color: #f87171;
}

.hv-career-elo-change.positive {
  color: #34d399;
}

.hv-career-elo-change.negative {
  color: #f87171;
}

.hv-career-mvp-icon {
  width: 16px;
  height: 16px;
  color: #f5c518;
  filter: drop-shadow(0 0 4px rgba(245, 197, 24, 0.6));
}

.hv-career-replay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  font-size: 0.58rem;
  color: #9fe8ff;
  border: 1px solid rgba(0, 240, 255, 0.35);
  background: rgba(0, 240, 255, 0.08);
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.25);
}

.hv-career-replay-missing {
  color: rgba(255, 255, 255, 0.25);
}

.hv-career-season-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.hv-career-season-head h3 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hv-career-season-head p {
  margin: 4px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
}

.hv-career-season-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 8px;
}

.hv-career-season-rank-icon {
  width: 100px;
  height: 100px;
  margin: 8px 0 10px;
  border-radius: 20px;
}

.hv-career-season-division {
  margin: 0 0 14px;
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #4db8ff;
}

.hv-career-season-rp {
  width: 100%;
  margin-bottom: 14px;
}

.hv-career-season-rp-labels {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.hv-career-season-rp-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hv-career-season-rp-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4db8ff, #a78bfa);
  box-shadow: 0 0 14px rgba(77, 184, 255, 0.45);
}

.hv-career-season-next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid rgba(120, 180, 255, 0.1);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.hv-career-season-next strong {
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

.hv-career-season-next-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

@media (max-width: 1280px) {
  .hv-career-stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hv-career-mid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hv-career-achievement-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .hv-career-layout {
    grid-template-columns: 1fr;
  }

  .hv-career-sidebar {
    border-right: none;
    border-bottom: 1px solid rgba(120, 180, 255, 0.08);
    padding-bottom: 12px;
  }

  .hv-career-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hv-career-promo {
    display: none;
  }

  .hv-career-main {
    padding-left: 0;
  }

  .hv-career-mode-hint {
    text-align: left;
  }

  .hv-career-top-cards,
  .hv-career-bottom-grid {
    grid-template-columns: 1fr;
  }

  .hv-career-mid-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hv-career-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hv-career-global-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hv-career-global-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hv-coming-soon {
  font-size: 0.65em;
  color: #f59e0b;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: 4px;
  white-space: nowrap;
}
