/* TempoLife support.php public-shell overrides (v2.60.1) */
/* A11 public support shell — E5-safe (no blur backdrops). */
:root { color-scheme: light dark; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg, #EEF0F4); color: var(--t, #16233b);
  min-height: 100vh; display: flex; flex-direction: column;
}
.sup-header {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 12px 16px; background: var(--surface, #fff);
  border-bottom: 1px solid var(--border, #E2E6EC); position: sticky; top: 0; z-index: 20;
}
.sup-logo { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; color: inherit; font-weight: 800; font-size: 1.05rem; }
.sup-logo .sup-logo-ico { width: 30px; height: 30px; border-radius: 9px; display: block; object-fit: cover; }
.sup-langs { display: inline-flex; gap: 4px; margin-left: auto; }
.sup-langs button {
  border: 1px solid var(--border, #E2E6EC); background: var(--surface, #fff); color: var(--t2, #46536b);
  border-radius: 8px; padding: 6px 9px; font-size: 0.75rem; font-weight: 700; cursor: pointer; min-width: 38px;
}
.sup-langs button.on { background: var(--brand, #2563EB); border-color: var(--brand, #2563EB); color: #fff; }
.sup-open {
  display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap;
  background: var(--brand, #2563EB); color: #fff; border-radius: 10px;
  padding: 8px 14px; font-size: 0.85rem; font-weight: 700; min-height: 38px;
}
.sup-main { flex: 1; width: 100%; max-width: 720px; margin: 0 auto; padding: 18px 14px 40px; box-sizing: border-box; }
.sup-hero { padding: 6px 4px 14px; }
.sup-hero h1 { margin: 0 0 4px; font-size: 1.35rem; }
.sup-hero p { margin: 0; color: var(--t2, #46536b); font-size: 0.9rem; line-height: 1.45; }
.sup-card {
  background: var(--surface, #fff); border: 1px solid var(--border, #E2E6EC);
  border-radius: 14px; padding: 14px 4px 16px; min-height: 320px;
}
.sup-card .help-tabs { padding: 0 8px 10px; }
.sup-foot {
  border-top: 1px solid var(--border, #E2E6EC); background: var(--surface, #fff);
  padding: 16px; text-align: center; font-size: 0.8rem; color: var(--t3, #8a90a0); line-height: 2;
}
.sup-foot a { color: var(--brand, #2563EB); text-decoration: none; font-weight: 600; }
.sup-foot a:hover { text-decoration: underline; }
.sup-foot .sup-legal { font-size: 0.85rem; }
/* Public page = guest UX: the ticket list + notification feed need an account. */
#hd-my-tickets, #hd-feed { display: none !important; }
/* 44px touch targets on the public page's own controls. */
@media (pointer: coarse) { .sup-langs button { min-height: 38px; } }
