:root {
  --bg: #050505;
  --panel: rgba(15, 13, 8, 0.82);
  --panel-solid: #11100c;
  --text: #fff8e7;
  --muted: #b6aa92;
  --cyan: #ffd86b;
  --gold: #d6a83f;
  --pink: #f5e0a6;
  --champagne: #f5e0a6;
  --gold-bright: #ffd86b;
  --gold-soft: #8f6d22;
  --line: rgba(255, 216, 107, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 216, 107, 0.2), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(143, 109, 34, 0.22), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #11100b 48%, #050505 100%);
}

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

button,
input {
  font: inherit;
}

.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 216, 107, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 216, 107, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  z-index: -1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

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

.brand-mark,
.avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 216, 107, 0.48);
  border-radius: 8px;
  color: #080704;
  background: linear-gradient(135deg, #fff0a8, var(--gold), #7b5a16);
  font-weight: 900;
  box-shadow: 0 0 30px rgba(255, 216, 107, 0.28);
}

.brand-mark.image-mark {
  width: 58px;
  height: 58px;
  padding: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 240, 168, 0.28), rgba(214, 168, 63, 0.12) 42%, rgba(5, 5, 5, 0.92));
}

.brand-mark.image-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 216, 107, 0.3));
}

.brand strong {
  color: var(--gold-bright);
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.muted,
.footer span {
  color: var(--muted);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav a,
.ghost-btn,
.glass-btn,
.copy-btn {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.nav a {
  padding: 10px 14px;
  color: var(--muted);
}

.nav a.active,
.nav a:hover {
  color: var(--text);
  border-color: rgba(255, 216, 107, 0.55);
  background: rgba(214, 168, 63, 0.14);
}

.account-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.primary-btn,
.ghost-btn,
.glass-btn,
.copy-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
  border: 0;
  border-radius: 8px;
  color: #070604;
  background: linear-gradient(135deg, #fff2a8, var(--gold-bright) 42%, var(--gold) 68%, #7c5916);
  font-weight: 900;
  box-shadow: 0 0 34px rgba(255, 216, 107, 0.24);
}

.primary-btn:hover,
.ghost-btn:hover,
.glass-btn:hover,
.copy-btn:hover {
  transform: translateY(-2px);
}

.small {
  min-height: 40px;
  padding-inline: 14px;
}

.full {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(10, 9, 6, 0.62) 50%, rgba(5, 5, 5, 0.22)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.92), transparent 55%),
    radial-gradient(circle at 28% 46%, rgba(255, 216, 107, 0.22), transparent 18rem),
    url("../img/hero-rp.png") center / cover;
  transform: scale(1.03);
  animation: slowPan 16s ease-in-out infinite alternate;
}

.cinematic-home {
  width: 100%;
  min-height: calc(100vh - 82px);
  margin: 16px 0 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  align-items: center;
  justify-content: center;
}

.cinematic-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 216, 107, 0.055) 1px, transparent 1px);
  background-size: 100% 7px;
  opacity: 0.48;
}

.cinematic-home .hero-media {
  background:
    linear-gradient(0deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.46) 48%, rgba(5, 5, 5, 0.78) 100%),
    radial-gradient(circle at 50% 20%, rgba(255, 216, 107, 0.2), transparent 20rem),
    url("../img/hero-rp.png") center / cover;
}

.hero-content {
  position: relative;
  width: min(680px, 100%);
  padding: clamp(32px, 7vw, 88px);
}

.cinematic-home .hero-content {
  width: min(980px, calc(100% - 32px));
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(34px, 6vw, 76px) 0;
  z-index: 2;
}

.hero-logo {
  width: clamp(92px, 14vw, 148px);
  height: clamp(92px, 14vw, 148px);
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: 999px;
  filter: drop-shadow(0 0 28px rgba(255, 216, 107, 0.32));
}

.cinematic-home .hero-logo {
  width: clamp(128px, 18vw, 210px);
  height: clamp(128px, 18vw, 210px);
  margin-bottom: 24px;
  filter: drop-shadow(0 0 38px rgba(255, 216, 107, 0.42));
}

.cinematic-home h1 {
  max-width: 980px;
  font-size: clamp(3.8rem, 9vw, 8rem);
}

.cinematic-home .hero-copy {
  width: min(820px, 100%);
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
}

.hero-subtitle {
  margin-bottom: 10px;
  color: var(--champagne);
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  font-weight: 800;
  text-shadow: 0 0 26px rgba(255, 216, 107, 0.18);
}

.cinematic-home .hero-actions {
  justify-content: center;
}

.cinematic-home .server-card {
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.58);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.92;
  color: var(--gold-bright);
  text-shadow: 0 0 36px rgba(255, 216, 107, 0.18);
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--champagne);
}

.hero-copy,
.page-head p,
.split p,
.package li,
.activity-panel li {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.server-card,
.package,
.auth-card,
.profile-panel,
.dashboard-grid article,
.activity-panel,
.stats-grid article,
.feature-list article,
.role-grid article,
.join-steps,
.final-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.package:hover,
.stats-grid article:hover,
.feature-list article:hover,
.dashboard-grid article:hover,
.role-grid article:hover {
  border-color: rgba(255, 216, 107, 0.36);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.7), 0 0 34px rgba(214, 168, 63, 0.1);
}

.server-card {
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px;
}

.server-card span {
  color: var(--muted);
}

.server-card strong {
  color: var(--cyan);
  font-size: 1.4rem;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.status-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #777;
}

.status-dot.is-online::before {
  background: #74f2a1;
  box-shadow: 0 0 14px rgba(116, 242, 161, 0.75);
}

.status-dot.is-offline::before {
  background: #d6a83f;
  box-shadow: 0 0 14px rgba(214, 168, 63, 0.45);
}

.section,
.page-head,
.shop-grid,
.dashboard,
.auth-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 64px auto;
}

.stats-grid,
.shop-grid,
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stats-grid article,
.dashboard-grid article {
  padding: 20px;
}

.stats-grid strong,
.dashboard-grid strong {
  display: block;
  color: var(--gold-bright);
  font-size: 2rem;
}

.stats-grid span,
.dashboard-grid span {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article {
  padding: 22px;
}

.feature-list span,
.role-grid span,
.badge {
  color: var(--gold);
  font-weight: 900;
}

.content-band {
  display: grid;
  gap: 24px;
}

.section-title {
  width: min(760px, 100%);
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.role-grid article {
  min-height: 220px;
  padding: 26px;
}

.role-grid h3 {
  color: var(--champagne);
  font-size: 1.35rem;
}

.role-grid p,
.join-steps p,
.final-cta p {
  color: var(--muted);
  line-height: 1.7;
}

.join-steps {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  padding: clamp(24px, 5vw, 44px);
}

.join-steps ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.join-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 216, 107, 0.14);
  border-radius: 8px;
  background: rgba(255, 216, 107, 0.05);
}

.join-steps li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #080704;
  background: linear-gradient(135deg, #fff2a8, var(--gold), #7c5916);
  font-weight: 900;
}

.join-steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--champagne);
}

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 5vw, 44px);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 216, 107, 0.16), transparent 18rem),
    var(--panel);
}

.rules-head {
  padding-top: 48px;
}

.rules-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 72px;
  align-items: start;
}

.rules-nav,
.rules-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.rules-nav {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.rules-nav strong {
  color: var(--gold-bright);
  margin-bottom: 6px;
}

.rules-nav a {
  color: var(--muted);
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.rules-nav a:hover {
  color: var(--gold-bright);
  border-color: var(--line);
  background: rgba(255, 216, 107, 0.06);
}

.rules-content {
  display: grid;
  gap: 18px;
}

.rules-section {
  padding: clamp(22px, 4vw, 34px);
  scroll-margin-top: 120px;
}

.rules-section h2 {
  margin-bottom: 18px;
  color: var(--gold-bright);
}

.rules-section h3 {
  margin: 24px 0 10px;
  color: var(--champagne);
}

.rules-section p,
.rules-section li {
  color: var(--muted);
  line-height: 1.75;
}

.rules-section ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.rules-section li {
  position: relative;
  padding-left: 22px;
}

.rules-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(255, 216, 107, 0.35);
}

.page-head {
  padding-top: 32px;
}

.page-head.compact h1 {
  font-size: clamp(2.3rem, 6vw, 4.6rem);
}

.shop-grid {
  grid-template-columns: repeat(3, 1fr);
}

.package {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.package::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold-bright), var(--gold));
}

.package.gold::before {
  background: linear-gradient(90deg, #7c5916, var(--gold-bright), #fff0a8);
}

.package.pink::before {
  background: linear-gradient(90deg, #5f4512, var(--gold), var(--pink));
}

.package.featured {
  transform: translateY(-12px);
  border-color: rgba(255, 191, 77, 0.46);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
}

.price {
  color: var(--cyan);
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 0 24px rgba(255, 216, 107, 0.18);
}

.package ul {
  display: grid;
  gap: 12px;
  min-height: 180px;
  padding: 0;
  list-style: none;
}

.package li::before {
  content: "+";
  margin-right: 10px;
  color: var(--cyan);
}

.auth-wrap {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 220px);
}

.auth-card {
  width: min(460px, 100%);
  padding: 32px;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(255, 216, 107, 0.13);
}

code {
  color: var(--gold-bright);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 18px 0 10px;
}

.dashboard {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
}

.panel-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  width: min(1080px, calc(100% - 32px));
  margin: 34px auto 16px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 216, 107, 0.16), transparent 18rem),
    var(--panel);
  box-shadow: var(--shadow);
}

.panel-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  line-height: 0.98;
}

.panel-hero p {
  max-width: 640px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.panel-server {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 150px;
}

.panel-server strong {
  color: var(--gold-bright);
  font-size: 2rem;
}

.panel-server small {
  color: var(--muted);
}

.panel-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 14px;
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto 56px;
  align-items: start;
}

.panel-profile,
.panel-card,
.quick-actions a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.panel-profile {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 18px;
  text-align: center;
}

.panel-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(255, 216, 107, 0.28));
}

.avatar.large {
  width: 62px;
  height: 62px;
  font-size: 1.55rem;
}

.panel-profile h2 {
  margin-bottom: 0;
  color: var(--champagne);
  font-size: 1.45rem;
}

.panel-profile p {
  color: var(--muted);
  font-size: 0.9rem;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}

.profile-tags span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 216, 107, 0.05);
  font-size: 0.78rem;
}

.panel-main {
  display: grid;
  gap: 14px;
}

.panel-stats {
  grid-template-columns: repeat(4, 1fr);
}

.panel-stats article {
  padding: 16px;
}

.panel-stats strong {
  font-size: 1.45rem;
}

.panel-stats span,
.panel-stats small {
  font-size: 0.84rem;
}

.panel-stats small {
  color: var(--muted);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.quick-actions a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.quick-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 107, 0.36);
}

.quick-actions strong {
  color: var(--gold-bright);
  font-size: 1rem;
}

.quick-actions span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.panel-card {
  padding: clamp(16px, 3vw, 22px);
}

.panel-card h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.panel-card p,
.panel-card .muted {
  font-size: 0.94rem;
}

.progress-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
}

.progress-card p {
  color: var(--muted);
  line-height: 1.55;
}

.progress-list {
  display: grid;
  gap: 9px;
}

.progress-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 216, 107, 0.14);
  border-radius: 8px;
  background: rgba(255, 216, 107, 0.05);
}

.progress-list span {
  color: var(--muted);
}

.progress-list strong {
  color: var(--gold-bright);
}

.profile-panel,
.activity-panel {
  padding: 18px;
}

.profile-panel {
  display: grid;
  gap: 12px;
  align-content: start;
}

.avatar {
  width: 72px;
  height: 72px;
  font-size: 1.8rem;
}

.dashboard-grid {
  grid-template-columns: repeat(2, 1fr);
}

.activity-panel {
  grid-column: 2;
}

.timeline {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.timeline li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 99px;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.flash {
  width: min(720px, calc(100% - 32px));
  margin: 20px auto 0;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-solid);
}

.flash.success {
  border-color: rgba(255, 216, 107, 0.48);
}

.flash.error,
.flash.warning {
  border-color: rgba(255, 191, 77, 0.55);
}

.footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: start;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 80px auto 24px;
  padding: 28px 0 4px;
  border-top: 1px solid var(--line);
}

.footer div {
  display: grid;
  gap: 6px;
}

.footer-brand {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 14px !important;
}

.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 216, 107, 0.28));
}

.footer-column {
  justify-items: start;
}

.footer strong {
  color: var(--gold-bright);
}

.footer a {
  color: var(--muted);
  line-height: 1.8;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--gold-bright);
}

@keyframes slowPan {
  from { transform: scale(1.03) translateX(-10px); }
  to { transform: scale(1.07) translateX(10px); }
}

@media (max-width: 860px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav,
  .account-actions {
    display: none;
  }

  .nav.open {
    display: grid;
    grid-column: 1 / -1;
  }

  .hero {
    min-height: 760px;
    align-items: end;
  }

  .cinematic-home {
    min-height: calc(100vh - 92px);
    align-items: center;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.98), rgba(12, 10, 6, 0.6) 56%, rgba(5, 5, 5, 0.2)),
      radial-gradient(circle at 50% 60%, rgba(255, 216, 107, 0.18), transparent 18rem),
      url("../img/hero-rp.png") center / cover;
  }

  .cinematic-home .hero-media {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.58) 54%, rgba(5, 5, 5, 0.86) 100%),
      radial-gradient(circle at 50% 24%, rgba(255, 216, 107, 0.2), transparent 16rem),
      url("../img/hero-rp.png") center / cover;
  }

  .cinematic-home h1 {
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }

  .server-card,
  .split,
  .dashboard,
  .panel-hero,
  .panel-layout,
  .progress-card,
  .join-steps,
  .rules-layout {
    grid-template-columns: 1fr;
  }

  .panel-hero {
    display: grid;
    align-items: start;
  }

  .panel-server,
  .panel-profile {
    position: static;
    justify-items: start;
    text-align: left;
  }

  .rules-nav {
    position: static;
  }

  .stats-grid,
  .shop-grid,
  .dashboard-grid,
  .panel-stats,
  .quick-actions,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .package.featured {
    transform: none;
  }

  .activity-panel {
    grid-column: auto;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .final-cta {
    display: grid;
  }
}
.ticket-layout {
  grid-template-columns: 260px 1fr;
}

.ticket-form {
  display: grid;
  gap: 12px;
}

textarea {
  width: 100%;
  min-height: 130px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  resize: vertical;
  font: inherit;
}

.ticket-list,
.ticket-thread {
  display: grid;
  gap: 10px;
}

.ticket-list a,
.ticket-thread article {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 216, 107, 0.05);
}

.ticket-list strong,
.ticket-thread strong {
  color: var(--gold-bright);
}

.ticket-list span,
.ticket-thread p {
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.ticket-thread {
  margin: 18px 0;
}

.ticket-thread article.staff-message {
  border-color: rgba(255, 216, 107, 0.42);
  background: rgba(255, 216, 107, 0.1);
}