/* Education Group CI — Weiß, Schwarz, Gold #FFC001, Niveau Grotesk */
:root {
  --gold: #FFC001;
  --ink: #0a0a0a;
  --ink-soft: #55554f;
  --muted: #6d6d66;
  --line: #e9e9e2;
  --paper: #ffffff;
  --paper-dim: #f6f6f2;
  --green: #158a4a;
  --amber: #8a6600;   /* Gelb-Status als Text auf Weiß (AA); Flächen bleiben Gold */
  --red: #d23f3f;
  --red-soft: #fbeaea;
  --font: "Niveau Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scrollbar-color: #c9c9c0 var(--paper); }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 2px; }
.band :focus-visible { outline-color: var(--gold); }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.muted { color: var(--muted); }

/* ---------- Topbar ---------- */
.topbar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky; top: 0; z-index: 20;
}
.topbar-inner {
  display: flex; align-items: center; gap: 36px;
  height: 64px;
}
.wordmark { font-size: 19px; letter-spacing: -0.01em; white-space: nowrap; }
.wm-strong { font-weight: 800; }
.wm-dot, .gold-dot { color: var(--gold); }
.wm-light { color: var(--muted); font-weight: 400; margin-left: 2px; }

.tabs { display: flex; gap: 4px; flex: 1; }
.tab {
  font: inherit; font-weight: 600; color: var(--ink-soft);
  background: none; border: 0; cursor: pointer;
  padding: 21px 14px 18px;
  border-bottom: 3px solid transparent;
  transition: color .15s ease;
}
.tab:hover { color: var(--ink); }
.tab.is-active { color: var(--ink); border-bottom-color: var(--gold); }

.period { text-align: right; line-height: 1.2; white-space: nowrap; }
.period-kw { display: block; font-weight: 800; font-size: 17px; }
.period-meta { color: var(--muted); font-size: 12.5px; }
.kw-select {
  font: inherit; font-size: 12.5px; color: var(--ink);
  border: 1px solid var(--line); border-radius: 3px;
  padding: 4px 8px; background: var(--paper);
  margin-top: 4px; cursor: pointer;
}
.kw-select:hover { border-color: #d4d4ca; }

/* ---------- Schwarzes Band ---------- */
.band { background: var(--ink); color: #fff; }
.band-inner { padding: 44px 28px 40px; }
.band-title {
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.05;
}
.band-sub { color: #b9b9b2; margin-top: 10px; max-width: 68ch; }
.band-sub .demo-flag { vertical-align: 1px; }

.band-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1px; background: #2a2a26;
  border: 1px solid #2a2a26;
  margin-top: 30px;
}
.tile {
  font: inherit; text-align: left; cursor: pointer; border: 0;
  background: var(--ink); color: #fff;
  padding: 16px 18px 14px;
  transition: background .15s ease;
}
.tile:hover { background: #171713; }
.tile-static { cursor: default; }
.tile-static:hover { background: var(--ink); }
.tile.is-active { background: #23231e; box-shadow: inset 0 3px 0 var(--gold); }
.tile-name { display: block; font-weight: 700; font-size: 14px; }
.tile-pct { display: block; font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin-top: 4px; font-variant-numeric: tabular-nums; }
.tile-pct small { font-size: 15px; font-weight: 600; color: #b9b9b2; }
.tile-meta { display: flex; gap: 10px; margin-top: 6px; color: #b9b9b2; font-size: 12.5px; font-variant-numeric: tabular-nums; align-items: center; }
.tile-meta .dot { width: 7px; height: 7px; margin-right: 3px; }

/* ---------- Toolbar ---------- */
.toolbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  padding-top: 26px; padding-bottom: 14px;
}
.toolbar-left { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.search {
  font: inherit; color: var(--ink);
  border: 1px solid var(--line); border-radius: 3px;
  padding: 9px 13px; width: 240px; background: var(--paper);
  caret-color: var(--gold);
}
.search::placeholder { color: var(--muted); }
.search:hover { border-color: #d4d4ca; }
.chip {
  font: inherit; font-weight: 600; cursor: pointer;
  border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper); color: var(--ink-soft);
  padding: 8px 14px;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip-count {
  display: inline-block; min-width: 20px; text-align: center;
  background: var(--red); color: #fff; border-radius: 999px;
  font-size: 12px; padding: 1px 6px; margin-left: 4px;
  font-variant-numeric: tabular-nums;
}
.legend { display: flex; gap: 16px; align-items: center; color: var(--ink-soft); font-size: 13px; flex-wrap: wrap; }
.lg { display: inline-flex; align-items: center; gap: 6px; }
.lg-note { color: var(--muted); }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.dot-green { background: var(--green); }
.dot-amber { background: var(--gold); box-shadow: inset 0 0 0 1.5px var(--amber); }
.band .dot-amber, .tile .dot-amber { box-shadow: none; }
.dot-red { background: var(--red); }
.dot-none { background: #c6c6bd; }
.dot-fia { background: #fff; border: 1.5px solid var(--ink); }
.dot-abwesend { background: #c6c6bd; }

.soll-hinweis {
  background: var(--paper-dim); border: 1px solid var(--line); border-radius: 4px;
  padding: 10px 14px; font-size: 13.5px; color: var(--ink-soft);
  margin-bottom: 18px;
}

/* ---------- Rangliste ---------- */
.rank-head, .row-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1.3fr) minmax(180px, 1.6fr) 62px 62px 62px 70px 76px 92px;
  gap: 14px; align-items: center;
}
.rank-head {
  color: var(--muted); font-size: 12px; font-weight: 600;
  text-transform: none; letter-spacing: 0.01em;
  padding: 10px 14px 8px;
  position: sticky; top: 64px; z-index: 10;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.rank-head-reviews, .row-grid-reviews {
  display: grid; gap: 14px; align-items: center;
  grid-template-columns: minmax(210px, 1.3fr) minmax(180px, 1.6fr) 110px 90px;
}
.rh-num { text-align: right; }

.rank { list-style: none; margin-bottom: 70px; }
.row {
  border-top: 1px solid var(--line);
  animation: rowIn .5s cubic-bezier(.16,1,.3,1) backwards;
}
.rank li:last-child .row-outer { border-bottom: 1px solid var(--line); }
.group-divider {
  margin-top: 34px; padding: 0 14px 8px;
  font-size: 13px; font-weight: 700; color: var(--ink-soft);
}
@keyframes rowIn { from { opacity: 0; transform: translateY(6px); } }

.row-btn {
  font: inherit; color: inherit; text-align: left; width: 100%;
  background: none; border: 0; cursor: pointer;
  padding: 12px 14px;
  transition: background .15s ease;
}
.row-btn:hover { background: var(--paper-dim); }

.row-name { display: flex; align-items: center; gap: 6px 9px; min-width: 0; flex-wrap: wrap; }
.row-name .dot { flex: none; }
.name-text { font-weight: 700; white-space: normal; overflow-wrap: anywhere; }
.badge {
  flex: none; font-size: 11px; font-weight: 700; letter-spacing: 0.03em;
  border: 1px solid var(--ink); border-radius: 2px; padding: 1px 5px;
}
.standort-tag { flex: none; color: var(--muted); font-size: 12px; }
.komm-tag {
  flex: 0 1 auto; font-size: 11px; color: var(--ink-soft);
  background: var(--paper-dim); border: 1px solid var(--line); border-radius: 999px;
  padding: 1px 8px; white-space: normal; overflow-wrap: anywhere;
}
.label-tag { border-color: var(--gold); background: #fff8e1; }
.abw-note { flex: 0 1 auto; font-size: 11px; color: var(--muted); white-space: normal; }
.label-edit { margin-top: 12px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.label-edit-label { flex-basis: 100%; font-size: 12px; font-weight: 700; color: var(--ink-soft); }
.label-input {
  flex: 1 1 140px; min-width: 0; font: inherit; font-size: 13px;
  border: 1px solid var(--line); border-radius: 3px; padding: 6px 9px;
  color: var(--ink); caret-color: var(--gold);
}
.label-input:hover { border-color: #d4d4ca; }
.label-edit .btn-secondary { margin-top: 0; padding: 7px 12px; font-size: 12.5px; }
.label-status { font-size: 12px; color: var(--muted); }
.row-name .name-text { flex: 0 1 auto; min-width: 9ch; }
.detail-nodata { grid-template-columns: 1fr; }

.bar { position: relative; height: 10px; background: var(--paper-dim); border-radius: 2px; overflow: visible; }
.bar-fill {
  position: absolute; inset: 0 auto 0 0; border-radius: 2px;
  width: 0; transition: width .7s cubic-bezier(.16,1,.3,1);
}
.bar-fill.green { background: var(--green); }
.bar-fill.amber { background: var(--gold); }
.bar-fill.red { background: var(--red); }
.bar-fill.none, .bar-fill.fia, .bar-fill.abwesend { background: #c6c6bd; }
.bar-sonst {
  position: absolute; top: 0; bottom: 0; border-radius: 0 2px 2px 0;
  background: repeating-linear-gradient(-55deg, #c9c9c0 0 3px, #e4e4dc 3px 6px);
  transition: left .7s cubic-bezier(.16,1,.3,1), width .7s cubic-bezier(.16,1,.3,1);
}
.bar-mark { position: absolute; top: -3px; bottom: -3px; width: 2px; background: var(--ink); }

.num { text-align: right; font-variant-numeric: tabular-nums; }
.num-soft { color: var(--ink-soft); }
.num-sonst { color: var(--muted); font-size: 12px; display: block; }
.pct { font-weight: 800; font-size: 16px; }
.pct.green { color: var(--green); }
.pct.amber { color: var(--amber); }
.pct.red { color: var(--red); }
.pct.none, .pct.fia, .pct.abwesend { color: var(--muted); font-weight: 600; }
.pct-caret { display: inline-block; margin-left: 6px; color: var(--muted); transition: transform .25s ease; }
.row.is-open .pct-caret { transform: rotate(180deg); }

/* ---------- Detail ---------- */
.detail { overflow: hidden; max-height: 0; transition: max-height .45s cubic-bezier(.16,1,.3,1); }
.row.is-open .detail { max-height: 620px; }
.detail-inner {
  display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 34px;
  padding: 10px 14px 26px; border-top: 1px dashed var(--line);
  background: var(--paper-dim);
}
.detail h4 { font-size: 12.5px; font-weight: 700; margin: 14px 0 10px; }
.detail h4 .demo-flag { margin-left: 6px; }

.wk { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: end; height: 96px; }
.wk-bar { background: var(--ink); border-radius: 2px 2px 0 0; min-height: 2px; position: relative; }
.wk-bar.below { background: var(--red); }
.wk-val {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  font-size: 11.5px; font-variant-numeric: tabular-nums; color: var(--ink-soft);
}
.wk-labels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align: center; margin-top: 6px; }
.wk-label { font-size: 11px; color: var(--muted); }
.wk-wrap { position: relative; margin-top: 24px; }
.wk-sollline { position: absolute; left: 0; right: 0; border-top: 2px dashed #b3b3aa; z-index: 1; }

.arten { width: 100%; border-collapse: collapse; font-size: 13px; }
.arten td { padding: 4px 0; border-bottom: 1px solid var(--line); }
.arten td:last-child { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.arten tr.sonst td { color: var(--muted); }

.prog-num { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.prog-text { font-size: 13.5px; color: var(--ink-soft); max-width: 30ch; margin-top: 6px; }
.prog-warn {
  margin-top: 14px; font-size: 13px; font-weight: 600;
  background: var(--red-soft); color: var(--red);
  border-radius: 3px; padding: 8px 11px; display: inline-block;
}
.prog-warn.prog-info { background: #efefe9; color: var(--ink-soft); }

/* ---------- Demo-Flag ---------- */
.demo-flag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  background: var(--gold); color: var(--ink); border-radius: 2px; padding: 2px 6px;
}

/* ---------- Bewertungen ---------- */
.stars { position: relative; height: 10px; background: var(--paper-dim); border-radius: 2px; }
.stars-fill { position: absolute; inset: 0 auto 0 0; background: var(--gold); border-radius: 2px; transition: width .7s cubic-bezier(.16,1,.3,1); }
.review-quote { grid-column: 1 / -1; padding: 0 14px 14px; }
.review-quote blockquote {
  font-size: 13.5px; color: var(--ink-soft);
  border-left: 1px solid var(--gold); padding-left: 12px; margin: 6px 0 0;
}
.review-quote cite { font-style: normal; color: var(--muted); font-size: 12px; }

/* ---------- Upload ---------- */
.flow {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0; margin: 34px auto 8px; counter-reset: step;
}
.flow-step { border-top: 3px solid var(--gold); padding: 14px 22px 10px 0; position: relative; }
.flow-step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -14px; left: 0;
  background: var(--ink); color: var(--gold);
  font-weight: 800; font-size: 13px;
  width: 25px; height: 25px; border-radius: 50%;
  display: grid; place-items: center;
}
.flow-when { font-weight: 800; margin-top: 8px; }
.flow-what { color: var(--ink-soft); font-size: 13.5px; margin-top: 3px; max-width: 26ch; }

.upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin: 40px auto 70px; }
.upload-card h2 { font-size: 18px; letter-spacing: -0.01em; margin-bottom: 6px; }
.dropzone {
  margin-top: 14px; border: 2px dashed #cfcfc5; border-radius: 6px;
  padding: 34px 20px; text-align: center; cursor: pointer;
  display: grid; gap: 6px; justify-items: center; color: var(--ink-soft);
  transition: border-color .15s ease, background .15s ease;
}
.dropzone:hover, .dropzone.is-over { border-color: var(--gold); background: #fffbea; }
.dropzone strong { color: var(--ink); }
.dropzone span { font-size: 12.5px; color: var(--muted); }
.upload-status { list-style: none; margin-top: 18px; }
.upload-status li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 2px; border-bottom: 1px solid var(--line); font-size: 14px;
}
.up-ok { color: var(--green); font-weight: 700; font-size: 12.5px; }
.up-wait { color: var(--amber); font-weight: 700; font-size: 12.5px; }

.mail-preview { border: 1px solid var(--line); border-radius: 6px; margin-top: 14px; overflow: hidden; }
.mail-row { display: flex; gap: 12px; padding: 10px 16px; border-bottom: 1px solid var(--line); font-size: 13.5px; background: var(--paper-dim); }
.mail-k { color: var(--muted); flex: none; }
.mail-body { padding: 16px; font-size: 14px; display: grid; gap: 10px; }
.mail-btn {
  display: inline-block; background: var(--gold); color: var(--ink);
  font-weight: 700; padding: 9px 18px; border-radius: 3px;
}

/* ---------- Einstellungen ---------- */
.settings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin: 40px auto 70px; }
.setting-card h2 { font-size: 18px; letter-spacing: -0.01em; margin-bottom: 6px; }
.setting-card h3 { font-size: 14px; margin-bottom: 4px; }
.rec-group { margin-top: 16px; }
.rec-group h3 { font-size: 13px; font-weight: 700; }
.rec-group input {
  font: inherit; font-size: 13.5px; width: 100%;
  border: 1px solid var(--line); border-radius: 3px;
  padding: 8px 11px; margin-top: 6px; color: var(--ink);
  caret-color: var(--gold);
}
.rec-group input:hover { border-color: #d4d4ca; }
.rec-status { margin-left: 12px; font-size: 13px; color: var(--muted); }
#saveRecipients { margin-top: 16px; }
.btn-secondary {
  font: inherit; font-weight: 700; cursor: pointer;
  background: var(--ink); color: #fff; border: 0; border-radius: 3px;
  padding: 10px 16px; margin-top: 14px;
  transition: background .15s ease;
}
.btn-secondary:hover { background: #262622; }
.fia-block { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); }
.threshold-row, .send-row {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px;
}
.threshold-row:first-of-type { margin-top: 12px; }
.th-val { margin-left: auto; font-weight: 700; font-variant-numeric: tabular-nums; }
.pio-label { display: block; font-size: 13px; color: var(--ink-soft); margin-top: 10px; }
.pio-label input {
  display: block; width: 100%; box-sizing: border-box; margin-top: 4px;
  padding: 8px 11px; border: 1px solid var(--line); border-radius: 3px;
  font: inherit; caret-color: var(--gold);
}
#pioTest { margin-left: 8px; }
.pio-result { margin-top: 12px; font-size: 13px; color: var(--ink-soft); }

/* ---------- Benutzerverwaltung ---------- */
.usr-table { margin-top: 14px; }
.usr-row { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.usr-main { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.usr-name { font-weight: 700; }
.usr-meta { color: var(--muted); }
.usr-inaktiv .usr-name { color: var(--muted); text-decoration: line-through; }
.usr-actions { margin-left: auto; display: flex; gap: 12px; }
.usr-link {
  font: inherit; font-size: 12.5px; cursor: pointer;
  background: none; border: 0; padding: 0;
  color: var(--ink-soft); text-decoration: underline;
}
.usr-link:hover { color: var(--ink); }
.usr-pwrow { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.usr-pwrow[hidden] { display: none; }
.usr-pwrow input {
  flex: 1; min-width: 0; padding: 8px 11px;
  border: 1px solid var(--line); border-radius: 3px;
  font: inherit; font-size: 13px; caret-color: var(--gold);
}
.usr-pwrow .btn-secondary { margin-top: 0; padding: 8px 12px; font-size: 12.5px; }
.usr-form { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); }
.pio-label select {
  display: block; width: 100%; box-sizing: border-box; margin-top: 4px;
  padding: 8px 11px; border: 1px solid var(--line); border-radius: 3px;
  font: inherit; background: #fff; color: var(--ink);
}
.pio-label select:disabled { color: var(--muted); background: var(--paper-dim); }

/* ---------- Footer / Views ---------- */
.view { display: none; }
.view.is-active { display: block; }
.foot { border-top: 1px solid var(--line); color: var(--muted); font-size: 12.5px; padding: 18px 0 26px; }
.foot .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .settings-grid, .upload-grid { grid-template-columns: 1fr; }
  .detail-inner { grid-template-columns: 1fr; gap: 8px; }
  .rank-head { display: none; }
  .rank-head-reviews { display: none; }
  .row-grid { grid-template-columns: minmax(118px, 1fr) 1.1fr 76px; gap: 10px; }
  .row-grid .num-soll, .row-grid .num-mtd, .row-grid .num-mtdpct, .row-grid .num-prog, .row-grid .num-wo { display: none; }
  .row-grid-reviews { grid-template-columns: minmax(118px, 1fr) 1.1fr 56px; gap: 10px; }
  .row-grid-reviews .num-mentions { display: none; }
  .komm-tag { display: none; }
  .row.is-open .detail { max-height: 1400px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (max-width: 640px) {
  .topbar-inner { flex-wrap: wrap; height: auto; padding-top: 10px; padding-bottom: 0; gap: 8px 20px; }
  .tabs { order: 3; flex-basis: 100%; overflow-x: auto; }
  .tab { padding: 12px 12px 12px; }
  .period { margin-left: auto; }
  .band-inner { padding: 30px 28px 28px; }
  .wrap { padding: 0 18px; }
  .band-inner { padding-left: 18px; padding-right: 18px; }
}

/* ---------- Berechnungslogik-Tab ---------- */
.logik-grid .setting-card p { margin-top: 8px; font-size: 13.5px; color: var(--ink-soft); }
.logic-formel {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12.5px;
  background: var(--paper-dim); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 3px; padding: 8px 12px; color: var(--ink); overflow-x: auto;
}
.logic-formel-inline {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px;
  background: var(--paper-dim); border: 1px solid var(--line); border-radius: 3px; padding: 1px 6px;
}

/* ---------- Formel-Tooltips (sofort sichtbar beim Hover) ---------- */
[data-tip] { position: relative; cursor: help; }
[data-tip]:hover::after {
  content: attr(data-tip);
  position: absolute; z-index: 40; right: 0; top: 100%; margin-top: 6px;
  width: 270px; padding: 9px 11px;
  font-size: 11.5px; font-weight: 400; line-height: 1.45; letter-spacing: 0;
  background: var(--ink); color: #fff;
  border-radius: 4px; border-left: 3px solid var(--gold);
  white-space: normal; text-align: left; pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}
/* In den Zeilen oeffnet der Tooltip nach OBEN (sonst von Folgezeilen ueberdeckt) */
.row [data-tip]:hover::after { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 6px; }

/* ---------- Coming Soon (Bewertungen) ---------- */
.tab-soon {
  font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  background: var(--gold); color: var(--ink); border-radius: 999px; padding: 1px 7px;
  vertical-align: 2px;
}
.coming-soon {
  margin: 48px auto 80px; max-width: 560px; text-align: center;
  border: 1px dashed var(--line); border-radius: 6px; padding: 48px 36px;
}
.coming-soon-badge {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; background: var(--gold); color: var(--ink);
  border-radius: 999px; padding: 4px 12px; margin-bottom: 16px;
}
.coming-soon h2 { font-size: 20px; letter-spacing: -0.01em; }
.coming-soon p { margin-top: 10px; color: var(--ink-soft); font-size: 14px; }
