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

* { box-sizing: border-box; }

:root {
  --ink: #16273F;
  --body: #33404F;
  --muted: #8791A0;
  --muted2: #5B6675;
  --muted3: #98A2B0;
  --card-border: #EAEDF3;
  --panel-border: #E7EBF1;
  --violet: #7A5AF0;
  --violet2: #6A45C9;
  --red: #E8402A;
}

html, body { margin: 0; padding: 0; }
body {
  min-height: 100vh;
  font-family: "Mulish", system-ui, sans-serif;
  color: var(--body);
  background: linear-gradient(180deg, #F5F3FB 0%, #F1F6F6 100%);
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }

.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
body.auth-pending .app-shell { display: none; }
.app-shell .rm-header-inner, .app-shell .rm-footer-inner { max-width: 90%; }

@keyframes geoFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ------------------------------- Hero ------------------------------- */
.geo-hero-inner { max-width: 90%; margin: 0 auto; padding: 30px 32px 4px; }
.geo-kicker { display: inline-block; font-family: "Lexend", sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: 0.6px; text-transform: uppercase; color: var(--violet); background: #F1EEFC; border-radius: 999px; padding: 5px 12px; margin-bottom: 10px; }
.geo-title { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 38px; line-height: 1.05; letter-spacing: -0.5px; color: var(--ink); margin: 0 0 6px; }
.geo-url { font-size: 15.5px; color: var(--muted2); padding-bottom: 8px; }


/* ------------------------------- Tabs ------------------------------- */
.geo-tabs { background: #fff; border-bottom: 1px solid var(--panel-border); box-shadow: 0 1px 2px rgba(18, 38, 63, 0.03); margin-top: 14px; }
.geo-tabs-inner { max-width: 90%; margin: 0 auto; padding: 0 32px; display: flex; gap: 38px; }
.geo-tab {
  appearance: none; background: none; border: none; padding: 18px 2px; margin: 0;
  font-family: "Lexend", sans-serif; font-weight: 600; font-size: 16px; color: var(--muted);
  border-bottom: 3px solid transparent;
}
.geo-tab.active { font-weight: 700; color: var(--ink); border-bottom-color: var(--red); }
.geo-tab:disabled { opacity: 0.45; cursor: default; }

/* ------------------------------- Main ------------------------------- */
.geo-main { flex: 1; max-width: 90%; width: 100%; margin: 0 auto; padding: 28px 32px 56px; }
.geo-panel { animation: geoFadeUp 0.3s ease both; display: flex; flex-direction: column; gap: 22px; }
.geo-notice {
  background: #fff; border: 1px solid var(--card-border); border-radius: 18px;
  box-shadow: 0 4px 16px rgba(18, 38, 63, 0.05); padding: 56px 20px;
  text-align: center; color: var(--muted); font-size: 15px;
}
.geo-h2 { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 22px; color: var(--ink); margin: 0 0 5px; }
.geo-mono { font-family: ui-monospace, Menlo, Consolas, monospace; }

/* ------------------------------- Cards ------------------------------- */
.geo-card {
  background: #fff; border: 1px solid var(--card-border); border-radius: 20px;
  box-shadow: 0 4px 16px rgba(18, 38, 63, 0.05); padding: 24px 26px;
}
.geo-card-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.geo-card-head-block { display: block; }
.geo-card-title { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 18px; color: var(--ink); margin: 0; }
.geo-card-title.lg { font-size: 20px; margin-bottom: 5px; }
.geo-card-hint { font-size: 12.5px; color: #5F6A79; }
.geo-card-sub { font-size: 14px; color: #5F6A79; margin: 0; line-height: 1.5; max-width: 720px; }
.geo-empty-line { font-size: 14px; color: #5F6A79; line-height: 1.55; margin: 10px 0 0; }
.geo-pill-red {
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 11.5px; color: #C0392B;
  background: #FCECEC; border: 1px solid #F5D5D5; border-radius: 999px; padding: 4px 11px; white-space: nowrap;
}

/* ------------------------------- Overview: score ------------------------------- */
.geo-top-grid { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(0, 1.9fr); gap: 22px; align-items: stretch; }
.geo-top-right { display: flex; flex-direction: column; gap: 22px; }
.geo-score-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 26px; }
.geo-donut { position: relative; width: 190px; height: 190px; }
.geo-donut-mid { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.geo-donut-score { font-family: "Lexend", sans-serif; font-weight: 800; font-size: 54px; line-height: 1; }
.geo-donut-cap { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: #8D97A5; }
.geo-verdict-pill {
  display: inline-flex; align-items: center; margin-top: 16px; border: 1px solid;
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: 0.04em;
  padding: 6px 15px; border-radius: 999px;
}
.geo-score-blurb { font-size: 14px; line-height: 1.55; color: #5F6A79; margin: 14px 0 0; max-width: 290px; }
.geo-cap-note {
  margin-top: 14px; font-size: 12.5px; line-height: 1.5; color: #95530D;
  background: #FCF3E8; border: 1px solid #F1E2C8; border-radius: 10px; padding: 10px 12px;
}
.geo-score-foot {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid #EFF2F7; width: 100%;
  font-size: 13px; color: #5F6A79;
}
.geo-score-foot-n { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); }

/* ------------------------------- Overview: counters ------------------------------- */
.geo-counters { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.geo-counter {
  display: flex; flex-direction: column; gap: 7px; background: #fff; border: 1px solid var(--card-border);
  border-radius: 18px; padding: 19px 20px; box-shadow: 0 3px 12px rgba(18, 38, 63, 0.045);
}
.geo-counter-head { display: flex; align-items: center; gap: 9px; }
.geo-dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; }
.geo-dot.green { background: #14795A; }
.geo-dot.red { background: #C0392B; }
.geo-dot.blue { background: #2F6FE0; }
.geo-counter-label { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: 0.07em; text-transform: uppercase; color: #5F6A79; }
.geo-counter-value { font-family: "Lexend", sans-serif; font-weight: 800; font-size: 30px; line-height: 1; color: var(--ink); }
.geo-counter-note { font-size: 12.5px; color: #5F6A79; line-height: 1.45; }

/* ------------------------------- Overview: categories ------------------------------- */
.geo-cats-card { flex: 1; }
.geo-cat-list { display: flex; flex-direction: column; gap: 2px; margin-top: 14px; }
.geo-cat-row {
  display: flex; align-items: center; gap: 14px; width: 100%; background: none; border: none;
  padding: 11px 8px; border-radius: 10px; text-align: left;
}
.geo-cat-row:hover { background: #F7F9FC; }
.geo-cat-icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.geo-cat-name { flex: 0 0 168px; min-width: 0; font-family: "Lexend", sans-serif; font-weight: 600; font-size: 14.5px; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.geo-cat-track { flex: 1; min-width: 60px; height: 9px; border-radius: 999px; background: #EDF0F5; overflow: hidden; }
.geo-cat-bar { display: block; height: 100%; border-radius: 999px; transition: width 0.6s ease; }
.geo-cat-score { flex: 0 0 42px; text-align: right; font-family: "Lexend", sans-serif; font-weight: 800; font-size: 16px; }
.geo-cat-fix { flex: 0 0 86px; text-align: right; font-size: 12.5px; color: #5F6A79; }
.geo-cats-foot { margin-top: 12px; font-size: 12.5px; color: #5F6A79; }

/* ------------------------------- Overview: fix these first ------------------------------- */
.geo-priority-list { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.geo-priority {
  display: flex; align-items: flex-start; gap: 16px; background: #FBFCFE;
  border: 1px solid #EFF2F7; border-left: 4px solid #C0392B; border-radius: 14px; padding: 18px 20px;
}
.geo-rank {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: #16273F; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 13px;
}
.geo-priority-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.geo-priority-title-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.geo-priority-title { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 16.5px; color: var(--ink); }
.geo-priority-cat { font-size: 12px; color: #8D97A5; }
.geo-priority-why { font-size: 14px; color: #43525F; line-height: 1.55; }
.geo-priority-fix { display: flex; align-items: flex-start; gap: 8px; margin-top: 3px; font-size: 13.5px; color: #14795A; font-family: "Lexend", sans-serif; font-weight: 600; }
.geo-priority-fix svg { flex: 0 0 auto; margin-top: 2px; }
.geo-priority-side { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.geo-priority-cat-score { font-family: "Lexend", sans-serif; font-weight: 800; font-size: 20px; line-height: 1; }
.geo-of { font-size: 11px; color: #8D97A5; font-weight: 700; }
.geo-priority-scope { font-size: 11.5px; color: #8D97A5; }

/* ------------------------------- Overview: duplicates ------------------------------- */
.geo-dupe-list { display: flex; flex-direction: column; gap: 11px; margin-top: 16px; }
.geo-dupe { display: flex; align-items: flex-start; gap: 14px; background: #FBFCFE; border: 1px solid #EFF2F7; border-radius: 12px; padding: 14px 16px; flex-wrap: wrap; }
.geo-dupe-label {
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 11.5px; color: #C0392B;
  background: #FCECEC; border: 1px solid #F5D5D5; border-radius: 999px; padding: 4px 10px; white-space: nowrap;
}
.geo-dupe-urls { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 5px; font-size: 12.5px; color: #43525F; word-break: break-all; }
.geo-dupe-note { font-size: 12.5px; color: #5F6A79; }

/* ------------------------------- Severity + chips ------------------------------- */
.geo-sev {
  flex: 0 0 auto; font-family: "Lexend", sans-serif; font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 9px; border-radius: 6px; border: 1px solid;
}
.geo-sev.fail { color: #C0392B; background: #FCECEC; border-color: #F5D5D5; }
.geo-sev.warn { color: #95530D; background: #FCF3E8; border-color: #F1E2C8; }
.geo-sev.info { color: #2F6FE0; background: #EAF1FC; border-color: #D6E4FB; }
.geo-sev.pass { color: #14795A; background: #E7F7F1; border-color: #CDEDE1; }
.geo-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.geo-chip {
  appearance: none; background: #fff; border: 1px solid #E4E9F1; border-radius: 999px;
  padding: 8px 15px; font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13px; color: #5F6A79;
}
.geo-chip:hover { border-color: #B7C7DE; }
.geo-chip.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.geo-tag {
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.06em;
  text-transform: uppercase; color: #5B6675; background: #EEF1F6; border: 1px solid #E0E5EE;
  border-radius: 5px; padding: 2px 7px;
}

/* ------------------------------- Checks tab ------------------------------- */
.geo-checks-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.geo-groups { display: flex; flex-direction: column; gap: 18px; }
.geo-group { padding: 0; overflow: hidden; }
.geo-group-head { display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-bottom: 1px solid #EFF2F7; background: #FBFCFE; flex-wrap: wrap; }
.geo-group-title { flex: 1; min-width: 0; font-family: "Lexend", sans-serif; font-weight: 700; font-size: 17px; color: var(--ink); margin: 0; }
.geo-score-pill { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 12.5px; border: 1px solid; border-radius: 999px; padding: 5px 12px; white-space: nowrap; }
.geo-score-pill.muted { color: #5B6675; background: #EEF1F6; border-color: #E0E5EE; }
.geo-group-tally { font-size: 12.5px; color: #5F6A79; }
.geo-group-empty { padding: 26px 24px; text-align: center; font-size: 13.5px; color: #5F6A79; }
.geo-check { border-bottom: 1px solid #F3F6FA; }
.geo-check:last-of-type { border-bottom: none; }
.geo-check-main { display: flex; align-items: flex-start; gap: 14px; padding: 16px 24px; }
.geo-check-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.geo-check-title-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.geo-check-title { font-family: "Lexend", sans-serif; font-weight: 600; font-size: 15.5px; color: var(--ink); }
.geo-check-summary { font-size: 13.5px; color: #43525F; line-height: 1.5; }
.geo-check-value { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12px; color: #5F6A79; background: #F7F9FC; border: 1px solid #EDF1F7; border-radius: 7px; padding: 6px 9px; word-break: break-word; }
.geo-check-action { display: flex; align-items: flex-start; gap: 8px; margin-top: 2px; font-size: 13.5px; color: #2F6FE0; line-height: 1.5; }
.geo-check-action svg { flex: 0 0 auto; margin-top: 3px; }
.geo-check-code { flex: 0 0 auto; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 11px; color: var(--muted3); padding-top: 4px; white-space: nowrap; }
.geo-disclose {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; margin-top: 6px;
  background: none; border: none; padding: 0; font-family: "Lexend", sans-serif; font-weight: 600;
  font-size: 13px; color: #2F6FE0;
}
.geo-chev { display: inline-flex; color: #2F6FE0; transition: transform 0.2s ease; }
.geo-disclose.open .geo-chev { transform: rotate(180deg); }

/* ------------------------------- Guidance disclosure ------------------------------- */
.geo-guidance { padding: 0 24px 20px 64px; }
.geo-guidance-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px;
  background: #F7F9FC; border: 1px solid #E9EEF5; border-radius: 14px; padding: 20px;
}
.geo-guidance-label { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #8D97A5; margin-bottom: 7px; }
.geo-guidance p { font-size: 13.5px; line-height: 1.6; color: #43525F; margin: 0; }
.geo-guidance ol { margin: 0; padding-left: 19px; display: flex; flex-direction: column; gap: 6px; }
.geo-guidance li { font-size: 13.5px; line-height: 1.55; color: #43525F; }
.geo-example { margin-top: 12px; }
.geo-guidance pre, .geo-gen-preview {
  margin: 0; background: var(--ink); border-radius: 12px; padding: 16px 18px; overflow-x: auto;
  font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12.5px; line-height: 1.7; color: #DCE4EE;
}

/* ------------------------------- llms.txt generator ------------------------------- */
.geo-gen { padding: 20px 24px; background: #FBFCFE; border-top: 1px solid #EFF2F7; }
.geo-gen.closed { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.geo-gen-pitch { flex: 1; min-width: 240px; display: flex; flex-direction: column; gap: 3px; }
.geo-gen-title { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); }
.geo-gen-sub { font-size: 13px; color: #5F6A79; line-height: 1.5; }
.geo-gen-open {
  display: inline-flex; align-items: center; gap: 9px; background: var(--red); color: #fff; border: none;
  border-radius: 12px; padding: 12px 20px; font-family: "Lexend", sans-serif; font-weight: 700; font-size: 14px;
  box-shadow: 0 4px 12px rgba(232, 64, 42, 0.26);
}
.geo-gen-open:hover { background: #D0322A; }
.geo-gen-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.geo-gen-close { background: none; border: none; font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13px; color: #5F6A79; }
.geo-segmented { display: inline-flex; background: #F1F4F9; border: 1px solid #E5E9F0; border-radius: 12px; padding: 4px; gap: 4px; }
.geo-seg {
  appearance: none; border: none; background: transparent; border-radius: 9px; padding: 8px 14px;
  font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13px; color: #5F6A79;
}
.geo-seg.active { background: #fff; color: var(--ink); font-weight: 700; box-shadow: 0 1px 3px rgba(18, 38, 63, 0.14); }
.geo-gen-grid { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(0, 1.7fr); gap: 20px; align-items: start; }
.geo-gen-rows { display: flex; flex-direction: column; gap: 7px; }
.geo-gen-row {
  display: flex; align-items: flex-start; gap: 11px; width: 100%; text-align: left;
  background: #fff; border: 1px solid #E7EBF2; border-radius: 11px; padding: 10px 12px;
}
.geo-gen-row:hover:not(:disabled) { border-color: #B7C7DE; }
.geo-gen-row:disabled { opacity: 0.85; cursor: default; }
.geo-gen-box {
  flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; border-radius: 5px;
  border: 1.5px solid #C9D3E2; background: #fff; display: flex; align-items: center; justify-content: center;
}
.geo-gen-row.on .geo-gen-box { background: #2F6FE0; border-color: #2F6FE0; }
.geo-gen-row-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.geo-gen-row-name { font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13.5px; color: var(--ink); }
.geo-gen-row-note { font-size: 11.5px; color: #5F6A79; line-height: 1.35; }
.geo-gen-hint { font-size: 12px; color: #5F6A79; line-height: 1.5; margin: 12px 0 0; }
.geo-gen-out-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.geo-gen-path { font-size: 12.5px; color: var(--ink); background: #EEF1F6; border: 1px solid #E0E5EE; border-radius: 7px; padding: 4px 10px; }
.geo-gen-actions { display: flex; align-items: center; gap: 9px; }
.geo-gen-copy {
  display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; border: none;
  border-radius: 11px; padding: 11px 16px; font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13.5px;
}
.geo-gen-copy.copied { background: #14795A; }
.geo-gen-download {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #DCE1E9;
  border-radius: 11px; padding: 11px 16px; font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13.5px; color: var(--ink);
}
.geo-gen-download:hover { border-color: var(--ink); }
.geo-gen-preview { max-height: 340px; overflow: auto; }

/* ------------------------------- Pages tab ------------------------------- */
.geo-dist { display: flex; align-items: flex-end; gap: 10px; height: 120px; margin-top: 18px; }
.geo-dist-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
.geo-dist-count { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 13px; color: var(--ink); }
.geo-dist-bar { display: block; width: 100%; border-radius: 7px 7px 3px 3px; }
.geo-dist-label { font-size: 11.5px; color: #5F6A79; font-weight: 600; }
.geo-toolbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.geo-search { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 240px; background: #fff; border: 1px solid #E4E9F1; border-radius: 12px; padding: 11px 15px; }
.geo-search input { flex: 1; min-width: 0; border: none; background: none; outline: none; font-family: "Mulish", sans-serif; font-size: 14.5px; color: var(--ink); }
.geo-page-list { padding: 0; overflow: hidden; }
.geo-page { border-bottom: 1px solid #F3F6FA; }
.geo-page-head { display: flex; align-items: center; gap: 16px; width: 100%; background: none; border: none; padding: 16px 24px; text-align: left; }
.geo-page-head:hover { background: #F9FBFD; }
.geo-page-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.geo-page-title { font-family: "Lexend", sans-serif; font-weight: 600; font-size: 15px; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.geo-page-meta { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.geo-page-url { font-size: 12px; color: var(--muted3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 60ch; }
.geo-type {
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 9.5px; letter-spacing: 0.06em;
  text-transform: uppercase; color: #5B6675; background: #EEF1F6; border: 1px solid #E0E5EE; border-radius: 5px; padding: 2px 7px;
}
.geo-type.capped { color: #95530D; background: #FCF3E8; border-color: #F1E2C8; }
.geo-page-score { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1px; }
.geo-page-score-n { font-family: "Lexend", sans-serif; font-weight: 800; font-size: 19px; line-height: 1; }
.geo-page-score-cap { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted3); }
.geo-issue-pill {
  flex: 0 0 auto; font-family: "Lexend", sans-serif; font-weight: 700; font-size: 11.5px;
  border-radius: 999px; padding: 5px 12px; border: 1px solid; white-space: nowrap;
}
.geo-issue-pill.has { color: #C0392B; background: #FCECEC; border-color: #F5D5D5; }
.geo-issue-pill.clean { color: #14795A; background: #E7F7F1; border-color: #CDEDE1; }
.geo-page-chev { flex: 0 0 auto; display: inline-flex; transition: transform 0.2s ease; }
.geo-page-chev.open { transform: rotate(180deg); }
.geo-page-body { padding: 4px 24px 22px; }
.geo-loading { font-size: 13.5px; color: #5F6A79; padding: 10px 0; }
.geo-page-section { margin-bottom: 18px; }
.geo-page-section-head { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; flex-wrap: wrap; }
.geo-section-tag {
  font-family: "Lexend", sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: 0.07em;
  text-transform: uppercase; border-radius: 6px; padding: 4px 9px; border: 1px solid;
}
.geo-section-tag.red { color: #C0392B; background: #FCECEC; border-color: #F5D5D5; }
.geo-section-tag.blue { color: #2F6FE0; background: #EAF1FC; border-color: #D6E4FB; }
.geo-page-section-note { font-size: 12.5px; color: #5F6A79; }
.geo-finding-list { display: flex; flex-direction: column; gap: 9px; }
.geo-finding { display: flex; align-items: flex-start; gap: 13px; background: #FBFCFE; border: 1px solid #EFF2F7; border-radius: 12px; padding: 14px 16px; }
.geo-finding-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.geo-finding-title { font-family: "Lexend", sans-serif; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.geo-finding-detail { font-size: 13px; color: #43525F; line-height: 1.5; }
.geo-finding-fix { display: flex; align-items: flex-start; gap: 7px; margin-top: 2px; font-size: 13px; color: #14795A; line-height: 1.5; }
.geo-finding-fix svg { flex: 0 0 auto; margin-top: 3px; }
.geo-passed { display: flex; align-items: center; gap: 9px; padding-top: 4px; font-family: "Lexend", sans-serif; font-weight: 600; font-size: 13.5px; color: #14795A; }
.geo-page-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 24px; background: #FBFCFE; flex-wrap: wrap; font-size: 13px; color: #5F6A79; }
.geo-nopages { padding: 44px 24px; text-align: center; }
.geo-nopages-title { font-family: "Lexend", sans-serif; font-weight: 700; font-size: 17px; color: var(--ink); margin-bottom: 5px; }
.geo-nopages-sub { font-size: 14px; color: #5F6A79; }

/* ------------------------------- Responsive ------------------------------- */
@media (max-width: 1000px) {
  .geo-top-grid { grid-template-columns: 1fr; }
  .geo-gen-grid { grid-template-columns: 1fr; }
  .geo-cat-name { flex: 0 0 120px; }
  .geo-guidance { padding-left: 24px; }
}
@media (max-width: 720px) {
  .geo-hero-inner, .geo-main, .geo-tabs-inner { max-width: 100%; padding-left: 20px; padding-right: 20px; }
  .geo-tabs-inner { gap: 22px; overflow-x: auto; }
  .geo-title { font-size: 30px; }
  .geo-priority { flex-wrap: wrap; }
  .geo-priority-side { align-items: flex-start; }
  .geo-cat-fix { display: none; }
  .geo-page-head { flex-wrap: wrap; }
}

.geo-dupe-more { font-size: 12px; color: var(--muted3); font-family: "Mulish", sans-serif; }
