@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --site-font: "Escoredream", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
  --bg: #07111f;
  --bg-deep: #03070d;
  --panel: rgba(13, 24, 42, 0.78);
  --panel-strong: rgba(15, 31, 55, 0.94);
  --line: rgba(144, 173, 212, 0.18);
  --line-bright: rgba(127, 213, 255, 0.42);
  --text: #edf6ff;
  --muted: rgba(237, 246, 255, 0.62);
  --dim: rgba(237, 246, 255, 0.34);
  --cyan: #76e8ff;
  --blue: #6ea8ff;
  --green: #63e6a6;
  --gold: #ffe1a3;
  --red: #ff6f8d;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--site-font);
  letter-spacing: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 8%, rgba(48, 122, 180, 0.3), transparent 26rem),
    radial-gradient(circle at 76% 6%, rgba(116, 232, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #081322 0%, #050b14 56%, #03070d 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

input,
textarea,
select {
  font-family: var(--site-font);
}

:where(
  .page-shell,
  .site-notice,
  .account-page,
  .inquiry-admin-page,
  .legal-page,
  .skin-preview-modal
) :where(p, li, small) {
  text-wrap: pretty;
}

:where(
  .feature-section,
  .account-page,
  .account-dashboard,
  .account-workspace,
  .inquiry-admin-page,
  .legal-page,
  .recent-page,
  .ranking-page,
  .setting-section,
  .download-panel,
  .npcap-card,
  .update-section
) :where(p, li) {
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
}

.notmeter-signature {
  display: inline-block;
  font-family: var(--site-font);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.95),
    0 0 8px rgba(255, 255, 255, 0.22);
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.82));
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

body.is-report-view .page-shell,
body.is-ranking-view .page-shell,
body.is-account-view .page-shell {
  width: min(1560px, calc(100% - 28px));
}

body.is-setting-view .page-shell {
  width: min(1540px, calc(100% - 28px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 12px 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 -16px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 7, 13, 0.92), rgba(3, 7, 13, 0.56));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(118, 232, 255, 0.48);
  background:
    radial-gradient(circle at 50% 48%, rgba(118, 232, 255, 0.2), transparent 52%),
    linear-gradient(145deg, rgba(5, 10, 18, 0.96), rgba(11, 34, 47, 0.92));
  box-shadow:
    0 0 26px rgba(118, 232, 255, 0.18),
    inset 0 0 18px rgba(0, 0, 0, 0.52);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 225, 163, 0.3);
  transform: rotate(45deg);
}

.brand-glyph {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
}

.brand-glyph-frame {
  fill: rgba(3, 7, 13, 0.36);
  stroke: rgba(118, 232, 255, 0.68);
  stroke-width: 2;
}

.brand-glyph-core {
  fill: #edf6ff;
  filter: drop-shadow(0 0 7px rgba(118, 232, 255, 0.62));
}

.brand-glyph-cut {
  fill: none;
  stroke: #ffe1a3;
  stroke-linecap: round;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px rgba(255, 225, 163, 0.6));
}

.brand strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 700;
}

.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.35vw, 22px);
  flex-wrap: nowrap;
  flex: 1;
  width: fit-content;
  max-width: 100%;
  min-height: 54px;
  padding: 0 38px 0 50px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 46px) 0, 100% 100%, 46px 100%);
  background:
    linear-gradient(115deg, rgba(120, 242, 251, 0.24) 0%, rgba(120, 242, 251, 0.1) 16%, transparent 34%, rgba(255, 225, 163, 0.12) 74%, transparent 92%),
    linear-gradient(180deg, rgba(18, 34, 55, 0.94), rgba(5, 12, 23, 0.97) 58%, rgba(2, 6, 13, 0.98));
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
  filter:
    drop-shadow(0 0 1px rgba(120, 242, 251, 0.3))
    drop-shadow(0 16px 34px rgba(0, 0, 0, 0.32));
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav::before,
.main-nav::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.main-nav::before {
  inset: 6px 12px;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 34px 100%);
  border-top: 1px solid rgba(226, 249, 255, 0.12);
  border-bottom: 1px solid rgba(120, 242, 251, 0.07);
  background:
    linear-gradient(115deg, rgba(120, 242, 251, 0.1), transparent 28%, rgba(255, 225, 163, 0.06) 76%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 0 22px rgba(120, 242, 251, 0.04);
  opacity: 0.94;
}

.main-nav::after {
  left: 68px;
  right: 48px;
  bottom: 5px;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0), rgba(120, 242, 251, 0.42) 24%, rgba(236, 254, 255, 0.6) 52%, rgba(255, 225, 163, 0.22) 76%, transparent),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(255, 255, 255, 0.16) 58px 59px, transparent 59px 116px);
  box-shadow:
    0 0 12px rgba(120, 242, 251, 0.26),
    0 0 24px rgba(255, 225, 163, 0.1);
  opacity: 0.82;
}

.main-nav a {
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  flex: 0 0 auto;
  min-width: max-content;
  padding: 0 4px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: rgba(230, 241, 252, 0.54);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: none;
  transition:
    color 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: #ffffff;
}

.main-nav a::before,
.main-nav a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.main-nav a::before {
  left: calc(-0.5 * clamp(18px, 2.35vw, 32px));
  top: 18px;
  bottom: 18px;
  width: 1px;
  background:
    linear-gradient(180deg, transparent, rgba(226, 249, 255, 0.18), transparent),
    linear-gradient(90deg, rgba(120, 242, 251, 0.14), transparent);
  opacity: 0.62;
  transform: none;
}

.main-nav a:first-child::before {
  display: none;
}

.main-nav a::after {
  left: 50%;
  bottom: 8px;
  width: 42px;
  height: 2px;
  clip-path: none;
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent, #78f2fb 18%, #f5feff 50%, #ffe1a3 82%, transparent);
  box-shadow:
    0 0 12px rgba(120, 242, 251, 0.6),
    0 0 20px rgba(255, 225, 163, 0.22);
  opacity: 0;
  transform: translateX(-50%) skewX(-18deg) scaleX(0.24);
}

.main-nav a:hover::after {
  opacity: 0.36;
  transform: translateX(-50%) skewX(-18deg) scaleX(0.72);
}

.main-nav a:hover::before {
  opacity: 0.62;
}

.main-nav a.is-active {
  color: #f8fcff;
  background: transparent;
  box-shadow: none;
  text-shadow:
    0 0 12px rgba(120, 242, 251, 0.35),
    0 1px 10px rgba(0, 0, 0, 0.55);
}

.main-nav a.is-active::before {
  opacity: 0.62;
}

.main-nav a.is-active::after {
  opacity: 1;
  transform: translateX(-50%) skewX(-18deg) scaleX(1);
}

.session-badge {
  position: relative;
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  min-width: 118px;
  max-width: 268px;
  padding: 6px 10px 6px 8px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.12), rgba(255, 225, 163, 0.055)),
    rgba(3, 8, 16, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.session-badge.has-portrait {
  min-width: 174px;
  padding-right: 6px;
}

.session-badge:hover,
.session-badge.is-active {
  border-color: rgba(120, 242, 251, 0.44);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.17), rgba(255, 225, 163, 0.075)),
    rgba(3, 8, 16, 0.5);
  transform: translateY(-1px);
}

.session-badge .class-mark {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 7px;
}

.session-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
  flex: 1 1 auto;
}

.session-badge b,
.session-badge small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.session-badge b {
  color: #f7fcff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.session-badge small {
  color: rgba(237, 246, 255, 0.56);
  font-size: 10px;
  font-weight: 800;
}

.session-friend-badge {
  position: absolute;
  top: 4px;
  right: 5px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5f7d, #ffe1a3);
  color: #21030b;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 18px rgba(255, 95, 125, 0.42);
}

.session-badge.has-portrait .session-friend-badge {
  right: 48px;
}

.session-portrait {
  flex: none;
  align-self: stretch;
  display: grid;
  place-items: end center;
  width: 42px;
  min-height: 42px;
  margin: -6px -6px -6px 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(120, 242, 251, 0.18), transparent 58%),
    linear-gradient(90deg, rgba(2, 6, 13, 0), rgba(2, 6, 13, 0.36));
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 100%);
}

.session-portrait img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: normal;
  filter: contrast(1.04) saturate(1.02) drop-shadow(0 8px 12px rgba(0, 0, 0, 0.46));
}

.header-action,
.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.header-action,
.primary-button {
  border: 1px solid rgba(118, 232, 255, 0.34);
  background: linear-gradient(135deg, rgba(118, 232, 255, 0.22), rgba(110, 168, 255, 0.14));
  box-shadow: 0 0 28px rgba(118, 232, 255, 0.14);
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 46px;
  min-height: calc(100vh - 72px);
  padding: 54px 0 68px;
}

.hero-copy h1 {
  margin: 10px 0 12px;
  font-size: clamp(54px, 9vw, 112px);
  line-height: 0.92;
  font-weight: 900;
  text-shadow: 0 0 40px rgba(118, 232, 255, 0.18);
}

.eyebrow {
  margin: 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.lead {
  width: min(100%, 560px);
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
  width: min(100%, 620px);
}

.status-strip span {
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--dim);
  font-size: 12px;
}

.status-strip b {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.meter-console {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(118, 232, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(16, 31, 54, 0.94), rgba(7, 14, 26, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.025) 19px 20px);
  box-shadow: var(--shadow), inset 0 0 44px rgba(118, 232, 255, 0.08);
  overflow: hidden;
}

.meter-console::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 30%, rgba(118, 232, 255, 0.08) 48%, transparent 64%);
}

.console-top,
.console-footer,
.meter-row,
.table-row,
.card-title {
  display: flex;
  align-items: center;
}

.console-top {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.console-top strong,
.boss-label {
  display: block;
}

.boss-label {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
}

.live-badge,
.power {
  border: 1px solid rgba(118, 232, 255, 0.3);
  background: rgba(118, 232, 255, 0.08);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.live-badge {
  padding: 6px 9px;
}

.boss-bar {
  height: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.boss-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 75, 101, 0.62), rgba(255, 111, 141, 0.24));
}

.meter-row {
  position: relative;
  min-height: 46px;
  gap: 10px;
  padding: 8px 10px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.24);
}

.meter-row.is-me {
  border-color: rgba(255, 111, 141, 0.56);
  box-shadow: inset 0 0 28px rgba(255, 111, 141, 0.14);
}

.meter-row strong {
  min-width: 88px;
  flex: 1;
}

.meter-row b {
  margin-left: auto;
}

.meter-row em {
  min-width: 56px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.job-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 111, 141, 0.62);
  background: rgba(255, 111, 141, 0.14);
  color: #ffd4dc;
  font-size: 12px;
  font-weight: 900;
}

.job-icon.green {
  border-color: rgba(99, 230, 166, 0.62);
  background: rgba(99, 230, 166, 0.12);
  color: #caffdf;
}

.job-icon.violet {
  border-color: rgba(161, 129, 255, 0.62);
  background: rgba(161, 129, 255, 0.12);
  color: #e6ddff;
}

.power {
  padding: 3px 8px;
  border-radius: 999px;
}

.console-footer {
  gap: 8px;
  margin-top: 14px;
  color: var(--dim);
  font-size: 12px;
}

.console-footer span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.tab-panel {
  display: none;
  padding: 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.tab-panel.is-active {
  display: block;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.section-head.compact {
  margin-bottom: 16px;
}

.section-head h2,
.download-panel h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.1;
}

.section-head p,
.download-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid rgba(118, 232, 255, 0.22);
  border-radius: 6px;
  background: rgba(118, 232, 255, 0.07);
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.section-link:hover {
  border-color: rgba(118, 232, 255, 0.48);
  background: rgba(118, 232, 255, 0.12);
}

.recent-kills {
  padding: 0 0 70px;
}

.kill-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kill-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(118, 232, 255, 0.08), transparent 42%),
    rgba(13, 24, 42, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.kill-card:hover,
.kill-card:focus-visible {
  border-color: var(--line-bright);
  background:
    linear-gradient(135deg, rgba(118, 232, 255, 0.14), transparent 46%),
    rgba(15, 31, 55, 0.88);
  transform: translateY(-2px);
  outline: none;
}

.kill-card-empty {
  grid-column: 1 / -1;
  min-height: 140px;
  align-items: center;
  cursor: default;
}

.kill-card .time {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 8px;
  border: 1px solid rgba(99, 230, 166, 0.28);
  border-radius: 999px;
  background: rgba(99, 230, 166, 0.08);
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.kill-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
  line-height: 1.25;
}

.recent-boss-name {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
}

.recent-boss-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-boss-order {
  --order-color: #78f2fb;
  flex: none;
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 24px;
  padding: 0 7px;
  border: 1px solid color-mix(in srgb, var(--order-color) 48%, transparent);
  border-radius: 7px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--order-color) 20%, transparent), transparent 58%),
    rgba(2, 8, 17, 0.58);
  color: color-mix(in srgb, var(--order-color) 86%, #ffffff);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 16px color-mix(in srgb, var(--order-color) 18%, transparent);
}

.recent-boss-order.is-order-2 {
  --order-color: #9bb7ff;
}

.recent-boss-order.is-order-3 {
  --order-color: #ffcf7a;
}

.kill-card small {
  color: var(--dim);
  font-size: 12px;
  font-weight: 800;
}

.recent-player {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.recent-player .class-mark {
  flex: none;
  width: 20px;
  height: 20px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  font-size: 10px;
}

.recent-player .class-mark img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 6px rgba(120, 242, 251, 0.36));
}

.recent-player > span:last-child {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.masked-nickname {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.03em;
  max-width: 100%;
  white-space: nowrap;
  vertical-align: baseline;
}

.masked-nickname.needs-safe-font {
  font-family: inherit;
}

.nickname-fallback-char {
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-weight: inherit;
  letter-spacing: 0;
  -webkit-text-fill-color: currentColor;
}

.masked-nickname .mosaic-block {
  flex: none;
}

.masked-nickname.is-unmasked {
  display: inline-block;
}

.mosaic-block {
  display: inline-grid;
  place-items: center;
  width: 0.78em;
  height: 0.92em;
  margin: 0 0.03em;
  border-radius: 0.16em;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 45%),
    repeating-linear-gradient(45deg, rgba(118, 242, 251, 0.32) 0 1px, rgba(22, 35, 48, 0.86) 1px 3px);
  box-shadow: inset 0 0 0 1px rgba(118, 242, 251, 0.2), 0 0 8px rgba(118, 242, 251, 0.13);
  color: transparent;
  vertical-align: -0.1em;
}

.kill-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.kill-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.kill-card dt,
.kill-card dd {
  margin: 0;
  color: var(--dim);
  font-size: 12px;
}

.kill-card dd {
  color: var(--text);
  font-weight: 900;
}

.report-page {
  padding: 34px 0 70px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.back-link:hover {
  border-color: var(--line-bright);
  color: var(--text);
}

.recent-page,
.ranking-page {
  padding: 24px 0 80px;
}

.recent-page-head,
.ranking-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 26px;
  border: 1px solid rgba(158, 188, 224, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(118, 232, 255, 0.09), transparent 42%),
    linear-gradient(145deg, rgba(13, 23, 38, 0.96), rgba(6, 12, 22, 0.96));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.recent-page-head {
  position: relative;
  align-items: center;
  overflow: hidden;
  padding: 24px 26px;
  border-color: rgba(118, 232, 255, 0.24);
  background:
    radial-gradient(circle at 18% 20%, rgba(118, 232, 255, 0.15), transparent 18rem),
    linear-gradient(110deg, rgba(15, 33, 53, 0.98), rgba(5, 12, 24, 0.98) 58%, rgba(3, 8, 18, 0.98));
}

.recent-page-head::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #78f2fb, #ffe1a3);
  box-shadow: 0 0 22px rgba(120, 242, 251, 0.42);
}

.recent-page-head::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 430px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.45), rgba(255, 225, 163, 0.2), transparent);
  opacity: 0.72;
}

.recent-page-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: 12px;
}

.recent-page-copy .eyebrow {
  color: rgba(120, 242, 251, 0.74);
  text-shadow: 0 0 12px rgba(120, 242, 251, 0.18);
}

.recent-page-head h1,
.ranking-page-head h1 {
  margin: 6px 0;
  color: #fff8e8;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
}

.recent-page-head h1 {
  white-space: nowrap;
  color: #fff8e8;
  font-size: clamp(42px, 5vw, 58px);
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(255, 225, 163, 0.18),
    0 2px 12px rgba(0, 0, 0, 0.48);
}

.recent-page-head p,
.ranking-page-head p {
  margin: 0;
  color: var(--muted);
}

.recent-page-copy > p:not(.eyebrow) {
  max-width: 100%;
  overflow: hidden;
  color: rgba(218, 232, 244, 0.76);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 980px) {
  .recent-page-head::after {
    right: 24px;
  }

  .recent-page-copy {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .recent-page-head h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .recent-page-copy > p:not(.eyebrow) {
    white-space: normal;
  }
}

.archive-count {
  flex: none;
  padding: 8px 10px;
  border: 1px solid rgba(118, 232, 255, 0.24);
  background: rgba(5, 16, 28, 0.86);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.recent-page-tools {
  position: relative;
  display: grid;
  align-self: stretch;
  align-content: center;
  justify-items: stretch;
  gap: 10px;
  width: min(380px, 100%);
  min-height: 142px;
  padding: 15px 16px;
  border: 1px solid rgba(118, 232, 255, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(83, 238, 202, 0.14), transparent 48%),
    linear-gradient(155deg, rgba(8, 21, 36, 0.98), rgba(4, 10, 19, 0.98));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.recent-page-tools::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #57f3c8, #54d7ff, transparent);
  box-shadow: 0 0 18px rgba(87, 243, 200, 0.42);
}

.recent-refresh-card {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.recent-refresh-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.recent-refresh-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d8fff7;
  font-size: 12px;
  font-weight: 900;
}

.recent-refresh-state::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #57f3c8;
  box-shadow: 0 0 12px rgba(87, 243, 200, 0.8);
}

.recent-refresh-card.is-paused .recent-refresh-state {
  color: var(--muted);
}

.recent-refresh-card.is-paused .recent-refresh-state::before {
  background: rgba(158, 188, 224, 0.55);
  box-shadow: none;
}

.recent-refresh-card.is-loading .recent-refresh-state::before {
  animation: recent-refresh-pulse 780ms ease-in-out infinite alternate;
}

.recent-refresh-top strong {
  min-width: 76px;
  color: #fff0b8;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

.recent-refresh-gauge {
  overflow: hidden;
  height: 7px;
  border: 1px solid rgba(118, 232, 255, 0.32);
  border-radius: 999px;
  background: rgba(1, 7, 14, 0.88);
}

.recent-refresh-gauge span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(90deg, #4be2ff, #58f2bd 54%, #fff0a5),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  box-shadow: 0 0 18px rgba(88, 242, 189, 0.45);
  transition: width 220ms linear;
}

.recent-refresh-card p {
  margin: 8px 0 4px;
  color: rgba(237, 246, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.recent-refresh-card small {
  display: block;
  color: rgba(158, 188, 224, 0.74);
  font-size: 10px;
  font-weight: 800;
}

@keyframes recent-refresh-pulse {
  from {
    opacity: 0.45;
    transform: scale(0.86);
  }
  to {
    opacity: 1;
    transform: scale(1.18);
  }
}

.recent-table {
  overflow-x: auto;
  border: 1px solid rgba(158, 188, 224, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(13, 23, 38, 0.94), rgba(5, 10, 18, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 28px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.recent-table-row {
  display: grid;
  grid-template-columns: 92px minmax(190px, 1.25fr) minmax(150px, 1fr) minmax(120px, 0.75fr) 130px 92px 72px;
  align-items: center;
  min-width: 920px;
  min-height: 54px;
  padding: 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
}

.recent-table-row:first-child {
  border-top: 0;
}

.recent-table-head {
  min-height: 42px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
}

.recent-table-link {
  transition: background 160ms ease, color 160ms ease;
}

.recent-table-link:hover {
  background: linear-gradient(90deg, rgba(118, 232, 255, 0.08), transparent 70%);
  color: var(--text);
}

.recent-table-row strong {
  min-width: 0;
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
}

.recent-table-row .recent-boss-name {
  width: 100%;
}

.account-report-row .recent-boss-name {
  display: flex;
}

.recent-table-row b {
  color: var(--cyan);
  font-size: 15px;
  font-weight: 900;
}

.recent-table-row b.recent-dps-cell {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
}

.recent-dps-number {
  color: var(--cyan);
  font-weight: 900;
}

.recent-dps-state {
  display: inline-grid;
  gap: 2px;
  min-width: 0;
  line-height: 1.08;
  white-space: nowrap;
}

.recent-dps-main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff0b8;
  font-size: 12px;
  font-weight: 900;
}

.recent-dps-main::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffe1a3;
  box-shadow: 0 0 10px rgba(255, 225, 163, 0.55);
}

.recent-dps-state small {
  color: rgba(218, 232, 244, 0.62);
  font-size: 10px;
  font-weight: 850;
}

.recent-dps-state.is-empty .recent-dps-main {
  color: rgba(237, 246, 255, 0.72);
}

.recent-dps-state.is-empty .recent-dps-main::before {
  background: rgba(158, 188, 224, 0.72);
  box-shadow: none;
}

.kill-card dd .recent-dps-state {
  justify-items: end;
  text-align: right;
}

.recent-table-row em {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.recent-table-empty {
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.detail-empty,
.combat-summary,
.skill-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(118, 232, 255, 0.08), transparent 48%),
    rgba(13, 24, 42, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.detail-empty {
  padding: 28px;
}

.detail-empty h2 {
  margin: 8px 0;
}

.detail-empty p {
  margin: 0;
  color: var(--muted);
}

.combat-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 26px;
  align-items: center;
  padding: 24px;
  border-radius: 10px;
  background:
    linear-gradient(120deg, rgba(22, 40, 68, 0.96), rgba(12, 23, 40, 0.92)),
    radial-gradient(circle at 80% 0%, rgba(118, 232, 255, 0.18), transparent 18rem);
}

.combat-summary h2 {
  margin: 8px 0 6px;
  font-size: clamp(24px, 4vw, 38px);
}

.combat-summary p {
  margin: 0;
  color: var(--muted);
}

.clear-chip {
  display: inline-flex;
  padding: 4px 9px;
  border: 1px solid rgba(99, 230, 166, 0.28);
  border-radius: 999px;
  background: rgba(99, 230, 166, 0.12);
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.combat-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.combat-summary dl div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.combat-summary dt,
.combat-summary dd {
  margin: 0;
}

.combat-summary dt {
  color: var(--dim);
  font-size: 12px;
  font-weight: 800;
}

.combat-summary dd {
  margin-top: 6px;
  color: var(--text);
  font-size: 22px;
  font-weight: 900;
}

.party-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.party-card {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(144, 173, 212, 0.22);
  border-radius: 8px;
  background: rgba(17, 31, 52, 0.76);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.party-card:hover,
.party-card.is-selected {
  border-color: rgba(118, 232, 255, 0.46);
  background: rgba(33, 47, 68, 0.92);
}

.party-line {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.party-line .rank {
  min-width: 34px;
  color: rgba(170, 205, 242, 0.86);
  font-size: 14px;
  font-weight: 900;
}

.class-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 68%, transparent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.class-mark-image {
  color: transparent;
}

.class-mark img {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 42%, transparent));
}

.class-mark-empty {
  opacity: 0;
}

.party-line strong {
  flex: 1 1 150px;
  min-width: 0;
  font-size: 15px;
  line-height: 18px;
  overflow: visible;
  white-space: normal;
}

.party-line strong .masked-nickname.is-unmasked {
  display: block;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}

.party-line small {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--dim);
  font-weight: 800;
}

.power-pill {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 139, 31, 0.16);
  color: #ffad3b;
  font-size: 11px;
  font-weight: 900;
}

.party-line b {
  margin-left: auto;
  color: #ff9f1c;
  font-size: 15px;
}

.party-line em {
  min-width: 58px;
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.party-bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.party-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.skill-panel {
  margin-top: 16px;
  padding: 18px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(18, 35, 60, 0.94), rgba(8, 16, 29, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.02) 19px 20px);
}

.skill-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.skill-head h3 {
  margin: 6px 0 0;
  font-size: 24px;
}

.skill-total {
  min-width: 130px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  text-align: right;
}

.skill-total span {
  display: block;
  color: var(--dim);
  font-size: 11px;
  font-weight: 800;
}

.skill-total strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}

.skill-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.skill-stats span {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.035);
  color: var(--dim);
  font-size: 12px;
}

.skill-stats b {
  float: right;
  color: var(--text);
}

.skill-table {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.skill-row {
  display: grid;
  grid-template-columns: minmax(158px, 1.35fr) 48px 58px 58px 58px 58px 66px 66px 72px 54px;
  align-items: center;
  min-width: 730px;
  min-height: 38px;
  padding: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(237, 246, 255, 0.68);
  font-size: 12px;
}

.skill-row:first-child {
  border-top: 0;
}

.skill-table-head {
  min-height: 38px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
}

.skill-row strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--text);
}

.skill-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skill-row strong i {
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 122, 24, 0.48);
  background: radial-gradient(circle, rgba(255, 122, 24, 0.8), rgba(110, 24, 8, 0.76));
  overflow: hidden;
}

.skill-icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skill-icon span {
  display: none;
}

.skill-icon-fallback span {
  display: block;
  color: #fff5d9;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.skill-row b {
  color: rgba(237, 246, 255, 0.88);
}

.skill-row em {
  color: #ff9f1c;
  font-style: normal;
  font-weight: 900;
}

.skill-empty {
  min-width: 720px;
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.combat-detail {
  display: grid;
  gap: 16px;
}

.report-page {
  position: relative;
  padding: 22px 0 80px;
}

.report-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 132, 58, 0.07), transparent 28%),
    linear-gradient(245deg, rgba(124, 92, 255, 0.08), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 52px);
}

.back-link {
  min-height: 38px;
  margin-bottom: 14px;
  padding: 0 13px;
  border-color: rgba(156, 187, 226, 0.18);
  background: linear-gradient(135deg, rgba(14, 25, 43, 0.88), rgba(6, 12, 22, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.report-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 24px;
  min-height: 304px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(184, 207, 234, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--report-accent, #78f2fb) 18%, transparent), transparent 18rem),
    linear-gradient(120deg, rgba(7, 13, 23, 0.98), rgba(9, 16, 28, 0.94) 46%, rgba(17, 26, 38, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 24px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 color-mix(in srgb, var(--report-accent, #78f2fb) 22%, transparent);
}

.report-hero::before,
.report-hero::after,
.premium-skill-panel::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.report-hero::before {
  inset: 0;
  background:
    linear-gradient(105deg, color-mix(in srgb, var(--report-accent, #78f2fb) 42%, transparent) 0 1px, transparent 1px 18%),
    linear-gradient(155deg, transparent 54%, rgba(118, 232, 255, 0.16) 54.2%, transparent 56%),
    linear-gradient(24deg, transparent 0 62%, rgba(255, 225, 163, 0.1) 62.4%, transparent 66%);
  opacity: 0.78;
}

.report-hero::after {
  right: -8%;
  top: -42%;
  width: 54%;
  height: 120%;
  border-left: 1px solid rgba(255, 224, 170, 0.28);
  transform: rotate(18deg);
  background:
    linear-gradient(90deg, rgba(255, 228, 174, 0.2), transparent 18%),
    repeating-linear-gradient(0deg, rgba(255, 220, 160, 0.08) 0 1px, transparent 1px 18px);
  filter: blur(0.2px);
}

.report-hero-bg {
  position: absolute;
  inset: -24px;
  opacity: 0.48;
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.92) 0%, rgba(2, 6, 13, 0.52) 48%, rgba(2, 6, 13, 0.86) 100%),
    linear-gradient(180deg, rgba(2, 6, 13, 0.22), rgba(2, 6, 13, 0.82)),
    var(--report-map);
  background-position: center;
  background-size: cover;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.03);
}

.report-status,
.report-title-block,
.report-kpis,
.report-topline {
  position: relative;
  z-index: 1;
}

.report-status {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.report-title-block {
  align-self: center;
  padding-left: 18px;
  border-left: 2px solid color-mix(in srgb, var(--report-accent, #78f2fb) 72%, transparent);
}

.report-title-block h1 {
  position: relative;
  margin: 8px 0 12px;
  max-width: min(880px, 100%);
  color: transparent;
  background: linear-gradient(180deg, #fffdf4 0%, #fff0c8 58%, color-mix(in srgb, var(--report-accent, #78f2fb) 55%, #ffe3ad) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 0.98;
  overflow-wrap: break-word;
  text-shadow: none;
  word-break: keep-all;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.46));
}

.report-title-block p {
  margin: 0;
  color: rgba(237, 246, 255, 0.68);
  font-weight: 700;
}

.report-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px !important;
}

.report-meta-line > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background: rgba(2, 7, 13, 0.46);
  color: rgba(237, 246, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.report-uploader-chip {
  position: relative;
  padding-right: 6px !important;
}

.report-dungeon-stack {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  gap: 4px !important;
  min-height: 48px !important;
  padding: 7px 10px !important;
}

.report-dungeon-name {
  color: rgba(237, 246, 255, 0.88);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.05;
}

.report-version-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(120, 242, 251, 0.28);
  border-radius: 6px;
  gap: 6px !important;
  border-color: rgba(120, 242, 251, 0.28) !important;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.13), rgba(255, 225, 163, 0.06)),
    rgba(2, 12, 18, 0.58) !important;
  color: rgba(229, 248, 255, 0.88) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.report-dungeon-stack .report-version-chip {
  min-height: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
}

.report-dungeon-stack .report-version-chip::before {
  width: 5px;
  height: 5px;
}

.report-version-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #78f2fb;
  box-shadow: 0 0 10px rgba(120, 242, 251, 0.72);
}

.report-version-chip span {
  color: rgba(169, 190, 202, 0.86);
  font-size: 10px;
  font-weight: 900;
}

.report-dungeon-stack .report-version-chip span {
  font-size: 9px;
}

.report-version-chip b {
  color: #fff3ca;
  font-size: 12px;
  font-weight: 1000;
}

.report-dungeon-stack .report-version-chip b {
  font-size: 11px;
}

.report-version-chip.is-empty {
  border-color: rgba(169, 190, 202, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(169, 190, 202, 0.1), rgba(120, 242, 251, 0.04)),
    rgba(2, 12, 18, 0.5) !important;
  color: rgba(210, 224, 232, 0.72) !important;
}

.report-version-chip.is-empty::before {
  background: rgba(169, 190, 202, 0.8);
  box-shadow: 0 0 8px rgba(169, 190, 202, 0.35);
}

.report-version-chip.is-empty b {
  color: rgba(229, 238, 244, 0.76);
}

.report-meta-line .class-mark {
  width: 20px;
  height: 20px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.report-meta-line .class-mark img {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 0 7px rgba(120, 242, 251, 0.34));
}

.report-ban-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-width: 44px;
  height: 22px;
  margin-left: 2px;
  padding: 0 9px;
  border: 1px solid rgba(255, 95, 125, 0.58);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 95, 125, 0.2), rgba(255, 225, 163, 0.08)),
    rgba(16, 3, 9, 0.72);
  color: #ffd7df;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 0 14px rgba(255, 95, 125, 0.2);
  cursor: pointer;
}

.report-ban-button:hover,
.report-ban-button:focus-visible {
  border-color: rgba(255, 119, 142, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 95, 125, 0.32), rgba(255, 225, 163, 0.1)),
    rgba(26, 5, 13, 0.88);
  color: #ffffff;
  outline: none;
}

.report-ban-button:disabled {
  cursor: default;
  opacity: 0.72;
}

.report-ban-button.is-complete {
  border-color: rgba(99, 230, 166, 0.48);
  background: rgba(99, 230, 166, 0.1);
  color: #bfffe0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 14px rgba(99, 230, 166, 0.18);
}

.report-ban-button.is-unban {
  min-width: 62px;
  border-color: rgba(120, 242, 251, 0.5);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.16), rgba(255, 225, 163, 0.07)),
    rgba(3, 15, 20, 0.72);
  color: #c9fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 0 14px rgba(120, 242, 251, 0.16);
}

.report-ban-button.is-unban:hover,
.report-ban-button.is-unban:focus-visible {
  border-color: rgba(120, 242, 251, 0.9);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.28), rgba(255, 225, 163, 0.09)),
    rgba(5, 24, 31, 0.88);
}

.report-kpis {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.report-kpis div,
.report-topline {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(2, 7, 13, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.report-kpis div {
  min-height: 82px;
  padding: 14px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.report-kpis span,
.report-topline > span {
  display: block;
  color: rgba(237, 246, 255, 0.44);
  font-size: 11px;
  font-weight: 900;
}

.report-kpis strong {
  display: block;
  margin-top: 8px;
  color: #fff8e8;
  font-size: 24px;
  font-weight: 900;
}

.report-topline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.report-topline strong {
  color: var(--gold);
  font-size: 18px;
}

.report-top-player {
  display: inline-flex !important;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.report-top-player .class-mark {
  flex: none;
  width: 24px;
  height: 24px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.report-top-player .class-mark img {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--report-accent, #78f2fb) 46%, transparent));
}

.report-topline b {
  margin-left: auto;
  color: var(--cyan);
  font-size: 18px;
}

.combat-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.66fr) minmax(0, 1.34fr);
  gap: 16px;
  align-items: start;
}

.party-board,
.premium-skill-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(158, 188, 224, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(13, 23, 38, 0.94), rgba(6, 12, 22, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 26px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.party-board {
  padding: 16px;
}

.board-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.board-head h2 {
  margin: 4px 0 0;
  font-size: 20px;
}

.board-head span {
  align-self: start;
  padding: 5px 8px;
  border: 1px solid rgba(118, 232, 255, 0.18);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.premium-party-list {
  gap: 8px;
  margin-top: 0;
}

.premium-party-card {
  position: relative;
  grid-template-columns: 38px 32px minmax(0, 1fr) 108px 54px;
  grid-template-rows: 19px 15px 3px 4px;
  align-items: center;
  align-content: center;
  column-gap: 8px;
  row-gap: 1px;
  min-height: 64px;
  padding: 9px 12px;
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 46%),
    rgba(255, 255, 255, 0.026);
}

.premium-party-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid color-mix(in srgb, var(--accent) 82%, #ffffff);
  opacity: 0.76;
  pointer-events: none;
}

.premium-party-card:hover,
.premium-party-card.is-selected {
  border-color: color-mix(in srgb, var(--accent) 64%, rgba(255, 255, 255, 0.28));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 24%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.05);
}

.premium-party-card .rank {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  min-width: 0;
  color: color-mix(in srgb, var(--accent) 70%, #ffffff);
  font-size: 13px;
  font-weight: 900;
}

.premium-party-card .class-mark,
.selected-user .class-mark {
  width: 32px;
  height: 32px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.premium-party-card .class-mark {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.premium-party-card .class-mark img,
.selected-user .class-mark img {
  width: 100%;
  height: 100%;
}

.party-identity {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  min-width: 0;
}

.party-identity strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.party-identity strong .masked-nickname,
.party-identity strong .masked-nickname.is-unmasked {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.party-identity small,
.party-dps small {
  display: block;
  margin-top: 2px;
  color: rgba(237, 246, 255, 0.42);
  font-size: 11px;
  font-weight: 800;
}

.party-identity small {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  line-height: 16px;
  white-space: nowrap;
}

.server-chip {
  color: #78f2fb;
  font-weight: 900;
}

.combat-power-mini {
  display: inline-flex;
  align-items: center;
  height: 16px;
  gap: 4px;
  color: #78f2fb;
  font-weight: 900;
  line-height: 16px;
}

.combat-power-mini img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  transform: translateY(-0.5px);
  filter: drop-shadow(0 0 6px rgba(120, 242, 251, 0.42));
}

.combat-power-mini b {
  display: inline-flex;
  align-items: center;
  height: 16px;
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
}

.death-count-slot {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  transform: translateY(-1px);
}

.death-count-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 48px;
  padding: 0 4px;
  border: 1px solid rgba(237, 246, 255, 0.12);
  border-radius: 999px;
  color: rgba(237, 246, 255, 0.56);
  background: rgba(255, 255, 255, 0.04);
  font-size: 9px;
  font-weight: 900;
  line-height: 15px;
  white-space: nowrap;
}

.death-count-mini.has-deaths {
  border-color: rgba(255, 111, 111, 0.44);
  color: #ffb7b7;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.16), transparent 36%),
    rgba(154, 32, 48, 0.24);
  box-shadow: 0 0 12px rgba(255, 80, 80, 0.16);
}

.party-dps {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
  text-align: right;
}

.party-dps b {
  color: #fff1c7;
  font-size: 15px;
  font-weight: 900;
}

.premium-party-card em {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
  color: color-mix(in srgb, var(--accent) 70%, #ffffff);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  text-align: right;
}

.premium-party-card .party-bar {
  grid-column: 1 / -1;
  grid-row: 4 / 5;
  height: 4px;
  background: rgba(255, 255, 255, 0.075);
}

.premium-party-card .party-bar i {
  width: var(--bar-width);
  background: var(--accent);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 84%, #ffffff), color-mix(in srgb, var(--accent) 54%, var(--cyan)));
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 44%, transparent);
}

.premium-skill-panel {
  margin-top: 0;
  padding: 16px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--selected-accent) 10%, transparent), transparent 38%),
    linear-gradient(135deg, rgba(11, 19, 32, 0.96), rgba(5, 10, 18, 0.97)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 30px);
}

.premium-skill-panel::before {
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 2px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--selected-accent) 76%, #ffffff), transparent 72%);
  opacity: 0.76;
  transform: none;
}

.premium-skill-head {
  position: relative;
  z-index: 1;
}

.selected-user {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.selected-user > div {
  min-width: 0;
}

.selected-user-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  min-width: 0;
}

.selected-user h3 {
  margin: 3px 0 1px;
  font-size: 26px;
}

.selected-user small {
  color: rgba(237, 246, 255, 0.48);
  font-weight: 800;
}

.premium-skill-stats {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.premium-skill-stats span {
  min-height: 48px;
  border-color: rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.16);
}

.premium-skill-stats b {
  display: block;
  float: none;
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-skill-stats .death-count-stat {
  border-color: rgba(255, 111, 111, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 111, 111, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.16);
}

.premium-skill-stats .death-count-stat.has-deaths b {
  color: #ffb7b7;
  text-shadow: 0 0 14px rgba(255, 80, 80, 0.2);
}

.player-rating-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  padding: 13px;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.12), transparent 46%),
    linear-gradient(25deg, rgba(255, 214, 138, 0.08), transparent 70%),
    rgba(3, 10, 20, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.player-rating-panel.is-elite {
  border-color: rgba(255, 211, 120, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 211, 120, 0.16), transparent 46%),
    linear-gradient(25deg, rgba(120, 242, 251, 0.09), transparent 70%),
    rgba(3, 10, 20, 0.5);
}

.player-rating-panel.is-good {
  border-color: rgba(99, 230, 166, 0.28);
}

.player-rating-panel.is-watch,
.player-rating-panel.is-low {
  border-color: rgba(255, 153, 102, 0.26);
}

.player-rating-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.player-rating-summary h4 {
  margin: 2px 0 4px;
  color: #fff8e8;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.2;
}

.player-rating-summary span,
.player-rating-grade span,
.player-rating-note,
.player-rating-boss small {
  color: rgba(237, 246, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.player-rating-summary strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid rgba(120, 242, 251, 0.28);
  border-radius: 8px;
  color: #78f2fb;
  background: rgba(120, 242, 251, 0.09);
  font-size: 25px;
  font-weight: 1000;
  line-height: 1;
  box-shadow: 0 0 20px rgba(120, 242, 251, 0.13);
}

.player-rating-grade {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.player-rating-grade b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #fff1c7;
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  font-weight: 1000;
  white-space: nowrap;
}

.player-rating-bar {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
}

.player-rating-bar i {
  display: block;
  width: var(--rating-score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #78f2fb, #ffe1a3);
  box-shadow: 0 0 18px rgba(120, 242, 251, 0.34);
}

.player-rating-bosses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.player-rating-boss {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.032);
}

.player-rating-boss b {
  overflow: hidden;
  color: rgba(248, 251, 255, 0.88);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-rating-boss em {
  color: #78f2fb;
  font-size: 14px;
  font-style: normal;
  font-weight: 1000;
}

.player-rating-boss.is-muted {
  opacity: 0.7;
}

.player-rating-boss.is-muted em {
  color: rgba(237, 246, 255, 0.55);
  font-size: 12px;
}

.player-rating-operation {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), rgba(255, 225, 163, 0.035)),
    rgba(255, 255, 255, 0.025);
}

.player-rating-operation > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.player-rating-operation b {
  color: rgba(255, 248, 232, 0.92);
  font-size: 11px;
  font-weight: 1000;
}

.player-rating-operation > div:first-child > span {
  color: rgba(237, 246, 255, 0.62);
  font-size: 11px;
  font-weight: 850;
}

.player-rating-operation-buffs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px;
}

.player-rating-operation-buff {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), transparent 58%),
    rgba(0, 0, 0, 0.16);
}

.operation-buff-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.operation-buff-title b {
  overflow: hidden;
  color: rgba(248, 251, 255, 0.88);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation-buff-title small {
  flex: none;
  color: rgba(237, 246, 255, 0.46);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.operation-buff-metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px;
  gap: 6px;
}

.operation-buff-metrics span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 6px 7px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.026);
}

.operation-buff-metrics small {
  overflow: hidden;
  color: rgba(237, 246, 255, 0.48);
  font-size: 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation-buff-metrics strong {
  color: #78f2fb;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.1;
}

.operation-buff-delta {
  text-align: center;
}

.operation-buff-delta.is-positive strong {
  color: #7dffbf;
}

.operation-buff-delta.is-negative strong {
  color: #ffb7b7;
}

.player-rating-operation.is-muted {
  opacity: 0.72;
}

.player-rating-note {
  margin: 0;
  color: rgba(237, 246, 255, 0.5);
  word-break: keep-all;
}

.buff-operating-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid rgba(168, 85, 247, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.09), transparent 46%),
    rgba(3, 10, 20, 0.42);
}

.buff-operating-head {
  display: flex;
  align-items: center;
  gap: 9px;
}

.buff-operating-head span {
  color: #c4b5fd;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.buff-operating-head strong {
  color: #f8fbff;
  font-size: 14px;
  font-weight: 1000;
}

.buff-operating-head em {
  margin-left: auto;
  color: rgba(237, 246, 255, 0.52);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.buff-operating-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 8px;
}

.buff-operating-card {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(237, 246, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(196, 181, 253, 0.12) 0 var(--buff-rate), transparent var(--buff-rate)),
    rgba(255, 255, 255, 0.025);
}

.buff-operating-card .skill-icon {
  width: 28px;
  height: 28px;
  border-color: rgba(196, 181, 253, 0.42);
  border-radius: 6px;
  background:
    radial-gradient(circle at 30% 20%, rgba(245, 208, 254, 0.68), transparent 42%),
    linear-gradient(135deg, rgba(76, 29, 149, 0.92), rgba(8, 14, 24, 0.96));
  box-shadow: 0 0 14px rgba(168, 85, 247, 0.24);
}

.buff-operating-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.buff-operating-name {
  overflow: hidden;
  color: #f3e8ff;
  font-size: 12px;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buff-operating-bar {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(237, 246, 255, 0.075);
}

.buff-operating-bar i {
  display: block;
  width: var(--buff-rate);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a78bfa, #67e8f9);
  box-shadow: 0 0 12px rgba(103, 232, 249, 0.36);
}

.buff-operating-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 10px;
  font-weight: 900;
}

.buff-operating-meta b {
  color: #e9d5ff;
  font-size: 12px;
}

.buff-operating-meta small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-skill-table {
  position: relative;
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.18);
}

.premium-skill-table .skill-row {
  grid-template-columns: minmax(272px, 1.62fr) 54px 58px 58px 58px 58px 66px 66px 78px 58px;
  min-width: 940px;
}

.premium-skill-table .skill-table-head {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.premium-skill-row {
  position: relative;
  min-height: 48px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--selected-accent) 10%, transparent) 0 var(--damage-ratio), transparent var(--damage-ratio)),
    rgba(255, 255, 255, 0.012);
}

.premium-skill-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: color-mix(in srgb, var(--selected-accent) 62%, transparent);
  opacity: 0.46;
}

.premium-skill-row.is-core-skill {
  background:
    linear-gradient(90deg, rgba(255, 225, 163, 0.1) 0 var(--damage-ratio), transparent var(--damage-ratio)),
    linear-gradient(90deg, color-mix(in srgb, var(--selected-accent) 12%, transparent), transparent 70%),
    rgba(255, 255, 255, 0.016);
}

.premium-skill-row:hover {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--selected-accent) 16%, transparent) 0 var(--damage-ratio), transparent var(--damage-ratio)),
    rgba(255, 255, 255, 0.035);
}

.premium-skill-row.is-stigma-skill {
  background:
    linear-gradient(90deg, rgba(192, 132, 252, 0.18) 0 var(--damage-ratio), transparent var(--damage-ratio)),
    linear-gradient(90deg, rgba(111, 66, 193, 0.18), transparent 72%),
    rgba(255, 255, 255, 0.014);
}

.premium-skill-row.is-stigma-skill:hover {
  background:
    linear-gradient(90deg, rgba(192, 132, 252, 0.24) 0 var(--damage-ratio), transparent var(--damage-ratio)),
    linear-gradient(90deg, rgba(111, 66, 193, 0.24), transparent 72%),
    rgba(255, 255, 255, 0.038);
}

.premium-skill-row.is-stigma-skill::after {
  width: 3px;
  background: linear-gradient(180deg, #d8b4fe, #8b5cf6);
  opacity: 0.84;
  box-shadow: 0 0 16px rgba(192, 132, 252, 0.54);
}

.premium-skill-row.is-stigma-skill .skill-rank-badge {
  border-color: rgba(216, 180, 254, 0.36);
  color: #e9d5ff;
  background: rgba(139, 92, 246, 0.12);
}

.skill-name-cell {
  display: grid !important;
  grid-template-columns: 30px 28px minmax(0, 1fr);
  gap: 9px !important;
}

.skill-rank-badge {
  display: grid;
  place-items: center;
  width: 30px;
  min-height: 24px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 6px;
  color: rgba(237, 246, 255, 0.66);
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  font-weight: 900;
}

.is-core-skill .skill-rank-badge {
  border-color: rgba(255, 225, 163, 0.34);
  color: #ffe1a3;
  background: rgba(255, 225, 163, 0.085);
}

.skill-name-copy {
  display: block;
  min-width: 0;
}

.skill-name-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.skill-name-title b,
.skill-name-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skill-name-title b {
  flex: 0 1 auto;
  min-width: 0;
  color: #f8fcff;
  font-size: 13px;
  font-weight: 900;
}

.skill-name-copy small {
  margin-top: 2px;
  color: rgba(237, 246, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
}

.skill-stigma-badge {
  display: inline-flex;
  align-items: center;
  flex: none;
  height: 18px;
  padding: 0 7px;
  border: 1px solid rgba(216, 180, 254, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.24), transparent 38%),
    linear-gradient(135deg, rgba(168, 85, 247, 0.42), rgba(67, 56, 202, 0.22));
  color: #f3e8ff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 12px rgba(168, 85, 247, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.skill-traits {
  display: grid;
  grid-template-columns: repeat(5, 7px);
  align-items: center;
  gap: 2px;
  flex: none;
  padding: 3px 4px;
  border: 1px solid rgba(103, 232, 249, 0.14);
  border-radius: 999px;
  background: rgba(3, 12, 22, 0.48);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.skill-trait-cell {
  width: 7px;
  height: 10px;
  border: 1px solid rgba(237, 246, 255, 0.08);
  border-radius: 2px;
  background: rgba(237, 246, 255, 0.055);
}

.skill-trait-cell.is-on {
  border-color: rgba(116, 244, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(230, 255, 250, 0.96), rgba(103, 232, 249, 0.9) 42%, rgba(26, 188, 220, 0.78));
  box-shadow:
    0 0 8px rgba(103, 232, 249, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.premium-skill-row strong i {
  border-color: color-mix(in srgb, var(--selected-accent) 58%, rgba(255, 255, 255, 0.24));
  border-radius: 4px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--selected-accent) 72%, #fff), rgba(12, 22, 36, 0.9));
  box-shadow: 0 0 14px color-mix(in srgb, var(--selected-accent) 24%, transparent);
}

.premium-skill-row.is-stigma-skill strong i {
  border-color: rgba(216, 180, 254, 0.56);
  background:
    radial-gradient(circle at 30% 20%, rgba(245, 208, 254, 0.82), transparent 42%),
    linear-gradient(135deg, rgba(126, 34, 206, 0.9), rgba(20, 14, 45, 0.96));
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.36);
}

.premium-skill-row .skill-icon-fallback {
  background:
    radial-gradient(circle at 35% 20%, color-mix(in srgb, var(--selected-accent) 78%, #fff), transparent 42%),
    linear-gradient(135deg, color-mix(in srgb, var(--selected-accent) 42%, #1a2334), rgba(8, 14, 24, 0.95));
}

.report-detail-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  margin: 16px 0 14px;
  padding: 6px;
  border: 1px solid color-mix(in srgb, var(--selected-accent) 34%, rgba(255, 255, 255, 0.14));
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--selected-accent) 13%, transparent), transparent 72%),
    rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 22px color-mix(in srgb, var(--selected-accent) 10%, transparent);
}

.report-detail-tabs button {
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  color: rgba(237, 246, 255, 0.78);
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.report-detail-tabs button:hover,
.report-detail-tabs button.is-active {
  color: #041018;
  background: linear-gradient(135deg, color-mix(in srgb, var(--selected-accent) 86%, #ffffff), #ffe6a6);
  border-color: rgba(255, 241, 199, 0.68);
  box-shadow: 0 0 22px color-mix(in srgb, var(--selected-accent) 30%, transparent);
}

.report-detail-tabs button:hover {
  transform: translateY(-1px);
}

.character-info-loaded,
.character-info-loading,
.character-info-empty {
  position: relative;
  z-index: 1;
}

.character-profile-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
}

.character-profile-main,
.character-profile-stats {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 7px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--selected-accent) 9%, transparent), transparent 66%),
    rgba(0, 0, 0, 0.18);
}

.character-profile-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 13px;
}

.character-profile-main h3 {
  margin: 3px 0 2px;
  color: #fff;
  font-size: 24px;
}

.character-profile-main small {
  display: block;
  overflow: hidden;
  color: rgba(237, 246, 255, 0.52);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.character-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.character-profile-stats span {
  min-width: 0;
  padding: 13px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.character-profile-stats span:last-child {
  border-right: 0;
}

.character-profile-stats small,
.character-card-head span,
.official-equip-copy small {
  color: rgba(237, 246, 255, 0.46);
  font-size: 11px;
  font-weight: 900;
}

.character-profile-stats b {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #fff1c7;
  font-size: 18px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.character-info-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
  align-items: start;
}

.character-info-column {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.character-info-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.18);
}

.character-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.character-card-head h4 {
  margin: 0;
  color: #edf6ff;
  font-size: 16px;
  font-weight: 950;
}

.official-equip-list {
  display: grid;
}

.official-equip-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, color-mix(in srgb, var(--grade-color, #78f2fb) 6%, transparent), transparent 70%);
}

.official-equip-row:last-child {
  border-bottom: 0;
}

.official-equip-row.is-empty {
  opacity: 0.56;
}

.official-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--grade-color, #78f2fb) 52%, rgba(255, 255, 255, 0.18));
  border-radius: 4px;
  background:
    radial-gradient(circle at 35% 18%, color-mix(in srgb, var(--grade-color, #78f2fb) 34%, transparent), transparent 52%),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.official-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.official-icon i {
  display: none;
}

.official-icon-empty {
  color: rgba(237, 246, 255, 0.52);
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.official-profile-icon {
  width: 58px;
  height: 58px;
  border-radius: 6px;
}

.official-skin-icon {
  width: 32px;
  height: 32px;
  justify-self: end;
}

.official-skin-space {
  width: 32px;
  height: 32px;
}

.official-equip-copy {
  min-width: 0;
}

.official-equip-copy strong {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: var(--grade-color, #fff1c7);
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-equip-copy small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-exceed {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  color: #041018;
  background: #42e8ff;
  font-size: 10px;
  font-weight: 950;
}

.is-grade-epic {
  --grade-color: #ff7a18;
}

.is-grade-unique {
  --grade-color: #ffe15f;
}

.is-grade-rare {
  --grade-color: #42a5ff;
}

.is-grade-special {
  --grade-color: #b96bff;
}

.is-grade-common,
.is-grade-none {
  --grade-color: #a7b8c8;
}

.official-skill-section {
  overflow: hidden;
}

.official-title-section {
  margin-bottom: 14px;
  overflow: hidden;
}

.official-title-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px 14px;
}

.official-title-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--grade-color, #78f2fb) 32%, rgba(255, 255, 255, 0.12));
  border-radius: 6px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--grade-color, #78f2fb) 11%, transparent), transparent 72%),
    rgba(255, 255, 255, 0.035);
}

.official-title-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 12px;
}

.official-title-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--grade-color, #78f2fb) 44%, rgba(255, 255, 255, 0.16));
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 20%, color-mix(in srgb, var(--grade-color, #78f2fb) 54%, transparent), transparent 60%),
    rgba(0, 0, 0, 0.28);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 0 14px color-mix(in srgb, var(--grade-color, #78f2fb) 18%, transparent);
}

.official-title-top > div {
  min-width: 0;
}

.official-title-top strong,
.official-title-top small,
.official-title-card b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-title-top strong {
  color: #edf6ff;
  font-size: 13px;
  font-weight: 950;
}

.official-title-top small {
  margin-top: 2px;
  color: rgba(237, 246, 255, 0.5);
  font-size: 11px;
  font-weight: 900;
}

.official-title-card b {
  color: var(--grade-color, #fff1c7);
  font-size: 13px;
  font-weight: 950;
}

.official-title-card ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.official-title-card li {
  overflow: hidden;
  color: rgba(237, 246, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
  gap: 8px;
  padding: 12px 14px 14px;
}

.official-skill-item {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
}

.official-skill-icon {
  width: 100%;
  height: 100%;
  border-color: rgba(120, 242, 251, 0.18);
}

.official-skill-item b {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 3px #000, 0 0 5px #000;
}

.official-skill-item em {
  position: absolute;
  left: -3px;
  top: -3px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: #041018;
  background: #fff1c7;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.official-skill-item.is-locked .official-skill-icon {
  filter: grayscale(1) brightness(0.42);
}

.official-skill-item.is-locked::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.38);
}

.official-empty-text {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(237, 246, 255, 0.46);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.character-info-empty {
  display: grid;
  place-items: start;
  gap: 8px;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.18);
}

.character-info-empty h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.character-info-empty p {
  margin: 0;
  color: rgba(237, 246, 255, 0.52);
  font-weight: 800;
}

.character-info-empty.is-error {
  border-color: rgba(255, 93, 132, 0.24);
}

.character-info-skeleton {
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    rgba(255, 255, 255, 0.035);
  background-size: 220% 100%;
  animation: character-skeleton 1.35s linear infinite;
}

.character-info-skeleton.is-wide {
  min-height: 86px;
  margin-bottom: 14px;
}

.character-info-skeleton.is-small {
  min-height: 132px;
}

@keyframes character-skeleton {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -120% 0;
  }
}

@media (max-width: 1100px) {
  .character-profile-strip,
  .character-info-grid {
    grid-template-columns: 1fr;
  }

  .official-title-grid {
    grid-template-columns: 1fr;
  }

  .character-profile-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .report-detail-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .report-detail-tabs button {
    width: 100%;
    min-width: 0;
  }

  .character-profile-main {
    align-items: flex-start;
  }

  .character-profile-main h3 {
    font-size: 20px;
  }

  .character-profile-stats {
    grid-template-columns: 1fr;
  }

  .character-profile-stats span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .character-profile-stats span:last-child {
    border-bottom: 0;
  }

  .official-equip-row {
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    padding-inline: 10px;
  }

  .official-icon {
    width: 32px;
    height: 32px;
  }

  .official-profile-icon {
    width: 48px;
    height: 48px;
  }

  .official-skill-grid {
    grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
    gap: 7px;
    padding-inline: 10px;
  }
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.metric-card,
.chart-card,
.release-card,
.download-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.metric-card {
  padding: 18px;
}

.metric-card span,
.release-card span {
  display: block;
  color: var(--dim);
  font-size: 12px;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin: 12px 0 2px;
  font-size: 34px;
  line-height: 1;
}

.metric-card small {
  color: var(--cyan);
  font-weight: 800;
}

.analytics-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
  gap: 12px;
  margin-top: 12px;
}

.chart-card {
  min-height: 330px;
  padding: 18px;
}

.card-title {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.card-title span {
  color: var(--dim);
  font-size: 12px;
}

.bar-chart {
  display: grid;
  gap: 12px;
}

.bar-chart div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.bar-chart div::before {
  content: "";
  grid-column: 2;
  height: 18px;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(118, 232, 255, 0.8), rgba(110, 168, 255, 0.26)) 0 / calc(var(--value) * 1%) 100% no-repeat,
    rgba(255, 255, 255, 0.06);
}

.bar-chart span {
  grid-column: 1;
  grid-row: 1;
}

.bar-chart b {
  grid-column: 3;
  grid-row: 1;
  text-align: right;
  color: var(--text);
}

.donut-wrap {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 240px;
}

.donut {
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--cyan) 0 31%, var(--green) 31% 55%, var(--blue) 55% 73%, rgba(255, 225, 163, 0.8) 73% 100%);
  position: relative;
}

.donut::after {
  content: "";
  position: absolute;
  inset: 32px;
  border-radius: 50%;
  background: #091321;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.legend {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.legend li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend b {
  margin-left: auto;
  color: var(--text);
}

.c1 { background: var(--cyan); }
.c2 { background: var(--green); }
.c3 { background: var(--blue); }
.c4 { background: var(--gold); }

.feature-section {
  overflow: hidden;
}

.feature-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 24px;
  align-items: stretch;
  min-height: 288px;
  padding: 30px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.11), transparent 32%),
    linear-gradient(160deg, rgba(255, 225, 163, 0.08), transparent 58%),
    rgba(7, 17, 31, 0.86);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.feature-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.025) 43px 44px),
    linear-gradient(100deg, transparent 0 38%, rgba(120, 242, 251, 0.12) 48%, transparent 58%);
  opacity: 0.7;
  transform: translateX(-26%);
  animation: featureSweep 7s ease-in-out infinite;
}

.feature-hero > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.feature-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-hero h2 {
  max-width: 620px;
  margin: 8px 0 14px;
  color: #fff8e8;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
}

.feature-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(237, 246, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.feature-flow-panel {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(1, 8, 16, 0.86), rgba(14, 31, 50, 0.72)),
    rgba(1, 8, 16, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 48px rgba(0, 0, 0, 0.24);
}

.feature-flow-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  min-width: 0;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.09), transparent 68%),
    rgba(255, 255, 255, 0.035);
}

.feature-flow-step span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(120, 242, 251, 0.36);
  border-radius: 8px;
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
  background: rgba(120, 242, 251, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.feature-flow-step strong {
  color: #fff8e8;
  font-size: 16px;
  font-weight: 900;
}

.feature-flow-step small {
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.feature-card {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.075), transparent 42%),
    rgba(8, 19, 34, 0.84);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, #78f2fb, rgba(255, 225, 163, 0.72), transparent);
  opacity: 0.36;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 242, 251, 0.32);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.feature-card.primary,
.feature-card.wide {
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.11), transparent 40%),
    linear-gradient(145deg, rgba(120, 242, 251, 0.08), transparent 64%),
    rgba(8, 19, 34, 0.9);
}

.feature-card.wide {
  grid-column: span 3;
  min-height: 150px;
}

.feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 28px;
  margin-bottom: 28px;
  border: 1px solid rgba(120, 242, 251, 0.24);
  border-radius: 999px;
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: #f7fbff;
  font-size: 21px;
}

.feature-card p {
  margin: 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.feature-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.feature-pillar {
  min-width: 0;
  min-height: 380px;
  padding: 20px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(120, 242, 251, 0.08), transparent 44%),
    rgba(8, 19, 34, 0.86);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.feature-pillar.is-web {
  border-color: rgba(255, 225, 163, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 225, 163, 0.105), transparent 44%),
    rgba(8, 19, 34, 0.88);
}

.feature-pillar.is-account {
  border-color: rgba(99, 230, 166, 0.2);
  background:
    linear-gradient(150deg, rgba(99, 230, 166, 0.09), transparent 44%),
    rgba(8, 19, 34, 0.86);
}

.feature-pillar-head {
  min-height: 116px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(120, 242, 251, 0.28);
  border-radius: 999px;
  color: #78f2fb;
  background: rgba(120, 242, 251, 0.08);
  font-size: 11px;
  font-weight: 900;
}

.feature-pillar.is-web .feature-pill {
  border-color: rgba(255, 225, 163, 0.32);
  color: #ffe1a3;
  background: rgba(255, 225, 163, 0.08);
}

.feature-pillar.is-account .feature-pill {
  border-color: rgba(99, 230, 166, 0.3);
  color: #63e6a6;
  background: rgba(99, 230, 166, 0.08);
}

.feature-pillar h3 {
  margin: 14px 0 0;
  color: #f7fbff;
  font-size: 24px;
  line-height: 1.22;
}

.feature-check-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.feature-check-list li {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.1);
  border-radius: 8px;
  background: rgba(2, 8, 16, 0.38);
}

.feature-check-list b {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 900;
}

.feature-check-list span {
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.feature-web-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 40%),
    linear-gradient(160deg, rgba(99, 230, 166, 0.045), transparent 64%),
    rgba(5, 14, 26, 0.88);
  box-shadow: 0 18px 62px rgba(0, 0, 0, 0.26);
}

.feature-guide-head {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 260px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(2, 8, 16, 0.44);
}

.feature-guide-head h3 {
  margin: 8px 0 12px;
  color: #fff8e8;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.feature-guide-head p:last-child {
  margin: 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.web-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.web-feature-grid article {
  min-width: 0;
  min-height: 158px;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 52%),
    rgba(255, 255, 255, 0.03);
}

.web-feature-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #63e6a6;
  font-size: 11px;
  font-weight: 900;
}

.web-feature-grid b {
  display: block;
  margin-bottom: 8px;
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
}

.web-feature-grid p {
  margin: 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.feature-settings-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
  gap: 16px;
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.085), transparent 36%),
    linear-gradient(160deg, rgba(255, 225, 163, 0.06), transparent 62%),
    rgba(5, 14, 26, 0.88);
  box-shadow: 0 18px 62px rgba(0, 0, 0, 0.28);
}

.feature-settings-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 340px;
  padding: 20px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(120, 242, 251, 0.07), transparent 54%),
    rgba(2, 8, 16, 0.52);
}

.feature-settings-copy h3 {
  margin: 8px 0 12px;
  color: #fff8e8;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.feature-settings-copy h3 + p {
  margin: 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.settings-focus-strip {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.settings-focus-strip span {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.settings-focus-strip b {
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.settings-focus-strip small {
  min-width: 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.settings-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.settings-feature-grid article {
  position: relative;
  min-width: 0;
  min-height: 218px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 54%),
    rgba(255, 255, 255, 0.028);
}

.settings-feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.84), rgba(255, 225, 163, 0.62), transparent);
  opacity: 0.58;
}

.settings-feature-grid article span {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(99, 230, 166, 0.92);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.settings-feature-grid b {
  display: block;
  margin-bottom: 8px;
  color: #fff8e8;
  font-size: 16px;
  font-weight: 900;
}

.settings-feature-grid p {
  margin: 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.settings-feature-grid ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.settings-feature-grid li {
  position: relative;
  padding-left: 14px;
  color: rgba(237, 246, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.settings-feature-grid li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #78f2fb;
  box-shadow: 0 0 10px rgba(120, 242, 251, 0.52);
}

.feature-section-v2 {
  display: grid;
  gap: 20px;
}

.feature-hero-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  min-height: 430px;
  padding: 34px;
  overflow: hidden;
  border-color: rgba(120, 242, 251, 0.24);
  background:
    linear-gradient(90deg, rgba(3, 8, 16, 0.9), rgba(3, 8, 16, 0.52) 56%, rgba(3, 8, 16, 0.86)),
    linear-gradient(135deg, rgba(120, 242, 251, 0.14), transparent 38%),
    linear-gradient(165deg, rgba(255, 170, 76, 0.1), transparent 70%),
    url("/assets/maps/rudra-sanctum.jpg") center / cover;
}

.feature-hero-v2::before {
  animation: none;
  transform: none;
  opacity: 0.54;
  background:
    linear-gradient(115deg, rgba(120, 242, 251, 0.2) 0 1px, transparent 1px 24%),
    linear-gradient(155deg, transparent 55%, rgba(255, 225, 163, 0.13) 55.5%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 34px);
}

.feature-hero-v2 .feature-hero-copy {
  justify-content: flex-end;
  max-width: 780px;
  min-height: 360px;
  padding-top: 72px;
}

.feature-hero-v2 h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #fff7e4;
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.52);
}

.feature-hero-v2 h2 span {
  display: block;
}

.feature-hero-v2 p {
  max-width: 740px;
  color: rgba(237, 246, 255, 0.82);
}

.feature-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.feature-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(120, 242, 251, 0.42);
  border-radius: 6px;
  color: #f7fbff;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.18), rgba(255, 225, 163, 0.08)),
    rgba(4, 12, 22, 0.62);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(120, 242, 251, 0.12);
}

.feature-command-screen {
  align-self: stretch;
  display: grid;
  align-content: end;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(9, 24, 42, 0.86), rgba(2, 8, 16, 0.82)),
    rgba(2, 8, 16, 0.78);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.feature-command-screen img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.feature-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
}

.feature-screen-top span {
  color: rgba(120, 242, 251, 0.9);
  font-size: 11px;
  font-weight: 900;
}

.feature-screen-top b {
  color: #ffe1a3;
  font-size: 18px;
  font-weight: 900;
}

.feature-mini-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.feature-mini-stack span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
}

.feature-mini-stack b {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.feature-mini-stack small {
  color: rgba(237, 246, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.feature-status-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 12px;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.12), transparent 30%, rgba(255, 225, 163, 0.08) 72%, transparent),
    rgba(4, 12, 22, 0.92);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.feature-status-rail::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 39px;
  height: 1px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.72), rgba(255, 225, 163, 0.62), rgba(120, 242, 251, 0.22));
  box-shadow: 0 0 14px rgba(120, 242, 251, 0.28);
  pointer-events: none;
}

.feature-status-rail article {
  position: relative;
  min-width: 0;
  min-height: 128px;
  padding: 14px 15px 13px;
  border-right: 1px solid rgba(120, 242, 251, 0.1);
}

.feature-status-rail article:last-child {
  border-right: 0;
}

.feature-status-rail span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 30px;
  margin-bottom: 17px;
  border: 1px solid rgba(255, 225, 163, 0.36);
  border-radius: 6px;
  color: #ffe1a3;
  font-size: 11px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255, 225, 163, 0.16), rgba(6, 14, 25, 0.96));
  box-shadow: 0 0 0 4px rgba(4, 12, 22, 0.96), 0 0 16px rgba(255, 225, 163, 0.18);
}

.feature-status-rail b {
  display: block;
  color: #f7fbff;
  font-size: 16px;
  font-weight: 900;
}

.feature-status-rail p {
  margin: 8px 0 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 13px;
  line-height: 1.58;
  word-break: keep-all;
}

.feature-showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.feature-showcase-card {
  position: relative;
  min-width: 0;
  min-height: 324px;
  grid-column: span 4;
  padding: 22px 22px 20px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(120, 242, 251, 0.09), transparent 48%),
    rgba(8, 19, 34, 0.88);
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.feature-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px);
  opacity: 0.22;
  pointer-events: none;
}

.feature-showcase-card > * {
  position: relative;
  z-index: 1;
}

.feature-showcase-card.is-report,
.feature-showcase-card.is-ranking,
.feature-showcase-card.is-rating,
.feature-showcase-card.is-party,
.feature-showcase-card.is-skin,
.feature-showcase-card.is-update,
.feature-showcase-card.is-diagnostics {
  grid-column: span 4;
  min-height: 302px;
}

.feature-showcase-card.is-buff {
  border-color: rgba(99, 230, 166, 0.2);
  background:
    linear-gradient(150deg, rgba(99, 230, 166, 0.11), transparent 50%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-ticket {
  border-color: rgba(111, 232, 255, 0.24);
  background:
    linear-gradient(150deg, rgba(111, 232, 255, 0.13), transparent 50%),
    linear-gradient(25deg, rgba(255, 208, 122, 0.08), transparent 58%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-report {
  border-color: rgba(192, 132, 252, 0.2);
  background:
    linear-gradient(150deg, rgba(192, 132, 252, 0.12), transparent 48%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-ranking {
  border-color: rgba(255, 225, 163, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 225, 163, 0.12), transparent 48%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-rating {
  border-color: rgba(120, 242, 251, 0.26);
  background:
    linear-gradient(150deg, rgba(120, 242, 251, 0.13), transparent 42%),
    linear-gradient(25deg, rgba(99, 230, 166, 0.1), transparent 68%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-party {
  border-color: rgba(99, 230, 166, 0.24);
  background:
    linear-gradient(150deg, rgba(99, 230, 166, 0.12), transparent 46%),
    linear-gradient(25deg, rgba(120, 242, 251, 0.08), transparent 68%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-skin {
  border-color: rgba(192, 132, 252, 0.24);
  background:
    linear-gradient(150deg, rgba(192, 132, 252, 0.13), transparent 48%),
    linear-gradient(25deg, rgba(255, 225, 163, 0.07), transparent 70%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-update {
  border-color: rgba(255, 225, 163, 0.22);
  background:
    linear-gradient(150deg, rgba(255, 225, 163, 0.12), transparent 48%),
    linear-gradient(25deg, rgba(120, 242, 251, 0.075), transparent 70%),
    rgba(8, 19, 34, 0.88);
}

.feature-showcase-card.is-diagnostics {
  border-color: rgba(255, 183, 77, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 183, 77, 0.14), transparent 48%),
    linear-gradient(25deg, rgba(120, 242, 251, 0.075), transparent 70%),
    rgba(8, 19, 34, 0.88);
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 28px;
  padding: 0 10px;
  border: 1px solid rgba(120, 242, 251, 0.28);
  border-radius: 999px;
  color: #78f2fb;
  background: rgba(120, 242, 251, 0.09);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(120, 242, 251, 0.12);
}

.feature-showcase-card h3 {
  margin: 0 0 12px;
  color: #fff8e8;
  font-size: clamp(21px, 1.85vw, 27px);
  line-height: 1.18;
  word-break: keep-all;
}

.feature-showcase-card p {
  margin: 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.66;
  word-break: keep-all;
}

.feature-showcase-card ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.feature-showcase-card li {
  position: relative;
  padding-left: 14px;
  color: rgba(237, 246, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.42;
}

.feature-showcase-card li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #78f2fb;
  box-shadow: 0 0 10px rgba(120, 242, 251, 0.5);
}

.feature-hotkey-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.1), transparent 48%),
    linear-gradient(25deg, rgba(255, 225, 163, 0.06), transparent 70%),
    rgba(5, 14, 26, 0.9);
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.feature-hotkey-copy {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(2, 8, 16, 0.44);
}

.feature-hotkey-copy h3 {
  margin: 8px 0 12px;
  color: #fff8e8;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.16;
  word-break: keep-all;
}

.feature-hotkey-copy p {
  margin: 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.72;
  word-break: keep-all;
}

.feature-hotkey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.feature-hotkey-grid article {
  min-width: 0;
  min-height: 120px;
  padding: 15px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.07), transparent 58%),
    rgba(255, 255, 255, 0.032);
}

.feature-hotkey-grid span {
  display: block;
  color: rgba(237, 246, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.feature-hotkey-grid b {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  color: #fff8e8;
  font-size: 0;
}

.feature-hotkey-grid kbd {
  min-width: 34px;
  padding: 6px 9px;
  border: 1px solid rgba(120, 242, 251, 0.28);
  border-radius: 6px;
  color: #78f2fb;
  background:
    linear-gradient(180deg, rgba(120, 242, 251, 0.16), rgba(120, 242, 251, 0.06)),
    rgba(0, 0, 0, 0.22);
  font-family: inherit;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 18px rgba(120, 242, 251, 0.09);
}

.feature-hotkey-grid p {
  margin: 12px 0 0;
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.48;
  word-break: keep-all;
}

.feature-rating-guide {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(120, 242, 251, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.08), transparent 1px),
    radial-gradient(circle at 14% 10%, rgba(120, 242, 251, 0.15), transparent 15rem),
    radial-gradient(circle at 86% 16%, rgba(99, 230, 166, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(5, 16, 30, 0.94), rgba(2, 8, 16, 0.96));
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.feature-rating-guide-head {
  display: grid;
  grid-template-columns: minmax(230px, 0.32fr) minmax(0, 1fr);
  gap: 22px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(120, 242, 251, 0.12);
}

.feature-rating-guide-head h3 {
  margin: 8px 0 0;
  color: #fff8e8;
  font-size: clamp(26px, 2.55vw, 36px);
  line-height: 1.04;
  white-space: nowrap;
  word-break: keep-all;
}

.feature-rating-guide-head p:last-child {
  max-width: 780px;
  margin: 0;
  color: rgba(237, 246, 255, 0.74);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
  word-break: keep-all;
}

.feature-rating-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.feature-rating-steps article,
.feature-rating-detail-grid article {
  min-width: 0;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.065), transparent 58%),
    rgba(255, 255, 255, 0.032);
}

.feature-rating-steps article {
  min-height: 170px;
  padding: 15px;
}

.feature-rating-steps span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 30px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 225, 163, 0.24);
  border-radius: 6px;
  background: rgba(255, 225, 163, 0.08);
  color: #ffe1a3;
  font-size: 11px;
  font-weight: 900;
}

.feature-rating-steps b,
.feature-rating-detail-grid b {
  display: block;
  color: #fff8e8;
  font-weight: 900;
  word-break: keep-all;
}

.feature-rating-steps b {
  font-size: 16px;
}

.feature-rating-steps p {
  margin: 10px 0 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.62;
  word-break: keep-all;
}

.feature-rating-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.feature-rating-detail-grid article {
  padding: 17px;
  border-color: rgba(255, 225, 163, 0.14);
  background:
    linear-gradient(140deg, rgba(255, 225, 163, 0.07), transparent 58%),
    rgba(3, 10, 20, 0.56);
}

.feature-rating-detail-grid b {
  color: #78f2fb;
  font-size: 17px;
}

.feature-rating-detail-grid ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.feature-rating-detail-grid li {
  position: relative;
  padding-left: 14px;
  color: rgba(237, 246, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.feature-rating-detail-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffe1a3;
  box-shadow: 0 0 10px rgba(255, 225, 163, 0.42);
}

.feature-split-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.075), transparent 44%),
    linear-gradient(165deg, rgba(255, 225, 163, 0.07), transparent 72%),
    rgba(5, 14, 26, 0.9);
  box-shadow: 0 20px 66px rgba(0, 0, 0, 0.28);
}

.feature-split-copy {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(2, 8, 16, 0.44);
}

.feature-split-copy h3 {
  margin: 8px 0 12px;
  color: #fff8e8;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.16;
}

.feature-split-copy p {
  margin: 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.feature-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.feature-account-grid article {
  min-width: 0;
  min-height: 150px;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 58%),
    rgba(255, 255, 255, 0.032);
}

.feature-account-grid b {
  display: block;
  color: #fff8e8;
  font-size: 17px;
  font-weight: 900;
}

.feature-account-grid span {
  display: block;
  margin-top: 5px;
  color: #63e6a6;
  font-size: 11px;
  font-weight: 900;
}

.feature-account-grid p {
  margin: 12px 0 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  line-height: 1.62;
  word-break: keep-all;
}

.feature-privacy-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(255, 225, 163, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(255, 225, 163, 0.1), transparent 36%),
    rgba(6, 14, 25, 0.92);
  box-shadow: 0 20px 66px rgba(0, 0, 0, 0.26);
}

.feature-privacy-panel h3 {
  margin: 8px 0 0;
  color: #fff8e8;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.16;
}

.feature-privacy-panel ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-privacy-panel li {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 225, 163, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.feature-privacy-panel b {
  display: block;
  color: #ffe1a3;
  font-size: 13px;
  font-weight: 900;
}

.feature-privacy-panel span {
  display: block;
  margin-top: 7px;
  color: rgba(237, 246, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.setting-section {
  display: grid;
  gap: 12px;
}

.setting-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 14px;
  align-items: stretch;
  min-height: 210px;
  padding: 22px 24px;
  border: 1px solid rgba(120, 242, 251, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 8, 16, 0.94), rgba(2, 8, 16, 0.64) 60%, rgba(2, 8, 16, 0.88)),
    radial-gradient(circle at 12% 24%, rgba(120, 242, 251, 0.2), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(255, 225, 163, 0.13), transparent 18rem),
    url("/assets/maps/red-heart-mirror.jpg") center / cover;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.setting-hero-copy {
  display: grid;
  align-content: end;
  max-width: 820px;
  min-width: 0;
}

.setting-hero h2 {
  max-width: 780px;
  margin: 6px 0 10px;
  color: #fff8e8;
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: 0;
  word-break: keep-all;
  text-wrap: balance;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.48);
}

.setting-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(237, 246, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.58;
  word-break: keep-all;
}

.setting-hero-card {
  align-self: end;
  display: grid;
  gap: 7px;
  padding: 15px;
  border: 1px solid rgba(120, 242, 251, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.14), rgba(255, 225, 163, 0.07)),
    rgba(4, 13, 24, 0.78);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.setting-hero-card span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.setting-hero-card strong {
  color: #fff8e8;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.setting-hero-card small {
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.38;
}

.setting-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.setting-hero-pills i {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 999px;
  background: rgba(120, 242, 251, 0.065);
  color: rgba(237, 246, 255, 0.76);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.setting-source-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.setting-source-strip article {
  position: relative;
  min-width: 0;
  min-height: 72px;
  padding: 12px 13px 11px 50px;
  border: 1px solid rgba(255, 178, 74, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 142, 44, 0.1), transparent 52%),
    rgba(8, 18, 31, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.setting-source-strip article span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 178, 74, 0.34);
  border-radius: 7px;
  color: #ffd090;
  background:
    linear-gradient(135deg, rgba(255, 142, 44, 0.2), rgba(4, 11, 20, 0.9));
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(255, 142, 44, 0.12);
}

.setting-source-strip article b {
  display: block;
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
}

.setting-source-strip article p {
  margin: 4px 0 0;
  color: rgba(237, 246, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.48;
  word-break: keep-all;
}

.setting-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.setting-job-panel,
.setting-guide-stage {
  min-width: 0;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.075), transparent 46%),
    rgba(6, 16, 29, 0.9);
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.setting-job-panel {
  position: sticky;
  top: 88px;
  align-self: start;
  padding: 13px;
}

.setting-panel-title {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(120, 242, 251, 0.12);
}

.setting-panel-title span {
  color: rgba(120, 242, 251, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.setting-panel-title strong {
  color: #fff8e8;
  font-size: 17px;
  font-weight: 900;
}

.setting-job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.setting-job-button {
  position: relative;
  display: grid;
  place-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 72px;
  padding: 8px 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 58%),
    rgba(255, 255, 255, 0.028);
  color: rgba(237, 246, 255, 0.7);
  cursor: pointer;
  transition: border-color 120ms ease, background 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

.setting-job-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(120, 242, 251, 0.42), rgba(255, 225, 163, 0.24));
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.setting-job-button > * {
  position: relative;
  z-index: 1;
}

.setting-job-button img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(120, 242, 251, 0.16));
}

.setting-job-button span {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
}

.setting-job-button:hover,
.setting-job-button.is-active {
  border-color: rgba(120, 242, 251, 0.5);
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.16), rgba(255, 225, 163, 0.07)),
    rgba(5, 18, 30, 0.82);
  color: #fff8e8;
  box-shadow:
    0 0 22px rgba(120, 242, 251, 0.14),
    inset 0 0 0 1px rgba(120, 242, 251, 0.08);
}

.setting-job-button.is-active::before {
  opacity: 0.12;
}

.setting-guide-stage {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
}

.setting-guide-panel {
  display: grid;
  gap: 10px;
  min-height: 84px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 225, 163, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.08), transparent 42%),
    radial-gradient(circle at 94% 8%, rgba(120, 242, 251, 0.18), transparent 16rem),
    rgba(2, 9, 18, 0.62);
}

.setting-guide-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.setting-guide-head img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 7px;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.13), rgba(255, 225, 163, 0.06)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 28px rgba(120, 242, 251, 0.16);
}

.setting-guide-head h3 {
  margin: 3px 0 3px;
  color: #fff8e8;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
  word-break: keep-all;
}

.setting-guide-head span {
  display: block;
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.setting-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.setting-guide-grid div {
  min-width: 0;
  min-height: 136px;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.07), transparent 60%),
    rgba(255, 255, 255, 0.032);
}

.setting-guide-grid b {
  display: block;
  color: #78f2fb;
  font-size: 15px;
  font-weight: 900;
}

.setting-guide-grid p {
  margin: 10px 0 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.58;
  word-break: keep-all;
}

.setting-category-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(120, 242, 251, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), rgba(255, 178, 74, 0.045)),
    rgba(2, 9, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 10px 26px rgba(0, 0, 0, 0.14);
}

.setting-category-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(237, 246, 255, 0.12);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 58%),
    rgba(255, 255, 255, 0.026);
  color: rgba(237, 246, 255, 0.66);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 120ms ease, background 120ms ease, color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.setting-category-tabs button::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.9), rgba(255, 178, 74, 0.72));
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 120ms ease, transform 120ms ease;
}

.setting-category-tabs button::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 208, 144, 0.72);
  border-radius: 999px;
  background: #ffd090;
  box-shadow: 0 0 14px rgba(255, 178, 74, 0.52);
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
  transition: opacity 120ms ease, transform 120ms ease;
}

.setting-category-tabs button span {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.02em;
}

.setting-category-tabs button small {
  display: none;
}

.setting-category-tabs button:hover,
.setting-category-tabs button.is-active {
  border-color: rgba(255, 178, 74, 0.52);
  background:
    linear-gradient(135deg, rgba(255, 178, 74, 0.15), rgba(120, 242, 251, 0.1)),
    rgba(5, 17, 30, 0.86);
  color: #fff8e8;
  box-shadow:
    0 0 18px rgba(255, 178, 74, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    inset 0 0 0 1px rgba(255, 178, 74, 0.08);
}

.setting-category-tabs button.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.setting-category-tabs button.is-active::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.setting-imprint-board {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 178, 74, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 142, 44, 0.1), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(120, 242, 251, 0.16), transparent 16rem),
    rgba(3, 10, 19, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 22px 62px rgba(0, 0, 0, 0.22);
}

.setting-imprint-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 252px);
  gap: 12px;
  align-items: end;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 178, 74, 0.14);
}

.setting-imprint-head h3 {
  margin: 4px 0 6px;
  color: #fff8e8;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.08;
  word-break: keep-all;
}

.setting-imprint-head h3 span {
  color: #78f2fb;
  text-shadow: 0 0 16px rgba(120, 242, 251, 0.24);
}

.setting-imprint-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(237, 246, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.48;
  word-break: keep-all;
}

.setting-option-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 8px;
}

.setting-option-legend span,
.setting-option-legend em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(237, 246, 255, 0.1);
  border-radius: 999px;
  background: rgba(1, 7, 14, 0.32);
  color: rgba(237, 246, 255, 0.7);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.setting-option-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd090;
  box-shadow: 0 0 12px rgba(255, 178, 74, 0.48);
}

.setting-option-legend i.is-arcana {
  background: #bfe76b;
  box-shadow: 0 0 12px rgba(191, 231, 107, 0.52);
}

.setting-option-legend i.is-stone {
  background: #ffd090;
  box-shadow: 0 0 12px rgba(255, 208, 144, 0.52);
}

.setting-option-legend i.is-skill {
  background: #78f2fb;
  box-shadow: 0 0 12px rgba(120, 242, 251, 0.52);
}

.setting-option-legend em {
  color: rgba(237, 246, 255, 0.54);
}

.setting-imprint-summary {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.1), rgba(255, 178, 74, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.setting-imprint-summary span {
  color: rgba(120, 242, 251, 0.85);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.setting-imprint-summary strong {
  color: #fff8e8;
  font-size: 16px;
  font-weight: 900;
}

.setting-imprint-summary small {
  color: rgba(237, 246, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
}

.setting-imprint-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.setting-imprint-metrics b {
  min-width: 0;
  padding: 8px 5px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 7px;
  background: rgba(1, 7, 14, 0.32);
}

.setting-imprint-metrics b span,
.setting-imprint-metrics b small {
  display: block;
}

.setting-imprint-metrics b span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.setting-imprint-metrics b small {
  margin-top: 3px;
  color: rgba(237, 246, 255, 0.48);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.setting-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  gap: 10px;
}

.setting-slot-card {
  --slot-rgb: 120, 242, 251;
  --slot-accent: #78f2fb;
  --slot-accent-strong: #b8fbff;
  --slot-warm-rgb: 255, 178, 74;
  position: relative;
  min-width: 0;
  min-height: 226px;
  padding: 12px 12px 13px;
  border: 1px solid rgba(var(--slot-rgb), 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(var(--slot-rgb), 0.14), transparent 9.5rem),
    linear-gradient(145deg, rgba(var(--slot-rgb), 0.075), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(5, 14, 25, 0.76);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 0 0 28px rgba(var(--slot-rgb), 0.035),
    0 14px 32px rgba(0, 0, 0, 0.16);
}

.setting-slot-card.is-weapon {
  --slot-rgb: 255, 178, 74;
  --slot-accent: #ffd090;
  --slot-accent-strong: #ffe7b8;
  --slot-warm-rgb: 255, 208, 144;
}

.setting-slot-card.is-armor {
  --slot-rgb: 90, 230, 166;
  --slot-accent: #6ef0ae;
  --slot-accent-strong: #c9ffe1;
  --slot-warm-rgb: 160, 244, 202;
}

.setting-slot-card.is-accessory {
  --slot-rgb: 185, 125, 255;
  --slot-accent: #caa2ff;
  --slot-accent-strong: #eadcff;
  --slot-warm-rgb: 206, 162, 255;
}

.setting-slot-card.is-arcana {
  --slot-rgb: 191, 231, 107;
  --slot-accent: #bfe76b;
  --slot-accent-strong: #ecffc3;
  --slot-warm-rgb: 255, 208, 144;
}

.setting-slot-card.is-stone {
  --slot-rgb: 255, 208, 144;
  --slot-accent: #ffd090;
  --slot-accent-strong: #ffe7b8;
  --slot-warm-rgb: 120, 242, 251;
}

.setting-slot-card.is-primary {
  border-color: rgba(var(--slot-rgb), 0.32);
}

.setting-slot-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--slot-rgb), 0.94), rgba(var(--slot-warm-rgb), 0.62), rgba(255, 255, 255, 0.08));
  opacity: 0.82;
}

.setting-slot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.setting-slot-head div {
  min-width: 0;
}

.setting-slot-head span {
  display: block;
  color: #fff8e8;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.14;
}

.setting-slot-head small {
  display: block;
  margin-top: 3px;
  color: rgba(237, 246, 255, 0.42);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.setting-slot-head b {
  color: var(--slot-accent-strong);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.setting-slot-card ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.setting-slot-card li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
  min-height: 39px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(var(--slot-rgb), 0.07), transparent 44%),
    rgba(2, 8, 16, 0.48);
  overflow: hidden;
}

.setting-slot-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 18px;
  border-radius: 999px;
  background: var(--slot-accent);
  box-shadow: 0 0 12px rgba(var(--slot-rgb), 0.44);
  transform: translateY(-50%);
}

.setting-slot-card li::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: var(--usage-rate, 0%);
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--slot-rgb), 0.94), rgba(var(--slot-warm-rgb), 0.58));
  opacity: 0.9;
}

.setting-slot-card li[data-option-type="skill"]::before {
  background: #78f2fb;
  box-shadow: 0 0 12px rgba(120, 242, 251, 0.48);
}

.setting-slot-card li[data-option-type="arcana"]::before {
  background: #bfe76b;
  box-shadow: 0 0 12px rgba(191, 231, 107, 0.48);
}

.setting-slot-card li[data-option-type="stone"]::before {
  background: #ffd090;
  box-shadow: 0 0 12px rgba(255, 208, 144, 0.48);
}

.setting-slot-card li[data-option-type="active"]::before {
  background: #78f2fb;
  box-shadow: 0 0 12px rgba(120, 242, 251, 0.48);
}

.setting-slot-card li[data-option-type="passive"]::before {
  background: #caa2ff;
  box-shadow: 0 0 12px rgba(202, 162, 255, 0.48);
}

.setting-slot-card li[data-option-type="skill"]::after {
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.92), rgba(129, 181, 255, 0.55));
}

.setting-slot-card li[data-option-type="arcana"]::after {
  background: linear-gradient(90deg, rgba(191, 231, 107, 0.9), rgba(255, 208, 144, 0.55));
}

.setting-slot-card li[data-option-type="stone"]::after {
  background: linear-gradient(90deg, rgba(255, 208, 144, 0.92), rgba(120, 242, 251, 0.55));
}

.setting-slot-card li[data-option-type="active"]::after {
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.92), rgba(129, 181, 255, 0.55));
}

.setting-slot-card li[data-option-type="passive"]::after {
  background: linear-gradient(90deg, rgba(202, 162, 255, 0.92), rgba(191, 231, 107, 0.54));
}

.setting-option-rank {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 28px;
  border: 1px solid rgba(255, 208, 144, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 178, 74, 0.13), rgba(1, 7, 14, 0.52)),
    rgba(255, 255, 255, 0.035);
  color: rgba(255, 225, 163, 0.86);
  font-size: 11px;
  font-weight: 950;
}

.setting-slot-card li[data-option-type="skill"] .setting-option-rank {
  border-color: rgba(120, 242, 251, 0.22);
  color: rgba(184, 251, 255, 0.9);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.13), rgba(1, 7, 14, 0.52)),
    rgba(255, 255, 255, 0.035);
}

.setting-slot-card li[data-option-type="arcana"] .setting-option-rank {
  border-color: rgba(191, 231, 107, 0.24);
  color: rgba(236, 255, 195, 0.9);
  background:
    linear-gradient(135deg, rgba(191, 231, 107, 0.13), rgba(1, 7, 14, 0.52)),
    rgba(255, 255, 255, 0.035);
}

.setting-slot-card li[data-option-type="stone"] .setting-option-rank {
  border-color: rgba(255, 208, 144, 0.24);
  color: rgba(255, 231, 184, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 178, 74, 0.13), rgba(1, 7, 14, 0.52)),
    rgba(255, 255, 255, 0.035);
}

.setting-slot-card li[data-option-type="active"] .setting-option-rank {
  border-color: rgba(120, 242, 251, 0.22);
  color: rgba(184, 251, 255, 0.9);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.13), rgba(1, 7, 14, 0.52)),
    rgba(255, 255, 255, 0.035);
}

.setting-slot-card li[data-option-type="passive"] .setting-option-rank {
  border-color: rgba(202, 162, 255, 0.24);
  color: rgba(234, 220, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(202, 162, 255, 0.13), rgba(1, 7, 14, 0.52)),
    rgba(255, 255, 255, 0.035);
}

.setting-option-main {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
}

.setting-option-type {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 18px;
  padding: 0 6px;
  border: 1px solid rgba(255, 208, 144, 0.28);
  border-radius: 5px;
  background: rgba(255, 178, 74, 0.1);
  color: #ffd090;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  justify-self: start;
}

.setting-slot-card li[data-option-type="skill"] .setting-option-type {
  border-color: rgba(120, 242, 251, 0.3);
  background: rgba(120, 242, 251, 0.1);
  color: #78f2fb;
}

.setting-slot-card li[data-option-type="arcana"] .setting-option-type {
  border-color: rgba(191, 231, 107, 0.3);
  background: rgba(191, 231, 107, 0.1);
  color: #d7f596;
}

.setting-slot-card li[data-option-type="stone"] .setting-option-type {
  border-color: rgba(255, 208, 144, 0.3);
  background: rgba(255, 178, 74, 0.1);
  color: #ffd090;
}

.setting-slot-card li[data-option-type="active"] .setting-option-type {
  border-color: rgba(120, 242, 251, 0.3);
  background: rgba(120, 242, 251, 0.1);
  color: #78f2fb;
}

.setting-slot-card li[data-option-type="passive"] .setting-option-type {
  border-color: rgba(202, 162, 255, 0.32);
  background: rgba(202, 162, 255, 0.1);
  color: #caa2ff;
}

.setting-slot-card li.setting-arcana-placeholder {
  border-style: dashed;
  border-color: rgba(237, 246, 255, 0.055);
  background: rgba(255, 255, 255, 0.018);
}

.setting-slot-card li.setting-arcana-placeholder > * {
  visibility: hidden;
}

.setting-slot-card li.setting-arcana-placeholder::before,
.setting-slot-card li.setting-arcana-placeholder::after {
  opacity: 0;
}

.setting-slot-card li strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: rgba(237, 246, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.24;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.setting-slot-card li em {
  position: relative;
  z-index: 1;
  align-self: center;
  color: #78f2fb;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(120, 242, 251, 0.42);
  white-space: nowrap;
}

.setting-skill-meta {
  position: relative;
  z-index: 1;
  color: rgba(237, 246, 255, 0.46);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.15;
}

.setting-arcana-board {
  border-color: rgba(191, 231, 107, 0.22);
  background:
    linear-gradient(120deg, rgba(191, 231, 107, 0.09), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(255, 178, 74, 0.15), transparent 16rem),
    rgba(3, 10, 19, 0.66);
}

.setting-stone-board {
  border-color: rgba(255, 208, 144, 0.22);
  background:
    linear-gradient(120deg, rgba(255, 178, 74, 0.09), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(120, 242, 251, 0.14), transparent 16rem),
    rgba(3, 10, 19, 0.66);
}

.setting-arcana-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.setting-arcana-skill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.setting-slot-card.is-character-skill {
  --slot-rgb: 120, 242, 251;
  --slot-accent: #78f2fb;
  --slot-accent-strong: #c5fbff;
  --slot-warm-rgb: 202, 162, 255;
  min-height: 338px;
}

.setting-slot-card.is-character-skill.is-passive {
  --slot-rgb: 202, 162, 255;
  --slot-accent: #caa2ff;
  --slot-accent-strong: #eadcff;
  --slot-warm-rgb: 191, 231, 107;
}

.setting-arcana-block {
  display: grid;
  gap: 6px;
}

.setting-arcana-block + .setting-arcana-block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(237, 246, 255, 0.08);
}

.setting-arcana-block-title {
  color: rgba(237, 246, 255, 0.54);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.setting-arcana-name-line {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.setting-arcana-icon {
  flex: none;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 208, 144, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.045);
  object-fit: cover;
  box-shadow: 0 0 14px rgba(191, 231, 107, 0.12);
}

.setting-slot-card.is-empty {
  display: grid;
  align-content: start;
  border-style: dashed;
  border-color: rgba(120, 242, 251, 0.18);
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.055), transparent 52%),
    rgba(255, 255, 255, 0.02);
}

.setting-slot-card.is-loading {
  border-color: rgba(120, 242, 251, 0.26);
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.09), transparent 52%),
    rgba(2, 12, 22, 0.72);
}

.setting-slot-card.is-loading::after {
  content: "집계 중";
  position: absolute;
  right: 14px;
  bottom: 13px;
  color: rgba(120, 242, 251, 0.72);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.setting-slot-card.is-empty p {
  margin: 8px 0 0;
  color: rgba(237, 246, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.setting-slot-card.is-loading p {
  color: rgba(237, 246, 255, 0.72);
}

.setting-slot-loading-meter {
  position: relative;
  width: 100%;
  height: 7px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(120, 242, 251, 0.08);
}

.setting-slot-loading-meter i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 46%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0), rgba(120, 242, 251, 0.82), rgba(255, 225, 163, 0.72));
  animation: settingSlotLoading 1.35s linear infinite;
}

@keyframes settingSlotLoading {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(230%);
  }
}

.setting-guide-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.setting-guide-note b {
  flex: none;
  color: #ffe1a3;
  font-size: 12px;
  font-weight: 900;
}

.setting-guide-note span {
  color: rgba(237, 246, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  word-break: keep-all;
}

.ranking-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.ranking-section-head {
  display: none;
}

.ranking-dungeon-panel,
.ranking-board {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(118, 232, 255, 0.09), transparent 32%),
    rgba(9, 19, 33, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.ranking-dungeon-panel {
  padding: 16px;
}

.ranking-panel-title,
.ranking-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ranking-panel-title {
  margin-bottom: 12px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ranking-step-label {
  margin: 14px 0 7px;
  color: rgba(237, 246, 255, 0.42);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ranking-current-path {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 42px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 225, 163, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 225, 163, 0.1), rgba(120, 242, 251, 0.04)),
    rgba(255, 255, 255, 0.032);
}

.ranking-current-path span,
.ranking-current-path em,
.ranking-current-path b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: rgba(237, 246, 255, 0.58);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ranking-current-path strong {
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
}

.ranking-current-path em::before,
.ranking-current-path b::before {
  content: "/";
  margin-right: 8px;
  color: rgba(237, 246, 255, 0.26);
}

.ranking-panel-title b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(120, 242, 251, 0.28);
  border-radius: 8px;
  color: #78f2fb;
  letter-spacing: 0;
}

.ranking-dungeon-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.ranking-category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.ranking-category-button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 58%),
    rgba(255, 255, 255, 0.032);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.ranking-category-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid transparent;
  pointer-events: none;
}

.ranking-category-button:hover,
.ranking-category-button.is-active {
  border-color: rgba(255, 225, 163, 0.46);
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.16), transparent 64%),
    rgba(255, 255, 255, 0.052);
  color: var(--text);
}

.ranking-category-button.is-active::before {
  border-left-color: #ffe1a3;
  box-shadow: inset 18px 0 26px rgba(255, 225, 163, 0.1);
}

.ranking-category-button strong {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 900;
}

.ranking-category-button small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--dim);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-dungeon-button {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.ranking-dungeon-button:hover,
.ranking-dungeon-button.is-active {
  border-color: rgba(120, 242, 251, 0.58);
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.16), transparent 70%),
    rgba(120, 242, 251, 0.06);
  color: var(--text);
}

.ranking-dungeon-button:hover {
  transform: translateX(2px);
}

.ranking-dungeon-button i {
  position: relative;
  overflow: hidden;
  display: block;
  width: 76px;
  height: 46px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.08), rgba(3, 7, 13, 0.34)),
    var(--thumb-image) center / cover no-repeat,
    rgba(120, 242, 251, 0.1);
  color: #78f2fb;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ranking-dungeon-button i::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 7, 13, 0.08), rgba(3, 7, 13, 0.34));
  pointer-events: none;
}

.ranking-dungeon-button i img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking-dungeon-button strong {
  display: block;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-dungeon-button small {
  display: block;
  margin-top: 2px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 700;
}

.ranking-variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ranking-variant-button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ranking-variant-button:hover,
.ranking-variant-button.is-active {
  border-color: rgba(255, 225, 163, 0.4);
  background: rgba(255, 225, 163, 0.1);
  color: #fff8e8;
}

.ranking-boss-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.ranking-boss-button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  min-height: 52px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.ranking-boss-button:hover,
.ranking-boss-button.is-active {
  border-color: rgba(118, 232, 255, 0.58);
  background:
    linear-gradient(90deg, rgba(118, 232, 255, 0.18), transparent),
    rgba(255, 255, 255, 0.045);
  color: var(--text);
}

.boss-order-mark {
  grid-row: 1 / 3;
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #78f2fb;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  z-index: 0;
}

.boss-order-mark::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border: 1px solid rgba(118, 232, 255, 0.34);
  background: rgba(118, 232, 255, 0.08);
  transform: rotate(45deg);
}

.ranking-boss-button .boss-order-mark {
  font-style: normal;
}

.ranking-boss-button .boss-order-mark + strong,
.ranking-boss-button small {
  min-width: 0;
}

.ranking-boss-button strong {
  display: block;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-boss-button small {
  color: var(--dim);
  font-size: 11px;
  font-weight: 800;
}

.ranking-board {
  overflow: hidden;
}

.ranking-board-head {
  position: relative;
  isolation: isolate;
  min-height: 236px;
  padding: 28px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.98) 0%, rgba(5, 10, 18, 0.9) 36%, rgba(5, 10, 18, 0.42) 100%),
    rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.ranking-board-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    var(--map-image) center / cover no-repeat,
    radial-gradient(circle at 80% 0%, rgba(255, 176, 76, 0.13), transparent 22rem);
  opacity: 0.38;
  filter: blur(6px) saturate(1.12);
  transform: scale(1.04);
}

.ranking-board-head::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.96) 0%, rgba(5, 10, 18, 0.7) 52%, rgba(5, 10, 18, 0.48) 100%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.08), rgba(5, 10, 18, 0.88)),
    radial-gradient(circle at 22% 34%, rgba(118, 232, 255, 0.16), transparent 24rem);
  pointer-events: none;
}

.ranking-board-head h3 {
  margin: 2px 0 0;
  color: var(--text);
  max-width: min(980px, calc(100vw - 260px));
  overflow: hidden;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
}

.ranking-board-head > span {
  position: absolute;
  top: 28px;
  right: 34px;
  z-index: 1;
  flex: none;
  align-self: flex-start;
  min-width: 178px;
  padding: 8px 10px;
  border: 1px solid rgba(120, 242, 251, 0.24);
  border-radius: 999px;
  background: rgba(5, 10, 18, 0.54);
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.ranking-board-head > div:first-child {
  min-width: 0;
  padding-right: 210px;
}

.ranking-class-filter {
  flex: 0 1 560px;
  align-self: flex-end;
  display: grid;
  gap: 9px;
  min-width: 360px;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), rgba(255, 225, 163, 0.035)),
    rgba(2, 8, 16, 0.62);
  box-shadow: inset 0 0 18px rgba(120, 242, 251, 0.045);
  backdrop-filter: blur(10px);
}

.ranking-class-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 10px;
  font-weight: 900;
}

.ranking-class-filter-head strong {
  color: #fff7df;
  font-size: 12px;
}

.ranking-class-filter-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 6px;
}

.ranking-class-button {
  display: grid;
  place-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 58px;
  padding: 6px 4px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 246, 255, 0.64);
  cursor: pointer;
}

.ranking-class-button:hover,
.ranking-class-button.is-active {
  border-color: rgba(120, 242, 251, 0.48);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.16), rgba(255, 225, 163, 0.06)),
    rgba(4, 18, 30, 0.72);
  color: #f7fbff;
}

.ranking-class-button.is-active {
  box-shadow: 0 0 18px rgba(120, 242, 251, 0.16), inset 0 0 0 1px rgba(120, 242, 251, 0.12);
}

.ranking-class-button .class-mark {
  width: 28px;
  height: 28px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.ranking-class-button .class-mark img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 42%, transparent));
}

.ranking-class-all {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(120, 242, 251, 0.34);
  border-radius: 7px;
  background: rgba(120, 242, 251, 0.09);
  color: #78f2fb;
  font-size: 10px;
  font-weight: 900;
}

.ranking-class-button > span:last-child {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .ranking-class-filter {
    align-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .ranking-class-filter-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ranking-class-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ranking-table {
  overflow: hidden;
  background: transparent;
}

.ranking-table-wide {
  overflow-x: auto;
}

.rank-row {
  display: grid;
  grid-template-columns: 48px minmax(180px, 1.12fr) 84px 110px 122px 128px minmax(190px, 1.15fr) 86px 106px;
  gap: 12px;
  align-items: center;
  min-width: 1120px;
  min-height: 64px;
  padding: 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--muted);
  font-size: 13px;
}

.rank-link {
  text-decoration: none;
}

.rank-link:hover {
  background: rgba(120, 242, 251, 0.055);
}

.rank-row:first-child {
  border-top: 0;
}

.rank-row-head {
  min-height: 42px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.rank-row-head span {
  align-self: center;
}

.rank-row:not(.rank-row-head):nth-child(2) {
  background: linear-gradient(90deg, rgba(255, 196, 88, 0.12), transparent 64%);
}

.rank-row:not(.rank-row-head):nth-child(3) {
  background: linear-gradient(90deg, rgba(180, 204, 225, 0.1), transparent 58%);
}

.rank-row:not(.rank-row-head):nth-child(4) {
  background: linear-gradient(90deg, rgba(222, 128, 88, 0.09), transparent 52%);
}

.rank-no {
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.rank-no.is-top {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 196, 88, 0.34);
}

.rank-player .class-mark {
  flex: none;
  width: 32px;
  height: 32px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.rank-player .class-mark img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 38%, transparent));
}

.rank-player {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.rank-player > span {
  min-width: 0;
}

.rank-player strong {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-player small,
.rank-dungeon small {
  display: block;
  margin-top: 3px;
  color: var(--dim);
  font-size: 11px;
}

.rank-server {
  color: #c9d7e8;
  font-weight: 800;
}

.rank-power {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #78f2fb;
  font-weight: 900;
  white-space: nowrap;
}

.rank-power img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.rank-dps {
  color: #ffb04c;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.rank-damage {
  color: var(--text);
  font-weight: 900;
  white-space: nowrap;
}

.rank-dungeon {
  min-width: 0;
  color: #d8e9ff;
  font-weight: 800;
}

.rank-dungeon span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-date,
.rank-time {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.ranking-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.account-page {
  display: grid;
  gap: 20px;
}

.account-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  min-height: 238px;
  padding: 34px 32px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.18);
  background:
    linear-gradient(90deg, rgba(25, 56, 78, 0.86) 0%, rgba(8, 18, 33, 0.96) 44%, rgba(5, 12, 22, 0.96) 100%),
    linear-gradient(135deg, rgba(15, 31, 52, 0.98), rgba(5, 11, 21, 0.98));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.account-hero::before,
.account-hero::after {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
}

.account-hero::before {
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(44%, 540px);
  background:
    linear-gradient(100deg, transparent 0%, rgba(120, 242, 251, 0.09) 42%, rgba(255, 225, 163, 0.15) 76%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 255, 255, 0.035) 25px 26px);
  opacity: 0.95;
}

.account-hero::after {
  top: 24px;
  right: 306px;
  bottom: 22px;
  z-index: 1;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(120, 242, 251, 0.52) 34%, rgba(255, 225, 163, 0.36) 72%, transparent);
  box-shadow: 0 0 22px rgba(120, 242, 251, 0.28);
}

.account-hero-copy {
  position: relative;
  z-index: 3;
}

.account-hero-copy {
  max-width: min(680px, calc(100% - 380px));
}

.account-hero-copy .account-logout {
  margin-top: 18px;
}

.account-hero-portrait {
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: 2;
  width: 284px;
  height: 284px;
  transform: translateY(-43%);
  pointer-events: none;
  opacity: 1;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 13%, #000 88%, transparent 100%),
    linear-gradient(0deg, transparent 0%, #000 16%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 13%, #000 88%, transparent 100%),
    linear-gradient(0deg, transparent 0%, #000 16%, #000 100%);
  mask-composite: intersect;
}

.account-hero-portrait::before {
  content: "";
  position: absolute;
  display: none;
}

.account-hero-portrait::after {
  content: "";
  position: absolute;
  display: none;
}

.account-hero-portrait img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: normal;
  filter:
    brightness(1.04)
    contrast(1.06)
    saturate(1.02)
    drop-shadow(0 24px 28px rgba(0, 0, 0, 0.58));
}

.account-hero h1 {
  margin: 6px 0 8px;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
}

.account-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

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

.account-dashboard {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  min-width: 0;
}

.account-overview-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: stretch;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.055), transparent 1px),
    radial-gradient(circle at 88% 10%, rgba(255, 225, 163, 0.12), transparent 18rem),
    linear-gradient(135deg, rgba(9, 22, 39, 0.92), rgba(3, 9, 17, 0.95));
  background-size: 34px 34px, auto, auto;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.account-identity-block {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), transparent 52%),
    rgba(1, 7, 14, 0.48);
}

.account-identity-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(120, 242, 251, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 42% 32%, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(120, 242, 251, 0.24), rgba(255, 225, 163, 0.13)),
    rgba(2, 8, 16, 0.84);
  color: #f5feff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(120, 242, 251, 0.16);
}

.account-identity-mark .class-mark {
  width: 44px;
  height: 44px;
  border-color: rgba(120, 242, 251, 0.52);
  background:
    radial-gradient(circle at 50% 40%, rgba(120, 242, 251, 0.18), transparent 62%),
    rgba(1, 7, 14, 0.54);
  box-shadow: inset 0 0 18px rgba(120, 242, 251, 0.08);
}

.account-identity-mark .class-mark img {
  width: 86%;
  height: 86%;
}

.account-identity-label,
.account-panel-intro span,
.account-tab-button span,
.account-summary-tile span,
.account-dashboard-foot span {
  display: block;
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.account-identity-block strong {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #fff8e8;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-identity-block small {
  display: block;
  overflow: hidden;
  margin-top: 9px;
  color: rgba(237, 246, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.account-summary-tile,
.account-tab-button {
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), transparent 60%),
    rgba(255, 255, 255, 0.035);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.account-summary-tile {
  min-height: 112px;
  padding: 14px 12px;
}

.account-summary-tile strong,
.account-tab-button strong {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  color: #fff8e8;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-summary-tile small,
.account-tab-button small {
  display: block;
  margin-top: 7px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.account-summary-tile:hover,
.account-tab-button:hover {
  transform: translateY(-1px);
  border-color: rgba(120, 242, 251, 0.34);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.1), transparent 60%),
    rgba(255, 255, 255, 0.055);
}

.account-summary-tile.is-active,
.account-tab-button.is-active {
  border-color: rgba(255, 225, 163, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.12), transparent 56%),
    rgba(120, 242, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 225, 163, 0.055), 0 12px 30px rgba(0, 0, 0, 0.2);
}

.account-summary-tile.is-active span,
.account-tab-button.is-active span {
  color: #ffe1a3;
}

.account-google-spotlight {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 225, 163, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 225, 163, 0.11), rgba(120, 242, 251, 0.065) 45%, transparent),
    rgba(1, 7, 14, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.account-google-spotlight.is-linked {
  border-color: rgba(99, 230, 166, 0.28);
  background:
    linear-gradient(90deg, rgba(99, 230, 166, 0.11), rgba(120, 242, 251, 0.065) 45%, transparent),
    rgba(1, 7, 14, 0.42);
}

.account-google-spotlight-copy {
  min-width: 0;
}

.account-google-spotlight-copy span {
  display: block;
  color: #ffe1a3;
  font-size: 11px;
  font-weight: 900;
}

.account-google-spotlight-copy strong {
  display: block;
  margin-top: 3px;
  color: #fff8e8;
  font-size: 19px;
  font-weight: 900;
}

.account-google-spotlight-copy small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-overflow: ellipsis;
}

.account-google-spotlight-actions {
  display: flex;
  justify-content: flex-end;
}

.account-workspace {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.account-tab-rail {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background: rgba(5, 13, 24, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.account-tab-button {
  min-height: 78px;
  padding: 11px 12px;
}

.account-tab-button strong {
  font-size: 16px;
}

.account-tab-stage,
.account-tab-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.account-panel-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.075), transparent 52%),
    rgba(9, 19, 33, 0.68);
}

.account-panel-intro strong {
  display: block;
  margin-top: 4px;
  color: #fff8e8;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.1;
}

.account-panel-intro p {
  max-width: min(640px, 100%);
  margin: 0;
  color: rgba(237, 246, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.account-dashboard .account-card,
.account-dashboard .account-empty {
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.account-dashboard .account-settings-card,
.account-dashboard .account-reports-card,
.account-dashboard .account-trend-card,
.account-dashboard .account-skin-card,
.account-dashboard .account-google-card,
.account-dashboard .account-friends-card,
.account-dashboard .account-inquiries-card {
  grid-column: auto;
}

.account-dashboard-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-dashboard-foot span {
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 999px;
  background: rgba(120, 242, 251, 0.055);
  color: rgba(237, 246, 255, 0.64);
}

.account-card,
.account-empty {
  padding: 22px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  background: rgba(11, 23, 39, 0.84);
}

.account-card > span,
.account-card-head span {
  display: block;
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.account-card > strong,
.account-card-head strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 26px;
  font-weight: 900;
}

.account-card small,
.account-card p {
  color: var(--muted);
}

.account-settings-card,
.account-privacy-card,
.account-server-support-card,
.account-reports-card,
.account-trend-card,
.account-skin-card,
.account-google-card,
.account-empty {
  grid-column: 1 / -1;
}

.account-server-support-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 225, 163, 0.22);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 225, 163, 0.22), transparent 15rem),
    linear-gradient(90deg, rgba(120, 242, 251, 0.08), transparent 1px),
    linear-gradient(135deg, rgba(255, 225, 163, 0.1), transparent 58%),
    rgba(11, 23, 39, 0.86);
  background-size: auto, 32px 32px, auto, auto;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.server-support-policy {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 225, 163, 0.16);
  border-radius: 8px;
  background: rgba(2, 8, 16, 0.46);
}

.server-support-policy[hidden] {
  display: none;
}

.server-support-policy p {
  margin: 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.server-support-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
}

.server-support-check input {
  width: 16px;
  height: 16px;
  accent-color: #78f2fb;
}

.account-privacy-card {
  border-color: rgba(99, 230, 166, 0.18);
  background:
    linear-gradient(135deg, rgba(99, 230, 166, 0.08), transparent 46%),
    rgba(9, 19, 33, 0.88);
}

.account-privacy-head {
  align-items: center;
  gap: 16px;
}

.account-privacy-switch {
  display: inline-grid;
  grid-template-columns: 54px auto;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  user-select: none;
}

.account-privacy-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.account-privacy-switch span {
  position: relative;
  width: 54px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.28);
}

.account-privacy-switch span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(237, 246, 255, 0.72);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.32);
  transition: transform 160ms ease, background 160ms ease;
}

.account-privacy-switch input:checked + span {
  border-color: rgba(99, 230, 166, 0.62);
  background: linear-gradient(135deg, rgba(99, 230, 166, 0.95), rgba(120, 242, 251, 0.72));
  box-shadow: 0 0 22px rgba(99, 230, 166, 0.18);
}

.account-privacy-switch input:checked + span::before {
  transform: translateX(24px);
  background: #ffffff;
}

.account-privacy-switch b {
  min-width: 26px;
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.account-skin-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 111, 141, 0.2);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 87, 112, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), transparent 42%),
    rgba(9, 19, 33, 0.9);
}

.account-skin-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #ff6f8d, #ffe1a3);
  box-shadow: 0 0 34px rgba(255, 111, 141, 0.42);
}

.account-skin-head {
  position: relative;
  z-index: 1;
}

.account-skin-head em {
  flex: none;
  color: rgba(237, 246, 255, 0.48);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.account-skin-options {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.account-skin-option {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  width: 100%;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 58%),
    rgba(1, 7, 14, 0.42);
  color: var(--text);
  text-align: left;
  cursor: default;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.account-skin-option:hover {
  transform: translateY(-1px);
  border-color: rgba(120, 242, 251, 0.42);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.11), transparent 58%),
    rgba(1, 7, 14, 0.56);
}

.account-skin-option.is-crimson {
  border-color: rgba(255, 111, 141, 0.2);
  background:
    linear-gradient(120deg, rgba(255, 83, 115, 0.13), transparent 48%),
    linear-gradient(145deg, rgba(13, 20, 35, 0.82), rgba(3, 8, 15, 0.78));
}

.account-skin-option.is-seraph {
  border-color: rgba(255, 232, 188, 0.24);
  background:
    linear-gradient(120deg, rgba(255, 236, 200, 0.13), transparent 48%),
    linear-gradient(145deg, rgba(25, 23, 19, 0.82), rgba(5, 10, 15, 0.78));
}

.account-skin-option.is-void {
  border-color: rgba(158, 126, 255, 0.28);
  background:
    radial-gradient(circle at 18% 50%, rgba(42, 24, 102, 0.42), transparent 36%),
    linear-gradient(120deg, rgba(126, 84, 255, 0.15), transparent 48%),
    linear-gradient(145deg, rgba(9, 10, 28, 0.88), rgba(2, 5, 14, 0.82));
}

.account-skin-option.is-neon-dragonline {
  border-color: rgba(85, 242, 255, 0.3);
  background:
    radial-gradient(circle at 82% 42%, rgba(255, 79, 208, 0.22), transparent 34%),
    linear-gradient(120deg, rgba(85, 242, 255, 0.16), transparent 48%),
    linear-gradient(145deg, rgba(5, 14, 32, 0.9), rgba(18, 9, 38, 0.84));
}

.account-skin-option.is-active {
  border-color: rgba(255, 225, 163, 0.58);
  box-shadow:
    0 0 0 1px rgba(255, 225, 163, 0.08),
    0 16px 38px rgba(0, 0, 0, 0.24),
    inset 0 0 26px rgba(255, 111, 141, 0.1);
}

.account-skin-option.is-locked {
  border-style: dashed;
}

.account-skin-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(120, 242, 251, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 35%, rgba(120, 242, 251, 0.2), transparent 58%),
    rgba(255, 255, 255, 0.04);
  color: #78f2fb;
  font-size: 18px;
  font-weight: 900;
}

.account-skin-option.is-crimson .account-skin-mark {
  border-color: rgba(255, 225, 163, 0.36);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 225, 163, 0.24), transparent 58%),
    linear-gradient(135deg, rgba(255, 111, 141, 0.28), rgba(55, 9, 24, 0.9));
  color: #fff8e8;
  box-shadow: 0 0 24px rgba(255, 111, 141, 0.2);
}

.account-skin-option.is-seraph .account-skin-mark {
  border-color: rgba(255, 238, 204, 0.42);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 246, 220, 0.3), transparent 58%),
    linear-gradient(135deg, rgba(255, 233, 188, 0.24), rgba(63, 54, 37, 0.9));
  color: #fff8e8;
  box-shadow: 0 0 24px rgba(255, 232, 188, 0.18);
}

.account-skin-option.is-void .account-skin-mark {
  border-color: rgba(174, 148, 255, 0.44);
  background:
    radial-gradient(circle at 50% 42%, rgba(115, 235, 255, 0.22), transparent 52%),
    radial-gradient(circle at 48% 48%, rgba(116, 73, 255, 0.42), transparent 62%),
    linear-gradient(135deg, rgba(30, 19, 83, 0.94), rgba(5, 7, 24, 0.95));
  color: #eee8ff;
  box-shadow: 0 0 26px rgba(130, 92, 255, 0.24), inset 0 0 18px rgba(33, 207, 255, 0.08);
}

.account-skin-option.is-neon-dragonline .account-skin-mark {
  border-color: rgba(85, 242, 255, 0.46);
  background:
    radial-gradient(circle at 54% 40%, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(85, 242, 255, 0.28), rgba(255, 79, 208, 0.22)),
    linear-gradient(135deg, rgba(6, 25, 48, 0.96), rgba(28, 10, 56, 0.94));
  color: #effcff;
  box-shadow: 0 0 26px rgba(85, 242, 255, 0.24), 0 0 22px rgba(255, 79, 208, 0.14);
}

.account-skin-option strong,
.account-skin-option small,
.account-skin-option b {
  display: block;
}

.account-skin-option strong {
  color: #fff8e8;
  font-size: 16px;
  font-weight: 900;
}

.account-skin-option small {
  margin-top: 3px;
  color: rgba(237, 246, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.account-skin-actions {
  display: grid;
  gap: 6px;
  width: 104px;
}

.account-skin-preview-button,
.account-skin-apply-button {
  width: 100%;
  min-height: 28px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 7px;
  background: rgba(1, 7, 14, 0.35);
  color: rgba(237, 246, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.account-skin-preview-button:hover,
.account-skin-apply-button:hover:not(:disabled) {
  border-color: rgba(120, 242, 251, 0.42);
  color: #fff8e8;
}

.account-skin-apply-button {
  border-color: rgba(255, 225, 163, 0.28);
  background: rgba(255, 225, 163, 0.08);
  color: #ffe1a3;
}

.account-skin-apply-button[data-state="active"] {
  border-color: rgba(255, 225, 163, 0.42);
  background: rgba(255, 225, 163, 0.18);
  color: #fff4c7;
}

.account-skin-apply-button[data-state="locked"] {
  border-color: rgba(237, 246, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 246, 255, 0.46);
}

.account-skin-apply-button:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.account-skin-notice {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.34);
}

.account-skin-notice strong {
  color: rgba(237, 246, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
}

.account-skin-notice span,
.account-skin-status {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.account-skin-status {
  position: relative;
  z-index: 1;
  min-height: 18px;
  margin: 10px 0 0;
}

.account-skin-status[data-tone="success"] {
  color: #78f2fb;
}

.account-skin-status[data-tone="error"] {
  color: #ff9b9b;
}

.account-skin-card {
  padding: 0;
  border-color: rgba(120, 242, 251, 0.16);
  background:
    radial-gradient(circle at 86% 8%, rgba(120, 242, 251, 0.11), transparent 18rem),
    radial-gradient(circle at 12% 24%, rgba(255, 225, 163, 0.08), transparent 15rem),
    linear-gradient(145deg, rgba(9, 18, 32, 0.96), rgba(4, 8, 16, 0.96));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.account-skin-card::before {
  width: 1px;
  background: linear-gradient(180deg, rgba(120, 242, 251, 0), rgba(120, 242, 251, 0.72), rgba(255, 225, 163, 0.46), rgba(120, 242, 251, 0));
  box-shadow: 0 0 28px rgba(120, 242, 251, 0.28);
}

.account-skin-showcase {
  --skin-a: #78f2fb;
  --skin-b: #ffe1a3;
  --skin-glow: rgba(120, 242, 251, 0.22);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: center;
  margin: 14px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--skin-a) 32%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--skin-a) 12%, transparent), transparent 44%),
    radial-gradient(circle at 86% 20%, color-mix(in srgb, var(--skin-b) 16%, transparent), transparent 17rem),
    rgba(2, 8, 16, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.account-skin-showcase::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--skin-a), var(--skin-b), transparent);
  opacity: 0.72;
}

.account-skin-showcase.is-crimson {
  --skin-a: #ff6f8d;
  --skin-b: #ffe1a3;
  --skin-glow: rgba(255, 111, 141, 0.24);
}

.account-skin-showcase.is-seraph {
  --skin-a: #ffe8bc;
  --skin-b: #83f4ff;
  --skin-glow: rgba(255, 232, 188, 0.23);
}

.account-skin-showcase.is-void {
  --skin-a: #9e7eff;
  --skin-b: #73ebff;
  --skin-glow: rgba(158, 126, 255, 0.27);
}

.account-skin-showcase.is-neon-dragonline {
  --skin-a: #55f2ff;
  --skin-b: #ff4fd0;
  --skin-glow: rgba(85, 242, 255, 0.25);
}

.account-skin-showcase-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.account-skin-kicker,
.account-skin-toolbar span {
  display: block;
  color: color-mix(in srgb, var(--skin-a, #78f2fb) 82%, #ffffff 18%);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.account-skin-sort-note {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-top: 7px;
  padding: 0 9px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 999px;
  background: rgba(120, 242, 251, 0.06);
  color: rgba(237, 246, 255, 0.64);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.account-skin-showcase-copy h2 {
  margin: 7px 0 8px;
  color: #fff8e8;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 1000;
  line-height: 1.02;
}

.account-skin-showcase-copy p {
  max-width: 36rem;
  margin: 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.58;
}

.account-skin-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.account-skin-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(237, 246, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(237, 246, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.account-skin-pill.is-active {
  border-color: color-mix(in srgb, var(--skin-a) 46%, transparent);
  background: color-mix(in srgb, var(--skin-a) 14%, rgba(0, 0, 0, 0.28));
  color: #fff8e8;
}

.account-skin-pill.is-popular {
  border-color: rgba(120, 242, 251, 0.32);
  background: linear-gradient(135deg, rgba(120, 242, 251, 0.13), rgba(255, 255, 255, 0.035));
  color: #9df8ff;
}

.account-skin-showcase-preview {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(237, 246, 255, 0.08);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.26), rgba(255, 255, 255, 0.035));
  box-shadow: 0 0 42px var(--skin-glow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.account-skin-preview-meter {
  padding: 12px;
  border-color: rgba(237, 246, 255, 0.08);
  border-radius: 8px;
  background: rgba(1, 6, 13, 0.62);
  box-shadow: none;
}

.account-skin-preview-meter .skin-preview-real-row {
  margin: 7px 0;
}

.account-skin-toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 14px 0;
}

.account-skin-toolbar strong {
  display: block;
  margin-top: 4px;
  color: #fff8e8;
  font-size: 20px;
  font-weight: 1000;
}

.account-skin-toolbar p {
  max-width: 34rem;
  margin: 0;
  color: rgba(237, 246, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}

.account-skin-options {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin: 14px;
}

.account-skin-option {
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 10px 12px;
  min-height: 178px;
  padding: 12px;
  border-color: rgba(237, 246, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.account-skin-option:hover {
  transform: none;
  border-color: rgba(120, 242, 251, 0.34);
  background:
    linear-gradient(145deg, rgba(120, 242, 251, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.28);
}

.account-skin-option.is-active {
  border-color: rgba(255, 225, 163, 0.58);
  box-shadow:
    0 0 0 1px rgba(255, 225, 163, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.22),
    inset 0 0 30px rgba(255, 225, 163, 0.07);
}

.account-skin-option.is-locked {
  border-style: solid;
}

.account-skin-option.is-crimson {
  border-color: rgba(255, 111, 141, 0.2);
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 225, 163, 0.12), transparent 9rem),
    linear-gradient(145deg, rgba(255, 83, 115, 0.12), rgba(255, 255, 255, 0.018) 58%),
    rgba(5, 8, 15, 0.68);
}

.account-skin-option.is-seraph {
  border-color: rgba(255, 232, 188, 0.22);
  background:
    radial-gradient(circle at 84% 18%, rgba(131, 244, 255, 0.12), transparent 9rem),
    linear-gradient(145deg, rgba(255, 232, 188, 0.12), rgba(255, 255, 255, 0.018) 58%),
    rgba(6, 9, 14, 0.68);
}

.account-skin-option.is-void {
  border-color: rgba(158, 126, 255, 0.25);
  background:
    radial-gradient(circle at 20% 24%, rgba(115, 235, 255, 0.09), transparent 8rem),
    linear-gradient(145deg, rgba(126, 84, 255, 0.15), rgba(255, 255, 255, 0.018) 58%),
    rgba(5, 6, 19, 0.72);
}

.account-skin-option.is-neon-dragonline {
  border-color: rgba(85, 242, 255, 0.25);
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 79, 208, 0.14), transparent 9rem),
    linear-gradient(145deg, rgba(85, 242, 255, 0.12), rgba(255, 255, 255, 0.018) 58%),
    rgba(4, 8, 22, 0.72);
}

.account-skin-option-preview {
  position: relative;
  grid-column: 1 / -1;
  display: block;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(237, 246, 255, 0.1);
  border-radius: 9px;
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.18), rgba(255, 225, 163, 0.12) 56%, transparent),
    rgba(1, 7, 14, 0.5);
}

.account-skin-option-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.14), transparent 9rem);
  opacity: 0.64;
}

.account-skin-option-preview i {
  position: absolute;
  inset: 12px 44% 12px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.84), rgba(255, 225, 163, 0.68));
  box-shadow: 0 0 18px rgba(120, 242, 251, 0.28);
}

.account-skin-option-preview b {
  position: absolute;
  right: 10px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff8e8;
  font-size: 13px;
  font-weight: 1000;
}

.account-skin-option-preview.is-crimson {
  background:
    radial-gradient(circle at 22% 48%, rgba(255, 225, 163, 0.24), transparent 46%),
    linear-gradient(90deg, rgba(255, 88, 122, 0.34), rgba(83, 12, 32, 0.55));
}

.account-skin-option-preview.is-seraph {
  background:
    radial-gradient(circle at 22% 50%, rgba(255, 255, 235, 0.34), transparent 48%),
    linear-gradient(90deg, rgba(255, 232, 188, 0.34), rgba(53, 62, 72, 0.46));
}

.account-skin-option-preview.is-void {
  background:
    radial-gradient(circle at 20% 50%, rgba(115, 235, 255, 0.22), transparent 44%),
    linear-gradient(90deg, rgba(116, 73, 255, 0.38), rgba(8, 8, 30, 0.72));
}

.account-skin-option-preview.is-neon-dragonline {
  background:
    radial-gradient(circle at 80% 35%, rgba(255, 79, 208, 0.26), transparent 40%),
    linear-gradient(90deg, rgba(85, 242, 255, 0.34), rgba(26, 11, 58, 0.66));
}

.account-skin-info {
  min-width: 0;
}

.account-skin-state {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  margin-bottom: 6px;
  padding: 0 7px;
  border: 1px solid rgba(237, 246, 255, 0.12);
  border-radius: 999px;
  color: rgba(237, 246, 255, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
}

.account-skin-state[data-state="active"] {
  border-color: rgba(255, 225, 163, 0.38);
  background: rgba(255, 225, 163, 0.11);
  color: #ffe1a3;
}

.account-skin-state[data-state="owned"] {
  border-color: rgba(120, 242, 251, 0.3);
  background: rgba(120, 242, 251, 0.08);
  color: #78f2fb;
}

.account-skin-state[data-state="locked"] {
  color: rgba(237, 246, 255, 0.42);
}

.account-skin-popularity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 21px;
  margin: 0 0 6px 6px;
  padding: 0 8px;
  border: 1px solid rgba(255, 225, 163, 0.18);
  border-radius: 999px;
  background: rgba(255, 225, 163, 0.055);
  color: rgba(255, 248, 232, 0.72);
  font-size: 11px;
  font-weight: 950;
  vertical-align: top;
}

.account-skin-popularity b {
  color: #ffe1a3;
  font-size: 10px;
}

.account-skin-option strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-skin-option small {
  display: -webkit-box;
  min-height: 34px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.account-skin-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  align-self: end;
}

.account-skin-preview-button,
.account-skin-apply-button {
  min-height: 34px;
  border-radius: 8px;
  background: rgba(3, 12, 22, 0.56);
}

.account-skin-preview-button {
  color: rgba(237, 246, 255, 0.78);
}

.account-skin-apply-button {
  border-color: rgba(120, 242, 251, 0.24);
  background: linear-gradient(135deg, rgba(120, 242, 251, 0.12), rgba(255, 225, 163, 0.06));
  color: #dffcff;
}

.account-skin-apply-button[data-state="active"] {
  border-color: rgba(255, 225, 163, 0.46);
  background: rgba(255, 225, 163, 0.12);
}

.account-skin-notice {
  margin: 0 14px 14px;
  padding: 12px 13px;
  border-color: rgba(237, 246, 255, 0.08);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.account-skin-status {
  margin: 0 14px 14px;
}

body.has-skin-preview-modal {
  overflow: hidden;
}

.skin-preview-modal {
  --skin-a: #78f2fb;
  --skin-b: #ffe1a3;
  --skin-c: rgba(120, 242, 251, 0.18);
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.skin-preview-modal.is-crimson {
  --skin-a: #ff6f8d;
  --skin-b: #ffe1a3;
  --skin-c: rgba(255, 111, 141, 0.22);
}

.skin-preview-modal.is-seraph {
  --skin-a: #fff0cb;
  --skin-b: #78f2fb;
  --skin-c: rgba(255, 236, 200, 0.22);
}

.skin-preview-modal.is-void {
  --skin-a: #a98cff;
  --skin-b: #6ff1ff;
  --skin-c: rgba(126, 84, 255, 0.24);
}

.skin-preview-modal.is-neon-dragonline {
  --skin-a: #55f2ff;
  --skin-b: #ff4fd0;
  --skin-c: rgba(85, 242, 255, 0.24);
}

.skin-preview-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 5, 12, 0.78);
  cursor: pointer;
}

.skin-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--skin-a) 34%, transparent);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 12%, var(--skin-c), transparent 16rem),
    linear-gradient(145deg, rgba(13, 22, 38, 0.98), rgba(3, 8, 16, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.skin-preview-header,
.skin-preview-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.skin-preview-header {
  border-bottom: 1px solid rgba(237, 246, 255, 0.08);
}

.skin-preview-header .account-skin-mark {
  border-color: color-mix(in srgb, var(--skin-a) 48%, transparent);
  color: var(--skin-a);
}

.skin-preview-header div {
  min-width: 0;
}

.skin-preview-header p {
  margin: 0 0 4px;
  color: var(--skin-a);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.skin-preview-header h2 {
  margin: 0;
  color: #fff8e8;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 950;
  line-height: 1;
}

.skin-preview-header span {
  display: block;
  margin-top: 7px;
  color: rgba(237, 246, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.skin-preview-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border: 1px solid rgba(237, 246, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(237, 246, 255, 0.78);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.skin-preview-stage {
  padding: 20px;
}

.skin-preview-meter {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--skin-a) 24%, transparent);
  border-radius: 10px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--skin-a) 12%, transparent), transparent 50%),
    rgba(2, 7, 16, 0.68);
}

.skin-preview-meter::before {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--skin-b) 16%, transparent), transparent);
  transform: translateX(-110%);
  animation: skinPreviewSweep 3.2s ease-in-out infinite;
  pointer-events: none;
}

.skin-preview-meter-head,
.skin-preview-foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: rgba(237, 246, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.skin-preview-meter-head {
  border-bottom: 1px solid rgba(237, 246, 255, 0.08);
}

.skin-preview-meter-head b {
  color: var(--skin-a);
  font-size: 11px;
}

.skin-preview-real-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 8px 0;
  padding: 0 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
}

.skin-preview-real-art,
.skin-preview-fill-art,
.skin-preview-real-veil,
.skin-preview-real-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.skin-preview-real-art {
  object-fit: fill;
  z-index: 0;
}

.skin-preview-fill-art {
  object-fit: fill;
  z-index: 3;
  clip-path: inset(0 96% 0 0);
  animation: skinPreviewActualFill 3.2s cubic-bezier(0.22, 0.82, 0.24, 1) infinite;
  animation-delay: var(--delay);
  will-change: clip-path;
}

.skin-preview-real-fill {
  z-index: 4;
  transform-origin: left center;
  animation: skinPreviewActualFill 3.2s cubic-bezier(0.22, 0.82, 0.24, 1) infinite;
  animation-delay: var(--delay);
  clip-path: inset(0 96% 0 0);
  will-change: clip-path;
}

.skin-preview-real-veil {
  z-index: 2;
}

.skin-preview-real-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
  pointer-events: none;
  transform: translateX(-100%);
  overflow: visible;
  border-radius: 0;
  mix-blend-mode: screen;
}

.skin-preview-real-edge::before {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: currentColor;
  box-shadow: 0 0 6px currentColor;
  opacity: 0.82;
}

.skin-preview-real-edge::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  bottom: 22%;
  width: 10px;
  background: linear-gradient(90deg, rgba(255,255,255,0), currentColor);
  filter: blur(4px);
  opacity: 0.16;
}

.skin-preview-real-content {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: 24px 34px minmax(0, 1fr) auto minmax(116px, auto);
  gap: 10px;
  align-items: center;
  height: 100%;
}

.skin-preview-real-rank {
  color: rgba(237, 246, 255, 0.7);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.skin-preview-real-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: none;
}

.skin-preview-real-frame {
  position: absolute;
  pointer-events: none;
}

.skin-preview-real-icon img {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.skin-preview-real-name {
  min-width: 0;
  overflow: hidden;
  font-weight: 900;
}

.skin-preview-real-name strong,
.skin-preview-real-name small,
.skin-preview-real-stats b,
.skin-preview-real-stats i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skin-preview-real-name strong {
  font-size: 16px;
  line-height: 1;
}

.skin-preview-real-name small {
  margin-top: 3px;
  font-size: 10px;
  font-style: normal;
  opacity: 0.72;
}

.skin-preview-real-power {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 5px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
}

.skin-preview-real-power img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.skin-preview-real-power b {
  color: #66e9ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 4px rgba(10, 200, 255, 0.35);
  white-space: nowrap;
}

.skin-preview-real-stats {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
  align-items: center;
  min-width: 116px;
  font-weight: 950;
  text-align: right;
}

.skin-preview-real-stats b,
.skin-preview-real-stats i {
  font-size: 15px;
  font-style: normal;
}

@keyframes skinPreviewActualFill {
  0%, 10% {
    clip-path: inset(0 96% 0 0);
  }
  52%, 78% {
    clip-path: inset(0 var(--target-clip) 0 0);
  }
  100% {
    clip-path: inset(0 96% 0 0);
  }
}

@keyframes premiumSkinFill { 0%,100% { filter: saturate(1); } 50% { filter: saturate(1.12); } }
@keyframes premiumSkinSheen { 0% { transform: translateX(-145%) skewX(-18deg); opacity: 0; } 28% { opacity: .7; } 58% { transform: translateX(145%) skewX(-18deg); opacity: 0; } 100% { transform: translateX(145%) skewX(-18deg); opacity: 0; } }
@keyframes premiumSkinBreath { 0%,100% { opacity: .28; transform: scale(.92); } 50% { opacity: .86; transform: scale(1.08); } }
@keyframes premiumSkinDrift { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(8px,-2px,0); } }
@keyframes premiumSkinOrbit { to { transform: rotate(360deg); } }
@keyframes premiumSkinRibbon { 0% { transform: translateX(-30%) skewX(-20deg); opacity: .18; } 50% { opacity: .72; } 100% { transform: translateX(34%) skewX(-20deg); opacity: .18; } }
@keyframes premiumSkinTwinkle { 0%,100% { opacity: .2; transform: rotate(45deg) scale(.62); } 50% { opacity: 1; transform: rotate(45deg) scale(1.22); } }
@keyframes premiumSkinScan { to { background-position: 42px 0; } }

.premium-skin-sheen { position: absolute; inset: 0; width: 34%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.34), transparent); animation: premiumSkinSheen 3.4s ease-in-out infinite; pointer-events: none; }
.premium-skin-soft { background: linear-gradient(105deg, transparent, rgba(255,255,255,.42), transparent); animation-duration: 4.2s; }
.premium-skin-orbit { position: absolute; left: 8px; top: 50%; width: 38px; height: 38px; margin-top: -19px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); border-left-color: rgba(255,255,255,.72); animation: premiumSkinOrbit 4.8s linear infinite; pointer-events: none; }
.premium-skin-orbit-b { border-color: rgba(154,124,255,.34); border-left-color: rgba(86,231,255,.82); box-shadow: inset 0 0 12px rgba(101,73,255,.34); }
.premium-skin-core { position: absolute; left: 20px; top: 50%; width: 12px; height: 12px; margin-top: -6px; border-radius: 50%; background: #7a57ff; box-shadow: 0 0 18px rgba(122,87,255,.9); animation: premiumSkinBreath 1.8s ease-in-out infinite; pointer-events: none; }
.premium-skin-rift { position: absolute; right: 78px; top: 8px; width: 112px; height: 25px; border-top: 1px solid rgba(94,230,255,.38); transform: rotate(10deg); box-shadow: 0 -5px 14px rgba(120,88,255,.28); animation: premiumSkinBreath 2.4s ease-in-out infinite; pointer-events: none; }
.premium-skin-wing { position: absolute; top: 4px; bottom: 4px; width: 95px; opacity: .34; background: repeating-linear-gradient(115deg, transparent 0 10px, rgba(255,255,255,.58) 11px 12px, transparent 13px 23px); animation: premiumSkinDrift 3.8s ease-in-out infinite; pointer-events: none; }
.premium-skin-wing-left { left: 44px; transform: skewX(-18deg); }
.premium-skin-wing-right { right: 70px; transform: skewX(18deg); animation-delay: .5s; }
.premium-skin-ribbon { position: absolute; top: -20%; bottom: -20%; width: 92px; background: linear-gradient(90deg, transparent, rgba(255,118,143,.32), rgba(255,228,190,.18), transparent); animation: premiumSkinRibbon 3s ease-in-out infinite; pointer-events: none; }
.premium-skin-ribbon-a { left: 40px; }
.premium-skin-ribbon-b { right: 58px; animation-delay: .8s; }
.premium-skin-ember { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #ff6d8f; box-shadow: 0 0 12px rgba(255,82,116,.72); animation: premiumSkinBreath 1.5s ease-in-out infinite; pointer-events: none; }
.premium-skin-ember-a { left: 74px; top: 9px; }
.premium-skin-ember-b { right: 42px; bottom: 9px; animation-delay: .45s; }

@keyframes seraphSparkle { 0%, 100% { opacity: 0; transform: scale(0.4) rotate(0deg); } 30% { opacity: 1; transform: scale(1.1) rotate(45deg); } 60% { opacity: .8; transform: scale(.9) rotate(90deg); } }
@keyframes seraphFeatherFloat { 0% { opacity: 0; transform: translate(0, 0) rotate(-20deg); } 15% { opacity: .85; } 85% { opacity: .55; } 100% { opacity: 0; transform: translate(-40px, -16px) rotate(8deg); } }
@keyframes seraphHaloPulse { 0%, 100% { opacity: .25; filter: blur(6px); } 50% { opacity: .55; filter: blur(9px); } }
@keyframes seraphRaySweep { 0% { opacity: 0; transform: translateX(-36%) skewX(-18deg); } 22% { opacity: .62; } 58% { opacity: .28; } 100% { opacity: 0; transform: translateX(42%) skewX(-18deg); } }
@keyframes seraphOrbFloat { 0%, 100% { opacity: .18; transform: translate(0, 0) scale(.7); } 42% { opacity: .92; transform: translate(-8px, -4px) scale(1.08); } 70% { opacity: .48; transform: translate(-14px, 1px) scale(.86); } }
@keyframes seraphEdgeBreath { 0%, 100% { opacity: .72; } 50% { opacity: 1; } }
.seraph-sparkle { position: absolute; width: 5px; height: 5px; pointer-events: none; background: radial-gradient(circle, rgba(255,255,255,.95) 0 1px, rgba(255,240,200,.6) 2px, transparent 3px); filter: drop-shadow(0 0 4px rgba(255,235,180,.9)) drop-shadow(0 0 8px rgba(156,220,255,.35)); animation: seraphSparkle 2.6s ease-in-out infinite; }
.seraph-sparkle-a { left: 22%; top: 18%; animation-delay: 0s; }
.seraph-sparkle-b { left: 48%; top: 62%; animation-delay: .6s; }
.seraph-sparkle-c { left: 68%; top: 28%; animation-delay: 1.2s; width: 4px; height: 4px; }
.seraph-sparkle-d { left: 84%; top: 70%; animation-delay: 1.8s; width: 6px; height: 6px; }
.seraph-sparkle-e { left: 35%; top: 34%; animation-delay: 2.2s; width: 4px; height: 4px; }
.seraph-feather { position: absolute; width: 12px; height: 4px; pointer-events: none; background: linear-gradient(95deg, transparent 0%, rgba(255,255,255,.85) 35%, rgba(245,235,210,.7) 65%, transparent 100%); border-radius: 60% 40% 50% 50% / 80% 80% 20% 20%; filter: drop-shadow(0 0 3px rgba(255,240,210,.6)); }
.seraph-feather-a { right: 22%; top: 28%; animation: seraphFeatherFloat 5.2s ease-in-out infinite; }
.seraph-feather-b { right: 56%; bottom: 24%; animation: seraphFeatherFloat 6.4s ease-in-out infinite 2.1s; transform: rotate(15deg); }
.seraph-feather-c { right: 38%; top: 56%; width: 16px; animation: seraphFeatherFloat 7.2s ease-in-out infinite 3.1s; }
.seraph-halo { position: absolute; left: 50%; top: 50%; width: 60%; height: 180%; margin-left: -30%; margin-top: -90%; background: radial-gradient(ellipse at center, rgba(255,240,200,.32), rgba(255,220,150,.12) 40%, transparent 70%); animation: seraphHaloPulse 3.4s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.seraph-ray { position: absolute; top: -42%; bottom: -42%; width: 102px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42) 42%, rgba(255,238,174,.3) 52%, transparent); filter: blur(.6px); mix-blend-mode: screen; animation: seraphRaySweep 4.8s ease-in-out infinite; }
.seraph-ray-a { left: 26%; }
.seraph-ray-b { right: 15%; width: 74px; animation-delay: 1.5s; animation-duration: 5.8s; opacity: .56; }
.seraph-orb { position: absolute; width: 5px; height: 5px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,238,178,.72) 52%, transparent 78%); box-shadow: 0 0 8px rgba(255,238,178,.85), 0 0 14px rgba(147,216,255,.35); animation: seraphOrbFloat 3.6s ease-in-out infinite; }
.seraph-orb-a { left: 28%; bottom: 18%; animation-delay: .2s; }
.seraph-orb-b { left: 60%; top: 19%; width: 4px; height: 4px; animation-delay: 1.4s; }
.seraph-orb-c { right: 18%; top: 58%; animation-delay: 2.2s; }

@keyframes voidStarTwinkle { 0%, 100% { opacity: .15; transform: scale(.5); } 50% { opacity: 1; transform: scale(1.3); } }
@keyframes voidMistFloat { 0%, 100% { opacity: .35; transform: translateX(0) skewX(-18deg); } 50% { opacity: .65; transform: translateX(10px) skewX(-18deg); } }
@keyframes voidRiftPulse { 0%, 100% { opacity: .32; transform: translateX(0) scaleY(.86) skewX(-16deg); filter: blur(3px); } 50% { opacity: .82; transform: translateX(-6px) scaleY(1.12) skewX(-16deg); filter: blur(5px); } }
@keyframes voidShardDrift { 0% { opacity: 0; transform: translate(0, 8px) rotate(22deg) scale(.55); } 18% { opacity: .9; } 72% { opacity: .5; } 100% { opacity: 0; transform: translate(-36px, -10px) rotate(86deg) scale(.9); } }
.void-star { position: absolute; width: 3px; height: 3px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(220,200,255,1) 0%, rgba(160,120,255,.6) 60%, transparent 100%); filter: drop-shadow(0 0 5px rgba(180,140,255,.9)); animation: voidStarTwinkle 2.4s ease-in-out infinite; }
.void-star-a { left: 28%; top: 25%; animation-delay: 0s; }
.void-star-b { left: 50%; top: 70%; animation-delay: .5s; width: 4px; height: 4px; }
.void-star-c { left: 70%; top: 35%; animation-delay: 1s; }
.void-star-d { left: 84%; top: 60%; animation-delay: 1.5s; width: 2px; height: 2px; }
.void-star-e { left: 18%; top: 70%; animation-delay: 2s; width: 4px; height: 4px; }
.void-mist { position: absolute; left: 30%; right: 5%; top: 10%; bottom: 10%; background: radial-gradient(ellipse at 70% 50%, rgba(141,88,255,.25), transparent 50%); filter: blur(8px); animation: voidMistFloat 5s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.void-rift-core { position: absolute; right: 18%; top: -26%; width: 48px; height: 152%; background: linear-gradient(90deg, transparent, rgba(74,231,255,.36), rgba(125,83,255,.7), rgba(18,8,45,.62), transparent); filter: blur(3px); transform: skewX(-16deg); animation: voidRiftPulse 2.8s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.void-shard { position: absolute; width: 10px; height: 2px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(215,205,255,.92), rgba(94,230,255,.62), transparent); box-shadow: 0 0 8px rgba(130,92,255,.64); animation: voidShardDrift 4.8s ease-in-out infinite; }
.void-shard-a { right: 24%; top: 24%; animation-delay: .15s; }
.void-shard-b { right: 48%; bottom: 22%; animation-delay: 1.6s; width: 14px; }
.void-shard-c { right: 12%; bottom: 34%; animation-delay: 2.7s; width: 8px; }

@keyframes crimsonPetalFall { 0% { opacity: 0; transform: translate(0, -6px) rotate(0deg); } 15% { opacity: .9; } 85% { opacity: .6; } 100% { opacity: 0; transform: translate(-25px, 20px) rotate(180deg); } }
@keyframes crimsonSparkFloat { 0%, 100% { opacity: .25; transform: scale(.6) translate(0, 0); } 50% { opacity: 1; transform: scale(1.2) translate(-4px, -2px); } }
.crimson-petal { position: absolute; width: 7px; height: 8px; pointer-events: none; background: linear-gradient(135deg, rgba(255,180,200,.95) 0%, rgba(255,120,140,.7) 50%, rgba(200,50,80,.5) 100%); border-radius: 100% 0 100% 0; filter: drop-shadow(0 0 3px rgba(255,120,140,.6)); }
.crimson-petal-a { right: 28%; top: 18%; animation: crimsonPetalFall 6s ease-in-out infinite; }
.crimson-petal-b { right: 52%; top: 14%; animation: crimsonPetalFall 7.5s ease-in-out infinite 2.5s; }
.crimson-petal-c { right: 72%; top: 22%; animation: crimsonPetalFall 6.8s ease-in-out infinite 4.2s; }
.crimson-spark { position: absolute; width: 4px; height: 4px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(255,200,160,1) 0%, rgba(255,100,90,.7) 60%, transparent 100%); filter: drop-shadow(0 0 5px rgba(255,120,100,.85)); animation: crimsonSparkFloat 2.8s ease-in-out infinite; }
.crimson-spark-a { left: 36%; top: 60%; animation-delay: 0s; }
.crimson-spark-b { left: 66%; top: 45%; animation-delay: 1.4s; }

@keyframes dragonlineScaleBreath { 0%, 100% { opacity: .2; transform: rotate(-14deg) scale(.82); filter: blur(.2px); } 50% { opacity: .82; transform: rotate(-14deg) scale(1.06); filter: blur(.7px); } }
@keyframes dragonlineSlash { 0%, 100% { opacity: .12; transform: translateX(24px) rotate(-14deg) scaleX(.55); } 46% { opacity: .95; transform: translateX(-18px) rotate(-14deg) scaleX(1); } }
@keyframes dragonlineOrbPulse { 0%, 100% { opacity: .24; transform: scale(.78); } 50% { opacity: .9; transform: scale(1.16); } }
@keyframes dragonlineSparkDrift { 0% { opacity: 0; transform: translate(18px, 8px) rotate(18deg) scale(.6); } 20% { opacity: .92; } 100% { opacity: 0; transform: translate(-46px, -14px) rotate(78deg) scale(1); } }
.dragonline-scale { position: absolute; width: 165px; height: 96px; border-radius: 50%; border-top: 1px solid rgba(85,242,255,.48); border-right: 1px solid rgba(255,79,208,.3); box-shadow: 0 -10px 22px rgba(85,242,255,.12); animation: dragonlineScaleBreath 3.2s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.dragonline-scale-a { right: 4%; top: 7%; }
.dragonline-scale-b { right: 23%; top: 40%; width: 118px; height: 68px; animation-delay: 1s; opacity: .7; }
.dragonline-slash { position: absolute; width: 86px; height: 2px; background: linear-gradient(90deg, transparent, rgba(85,242,255,.95), rgba(255,79,208,.9), transparent); box-shadow: 0 0 12px rgba(85,242,255,.8); animation: dragonlineSlash 2.8s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.dragonline-slash-a { left: 26%; top: 32%; }
.dragonline-slash-b { left: 58%; top: 70%; animation-delay: 1.2s; }
.dragonline-orb { position: absolute; right: 17%; top: 18%; width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.82), rgba(85,242,255,.34) 36%, rgba(255,79,208,.15) 72%, transparent); box-shadow: 0 0 24px rgba(85,242,255,.28), 0 0 30px rgba(255,79,208,.16); animation: dragonlineOrbPulse 2.4s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.dragonline-spark { position: absolute; width: 14px; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.92), rgba(255,79,208,.72), transparent); box-shadow: 0 0 9px rgba(255,79,208,.62); animation: dragonlineSparkDrift 4.6s ease-in-out infinite; pointer-events: none; mix-blend-mode: screen; }
.dragonline-spark-a { right: 31%; top: 24%; }
.dragonline-spark-b { right: 12%; bottom: 25%; animation-delay: 1.5s; }

.skin-preview-meter-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 82px 58px;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(237, 246, 255, 0.055);
}

.skin-preview-meter-row:last-of-type {
  border-bottom: 0;
}

.skin-preview-rank {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: color-mix(in srgb, var(--skin-a) 16%, transparent);
  color: #fff8e8;
  font-size: 13px;
  font-weight: 950;
}

.skin-preview-player {
  min-width: 0;
}

.skin-preview-player strong,
.skin-preview-player small {
  display: block;
}

.skin-preview-player strong {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 950;
}

.skin-preview-player small {
  margin-top: 2px;
  color: rgba(237, 246, 255, 0.46);
  font-size: 11px;
  font-weight: 850;
}

.skin-preview-value,
.skin-preview-share {
  color: rgba(237, 246, 255, 0.82);
  font-size: 13px;
  font-weight: 950;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.skin-preview-share {
  color: color-mix(in srgb, var(--skin-a) 86%, white);
}

.skin-preview-bar {
  position: absolute;
  inset: 10px 12px 10px 58px;
  z-index: -1;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
}

.skin-preview-bar i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0.04);
  transform-origin: left center;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--skin-a) 74%, transparent), color-mix(in srgb, var(--skin-b) 72%, transparent)),
    rgba(255, 255, 255, 0.08);
  animation: skinPreviewFill 3.2s cubic-bezier(0.22, 0.82, 0.24, 1) infinite;
  animation-delay: var(--delay);
}

.skin-preview-actions {
  border-top: 1px solid rgba(237, 246, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.skin-preview-actions span {
  flex: 1;
  color: rgba(237, 246, 255, 0.58);
  font-size: 12px;
  font-weight: 850;
}

.skin-preview-actions button {
  min-width: 96px;
  min-height: 36px;
  border: 1px solid rgba(237, 246, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(237, 246, 255, 0.82);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.skin-preview-actions [data-skin-preview-apply] {
  border-color: color-mix(in srgb, var(--skin-a) 42%, transparent);
  background: color-mix(in srgb, var(--skin-a) 16%, transparent);
  color: #fff8e8;
}

.skin-preview-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

@keyframes skinPreviewFill {
  0%, 10% {
    transform: scaleX(0.04);
  }
  52%, 78% {
    transform: scaleX(var(--target));
  }
  100% {
    transform: scaleX(0.04);
  }
}

@keyframes skinPreviewSweep {
  0%, 16% {
    transform: translateX(-110%);
  }
  64%, 100% {
    transform: translateX(110%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skin-preview-meter::before,
  .skin-preview-bar i {
    animation: none;
  }

  .skin-preview-bar i {
    transform: scaleX(var(--target));
  }
}

@media (max-width: 640px) {
  .skin-preview-modal {
    padding: 12px;
  }

  .skin-preview-header,
  .skin-preview-actions {
    align-items: flex-start;
    padding: 14px;
  }

  .skin-preview-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .skin-preview-actions span {
    grid-column: 1 / -1;
  }

  .skin-preview-stage {
    padding: 12px;
  }

  .skin-preview-meter-row {
    grid-template-columns: 30px minmax(0, 1fr) 70px;
  }

  .skin-preview-real-content {
    grid-template-columns: 20px 32px minmax(0, 1fr) minmax(92px, auto);
    gap: 7px;
  }

  .skin-preview-real-power {
    display: none;
  }

  .skin-preview-real-stats {
    min-width: 92px;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .skin-preview-real-stats b,
  .skin-preview-real-stats i {
    font-size: 12px;
  }

  .skin-preview-share {
    display: none;
  }

  .skin-preview-bar {
    inset: 9px 10px 9px 50px;
  }
}

.account-google-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 225, 163, 0.2);
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 225, 163, 0.12), transparent 15rem),
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 46%),
    rgba(9, 19, 33, 0.9);
}

.account-google-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #ffe1a3, #78f2fb);
  box-shadow: 0 0 30px rgba(255, 225, 163, 0.32);
}

.account-google-card .account-card-head,
.account-google-body,
.account-google-actions {
  position: relative;
  z-index: 1;
}

.account-google-card .account-card-head em {
  flex: none;
  color: rgba(255, 225, 163, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.account-google-body {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.36);
}

.google-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: none;
  border: 1px solid rgba(255, 225, 163, 0.36);
  border-radius: 50%;
  background:
    conic-gradient(from 35deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
  color: #06111f;
  font-size: 17px;
  font-weight: 1000;
  box-shadow: 0 0 20px rgba(120, 242, 251, 0.16);
}

.account-google-body strong {
  display: block;
  color: #fff8e8;
  font-size: 17px;
  font-weight: 900;
}

.account-google-body p {
  margin: 5px 0 0;
  color: rgba(237, 246, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.account-google-body small {
  display: block;
  margin-top: 7px;
  color: rgba(120, 242, 251, 0.72);
  font-weight: 900;
}

.account-google-body .account-google-warning {
  color: #ffb3b3;
}

.account-google-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.google-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 4px 16px 4px 5px;
  border: 1px solid rgba(255, 225, 163, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.14), rgba(120, 242, 251, 0.08)),
    rgba(2, 7, 14, 0.7);
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.google-auth-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(255, 225, 163, 0.54);
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.2), rgba(120, 242, 251, 0.12)),
    rgba(2, 7, 14, 0.78);
}

.google-auth-button.is-disabled,
.google-auth-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.google-unlink-button {
  border-color: rgba(255, 128, 128, 0.24);
  color: #ffd0d0;
}

.account-friends-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(99, 230, 166, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(99, 230, 166, 0.13), transparent 16rem),
    radial-gradient(circle at 12% 0%, rgba(120, 242, 251, 0.11), transparent 14rem),
    rgba(9, 19, 33, 0.9);
}

.friend-card-head em {
  padding: 8px 10px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 999px;
  background: rgba(120, 242, 251, 0.075);
  color: #b8f7ff;
  font-style: normal;
  font-weight: 900;
}

.friend-consent-note {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 225, 163, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.08), transparent 58%),
    rgba(1, 7, 14, 0.38);
}

.friend-consent-note.is-warning {
  border-color: rgba(255, 125, 125, 0.32);
  color: #ffd0d0;
}

.friend-consent-note strong {
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
}

.friend-consent-note span {
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.friend-request-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background: rgba(2, 8, 17, 0.44);
}

.friend-request-form > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 10px;
}

.friend-request-form label {
  display: grid;
  gap: 6px;
}

.friend-request-form label span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.friend-request-form input,
.friend-request-form select {
  min-height: 38px;
  min-width: 0;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.24);
  color: #f6fbff;
  color-scheme: dark;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.friend-request-form input {
  padding: 0 11px;
}

.friend-request-form select {
  padding: 0 9px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), transparent 56%),
    #06111f;
}

.friend-request-form select option {
  background: #07111f;
  color: #f6fbff;
  font-weight: 800;
}

.friend-request-form select option:checked {
  background: #163a5d;
  color: #ffffff;
}

.friend-request-form input:focus,
.friend-request-form select:focus {
  border-color: rgba(120, 242, 251, 0.52);
  outline: none;
  box-shadow: 0 0 0 3px rgba(120, 242, 251, 0.08);
}

.friend-request-form p {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0;
  color: rgba(237, 246, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.friend-request-form p[data-tone="success"] {
  color: #63e6a6;
}

.friend-request-form p[data-tone="error"] {
  color: #ff9aa8;
}

.friend-sections {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
  gap: 12px;
  margin-top: 14px;
}

.friend-section {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.34);
}

.friend-section:nth-child(3) {
  grid-column: 1 / -1;
}

.friend-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.friend-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
  min-width: 0;
}

.friend-request-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: start;
  min-width: 0;
}

.friend-section-head strong {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 900;
}

.friend-section-head span {
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.friend-list,
.friend-request-list {
  display: grid;
  gap: 8px;
}

.friend-list {
  max-height: 430px;
  padding-right: 4px;
  overflow-y: auto;
  scrollbar-color: rgba(120, 242, 251, 0.36) rgba(255, 255, 255, 0.06);
}

.friend-list-row,
.friend-request-row,
.friend-empty {
  min-height: 66px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.friend-request-row p,
.friend-list-row > span,
.friend-empty {
  color: rgba(237, 246, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.friend-request-row p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
}

.friend-list-row > span {
  grid-column: 1 / -1;
  padding-left: 48px;
}

.friend-empty {
  display: grid;
  place-items: center;
  text-align: center;
}

.friend-profile {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.friend-profile .class-mark {
  width: 38px;
  height: 38px;
  border-radius: 7px;
}

.friend-profile strong,
.friend-profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friend-profile strong {
  color: #f8fcff;
  font-size: 14px;
  font-weight: 900;
}

.friend-profile small {
  margin-top: 3px;
  color: rgba(237, 246, 255, 0.54);
  font-size: 11px;
  font-weight: 800;
}

.friend-row-actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 7px;
}

.friend-action,
.friend-detail-button {
  min-height: 32px;
  padding: 0 11px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.friend-action:disabled,
.friend-detail-button:disabled {
  cursor: default;
  opacity: 0.72;
}

.friend-action.is-accept,
.friend-detail-button.is-ready {
  border: 1px solid rgba(99, 230, 166, 0.38);
  background: rgba(99, 230, 166, 0.12);
  color: #a9ffd1;
}

.friend-action.is-decline,
.friend-action.is-cancel,
.friend-action.is-remove {
  border: 1px solid rgba(255, 125, 125, 0.3);
  background: rgba(255, 125, 125, 0.08);
  color: #ffb8b8;
}

.friend-detail-button {
  flex: none;
  border: 1px solid rgba(120, 242, 251, 0.22);
  background: rgba(120, 242, 251, 0.08);
  color: #b8f7ff;
}

.selected-user-title .friend-detail-button {
  min-height: 30px;
  margin-top: 2px;
  padding: 0 10px;
  border-color: rgba(99, 230, 166, 0.32);
  background:
    linear-gradient(135deg, rgba(99, 230, 166, 0.14), rgba(120, 242, 251, 0.05)),
    rgba(1, 7, 14, 0.28);
  color: #c5ffdf;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.friend-detail-button.is-friend {
  border-color: rgba(99, 230, 166, 0.28);
  background: rgba(99, 230, 166, 0.09);
  color: #a9ffd1;
}

.friend-detail-button.is-pending,
.friend-detail-button.is-incoming {
  border-color: rgba(255, 225, 163, 0.28);
  background: rgba(255, 225, 163, 0.08);
  color: #ffe1a3;
}

.account-inquiries-card {
  grid-column: 1 / -1;
}

.account-inquiry-list {
  display: grid;
  gap: 12px;
}

.account-inquiry-item {
  --status-color: #5aa7ff;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--status-color) 9%, transparent), transparent 48%),
    rgba(1, 7, 14, 0.42);
}

.account-inquiry-item.is-status-fixed {
  --status-color: #63e6a6;
}

.account-inquiry-item.is-status-hold {
  --status-color: #ffe1a3;
}

.account-inquiry-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.account-inquiry-head-actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 8px;
}

.account-inquiry-head strong,
.account-inquiry-head span {
  display: block;
}

.account-inquiry-head strong {
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.account-inquiry-head span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.account-inquiry-comment-form {
  margin-top: 2px;
}

.account-inquiry-delete,
.account-inquiry-edit,
.inquiry-comment-delete {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.account-inquiry-edit {
  border: 1px solid rgba(120, 242, 251, 0.28);
  background: rgba(120, 242, 251, 0.08);
  color: #b8f7ff;
}

.account-inquiry-delete,
.inquiry-comment-delete {
  border: 1px solid rgba(255, 125, 125, 0.3);
  background: rgba(255, 125, 125, 0.08);
  color: #ffb8b8;
}

.account-inquiry-edit:hover {
  border-color: rgba(120, 242, 251, 0.58);
  background: rgba(120, 242, 251, 0.14);
  color: #effdff;
}

.account-inquiry-delete:hover,
.inquiry-comment-delete:hover {
  border-color: rgba(255, 125, 125, 0.62);
  background: rgba(255, 125, 125, 0.14);
  color: #ffe1e1;
}

.account-inquiry-delete:disabled,
.account-inquiry-edit:disabled,
.inquiry-comment-delete:disabled {
  cursor: wait;
  opacity: 0.55;
}

.account-empty {
  min-height: 220px;
  display: grid;
  place-content: center;
  text-align: center;
}

.account-empty.small {
  min-height: 100px;
  color: var(--muted);
}

.account-login-guide {
  position: relative;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 24px;
  align-items: center;
  place-content: stretch;
  min-height: 0;
  padding: 24px;
  overflow: hidden;
  text-align: left;
  border-color: rgba(120, 242, 251, 0.18);
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.08), transparent 1px),
    radial-gradient(circle at 88% 22%, rgba(120, 242, 251, 0.14), transparent 16rem),
    radial-gradient(circle at 10% 0%, rgba(255, 225, 163, 0.08), transparent 16rem),
    linear-gradient(135deg, rgba(11, 27, 46, 0.92), rgba(4, 10, 19, 0.96));
  background-size: 42px 42px, auto, auto, auto;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.account-login-guide::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 242, 251, 0.72), rgba(255, 225, 163, 0.42), transparent);
}

.account-login-copy h2 {
  max-width: 520px;
  margin: 8px 0 12px;
  color: #fff8e8;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.18;
  text-shadow: 0 0 28px rgba(120, 242, 251, 0.12);
}

.account-login-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.account-login-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 999px;
  background: rgba(120, 242, 251, 0.055);
  color: rgba(223, 248, 255, 0.84);
  font-size: 11px;
  font-weight: 900;
}

.account-login-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(237, 246, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.account-login-note {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 225, 163, 0.18);
  border-radius: 7px;
  background: rgba(255, 225, 163, 0.065);
  color: rgba(255, 248, 232, 0.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.account-google-login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 16px;
}

.account-google-login > span {
  color: rgba(237, 246, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.account-login-preview {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 17, 31, 0.92), rgba(2, 7, 14, 0.96)),
    rgba(2, 7, 14, 0.92);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.account-login-preview::after {
  display: none;
}

.account-login-preview img {
  display: block;
  width: 100%;
  max-height: 560px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.account-login-preview figcaption {
  margin-top: 10px;
  color: rgba(237, 246, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.account-login-steps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.account-login-steps span {
  min-height: 58px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), transparent 46%),
    rgba(255, 255, 255, 0.028);
  color: rgba(237, 246, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.account-login-steps b {
  display: block;
  margin-bottom: 4px;
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.account-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.primary-button.compact {
  min-height: 38px;
  padding: 0 18px;
  font-size: 13px;
}

#accountSettingsJson {
  width: 100%;
  min-height: 180px;
  resize: vertical;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  outline: none;
  background: rgba(3, 9, 17, 0.82);
  color: #dff8ff;
  font: 13px/1.6 Consolas, "Cascadia Mono", monospace;
}

#accountSettingsJson:focus {
  border-color: rgba(120, 242, 251, 0.55);
  box-shadow: 0 0 0 3px rgba(120, 242, 251, 0.1);
}

.account-trend-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.09), transparent 42%),
    linear-gradient(160deg, rgba(255, 225, 163, 0.07), transparent 68%),
    rgba(6, 16, 29, 0.88);
}

.trend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trend-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(1, 7, 14, 0.52);
}

.trend-card-head,
.trend-card-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.trend-card-head strong,
.trend-card-head span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trend-card-head strong {
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
}

.trend-card-head span,
.trend-card-foot span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.trend-card-head em {
  flex: none;
  color: #78f2fb;
  font-style: normal;
  font-weight: 900;
}

.trend-card-head em.is-down {
  color: #ff8f8f;
}

.trend-svg {
  display: block;
  width: 100%;
  height: 118px;
  margin: 12px 0 10px;
  overflow: visible;
}

.trend-svg polygon {
  fill: rgba(120, 242, 251, 0.09);
}

.trend-svg polyline {
  fill: none;
  stroke: #78f2fb;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(120, 242, 251, 0.36));
}

.trend-svg circle {
  fill: #fff8e8;
  stroke: #78f2fb;
  stroke-width: 2;
}

.trend-card-foot {
  align-items: center;
}

.trend-card-foot b {
  color: #fff;
  font-size: 14px;
}

.trend-empty {
  min-height: 118px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.record-board-head {
  align-items: center;
}

.record-board-head em {
  flex: none;
  padding: 7px 10px;
  border: 1px solid rgba(255, 225, 163, 0.24);
  border-radius: 999px;
  background: rgba(255, 225, 163, 0.07);
  color: #ffe1a3;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.record-summary-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.92fr) minmax(260px, 1.28fr);
  gap: 10px;
  margin-top: 16px;
}

.record-summary-strip span {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), transparent 58%),
    rgba(1, 7, 14, 0.42);
}

.record-summary-strip b,
.record-summary-strip small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-summary-strip b {
  color: #78f2fb;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.05;
}

.record-summary-strip span:nth-child(2) b {
  color: #63e6a6;
}

.record-summary-strip span:nth-child(3) b {
  color: #ffe1a3;
}

.record-summary-strip .is-latest b {
  font-size: clamp(18px, 1.8vw, 22px);
}

.record-summary-strip .is-latest small {
  white-space: normal;
}

.record-summary-strip small {
  margin-top: 6px;
  color: rgba(237, 246, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
}

.record-board-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(120, 242, 251, 0.1);
  border-radius: 8px;
  background: rgba(120, 242, 251, 0.045);
  color: rgba(237, 246, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.growth-dungeon-layout {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.growth-category-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.growth-category-section {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.04), transparent 62%),
    rgba(1, 7, 14, 0.28);
}

.growth-category-head {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 225, 163, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 225, 163, 0.13), transparent 64%),
    rgba(2, 8, 17, 0.54);
}

.growth-category-head span,
.growth-category-head strong,
.growth-category-head small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-category-head span {
  color: #ffe1a3;
  font-size: 12px;
  font-weight: 900;
}

.growth-category-head strong {
  margin-top: 6px;
  color: #f8fcff;
  font-size: 18px;
  font-weight: 900;
}

.growth-category-head small {
  margin-top: 5px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
}

.growth-dungeon-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.34);
}

.growth-dungeon-tab {
  min-width: 0;
  min-height: 82px;
  padding: 11px 12px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), transparent 62%),
    rgba(255, 255, 255, 0.026);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.growth-dungeon-tab:hover,
.growth-dungeon-tab.is-active {
  transform: translateY(-1px);
  border-color: rgba(255, 225, 163, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.1), transparent 62%),
    rgba(120, 242, 251, 0.045);
}

.growth-dungeon-tab span,
.growth-dungeon-tab strong,
.growth-dungeon-tab small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-dungeon-tab span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.growth-dungeon-tab strong {
  margin-top: 7px;
  color: rgba(237, 246, 255, 0.78);
  font-size: 16px;
  font-weight: 900;
}

.growth-dungeon-tab small {
  margin-top: 5px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
}

.growth-dungeon-tab.is-active span {
  color: #ffe1a3;
}

.growth-dungeon-tab.is-active strong {
  color: #ffe1a3;
}

.growth-dungeon-stage,
.growth-dungeon-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.growth-dungeon-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 0.82fr) minmax(0, 1fr) minmax(230px, 1.25fr);
  gap: 8px;
}

.growth-dungeon-summary span {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 58%),
    rgba(1, 7, 14, 0.38);
}

.growth-dungeon-summary b,
.growth-dungeon-summary small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-dungeon-summary b {
  color: #78f2fb;
  font-size: 18px;
  font-weight: 900;
}

.growth-dungeon-summary span:nth-child(3) b {
  color: #63e6a6;
}

.growth-dungeon-summary span:nth-child(4) b {
  color: #ffe1a3;
}

.growth-dungeon-summary .is-latest b {
  font-size: 16px;
}

.growth-dungeon-summary .is-latest small {
  white-space: normal;
}

.growth-dungeon-summary small {
  margin-top: 5px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 10px;
  font-weight: 900;
}

.growth-boss-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.growth-boss-tabs {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.34);
}

.growth-boss-tab {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  border: 1px solid rgba(120, 242, 251, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.045), transparent 58%),
    rgba(255, 255, 255, 0.022);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.growth-boss-tab:hover,
.growth-boss-tab.is-active {
  transform: translateY(-1px);
  border-color: rgba(255, 225, 163, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.095), transparent 58%),
    rgba(120, 242, 251, 0.04);
}

.growth-boss-order {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(120, 242, 251, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 45% 30%, rgba(120, 242, 251, 0.2), transparent 58%),
    rgba(2, 8, 17, 0.72);
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.growth-boss-tab.is-active .growth-boss-order {
  border-color: rgba(255, 225, 163, 0.42);
  color: #ffe1a3;
  box-shadow: 0 0 18px rgba(255, 225, 163, 0.16);
}

.growth-boss-main,
.growth-boss-main strong,
.growth-boss-main small,
.growth-boss-tab b {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-boss-main strong {
  color: #dff8ff;
  font-size: 14px;
  font-weight: 900;
}

.growth-boss-main small {
  margin-top: 4px;
  color: rgba(237, 246, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
}

.growth-boss-tab b {
  grid-column: 2;
  color: #ffe1a3;
  font-size: 12px;
  font-weight: 900;
}

.growth-boss-stage,
.growth-boss-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.growth-record-stack {
  display: grid;
  gap: 14px;
}

.growth-record-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(120, 242, 251, 0.055), transparent 34%),
    rgba(1, 7, 14, 0.62);
}

.growth-record-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.growth-record-head span,
.growth-record-head strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-record-head span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.growth-record-head strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #dff8ff;
  font-size: 21px;
  font-weight: 900;
}

.growth-boss-order-chip {
  flex: none;
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 24px;
  padding: 0 7px;
  border: 1px solid rgba(255, 225, 163, 0.28);
  border-radius: 999px;
  background: rgba(255, 225, 163, 0.075);
  color: #ffe1a3;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.growth-record-head em {
  flex: none;
  padding: 6px 9px;
  border: 1px solid rgba(255, 225, 163, 0.24);
  border-radius: 999px;
  background: rgba(255, 225, 163, 0.07);
  color: #ffe1a3;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.growth-record-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.growth-record-kpis span {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(120, 242, 251, 0.08);
  border-radius: 8px;
  background: rgba(3, 9, 17, 0.48);
}

.growth-record-kpis small,
.growth-record-kpis b,
.growth-record-kpis em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-record-kpis small {
  color: rgba(237, 246, 255, 0.54);
  font-size: 10px;
  font-weight: 900;
}

.growth-record-kpis b {
  margin-top: 5px;
  color: rgba(237, 246, 255, 0.74);
  font-size: 15px;
  font-weight: 900;
}

.growth-record-kpis .is-current b {
  color: #ffe1a3;
  font-size: 18px;
}

.growth-record-kpis .is-gain b,
.growth-record-kpis .is-gain em {
  color: #63e6a6;
}

.growth-record-kpis em {
  margin-top: 3px;
  color: #78f2fb;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.growth-timeline {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.growth-event {
  display: grid;
  grid-template-columns: 58px minmax(160px, 1.1fr) minmax(124px, 0.72fr) minmax(118px, 0.62fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 242, 251, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.018);
  color: var(--text);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.growth-event:hover {
  transform: translateY(-1px);
  border-color: rgba(120, 242, 251, 0.34);
  background: rgba(120, 242, 251, 0.065);
}

.growth-event.is-latest {
  border-color: rgba(255, 225, 163, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 225, 163, 0.1), transparent 45%),
    rgba(120, 242, 251, 0.032);
}

.growth-event-index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 7px;
  background: rgba(1, 7, 14, 0.72);
  color: rgba(120, 242, 251, 0.82);
  font-size: 10px;
  font-weight: 900;
}

.growth-event.is-latest .growth-event-index {
  border-color: rgba(255, 225, 163, 0.34);
  color: #ffe1a3;
}

.growth-event-date,
.growth-event-change,
.growth-event-score {
  display: block;
  min-width: 0;
}

.growth-event-date b,
.growth-event-date small,
.growth-event-change b,
.growth-event-change small,
.growth-event-score b,
.growth-event-score small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-event-date b {
  color: rgba(237, 246, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
}

.growth-event-date small,
.growth-event-change small,
.growth-event-score small {
  margin-top: 4px;
  color: rgba(237, 246, 255, 0.38);
  font-size: 10px;
  font-weight: 900;
}

.growth-event-bar {
  grid-column: 2 / 5;
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(1, 7, 14, 0.72);
}

.growth-event-bar i {
  display: block;
  width: var(--event-width, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.72), rgba(255, 225, 163, 0.84));
  box-shadow: 0 0 12px rgba(120, 242, 251, 0.22);
}

.growth-event-change b {
  color: #63e6a6;
  font-size: 14px;
  font-weight: 900;
}

.growth-event-score {
  text-align: right;
}

.growth-event-score b {
  color: #78f2fb;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.growth-event-score small {
  margin-top: 0;
  color: rgba(237, 246, 255, 0.38);
}

.growth-event.is-latest .growth-event-score b {
  color: #ffe1a3;
}

.growth-event.is-extra {
  display: none;
}

.growth-record-card.is-expanded .growth-event.is-extra {
  display: grid;
}

.growth-history-toggle {
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background: rgba(120, 242, 251, 0.065);
  color: #b8f7ff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.growth-history-toggle:hover {
  border-color: rgba(120, 242, 251, 0.44);
  background: rgba(120, 242, 251, 0.11);
  color: #effdff;
}

/* Growth tab readability refresh */
.account-trend-card {
  overflow: visible;
}

.account-trend-card .record-board-head {
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(237, 246, 255, 0.08);
}

.account-trend-card .record-board-head strong {
  letter-spacing: 0;
}

.account-trend-card .record-summary-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.account-trend-card .record-summary-strip span {
  min-height: 70px;
  border-color: rgba(237, 246, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.055), transparent 62%),
    rgba(2, 8, 17, 0.44);
}

.record-board-note {
  margin-top: 10px;
  padding: 9px 11px;
  border-color: rgba(237, 246, 255, 0.08);
  background: rgba(255, 255, 255, 0.026);
  color: rgba(237, 246, 255, 0.56);
}

.growth-dungeon-layout {
  grid-template-columns: minmax(248px, 286px) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin-top: 14px;
}

.growth-category-stack {
  position: sticky;
  top: 14px;
  align-self: start;
  gap: 10px;
  max-height: min(720px, calc(100vh - 130px));
  overflow: auto;
  padding-right: 4px;
  scrollbar-width: thin;
}

.growth-category-section {
  display: block;
  padding: 10px;
  border-color: rgba(237, 246, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(120, 242, 251, 0.035), transparent 40%),
    rgba(1, 7, 14, 0.46);
}

.growth-category-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 0 2px 9px;
  border: 0;
  border-bottom: 1px solid rgba(237, 246, 255, 0.08);
  border-radius: 0;
  background: transparent;
}

.growth-category-head span {
  color: rgba(237, 246, 255, 0.72);
  font-size: 11px;
}

.growth-category-head strong {
  margin: 0;
  color: #ffe1a3;
  font-size: 12px;
}

.growth-category-head small {
  display: none;
}

.growth-dungeon-tabs {
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 9px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.growth-dungeon-tab {
  position: relative;
  min-height: 62px;
  padding: 10px 74px 10px 11px;
  border-color: rgba(237, 246, 255, 0.08);
  background: rgba(255, 255, 255, 0.026);
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.growth-dungeon-tab:hover,
.growth-dungeon-tab.is-active {
  transform: none;
  border-color: rgba(120, 242, 251, 0.36);
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.105), transparent 70%),
    rgba(120, 242, 251, 0.035);
}

.growth-dungeon-tab.is-active {
  box-shadow: inset 3px 0 0 rgba(120, 242, 251, 0.84);
}

.growth-dungeon-tab span {
  color: rgba(237, 246, 255, 0.84);
  font-size: 12px;
}

.growth-dungeon-tab strong {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  color: #ffe1a3;
  font-size: 11px;
}

.growth-dungeon-tab small {
  margin-top: 6px;
  color: rgba(237, 246, 255, 0.45);
  font-size: 10px;
  white-space: normal;
}

.growth-dungeon-panel {
  gap: 10px;
}

.growth-dungeon-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.growth-dungeon-summary span {
  padding: 11px;
  border-color: rgba(237, 246, 255, 0.08);
  background: rgba(2, 8, 17, 0.5);
}

.growth-dungeon-summary b {
  font-size: 17px;
}

.growth-boss-layout {
  grid-template-columns: minmax(214px, 250px) minmax(0, 1fr);
  gap: 12px;
}

.growth-boss-tabs {
  gap: 6px;
  max-height: min(640px, calc(100vh - 210px));
  overflow: auto;
  padding: 8px;
  border-color: rgba(237, 246, 255, 0.08);
  background: rgba(1, 7, 14, 0.42);
  scrollbar-width: thin;
}

.growth-boss-tab {
  min-height: 62px;
  padding: 9px;
  border-color: rgba(237, 246, 255, 0.075);
  background: rgba(255, 255, 255, 0.022);
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.growth-boss-tab:hover,
.growth-boss-tab.is-active {
  transform: none;
  border-color: rgba(255, 225, 163, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 225, 163, 0.09), transparent 72%),
    rgba(255, 255, 255, 0.028);
}

.growth-boss-tab.is-active {
  box-shadow: inset 3px 0 0 rgba(255, 225, 163, 0.82);
}

.growth-boss-order {
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.growth-boss-main strong {
  font-size: 13px;
}

.growth-boss-main small {
  color: rgba(237, 246, 255, 0.46);
}

.growth-boss-tab b {
  color: rgba(255, 225, 163, 0.86);
  font-size: 11px;
}

.growth-record-card {
  padding: 14px;
  border-color: rgba(237, 246, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(120, 242, 251, 0.042), transparent 24%),
    rgba(1, 7, 14, 0.58);
}

.growth-record-head {
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(237, 246, 255, 0.08);
}

.growth-record-head strong {
  font-size: 20px;
}

.growth-record-kpis {
  gap: 8px;
  margin-top: 12px;
}

.growth-record-kpis span {
  padding: 10px;
  background: rgba(255, 255, 255, 0.026);
}

.trend-svg {
  margin-top: 12px;
  border: 1px solid rgba(237, 246, 255, 0.07);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.growth-timeline {
  gap: 6px;
  margin-top: 10px;
}

.growth-event {
  grid-template-columns: 50px minmax(150px, 1fr) minmax(112px, 0.66fr) minmax(112px, 0.56fr);
  min-height: 58px;
  padding: 9px 10px;
  border-color: rgba(237, 246, 255, 0.065);
  background: rgba(255, 255, 255, 0.014);
  transition: border-color 140ms ease, background 140ms ease;
}

.growth-event:hover {
  transform: none;
}

.growth-event-index {
  width: 38px;
  height: 30px;
}

.growth-event-score b {
  font-size: 17px;
}

.record-category-stack {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.record-category {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.34);
}

.record-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.record-category-head span,
.record-category-head strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-category-head span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.record-category-head strong {
  margin-top: 3px;
  color: #fff8e8;
  font-size: 18px;
  font-weight: 900;
}

.record-category-head em {
  flex: none;
  color: rgba(255, 225, 163, 0.92);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.record-dungeon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 10px;
}

.record-dungeon-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(9, 22, 39, 0.9), rgba(1, 7, 14, 0.88)),
    rgba(1, 7, 14, 0.82);
}

.record-dungeon-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 7, 14, 0.88), rgba(1, 7, 14, 0.58)),
    var(--record-map);
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
}

.record-dungeon-head,
.record-boss-list {
  position: relative;
  z-index: 1;
}

.record-dungeon-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  padding: 13px;
  border-bottom: 1px solid rgba(120, 242, 251, 0.1);
}

.record-dungeon-head span,
.record-dungeon-head strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-dungeon-head span {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.record-dungeon-head strong {
  color: #fff8e8;
  font-size: 15px;
  font-weight: 900;
}

.record-dungeon-head em {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: rgba(255, 225, 163, 0.9);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.record-boss-list {
  display: grid;
  gap: 1px;
  padding: 8px;
}

.record-boss-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) minmax(92px, auto);
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
}

.record-boss-row.has-record {
  border-color: rgba(120, 242, 251, 0.14);
  background: rgba(120, 242, 251, 0.055);
}

.record-boss-row.has-record:hover {
  border-color: rgba(120, 242, 251, 0.36);
  background: rgba(120, 242, 251, 0.1);
}

.record-boss-row.is-empty {
  background: rgba(255, 255, 255, 0.024);
  opacity: 0.76;
}

.record-boss-order {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(120, 242, 251, 0.2);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.58);
  color: #78f2fb;
  font-size: 13px;
  font-weight: 900;
}

.record-boss-main,
.record-boss-score {
  display: block;
  min-width: 0;
}

.record-boss-main strong,
.record-boss-main small,
.record-boss-score b,
.record-boss-score small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.record-boss-main strong {
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
}

.record-boss-main small,
.record-boss-score small {
  margin-top: 4px;
  color: rgba(237, 246, 255, 0.54);
  font-size: 10px;
  font-weight: 800;
}

.record-boss-score {
  text-align: right;
}

.record-boss-score b {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.record-boss-row.has-record .record-boss-score small {
  color: rgba(120, 242, 251, 0.82);
}

.account-report-list {
  display: grid;
  gap: 8px;
}

.account-report-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 90px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 8, 17, 0.54);
  color: inherit;
  text-decoration: none;
}

.account-report-row:hover {
  border-color: rgba(120, 242, 251, 0.32);
  background: rgba(14, 38, 60, 0.74);
}

.account-report-row strong,
.account-report-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-report-row small {
  margin-top: 4px;
  color: var(--muted);
}

.account-report-row b {
  color: #ffb04c;
  text-align: right;
}

.account-report-row em {
  color: #78f2fb;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-color: rgba(118, 232, 255, 0.24);
  background:
    radial-gradient(circle at 82% 12%, rgba(118, 232, 255, 0.18), transparent 18rem),
    var(--panel-strong);
}

.release-card {
  padding: 22px;
}

.release-card strong {
  display: block;
  margin: 8px 0 18px;
  font-size: 34px;
}

.release-card .release-sync-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: -8px 0 16px;
  padding: 7px 11px;
  border: 1px solid rgba(91, 255, 194, 0.38);
  border-radius: 8px;
  color: #9dffd8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  background:
    linear-gradient(135deg, rgba(91, 255, 194, 0.18), rgba(120, 242, 251, 0.08)),
    rgba(4, 17, 23, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(91, 255, 194, 0.12);
}

.release-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.release-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.release-card dt,
.release-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.release-card dd {
  color: var(--text);
  font-weight: 800;
}

.npcap-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 225, 163, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.1), transparent 38%),
    rgba(3, 8, 15, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.npcap-card span {
  display: block;
  color: #ffe1a3;
  font-size: 11px;
  font-weight: 900;
}

.npcap-card strong {
  display: block;
  margin-top: 6px;
  color: #fff8e8;
  font-size: 24px;
  font-weight: 900;
}

.npcap-card p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(237, 246, 255, 0.7);
  line-height: 1.7;
}

.npcap-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: npcap-step;
}

.npcap-card li {
  position: relative;
  min-height: 34px;
  padding: 8px 10px 8px 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 246, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.npcap-card li::before {
  counter-increment: npcap-step;
  content: counter(npcap-step, decimal-leading-zero);
  position: absolute;
  left: 10px;
  top: 8px;
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.npcap-card b {
  color: #ffe1a3;
}

.contact-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  justify-items: end;
  gap: 12px;
  pointer-events: auto;
}

.contact-widget.is-visible {
  pointer-events: auto;
}

.contact-launcher {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px 0 10px;
  border: 1px solid rgba(120, 242, 251, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 20%, rgba(120, 242, 251, 0.2), transparent 48%),
    linear-gradient(135deg, rgba(13, 29, 48, 0.96), rgba(4, 10, 19, 0.98));
  color: #f8fcff;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(120, 242, 251, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-launcher:hover,
.contact-widget.is-open .contact-launcher {
  border-color: rgba(255, 225, 163, 0.52);
  transform: translateY(-2px);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(120, 242, 251, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.contact-launcher-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.24), rgba(255, 225, 163, 0.1)),
    rgba(255, 255, 255, 0.045);
}

.contact-launcher-icon svg {
  width: 21px;
  height: 21px;
  fill: rgba(120, 242, 251, 0.24);
  stroke: #dff8ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-panel {
  position: relative;
  width: min(390px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 10%, rgba(120, 242, 251, 0.13), transparent 12rem),
    linear-gradient(145deg, rgba(11, 22, 37, 0.98), rgba(3, 8, 15, 0.99));
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  animation: contactPanelIn 180ms ease both;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, #78f2fb, #ffe1a3, transparent);
}

.contact-panel-head,
.contact-profile,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 12px;
}

.contact-panel-head span,
.contact-profile span,
.contact-form label > span {
  display: block;
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
}

.contact-panel-head strong {
  display: block;
  margin-top: 4px;
  color: #fff8e8;
  font-size: 23px;
  font-weight: 900;
}

.contact-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 246, 255, 0.76);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.contact-close:hover {
  border-color: rgba(120, 242, 251, 0.36);
  color: #fff;
}

.contact-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(106px, 118px);
  gap: 8px;
  margin: 0 18px 12px;
}

.contact-profile > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(120, 242, 251, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.contact-profile strong {
  display: block;
  min-width: 0;
  margin-top: 5px;
  overflow: hidden;
  color: #edf6ff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-profile strong[data-contact-character],
.contact-profile strong[data-contact-power],
.contact-character-line,
.contact-power-value {
  display: grid !important;
  align-items: center;
  column-gap: 7px;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
}

.contact-profile strong[data-contact-character],
.contact-character-line {
  grid-template-columns: 20px minmax(0, 1fr);
  width: 100%;
}

.contact-profile strong[data-contact-character] {
  overflow: hidden;
}

.contact-profile strong[data-contact-power] {
  grid-template-columns: 18px minmax(0, 1fr);
  justify-content: start;
  color: #78f2fb;
}

.contact-profile strong[data-contact-character] .class-mark,
.contact-character-line .class-mark {
  flex: none;
  width: 20px;
  height: 20px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.contact-profile strong[data-contact-character] .class-mark img,
.contact-character-line .class-mark img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: none;
}

.contact-profile strong[data-contact-character] .contact-character-name,
.contact-character-line > span:last-child {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  white-space: nowrap;
}

.contact-power-value {
  grid-template-columns: 18px auto;
  justify-content: start;
  color: #78f2fb;
}

.contact-profile strong[data-contact-power] img,
.contact-power-value img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: none;
}

.contact-profile strong[data-contact-power] b,
.contact-power-value b {
  min-width: 0;
  overflow: hidden;
  color: #78f2fb;
  font-weight: 900;
  line-height: 18px;
  text-overflow: ellipsis;
}

.contact-profile strong[data-contact-power] b.is-empty,
.contact-power-value.is-empty {
  color: var(--dim);
}

.contact-login-required {
  position: relative;
  z-index: 1;
  margin: 0 18px 18px;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), transparent 52%),
    rgba(255, 255, 255, 0.035);
}

.contact-login-required strong {
  display: block;
  color: #fff8e8;
  font-size: 16px;
  font-weight: 900;
}

.contact-login-required p {
  margin: 8px 0 0;
  color: rgba(237, 246, 255, 0.66);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-help {
  position: relative;
  z-index: 1;
  margin: 0 18px 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 225, 163, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 225, 163, 0.08), transparent 58%),
    rgba(1, 7, 14, 0.36);
}

.contact-help strong {
  display: block;
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
}

.contact-help ul {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding-left: 17px;
  color: rgba(237, 246, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.contact-help li::marker {
  color: #ffe1a3;
}

.contact-form {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  outline: none;
  background: rgba(1, 7, 14, 0.72);
  color: #edf6ff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.contact-form input {
  height: 40px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 118px;
  max-height: 190px;
  resize: vertical;
  padding: 11px 12px;
  line-height: 1.55;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(120, 242, 251, 0.56);
  box-shadow: 0 0 0 3px rgba(120, 242, 251, 0.09);
}

.contact-form-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  color: rgba(237, 246, 255, 0.52);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.contact-warning {
  color: rgba(255, 225, 163, 0.86);
}

.contact-submit {
  width: 100%;
  border-radius: 8px;
}

.contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}

.contact-status {
  min-height: 18px;
  margin: 0;
  color: rgba(237, 246, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-status[data-tone="success"] {
  color: #63e6a6;
}

.contact-status[data-tone="error"] {
  color: #ff8f8f;
}

.contact-status[data-tone="muted"] {
  color: rgba(237, 246, 255, 0.62);
}

.site-notice {
  position: fixed;
  right: 26px;
  bottom: 92px;
  z-index: 220;
  display: grid;
  gap: 4px;
  width: min(360px, calc(100vw - 32px));
  padding: 15px 16px;
  border: 1px solid rgba(99, 230, 166, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(99, 230, 166, 0.16), rgba(120, 242, 251, 0.08)),
    rgba(3, 10, 18, 0.94);
  color: #edf6ff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-notice[data-tone="error"] {
  border-color: rgba(255, 125, 125, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 125, 125, 0.16), rgba(255, 225, 163, 0.08)),
    rgba(3, 10, 18, 0.94);
}

.site-notice strong {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 900;
}

.site-notice span {
  color: rgba(237, 246, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.inquiry-admin-page {
  display: grid;
  gap: 18px;
  padding: 24px 0 80px;
}

.inquiry-admin-hero,
.inquiry-admin-panel,
.inquiry-admin-empty,
.inquiry-admin-gate,
.inquiry-admin-card {
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(120, 242, 251, 0.13), transparent 16rem),
    linear-gradient(145deg, rgba(11, 23, 39, 0.92), rgba(3, 8, 15, 0.94));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.inquiry-admin-hero {
  padding: 28px;
}

.inquiry-admin-hero h1 {
  margin: 6px 0 8px;
  color: #fff8e8;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.inquiry-admin-hero p,
.inquiry-admin-empty p,
.inquiry-admin-gate p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.inquiry-admin-panel {
  padding: 16px;
}

.inquiry-admin-empty,
.inquiry-admin-gate {
  display: grid;
  gap: 12px;
  min-height: 210px;
  place-content: center;
  padding: 26px;
  text-align: center;
}

.inquiry-admin-gate {
  max-width: 520px;
  margin: 20px auto;
  place-content: stretch;
  text-align: left;
}

.inquiry-admin-gate h2,
.inquiry-admin-empty h2 {
  margin: 0;
  color: #fff8e8;
  font-size: 28px;
}

.inquiry-admin-gate label {
  display: grid;
  gap: 7px;
}

.inquiry-admin-gate label span {
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.inquiry-admin-gate input {
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 7px;
  outline: none;
  background: rgba(1, 7, 14, 0.74);
  color: var(--text);
  font: inherit;
}

.inquiry-admin-gate em {
  color: #ff8f8f;
  font-style: normal;
  font-weight: 900;
}

.inquiry-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.inquiry-admin-toolbar strong {
  display: block;
  margin-top: 4px;
  color: #fff8e8;
  font-size: 22px;
  font-weight: 900;
}

.admin-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.admin-tabs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 246, 255, 0.74);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.admin-tabs button b {
  color: #78f2fb;
  font-size: 12px;
}

.admin-tabs button.is-active {
  border-color: rgba(120, 242, 251, 0.46);
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.16), rgba(255, 225, 163, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #fff8e8;
  box-shadow: inset 0 -2px 0 rgba(120, 242, 251, 0.72), 0 12px 34px rgba(0, 0, 0, 0.24);
}

.inquiry-status-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.inquiry-status-tabs button {
  --filter-color: #78f2fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--filter-color) 18%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--filter-color) 7%, transparent), transparent 52%),
    rgba(255, 255, 255, 0.028);
  color: rgba(237, 246, 255, 0.72);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.inquiry-status-tabs button.is-open {
  --filter-color: #5aa7ff;
}

.inquiry-status-tabs button.is-fixed {
  --filter-color: #63e6a6;
}

.inquiry-status-tabs button.is-hold {
  --filter-color: #ffe1a3;
}

.inquiry-status-tabs button b {
  color: var(--filter-color);
  font-size: 12px;
}

.inquiry-status-tabs button.is-active {
  border-color: color-mix(in srgb, var(--filter-color) 52%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--filter-color) 17%, transparent), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  color: #fff8e8;
  box-shadow: inset 0 -2px 0 var(--filter-color), 0 10px 24px rgba(0, 0, 0, 0.16);
}

.inquiry-admin-list {
  display: grid;
  gap: 10px;
}

.ban-admin-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.35fr);
  gap: 12px;
  align-items: start;
}

.update-admin-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.34fr);
  gap: 12px;
  align-items: start;
}

.skin-admin-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.38fr);
  gap: 12px;
  align-items: start;
}

.ban-admin-form,
.update-admin-form,
.skin-admin-form,
.ban-admin-card {
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background: rgba(1, 7, 14, 0.46);
}

.ban-admin-form {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.update-admin-form {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.skin-admin-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 87, 112, 0.16), transparent 10rem),
    linear-gradient(145deg, rgba(22, 12, 22, 0.72), rgba(1, 7, 14, 0.58));
}

.ban-admin-form h2,
.update-admin-form h2,
.skin-admin-form h2 {
  margin: 4px 0 6px;
  color: #fff8e8;
  font-size: 22px;
}

.ban-admin-form p,
.update-admin-form p,
.skin-admin-form p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.ban-admin-form label,
.update-admin-form label,
.skin-admin-form label {
  display: grid;
  gap: 7px;
}

.ban-admin-form label span,
.update-admin-form label span,
.skin-admin-form label span {
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.ban-admin-form input,
.ban-admin-form select,
.update-admin-form input,
.update-admin-form textarea,
.skin-admin-form input,
.skin-admin-form select {
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 7px;
  outline: none;
  background: rgba(1, 7, 14, 0.72);
  color: var(--text);
  font: inherit;
}

.update-admin-form textarea {
  min-height: 230px;
  padding: 12px;
  resize: vertical;
  line-height: 1.6;
}

.update-admin-form .update-admin-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.update-admin-form .ghost-button {
  min-height: 40px;
}

.ban-admin-list {
  display: grid;
  gap: 10px;
}

.update-admin-list {
  display: grid;
  gap: 10px;
}

.skin-admin-list {
  display: grid;
  gap: 10px;
}

.ban-admin-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
}

.update-admin-card {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.07), rgba(255, 225, 163, 0.04)),
    rgba(1, 7, 14, 0.48);
}

.update-admin-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.update-admin-card strong,
.update-admin-card span {
  display: block;
}

.update-admin-card strong {
  color: #fff8e8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.update-admin-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.update-admin-preview {
  display: -webkit-box;
  max-height: 4.8em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: rgba(237, 246, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  white-space: pre-wrap;
}

.update-admin-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.update-admin-card-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 246, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.update-admin-card-actions button:hover {
  border-color: rgba(120, 242, 251, 0.44);
  color: #fff;
}

.update-admin-card-actions .delete-action {
  border-color: rgba(255, 125, 125, 0.24);
  color: #ff9b9b;
}

.update-admin-card-actions .delete-action:hover {
  border-color: rgba(255, 125, 125, 0.58);
  background: rgba(255, 125, 125, 0.12);
  color: #ffd1d1;
}

.skin-admin-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 86px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 111, 141, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 83, 115, 0.11), transparent 48%),
    linear-gradient(145deg, rgba(13, 20, 35, 0.84), rgba(3, 8, 15, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.skin-admin-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #ff6f8d, #ffe1a3);
  box-shadow: 0 0 28px rgba(255, 111, 141, 0.42);
}

.skin-admin-card.is-seraph {
  border-color: rgba(255, 232, 188, 0.2);
  background:
    linear-gradient(120deg, rgba(255, 232, 188, 0.11), transparent 48%),
    linear-gradient(145deg, rgba(13, 20, 35, 0.84), rgba(3, 8, 15, 0.82));
}

.skin-admin-card.is-void {
  border-color: rgba(158, 126, 255, 0.22);
  background:
    radial-gradient(circle at 12% 50%, rgba(42, 24, 102, 0.44), transparent 38%),
    linear-gradient(120deg, rgba(126, 84, 255, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(10, 13, 36, 0.86), rgba(3, 8, 18, 0.84));
}

.skin-admin-card.is-neon-dragonline {
  border-color: rgba(85, 242, 255, 0.24);
  background:
    radial-gradient(circle at 84% 48%, rgba(255, 79, 208, 0.2), transparent 34%),
    linear-gradient(120deg, rgba(85, 242, 255, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(5, 14, 32, 0.88), rgba(17, 9, 38, 0.84));
}

.skin-admin-card.is-seraph::before {
  background: linear-gradient(180deg, #fff1c9, #78f2fb);
  box-shadow: 0 0 28px rgba(255, 232, 188, 0.36);
}

.skin-admin-card.is-void::before {
  background: linear-gradient(180deg, #8d6bff, #54e6ff);
  box-shadow: 0 0 30px rgba(122, 87, 255, 0.42);
}

.skin-admin-card.is-neon-dragonline::before {
  background: linear-gradient(180deg, #55f2ff, #ff4fd0);
  box-shadow: 0 0 30px rgba(85, 242, 255, 0.36), 0 0 24px rgba(255, 79, 208, 0.18);
}

.skin-admin-card-main,
.skin-admin-card-side {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.skin-admin-card-main {
  flex: 1;
}

.skin-preview-mark {
  flex: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 225, 163, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 225, 163, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(255, 111, 141, 0.24), rgba(55, 9, 24, 0.88));
  color: #fff8e8;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(255, 111, 141, 0.18);
}

.skin-admin-card.is-seraph .skin-preview-mark {
  border-color: rgba(255, 238, 204, 0.4);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 246, 220, 0.28), transparent 58%),
    linear-gradient(135deg, rgba(255, 233, 188, 0.22), rgba(63, 54, 37, 0.88));
  box-shadow: 0 0 24px rgba(255, 232, 188, 0.16);
}

.skin-admin-card.is-void .skin-preview-mark {
  border-color: rgba(174, 148, 255, 0.42);
  background:
    radial-gradient(circle at 50% 42%, rgba(115, 235, 255, 0.2), transparent 52%),
    linear-gradient(135deg, rgba(31, 20, 88, 0.92), rgba(5, 7, 24, 0.92));
  box-shadow: 0 0 25px rgba(130, 92, 255, 0.22);
}

.skin-admin-card.is-neon-dragonline .skin-preview-mark {
  border-color: rgba(85, 242, 255, 0.44);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.2), transparent 48%),
    linear-gradient(135deg, rgba(85, 242, 255, 0.24), rgba(255, 79, 208, 0.2)),
    linear-gradient(135deg, rgba(7, 25, 48, 0.94), rgba(27, 10, 56, 0.94));
  box-shadow: 0 0 25px rgba(85, 242, 255, 0.22), 0 0 20px rgba(255, 79, 208, 0.12);
}

.skin-admin-card strong,
.skin-admin-card span {
  display: block;
}

.skin-admin-card strong {
  overflow: hidden;
  color: #fff8e8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skin-admin-card-main div {
  min-width: 0;
}

.skin-admin-card-main span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.skin-chip {
  min-width: 76px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 225, 163, 0.32);
  border-radius: 999px;
  background: rgba(255, 111, 141, 0.1);
  color: #ffd8b8;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.skin-chip.is-seraph {
  border-color: rgba(255, 238, 204, 0.34);
  background: rgba(255, 232, 188, 0.09);
  color: #fff0cf;
}

.skin-chip.is-void {
  border-color: rgba(174, 148, 255, 0.34);
  background: rgba(121, 82, 255, 0.1);
  color: #dfd6ff;
}

.skin-chip.is-neon-dragonline {
  border-color: rgba(85, 242, 255, 0.34);
  background: rgba(85, 242, 255, 0.08);
  color: #dffcff;
}

.skin-admin-card .delete-action {
  flex: none;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 125, 125, 0.24);
  border-radius: 6px;
  background: rgba(255, 125, 125, 0.06);
  color: #ffb5b5;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.account-skin-showcase.is-rose-core,
.skin-preview-modal.is-rose-core {
  --skin-a: #c889ff;
  --skin-b: #fff0a8;
  --skin-c: rgba(200, 137, 255, 0.24);
  --skin-glow: rgba(200, 137, 255, 0.25);
}

.account-skin-showcase.is-deep-petal,
.skin-preview-modal.is-deep-petal {
  --skin-a: #7f8bff;
  --skin-b: #e9c2ff;
  --skin-c: rgba(127, 139, 255, 0.24);
  --skin-glow: rgba(127, 139, 255, 0.24);
}

.account-skin-showcase.is-butterfly-halo,
.skin-preview-modal.is-butterfly-halo {
  --skin-a: #ffb7f6;
  --skin-b: #ffe8a8;
  --skin-c: rgba(255, 183, 246, 0.22);
  --skin-glow: rgba(255, 141, 239, 0.23);
}

.account-skin-showcase.is-golden-pollen,
.skin-preview-modal.is-golden-pollen {
  --skin-a: #d9a8ff;
  --skin-b: #ffd86f;
  --skin-c: rgba(255, 216, 111, 0.22);
  --skin-glow: rgba(255, 207, 86, 0.22);
}

.account-skin-showcase.is-night-bloom,
.skin-preview-modal.is-night-bloom {
  --skin-a: #9b6dff;
  --skin-b: #72c8ff;
  --skin-c: rgba(118, 88, 255, 0.24);
  --skin-glow: rgba(118, 88, 255, 0.24);
}

.account-skin-option.is-rose-core,
.account-skin-option.is-deep-petal,
.account-skin-option.is-butterfly-halo,
.account-skin-option.is-golden-pollen,
.account-skin-option.is-night-bloom {
  border-color: color-mix(in srgb, var(--skin-a, #c889ff) 28%, transparent);
  background:
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--skin-b, #fff0a8) 12%, transparent), transparent 9rem),
    linear-gradient(145deg, color-mix(in srgb, var(--skin-a, #c889ff) 13%, transparent), rgba(255, 255, 255, 0.018) 58%),
    rgba(5, 7, 18, 0.72);
}

.account-skin-option.is-rose-core { --skin-a: #c889ff; --skin-b: #fff0a8; }
.account-skin-option.is-deep-petal { --skin-a: #7f8bff; --skin-b: #e9c2ff; }
.account-skin-option.is-butterfly-halo { --skin-a: #ffb7f6; --skin-b: #ffe8a8; }
.account-skin-option.is-golden-pollen { --skin-a: #d9a8ff; --skin-b: #ffd86f; }
.account-skin-option.is-night-bloom { --skin-a: #9b6dff; --skin-b: #72c8ff; }

.account-skin-option-preview.is-rose-core,
.account-skin-option-preview.is-deep-petal,
.account-skin-option-preview.is-butterfly-halo,
.account-skin-option-preview.is-golden-pollen,
.account-skin-option-preview.is-night-bloom {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 34%, rgba(0, 0, 0, 0.32)),
    var(--rose-preview-image) center / 100% 100% no-repeat;
}

.account-skin-option-preview.is-rose-core { --rose-preview-image: url("/assets/skins/rose-core.png"); }
.account-skin-option-preview.is-deep-petal { --rose-preview-image: url("/assets/skins/deep-petal.png"); }
.account-skin-option-preview.is-butterfly-halo { --rose-preview-image: url("/assets/skins/butterfly-halo.png"); }
.account-skin-option-preview.is-golden-pollen { --rose-preview-image: url("/assets/skins/golden-pollen.png"); }
.account-skin-option-preview.is-night-bloom { --rose-preview-image: url("/assets/skins/night-bloom.png"); }

.account-skin-option-preview.is-rose-core i,
.account-skin-option-preview.is-deep-petal i,
.account-skin-option-preview.is-butterfly-halo i,
.account-skin-option-preview.is-golden-pollen i,
.account-skin-option-preview.is-night-bloom i {
  background: linear-gradient(90deg, color-mix(in srgb, var(--skin-a, #c889ff) 84%, transparent), color-mix(in srgb, var(--skin-b, #fff0a8) 68%, transparent));
  box-shadow: 0 0 18px color-mix(in srgb, var(--skin-a, #c889ff) 30%, transparent);
}

.account-skin-option-preview.is-default,
.account-skin-option-preview.is-crimson,
.account-skin-option-preview.is-seraph,
.account-skin-option-preview.is-void,
.account-skin-option-preview.is-neon-dragonline {
  border-color: var(--skin-card-border, rgba(237, 246, 255, 0.1));
  background:
    var(--skin-card-veil, linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 38%, rgba(0, 0, 0, 0.24))),
    var(--skin-card-art, linear-gradient(90deg, rgba(120, 242, 251, 0.18), rgba(255, 225, 163, 0.12) 56%, transparent)),
    var(--skin-card-shell, rgba(1, 7, 14, 0.5));
  box-shadow: var(--skin-card-shadow, none);
}

.account-skin-option-preview.is-default {
  --skin-card-border: rgba(120, 242, 251, 0.2);
  --skin-card-veil: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%, rgba(0, 0, 0, 0.28));
  --skin-card-art: radial-gradient(ellipse at 78% 42%, rgba(120, 242, 251, 0.12), transparent 38%);
  --skin-card-shell: linear-gradient(90deg, rgba(6,18,26,0.92), rgba(10,30,42,0.86) 48%, rgba(6,18,26,0.92));
  --skin-card-fill: linear-gradient(to right, rgba(32,126,153,.82), rgba(120,242,251,.4));
  --skin-card-fill-shadow: 0 0 18px rgba(120, 242, 251, 0.26);
}

.account-skin-option-preview.is-crimson {
  --skin-card-border: rgba(255, 91, 125, 0.34);
  --skin-card-veil: rgba(0, 0, 0, 0.38);
  --skin-card-art: url("/assets/skins/crimson.png") center / 100% 100% no-repeat;
  --skin-card-shell: linear-gradient(90deg, rgba(23,9,9,0.94), rgba(18,12,13,0.88) 54%, rgba(13,8,9,0.94));
  --skin-card-fill: linear-gradient(90deg, rgba(79,20,20,.62), rgba(190,62,60,.22), rgba(15,8,9,.32));
  --skin-card-fill-shadow: 0 0 18px rgba(255, 82, 112, 0.36);
  --skin-card-shadow: inset 0 0 14px rgba(255, 183, 131, 0.07);
}

.account-skin-option-preview.is-seraph {
  --skin-card-border: rgba(220, 215, 200, 0.34);
  --skin-card-veil: rgba(0, 0, 0, 0.28);
  --skin-card-art: url("/assets/skins/seraph.png") center / 100% 100% no-repeat;
  --skin-card-shell: linear-gradient(90deg, rgba(18,18,22,0.92), rgba(22,22,26,0.88) 58%, rgba(18,18,22,0.92));
  --skin-card-fill: linear-gradient(90deg, rgba(255,255,255,.16), rgba(226,219,207,.18), rgba(255,255,255,.1));
  --skin-card-fill-shadow: 0 0 12px rgba(255, 244, 205, 0.22);
  --skin-card-shadow: inset 0 0 12px rgba(255, 250, 235, 0.05);
}

.account-skin-option-preview.is-void {
  --skin-card-border: rgba(147, 113, 255, 0.42);
  --skin-card-veil: rgba(0, 0, 0, 0.36);
  --skin-card-art: url("/assets/skins/void.png") center / 100% 100% no-repeat;
  --skin-card-shell: linear-gradient(90deg, rgba(7,7,17,0.95), rgba(10,9,24,0.88) 48%, rgba(6,10,20,0.95));
  --skin-card-fill: linear-gradient(90deg, rgba(17,13,33,.92), rgba(41,25,85,.52), rgba(8,13,22,.28));
  --skin-card-fill-shadow: 0 0 18px rgba(137, 101, 255, 0.38);
  --skin-card-shadow: inset 0 0 14px rgba(83, 219, 255, 0.08);
}

.account-skin-option-preview.is-neon-dragonline {
  --skin-card-border: rgba(85, 242, 255, 0.42);
  --skin-card-veil: rgba(0, 0, 0, 0.34);
  --skin-card-art: url("/assets/skins/neon-dragonline.svg") center / 100% 100% no-repeat;
  --skin-card-shell: linear-gradient(90deg, rgba(3,8,20,0.96), rgba(8,23,45,0.9) 44%, rgba(25,12,48,0.94));
  --skin-card-fill: linear-gradient(90deg, rgba(8,23,45,.9), rgba(85,242,255,.22), rgba(255,79,208,.18), rgba(10,8,26,.3));
  --skin-card-fill-shadow: 0 0 18px rgba(85, 242, 255, 0.36), 0 0 16px rgba(255, 79, 208, 0.16);
  --skin-card-shadow: inset 0 0 14px rgba(255, 79, 208, 0.08);
}

.account-skin-option-preview.is-default::before,
.account-skin-option-preview.is-crimson::before,
.account-skin-option-preview.is-seraph::before,
.account-skin-option-preview.is-void::before,
.account-skin-option-preview.is-neon-dragonline::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 30%),
    radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.12), transparent 9rem);
  opacity: 0.5;
}

.account-skin-option-preview.is-default i,
.account-skin-option-preview.is-crimson i,
.account-skin-option-preview.is-seraph i,
.account-skin-option-preview.is-void i,
.account-skin-option-preview.is-neon-dragonline i {
  background: var(--skin-card-fill);
  box-shadow: var(--skin-card-fill-shadow);
}

@keyframes roseSkinMist {
  0%, 100% { opacity: 0.22; transform: translate3d(-8px, 0, 0) scale(1); }
  50% { opacity: 0.5; transform: translate3d(10px, -2px, 0) scale(1.03); }
}

@keyframes roseSkinSheen {
  0% { opacity: 0; transform: translateX(-130%) skewX(-16deg); }
  30% { opacity: 0.62; }
  70% { opacity: 0.22; }
  100% { opacity: 0; transform: translateX(150%) skewX(-16deg); }
}

@keyframes roseSkinSpark {
  0%, 100% { opacity: 0.2; transform: scale(0.55) rotate(45deg); }
  45% { opacity: 1; transform: scale(1.22) rotate(45deg); }
}

@keyframes roseSkinPetal {
  0% { opacity: 0; transform: translate(18px, 8px) rotate(8deg) scale(0.68); }
  18% { opacity: 0.72; }
  72% { opacity: 0.44; }
  100% { opacity: 0; transform: translate(-26px, -9px) rotate(-18deg) scale(0.95); }
}

.rose-skin-mist {
  position: absolute;
  inset: -18px -28px;
  background:
    radial-gradient(ellipse at 34% 44%, rgba(194, 104, 255, 0.26), transparent 35%),
    radial-gradient(ellipse at 78% 44%, rgba(255, 204, 116, 0.18), transparent 30%),
    linear-gradient(105deg, transparent 8%, rgba(109, 75, 255, 0.16), rgba(255, 84, 218, 0.18), transparent 84%);
  filter: blur(7px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: roseSkinMist 5.6s ease-in-out infinite;
}

.rose-skin-sheen {
  position: absolute;
  top: -24%;
  bottom: -24%;
  width: 78px;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28) 38%, rgba(255, 220, 149, 0.24) 52%, transparent);
  filter: blur(0.4px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: roseSkinSheen 4.7s ease-in-out infinite;
}

.rose-skin-spark,
.rose-skin-petal {
  position: absolute;
  pointer-events: none;
}

.rose-skin-spark {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: rgba(255, 238, 177, 0.94);
  box-shadow: 0 0 8px rgba(255, 226, 145, 0.86), 0 0 14px rgba(191, 98, 255, 0.4);
  animation: roseSkinSpark 2.4s ease-in-out infinite;
}

.rose-skin-spark-a { left: 28%; top: 22%; }
.rose-skin-spark-b { right: 17%; bottom: 24%; animation-delay: 0.9s; width: 5px; height: 5px; }

.rose-skin-petal {
  width: 12px;
  height: 7px;
  border-radius: 70% 30% 70% 30%;
  background: radial-gradient(circle at 34% 32%, rgba(255, 217, 244, 0.8), rgba(182, 70, 255, 0.56) 54%, rgba(78, 35, 132, 0.18));
  box-shadow: 0 0 9px rgba(209, 90, 255, 0.36);
  animation: roseSkinPetal 6.4s ease-in-out infinite;
}

.rose-skin-petal-a { right: 29%; top: 20%; }
.rose-skin-petal-b { right: 11%; bottom: 18%; animation-delay: 2.1s; }

.skin-admin-card.is-rose-core,
.skin-admin-card.is-deep-petal,
.skin-admin-card.is-butterfly-halo,
.skin-admin-card.is-golden-pollen,
.skin-admin-card.is-night-bloom {
  border-color: color-mix(in srgb, var(--skin-a, #c889ff) 24%, transparent);
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--skin-a, #c889ff) 12%, transparent), transparent 48%),
    linear-gradient(145deg, rgba(10, 13, 36, 0.86), rgba(3, 8, 18, 0.84));
}

.skin-admin-card.is-rose-core,
.skin-chip.is-rose-core { --skin-a: #c889ff; --skin-b: #fff0a8; }
.skin-admin-card.is-deep-petal,
.skin-chip.is-deep-petal { --skin-a: #7f8bff; --skin-b: #e9c2ff; }
.skin-admin-card.is-butterfly-halo,
.skin-chip.is-butterfly-halo { --skin-a: #ffb7f6; --skin-b: #ffe8a8; }
.skin-admin-card.is-golden-pollen,
.skin-chip.is-golden-pollen { --skin-a: #d9a8ff; --skin-b: #ffd86f; }
.skin-admin-card.is-night-bloom,
.skin-chip.is-night-bloom { --skin-a: #9b6dff; --skin-b: #72c8ff; }

.skin-admin-card.is-rose-core::before,
.skin-admin-card.is-deep-petal::before,
.skin-admin-card.is-butterfly-halo::before,
.skin-admin-card.is-golden-pollen::before,
.skin-admin-card.is-night-bloom::before {
  background: linear-gradient(180deg, var(--skin-a), var(--skin-b));
  box-shadow: 0 0 30px color-mix(in srgb, var(--skin-a) 38%, transparent);
}

.skin-admin-card.is-rose-core .skin-preview-mark,
.skin-admin-card.is-deep-petal .skin-preview-mark,
.skin-admin-card.is-butterfly-halo .skin-preview-mark,
.skin-admin-card.is-golden-pollen .skin-preview-mark,
.skin-admin-card.is-night-bloom .skin-preview-mark {
  border-color: color-mix(in srgb, var(--skin-a) 42%, transparent);
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--skin-b) 22%, transparent), transparent 48%),
    linear-gradient(135deg, color-mix(in srgb, var(--skin-a) 24%, transparent), rgba(8, 8, 28, 0.94));
  box-shadow: 0 0 25px color-mix(in srgb, var(--skin-a) 24%, transparent);
}

.skin-chip.is-rose-core,
.skin-chip.is-deep-petal,
.skin-chip.is-butterfly-halo,
.skin-chip.is-golden-pollen,
.skin-chip.is-night-bloom {
  border-color: color-mix(in srgb, var(--skin-a) 36%, transparent);
  background: color-mix(in srgb, var(--skin-a) 10%, transparent);
  color: color-mix(in srgb, var(--skin-b) 82%, #ffffff 18%);
}

.skin-admin-card .delete-action:hover {
  border-color: rgba(255, 125, 125, 0.58);
  background: rgba(255, 125, 125, 0.12);
  color: #ffd1d1;
}

.ban-admin-card strong,
.ban-admin-card span,
.ban-admin-card p {
  display: block;
}

.ban-admin-card strong {
  color: #fff8e8;
  font-size: 17px;
  font-weight: 900;
}

.ban-admin-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.ban-admin-card p {
  margin: 8px 0 0;
  color: rgba(237, 246, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.ban-admin-card .delete-action {
  flex: none;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 125, 125, 0.24);
  border-radius: 6px;
  background: rgba(255, 125, 125, 0.06);
  color: #ff9b9b;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ban-admin-card .delete-action:hover {
  border-color: rgba(255, 125, 125, 0.58);
  background: rgba(255, 125, 125, 0.12);
  color: #ffd1d1;
}

.ban-admin-status {
  min-height: 18px;
}

.ban-admin-status[data-tone="success"] {
  color: #63e6a6;
}

.ban-admin-status[data-tone="error"] {
  color: #ff8f8f;
}

.ban-admin-empty {
  min-height: 180px;
}

.service-admin-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 12px;
  align-items: stretch;
}

.service-admin-card,
.service-admin-form {
  border: 1px solid rgba(120, 242, 251, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), rgba(255, 225, 163, 0.04)),
    rgba(1, 7, 14, 0.5);
}

.service-admin-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 18px;
  overflow: hidden;
}

.service-admin-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #63e6a6;
  box-shadow: 0 0 24px rgba(99, 230, 166, 0.42);
}

.service-admin-card.is-disabled::before {
  background: #ff8f8f;
  box-shadow: 0 0 24px rgba(255, 143, 143, 0.42);
}

.service-admin-card h2 {
  margin: 4px 0 8px;
  color: #fff8e8;
  font-size: 26px;
  font-weight: 900;
}

.service-admin-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.service-admin-state {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(99, 230, 166, 0.28);
  border-radius: 999px;
  background: rgba(99, 230, 166, 0.08);
  color: #a7ffd0;
  font-size: 12px;
  font-weight: 900;
}

.service-admin-card.is-disabled .service-admin-state {
  border-color: rgba(255, 143, 143, 0.28);
  background: rgba(255, 143, 143, 0.08);
  color: #ffd1d1;
}

.service-admin-state span {
  min-width: 38px;
  color: #fff8e8;
  font-size: 18px;
}

.service-admin-form {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
}

.service-admin-form label {
  display: grid;
  gap: 8px;
}

.service-admin-form label span {
  color: #78f2fb;
  font-size: 12px;
  font-weight: 900;
}

.service-admin-form input {
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 7px;
  outline: none;
  background: rgba(1, 7, 14, 0.72);
  color: var(--text);
  font: inherit;
}

.service-admin-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-admin-actions button {
  min-height: 42px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 246, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.service-admin-actions button:hover {
  border-color: rgba(120, 242, 251, 0.44);
  color: #fff;
}

.service-admin-actions .is-fixed.is-active,
.service-admin-actions .is-fixed:hover {
  border-color: rgba(99, 230, 166, 0.52);
  background: rgba(99, 230, 166, 0.14);
  color: #a7ffd0;
}

.service-admin-actions .is-hold.is-active,
.service-admin-actions .is-hold:hover {
  border-color: rgba(255, 143, 143, 0.52);
  background: rgba(255, 143, 143, 0.14);
  color: #ffd1d1;
}

.inquiry-admin-card {
  --status-color: #5aa7ff;
  position: relative;
  display: grid;
  gap: 12px;
  padding: 16px;
  overflow: hidden;
}

.inquiry-admin-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--status-color);
  box-shadow: 0 0 18px color-mix(in srgb, var(--status-color) 52%, transparent);
}

.inquiry-admin-card.is-status-open {
  --status-color: #5aa7ff;
  border-color: rgba(90, 167, 255, 0.3);
}

.inquiry-admin-card.is-status-fixed {
  --status-color: #63e6a6;
  border-color: rgba(99, 230, 166, 0.3);
}

.inquiry-admin-card.is-status-hold {
  --status-color: #ffe1a3;
  border-color: rgba(255, 225, 163, 0.3);
}

.inquiry-admin-card-head,
.inquiry-admin-meta,
.inquiry-admin-actions,
.inquiry-admin-character {
  display: flex;
  align-items: center;
}

.inquiry-admin-card-head {
  justify-content: space-between;
  gap: 12px;
}

.inquiry-admin-character {
  min-width: 0;
  gap: 10px;
}

.inquiry-admin-character .class-mark {
  flex: none;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.inquiry-admin-character strong,
.inquiry-admin-character span {
  display: block;
}

.inquiry-admin-character strong {
  color: #fff8e8;
  font-size: 17px;
  font-weight: 900;
}

.inquiry-admin-character span,
.inquiry-admin-meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.inquiry-status {
  flex: none;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--status-color, #78f2fb) 42%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--status-color, #78f2fb) 12%, transparent);
  color: var(--status-color, #78f2fb);
  font-size: 11px;
  font-weight: 900;
}

.inquiry-status.is-open {
  border-color: rgba(90, 167, 255, 0.34);
  background: rgba(90, 167, 255, 0.1);
  color: #7eb9ff;
}

.inquiry-status.is-fixed {
  border-color: rgba(99, 230, 166, 0.34);
  background: rgba(99, 230, 166, 0.1);
  color: #63e6a6;
}

.inquiry-status.is-hold {
  border-color: rgba(255, 225, 163, 0.32);
  background: rgba(255, 225, 163, 0.1);
  color: #ffe1a3;
}

.inquiry-new-chip {
  justify-self: start;
  padding: 4px 8px;
  border: 1px solid rgba(255, 125, 125, 0.32);
  border-radius: 999px;
  background: rgba(255, 125, 125, 0.1);
  color: #ff9b9b;
  font-size: 11px;
  font-weight: 900;
}

.inquiry-admin-meta {
  flex-wrap: wrap;
  gap: 12px;
}

.inquiry-admin-message {
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  background: rgba(1, 7, 14, 0.42);
  color: rgba(237, 246, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  white-space: pre-wrap;
}

.inquiry-thread {
  display: grid;
  gap: 9px;
}

.inquiry-comment {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  background: rgba(1, 7, 14, 0.42);
}

.inquiry-comment.is-admin {
  border-color: rgba(255, 179, 36, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 179, 36, 0.1), transparent 56%),
    rgba(1, 7, 14, 0.46);
}

.inquiry-comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.inquiry-comment-head-actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 8px;
}

.inquiry-comment-head strong {
  min-width: 0;
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
}

.inquiry-comment-head span {
  flex: none;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.inquiry-comment p {
  margin: 0;
  color: rgba(237, 246, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  white-space: pre-wrap;
}

.inquiry-comment-form {
  display: grid;
  gap: 8px;
}

.inquiry-comment-form textarea {
  width: 100%;
  min-height: 82px;
  resize: vertical;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 7px;
  background: rgba(1, 7, 14, 0.56);
  color: var(--text);
  padding: 10px 11px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  outline: none;
}

.inquiry-comment-form textarea:focus {
  border-color: rgba(120, 242, 251, 0.52);
  box-shadow: 0 0 0 3px rgba(120, 242, 251, 0.08);
}

.inquiry-comment-form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.inquiry-comment-form p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.inquiry-comment-form p[data-tone="success"] {
  color: #78f2fb;
}

.inquiry-comment-form p[data-tone="error"] {
  color: #ff9b9b;
}

.inquiry-admin-actions {
  flex-wrap: wrap;
  gap: 8px;
}

.inquiry-admin-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 246, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.inquiry-admin-actions button:hover {
  border-color: rgba(120, 242, 251, 0.44);
  color: #fff;
}

.inquiry-admin-actions .status-action.is-open.is-active,
.inquiry-admin-actions .status-action.is-open:hover {
  border-color: rgba(90, 167, 255, 0.52);
  background: rgba(90, 167, 255, 0.14);
  color: #b9d9ff;
}

.inquiry-admin-actions .status-action.is-fixed.is-active,
.inquiry-admin-actions .status-action.is-fixed:hover {
  border-color: rgba(99, 230, 166, 0.52);
  background: rgba(99, 230, 166, 0.14);
  color: #a7ffd0;
}

.inquiry-admin-actions .status-action.is-hold.is-active,
.inquiry-admin-actions .status-action.is-hold:hover {
  border-color: rgba(255, 225, 163, 0.52);
  background: rgba(255, 225, 163, 0.14);
  color: #ffe1a3;
}

.inquiry-admin-actions .ban-action {
  border-color: rgba(255, 142, 92, 0.32);
  color: #ffb08f;
}

.inquiry-admin-actions .ban-action:hover {
  border-color: rgba(255, 142, 92, 0.62);
  background: rgba(255, 112, 72, 0.13);
  color: #ffd2c2;
}

.inquiry-admin-actions .delete-action {
  margin-left: auto;
  border-color: rgba(255, 125, 125, 0.24);
  color: #ff9b9b;
}

.inquiry-admin-actions .delete-action:hover {
  border-color: rgba(255, 125, 125, 0.58);
  background: rgba(255, 125, 125, 0.12);
  color: #ffd1d1;
}

@keyframes contactPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .session-badge {
    margin-left: auto;
    max-width: min(268px, calc(100% - 210px));
  }

  .session-portrait {
    width: 38px;
    min-height: 38px;
  }

  .main-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }

  .hero,
  .analytics-layout,
  .update-hero,
  .download-panel,
  .npcap-card,
  .ranking-layout,
  .feature-hero,
  .feature-status-rail,
  .feature-showcase-grid,
  .feature-hotkey-panel,
  .feature-hotkey-grid,
  .feature-rating-guide-head,
  .feature-rating-steps,
  .feature-rating-detail-grid,
  .feature-split-panel,
  .feature-account-grid,
  .feature-privacy-panel,
  .feature-privacy-panel ul,
  .setting-hero,
  .setting-source-strip,
  .setting-layout,
  .setting-guide-grid,
  .setting-imprint-head,
  .feature-web-guide,
  .feature-settings-panel {
    grid-template-columns: 1fr;
  }

  .feature-rating-guide-head h3 {
    white-space: normal;
  }

  .feature-status-rail::before {
    display: none;
  }

  .feature-status-rail article {
    border-right: 0;
    border-bottom: 1px solid rgba(120, 242, 251, 0.1);
  }

  .feature-status-rail article:last-child {
    border-bottom: 0;
  }

  .feature-showcase-card,
  .feature-showcase-card.is-report,
  .feature-showcase-card.is-ranking,
  .feature-showcase-card.is-rating,
  .feature-showcase-card.is-party,
  .feature-showcase-card.is-skin,
  .feature-showcase-card.is-update {
    grid-column: auto;
  }

  .ranking-dungeon-panel {
    position: static;
  }

  .setting-job-panel {
    position: static;
  }

  .ranking-category-list,
  .ranking-dungeon-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .meter-console {
    min-width: 0;
  }

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

  .kill-feed {
    grid-template-columns: 1fr;
  }

  .report-hero,
  .combat-layout {
    grid-template-columns: 1fr;
  }

  .ban-admin-layout,
  .update-admin-layout,
  .skin-admin-layout,
  .service-admin-layout,
  .admin-tabs,
  .inquiry-status-tabs {
    grid-template-columns: 1fr;
  }

  .recent-page-head,
  .ranking-page-head,
  .account-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .account-overview-panel,
  .account-workspace {
    grid-template-columns: 1fr;
  }

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

  .account-tab-rail {
    position: static;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    overflow-x: auto;
  }

  .account-hero-copy {
    max-width: min(640px, calc(100% - 280px));
  }

  .account-hero-portrait {
    right: 18px;
    width: 238px;
    height: 238px;
  }

  .account-login-guide,
  .account-login-steps,
  .trend-grid,
  .settings-feature-grid {
    grid-template-columns: 1fr;
  }

  .settings-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .feature-pillar-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-pillar,
  .feature-pillar-head,
  .feature-guide-head {
    min-height: auto;
  }

  .feature-card.wide {
    grid-column: span 2;
  }

  .report-hero {
    min-height: auto;
  }

  .report-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .header-action {
    display: none;
  }

  .session-badge {
    max-width: calc(100% - 124px);
    min-height: 42px;
    padding-right: 9px;
  }

  .session-badge.has-portrait {
    min-width: 156px;
    padding-right: 4px;
  }

  .session-badge .class-mark {
    width: 30px;
    height: 30px;
  }

  .session-portrait {
    width: 34px;
    min-height: 38px;
  }

  .session-portrait img {
    width: 42px;
    height: 42px;
  }

  .session-badge small {
    display: none;
  }

  .setting-hero {
    min-height: auto;
    padding: 22px;
  }

  .setting-hero h2 {
    font-size: 30px;
  }

  .setting-job-panel,
  .setting-guide-stage {
    padding: 12px;
  }

  .setting-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setting-job-button {
    min-height: 82px;
  }

  .setting-category-tabs {
    grid-template-columns: 1fr;
  }

  .setting-category-tabs button {
    min-height: 46px;
    padding-right: 18px;
  }

  .setting-arcana-grid,
  .setting-arcana-skill-grid {
    grid-template-columns: 1fr;
  }

  .setting-guide-panel {
    min-height: auto;
    padding: 16px;
  }

  .setting-guide-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  .setting-guide-head img {
    width: 54px;
    height: 54px;
    padding: 7px;
  }

  .setting-guide-note {
    display: grid;
    justify-content: stretch;
  }

  .account-hero {
    min-height: 206px;
    padding: 24px 18px;
  }

  .account-hero-copy {
    max-width: 100%;
    padding-right: 104px;
  }

  .account-hero-portrait {
    top: auto;
    right: -4px;
    bottom: -10px;
    width: 168px;
    height: 168px;
    transform: none;
    opacity: 1;
  }

  .account-overview-panel {
    padding: 12px;
  }

  .account-identity-block {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 12px;
  }

  .account-identity-mark {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }

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

  .account-summary-tile {
    min-height: 96px;
    padding: 12px 10px;
  }

  .account-tab-rail {
    display: flex;
    gap: 8px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    overflow-x: auto;
  }

  .account-tab-button {
    flex: 0 0 148px;
    min-height: 74px;
  }

  .friend-request-form,
  .friend-request-form > div,
  .friend-sections {
    grid-template-columns: 1fr;
  }

  .friend-section:nth-child(3) {
    grid-column: auto;
  }

  .friend-list-row,
  .friend-request-row {
    align-items: flex-start;
  }

  .friend-request-row {
    grid-template-columns: 1fr;
  }

  .friend-row-actions,
  .friend-detail-button,
  .friend-action {
    width: 100%;
  }

  .friend-list {
    max-height: 360px;
  }

  .account-google-body {
    grid-template-columns: 1fr;
  }

  .account-google-spotlight {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .account-google-spotlight-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .account-google-spotlight-actions .google-auth-button,
  .account-google-spotlight-actions .ghost-button {
    width: 100%;
  }

  .account-google-actions .google-auth-button,
  .account-google-actions .google-unlink-button {
    width: 100%;
  }

  .account-panel-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }

  .main-nav a {
    min-width: 68px;
    padding: 0 10px;
  }

  .status-strip,
  .stat-grid,
  .donut-wrap,
  .feature-grid,
  .feature-card.wide {
    grid-template-columns: 1fr;
  }

  .feature-card.wide {
    grid-column: auto;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

  .meter-row {
    grid-template-columns: auto 1fr;
    flex-wrap: wrap;
  }

  .meter-row b {
    margin-left: 40px;
  }

  .report-hero {
    padding: 20px;
  }

  .report-status,
  .report-topline,
  .board-head,
  .premium-skill-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-title-block h1 {
    font-size: 34px;
  }

  .report-kpis,
  .premium-skill-stats {
    grid-template-columns: 1fr 1fr;
  }

  .player-rating-summary,
  .player-rating-grade {
    align-items: flex-start;
    flex-direction: column;
  }

  .player-rating-bosses {
    grid-template-columns: 1fr;
  }

  .premium-party-card {
    grid-template-columns: 38px 34px minmax(0, 1fr) 92px 52px;
  }

  .premium-party-card .party-dps,
  .premium-party-card em {
    text-align: right;
  }

  .premium-party-card .party-dps {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  .premium-party-card em {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
  }

  .premium-party-card .death-count-slot {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
    justify-content: flex-end;
  }

  .ranking-category-list,
  .ranking-dungeon-list {
    grid-template-columns: 1fr;
  }

  .ranking-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ranking-board-head > span {
    position: static;
    min-width: 0;
  }

  .ranking-board-head > div:first-child {
    padding-right: 0;
  }

  .ranking-board-head h3 {
    max-width: 100%;
    font-size: 22px;
  }

  .account-report-row {
    grid-template-columns: 1fr;
  }

  .account-report-row b,
  .account-report-row em {
    text-align: left;
  }

  .contact-widget {
    right: 10px;
    bottom: 10px;
  }

  .contact-launcher {
    min-height: 46px;
    padding-right: 13px;
  }

  .contact-profile {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 48px 1fr 92px;
    min-height: auto;
    padding: 12px;
  }

  .table-row span:nth-child(3),
  .table-row em,
  .table-head span:nth-child(3),
  .table-head span:nth-child(5) {
    display: none;
  }

  .table-row b {
    text-align: right;
  }
}

/* Premium homepage refresh */
body {
  background:
    linear-gradient(90deg, rgba(120, 242, 251, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(120, 242, 251, 0.028) 1px, transparent 1px),
    image-set(url("/assets/maps/rudra-sanctum.jpg") 1x),
    linear-gradient(180deg, #050913 0%, #07111f 48%, #02060d 100%);
  background-size: 74px 74px, 74px 74px, cover, auto;
  background-position: center, center, center top, center;
  background-attachment: scroll, scroll, scroll, scroll;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.96), rgba(2, 6, 13, 0.62) 44%, rgba(2, 6, 13, 0.92)),
    linear-gradient(180deg, rgba(2, 6, 13, 0.38), #02060d 86%);
}

.site-header {
  animation: headerDrop 520ms ease both;
}

.site-header::before {
  background:
    linear-gradient(180deg, rgba(3, 7, 13, 0.94), rgba(3, 7, 13, 0.72)),
    linear-gradient(90deg, rgba(120, 242, 251, 0.08), transparent 40%, rgba(255, 225, 163, 0.07));
}

.brand-mark {
  border-radius: 8px;
}

.main-nav a,
.header-action,
.primary-button,
.ghost-button {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.main-nav a:hover,
.header-action:hover,
.primary-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.premium-home {
  position: relative;
  min-height: min(860px, calc(100vh - 72px));
  padding: 74px 0 84px;
}

.premium-home::before {
  content: "";
  position: absolute;
  inset: 28px -5vw auto auto;
  width: min(62vw, 850px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 242, 251, 0.66), transparent);
  animation: heroLine 4.5s ease-in-out infinite;
}

.premium-home .hero-copy {
  position: relative;
  z-index: 2;
  animation: slideUp 620ms ease both;
}

.premium-home .hero-copy h1 {
  max-width: 660px;
  margin: 12px 0 18px;
  font-size: clamp(64px, 9vw, 124px);
  line-height: 0.88;
  color: #f6fbff;
  text-shadow:
    0 0 38px rgba(120, 242, 251, 0.18),
    0 12px 34px rgba(0, 0, 0, 0.46);
}

.premium-home .hero-copy h1:not(.hero-logo) span {
  color: #78f2fb;
}

.premium-home .hero-copy h1.hero-logo {
  position: relative;
  display: inline-grid;
  gap: 0;
  max-width: min(720px, 100%);
  margin: 12px 0 24px;
  padding-left: 18px;
  font-size: 120px;
  line-height: 0.86;
  letter-spacing: 0;
  isolation: isolate;
}

.premium-home .hero-copy h1.hero-logo::before,
.premium-home .hero-copy h1.hero-logo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.premium-home .hero-copy h1.hero-logo::before {
  left: 0;
  top: 8px;
  bottom: 10px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #78f2fb, rgba(255, 238, 190, 0.92));
  box-shadow:
    0 0 18px rgba(120, 242, 251, 0.5),
    0 0 34px rgba(120, 242, 251, 0.22);
  opacity: 0.9;
  animation: heroLogoAccent 5.2s ease-in-out infinite;
}

.premium-home .hero-copy h1.hero-logo::after {
  left: 18px;
  bottom: -13px;
  width: min(360px, 62%);
  height: 1px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.92), rgba(255, 236, 190, 0.68), transparent);
  box-shadow: 0 0 14px rgba(120, 242, 251, 0.32);
  opacity: 0.78;
  transform-origin: left;
  animation: heroLogoUnderline 5.6s ease-in-out infinite;
}

.hero-logo-line {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  font-weight: 950;
  letter-spacing: 0;
  overflow: visible;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.46));
  opacity: 0;
  transform: translateY(10px);
  animation: heroLogoRise 760ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-logo-line::before,
.hero-logo-line::after {
  content: none;
}

.hero-logo-not {
  background-image: linear-gradient(180deg, #dbffff 0%, #80f4fb 50%, #39c8d8 100%);
  filter:
    drop-shadow(0 0 20px rgba(120, 242, 251, 0.24))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.46));
}

.hero-logo-meter {
  background-image: linear-gradient(180deg, #ffffff 0%, #edf6fc 54%, #b7c9d6 100%);
  animation-delay: 90ms;
}

.premium-home .lead {
  color: rgba(237, 246, 255, 0.72);
  font-size: 17px;
}

.seo-searchline {
  width: max-content;
  max-width: 100%;
  margin: 10px 0 14px;
  padding: 7px 11px;
  border: 1px solid rgba(120, 242, 251, 0.22);
  border-radius: 6px;
  background: rgba(5, 17, 30, 0.68);
  color: rgba(184, 251, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 600px);
  margin-top: 30px;
}

.hero-signals span {
  position: relative;
  min-height: 72px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(6, 16, 29, 0.72);
}

.hero-signals span::after {
  content: "";
  position: absolute;
  inset: auto 10px 8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.2), rgba(255, 225, 163, 0.48), transparent);
}

.hero-signals b {
  display: block;
  color: #fff2c8;
  font-size: 24px;
  font-weight: 900;
}

.hero-signals small {
  display: block;
  margin-top: 3px;
  color: rgba(237, 246, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  animation: slideUp 720ms 100ms ease both;
}

.hero-map-card {
  position: absolute;
  inset: 0 0 96px 42px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 8px;
  background: #050913;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.54);
}

.hero-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  opacity: 0.54;
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.06);
  animation: mapDrift 18s ease-in-out infinite alternate;
}

.hero-map-card::before,
.hero-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-map-card::before {
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.86), transparent 44%, rgba(2, 6, 13, 0.46)),
    linear-gradient(180deg, rgba(2, 6, 13, 0.16), rgba(2, 6, 13, 0.88));
}

.hero-map-card::after {
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.18) 45%, transparent 52%);
  transform: translateX(-78%);
  animation: glassSweep 6s ease-in-out infinite;
}

.map-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 225, 163, 0.3);
  border-radius: 999px;
  background: rgba(4, 9, 16, 0.62);
  color: #ffe1a3;
  font-size: 10px;
  font-weight: 900;
}

.premium-meter {
  position: absolute;
  left: 0;
  right: 34px;
  bottom: 32px;
  padding: 18px;
  border-color: rgba(120, 242, 251, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 24, 42, 0.9), rgba(4, 10, 18, 0.94)),
    rgba(4, 10, 18, 0.92);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.premium-meter::after {
  opacity: 0.36;
}

.premium-meter .boss-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.premium-meter .boss-bar span {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #7e1f3a, #ff5a75, #ffb35c);
  animation: hpPulse 2.6s ease-in-out infinite;
}

.premium-meter .boss-bar span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateX(-100%);
  animation: barSweep 2.2s ease-in-out infinite;
}

.premium-meter .meter-row {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  background: rgba(2, 8, 17, 0.66);
}

.premium-meter .meter-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: var(--row, 50%);
  background: linear-gradient(90deg, rgba(120, 242, 251, 0.24), rgba(255, 255, 255, 0.08), transparent);
  animation: rowEnergy 3.8s ease-in-out infinite;
}

.premium-meter .meter-row.is-me::before {
  background: linear-gradient(90deg, rgba(255, 176, 76, 0.34), rgba(120, 242, 251, 0.18), transparent);
}

.premium-meter .meter-row b {
  color: #fff;
  font-size: 15px;
}

.premium-meter .meter-row em {
  color: #78f2fb;
}

.hero-meter-frame {
  position: absolute;
  left: 0;
  right: 34px;
  bottom: 32px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.26);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 18, 32, 0.68), rgba(2, 7, 14, 0.9)),
    rgba(2, 7, 14, 0.86);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-meter-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.14) 45%, transparent 57%),
    linear-gradient(180deg, rgba(120, 242, 251, 0.12), transparent 22%);
  opacity: 0.62;
  transform: translateX(-82%);
  animation: glassSweep 6.2s ease-in-out infinite;
}

.meter-preview-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 50px rgba(0, 0, 0, 0.42);
}

.hero-detail-card {
  position: absolute;
  top: 94px;
  right: 18px;
  bottom: auto;
  width: 250px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 225, 163, 0.22);
  border-radius: 8px;
  background: rgba(8, 12, 20, 0.9);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.44);
  animation: detailFloat 4s ease-in-out infinite;
}

.hero-detail-card span,
.analysis-stack b {
  color: #78f2fb;
  font-size: 10px;
  font-weight: 900;
}

.hero-detail-card strong {
  display: block;
  margin-top: 5px;
  color: #fff2c8;
  font-size: 18px;
}

.hero-detail-card small {
  color: rgba(237, 246, 255, 0.58);
}

.premium-section {
  position: relative;
  margin-top: 22px;
}

.premium-section .section-head {
  position: relative;
  padding: 28px 0 12px;
}

.premium-section .section-head h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 52px);
}

.premium-section .section-head p {
  max-width: 720px;
}

.premium-section .section-link {
  border-color: rgba(120, 242, 251, 0.22);
  background: rgba(120, 242, 251, 0.08);
}

.premium-section .kill-card,
.premium-section .metric-card,
.premium-section .chart-card,
.premium-download,
.release-card {
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.premium-section .kill-card:hover,
.premium-section .metric-card:hover,
.premium-section .chart-card:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 242, 251, 0.32);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.premium-section .kill-card {
  min-height: 214px;
  background:
    linear-gradient(180deg, rgba(13, 30, 50, 0.84), rgba(6, 14, 26, 0.9)),
    rgba(6, 14, 26, 0.9);
}

.premium-section .kill-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(10, 34, 46, 0.78), rgba(6, 14, 26, 0.92)),
    image-set(url("/assets/maps/sunken-life-temple.jpg") 1x) center / cover;
}

.premium-section .kill-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(8, 31, 44, 0.78), rgba(6, 14, 26, 0.92)),
    image-set(url("/assets/maps/blue-breath-island.jpg") 1x) center / cover;
}

.premium-section .kill-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(14, 25, 54, 0.78), rgba(6, 14, 26, 0.92)),
    image-set(url("/assets/maps/hall-of-illusion.jpg") 1x) center / cover;
}

.premium-section .kill-card strong {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.premium-section .stat-grid {
  gap: 14px;
}

.premium-section .metric-card {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  background:
    linear-gradient(145deg, rgba(12, 31, 50, 0.88), rgba(5, 12, 22, 0.92)),
    rgba(5, 12, 22, 0.92);
}

.premium-section .metric-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px;
  height: 2px;
  background: linear-gradient(90deg, #78f2fb, #ffe1a3, transparent);
}

.premium-section .metric-card strong {
  color: #fff;
  text-shadow: 0 0 22px rgba(120, 242, 251, 0.22);
}

.premium-section .bar-chart div::before {
  background: linear-gradient(90deg, #78f2fb, #8dd3ff, #ffe1a3);
}

.analysis-stack {
  display: grid;
  gap: 12px;
}

.analysis-stack > span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 246, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.update-section {
  overflow: hidden;
}

.update-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 30px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.1), transparent 38%),
    linear-gradient(165deg, rgba(255, 225, 163, 0.09), transparent 64%),
    rgba(7, 17, 31, 0.88);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.update-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(255, 255, 255, 0.025) 47px 48px),
    linear-gradient(100deg, transparent 0 42%, rgba(120, 242, 251, 0.12) 50%, transparent 60%);
  opacity: 0.62;
}

.update-hero > * {
  position: relative;
  z-index: 1;
}

.update-hero h2 {
  margin: 8px 0 12px;
  color: #fff8e8;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.04;
}

.update-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(237, 246, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.update-hero-card {
  display: grid;
  align-content: end;
  gap: 9px;
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 225, 163, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 225, 163, 0.11), rgba(120, 242, 251, 0.06)),
    rgba(3, 8, 15, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.update-hero-card span,
.update-version-chip {
  color: #78f2fb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.update-hero-card strong {
  color: #fff8e8;
  font-size: 28px;
  line-height: 1.1;
}

.update-hero-card small {
  color: rgba(237, 246, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.update-feed {
  display: grid;
  gap: 14px;
}

.update-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 251, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 242, 251, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(13, 30, 50, 0.86), rgba(5, 12, 22, 0.92));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.update-card::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #78f2fb, #ffe1a3);
  box-shadow: 0 0 20px rgba(120, 242, 251, 0.34);
}

.update-card-side {
  display: grid;
  align-content: start;
  gap: 9px;
  padding-left: 18px;
}

.update-date {
  color: rgba(237, 246, 255, 0.54);
  font-size: 12px;
  font-weight: 900;
}

.update-latest-chip {
  justify-self: start;
  padding: 4px 8px;
  border: 1px solid rgba(99, 230, 166, 0.28);
  border-radius: 999px;
  background: rgba(99, 230, 166, 0.08);
  color: #8ef2bd;
  font-size: 11px;
  font-weight: 900;
}

.update-card-main {
  min-width: 0;
}

.update-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.update-card h3 {
  margin: 0;
  color: #fff8e8;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
}

.update-card-head small {
  flex: none;
  padding: 5px 9px;
  border: 1px solid rgba(255, 225, 163, 0.22);
  border-radius: 999px;
  background: rgba(255, 225, 163, 0.08);
  color: #ffe1a3;
  font-size: 11px;
  font-weight: 900;
}

.update-body {
  display: grid;
  gap: 11px;
  color: rgba(237, 246, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.72;
}

.update-body p,
.update-body ul {
  margin: 0;
}

.update-body ul {
  display: grid;
  gap: 7px;
  padding-left: 18px;
}

.update-body li::marker {
  color: #78f2fb;
}

.update-empty {
  display: grid;
  gap: 10px;
  min-height: 210px;
  place-content: center;
  padding: 26px;
  border: 1px solid rgba(120, 242, 251, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(11, 23, 39, 0.82), rgba(3, 8, 15, 0.9)),
    rgba(3, 8, 15, 0.9);
  text-align: center;
}

.update-empty h2 {
  margin: 0;
  color: #fff8e8;
  font-size: 26px;
}

.update-empty p {
  margin: 0;
  color: var(--muted);
}

.premium-download {
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(4, 10, 18, 0.94), rgba(4, 10, 18, 0.62)),
    image-set(url("/assets/maps/corrupted-purification.jpg") 1x) center / cover;
}

.premium-download .release-card {
  background: rgba(3, 8, 15, 0.72);
  backdrop-filter: blur(12px);
}

.site-footer {
  margin: 54px auto 0;
  max-width: 1540px;
  padding: 28px clamp(18px, 4vw, 44px) 34px;
  border-top: 1px solid rgba(120, 242, 251, 0.14);
  color: rgba(221, 235, 250, 0.58);
}

.site-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, transparent, rgba(120, 242, 251, 0.5), rgba(255, 209, 135, 0.36), transparent);
}

.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand strong {
  color: #f7fbff;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.footer-brand span,
.site-footer p {
  margin: 0;
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 12px;
}

.site-footer a {
  color: rgba(221, 244, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.site-footer a:hover,
.site-footer a.is-active {
  color: #78f2fb;
  text-shadow: 0 0 16px rgba(120, 242, 251, 0.38);
}

.legal-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px clamp(16px, 4vw, 36px) 72px;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(120, 242, 251, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at 78% 16%, rgba(120, 242, 251, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(9, 25, 42, 0.94), rgba(4, 9, 18, 0.96));
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
}

.legal-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, #78f2fb, #ffe1a3, transparent);
  opacity: 0.75;
}

.legal-hero h1 {
  margin: 8px 0 10px;
  color: #f8fbff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.legal-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(232, 242, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.legal-hero span {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 225, 163, 0.88);
  font-size: 12px;
  font-weight: 900;
}

.legal-document {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.legal-document section {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(8, 18, 31, 0.72);
}

.legal-document h2 {
  margin: 0 0 10px;
  color: #dffbff;
  font-size: 16px;
}

.legal-document p,
.legal-document li {
  color: rgba(230, 239, 250, 0.7);
  font-size: 13px;
  line-height: 1.82;
}

.legal-document p {
  margin: 0;
}

.legal-document ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.legal-document a {
  color: #78f2fb;
  font-weight: 900;
  text-decoration: none;
}

.legal-document a:hover {
  text-decoration: underline;
}

.license-text {
  max-height: 420px;
  margin: 0;
  overflow: auto;
  padding: 16px;
  border: 1px solid rgba(120, 242, 251, 0.16);
  border-radius: 8px;
  background: rgba(2, 7, 14, 0.7);
  color: rgba(232, 244, 255, 0.76);
  font-size: 12px;
  line-height: 1.65;
  white-space: pre-wrap;
}

@keyframes headerDrop {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroLine {
  0%, 100% { opacity: 0.2; transform: translateX(-5%); }
  50% { opacity: 0.8; transform: translateX(6%); }
}

@keyframes heroLogoRise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroLogoAccent {
  0%, 100% { opacity: 0.72; filter: saturate(1); }
  50% { opacity: 1; filter: saturate(1.18); }
}

@keyframes heroLogoUnderline {
  0%, 100% { opacity: 0.52; transform: scaleX(0.82); }
  48% { opacity: 0.82; transform: scaleX(1); }
}

@keyframes mapDrift {
  from { transform: scale(1.06) translate3d(-1.2%, 0, 0); }
  to { transform: scale(1.1) translate3d(1.4%, -1%, 0); }
}

@keyframes glassSweep {
  0%, 35% { transform: translateX(-92%); opacity: 0; }
  48% { opacity: 1; }
  65%, 100% { transform: translateX(92%); opacity: 0; }
}

@keyframes featureSweep {
  0%, 36% { transform: translateX(-36%); opacity: 0.46; }
  58% { transform: translateX(18%); opacity: 0.82; }
  100% { transform: translateX(44%); opacity: 0.46; }
}

@keyframes hpPulse {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.25) brightness(1.08); }
}

@keyframes barSweep {
  0% { transform: translateX(-100%); }
  52%, 100% { transform: translateX(100%); }
}

@keyframes rowEnergy {
  0%, 100% { opacity: 0.62; }
  50% { opacity: 0.95; }
}

@keyframes detailFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .premium-home .hero-copy,
  .hero-visual,
  .hero-map-card img,
  .hero-map-card::after,
  .hero-meter-frame::before,
  .premium-home::before,
  .premium-home .hero-copy h1.hero-logo::before,
  .premium-home .hero-copy h1.hero-logo::after,
  .hero-logo-line,
  .premium-meter .boss-bar span,
  .premium-meter .boss-bar span::after,
  .premium-meter .meter-row::before,
  .hero-detail-card,
  .feature-hero::before {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .premium-home {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .premium-home .hero-copy h1.hero-logo {
    font-size: 96px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-map-card {
    left: 0;
  }

  .premium-meter {
    right: 0;
  }

  .hero-meter-frame {
    right: 0;
  }
}

@media (max-width: 640px) {
  .premium-home .hero-copy h1 {
    font-size: 58px;
  }

  .premium-home .hero-copy h1.hero-logo {
    padding-left: 14px;
    font-size: 64px;
    gap: 0;
  }

  .premium-home .hero-copy h1.hero-logo::before {
    top: 6px;
    bottom: 7px;
    width: 3px;
  }

  .premium-home .hero-copy h1.hero-logo::after {
    left: 14px;
    width: min(280px, 66%);
  }

  .hero-signals {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-map-card {
    inset: 0 0 130px 0;
  }

  .premium-meter {
    left: 0;
    right: 0;
    bottom: 42px;
  }

  .hero-meter-frame {
    left: 0;
    right: 0;
    bottom: 58px;
    padding: 7px;
  }

  .hero-detail-card {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 0;
    width: auto;
  }
}

/* Mobile web layout */
.contact-profile .class-mark,
.contact-character-line .class-mark,
.recent-player .class-mark,
.rank-player .class-mark {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-profile .class-mark img,
.contact-character-line .class-mark img,
.contact-power-value img,
.contact-profile strong[data-contact-power] img {
  background: transparent !important;
  box-shadow: none !important;
  vertical-align: middle;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background-attachment: scroll, scroll, scroll, scroll;
  }

  body::before {
    background:
      linear-gradient(180deg, rgba(2, 6, 13, 0.74), rgba(2, 6, 13, 0.94) 74%),
      linear-gradient(90deg, rgba(2, 6, 13, 0.88), rgba(2, 6, 13, 0.48), rgba(2, 6, 13, 0.9));
  }

  .page-shell,
  body.is-report-view .page-shell,
  body.is-ranking-view .page-shell {
    width: min(100% - 18px, 520px);
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 9px 0 10px;
    backdrop-filter: blur(18px);
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand span {
    font-size: 10px;
  }

  .main-nav {
    order: 2;
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 3px 2px 7px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    min-width: max-content;
    height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }

  .header-action {
    display: none;
  }

  .premium-home {
    min-height: auto;
    padding: 32px 0 46px;
    gap: 24px;
  }

  .premium-home::before {
    inset: 12px 0 auto;
    width: 100%;
  }

  .premium-home .hero-copy h1 {
    font-size: clamp(42px, 16vw, 68px);
    line-height: 0.9;
  }

  .premium-home .lead {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 8px;
  }

  .primary-button,
  .ghost-button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .hero-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .hero-signals span {
    min-height: 58px;
    padding: 10px;
  }

  .hero-signals b {
    font-size: 20px;
  }

  .hero-signals small {
    font-size: 10px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-map-card {
    inset: 0 0 96px 0;
  }

  .hero-meter-frame,
  .premium-meter {
    left: 0;
    right: 0;
    bottom: 50px;
  }

  .hero-detail-card {
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
  }

  .premium-section {
    margin-top: 16px;
  }

  .premium-section .section-head {
    padding: 18px 0 8px;
  }

  .premium-section .section-head h2 {
    font-size: 26px;
  }

  .premium-section .section-head p {
    font-size: 13px;
  }

  .kill-feed,
  .update-hero,
  .update-card,
  .feature-grid,
  .feature-pillar-grid,
  .feature-web-guide,
  .web-feature-grid,
  .settings-feature-grid,
  .download-panel,
  .npcap-card,
  .ranking-layout,
  .account-grid,
  .account-login-guide,
  .account-login-steps,
  .trend-grid,
  .combat-layout,
  .combat-summary {
    grid-template-columns: 1fr;
  }

  .account-skin-options {
    grid-template-columns: 1fr;
  }

  .account-skin-option {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .account-skin-showcase {
    grid-template-columns: 1fr;
    margin: 10px;
    padding: 14px;
  }

  .account-skin-showcase-copy h2 {
    font-size: 27px;
  }

  .account-skin-toolbar {
    display: grid;
    margin: 14px 10px 0;
  }

  .account-skin-toolbar p {
    text-align: left;
  }

  .account-skin-option-preview {
    grid-column: 1 / -1;
  }

  .account-skin-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-self: start;
  }

  .record-summary-strip,
  .record-dungeon-grid,
  .growth-dungeon-summary,
  .growth-boss-layout,
  .growth-category-section {
    grid-template-columns: 1fr;
  }

  .growth-dungeon-tabs,
  .growth-boss-tabs {
    display: flex;
    gap: 8px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .growth-dungeon-tab {
    flex: 0 0 210px;
  }

  .growth-boss-tab {
    flex: 0 0 240px;
  }

  .record-board-head,
  .record-category-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .record-boss-row {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .record-boss-order {
    width: 30px;
    height: 30px;
  }

  .record-boss-score {
    grid-column: 2;
    text-align: left;
  }

  .growth-record-head {
    flex-direction: column;
  }

  .growth-record-head strong {
    white-space: normal;
  }

  .growth-record-kpis {
    grid-template-columns: 1fr;
  }

  .growth-event {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .growth-event-bar {
    grid-column: 1;
  }

  .growth-event-score {
    text-align: left;
  }

  .update-hero {
    padding: 22px;
  }

  .update-card {
    gap: 12px;
  }

  .update-card::before {
    inset: 16px auto auto 18px;
    width: 54px;
    height: 2px;
  }

  .update-card-side {
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    padding-left: 0;
  }

  .update-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .kill-card,
  .premium-section .kill-card {
    min-height: 168px;
    padding: 16px;
  }

  .recent-page,
  .ranking-page,
  .report-page {
    padding: 14px 0 48px;
  }

  .recent-page-head,
  .ranking-page-head,
  .account-hero,
  .inquiry-admin-hero,
  .legal-hero,
  .feature-hero {
    gap: 12px;
    margin-bottom: 12px;
    padding: 18px;
    border-radius: 8px;
  }

  .feature-hero-v2 {
    min-height: auto;
  }

  .feature-hero-v2 .feature-hero-copy {
    min-height: auto;
    padding-top: 20px;
  }

  .feature-command-screen {
    padding: 12px;
  }

  .feature-mini-stack,
  .feature-account-grid {
    grid-template-columns: 1fr;
  }

  .recent-page-head h1,
  .ranking-page-head h1,
  .account-hero h1,
  .inquiry-admin-hero h1,
  .legal-hero h1,
  .feature-hero h1,
  .feature-hero h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .archive-count {
    align-self: flex-start;
  }

  .recent-page-tools {
    justify-items: stretch;
    width: 100%;
  }

  .recent-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .recent-table-head {
    display: none;
  }

  .recent-table-row {
    min-width: 0;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: start;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid rgba(120, 242, 251, 0.16);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(120, 242, 251, 0.07), transparent 54%),
      rgba(7, 15, 28, 0.88);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  }

  .recent-table-row > span:nth-child(1),
  .recent-table-row > strong,
  .recent-table-row > span:nth-child(3),
  .recent-table-row > span:nth-child(4) {
    grid-column: 1 / -1;
  }

  .recent-table-row > span:nth-child(1) {
    color: #63e6a6;
    font-size: 11px;
    font-weight: 900;
  }

  .recent-table-row > strong {
    font-size: 18px;
  }

  .recent-table-row > b {
    grid-column: 1 / 2;
    grid-row: 5;
    align-self: end;
    font-size: 18px;
  }

  .recent-table-row > span:nth-child(6),
  .recent-table-row > em {
    grid-row: 5;
    align-self: end;
    color: rgba(237, 246, 255, 0.76);
    font-size: 12px;
    font-weight: 900;
    text-align: right;
  }

  .recent-table-row > span:nth-child(6) {
    grid-column: 2 / 3;
  }

  .recent-table-row > em {
    display: none;
  }

  .ranking-dungeon-panel,
  .ranking-board,
  .account-card,
  .settings-feature-card,
  .feature-card,
  .download-panel,
  .npcap-card {
    padding: 14px;
  }

  .account-skin-card {
    padding: 0;
  }

  .account-skin-options,
  .account-skin-notice,
  .account-skin-status {
    margin-right: 10px;
    margin-left: 10px;
  }

  .ranking-category-list,
  .ranking-dungeon-list,
  .ranking-variant-list,
  .ranking-boss-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .ranking-category-button,
  .ranking-dungeon-button,
  .ranking-variant-button,
  .ranking-boss-button {
    min-height: 48px;
  }

  .ranking-board-head {
    min-height: 160px;
    padding: 16px;
  }

  .ranking-board-head h3 {
    max-width: 100%;
    overflow: visible;
    font-size: 21px;
    white-space: normal;
  }

  .ranking-table,
  .ranking-table-wide {
    overflow: visible;
  }

  .rank-row-head {
    display: none;
  }

  .rank-row {
    min-width: 0;
    min-height: auto;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 10px;
    align-items: start;
    margin-bottom: 9px;
    padding: 14px;
    border: 1px solid rgba(120, 242, 251, 0.14);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(120, 242, 251, 0.06), transparent 60%),
      rgba(7, 15, 28, 0.88);
  }

  .rank-no {
    grid-column: 1;
    grid-row: 1 / span 3;
    padding-top: 3px;
  }

  .rank-player {
    grid-column: 2;
    gap: 8px;
  }

  .rank-player .class-mark {
    width: 28px;
    height: 28px;
  }

  .rank-server {
    display: none;
  }

  .rank-power,
  .rank-dps,
  .rank-damage,
  .rank-time,
  .rank-date {
    grid-column: 2;
    font-size: 12px;
  }

  .rank-power,
  .rank-dps {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  .rank-dps {
    color: #ffad3b;
    font-size: 17px;
    font-weight: 900;
  }

  .rank-dungeon {
    grid-column: 1 / -1;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .rank-date {
    color: var(--dim);
  }

  .back-link {
    min-height: 34px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .report-hero {
    min-height: auto;
    padding: 18px;
  }

  .report-status,
  .report-topline,
  .board-head,
  .premium-skill-head {
    gap: 10px;
  }

  .report-title-block h1 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .report-kpis,
  .premium-skill-stats,
  .combat-summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .premium-party-card {
    grid-template-columns: 34px 30px minmax(0, 1fr) 88px 50px;
    padding: 12px;
  }

  .skill-panel,
  .premium-skill-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .skill-row {
    min-width: 840px;
  }

  .download-panel,
  .npcap-card {
    gap: 18px;
  }

  .release-card strong {
    font-size: 28px;
  }

  #accountSettingsJson {
    min-height: 160px;
    font-size: 12px;
  }

  .account-inquiry-head,
  .inquiry-comment-head,
  .inquiry-comment-form > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-inquiry-head-actions,
  .inquiry-comment-head-actions {
    flex-wrap: wrap;
  }

  .inquiry-comment-head span {
    flex: initial;
  }

  .inquiry-comment-form .primary-button {
    width: 100%;
  }

  .contact-widget {
    left: 10px;
    right: 10px;
    bottom: 10px;
    justify-items: stretch;
  }

  .contact-launcher {
    justify-self: end;
    width: max-content;
    max-width: calc(100vw - 20px);
  }

  .contact-panel {
    width: 100%;
    max-height: calc(100dvh - 92px);
    overflow: auto;
  }

  .contact-profile {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 118px);
    gap: 8px;
  }
}

@media (max-width: 760px) {
  .account-trend-card .record-summary-strip,
  .growth-dungeon-layout,
  .growth-dungeon-summary,
  .growth-boss-layout {
    grid-template-columns: 1fr;
  }

  .growth-category-stack {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .growth-category-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .growth-dungeon-tabs,
  .growth-boss-tabs {
    display: flex;
    gap: 8px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .growth-dungeon-tab {
    flex: 0 0 220px;
  }

  .growth-boss-tab {
    flex: 0 0 250px;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-signals {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 360px;
  }

  .premium-meter .meter-row {
    grid-template-columns: 24px minmax(0, 1fr) auto;
  }

  .premium-meter .meter-row b {
    margin-left: 0;
  }

  .report-kpis,
  .premium-skill-stats,
  .combat-summary dl {
    grid-template-columns: 1fr;
  }

  .recent-table-row {
    grid-template-columns: 1fr;
  }

  .recent-table-row > b,
  .recent-table-row > span:nth-child(6) {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }

  .contact-panel-head {
    padding: 16px 14px 10px;
  }

  .contact-profile {
    grid-template-columns: 1fr;
    margin-right: 14px;
    margin-left: 14px;
  }

  .contact-login-required {
    margin-right: 14px;
    margin-left: 14px;
  }

  .contact-help {
    margin-right: 14px;
    margin-left: 14px;
  }

  .contact-form {
    padding: 0 14px 14px;
  }
}
