:root {
  --void: #0d0c11; --stage: #17151d; --stage-2: #211e2b; --house: #f2ede4;
  --dim: #948da3; --fainter: #5f596d; --spot: #ff5a36; --gold: #f2b53c;
  --pulse: #33cfc2; --twitch: #9147ff; --wire: #2d2937; --wire-2: #3b3648;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--void); color: var(--house);
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--spot); }
.kicker { font-family: "Hanken Grotesk"; font-size: .72rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--spot); }

/* ── landing ─────────────────────────────────────────────────────────────── */
.landing { max-width: 780px; margin: 0 auto; padding: 0 20px 60px; }
.hero { padding: clamp(3rem, 10vw, 6rem) 0 2.5rem; text-align: center; }
.hero .kicker { display: block; margin-bottom: 1.2rem; }
.hero h1 { font-family: "Syne", sans-serif; font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(2.4rem, 8vw, 4.4rem); line-height: 1; margin-bottom: 1.2rem; }
.hero h1 em { font-style: normal; color: var(--spot); }
.lede { color: var(--dim); font-size: clamp(1rem, 2.4vw, 1.2rem); max-width: 34rem; margin: 0 auto 2rem; }
.countdown { display: inline-flex; flex-direction: column; gap: 4px; margin-bottom: 1.8rem;
  padding: 12px 22px; background: var(--stage); border: 1px solid var(--wire-2); border-radius: 14px; }
.cd__label { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--fainter); }
.cd__digits { font-family: "Syne"; font-weight: 800; font-size: clamp(1.4rem, 5vw, 2rem);
  font-variant-numeric: tabular-nums; }
.cta { display: inline-block; background: var(--spot); color: #1b0a06; font-weight: 700;
  font-size: 1rem; text-decoration: none; border-radius: 999px; padding: .8rem 1.8rem; }
.cta--off { background: var(--stage-2); color: var(--dim); }
.signed { margin-top: 1rem; font-size: .85rem; color: var(--dim); }

.proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px;
  padding: 2rem 0; border-top: 1px solid var(--wire); border-bottom: 1px solid var(--wire); text-align: center; }
.proof div { display: flex; flex-direction: column; }
.proof strong { font-family: "Syne"; font-weight: 800; font-size: 1.8rem; }
.proof span { font-size: .8rem; color: var(--dim); }
.proof__show strong { font-size: 1rem; color: var(--pulse); }

.trending { padding: 2.4rem 0; }
.trending h2, .how h2 { font-family: "Syne"; font-weight: 700; font-size: 1.3rem; margin-bottom: 1rem; }
.tr { list-style: none; display: grid; gap: 2px; }
.tr li { display: flex; align-items: baseline; gap: 12px; padding: 8px 0; border-top: 1px solid var(--wire); font-size: .95rem; }
.tr__n { font-family: "Syne"; font-weight: 800; color: var(--spot); min-width: 24px; }
.tr__a { color: var(--dim); font-size: .85rem; }

.how { padding: 2rem 0; }
.how ol { padding-left: 1.2rem; display: grid; gap: 8px; color: var(--dim); }
.how ol b { color: var(--house); }
.tip { margin-top: 1.2rem; padding: 12px 14px; background: var(--stage); border-left: 2px solid var(--gold);
  border-radius: 0 8px 8px 0; font-size: .88rem; color: var(--dim); }
.foot { padding: 3rem 0 0; text-align: center; font-size: .8rem; color: var(--fainter); }

/* ── stempagina ──────────────────────────────────────────────────────────── */
.vote-hd { display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  border-bottom: 1px solid var(--wire); position: sticky; top: 0; background: var(--void); z-index: 5; }
.vote-hd h1 { font-family: "Syne"; font-weight: 700; font-size: 1.1rem; flex: 1; }
.vote-hd__back { font-size: 1.2rem; text-decoration: none; }
.vote-hd__user { font-size: .82rem; color: var(--dim); }
.vote-wrap { max-width: 640px; margin: 0 auto; padding: 18px; }

.search { position: relative; margin-bottom: 18px; }
#q { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--wire-2);
  background: var(--stage); color: var(--house); font: inherit; }
.results { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 4;
  background: var(--stage); border: 1px solid var(--wire-2); border-radius: 10px; overflow: hidden; }
.results:empty { display: none; }
.res { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; padding: 10px 12px;
  background: none; border: none; border-bottom: 1px solid var(--wire); color: var(--house); cursor: pointer; font: inherit; }
.res:hover { background: var(--stage-2); }
.res img, .res__ph { width: 36px; height: 36px; border-radius: 6px; object-fit: cover; background: var(--stage-2); flex: none; }
.res span:nth-child(2) { flex: 1; min-width: 0; font-size: .85rem; }
.res b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.res__src { font-size: .68rem; color: var(--fainter); text-transform: uppercase; letter-spacing: .06em; }
.res-loading { padding: 12px; font-size: .85rem; color: var(--dim); }

.list { list-style: none; display: grid; gap: 8px; }
.row { display: grid; grid-template-columns: 26px 44px 1fr auto; grid-template-rows: auto auto;
  gap: 4px 10px; align-items: center; padding: 10px; background: var(--stage); border: 1px solid var(--wire);
  border-radius: 10px; cursor: grab; }
.row.dragging { opacity: .4; }
.row__n { font-family: "Syne"; font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums; }
.row__art { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; background: var(--stage-2); }
.row__meta { min-width: 0; }
.row__t { display: block; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.row__a { font-size: .8rem; color: var(--dim); }
.row__x { background: none; border: none; color: var(--fainter); font-size: 1.2rem; cursor: pointer; }
.row__story { grid-column: 2 / -1; margin-top: 4px; width: 100%; resize: vertical; min-height: 2.2em;
  background: var(--void); border: 1px solid var(--wire); border-radius: 6px; color: var(--dim);
  padding: 6px 8px; font: inherit; font-size: .82rem; }
.list-hint { margin: 12px 0; font-size: .85rem; color: var(--dim); }

.vote-actions { display: flex; align-items: center; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.btn { background: var(--stage-2); border: 1px solid var(--wire-2); color: var(--house);
  border-radius: 999px; padding: .6rem 1.3rem; font: inherit; font-weight: 600; cursor: pointer; }
.btn--primary { background: var(--spot); color: #1b0a06; border-color: var(--spot); }
.btn:disabled { opacity: .4; cursor: not-allowed; }
.vote-status { font-size: .85rem; color: var(--dim); }

/* ── deelbare lijst ──────────────────────────────────────────────────────── */
.share { display: grid; place-items: center; min-height: 100vh; padding: 24px; }
.s-card { max-width: 460px; width: 100%; background: linear-gradient(160deg, #2a2338, #16131e);
  border: 1px solid var(--wire-2); border-radius: 18px; padding: 26px; }
.s-card h1 { font-family: "Syne"; font-weight: 800; font-size: 1.6rem; margin: 6px 0 16px; }
.s-list { list-style: none; display: grid; gap: 3px; margin-bottom: 16px; }
.s-list li { display: flex; align-items: baseline; gap: 10px; font-size: .9rem; padding: 3px 0; }
.s__n { font-weight: 800; color: var(--spot); font-variant-numeric: tabular-nums; min-width: 34px; }
.s__a { color: var(--dim); font-size: .8rem; }
.s-story { font-style: italic; color: var(--dim); font-size: .88rem; margin-bottom: 16px;
  border-left: 2px solid var(--gold); padding-left: 10px; }

.simple { display: grid; place-items: center; min-height: 100vh; padding: 24px; text-align: center; }
.simple-box h1 { font-family: "Syne"; font-weight: 800; margin-bottom: 8px; }
.simple-box p { color: var(--dim); margin-bottom: 14px; }
