:root {
  color-scheme: dark;
  --bg: #0d0b09;
  --panel: rgba(28, 24, 20, .82);
  --panel-solid: #1b1713;
  --panel-2: #27211b;
  --line: rgba(213, 191, 158, .11);
  --line-bright: rgba(213, 191, 158, .2);
  --text: #e8dfd0;
  --muted: #9e9281;
  --rust: #cd412b;
  --rust-light: #e06842;
  --green: #94a66d;
}

/* Legal */
.legal-page { max-width: 920px; padding-top: 150px; padding-bottom: 100px; }
.legal-page h1 { margin: 18px 0 8px; font-size: clamp(3rem, 8vw, 6.5rem); line-height: .95; }
.legal-updated { color: var(--muted); margin-bottom: 48px; }
.legal-page section { margin: 0 0 18px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(23, 19, 15, .76); }
.legal-page section h2 { margin: 0 0 10px; font-size: 1.15rem; }
.legal-page section p { margin: 0; color: var(--muted); line-height: 1.75; }
.brand-logo { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: var(--muted); text-decoration: none; }
.footer-legal a:hover { color: var(--accent); }
.legal-page a { color: var(--accent); }
.legal-footer { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 44px; padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); }
.legal-footer a { color: var(--muted); text-decoration: none; }
.legal-footer a:hover { color: var(--accent); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  caret-color: transparent;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.ambient {
  position: fixed;
  z-index: -3;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .16;
  pointer-events: none;
}
.ambient-one { top: -360px; right: -140px; background: var(--rust); }
.ambient-two { bottom: -420px; left: -280px; background: #8a6a3f; opacity: .11; }
.noise {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1240px, calc(100% - 32px));
  height: 74px;
  margin: 16px auto 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 10, 13, .72);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .82rem; font-weight: 900; letter-spacing: .16em; }
.topbar > .brand { flex: 0 0 auto; margin-right: 52px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #090807 url("/assets/scrappy-logo-small.png") center / cover no-repeat;
  box-shadow: 0 8px 28px rgba(205, 65, 43, .32);
  color: transparent;
  font-size: 1rem;
  letter-spacing: 0;
}
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 38px; color: var(--muted); font-size: .86rem; font-weight: 650; white-space: nowrap; transition: color .2s ease; }
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--text); }
.nav-links a.active::after { content: ""; display: block; height: 2px; margin-top: 7px; background: var(--rust); }
.invite-nav { margin-left: auto; margin-right: 12px; padding: 10px 15px; border-radius: 9px; background: var(--rust); color: #fff; font-size: .76rem; font-weight: 850; box-shadow: 0 8px 24px rgba(205,65,43,.22); }
.invite-nav:hover { background: var(--rust-light); transform: translateY(-1px); }

.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 40px 0 56px; }
.hero {
  min-height: 580px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 48px;
  padding: 40px 0 74px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--rust-light);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .17em;
}
.eyebrow span { width: 20px; height: 1px; background: currentColor; }
h1 {
  max-width: 780px;
  margin: 18px 0 24px;
  font-size: clamp(3.5rem, 7.7vw, 6.9rem);
  line-height: .9;
  letter-spacing: -.072em;
}
h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .52);
}
h2 { margin: 7px 0 16px; font-size: clamp(1.7rem, 3vw, 2.45rem); letter-spacing: -.045em; }
.subtitle { max-width: 600px; margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.muted { color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.primary-action, .ghost-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 11px;
  font-size: .86rem;
  font-weight: 800;
}
.primary-action { background: var(--rust); box-shadow: 0 14px 40px rgba(205, 65, 43, .22); }
.primary-action:hover { background: var(--rust-light); transform: translateY(-2px); }
.ghost-action { border: 1px solid var(--line-bright); background: rgba(255, 255, 255, .025); }

.hero-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.core {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: #090807 url("/assets/scrappy-logo.png") center / cover no-repeat;
  box-shadow: 0 0 0 18px rgba(205, 65, 43, .08), 0 38px 90px rgba(205, 65, 43, .34);
  color: transparent;
  font-size: 0;
  font-weight: 950;
  transform: rotate(-3deg);
}
.orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; top: -5px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--rust-light); box-shadow: 0 0 18px var(--rust); }
.orbit-one { width: 330px; height: 330px; animation: spin 14s linear infinite; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; opacity: .55; animation: spin 24s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.float-chip {
  position: absolute;
  z-index: 4;
  padding: 11px 14px;
  border: 1px solid var(--line-bright);
  border-radius: 10px;
  background: rgba(18, 21, 27, .86);
  backdrop-filter: blur(12px);
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.float-chip span { color: var(--rust-light); }
.chip-hours { top: 80px; right: 12px; }
.chip-rank { bottom: 74px; left: 8px; }

.badge { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .76rem; }
.badge.online { color: var(--green); border-color: rgba(105, 230, 166, .38); background: rgba(105, 230, 166, .07); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 92px; }
.stat {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  backdrop-filter: blur(12px);
}
.stat::before { content: ""; position: absolute; left: 0; top: 22px; width: 2px; height: 34px; background: var(--rust); box-shadow: 0 0 16px rgba(205, 65, 43, .7); }
.stat span { display: block; color: var(--muted); font-size: .72rem; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .08em; }
.stat strong { font-size: 1.25rem; }

.section-block { margin-bottom: 92px; scroll-margin-top: 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; }
.section-heading > p { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.6; font-size: .9rem; }
.commands-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.command {
  grid-column: span 2;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(39, 33, 27, .92), rgba(20, 17, 14, .94));
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.command:hover { transform: translateY(-5px); border-color: rgba(205, 65, 43, .5); background: linear-gradient(145deg, rgba(48, 39, 31, .96), rgba(25, 20, 16, .96)); }
.featured-command { grid-column: span 4; background: radial-gradient(circle at 85% 10%, rgba(205, 65, 43, .2), transparent 40%), var(--panel-solid); }
.command-number { display: block; margin-bottom: 35px; color: #535a67; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.command code { color: var(--text); font-family: inherit; font-size: 1.22rem; font-weight: 900; letter-spacing: -.02em; }
.command p { max-width: 330px; margin: 12px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }

.grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; scroll-margin-top: 100px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); backdrop-filter: blur(14px); }
.card-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.leaderboard { display: grid; gap: 9px; margin-top: 24px; }
.leader-row {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--panel-2);
  transition: border-color .2s ease, transform .2s ease;
}
.leader-row:hover { border-color: var(--line-bright); transform: translateX(3px); }
.position { color: var(--rust-light); font-weight: 900; }
.hours { font-weight: 900; }
.loading, .empty { color: var(--muted); padding: 24px 0; }

.rank-field { display: grid; grid-template-columns: 1fr 92px; align-items: center; gap: 12px; margin: 11px 0; }
input { width: 100%; padding: 11px; color: var(--text); caret-color: var(--rust-light); background: var(--panel-2); border: 1px solid var(--line); border-radius: 9px; outline: 0; }
input:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(205, 65, 43, .14); }
select { padding: 11px 38px 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); color: var(--text); font: inherit; }
.server-picker-wrap { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin: -30px 0 18px; }
.server-picker-wrap label { color: var(--muted); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
button { cursor: pointer; border: 0; border-radius: 9px; padding: 11px 14px; color: white; background: var(--rust); font-weight: 780; }
button.secondary { display: flex; gap: 8px; background: var(--panel-2); border: 1px solid var(--line); }
button:hover { filter: brightness(1.12); }
.save { width: 100%; margin-top: 10px; }
.message { min-height: 20px; color: var(--green); font-size: .86rem; }
.cloud-note { color: var(--muted); font-size: .82rem; margin: 16px 0 0; line-height: 1.5; }

.users-card { margin-top: 14px; scroll-margin-top: 100px; }
.table-label { color: #5d6572; font-size: .66rem; font-weight: 850; letter-spacing: .13em; }
.table-wrap { overflow-x: auto; margin-top: 14px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 17px 12px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: #69717e; font-size: .66rem; text-transform: uppercase; letter-spacing: .11em; }
tbody tr:hover { background: rgba(255, 255, 255, .018); }

footer { display: flex; align-items: center; justify-content: space-between; margin-top: 70px; padding: 30px 0 0; border-top: 1px solid var(--line); }
footer p { color: var(--muted); font-size: .78rem; }
.site-footer { position: relative; display: block; width: 100vw; margin: 110px 0 -56px calc(50% - 50vw); padding: 105px max(32px, calc((100vw - 1180px) / 2)) 22px; border: 0; background: #15120f; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; top: -120px; left: -5%; width: 110%; height: 170px; border-radius: 0 0 50% 50%; background: var(--bg); transform: rotate(1.5deg); }
.footer-main { position: relative; display: grid; grid-template-columns: minmax(300px, 1fr) 170px 190px; gap: 90px; }
.footer-brand { max-width: 650px; }
.footer-logo { display: flex; align-items: center; gap: 13px; margin-bottom: 19px; font-size: 1.25rem; letter-spacing: .04em; }
.footer-brand > p { max-width: 610px; margin: 0; color: #a69a89; font-size: .82rem; line-height: 2; }
.social-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.social-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(213,191,158,.1); border-radius: 10px; color: #766d60; background: rgba(255,255,255,.018); cursor: default; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-icon:hover { color: var(--rust-light); border-color: rgba(205,65,43,.35); transform: translateY(-2px); }
.social-icon svg { width: 19px; height: 19px; fill: currentColor; }
.footer-column { display: flex; flex-direction: column; gap: 15px; }
.footer-column h3 { margin: 4px 0 8px; font-size: .98rem; }
.footer-column span, .footer-column a { color: #958b7c; font-size: .79rem; text-decoration: none; }
.footer-column a:hover { color: var(--rust-light); }
.footer-bottom { position: relative; margin-top: 62px; padding-top: 20px; border-top: 1px solid rgba(213,191,158,.08); color: #70675c; font-size: .72rem; text-align: center; }

.story-section {
  min-height: 680px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 84px;
  padding: 90px 0;
  border-top: 1px solid var(--line);
}
.story-section.reverse { grid-template-columns: 1.15fr .85fr; }
.story-section.reverse .story-copy { order: 2; }
.story-copy h2 { margin: 16px 0 22px; font-size: clamp(2.8rem, 5.4vw, 5.1rem); line-height: .98; }
.story-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.75; }
.text-link { display: inline-flex; gap: 18px; margin-top: 22px; color: var(--rust-light); font-size: .84rem; font-weight: 850; }
.showcase {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 28px;
  border: 1px solid var(--line-bright);
  border-radius: 24px;
  background: radial-gradient(circle at 80% 0%, rgba(205, 65, 43, .16), transparent 40%), rgba(24, 20, 17, .88);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .35);
}
.window-bar { display: flex; align-items: center; gap: 7px; padding-bottom: 25px; color: #61594e; font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #4a4036; }
.window-bar span { margin-left: auto; }
.mock-profile { display: grid; grid-template-columns: 68px 1fr auto; gap: 17px; align-items: center; margin: 54px 0 18px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.mock-avatar, .mini-avatar { display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #d65835, #7c2118); font-weight: 950; }
.mock-avatar { overflow: hidden; background: #11264a url("/assets/steam-logo.png") center / cover no-repeat; color: transparent; font-size: 0 !important; }
.mock-avatar { width: 68px; height: 68px; font-size: 1.8rem; }
.mock-profile div:nth-child(2) { display: grid; gap: 4px; }
.mock-profile small, .roles-showcase small { color: var(--rust-light); font-size: .57rem; letter-spacing: .12em; }
.mock-profile strong { font-size: 1.12rem; }
.mock-profile span { color: var(--muted); font-size: .76rem; }
.mock-profile b { display: grid; place-items: center; width: 31px; height: 31px; color: var(--green); border: 1px solid rgba(148,166,109,.3); border-radius: 50%; }
.mock-input { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 8px 7px 15px; border: 1px solid var(--line); border-radius: 11px; color: #756b5e; font-size: .76rem; transition: border-color .2s,box-shadow .2s; }
.mock-input:focus-within { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(205,65,43,.11); }
.mock-input input { min-width: 0; padding: 9px 0; border: 0; background: transparent; box-shadow: none; font-size: .76rem; }
.mock-input input:focus { box-shadow: none; }
.mock-input button { flex: 0 0 auto; padding: 10px 12px; background: transparent; color: var(--text); font-size: .66rem; letter-spacing: .05em; }
.mock-input button:hover { color: var(--rust-light); background: rgba(205,65,43,.08); }
.steam-link-message { min-height: 18px; margin: 9px 3px 0; color: #746b60; font-size: .65rem; line-height: 1.45; }
.steam-link-message.success { color: var(--green); }
.steam-link-message.error { color: var(--rust-light); }

.ranking-showcase { display: flex; flex-direction: column; justify-content: center; gap: 11px; }
.podium-row { display: grid; grid-template-columns: 38px 44px 1fr auto; gap: 12px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.podium-row.first { transform: scale(1.03); border-color: rgba(205,65,43,.35); background: rgba(205,65,43,.07); }
.podium-row > span { color: var(--rust-light); font-size: .71rem; font-weight: 900; }
.podium-row b { font-size: .77rem; }
.mini-avatar { width: 39px; height: 39px; border-radius: 9px; }
.progress-track { height: 3px; margin-top: 30px; background: #29231d; }
.progress-track i { display: block; width: 74%; height: 100%; background: var(--rust); box-shadow: 0 0 18px var(--rust); }
.ranking-showcase > small { color: #655c50; font-size: .58rem; letter-spacing: .12em; }

.roles-showcase { display: flex; flex-direction: column; justify-content: center; gap: 13px; }
.role-card { display: flex; align-items: center; gap: 17px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; opacity: .58; transform: translateX(20px); }
.role-card.active { border-color: rgba(205,65,43,.4); background: rgba(205,65,43,.08); opacity: 1; transform: translateX(0); }
.role-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 11px; background: var(--panel-2); color: var(--rust-light); font-size: 1.35rem; }
.role-card div { display: grid; gap: 3px; }
.role-card strong { font-size: 1.05rem; }
.roles-showcase .role-card { padding: 12px 15px; }
.roles-showcase .role-card > span { width: 40px; height: 40px; font-size: 1rem; }
.final-cta { min-height: 620px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; border-top: 1px solid var(--line); }
.final-cta h2 { margin: 18px 0 8px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .92; }
.final-cta .eyebrow { justify-content: center; }

.inner-page { min-height: calc(100vh - 90px); }
.page-hero { padding: 100px 0 64px; }
.page-hero h1 { margin: 12px 0 30px; font-size: clamp(4rem, 10vw, 8rem); line-height: .86; }
.page-hero > p:last-child { max-width: 560px; color: var(--muted); font-size: 1rem; }
.inner-page .commands-grid, .inner-page .grid, .inner-page .users-card { margin-bottom: 80px; }

.command-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.command-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: .76rem; }
.filter-chip.active { border-color: var(--rust); background: rgba(205,65,43,.12); color: var(--text); }
.command-search { display: flex; align-items: center; gap: 10px; width: min(330px, 100%); padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--panel); color: var(--muted); }
.command-search input { border: 0; background: transparent; padding-left: 0; }
.command-list { display: grid; gap: 10px; margin-bottom: 80px; }
.command-detail { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); transition: border-color .2s ease, transform .2s ease; }
.command-detail:hover { transform: translateX(4px); border-color: rgba(205,65,43,.45); }
.command-detail > div { display: grid; grid-template-columns: 110px 170px 1fr; align-items: center; gap: 18px; }
.command-detail code { font-family: inherit; font-size: 1.06rem; font-weight: 900; }
.command-detail p { margin: 0; color: var(--muted); font-size: .84rem; }
.command-tag { color: var(--rust-light); font-size: .62rem; font-weight: 850; letter-spacing: .12em; }
.usage { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: .7rem; }
.usage b { color: var(--text); }
.command-detail.hidden, .command-empty { display: none; }
.command-empty.visible { display: block; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; margin-bottom: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border: 1px solid rgba(205,65,43,.4); border-radius: 15px; background: rgba(205,65,43,.1); color: var(--rust-light); font-weight: 900; }
.faq-intro h2 { font-size: 2.8rem; }
.faq-intro p { color: var(--muted); line-height: 1.7; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: var(--panel); overflow: hidden; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 23px; cursor: pointer; list-style: none; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rust-light); font-size: 1.35rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] { border-color: rgba(205,65,43,.35); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 23px 23px; color: var(--muted); line-height: 1.7; }
.faq-list code { color: var(--rust-light); }

.guide-hero { padding-bottom: 45px; }
.guide-note { display: flex; align-items: center; gap: 16px; margin: -20px 0 80px; padding: 17px 20px; border: 1px solid rgba(205,65,43,.35); border-radius: 13px; background: rgba(205,65,43,.07); }
.guide-note > span { display: grid; place-items: center; flex: 0 0 31px; height: 31px; border-radius: 50%; background: var(--rust); font-weight: 900; }
.guide-note p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.guide-note b { color: var(--text); }
.guide-section { margin-bottom: 100px; }
.durability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.durability-card { grid-column: span 2; min-height: 330px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.durability-card:nth-child(4), .durability-card:nth-child(5) { grid-column: span 3; }
.material-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 30px; border-radius: 12px; background: var(--panel-2); color: var(--rust-light); font-size: 1.35rem; }
.durability-card > span { color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .13em; }
.durability-card h3 { margin: 7px 0 15px; font-size: 1.25rem; }
.durability-card > strong { display: block; margin-bottom: 17px; font-size: 2rem; letter-spacing: -.04em; }
.raid-stats { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding: 10px 12px; border-radius: 9px; background: rgba(255,255,255,.025); }
.raid-stats b { color: var(--rust-light); font-size: .8rem; }
.raid-stats small { color: #6f665a; }
.durability-card p { color: var(--muted); font-size: .8rem; line-height: 1.65; }
.durability-card em { color: var(--text); font-style: normal; font-weight: 750; }
.door-table { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.door-row { display: grid; grid-template-columns: 1.3fr .5fr .45fr 1.2fr; align-items: center; gap: 18px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.door-row:last-child { border-bottom: 0; }
.door-head { color: #746b5f; font-size: .63rem; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.door-row > span:first-child { display: flex; align-items: center; gap: 12px; }
.door-row small { color: var(--muted); }
.door-swatch { width: 33px; height: 33px; border-radius: 8px; background: #725033; }
.door-swatch.metal { background: #6d7070; }
.door-swatch.garage { background: repeating-linear-gradient(0deg,#595b5b 0 5px,#393b3b 5px 8px); }
.door-swatch.armored { background: #343536; border: 2px solid #6f665b; }
.orientation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.orientation-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.face-demo { display: grid; place-items: center; height: 210px; margin-bottom: 20px; border-radius: 12px; color: rgba(255,255,255,.55); font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.hard-face { background: radial-gradient(circle at 30% 40%,#817361 0 6%,transparent 7%),radial-gradient(circle at 70% 60%,#746755 0 8%,transparent 9%),linear-gradient(145deg,#5f5549,#332d27); }
.soft-face { background: linear-gradient(90deg,rgba(0,0,0,.12) 1px,transparent 1px),linear-gradient(#807464,#4f473d); background-size: 45px 100%,100%; }
.orientation-grid h3 { margin-bottom: 8px; }
.orientation-grid p { color: var(--muted); font-size: .83rem; line-height: 1.65; }
.tips-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.tips-grid article { min-height: 190px; padding: 21px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.tips-grid article > span { color: var(--rust-light); font-size: 1.5rem; }
.tips-grid h3 { margin: 24px 0 8px; }
.tips-grid p { margin: 0; color: var(--muted); font-size: .81rem; line-height: 1.6; }
.guide-sources { padding: 17px 20px; border-left: 2px solid var(--rust); background: rgba(255,255,255,.018); }
.guide-sources p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }

.catalog-section { margin-top: 10px; }
.structure-tools { position: sticky; z-index: 5; top: 78px; display: grid; grid-template-columns: minmax(260px, 390px) 1fr; gap: 14px; margin-bottom: 16px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17,14,12,.93); backdrop-filter: blur(18px); }
.structure-search { display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line-bright); border-radius: 11px; background: var(--panel-2); }
.structure-search:focus-within { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(205,65,43,.12); }
.structure-search svg { flex: 0 0 18px; width: 18px; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; }
.structure-search input { border: 0; background: transparent; box-shadow: none; }
.structure-search input:focus { box-shadow: none; }
.structure-filters { display: flex; align-items: center; gap: 7px; overflow-x: auto; padding: 2px; scrollbar-width: thin; }
.structure-filter { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: .69rem; }
.structure-filter.active { border-color: var(--rust); background: rgba(205,65,43,.14); color: var(--text); }
.raid-legend { display: flex; flex-wrap: wrap; gap: 18px; padding: 13px 3px; color: var(--muted); font-size: .68rem; }
.raid-legend span { display: flex; align-items: center; gap: 7px; }
.raid-legend i { display: grid; place-items: center; min-width: 25px; height: 25px; padding: 0 5px; border: 1px solid rgba(205,65,43,.35); border-radius: 6px; color: var(--rust-light); font-size: .58rem; font-style: normal; font-weight: 900; }
.structure-count { margin: 8px 0 18px; color: #71675a; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.structure-catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.structure-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease; }
.structure-card:hover { transform: translateY(-5px); border-color: rgba(205,65,43,.42); box-shadow: 0 22px 55px rgba(0,0,0,.25); }
.structure-blueprint { position: relative; display: grid; place-items: center; height: 180px; overflow: hidden; background: radial-gradient(circle at 50% 45%,rgba(205,65,43,.1),transparent 55%), linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),#15120f; background-size: auto,20px 20px,20px 20px,auto; }
.structure-blueprint::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg,transparent 20%,rgba(255,255,255,.025),transparent 65%); }
.structure-blueprint svg { width: 78%; height: 78%; filter: drop-shadow(0 0 9px rgba(205,65,43,.12)); }
.blueprint-lines { fill: none; stroke: #b7553e; stroke-width: 2.1; stroke-linejoin: round; stroke-linecap: round; }
.blueprint-lines .ghost { stroke: #655047; stroke-dasharray: 4 5; }
.blueprint-lines .fill { fill: rgba(205,65,43,.08); }
.structure-blueprint > span { position: absolute; right: 13px; bottom: 11px; color: #65594e; font-size: .56rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.structure-card-body { padding: 19px; }
.structure-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--rust-light); font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.structure-meta b { color: #83786a; font-size: .57rem; }
.structure-card h3 { min-height: 48px; margin: 8px 0 17px; font-size: 1.16rem; line-height: 1.25; }
.raid-methods { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.raid-methods div { display: grid; gap: 5px; min-width: 0; padding: 9px 4px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.018); text-align: center; }
.raid-methods small { overflow: hidden; color: #6e6458; font-size: .48rem; font-weight: 850; letter-spacing: .04em; white-space: nowrap; }
.raid-methods strong { color: var(--text); font-size: .82rem; }
.structure-card-body > p { min-height: 39px; margin: 15px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.structure-empty { display: none; padding: 70px 20px; border: 1px dashed var(--line-bright); border-radius: 16px; color: var(--muted); text-align: center; }
.structure-empty.visible { display: block; }
.material-sample { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(10,8,7,.76); color: #b7aa99; font-size: .55rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.material-sample i { width: 16px; height: 16px; border-radius: 4px; background: #8e633b; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.structure-card[data-material="twig"] .material-sample i { background: repeating-linear-gradient(45deg,#97704a 0 3px,#563d29 3px 5px); }
.structure-card[data-material="wood"] .material-sample i { background: repeating-linear-gradient(0deg,#9b6539 0 4px,#5e3924 4px 6px); }
.structure-card[data-material="stone"] .material-sample i { background: radial-gradient(circle at 30% 30%,#9c9587 0 20%,transparent 22%),#5f5c56; }
.structure-card[data-material="metal"] .material-sample i { background: repeating-linear-gradient(135deg,#858988 0 4px,#484b4b 4px 7px); }
.structure-card[data-material="armored"] .material-sample i { background: linear-gradient(135deg,#575b5b 45%,#202222 46% 55%,#777064 56%); }
.structure-card[data-material="ice"] .material-sample i { background: linear-gradient(135deg,#b9ecf1,#438da2); }
.structure-card[data-material="cloth"] .material-sample i { background: repeating-linear-gradient(45deg,#6f7351 0 2px,#3f4939 2px 4px); }
.structure-card[data-material="twig"] .blueprint-lines { stroke: #a87949; }
.structure-card[data-material="wood"] .blueprint-lines { stroke: #bc7040; }
.structure-card[data-material="stone"] .blueprint-lines { stroke: #aaa292; stroke-width: 2.8; }
.structure-card[data-material="metal"] .blueprint-lines { stroke: #9ba2a1; stroke-width: 2.5; }
.structure-card[data-material="armored"] .blueprint-lines { stroke: #d0c4ad; stroke-width: 3.2; }
.structure-card[data-material="ice"] .blueprint-lines { stroke: #78d5e4; }
.structure-card[data-material="cloth"] .blueprint-lines { stroke: #8f9869; }
.destruction-details { margin: 17px -19px -19px; border-top: 1px solid var(--line); background: rgba(8,7,6,.22); }
.destruction-details summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 19px; cursor: pointer; list-style: none; color: var(--rust-light); font-size: .72rem; font-weight: 850; }
.destruction-details summary::-webkit-details-marker { display: none; }
.destruction-details summary span { font-size: 1.2rem; transition: transform .2s ease; }
.destruction-details[open] summary span { transform: rotate(45deg); }
.method-warning { margin: 0 14px 14px; padding: 10px; border-left: 2px solid var(--rust); background: rgba(205,65,43,.06); color: var(--muted); font-size: .62rem; line-height: 1.55; }
.method-warning b { color: var(--text); }
.all-methods { display: grid; gap: 15px; max-height: 520px; padding: 0 14px 16px; overflow-y: auto; }
.method-group h4 { margin: 0 0 7px; color: #766b5e; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.method-list { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; }
.method-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px; border-bottom: 1px solid var(--line); font-size: .63rem; }
.method-row:last-child { border-bottom: 0; }
.method-row span { color: var(--muted); }
.method-row strong { color: var(--text); text-align: right; }
.method-row strong.ineffective { color: #6f675d; font-weight: 600; }

.general-guide-hero { min-height: 560px; display: flex; flex-direction: column; justify-content: center; }
.general-guide-hero h1 { max-width: 900px; }
.guide-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 27px; }
.guide-hero-actions .primary { padding: 13px 18px; border-radius: 10px; background: var(--rust); font-size: .8rem; font-weight: 850; }
.secondary-link { color: var(--rust-light); font-size: .79rem; font-weight: 800; }
.guide-layout { display: grid; grid-template-columns: 245px 1fr; gap: 55px; align-items: start; margin-bottom: 90px; }
.guide-sidebar { position: sticky; top: 96px; max-height: calc(100vh - 115px); overflow-y: auto; padding-right: 10px; }
.guide-sidebar > p { margin: 22px 0 11px; color: #6d6357; font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.guide-global-search { display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line-bright); border-radius: 10px; background: var(--panel); color: var(--muted); }
.guide-global-search input { padding-left: 0; border: 0; background: transparent; box-shadow: none; font-size: .75rem; }
.guide-global-search input:focus { box-shadow: none; }
.guide-sidebar nav { display: grid; gap: 3px; }
.guide-sidebar nav a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; color: var(--muted); font-size: .7rem; transition: color .2s,background .2s; }
.guide-sidebar nav a:hover { color: var(--text); background: rgba(205,65,43,.09); }
.guide-sidebar nav span { width: 19px; text-align: center; filter: grayscale(.2); }
.guide-overview { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: #756b5e; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-overview button { padding: 8px 11px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: .65rem; }
.guide-chapter { --chapter-accent: hsl(calc(12 + var(--chapter-index) * 17) 58% 52%); position: relative; scroll-margin-top: 95px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.13); }
.guide-chapter::before { content: ""; position: absolute; z-index: 0; top: 0; left: 0; width: 4px; height: 100%; background: var(--chapter-accent); opacity: .75; }
.guide-chapter > details > summary { position: relative; z-index: 1; padding: 25px 27px; cursor: pointer; list-style: none; background: radial-gradient(circle at 12% 0%,color-mix(in srgb,var(--chapter-accent) 12%,transparent),transparent 38%); }
.guide-chapter > details > summary::-webkit-details-marker { display: none; }
.guide-chapter > details > summary, .guide-chapter > details > summary > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.guide-chapter > details > summary > div { justify-content: flex-start; }
.guide-chapter > details > summary > div > span { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; border: 1px solid color-mix(in srgb,var(--chapter-accent) 40%,transparent); border-radius: 15px; background: color-mix(in srgb,var(--chapter-accent) 10%,transparent); font-size: 1.55rem; box-shadow: inset 0 0 28px rgba(255,255,255,.025); }
.guide-chapter summary small { color: var(--chapter-accent); font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.guide-chapter summary h2 { margin: 4px 0; font-size: 1.48rem; }
.guide-chapter summary p { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 400; }
.guide-chapter summary > i { color: var(--rust-light); font-size: 1.4rem; font-style: normal; transition: transform .2s; }
.guide-chapter details[open] summary > i { transform: rotate(45deg); }
.guide-topic-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 1px; border-top: 1px solid var(--line); background: var(--line); }
.guide-topic { position: relative; min-height: 155px; padding: 24px; background: linear-gradient(145deg,#181410,#14110e); transition: background .2s ease,transform .2s ease; }
.guide-topic:hover { z-index: 2; background: linear-gradient(145deg,color-mix(in srgb,var(--chapter-accent) 7%,#181410),#14110e); }
.guide-topic::after { content: ""; position: absolute; right: 0; bottom: 0; width: 35%; height: 2px; background: linear-gradient(90deg,transparent,var(--chapter-accent)); opacity: .25; }
.topic-number { position: absolute; top: 17px; right: 19px; color: color-mix(in srgb,var(--chapter-accent) 35%,#342d26); font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.guide-topic h3 { margin: 0 0 10px; font-size: .92rem; }
.guide-topic p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.65; }
.weapon-topic { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(180px,.7fr) 1.3fr; column-gap: 30px; align-items: start; }
.weapon-topic > h3, .weapon-topic > p { grid-column: 1; }
.weapon-spec { grid-column: 2; grid-row: 1 / span 3; display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }
.weapon-spec > div { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }
.weapon-spec small { display: block; margin-bottom: 5px; color: var(--chapter-accent); font-size: .48rem; font-weight: 900; letter-spacing: .09em; }
.weapon-spec strong { display: block; color: #c8bcac; font-size: .65rem; line-height: 1.45; }
.guide-topic[hidden], .guide-chapter[hidden] { display: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .topbar > .brand { margin-right: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .hero-visual { min-height: 360px; }
  .stats { grid-template-columns: repeat(2, 1fr); margin-bottom: 72px; }
  .grid { grid-template-columns: 1fr; }
  .commands-grid { grid-template-columns: repeat(2, 1fr); }
  .command, .featured-command { grid-column: auto; }
  .story-section, .story-section.reverse { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 74px 0; }
  .story-section.reverse .story-copy { order: initial; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .command-tools { align-items: stretch; flex-direction: column; }
  .command-search { width: 100%; }
  .command-detail { align-items: flex-start; flex-direction: column; }
  .command-detail > div { grid-template-columns: 90px 140px 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-brand { grid-column: 1 / -1; }
  .durability-grid { grid-template-columns: repeat(2,1fr); }
  .durability-card, .durability-card:nth-child(4), .durability-card:nth-child(5) { grid-column: auto; }
  .tips-grid { grid-template-columns: repeat(2,1fr); }
  .structure-tools { position: static; grid-template-columns: 1fr; }
  .structure-catalog { grid-template-columns: repeat(2,1fr); }
  .guide-layout { grid-template-columns: 1fr; gap: 25px; }
  .guide-sidebar { position: static; max-height: none; padding: 0; }
  .guide-sidebar > p, .guide-sidebar nav { display: none; }
}

@media (max-width: 600px) {
  .topbar { height: 64px; }
  .topbar .badge { max-width: 110px; overflow: hidden; white-space: nowrap; }
  .shell { padding-top: 14px; }
  .hero { gap: 20px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 310px; transform: scale(.82); }
  .stats, .commands-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .card { padding: 20px; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .showcase { min-height: 340px; padding: 19px; }
  .story-copy h2 { font-size: 2.8rem; }
  .page-hero { padding: 62px 0 42px; overflow: hidden; }
  .page-hero h1 { max-width: 100%; font-size: clamp(3rem, 15vw, 4.25rem); line-height: .92; letter-spacing: -.065em; overflow-wrap: anywhere; }
  .page-hero > p:last-child { line-height: 1.55; }
  .server-picker-wrap { align-items: stretch; flex-direction: column; margin-top: -15px; }
  .command-detail > div { grid-template-columns: 1fr; gap: 8px; }
  .usage { width: 100%; }
  .site-footer { padding-top: 90px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .topbar .badge { display: none; }
  .invite-nav { margin-right: 0; }
  .durability-grid, .orientation-grid, .tips-grid { grid-template-columns: 1fr; }
  .door-row { grid-template-columns: 1fr auto; gap: 10px; }
  .door-row > *:nth-child(3), .door-row > *:nth-child(4) { display: none; }
  .door-head { display: none; }
  .structure-catalog { grid-template-columns: 1fr; }
  .structure-blueprint { height: 165px; }
  .general-guide-hero { min-height: 490px; }
  .guide-hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .guide-topic-grid { grid-template-columns: 1fr; }
  .guide-chapter > details > summary { padding: 17px; }
  .guide-chapter summary p { display: none; }
  .weapon-topic { display: block; }
  .weapon-spec { grid-template-columns: 1fr; margin-top: 16px; }
}
/* Authenticated server dashboard */
.dashboard-page{min-height:calc(100vh - 120px)}.dashboard-account{display:flex;align-items:center;gap:10px;margin-left:auto}.dashboard-account img{width:34px;height:34px;border-radius:50%;object-fit:cover}.dashboard-account span{font-weight:800;color:#eee4d4}.dashboard-account form{margin:0}.dashboard-account button,.dashboard-back{border:1px solid #443a31;background:#171411;color:#b9aa98;border-radius:10px;padding:9px 13px;cursor:pointer}.dashboard-login{max-width:760px;margin:8vh auto;text-align:center;padding:70px 40px;border:1px solid #46392e;border-radius:28px;background:linear-gradient(145deg,#17130f,#100e0c);box-shadow:0 40px 100px #0008}.dashboard-login>img{width:90px;height:90px;border-radius:24px}.dashboard-login h1{font-size:clamp(48px,7vw,86px);line-height:.92;margin:20px 0;color:#eee4d4}.dashboard-login>p{max-width:580px;margin:0 auto 28px;color:#aa9b8b;font-size:18px;line-height:1.7}.dashboard-login small{display:block;margin-top:20px;color:#756b61}.discord-login{display:inline-flex;align-items:center;gap:24px;background:#5865f2;color:#fff;padding:16px 22px;border-radius:12px;font-weight:900;text-decoration:none}.compact-hero{padding-bottom:35px}.compact-hero h1{font-size:clamp(54px,8vw,100px)}.guild-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:18px;padding-bottom:80px}.guild-card{display:grid;grid-template-columns:68px 1fr;gap:18px;align-items:center;padding:24px;border:1px solid #3d342c;border-radius:18px;background:#17130f}.guild-card>img{width:68px;height:68px;border-radius:18px;object-fit:cover}.guild-card small,.dashboard-panel small{color:#df5938;font-weight:900;letter-spacing:.12em}.guild-card h2{margin:5px 0;color:#eee4d4}.guild-card p{margin:0;color:#887d71}.guild-card button,.guild-card>a{grid-column:1/-1;border:0;border-radius:10px;padding:13px;background:#d8432e;color:#fff;text-align:center;text-decoration:none;font-weight:900;cursor:pointer}.dashboard-back{margin-top:24px}.dashboard-config{display:grid;gap:18px;padding-bottom:100px}.dashboard-panel{padding:28px;border:1px solid #3d342c;border-radius:20px;background:#17130f}.dashboard-panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.dashboard-panel-heading h2{margin:5px 0 0;color:#eee4d4}.dashboard-panel-heading>span{color:#71675e;font-size:11px;letter-spacing:.1em}.dashboard-panel label{display:grid;gap:8px;color:#a99b8d;font-weight:700}.dashboard-panel select,.dashboard-panel input[type=number]{width:100%;border:1px solid #40372f;border-radius:10px;background:#0e0c0a;color:#eee4d4;padding:13px}.dashboard-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.dashboard-switches{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dashboard-switches label{display:flex;align-items:center;justify-content:space-between;padding:18px;border:1px solid #332d27;border-radius:13px}.dashboard-switches b{display:block;color:#eee4d4}.dashboard-switches small{display:block;margin-top:5px;color:#81766b;letter-spacing:0}.dashboard-switches input{width:20px;height:20px;accent-color:#d8432e}.dashboard-ranks{display:grid;gap:9px}.dashboard-ranks label{grid-template-columns:1fr 150px;align-items:center;padding:10px 14px;border:1px solid #332d27;border-radius:11px}.dashboard-ranks span{color:#eee4d4}.dashboard-savebar{position:sticky;bottom:18px;display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border:1px solid #534236;border-radius:14px;background:#100e0ded;backdrop-filter:blur(16px);box-shadow:0 20px 50px #0009}.dashboard-savebar p{margin:0;color:#b9aa98}.dashboard-savebar button{border:0;border-radius:10px;background:#d8432e;color:#fff;padding:13px 20px;font-weight:900;cursor:pointer}.dashboard-savebar button:disabled{opacity:.45;cursor:not-allowed}.dashboard-empty{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed #493d33;border-radius:18px;color:#9f9183}@media(max-width:760px){.dashboard-account span{display:none}.dashboard-login{padding:44px 20px}.dashboard-two-columns,.dashboard-switches{grid-template-columns:1fr}.dashboard-ranks label{grid-template-columns:1fr 100px}.dashboard-panel{padding:20px}}
