:root {
  --fate-bg: #060203;
  --fate-surface: rgba(19, 9, 10, 0.88);
  --fate-border: rgba(228, 108, 57, 0.28);
  --fate-text: #f6e9d0;
  --fate-text-soft: #d7c1a5;
  --fate-text-muted: #a99277;
  --fate-gold: #dfb56f;
  --fate-lava: #dc4a27;
  --fate-lava-strong: #ff7a39;
  --fate-crimson: #7f1512;
  --fate-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --fate-radius: 22px;
}

html {
  background: var(--fate-bg);
}

body.premium-fate-site *,
body.premium-fate-site *::before,
body.premium-fate-site *::after {
  box-sizing: border-box;
}

body.premium-fate-site {
  margin: 0;
  color: var(--fate-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(183, 34, 28, 0.26), transparent 28%),
    radial-gradient(circle at 78% 6%, rgba(255, 141, 69, 0.14), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(95, 14, 11, 0.3), transparent 34%),
    linear-gradient(180deg, rgba(8, 3, 4, 0.96), rgba(5, 2, 3, 1));
}

body.premium-fate-site::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 2, 2, 0.12), rgba(0, 0, 0, 0.6)),
    url("/resources/images/Header-Background.jpg") center top / cover no-repeat;
  opacity: 0.34;
  pointer-events: none;
  z-index: -2;
}

body.premium-fate-site::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 110, 61, 0.08), transparent 22%),
    radial-gradient(circle at 80% 0%, rgba(223, 181, 111, 0.06), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 8%, transparent 8%, transparent 50%, rgba(255, 255, 255, 0.012) 50%, rgba(255, 255, 255, 0.012) 58%, transparent 58%, transparent 100%);
  background-size: auto, auto, 220px 220px;
  pointer-events: none;
  z-index: -1;
}

body.premium-fate-site a {
  color: var(--fate-gold);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.premium-fate-site a:hover {
  color: #ffe3af;
  text-decoration: none;
}

body.premium-fate-site p,
body.premium-fate-site li,
body.premium-fate-site td,
body.premium-fate-site th,
body.premium-fate-site blockquote,
body.premium-fate-site pre,
body.premium-fate-site code {
  overflow-wrap: break-word;
  word-break: normal;
}

body.premium-fate-site h1,
body.premium-fate-site h2,
body.premium-fate-site h3,
body.premium-fate-site h4,
body.premium-fate-site strong,
body.premium-fate-site small,
body.premium-fate-site label,
body.premium-fate-site button,
body.premium-fate-site .btn,
body.premium-fate-site .button,
body.premium-fate-site .section-title-text,
.fate-link-card strong,
.fate-feature-card h3,
.fate-support-link strong,
.fate-portal-card strong,
.fate-hero-panel h2,
.fate-cta-shell h2,
.fate-file-link strong,
.donator-rank,
.donator-amount {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body.premium-fate-site .container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
}

.fate-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}

.fate-top-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, rgba(41, 8, 8, 0.94), rgba(10, 4, 5, 0.82));
}

.fate-top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  color: var(--fate-text-muted);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-top-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fate-status {
  color: var(--fate-text-soft);
}

.fate-status strong {
  color: #88f0ab;
  font-weight: 800;
}

.fate-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 5, 6, 0.94), rgba(8, 3, 4, 0.88));
}

.fate-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.fate-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.fate-brand img {
  width: 138px;
  max-width: 100%;
  filter: drop-shadow(0 16px 32px rgba(255, 82, 32, 0.34));
}

.fate-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fate-brand-copy strong {
  font-family: var(--fate-logo-font);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff4dd;
}

.fate-brand-copy span {
  color: var(--fate-text-muted);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fate-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
}

.fate-nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--fate-text-soft);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-nav-link:hover {
  background: linear-gradient(135deg, rgba(255, 122, 57, 0.16), rgba(255, 255, 255, 0.04));
  color: #fff5e4;
}

.fate-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 138, 80, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 121, 56, 0.24), rgba(223, 181, 111, 0.18));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff1d8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-nav-cta:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(255, 121, 56, 0.34), rgba(223, 181, 111, 0.22));
}

.fate-hero,
.fate-page-hero {
  position: relative;
  overflow: hidden;
}

.fate-hero {
  padding: 74px 0 36px;
}

.fate-page-hero {
  padding: 58px 0 24px;
}

.fate-hero::before,
.fate-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 122, 57, 0.26), transparent 18%),
    linear-gradient(92deg, rgba(6, 2, 3, 0.84), rgba(6, 2, 3, 0.36) 56%, rgba(6, 2, 3, 0.78)),
    url("/resources/images/Header-Background.jpg") center center / cover no-repeat;
  opacity: 0.98;
  z-index: 0;
}

.fate-hero::after,
.fate-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(5, 2, 3, 0), rgba(5, 2, 3, 0.92));
  pointer-events: none;
  z-index: 0;
}

.fate-hero-inner,
.fate-page-hero .container {
  position: relative;
  z-index: 1;
}

.fate-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: stretch;
}

.fate-hero-copy,
.fate-page-copy {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: calc(var(--fate-radius) + 2px);
  background: linear-gradient(180deg, rgba(10, 4, 5, 0.74), rgba(18, 7, 8, 0.56));
  box-shadow: var(--fate-shadow);
}

.fate-hero-copy::before,
.fate-page-copy::before {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 92, 45, 0.28), transparent 68%);
  pointer-events: none;
}

.fate-hero-copy h1,
.fate-page-copy h1 {
  margin: 0 0 18px;
  color: #fff4e0;
  font-family: var(--fate-logo-font);
  font-size: clamp(60px, 8vw, 116px);
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff9eb 0%, #f5d498 48%, #d64a22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(86, 23, 8, 0.5);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.36));
}

.fate-page-copy h1 {
  font-size: clamp(40px, 5vw, 62px);
}

.fate-hero-copy p,
.fate-page-copy p,
body.premium-fate-site .large-paragraph,
body.premium-fate-site .huge-paragraph {
  margin: 0;
  color: var(--fate-text-soft);
  font-size: 17px;
  line-height: 1.8;
}

.fate-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.fate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-button-primary {
  background: linear-gradient(135deg, #ff8f4e, #d34221 54%, #8d1715);
  box-shadow: 0 16px 36px rgba(203, 50, 29, 0.34);
  color: #fff9ef;
  animation: fateGlow 5.2s ease-in-out infinite;
  min-width: 196px;
}

.fate-button-primary:hover {
  color: #fff9ef;
  transform: translateY(-2px);
}

.fate-button-secondary {
  border-color: rgba(223, 181, 111, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: var(--fate-text-soft);
}

.fate-button-secondary:hover {
  border-color: rgba(223, 181, 111, 0.48);
  background: rgba(255, 255, 255, 0.05);
}

.fate-hero-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(223, 181, 111, 0.16);
  border-radius: calc(var(--fate-radius) + 4px);
  background: linear-gradient(180deg, rgba(10, 4, 5, 0.86), rgba(17, 7, 8, 0.8));
  box-shadow: var(--fate-shadow);
}

.fate-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 122, 57, 0.08), transparent 36%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.015), transparent 45%);
  pointer-events: none;
}

.fate-hero-panel h2 {
  margin: 0;
  color: #fff2d7;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-hero-panel p {
  margin: 0;
  color: var(--fate-text-soft);
  line-height: 1.7;
}

.fate-panel-links {
  display: grid;
  gap: 12px;
}

.fate-panel-preview {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.fate-panel-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 180, 113, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.fate-panel-preview-copy {
  display: grid;
  gap: 6px;
}

.fate-panel-preview-copy strong {
  color: #fff1da;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-panel-preview-copy span {
  color: var(--fate-text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.fate-panel-link {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015));
}

.fate-panel-link strong {
  color: #fff3dc;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fate-panel-link span {
  color: var(--fate-text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.fate-panel-link:hover {
  border-color: rgba(223, 181, 111, 0.36);
  background: linear-gradient(180deg, rgba(255, 123, 58, 0.08), rgba(255, 255, 255, 0.02));
  transform: translateY(-2px);
}

.fate-compliance-card,
.fate-stat-strip {
  padding: 18px 20px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.fate-compliance-card {
  color: var(--fate-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.fate-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fate-stat-card {
  display: grid;
  gap: 6px;
}

.fate-stat-card span {
  color: var(--fate-text-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fate-stat-card strong {
  color: #fff2db;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fate-section {
  padding: 30px 0;
}

.fate-link-grid,
.fate-feature-grid,
.fate-support-grid {
  display: grid;
  gap: 18px;
}

.fate-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.fate-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fate-link-card,
.fate-feature-card,
.fate-support-link {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--fate-border);
  border-radius: var(--fate-radius);
  background: linear-gradient(180deg, rgba(19, 9, 10, 0.92), rgba(11, 5, 6, 0.86));
  box-shadow: var(--fate-shadow);
}

.fate-feature-card {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 57, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(19, 9, 10, 0.92), rgba(11, 5, 6, 0.84));
}

.fate-link-card::before,
.fate-feature-card::before,
.fate-support-link::before,
.fate-legal-card::before,
.top-donator-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(255, 122, 57, 0), rgba(255, 122, 57, 0.92), rgba(223, 181, 111, 0.42));
  opacity: 0.88;
}

.fate-link-card:hover,
.fate-feature-card:hover,
.fate-support-link:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 181, 111, 0.34);
}

.fate-link-card strong,
.fate-feature-card h3,
.fate-support-link strong {
  margin: 0;
  color: #fff4de;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fate-link-card span,
.fate-feature-card p,
.fate-support-link span {
  color: var(--fate-text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.fate-feature-tag {
  color: var(--fate-lava-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fate-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0 30px;
}

body.premium-fate-site .section-title-block {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(223, 181, 111, 0.16);
}

body.premium-fate-site .section-title-text {
  margin: 0;
  color: #fff2d8;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.premium-fate-site .content-block {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fate-border);
  border-radius: var(--fate-radius);
  background: linear-gradient(180deg, rgba(17, 8, 9, 0.92), rgba(10, 4, 5, 0.84));
  box-shadow: var(--fate-shadow);
  backdrop-filter: blur(14px);
}

body.premium-fate-site .content-block::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 185, 112, 0.56), transparent);
  opacity: 0.65;
}

body.premium-fate-site .content-body {
  padding: 24px;
}

.top-donators-list {
  display: grid;
  gap: 10px;
}

.top-donators-block {
  border-color: rgba(255, 142, 77, 0.28) !important;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 57, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(21, 9, 10, 0.96), rgba(10, 4, 5, 0.92)) !important;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

.top-donators-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 20px 24px 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 162, 97, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffd7ae;
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-donators-block .section-title-block {
  margin-top: 8px;
}

.top-donators-body {
  padding-top: 18px !important;
}

.top-donator-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 169, 107, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.donator-rank {
  color: var(--fate-gold);
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.donator-name {
  min-width: 0;
  color: #fff3dd;
  font-size: 14px;
  font-weight: 700;
}

.donator-amount {
  color: var(--fate-lava-strong);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.community-video-wrap {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 20px;
  background: #050303;
}

.community-video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.fate-cta-band {
  padding: 22px 0 56px;
}

.fate-cta-shell {
  padding: 36px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: calc(var(--fate-radius) + 6px);
  background:
    linear-gradient(135deg, rgba(255, 122, 57, 0.12), rgba(255, 255, 255, 0.03)),
    url("/resources/images/Footer.jpg") center / cover no-repeat;
  box-shadow: var(--fate-shadow);
}

.fate-cta-shell h2 {
  margin: 0 0 10px;
  color: #fff4df;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 46px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-cta-shell p {
  margin: 0;
  max-width: 720px;
  color: var(--fate-text-soft);
  line-height: 1.8;
}

.fate-legal-grid {
  display: grid;
  gap: 18px;
}

.fate-legal-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(223, 181, 111, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
}

.fate-legal-card h2 {
  margin: 0;
  color: #fff2d8;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-legal-card p,
.fate-legal-card li {
  margin: 0;
  color: var(--fate-text-soft);
  line-height: 1.8;
}

.fate-legal-card ul {
  margin: 0;
  padding-left: 20px;
}

.fate-page-section {
  padding-bottom: 42px;
}

.fate-page-copy {
  max-width: 860px;
}

body.premium-fate-site .text-danger {
  color: #ff9a82;
}

body.premium-fate-site .text-white {
  color: #fff2db !important;
}

body.premium-fate-site hr {
  border-color: rgba(223, 181, 111, 0.14);
}

body.premium-fate-site .play-button {
  display: none;
}

.fate-highscores-shell .row {
  row-gap: 18px;
}

.fate-highscores-shell {
  overflow: hidden;
}

body.premium-fate-site table {
  width: 100%;
  color: var(--fate-text-soft);
}

body.premium-fate-site th,
body.premium-fate-site td {
  border-color: rgba(223, 181, 111, 0.12) !important;
}

body.premium-fate-site .table > thead > tr > td,
body.premium-fate-site .table > thead > tr > th {
  color: #f8ead0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

body.premium-fate-site .table > tbody > tr > td,
body.premium-fate-site .table > tbody > tr > th {
  color: var(--fate-text-soft);
  background: rgba(255, 255, 255, 0.015);
}

body.premium-fate-site .table > tbody > tr:hover > td {
  background: rgba(255, 122, 57, 0.05);
}

body.premium-fate-site .table a {
  color: #ffe3b0;
}

body.premium-fate-site input,
body.premium-fate-site select,
body.premium-fate-site textarea,
body.premium-fate-site .form-control {
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff2db;
}

body.premium-fate-site .btn,
body.premium-fate-site button {
  border-radius: 999px;
}

body.premium-fate-site .btn-default,
body.premium-fate-site .button {
  border: 1px solid rgba(223, 181, 111, 0.26);
  background: rgba(255, 255, 255, 0.04);
  color: #fff0d6;
}

body.premium-fate-site .btn-default:hover,
body.premium-fate-site .button:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff6e9;
}

.hs_sidebar,
.fate-highscores-shell .panel-body,
.fate-highscores-shell .list-group,
.fate-highscores-shell .page-btns {
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.fate-highscores-shell .page-btns {
  margin-bottom: 14px;
  padding: 16px;
}

.fate-highscores-shell .skill-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff2db;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fate-highscores-shell .skill-title img {
  width: 26px;
  height: 26px;
}

.fate-highscores-shell .list-group-item {
  border-color: rgba(223, 181, 111, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: var(--fate-text-soft);
}

.fate-highscores-shell .list-group-item:hover {
  background: rgba(255, 122, 57, 0.06);
}

.fate-highscores-shell .progress {
  position: relative;
  height: 24px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.fate-highscores-shell .progress-bar {
  background: linear-gradient(135deg, #ff7a39, #cb321d);
}

.fate-highscores-shell .percent {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff5e5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}

.fate-highscores-shell .success {
  color: #8df0b1;
}

.fate-highscores-shell .danger {
  color: #ff9a82;
}

.fate-highscores-shell .warning {
  color: #ffd38d;
}

body.premium-fate-site .alert {
  border: 1px solid rgba(255, 154, 130, 0.22);
  border-radius: 18px;
  background: rgba(255, 154, 130, 0.08);
  color: #ffd3c6;
}

.fate-footer {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(6, 2, 3, 0.88);
}

@keyframes fateGlow {
  0%,
  100% {
    box-shadow: 0 14px 32px rgba(203, 50, 29, 0.22);
  }
  50% {
    box-shadow: 0 18px 42px rgba(255, 122, 57, 0.34);
  }
}

.fate-footer-inner {
  padding: 36px 0 28px;
}

.fate-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fate-footer-brand {
  display: grid;
  gap: 16px;
}

.fate-footer-brand img {
  width: 140px;
  max-width: 100%;
}

.fate-footer-brand p,
.fate-footer-links a,
.fate-footer-meta {
  color: var(--fate-text-muted);
  line-height: 1.75;
}

.fate-footer-column h3 {
  margin: 0 0 14px;
  color: #fff0d2;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-footer-links {
  display: grid;
  gap: 10px;
}

.fate-footer-bar {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.fate-footer-meta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-download-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fate-download-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--fate-border);
  border-radius: var(--fate-radius);
  background: rgba(255, 255, 255, 0.025);
}

.fate-download-card img {
  max-width: 112px;
}

.fate-download-card h3 {
  margin: 0;
  color: #fff3dd;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fate-download-card p {
  margin: 0;
  color: var(--fate-text-soft);
  line-height: 1.7;
}

.fate-download-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 57, 0.14);
  color: #ffd7b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .fate-hero-inner,
  .fate-two-column,
  .fate-footer-grid {
    grid-template-columns: 1fr;
  }

  .fate-link-grid,
  .fate-feature-grid,
  .fate-support-grid,
  .fate-download-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .fate-top-strip-inner,
  .fate-nav-inner,
  .fate-footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .fate-hero-copy,
  .fate-page-copy,
  .fate-hero-panel,
  .fate-cta-shell {
    padding: 28px;
  }

  .fate-stat-strip,
  .fate-link-grid,
  .fate-feature-grid,
  .fate-support-grid,
  .fate-download-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.premium-fate-site .container {
    width: calc(100% - 20px);
  }

  .fate-brand img {
    width: 118px;
  }

  .fate-hero-copy h1,
  .fate-page-copy h1 {
    font-size: 34px;
  }

  body.premium-fate-site .section-title-text,
  .fate-cta-shell h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  .top-donator-row {
    grid-template-columns: 52px 1fr;
  }

  .donator-amount {
    grid-column: 2;
  }
}

body.premium-fate-site {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 97, 45, 0.22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(223, 181, 111, 0.11), transparent 18%),
    linear-gradient(180deg, #040102 0%, #0b0304 44%, #050203 100%);
}

body.premium-fate-site::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.78)),
    url("/resources/images/Header-background2.png") center top / cover no-repeat;
  opacity: 0.26;
}

body.premium-fate-site::after {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 115, 63, 0.1), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(244, 207, 133, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 28%);
}

.fate-site-header {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.fate-top-strip,
.fate-nav {
  backdrop-filter: blur(18px);
}

.fate-nav {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.fate-top-strip-inner a {
  color: var(--fate-text-soft);
}

.fate-hero::after,
.fate-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(5, 2, 3, 0), rgba(5, 2, 3, 0.88));
  pointer-events: none;
  z-index: 0;
}

body.premium-fate-site .content-block,
.fate-link-card,
.fate-feature-card,
.fate-support-link,
.fate-legal-card,
.fate-download-card,
.fate-hero-copy,
.fate-hero-panel,
.fate-page-copy {
  backdrop-filter: blur(18px);
}

.fate-hero-inner > *,
.fate-two-column > *,
.fate-panel-links > *,
.fate-support-grid > *,
.fate-portal-grid > *,
.fate-obsidian-grid > *,
.fate-command-grid > *,
.fate-footer-grid > * {
  min-width: 0;
}

.fate-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 57, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(10, 4, 5, 0.84), rgba(16, 7, 8, 0.72));
  border-color: rgba(223, 181, 111, 0.22);
}

.fate-page-copy {
  background:
    linear-gradient(90deg, rgba(8, 3, 4, 0.9), rgba(8, 3, 4, 0.62)),
    url("/resources/images/Header-background4.png") center / cover no-repeat;
}

.fate-hero-panel {
  background:
    linear-gradient(180deg, rgba(12, 5, 6, 0.88), rgba(8, 3, 4, 0.82)),
    url("/resources/images/Frame.jpg") center / cover no-repeat;
  border-color: rgba(223, 181, 111, 0.22);
}

.fate-hero-crownline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.fate-hero-crownline span,
.fate-portal-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffe1b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-download-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.fate-file-link {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  min-height: 166px;
  padding: 22px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(9, 4, 5, 0.72), rgba(9, 4, 5, 0.84)),
    url("/resources/images/Play-Header-Background.jpg") center / cover no-repeat;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

.fate-file-link:last-child {
  background:
    linear-gradient(180deg, rgba(9, 4, 5, 0.72), rgba(9, 4, 5, 0.84)),
    url("/resources/images/Header-background4.png") center / cover no-repeat;
}

.fate-file-link small {
  color: var(--fate-text-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-file-link strong {
  color: #fff4de;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.04;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fate-file-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.1em 0.35em;
}

.fate-file-title span {
  display: block;
}

.fate-file-link span {
  color: var(--fate-text-soft);
  line-height: 1.75;
}

.fate-file-link:hover {
  transform: translateY(-3px);
}

.fate-command-band {
  padding-top: 6px;
}

.fate-command-grid,
.fate-portal-grid,
.fate-obsidian-grid {
  display: grid;
  gap: 18px;
}

.fate-command-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fate-portal-grid,
.fate-obsidian-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fate-command-card,
.fate-portal-card,
.fate-obsidian-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.fate-command-card {
  display: grid;
  align-content: end;
  gap: 12px;
  min-height: 238px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(6, 2, 3, 0.34), rgba(6, 2, 3, 0.9)),
    url("/resources/images/Play-Header-Background.jpg") center / cover no-repeat;
}

.fate-command-card.is-climb {
  background:
    linear-gradient(180deg, rgba(6, 2, 3, 0.34), rgba(6, 2, 3, 0.9)),
    url("/resources/images/Frame.jpg") center / cover no-repeat;
}

.fate-command-card.is-support {
  background:
    linear-gradient(180deg, rgba(6, 2, 3, 0.34), rgba(6, 2, 3, 0.9)),
    url("/resources/images/CTA-Background.jpg") center / cover no-repeat;
}

.fate-command-card.is-claim {
  background:
    linear-gradient(180deg, rgba(6, 2, 3, 0.34), rgba(6, 2, 3, 0.9)),
    url("/resources/images/Footer.jpg") center / cover no-repeat;
}

.fate-command-step {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 57, 0.16);
  color: #ffd6b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-command-card strong,
.fate-obsidian-card h3 {
  color: #fff4de;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fate-command-card p,
.fate-obsidian-card p {
  margin: 0;
  color: var(--fate-text-soft);
  line-height: 1.8;
}

.fate-portal-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: 250px;
  padding: 24px;
}

.fate-portal-card::after,
.fate-obsidian-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 122, 57, 0.94), rgba(223, 181, 111, 0.82));
  opacity: 0.92;
}

.fate-portal-card > *,
.fate-obsidian-card > * {
  position: relative;
  z-index: 1;
}

.fate-portal-card.is-launcher {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.2), rgba(7, 3, 4, 0.9)),
    url("/resources/images/Play-Header-Background.jpg") center / cover no-repeat;
}

.fate-portal-card.is-hiscores {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.2), rgba(7, 3, 4, 0.9)),
    url("/resources/images/Frame.jpg") center / cover no-repeat;
}

.fate-portal-card.is-vote {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.2), rgba(7, 3, 4, 0.9)),
    url("/resources/images/CTA-Background.jpg") center / cover no-repeat;
}

.fate-portal-card.is-store {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.2), rgba(7, 3, 4, 0.9)),
    url("/resources/images/Footer.jpg") center / cover no-repeat;
}

.fate-portal-card.is-wiki {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.2), rgba(7, 3, 4, 0.9)),
    url("/resources/images/Header-background4.png") center / cover no-repeat;
}

.fate-portal-card.is-discord {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.2), rgba(7, 3, 4, 0.9)),
    url("/resources/images/Navbar.jpg") center / cover no-repeat;
}

.fate-portal-card strong {
  color: #fff4de;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fate-portal-card span:last-child {
  color: var(--fate-text-soft);
  line-height: 1.8;
}

.fate-portal-card:hover,
.fate-obsidian-card:hover,
.fate-command-card:hover,
.fate-download-card:hover {
  transform: translateY(-4px);
}

.fate-obsidian-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 320px;
  padding: 28px;
}

.fate-obsidian-card.is-throne {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.16), rgba(7, 3, 4, 0.92)),
    url("/resources/images/Header-background4.png") center / cover no-repeat;
}

.fate-obsidian-card.is-ember {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.16), rgba(7, 3, 4, 0.92)),
    url("/resources/images/CTA-Background.jpg") center / cover no-repeat;
}

.fate-obsidian-card.is-vault {
  background:
    linear-gradient(180deg, rgba(7, 3, 4, 0.16), rgba(7, 3, 4, 0.92)),
    url("/resources/images/Frame.jpg") center / cover no-repeat;
}

.fate-signature-metric {
  color: #ffd6a3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fate-block-intro,
.top-donators-intro {
  margin: 0 0 16px;
  max-width: 64ch;
  color: var(--fate-text-muted);
  line-height: 1.8;
}

.fate-stack-gap {
  margin-top: 22px;
}

.fate-showcase-section {
  padding-top: 8px;
}

.fate-showcase-intro {
  max-width: 72ch;
}

.fate-showcase-shell {
  display: grid;
  gap: 20px;
}

.fate-showcase-feature,
.fate-shot-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 57, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(17, 8, 9, 0.94), rgba(9, 4, 5, 0.88));
  box-shadow: var(--fate-shadow);
}

.fate-showcase-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.82fr);
  gap: 0;
}

.fate-showcase-media,
.fate-shot-media {
  position: relative;
  overflow: hidden;
}

.fate-showcase-media::after,
.fate-shot-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(7, 3, 4, 0), rgba(7, 3, 4, 0.08));
  pointer-events: none;
}

.fate-showcase-media img,
.fate-shot-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fate-showcase-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px 32px;
}

.fate-showcase-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(223, 181, 111, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffdcae;
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fate-showcase-copy h3,
.fate-shot-copy strong {
  margin: 0;
  color: #fff4df;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fate-showcase-copy h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.fate-showcase-copy p,
.fate-shot-copy span {
  color: var(--fate-text-soft);
  font-size: 15px;
  line-height: 1.78;
}

.fate-showcase-copy p {
  margin: 0;
}

.fate-showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fate-showcase-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffe4be;
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fate-shot-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.fate-shot-media {
  aspect-ratio: 16 / 10.2;
}

.fate-shot-card-wide .fate-shot-media,
.fate-shot-card-panorama .fate-shot-media {
  aspect-ratio: 16 / 8.8;
}

.fate-shot-card-panorama {
  grid-column: span 2;
}

.fate-shot-copy {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
}

body.premium-fate-site .fate-support-link,
body.premium-fate-site .fate-link-card,
body.premium-fate-site .fate-feature-card {
  backdrop-filter: blur(18px);
}

.top-donator-row {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.018));
}

.fate-download-card {
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.fate-cta-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 122, 57, 0.16), rgba(255, 255, 255, 0.03)),
    url("/resources/images/Footer.jpg") center / cover no-repeat;
}

.fate-cta-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 3, 4, 0.12), rgba(7, 3, 4, 0.42));
  pointer-events: none;
}

.fate-cta-shell > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1120px) {
  .fate-command-grid,
  .fate-portal-grid,
  .fate-obsidian-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fate-showcase-feature {
    grid-template-columns: 1fr;
  }

  .fate-shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .fate-download-rail,
  .fate-command-grid,
  .fate-portal-grid,
  .fate-obsidian-grid {
    grid-template-columns: 1fr;
  }

  .fate-showcase-copy {
    padding: 24px;
  }

  .fate-shot-grid {
    grid-template-columns: 1fr;
  }

  .fate-shot-card-panorama {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .fate-hero-crownline span {
    width: 100%;
  }

  .fate-file-link,
  .fate-command-card,
  .fate-portal-card,
  .fate-obsidian-card {
    min-height: 0;
    padding: 20px;
  }

  .fate-hero-copy,
  .fate-page-copy,
  .fate-hero-panel,
  .fate-showcase-copy {
    padding: 22px;
  }

  .fate-hero-copy h1,
  .fate-page-copy h1 {
    font-size: clamp(48px, 19vw, 74px);
  }
}

:root {
  --fate-display-font: "Oxanium", "Segoe UI", sans-serif;
  --fate-body-font: "Sora", "Segoe UI", sans-serif;
  --fate-logo-font: "Metamorphous", "Oxanium", "Segoe UI", sans-serif;
}

body.premium-fate-site {
  font-family: var(--fate-body-font);
  font-weight: 500;
}

body.premium-fate-site p,
body.premium-fate-site li,
body.premium-fate-site td,
body.premium-fate-site th,
body.premium-fate-site div {
  font-weight: 500;
}

.fate-top-strip-inner,
.fate-nav-link,
.fate-nav-cta,
.fate-button,
.fate-hero-crownline span,
.fate-portal-tag,
.fate-download-badge,
.fate-feature-tag,
.fate-footer-meta {
  font-family: var(--fate-display-font);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fate-hero-panel h2,
body.premium-fate-site .section-title-text,
.fate-link-card strong,
.fate-feature-card h3,
.fate-support-link strong,
.fate-portal-card strong,
.fate-cta-shell h2,
.fate-footer-column h3,
.fate-download-card h3,
.donator-rank {
  font-family: var(--fate-display-font);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.fate-brand-copy strong,
.fate-hero-copy h1,
.fate-page-copy h1 {
  font-family: var(--fate-logo-font);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.fate-showcase-copy h3,
.fate-shot-copy strong,
.fate-panel-preview-copy strong {
  font-family: var(--fate-display-font);
}

.fate-file-link strong,
.fate-stat-card strong,
.fate-command-card strong,
.fate-obsidian-card h3,
.fate-legal-card h2,
.fate-compliance-card a {
  font-family: var(--fate-display-font);
}

.fate-brand-copy strong {
  font-size: 22px;
}

.fate-brand-copy span,
.fate-top-strip-inner,
.fate-nav-link,
.fate-nav-cta,
.fate-button,
.fate-stat-card span,
.fate-feature-tag,
.fate-download-badge {
  letter-spacing: 0.05em;
}

.fate-hero-copy p,
.fate-page-copy p,
body.premium-fate-site .large-paragraph,
body.premium-fate-site .huge-paragraph,
.fate-panel-link span,
.fate-compliance-card,
.fate-portal-card span:last-child,
.fate-support-link span,
.fate-link-card span,
.fate-feature-card p,
.fate-download-card p,
.fate-footer-brand p,
.fate-footer-links a {
  font-size: 15px;
  line-height: 1.72;
}

.fate-hero-copy > p {
  max-width: 42rem;
  color: #f1dcc0;
  font-size: 17px;
}

.fate-nav-link,
.fate-nav-cta,
.fate-button,
.fate-hero-crownline span,
.fate-portal-tag,
.fate-feature-tag,
.fate-download-badge,
.fate-file-link small,
.fate-stat-card span,
.fate-stat-card strong,
.donator-rank,
.donator-amount {
  white-space: nowrap;
}

.fate-two-column .section-title-text,
.top-donators-block .section-title-text {
  font-size: clamp(22px, 2.1vw, 30px);
}

.fate-support-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fate-nav-link,
.fate-nav-cta,
.fate-button,
.fate-panel-link strong,
.fate-file-link strong,
.fate-feature-card h3,
.fate-link-card strong,
.fate-support-link strong,
.fate-portal-card strong,
.fate-shot-copy strong,
.fate-stat-card strong,
.fate-showcase-tag,
.fate-showcase-points span {
  white-space: normal;
  overflow-wrap: anywhere;
}

.fate-panel-link,
.fate-file-link,
.fate-feature-card,
.fate-link-card,
.fate-support-link,
.fate-portal-card,
.fate-shot-card,
.fate-stat-card,
.fate-compliance-card {
  min-width: 0;
}

.fate-file-link span,
.fate-panel-link span,
.fate-feature-card p,
.fate-link-card span,
.fate-support-link span,
.fate-portal-card span:last-child,
.fate-shot-copy span,
.fate-compliance-card {
  overflow-wrap: anywhere;
}

.fate-showcase-shell {
  gap: 0;
}

.fate-showcase-feature {
  display: none;
}

.fate-shot-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fate-shot-card,
.fate-shot-card-panorama,
.fate-shot-card-wide {
  grid-column: auto;
}

.fate-shot-media,
.fate-shot-card-wide .fate-shot-media,
.fate-shot-card-panorama .fate-shot-media {
  aspect-ratio: 16 / 10;
  max-height: 156px;
}

.fate-shot-copy {
  gap: 7px;
  padding: 14px 14px 16px;
}

.fate-shot-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.fate-shot-copy span {
  font-size: 13px;
  line-height: 1.58;
}

@media (max-width: 420px) {
  .fate-nav-link,
  .fate-nav-cta,
  .fate-button,
  .fate-stat-card span,
  .fate-stat-card strong {
    white-space: normal;
  }
}

@media (max-width: 1120px) {
  .fate-shot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .fate-shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .fate-shot-grid {
    grid-template-columns: 1fr;
  }
}

/* Final sitewide font and media alignment pass */
body.premium-fate-site .fate-brand-copy strong,
body.premium-fate-site .fate-hero-copy h1,
body.premium-fate-site .fate-page-copy h1 {
  font-family: var(--fate-logo-font) !important;
  letter-spacing: 0.05em;
}

body.premium-fate-site .section-title-text,
body.premium-fate-site .fate-hero-panel h2,
body.premium-fate-site .fate-link-card strong,
body.premium-fate-site .fate-feature-card h3,
body.premium-fate-site .fate-support-link strong,
body.premium-fate-site .fate-portal-card strong,
body.premium-fate-site .fate-cta-shell h2,
body.premium-fate-site .fate-footer-column h3,
body.premium-fate-site .fate-download-card h3,
body.premium-fate-site .fate-file-link strong,
body.premium-fate-site .fate-stat-card strong,
body.premium-fate-site .fate-command-card strong,
body.premium-fate-site .fate-obsidian-card h3,
body.premium-fate-site .fate-showcase-copy h3,
body.premium-fate-site .fate-shot-copy strong {
  font-family: var(--fate-display-font) !important;
  letter-spacing: 0.03em;
}

.fate-download-options {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: stretch;
}

.fate-download-card {
  min-height: 100%;
  align-content: start;
}

.fate-download-card img {
  width: min(132px, 100%);
  height: 112px;
  margin: 6px auto 0;
  display: block;
  object-fit: contain;
  object-position: center;
  justify-self: center;
}

.fate-download-card h3,
.fate-download-card p,
.fate-download-card .fate-button {
  width: 100%;
}

.fate-download-card .fate-button {
  margin-top: auto;
  justify-content: center;
  text-align: center;
}

.fate-showcase-intro {
  margin-bottom: 24px;
}

.fate-shot-grid {
  align-items: stretch;
}

.fate-shot-card {
  height: 100%;
}

.fate-shot-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012));
}

.fate-shot-media img {
  object-position: center center;
}

.fate-shot-copy {
  align-content: start;
}

/* Vote page polish */
.fate-vote-shell {
  padding: 28px !important;
}

.fate-vote-intro {
  max-width: 42rem;
  margin: 0 auto 18px;
}

.fate-vote-error {
  min-height: 24px;
  margin: 0 0 12px;
}

.fate-vote-form {
  width: 100%;
  max-width: 640px !important;
  margin: 0 auto !important;
}

.fate-vote-form.vote,
.fate-vote-step,
.fate-vote-step .vote,
.fate-vote-form-row {
  width: 100% !important;
}

.fate-vote-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
}

.fate-vote-form-action {
  display: flex;
}

.fate-vote-form .form-control,
.fate-vote-form .button {
  min-height: 54px;
}

.fate-vote-form .form-control {
  width: 100%;
  padding: 0 18px;
}

.fate-vote-form .button {
  display: inline-flex;
  min-width: 170px;
  justify-content: center;
}

.fate-vote-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.fate-vote-stat-card {
  padding: 18px 20px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.fate-vote-stat-card span {
  display: block;
  color: var(--fate-text-muted);
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-vote-stat-card strong {
  display: block;
  margin-top: 10px;
  color: #fff3dd;
  font-family: var(--fate-display-font);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
}

.fate-vote-sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.fate-vote-sites .site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 50px;
  margin: 0;
  padding: 0 18px;
}

.fate-vote-user {
  color: var(--fate-text-soft);
  font-size: 14px;
}

.fate-vote-user strong {
  color: #fff2dc;
  font-family: var(--fate-display-font);
}

/* Small-screen consistency across shared tabs */
@media (max-width: 820px) {
  .fate-nav-links,
  .fate-top-meta,
  .fate-hero-actions {
    width: 100%;
  }

  .fate-nav-links {
    justify-content: flex-start;
  }

  .fate-nav-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .fate-top-strip-inner,
  .fate-nav-inner {
    gap: 14px;
  }

  .fate-nav-links {
    gap: 10px;
  }

  .fate-nav-link,
  .fate-nav-cta,
  .fate-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .fate-page-copy,
  .fate-hero-copy,
  body.premium-fate-site .content-block {
    padding: 22px !important;
  }

  .fate-vote-shell {
    padding: 22px 16px !important;
  }

  .fate-vote-form-row {
    grid-template-columns: 1fr;
  }

  .fate-vote-form-action,
  .fate-vote-form .button,
  .fate-vote-sites .site {
    width: 100%;
  }
}

/* Vote page redesign */
.fate-vote-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 24px;
}

.fate-vote-panel-kicker,
.fate-vote-step-kicker,
.fate-vote-section-head span,
.fate-hs-toolbar-label,
.fate-hs-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffd9ae;
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-vote-prize-panel {
  gap: 16px;
}

.fate-vote-prize-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.fate-vote-countdown-card {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.fate-vote-countdown-card span,
.fate-vote-countdown-card small {
  color: var(--fate-text-muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fate-vote-countdown-card strong {
  color: #fff3dd;
  font-family: var(--fate-display-font);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.fate-vote-shell {
  margin-bottom: 24px;
}

.fate-vote-shell--entry {
  padding: 0;
}

.fate-vote-entry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 20px;
}

.fate-vote-entry-card {
  min-height: 100%;
}

.fate-vote-step-card {
  display: grid;
  gap: 16px;
}

.fate-vote-step-card h3 {
  margin: 0;
  color: #fff2da;
  font-family: var(--fate-display-font);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fate-vote-step-card p {
  margin: 0;
  color: var(--fate-text-soft);
  line-height: 1.8;
}

.fate-vote-step-card--buttons {
  gap: 18px;
}

.fate-vote-stats .fate-vote-stats-grid {
  margin-top: 0;
}

.fate-vote-stat-card {
  display: grid;
  gap: 8px;
}

.fate-vote-stat-card small {
  color: var(--fate-text-muted);
  line-height: 1.6;
}

.fate-vote-sites {
  justify-content: flex-start;
}

.fate-vote-sites .site {
  min-width: 220px;
  min-height: 54px;
  border-radius: 999px;
}

.fate-vote-sites .site--cooldown {
  opacity: 0.84;
}

.fate-vote-user {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.fate-vote-user span {
  color: var(--fate-text-muted);
  line-height: 1.7;
}

.fate-vote-user code {
  color: #ffe4bc;
}

.fate-vote-shell--leaderboard,
.fate-vote-shell--history,
.fate-hs-shell {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--fate-border);
  border-radius: var(--fate-radius);
  background: linear-gradient(180deg, rgba(17, 8, 9, 0.92), rgba(10, 4, 5, 0.84));
  box-shadow: var(--fate-shadow);
  backdrop-filter: blur(14px);
}

.fate-vote-section-head,
.fate-hs-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.fate-vote-section-head h2,
.fate-hs-section-head h2,
.fate-hs-profile-main h2 {
  margin: 0;
  color: #fff2da;
  font-family: var(--fate-display-font);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fate-vote-section-head p,
.fate-hs-section-head p {
  margin: 0;
  max-width: 56rem;
  color: var(--fate-text-soft);
  line-height: 1.82;
}

.fate-vote-leaderboard,
.fate-vote-history {
  display: grid;
  gap: 12px;
}

.fate-vote-board-row,
.fate-vote-history-row {
  display: grid;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(223, 181, 111, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.fate-vote-board-row {
  grid-template-columns: 84px minmax(0, 1fr) 110px 140px;
}

.fate-vote-history-row {
  grid-template-columns: minmax(160px, 0.9fr) minmax(0, 1fr) minmax(0, 1fr) minmax(180px, 0.9fr);
}

.fate-vote-board-row--head,
.fate-vote-history-row--head {
  color: var(--fate-text-muted);
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.035);
}

.fate-vote-board-row strong,
.fate-vote-history-row strong {
  color: #fff3de;
  font-family: var(--fate-display-font);
  font-size: 16px;
  letter-spacing: 0.02em;
}

.fate-vote-board-row em,
.fate-vote-history-row em {
  color: #ffd49d;
  font-style: normal;
  line-height: 1.7;
}

.fate-vote-board-empty {
  padding: 20px 22px;
  border: 1px dashed rgba(223, 181, 111, 0.2);
  border-radius: 18px;
  color: var(--fate-text-soft);
  line-height: 1.8;
}

/* Highscores redesign */
.fate-hs-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 24px;
}

.fate-hs-status-panel {
  display: grid;
  gap: 16px;
}

.fate-hs-status-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fate-hs-status-card,
.fate-hs-side-card,
.fate-hs-profile-shell,
.fate-hs-summary-card {
  padding: 18px 20px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.fate-hs-status-card span,
.fate-hs-side-card span,
.fate-hs-profile-stat span,
.fate-hs-table-wrap th,
.fate-hs-pill-note {
  color: var(--fate-text-muted);
  font-family: var(--fate-display-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-hs-status-card strong,
.fate-hs-side-card strong,
.fate-hs-profile-stat strong {
  display: block;
  margin-top: 8px;
  color: #fff2da;
  font-family: var(--fate-display-font);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.08;
}

.fate-hs-toolbar {
  display: grid;
  gap: 22px;
}

.fate-hs-toolbar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 18px;
}

.fate-hs-search-form,
.fate-hs-summary-card,
.fate-hs-empty-state {
  display: grid;
  gap: 14px;
}

.fate-hs-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.fate-hs-search-row input,
.fate-hs-search-row button,
.fate-hs-compare-row input,
.fate-hs-compare-row button {
  min-height: 54px;
}

.fate-hs-search-row input,
.fate-hs-compare-row input {
  padding: 0 18px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff0d8;
}

.fate-hs-search-row button,
.fate-hs-compare-row button,
.fate-hs-page-link,
.fate-hs-skill-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(223, 181, 111, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff2d8;
  font-family: var(--fate-display-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-hs-search-row button {
  border: 0;
  background: linear-gradient(135deg, #ff8f4e, #d34221 54%, #8d1715);
}

.fate-hs-summary-card strong {
  font-size: clamp(22px, 2.4vw, 30px);
}

.fate-hs-summary-card p,
.fate-hs-search-form p,
.fate-hs-profile-main p,
.fate-hs-side-card p,
.fate-hs-empty-state p {
  margin: 0;
  color: var(--fate-text-soft);
  line-height: 1.8;
}

.fate-hs-skill-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fate-hs-skill-pill.is-active,
.fate-hs-page-link.is-active {
  border-color: rgba(255, 138, 80, 0.42);
  background: linear-gradient(135deg, rgba(255, 121, 56, 0.24), rgba(223, 181, 111, 0.18));
  color: #fff5e1;
}

.fate-hs-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 20px;
}

.fate-hs-table-wrap {
  overflow-x: auto;
}

.fate-hs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.fate-hs-table thead th {
  padding: 0 16px 6px;
  text-align: left;
}

.fate-hs-table tbody td {
  padding: 16px;
  border-top: 1px solid rgba(223, 181, 111, 0.12);
  border-bottom: 1px solid rgba(223, 181, 111, 0.12);
  background: rgba(255, 255, 255, 0.025);
  color: var(--fate-text-soft);
  line-height: 1.7;
}

.fate-hs-table tbody td:first-child {
  border-left: 1px solid rgba(223, 181, 111, 0.12);
  border-radius: 16px 0 0 16px;
}

.fate-hs-table tbody td:last-child {
  border-right: 1px solid rgba(223, 181, 111, 0.12);
  border-radius: 0 16px 16px 0;
}

.fate-hs-player-link {
  color: #fff2db !important;
  font-family: var(--fate-display-font);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fate-hs-rank {
  color: #ffd49d;
  font-family: var(--fate-display-font);
  font-weight: 700;
}

.fate-hs-side-stack {
  display: grid;
  gap: 14px;
}

.fate-hs-side-card strong {
  font-size: 18px;
}

.fate-hs-side-card p {
  margin-top: 8px;
}

.fate-hs-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.fate-hs-empty-state {
  padding: 20px 22px;
  border: 1px dashed rgba(223, 181, 111, 0.2);
  border-radius: 18px;
}

.fate-hs-profile-shell {
  display: grid;
  gap: 18px;
}

.fate-hs-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
  gap: 18px;
}

.fate-hs-profile-main {
  display: grid;
  gap: 14px;
}

.fate-hs-profile-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fate-hs-profile-stat {
  padding: 16px 18px;
  border: 1px solid rgba(223, 181, 111, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.fate-hs-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fate-hs-profile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(223, 181, 111, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #fff1d8;
  font-family: var(--fate-display-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fate-hs-profile-table tbody td {
  padding: 14px 16px;
}

@media (max-width: 1120px) {
  .fate-vote-hero-grid,
  .fate-vote-entry-grid,
  .fate-hs-hero-grid,
  .fate-hs-toolbar-grid,
  .fate-hs-results-grid,
  .fate-hs-profile-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .fate-vote-board-row,
  .fate-vote-history-row {
    grid-template-columns: 1fr;
  }

  .fate-hs-status-grid,
  .fate-hs-profile-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .fate-vote-shell--leaderboard,
  .fate-vote-shell--history,
  .fate-hs-shell {
    padding: 22px 16px;
  }

  .fate-hs-search-row {
    grid-template-columns: 1fr;
  }

  .fate-hs-search-row button,
  .fate-hs-page-link,
  .fate-hs-profile-actions a,
  .fate-hs-skill-pill {
    width: 100%;
  }

  .fate-hs-table thead {
    display: none;
  }

  .fate-hs-table,
  .fate-hs-table tbody,
  .fate-hs-table tr,
  .fate-hs-table td {
    display: block;
    width: 100%;
  }

  .fate-hs-table tbody td {
    border-radius: 0;
    border-left: 1px solid rgba(223, 181, 111, 0.12);
    border-right: 1px solid rgba(223, 181, 111, 0.12);
    padding: 12px 14px;
  }

  .fate-hs-table tbody tr td:first-child {
    border-radius: 16px 16px 0 0;
  }

  .fate-hs-table tbody tr td:last-child {
    border-radius: 0 0 16px 16px;
  }
}
