/* HOTLIFE Verify — dieselben Farben und Schriften wie Panel und Shop. */

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --bg: #0a0507;
  --bg-3: #150c0e;
  --card: #120809;
  --text: #f5eaea;
  --text-dim: #a99a9a;
  --text-muted: #6a5a5a;
  --accent: #ff2b2b;
  --accent-2: #d61e1e;
  --border: #24151a;
  --border-2: #2e1a20;
  --ok: #4ade80;
  --warn: #fbbf24;
  --err: #ff4d4d;
  --font-display: 'Oxanium', 'Segoe UI', sans-serif;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0; min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--text); text-decoration: none; }
button { font: inherit; cursor: pointer; }
input, select { font: inherit; color: inherit; }

.wrap {
  min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 48px 20px;
  background: radial-gradient(ellipse at center, rgba(255,43,43,.07), transparent 55%), var(--bg);
}

/* ─── Marke ─── */
.brand { text-align: center; margin-bottom: 32px; }
.brand h1 {
  font-family: var(--font-display); font-style: italic; font-weight: 800;
  font-size: 46px; letter-spacing: 3px; line-height: 1; margin: 0;
  color: var(--accent);
}
.brand h2 {
  font-family: var(--font-display); font-style: italic; font-weight: 700;
  font-size: 36px; letter-spacing: 3px; line-height: 1; margin: 4px 0 12px;
  color: var(--text);
}
.brand .tag {
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: 4px;
  color: var(--text-muted); text-transform: uppercase;
}

/* ─── Karte ─── */
.karte {
  background: rgba(18,8,9,.72);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 32px 36px;
  max-width: 520px; width: 100%;
  backdrop-filter: blur(8px);
}
.karte.mitte { text-align: center; }
.karte.breit { max-width: 900px; }

.lead { color: var(--text-dim); margin: 0 0 24px; }
.klein { color: var(--text-muted); font-size: 12px; line-height: 1.6; }

h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  letter-spacing: 1px; margin: 0 0 6px;
}
h4 {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted);
  margin: 32px 0 12px; padding-top: 20px; border-top: 1px solid var(--border);
}

/* ─── Knopf ─── */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: var(--accent); color: #fff;
  border: 0; border-radius: 4px;
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 2px; text-transform: uppercase;
  transition: background .12s;
}
.knopf:hover { background: var(--accent-2); }
.knopf.leise {
  background: var(--bg-3); color: var(--text-dim);
  border: 1px solid var(--border-2);
}
.knopf.leise:hover { background: var(--border); color: var(--text); }
.knopf.schlecht-knopf { background: #3a1216; border: 1px solid var(--err); color: var(--err); }
.knopf.schlecht-knopf:hover { background: var(--err); color: #fff; }
.knopf.klein-knopf { width: auto; padding: 8px 16px; font-size: 10px; }

/* ─── Freigabe-Hinweis ─── */
.info {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid var(--border);
}
.info-titel {
  font-family: var(--font-display); font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px;
}
.info ul { margin: 0 0 14px; padding-left: 18px; color: var(--text-dim); font-size: 13px; }
.info li { margin-bottom: 5px; }
code {
  font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
  font-size: 12px;
  background: var(--bg-3); border: 1px solid var(--border-2);
  border-radius: 3px; padding: 1px 5px; color: var(--text);
}

/* ─── Ergebnis ─── */
.haken {
  width: 56px; height: 56px; margin: 0 auto 20px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 700;
  background: rgba(74,222,128,.12); color: var(--ok);
  border: 1px solid rgba(74,222,128,.35);
}
.haken.schlecht {
  background: rgba(255,77,77,.12); color: var(--err);
  border-color: rgba(255,77,77,.35);
}
.avatar {
  width: 64px; height: 64px; border-radius: 50%;
  border: 2px solid var(--border-2); margin-bottom: 14px; object-fit: cover;
}
.detail {
  margin: 16px 0 22px; padding: 12px 14px;
  background: var(--bg-3); border: 1px solid var(--border-2); border-radius: 4px;
  font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
  font-size: 12px; color: var(--text-dim);
  text-align: left; word-break: break-word;
}

.foot {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 10px; letter-spacing: 2px;
  color: var(--text-muted); text-transform: uppercase;
}

/* ─── Admin ─── */
.admin-kopf {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; margin-bottom: 24px;
}

.zahlen {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px; margin-bottom: 20px;
}
.zahl {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: 4px; padding: 14px 12px; text-align: center;
}
.zahl b {
  display: block;
  font-family: var(--font-display); font-size: 24px; font-weight: 700;
  color: var(--text); line-height: 1.1;
}
.zahl span {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-muted);
}
.zahl.warnung b { color: var(--warn); }

.hinweis {
  background: rgba(251,191,36,.08);
  border: 1px solid rgba(251,191,36,.3);
  border-radius: 4px; padding: 12px 14px;
  color: var(--warn); font-size: 13px; margin-bottom: 20px;
}

.pull-form { display: flex; flex-direction: column; gap: 14px; margin-bottom: 12px; }
.pull-form label {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-muted);
  display: flex; flex-direction: column; gap: 6px;
}
.pull-form label.zeile {
  flex-direction: row; align-items: center; gap: 8px; text-transform: none;
  letter-spacing: 0; font-size: 13px; color: var(--text-dim);
}
.pull-form input[type=text] {
  background: var(--bg-3); border: 1px solid var(--border-2);
  border-radius: 4px; padding: 10px 12px;
  font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
  font-size: 13px; letter-spacing: 0; text-transform: none;
}
.pull-form input[type=text]:focus { outline: 0; border-color: var(--accent); }

.pull-stand { margin-bottom: 16px; }
.pull-stand.aus { display: none; }
.balken {
  height: 8px; border-radius: 4px; overflow: hidden;
  background: var(--bg-3); border: 1px solid var(--border-2);
  margin-bottom: 8px;
}
.balken-fuell { height: 100%; background: var(--accent); transition: width .4s ease; }
.pull-text { font-size: 12px; color: var(--text-dim); }

.liste { width: 100%; border-collapse: collapse; font-size: 13px; }
.liste th {
  text-align: left; padding: 8px 10px;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-muted); border-bottom: 1px solid var(--border);
  font-weight: 600;
}
.liste td { padding: 8px 10px; border-bottom: 1px solid var(--border); color: var(--text-dim); }
.liste tr:last-child td { border-bottom: 0; }
.mono { font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; font-size: 12px; }
.mini { width: 24px; height: 24px; border-radius: 50%; display: block; object-fit: cover; }
.mini.leer { background: var(--bg-3); border: 1px solid var(--border-2); }

.pill {
  display: inline-block; padding: 2px 8px; border-radius: 10px;
  font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
}
.pill.aktiv { background: rgba(74,222,128,.12); color: var(--ok); }
.pill.tot { background: rgba(255,77,77,.12); color: var(--err); }

@media (max-width: 560px) {
  .karte { padding: 24px 20px; }
  .brand h1 { font-size: 36px; }
  .brand h2 { font-size: 28px; }
  .liste .mono { font-size: 11px; }
}
