/* SimpleDash. Black on white, large type, one blue accent.
   Deliberately not HighLevel's look: no Space Blue #07223D, no Nurture Blue #2896FB, no Poppins, no arrow mark. */
:root {
  --ink: #111111;
  --muted: #555555;
  --rule: #e6e6e6;
  --paper: #ffffff;
  --panel: #f6f8fb;
  --accent: #1d4ed8;
  --accent-dark: #163ba8;
  --accent-ink: #ffffff;
  --max: 720px;
}
* { box-sizing: border-box; }
html { font-size: 19px; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
.disclosure-strip {
  font-size: 0.8rem;
  background: var(--panel);
  border-bottom: 1px solid var(--rule);
  padding: 8px 16px;
  text-align: center;
}
.disclosure-strip a { color: var(--muted); text-decoration: none; }
.site-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 16px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
}
.logo {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.logo::before { content: ""; display: inline-block; width: 0.7em; height: 0.7em; background: var(--accent); border-radius: 3px; margin-right: 0.4em; vertical-align: -0.02em; }
.site-nav { display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 0.92rem; }
.site-nav a { color: var(--muted); text-decoration: none; }
.site-nav a:hover { color: var(--ink); }
.site-nav .nav-start { color: var(--accent); font-weight: 700; }
.page { max-width: var(--max); margin: 0 auto; padding: 8px 16px 72px; }
h1 { font-size: 2.1rem; line-height: 1.2; margin: 0.6em 0 0.25em; letter-spacing: -0.02em; font-weight: 800; }
h2 { font-size: 1.45rem; margin-top: 1.9em; line-height: 1.3; font-weight: 700; }
h3 { font-size: 1.15rem; margin-top: 1.5em; font-weight: 700; }
.updated { color: var(--muted); font-size: 0.85rem; margin-top: 0; }
p, li { max-width: 64ch; }
li { margin-bottom: 0.35em; }
blockquote { border-left: 4px solid var(--rule); margin: 1em 0; padding: 0.2em 1em; color: var(--muted); }
hr { border: 0; border-top: 1px solid var(--rule); margin: 2em 0; }
table { border-collapse: collapse; width: 100%; font-size: 0.95rem; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--rule); vertical-align: top; }
th { font-weight: 700; background: var(--panel); }
figure { margin: 1.6em 0; }
figure img { max-width: 100%; height: auto; border: 1px solid var(--rule); border-radius: 6px; }
figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 6px; }
strong { font-weight: 700; }
.cta { margin: 2.6em 0 1em; padding: 24px; border: 1px solid var(--rule); border-radius: 8px; background: var(--panel); }
.button {
  display: inline-block;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--accent-ink);
}
.button:hover { background: var(--accent-dark); color: var(--accent-ink); }
.button-secondary { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
.button-secondary:hover { background: var(--accent); color: var(--accent-ink); }
.cta-sub { margin: 12px 0 0; font-size: 0.9rem; color: var(--muted); }
.disclaimer { font-size: 0.85rem; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 12px; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 24px 16px 44px; border-top: 1px solid var(--rule); font-size: 0.85rem; color: var(--muted); }
.site-footer a { color: var(--muted); }
.hub-list li { margin-bottom: 0.5em; }
/* tools */
#tool { margin: 1.6em 0; padding: 22px; border: 1px solid var(--rule); border-radius: 8px; background: var(--paper); }
#tool label { display: block; margin: 12px 0 5px; font-weight: 700; font-size: 0.95rem; }
#tool input, #tool select { font: inherit; padding: 10px; border: 1px solid #b8b8b8; border-radius: 6px; width: 100%; max-width: 340px; background: #fff; }
#tool input[type=checkbox], #tool input[type=radio] { width: auto; max-width: none; margin: 0 8px 0 0; vertical-align: middle; }
#tool .check { display: block; font-weight: 400; margin: 6px 0; }
#tool input:focus, #tool select:focus { outline: 3px solid #bfd0fb; border-color: var(--accent); }
#tool .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
#tool .result { margin-top: 20px; padding: 16px; background: var(--panel); border: 1px solid var(--rule); border-radius: 8px; }
#tool .result strong { font-size: 1.25rem; }
#tool .small { font-size: 0.85rem; color: var(--muted); }
#tool fieldset { border: 0; padding: 0; margin: 12px 0; }
#tool .q { margin: 14px 0; }
#tool .q span { display: block; font-weight: 700; margin-bottom: 5px; }
#tool .q label { display: block; font-weight: 400; margin: 2px 0; }
@media (max-width: 600px) {
  html { font-size: 18px; }
  h1 { font-size: 1.7rem; }
  #tool .row { grid-template-columns: 1fr; }
}
