:root {
  --bg: #120b16;
  --bg-soft: #1d101f;
  --panel: rgba(50, 20, 52, .72);
  --panel-solid: #2b152d;
  --panel-light: rgba(255, 224, 237, .08);
  --pink: #ff8fbd;
  --pink-2: #ffc4dc;
  --pink-3: #ffe9f2;
  --rose: #d94e8b;
  --gold: #ffd77e;
  --text: #fff8fb;
  --muted: #d7b8c7;
  --border: rgba(255, 190, 218, .24);
  --shadow: 0 22px 70px rgba(5, 0, 8, .45);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 102, 169, .13), transparent 31rem),
    radial-gradient(circle at 85% 8%, rgba(255, 177, 209, .09), transparent 29rem),
    linear-gradient(180deg, #190d1c 0%, var(--bg) 42%, #0d0911 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  z-index: -1;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.pixel,
h1, h2, h3,
.brand-name,
.nav-link,
.btn,
.kicker,
.stat strong,
.item-name,
.chapter-number,
.command {
  font-family: "Courier New", ui-monospace, monospace;
  letter-spacing: .035em;
}

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 78px 0; }
.section-tight { padding: 46px 0; }

/* top nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(18, 8, 21, .72);
  border-bottom: 1px solid rgba(255, 181, 213, .13);
}
.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: max-content;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 9px 28px rgba(255, 98, 166, .22);
}
.brand-name { font-weight: 800; font-size: 1.04rem; text-transform: uppercase; }
.brand-name span { color: var(--pink-2); }
.nav { display: flex; align-items: center; gap: 6px; }
.nav-link {
  text-decoration: none;
  color: #eedbe5;
  font-size: .82rem;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 11px;
  transition: .2s ease;
}
.nav-link:hover, .nav-link.active { color: #fff; background: rgba(255, 155, 199, .11); }
.nav-cta {
  border: 1px solid rgba(255, 185, 216, .28);
  background: linear-gradient(180deg, rgba(255, 143, 189, .2), rgba(255, 143, 189, .08));
}
.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  color: #fff;
  background: rgba(255,255,255,.05);
  border-radius: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

/* hero */
.hero { padding: 68px 0 48px; position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pink-2);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
  border: 1px solid rgba(255, 183, 215, .2);
  background: rgba(255, 158, 202, .07);
  padding: 8px 11px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.kicker::before { content: "✿"; color: #ffd7e7; }
h1 {
  margin: 0 0 16px;
  font-size: clamp(2.55rem, 6vw, 5.75rem);
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: -.035em;
  text-shadow: 0 5px 0 rgba(112, 43, 73, .55), 0 17px 38px rgba(255, 93, 163, .15);
}
.hero h1 .soft { color: var(--pink-2); }
.hero-lead { color: #e7ccd9; font-size: 1.06rem; line-height: 1.75; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 17px;
  border-radius: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .83rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #2b1320;
  background: linear-gradient(180deg, #ffe5ef, #ff9fc6);
  box-shadow: 0 10px 30px rgba(255, 99, 170, .24), inset 0 1px 0 rgba(255,255,255,.75);
}
.btn-secondary {
  color: #fff;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.045);
}
.copy-status { color: var(--pink-2); font-size: .82rem; min-height: 1.2em; margin-top: 10px; }
.hero-art {
  aspect-ratio: 2112 / 745;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 206, 226, .25);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.045);
  background: #1b0d18 url('../assets/hero-art.webp') center/contain no-repeat;
}
.hero-art::after { display:none; }
@keyframes shine { 0%,70%{transform:translateX(-120%)} 90%,100%{transform:translateX(120%)} }
.server-card { display:none; }
.server-card strong { display: block; font-size: 1.02rem; }
.server-card small { color: #d3adbf; }
.server-ip { color: var(--pink-2); font-weight: 900; word-break: break-all; }

/* petals */
.petals { pointer-events: none; position: absolute; inset: 0; overflow: hidden; z-index: -1; }
.petal {
  position: absolute;
  width: 12px;
  height: 8px;
  border-radius: 80% 20% 70% 30%;
  background: linear-gradient(135deg, #fff0f6, #ff8dbd);
  opacity: .55;
  animation: fall linear infinite;
}
.petal:nth-child(1){left:8%;top:-5%;animation-duration:12s;animation-delay:-2s}.petal:nth-child(2){left:27%;top:-8%;animation-duration:15s;animation-delay:-8s}.petal:nth-child(3){left:48%;top:-4%;animation-duration:11s;animation-delay:-5s}.petal:nth-child(4){left:71%;top:-10%;animation-duration:16s;animation-delay:-9s}.petal:nth-child(5){left:91%;top:-6%;animation-duration:13s;animation-delay:-3s}
@keyframes fall { to { transform: translate(90px, 830px) rotate(390deg); } }

/* cards */
.section-heading { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: clamp(1.85rem, 4vw, 3rem); text-transform: uppercase; }
.section-heading p { max-width: 570px; margin: 0; color: var(--muted); line-height: 1.7; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.026));
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,.13);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(255, 193, 220, .43); background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03)); }
.card-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: rgba(255, 159, 201, .12); border: 1px solid rgba(255, 190, 219, .16); margin-bottom: 15px; font-size: 1.35rem; }
.card-icon img { width: 26px; height: 26px; image-rendering: pixelated; object-fit: contain; }
.card h3 { margin: 0 0 9px; text-transform: uppercase; font-size: 1.05rem; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }
.card-link { margin-top: 17px; display: inline-flex; color: var(--pink-2); font-weight: 800; text-decoration: none; font-size: .88rem; }

/* gallery */
.gallery-card {
  position: relative;
  min-height: 330px;
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.gallery-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(10,5,12,.88)); }
.gallery-copy { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; }
.gallery-copy h3 { margin: 0 0 7px; font-size: 1.25rem; text-transform: uppercase; }
.gallery-copy p { margin: 0; color: #ead7e0; }

/* banner */
.play-banner {
  padding: 30px;
  border-radius: 26px;
  background:
    linear-gradient(110deg, rgba(255, 155, 199, .21), rgba(255,255,255,.035)),
    radial-gradient(circle at 15% 25%, rgba(255,255,255,.1), transparent 24rem),
    #2a142c;
  border: 1px solid rgba(255, 199, 223, .25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  box-shadow: var(--shadow);
}
.play-banner h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 4vw, 2.5rem); text-transform: uppercase; }
.play-banner p { margin: 0; color: var(--muted); }

/* inner page hero */
.page-hero { padding: 64px 0 34px; }
.page-hero-inner {
  padding: 38px;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(255, 144, 190, .12), rgba(255,255,255,.025));
  position: relative;
  overflow: hidden;
}
.page-hero-inner::after { content: "✿"; position: absolute; right: 4%; top: -12%; font-size: 14rem; color: rgba(255, 178, 210, .045); transform: rotate(15deg); }
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
.page-hero p { max-width: 760px; color: var(--muted); line-height: 1.7; margin: 12px 0 0; }
.breadcrumb { font-size: .82rem; color: #b993a5; margin-bottom: 14px; }
.breadcrumb a { text-decoration: none; color: var(--pink-2); }

/* story timeline */
.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content:""; position:absolute; left: 28px; top: 35px; bottom: 35px; width: 2px; background: linear-gradient(var(--pink), rgba(255,143,189,.08)); }
.chapter { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; position: relative; }
.chapter-number { width: 58px; height: 58px; border-radius: 18px; display:grid; place-items:center; background: #351833; border: 1px solid rgba(255,191,220,.31); color: var(--pink-2); font-weight: 900; z-index: 2; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.chapter .card { padding: 24px 26px; }
.chapter h3 { margin-bottom: 8px; }
.chapter-meta { color: var(--gold); font-size: .78rem; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.spoiler { border-left: 3px solid var(--rose); padding-left: 14px; color: #efcedd; }

/* dungeons */
.dungeon-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: stretch; margin-bottom: 24px; }
.dungeon-feature.reverse { grid-template-columns: .9fr 1.1fr; }
.dungeon-feature.reverse .dungeon-media { order: 2; }
.dungeon-media { min-height: 390px; border-radius: 24px; overflow: hidden; border: 1px solid var(--border); }
.dungeon-media img { width: 100%; height: 100%; object-fit: cover; }
.dungeon-info { display:flex; flex-direction:column; justify-content:center; }
.tags { display:flex; flex-wrap:wrap; gap:8px; margin: 14px 0 4px; }
.tag { padding:7px 10px; border-radius:999px; font-size:.74rem; font-weight:800; text-transform:uppercase; border:1px solid rgba(255,190,220,.2); background:rgba(255,158,200,.07); color:#f1ccdc; }
.info-list { list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px; }
.info-list li { display:flex; gap:10px; color:#ddc1ce; line-height:1.55; }
.info-list li::before { content:"✦"; color:var(--pink); }
.locked-card { opacity:.72; position:relative; }
.locked-card::after { content:"FINAL CHAPTER"; position:absolute; right:16px; top:16px; padding:6px 9px; border-radius:8px; background:rgba(14,8,16,.78); border:1px solid var(--border); color:var(--gold); font:700 .7rem "Courier New",monospace; }

/* items */
.search-row { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:22px; }
.search-box { flex:1 1 320px; position:relative; }
.search-box input {
  width:100%; height:50px; border-radius:14px; border:1px solid var(--border); background:rgba(255,255,255,.045); color:#fff; padding:0 16px 0 44px; outline:none;
}
.search-box::before { content:"⌕"; position:absolute; left:16px; top:9px; color:var(--pink-2); font-size:1.45rem; }
.search-box input:focus { border-color:rgba(255,185,217,.55); box-shadow:0 0 0 3px rgba(255,143,189,.08); }
.filter-row { display:flex; gap:8px; flex-wrap:wrap; }
.filter-btn { cursor:pointer; border:1px solid var(--border); background:rgba(255,255,255,.035); color:#e9ccd9; padding:10px 12px; border-radius:11px; font-weight:700; }
.filter-btn.active, .filter-btn:hover { background:rgba(255,150,195,.13); color:#fff; }
.item-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.item-card { border:1px solid var(--border); border-radius:18px; padding:18px; background:rgba(255,255,255,.035); min-height:215px; display:flex; flex-direction:column; }
.item-top { display:flex; gap:14px; align-items:center; margin-bottom:14px; }
.item-img { width:60px; height:60px; flex:0 0 auto; border-radius:15px; display:grid; place-items:center; background:radial-gradient(circle, rgba(255,203,225,.15), rgba(255,255,255,.025)); border:1px solid rgba(255,196,220,.16); }
.item-img img { width:42px; height:42px; object-fit:contain; image-rendering:pixelated; }
.item-name { font-size:.93rem; font-weight:900; text-transform:uppercase; }
.item-kind { color:var(--pink-2); font-size:.72rem; text-transform:uppercase; margin-top:4px; }
.item-card p { margin:0; color:var(--muted); line-height:1.55; font-size:.9rem; }
.item-source { margin-top:auto; padding-top:14px; color:#efd9e3; font-size:.78rem; }
.item-source strong { color:var(--gold); }
.empty-state { display:none; padding:34px; text-align:center; color:var(--muted); border:1px dashed var(--border); border-radius:18px; }

/* guides */
.guide-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:26px; align-items:start; }
.guide-sidebar { position:sticky; top:96px; border:1px solid var(--border); border-radius:18px; padding:12px; background:rgba(255,255,255,.03); }
.guide-sidebar a { display:block; text-decoration:none; color:#d7b9c7; padding:10px 11px; border-radius:10px; font-size:.88rem; }
.guide-sidebar a:hover { background:rgba(255,157,201,.09); color:#fff; }
.guide-content { display:grid; gap:18px; }
.guide-block { scroll-margin-top:100px; }
.guide-block h2 { margin:0 0 11px; font-size:1.55rem; text-transform:uppercase; }
.guide-block p, .guide-block li { color:var(--muted); line-height:1.72; }
.steps { counter-reset:step; list-style:none; padding:0; display:grid; gap:10px; }
.steps li { counter-increment:step; display:grid; grid-template-columns:34px 1fr; gap:12px; align-items:start; }
.steps li::before { content:counter(step); width:30px; height:30px; border-radius:9px; display:grid; place-items:center; background:rgba(255,151,197,.11); color:var(--pink-2); border:1px solid var(--border); font-weight:800; }
.command { display:inline-block; padding:2px 7px; border-radius:7px; background:rgba(255,255,255,.055); color:#ffd7e7; border:1px solid rgba(255,255,255,.08); }
.note { padding:14px 16px; border-radius:13px; background:rgba(255, 210, 123, .06); border:1px solid rgba(255, 210, 123, .18); color:#efdcb8; }

/* wiki hub */
.wiki-links { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.wiki-link { text-decoration:none; min-height:180px; display:flex; flex-direction:column; justify-content:end; position:relative; overflow:hidden; }
.wiki-link::after { content:"→"; position:absolute; right:18px; top:14px; color:rgba(255,255,255,.3); font-size:1.5rem; }
.npc-strip { display:grid; grid-template-columns:1.3fr .7fr; gap:20px; }
.npc-image { min-height:420px; border-radius:23px; overflow:hidden; border:1px solid var(--border); }
.npc-image img { width:100%; height:100%; object-fit:cover; }
.npc-list { display:grid; gap:12px; }
.npc-row { display:flex; gap:13px; align-items:center; padding:14px; border:1px solid var(--border); border-radius:15px; background:rgba(255,255,255,.03); }
.npc-row img { width:30px; height:30px; image-rendering:pixelated; object-fit:contain; }
.npc-row strong { display:block; }
.npc-row small { color:var(--muted); }

/* footer */
.footer { border-top:1px solid rgba(255,183,213,.12); margin-top:68px; padding:35px 0; color:#b994a5; }
.footer-wrap { display:flex; justify-content:space-between; gap:24px; align-items:center; }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; }
.footer a { text-decoration:none; color:#d8b4c5; }
.footer a:hover { color:#fff; }

@media (max-width: 980px) {
  .hero-grid, .dungeon-feature, .dungeon-feature.reverse, .npc-strip { grid-template-columns:1fr; }
  .dungeon-feature.reverse .dungeon-media { order:0; }
  .hero-art { min-height:0; }
  .grid-4, .item-grid { grid-template-columns:repeat(2,1fr); }
  .grid-3 { grid-template-columns:repeat(2,1fr); }
  .guide-layout { grid-template-columns:1fr; }
  .guide-sidebar { position:static; display:flex; flex-wrap:wrap; }
}
@media (max-width: 760px) {
  .container { width:min(100% - 28px, var(--max)); }
  .section { padding:56px 0; }
  .nav-toggle { display:grid; place-items:center; }
  .nav { display:none; position:absolute; top:66px; left:14px; right:14px; flex-direction:column; align-items:stretch; padding:10px; border-radius:16px; border:1px solid var(--border); background:rgba(26,11,28,.97); box-shadow:var(--shadow); }
  .nav.open { display:flex; }
  .nav-link { padding:12px; }
  .hero { padding-top:44px; }
  .hero-art { min-height:0; }
  .server-card { align-items:flex-start; flex-direction:column; }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .grid-4, .grid-3, .grid-2, .item-grid, .wiki-links { grid-template-columns:1fr; }
  .play-banner { flex-direction:column; align-items:flex-start; }
  .page-hero-inner { padding:26px; }
  .dungeon-media, .npc-image { min-height:280px; }
  .footer-wrap { flex-direction:column; align-items:flex-start; }
  .chapter { grid-template-columns:48px 1fr; gap:12px; }
  .chapter-number { width:48px; height:48px; border-radius:14px; }
  .timeline::before { left:23px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; }
}


/* fishing + enchants wiki */
.collection-count { display:flex; align-items:center; padding:10px 14px; border:1px solid var(--border); border-radius:12px; color:var(--pink-2); background:rgba(255,255,255,.035); font:800 .78rem "Courier New",monospace; text-transform:uppercase; }
.fish-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.fish-card { min-height:150px; text-align:center; border:1px solid var(--border); border-radius:17px; padding:15px 10px; background:rgba(255,255,255,.032); transition:transform .18s ease,border-color .18s ease,background .18s ease; }
.fish-card:hover { transform:translateY(-3px); border-color:rgba(255,193,220,.43); background:rgba(255,255,255,.055); }
.fish-img { height:78px; display:grid; place-items:center; margin-bottom:10px; }
.fish-img img { max-width:72px; max-height:72px; image-rendering:pixelated; object-fit:contain; filter:drop-shadow(0 9px 14px rgba(0,0,0,.3)); }
.fish-name { font:900 .78rem "Courier New",monospace; text-transform:uppercase; line-height:1.25; }
.fish-kind { color:var(--pink-2); font-size:.68rem; margin-top:5px; text-transform:uppercase; }
.enchant-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.enchant-card { border:1px solid var(--border); border-radius:18px; padding:19px; background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025)); min-height:190px; display:flex; flex-direction:column; }
.enchant-card.curse-card { border-color:rgba(206,102,147,.3); background:linear-gradient(180deg,rgba(131,36,77,.11),rgba(255,255,255,.02)); }
.enchant-head { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; margin-bottom:13px; }
.enchant-name { font:900 .92rem "Courier New",monospace; text-transform:uppercase; color:#fff; }
.enchant-items { color:var(--pink-2); font-size:.72rem; text-transform:uppercase; margin-top:5px; }
.enchant-level { flex:0 0 auto; padding:6px 8px; border-radius:9px; border:1px solid var(--border); color:var(--gold); font:800 .7rem "Courier New",monospace; text-transform:uppercase; }
.enchant-card p { margin:0; color:var(--muted); line-height:1.55; font-size:.9rem; }
.enchant-meta { display:flex; gap:7px; flex-wrap:wrap; margin-top:auto; padding-top:14px; }
.enchant-meta span { padding:5px 8px; border-radius:999px; border:1px solid rgba(255,190,220,.18); background:rgba(255,158,200,.06); color:#e5c2d2; font-size:.67rem; text-transform:uppercase; font-weight:800; }
@media (max-width:980px) { .fish-grid { grid-template-columns:repeat(4,1fr); } .enchant-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:760px) { .fish-grid { grid-template-columns:repeat(2,1fr); } .enchant-grid { grid-template-columns:1fr; } }

/* progression systems */
.system-route { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:14px; align-items:center; margin-bottom:24px; }
.route-step { min-height:255px; text-align:center; display:flex; flex-direction:column; align-items:center; }
.route-step .item-img { margin-bottom:14px; }
.route-step .item-img img { width:46px; height:46px; object-fit:contain; image-rendering:pixelated; }
.route-step:first-child .item-img img { width:60px; height:60px; border-radius:12px; image-rendering:auto; }
.route-number { color:var(--gold); font:800 .76rem "Courier New",monospace; margin-bottom:10px; }
.route-arrow { color:var(--pink-2); font-size:2rem; font-weight:900; }
.class-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.class-card { min-height:165px; border:1px solid var(--border); border-radius:20px; background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025)); display:grid; place-items:center; align-content:center; gap:12px; text-transform:uppercase; font-family:"Courier New",monospace; letter-spacing:.05em; }
.class-card img { width:92px; height:92px; image-rendering:pixelated; object-fit:contain; filter:drop-shadow(0 10px 20px rgba(0,0,0,.25)); }
.system-split { display:grid; grid-template-columns:.9fr 1.1fr; gap:22px; align-items:stretch; }
.system-art { min-height:390px; border:1px solid var(--border); border-radius:24px; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle,rgba(255,143,189,.12),rgba(255,255,255,.025)); }
.system-art img { width:min(82%,420px); image-rendering:pixelated; }
.system-copy { display:flex; flex-direction:column; justify-content:center; }
.level-chip { display:inline-flex; width:max-content; max-width:100%; padding:8px 11px; border-radius:999px; color:var(--gold); border:1px solid rgba(255,215,126,.23); background:rgba(255,215,126,.06); font:800 .75rem "Courier New",monospace; text-transform:uppercase; margin-bottom:14px; }
.ore-unlocks { display:grid; gap:10px; margin:18px 0 20px; }
.ore-unlocks > div { display:flex; align-items:center; gap:13px; padding:12px; border-radius:14px; border:1px solid var(--border); background:rgba(255,255,255,.028); }
.ore-unlocks img { width:42px; height:42px; image-rendering:pixelated; object-fit:contain; }
.ore-unlocks strong,.ore-unlocks small { display:block; }
.ore-unlocks small { color:var(--muted); margin-top:3px; }
.vote-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.vote-main,.pinata-card { min-height:300px; }
.vote-icon-row { display:flex; align-items:center; gap:22px; height:100%; }
.big-item { width:120px; height:120px; flex:0 0 auto; display:grid; place-items:center; border-radius:24px; border:1px solid var(--border); background:radial-gradient(circle,rgba(255,205,226,.16),rgba(255,255,255,.02)); }
.big-item img { width:72px; height:72px; image-rendering:pixelated; object-fit:contain; }
.kicker.compact { margin-bottom:10px; padding:6px 9px; font-size:.7rem; }
.pinata-symbol { font-size:4.5rem; line-height:1; margin-bottom:14px; filter:drop-shadow(0 10px 20px rgba(0,0,0,.25)); }
.vote-meter { margin-top:24px; }
.vote-meter-track { height:14px; border-radius:999px; overflow:hidden; background:rgba(255,255,255,.055); border:1px solid var(--border); }
.vote-meter-track span { display:block; height:100%; background:linear-gradient(90deg,var(--rose),var(--pink-2)); }
.vote-meter-label { display:flex; justify-content:space-between; gap:10px; margin-top:8px; color:var(--muted); font-size:.76rem; }
.vote-meter-label strong { color:var(--pink-2); }
.vote-crate-callout { margin-top:20px; display:flex; align-items:center; gap:18px; padding:20px 24px; border-radius:20px; border:1px solid var(--border); background:rgba(255,255,255,.035); }
.vote-crate-callout img { width:88px; height:88px; image-rendering:pixelated; object-fit:contain; }
.vote-crate-callout h3 { margin:0 0 6px; text-transform:uppercase; }
.vote-crate-callout p { margin:0; color:var(--muted); }
.pixel-panel img { filter:drop-shadow(0 18px 35px rgba(0,0,0,.3)); }

@media (max-width:980px) {
  .system-route { grid-template-columns:1fr; }
  .route-arrow { transform:rotate(90deg); justify-self:center; }
  .system-split,.vote-grid { grid-template-columns:1fr; }
}
@media (max-width:760px) {
  .class-grid { grid-template-columns:1fr; }
  .vote-icon-row { flex-direction:column; align-items:flex-start; }
  .system-art { min-height:280px; }
}

/* updated systems polish */
.screenshot-panel { background: rgba(255,255,255,.03); }
.screenshot-panel img, .system-shot, .vote-crate-screenshot img { width:100%; height:auto; image-rendering:auto; object-fit:contain; }
.island-layout { align-items:start; }
.upgrade-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.upgrade-card { position:relative; min-height:150px; padding:18px; border:1px solid var(--border); border-radius:18px; background:rgba(255,255,255,.035); }
.upgrade-card h3 { margin:0 0 8px; text-transform:uppercase; font-size:1rem; }
.upgrade-card p { margin:0; color:var(--muted); line-height:1.6; }
.upgrade-card.soon { border-color: rgba(255,215,126,.25); background: rgba(255,215,126,.05); }
.coming-pill { display:inline-flex; padding:5px 8px; border-radius:999px; margin-bottom:10px; color:var(--gold); border:1px solid rgba(255,215,126,.25); background:rgba(255,215,126,.06); font:800 .68rem "Courier New", monospace; text-transform:uppercase; }
.compact-ore-unlocks { margin-top:14px; }
.vote-grid-real .card { display:flex; }
.real-shot-card { padding:12px; align-items:center; justify-content:center; }
.real-shot-card img { border-radius:16px; box-shadow:0 14px 30px rgba(0,0,0,.22); }
.vote-crate-screenshot { margin-top:20px; border:1px solid var(--border); border-radius:20px; overflow:hidden; background:rgba(255,255,255,.03); }
@media (max-width:980px) { .upgrade-grid { grid-template-columns:1fr; } }

/* vote section cleanup */
.vote-heading-clean { align-items:end; }
.vote-feature-shot { padding:14px; margin-bottom:20px; overflow:hidden; }
.vote-feature-shot img { width:100%; height:auto; display:block; border-radius:18px; }
.vote-clean-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.clean-info-card, .clean-pinata-card { min-height:260px; display:flex; flex-direction:column; justify-content:center; }
.clean-info-card h3, .clean-pinata-card h3 { margin:0 0 10px; text-transform:uppercase; }
.clean-info-card p, .clean-pinata-card p { color:var(--muted); }
.clean-list { margin:16px 0 0; padding-left:20px; }
.clean-list li { color:var(--muted); margin:8px 0; }
.pinata-big-number { font-size:5rem; line-height:1; font-weight:900; color:var(--pink-2); text-shadow:0 10px 25px rgba(0,0,0,.28); margin:8px 0 12px; }
@media (max-width:980px) { .vote-clean-grid { grid-template-columns:1fr; } }

/* voting section is intentionally text-only */
.vote-text-only { margin-top:20px; }
.vote-feature-shot, .vote-crate-screenshot, .big-item, .pinata-symbol, .vote-meter { display:none !important; }
.vote-text-only .card { min-height:260px; }
