:root{--bg:#080a10;--panel:#10131c;--panel2:#151925;--text:#f4f6fb;--muted:#9aa3b6;--line:#242b3b;--purple:#8b5cf6;--cyan:#22d3ee;--gold:#fbbf24;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -15%,#26194d 0,transparent 34rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.topbar{height:78px;border-bottom:1px solid #171b25;background:#080a10e8;backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - var(--max))/2))}.brand{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--cyan),var(--purple));font-weight:900;color:#080a10}.brand strong,.brand b{display:block;line-height:.95;font-size:18px}.brand b{color:#a78bfa}.topbar nav{display:flex;gap:22px;align-items:center}.topbar nav a{color:#cbd2df;text-decoration:none;font-weight:700;font-size:14px}.hero{max-width:var(--max);margin:0 auto;min-height:610px;padding:75px 24px 50px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:48px}.hero h1,.staff-hero h1,.result-card h1{font-size:clamp(44px,6vw,76px);line-height:.98;margin:13px 0 22px;letter-spacing:-.045em}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#c4b5fd,#67e8f9);background-clip:text;color:transparent}.hero-copy p{color:var(--muted);font-size:18px;line-height:1.7;max-width:620px;margin:0 0 30px}.eyebrow,.package-kicker{font-size:12px;font-weight:900;letter-spacing:.16em;color:#9f8cff}.hero-art{position:relative}.hero-art:before{content:"";position:absolute;inset:12%;background:#7c3aed55;filter:blur(80px);border-radius:50%}.hero-art img{position:relative;width:100%;display:block;border-radius:28px;box-shadow:0 30px 90px #0009;border:1px solid #322750}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:0;border-radius:10px;text-decoration:none;font-weight:850;font-size:14px;cursor:pointer}.button.primary{background:linear-gradient(135deg,#7c3aed,#9b5cff);color:white;box-shadow:0 9px 30px #7c3aed42}.button.secondary{background:#202538;color:#fff;border:1px solid #30384d}.button:disabled{opacity:.45;cursor:not-allowed}.wide{width:100%}.section{max-width:var(--max);margin:0 auto;padding:70px 24px}.section.compact{padding-top:30px}.section-heading{text-align:center;max-width:730px;margin:0 auto 36px}.section-heading h2{font-size:42px;margin:10px 0}.section-heading p{color:var(--muted);line-height:1.65}.catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.package-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#141824,#0f121a);box-shadow:0 20px 55px #0004}.package-card.disabled{opacity:.65}.package-image{height:300px;background:#06080d;overflow:hidden}.package-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.package-card:hover .package-image img{transform:scale(1.025)}.package-body{padding:25px}.package-body h3{font-size:30px;margin:6px 0 10px}.package-body p{color:var(--muted);line-height:1.55;min-height:48px}.package-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:18px}.package-bottom strong{font-size:20px}.accent-blue{box-shadow:inset 0 2px 0 #22d3ee77,0 20px 55px #0004}.accent-purple{box-shadow:inset 0 2px 0 #a78bfa88,0 20px 55px #0004}.accent-gold{box-shadow:inset 0 2px 0 #fbbf2488,0 20px 55px #0004}.trust-row{max-width:var(--max);margin:0 auto 80px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trust-row>div{padding:22px;border:1px solid var(--line);background:#0e1119;border-radius:14px}.trust-row strong,.trust-row span{display:block}.trust-row span{color:var(--muted);font-size:13px;margin-top:5px}footer{border-top:1px solid #191e29;max-width:var(--max);margin:0 auto;padding:30px 24px 45px;display:flex;justify-content:space-between;color:#737d91;font-size:13px}.staff-pill{padding:7px 11px;border-radius:999px;background:#7c3aed24;border:1px solid #8b5cf655;color:#c4b5fd;font-size:12px;font-weight:900}.staff-hero{max-width:var(--max);margin:0 auto;padding:80px 24px 30px}.staff-hero h1{font-size:56px;margin-bottom:16px}.staff-hero p{color:var(--muted);max-width:720px;line-height:1.65}.loading,.error-card{grid-column:1/-1;padding:35px;border:1px solid var(--line);background:var(--panel);border-radius:16px;text-align:center;color:var(--muted)}.error-card,.error{color:#fca5a5;border-color:#7f1d1d;background:#3f111855}.error{padding:10px 12px;border:1px solid #7f1d1d;border-radius:8px;margin-bottom:13px;font-size:13px}dialog{width:min(480px,calc(100% - 30px));border:1px solid #30364a;border-radius:18px;background:#11151f;color:#fff;padding:0;box-shadow:0 30px 100px #000}dialog::backdrop{background:#03050acc;backdrop-filter:blur(5px)}dialog form{padding:30px;position:relative}.dialog-close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#8f99ad;font-size:28px;cursor:pointer}dialog h2{font-size:30px;margin:7px 0 8px}dialog p,dialog small{color:var(--muted);line-height:1.5}dialog label{display:block;font-weight:800;font-size:13px;margin:24px 0 14px}dialog input{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid #343b50;border-radius:9px;background:#090c12;color:#fff;font:inherit;outline:none}dialog input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf622}dialog small{display:block;text-align:center;margin-top:12px;font-size:11px}.result-page{min-height:100vh;display:grid;place-items:center;padding:24px}.result-card{max-width:650px;text-align:center;padding:55px;border:1px solid var(--line);border-radius:24px;background:var(--panel)}.result-card h1{font-size:50px}.result-card p{color:var(--muted);line-height:1.6;margin-bottom:26px}@media(max-width:800px){.topbar{padding:0 18px}.topbar nav a:first-child{display:none}.hero{grid-template-columns:1fr;padding-top:55px;min-height:0}.hero-art{order:-1}.catalog{grid-template-columns:1fr}.package-image{height:auto}.trust-row{grid-template-columns:1fr}.package-bottom{align-items:flex-start;flex-direction:column}.package-bottom .button{width:100%}footer{flex-direction:column;gap:8px}.brand strong,.brand b{font-size:15px}}

/* -------------------------------------------------
   WoodeyCraft primary branding
   ------------------------------------------------- */

.brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 260px;
  object-fit: contain;
}

.hero-logo {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin: 0 0 22px 0;
  object-fit: contain;
}

.staff-hero-logo {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto 28px auto;
  object-fit: contain;
}

@media (max-width: 700px) {
  .brand-logo {
    height: 42px;
    max-width: 190px;
  }

  .hero-logo {
    width: min(100%, 430px);
    margin-bottom: 18px;
  }

  .staff-hero-logo {
    width: min(100%, 400px);
    margin-bottom: 22px;
  }
}


/* -------------------------------------------------
   Package description / perk layout
   ------------------------------------------------- */

.package-description {
  margin-top: 16px;
}

.package-description .description-text {
  min-height: 0;
  margin: 0 0 16px;
  color: #aeb7ca;
  font-size: 15px;
  line-height: 1.65;
}

.package-description .description-text:first-child {
  color: #dce3f0;
  font-size: 16px;
}

.package-description .description-text strong {
  color: #fff;
  font-weight: 850;
}

.description-heading {
  margin: 22px 0 12px;
  color: #c4b5fd;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.perk-list {
  list-style: none;
  margin: 12px 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.perk-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid #242b3b;
  border-radius: 10px;
  background: #0b0e16;
  color: #d5dbea;
  font-size: 14px;
  line-height: 1.45;
}

.perk-check {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border-radius: 6px;
  background: #7c3aed22;
  border: 1px solid #8b5cf655;
  color: #b79cff;
  font-size: 13px;
  font-weight: 950;
}

.accent-blue .perk-check {
  background: #22d3ee16;
  border-color: #22d3ee44;
  color: #67e8f9;
}

.accent-purple .perk-check {
  background: #8b5cf620;
  border-color: #a78bfa55;
  color: #c4b5fd;
}

.accent-gold .perk-check {
  background: #fbbf2418;
  border-color: #fbbf2444;
  color: #fcd34d;
}

.package-bottom {
  margin-top: 26px;
}


/* -------------------------------------------------
   Structured supporter package cards
   ------------------------------------------------- */

.package-description {
  margin-top: 14px;
}

.package-intro {
  margin: 0 0 9px !important;
  min-height: 0 !important;
  color: #f2f4fb !important;
  font-size: 16px;
  line-height: 1.5 !important;
  font-weight: 800;
}

.package-copy {
  margin: 0 0 22px !important;
  min-height: 0 !important;
  color: #9fa9bd !important;
  font-size: 14px;
  line-height: 1.6 !important;
}

.perk-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 12px;
  color: #c4b5fd;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.perk-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #8b5cf655, transparent);
}

.perk-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.perk-list li {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid #232a39;
  border-radius: 10px;
  background: linear-gradient(135deg, #0c1018, #10141f);
  color: #d7deeb;
  font-size: 13px;
  line-height: 1.45;
}

.perk-list li.featured-perk {
  border-color: #8b5cf666;
  background: linear-gradient(135deg, #261446, #151426);
  color: #e8ddff;
}

.perk-check {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  color: #fff;
  background: #7c3aed;
  box-shadow: 0 0 18px #7c3aed40;
  font-size: 12px;
  font-weight: 950;
}

.accent-blue .perk-check {
  background: #0891b2;
  box-shadow: 0 0 18px #22d3ee32;
}

.accent-purple .perk-check {
  background: #7c3aed;
  box-shadow: 0 0 18px #8b5cf640;
}

.package-info {
  margin-top: 18px;
  padding: 13px 14px;
  border: 1px solid #202737;
  border-radius: 11px;
  background: #0b0f17;
  display: grid;
  gap: 8px;
}

.info-row {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #909bae;
  font-size: 12px;
  line-height: 1.45;
}

.info-dot {
  width: 5px;
  height: 5px;
  margin-top: 6px;
  border-radius: 50%;
  background: #7c3aed;
}

.accent-blue .info-dot {
  background: #22d3ee;
}

.thank-you {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 13px;
  padding: 12px 13px;
  border-radius: 10px;
  background: #171225;
  color: #b8aecf;
  font-size: 12px;
  line-height: 1.5;
}

.thank-you-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #c4b5fd;
  font-size: 12px;
}

.package-bottom {
  margin-top: 22px;
  padding-top: 20px;
}

.package-price {
  display: grid;
  gap: 2px;
}

.price-label {
  color: #747f94;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.package-price strong {
  font-size: 21px;
}

@media (max-width: 800px) {
  .package-copy {
    font-size: 13px;
  }

  .perk-list li {
    font-size: 12px;
  }
}

/* Discord OAuth checkout */
.discord-connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  margin: 14px 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.discord-connect strong {
  display: block;
  margin-bottom: 4px;
}

.discord-connect .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

#discordStatus {
  margin: 0;
}

/* =========================================================
   WoodeyCraft legal pages + footer
   ========================================================= */

.site-footer {
  max-width: 1180px;
  margin: 70px auto 0;
  padding: 28px 24px 34px;
  border-top: 1px solid rgba(255,255,255,.09);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 32px;
  align-items: center;
  color: #7f8a9d;
  font-size: 12px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand strong {
  color: #d8deea;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 18px;
}

.footer-links a,
.footer-meta a {
  color: #9ca8bb;
  text-decoration: none;
  transition: color .15s ease;
}

.footer-links a:hover,
.footer-meta a:hover {
  color: #ffffff;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.05);
  color: #606b7d;
}


/* Legal document pages */

.legal-page {
  min-height: 100vh;
}

.legal-nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.legal-home {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #f2f5fa;
  font-weight: 800;
  text-decoration: none;
}

.legal-home img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.legal-store-link {
  color: #aab5c7;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.legal-store-link:hover {
  color: #fff;
}

.legal-main {
  width: min(900px, calc(100% - 40px));
  margin: 58px auto 80px;
}

.legal-document {
  padding: 42px 48px 48px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.025),
      rgba(255,255,255,.01)
    );
  box-shadow: 0 24px 70px rgba(0,0,0,.20);
}

.legal-document > h1 {
  margin: 8px 0 6px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.legal-updated {
  margin: 0 0 35px;
  color: #6f7b8e;
  font-size: 12px;
}

.legal-document section {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.065);
}

.legal-document section:first-of-type {
  border-top: 0;
}

.legal-document h2 {
  margin: 0 0 12px;
  color: #edf1f7;
  font-size: 19px;
  line-height: 1.35;
}

.legal-document h3 {
  margin: 20px 0 7px;
  color: #d6dce7;
  font-size: 15px;
}

.legal-document p,
.legal-document li {
  color: #a3adbc;
  font-size: 14px;
  line-height: 1.75;
}

.legal-document p {
  margin: 9px 0;
}

.legal-document ul {
  margin: 12px 0;
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 6px;
}

.legal-document a {
  color: #b9a7ff;
  text-decoration: none;
}

.legal-document a:hover {
  text-decoration: underline;
}

.legal-document strong {
  color: #d9dfeb;
}

@media (max-width: 700px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-main {
    width: min(100% - 24px, 900px);
    margin-top: 28px;
  }

  .legal-document {
    padding: 28px 22px 32px;
    border-radius: 14px;
  }

  .legal-nav {
    width: min(100% - 28px, 1180px);
  }
}

/* ==========================================================
   WoodeyCraft branding
   Minecraft-style &4 dark red + &6 gold/orange
   ========================================================== */

:root {
  --wc-red: #aa0000;
  --wc-red-bright: #d13636;
  --wc-gold: #ffaa00;
  --wc-gold-soft: #ffc34d;
}

.wc-wordmark,
.wc-hero-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.wc-wordmark {
  font-size: 1.35rem;
}

.wc-hero-wordmark {
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  margin-bottom: 1rem;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, .45),
    0 0 28px rgba(255, 170, 0, .10);
}

.wc-red {
  color: var(--wc-red-bright);
}

.wc-gold {
  color: var(--wc-gold);
}

.wc-hero-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .04em;
  min-height: 240px;
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 950;
  letter-spacing: -.12em;
  line-height: 1;
  text-shadow:
    0 6px 0 rgba(0,0,0,.35),
    0 0 50px rgba(255,170,0,.10);
}

/* Shift inherited MCB accenting toward WoodeyCraft */
.eyebrow,
.package-kicker {
  color: var(--wc-gold);
}

.hero h1 em {
  color: var(--wc-gold-soft);
}

.button.primary,
button.primary {
  background: linear-gradient(135deg, var(--wc-red), #7a0000);
  border-color: rgba(255, 170, 0, .35);
}

.button.primary:hover,
button.primary:hover {
  filter: brightness(1.14);
}

a {
  text-decoration-color: rgba(255,170,0,.45);
}


/* WoodeyCraft pending-review state */

.coming-soon-card {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto;
  padding: 2.25rem;
  text-align: center;
  border: 1px solid rgba(255, 170, 0, .22);
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(170, 0, 0, .12), transparent 55%),
    rgba(255,255,255,.025);
}

.coming-soon-card h3 {
  margin: .55rem 0 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
}

.coming-soon-card > p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-features {
  display: grid;
  gap: .75rem;
  margin: 1.5rem auto;
  max-width: 470px;
  text-align: left;
}

.coming-soon-features div {
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.coming-soon-features span {
  color: var(--wc-gold);
  font-weight: 900;
  margin-right: .55rem;
}

.coming-soon-note {
  opacity: .7;
  font-size: .92rem;
}
