:root {
  --bg: #020603;
  --panel: #07150b;
  --panel2: #0b2111;
  --green: #63ff7a;
  --green2: #b4ffbe;
  --text: #f4fff5;
  --muted: #729379;
  --border: #174c24;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); }
body { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .12; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(99,255,122,.18) 4px); }
.shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 72px 0 48px; }
.shell.wide { width: min(980px, calc(100% - 32px)); }
.brand { margin-bottom: 34px; }
.brand.compact { margin-bottom: 24px; }
.kicker { color: var(--green); font-size: clamp(18px, 4vw, 28px); text-transform: lowercase; }
h1 { margin: 7px 0 8px; font-size: clamp(44px, 12vw, 86px); line-height: .95; letter-spacing: -.08em; }
h1 span { color: var(--green); }
.brand.compact h1 { font-size: clamp(38px, 8vw, 64px); }
p { color: var(--muted); line-height: 1.5; }
.card { border: 1px solid var(--border); background: linear-gradient(180deg, rgba(11,33,17,.95), rgba(5,16,8,.95)); padding: 22px; border-radius: 18px; box-shadow: 0 0 40px rgba(35,255,83,.04); }
label { display: block; color: var(--green); margin-bottom: 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
textarea, input { width: 100%; border: 0; outline: 0; background: #020a04; color: var(--text); border: 1px solid #123d1d; border-radius: 12px; padding: 16px; font: inherit; }
textarea { resize: vertical; min-height: 120px; font-size: 21px; }
input { margin-bottom: 12px; }
.row, .actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 14px; }
button { border: 1px solid #2c7f3d; background: var(--green); color: #011603; border-radius: 12px; padding: 12px 16px; font: 700 15px/1 ui-monospace, monospace; cursor: pointer; }
button:hover { filter: brightness(1.06); }
button:disabled { opacity: .5; cursor: wait; }
#count, .muted { color: var(--muted); font-size: 13px; }
.result-card { margin-top: 18px; }
pre { white-space: pre-wrap; margin: 0; font: 19px/1.62 ui-monospace, monospace; color: var(--green2); }
.result-card pre { font-size: clamp(17px, 4vw, 22px); }
.result-card .actions button:first-child, .mention .actions button:first-child { background: transparent; color: var(--green); }
.hidden { display: none !important; }
.examples { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { background: transparent; color: var(--green2); border-color: var(--border); font-weight: 500; }
footer { margin-top: 56px; color: var(--green); text-align: center; font-size: 13px; }
.admin-controls { margin-bottom: 18px; }
.mention-list { display: grid; gap: 14px; }
.mention-meta { display: flex; justify-content: space-between; color: var(--green); margin-bottom: 12px; }
.mention-meta span { color: var(--muted); font-size: 12px; }
.mention-text { margin-bottom: 18px; line-height: 1.45; }
.mention textarea { min-height: 72px; font-size: 16px; }
.mention pre { margin-top: 18px; padding: 15px; background: #020a04; border-radius: 12px; border: 1px solid #123d1d; }
@media (max-width: 560px) { .shell { padding-top: 42px; } .card { padding: 17px; } .row, .actions { align-items: stretch; } .actions { flex-direction: column; } .actions button { width: 100%; } }
