*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.sc-cJOQip{max-width:860px;margin:0 auto;padding:0 20px}
.sc-aGpcfy{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.sc-aGpcfy h1{font-size:22px;font-weight:700;margin-bottom:2px}
.sc-aGpcfy p{font-size:14px;color:#666}
.sc-aGpcfy a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.sc-MLPQej{display:flex;flex-direction:column;gap:20px}
.sc-GGyCOv{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.sc-GGyCOv:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.sc-GGyCOv h2{font-size:19px;margin-bottom:6px}
.sc-GGyCOv h2 a{color:#1a1a1a;text-decoration:none}
.sc-GGyCOv .sc-fwdrrt{font-size:12px;color:#999;margin-bottom:8px}
.sc-GGyCOv p{font-size:14px;color:#555;margin-bottom:12px}
.sc-XTASWf{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.sc-XTASWf:hover{background:#4752c4}
.sc-FDOLEE{padding-bottom:60px}
.sc-FDOLEE h1{font-size:30px;font-weight:700;margin-bottom:8px}
.sc-FDOLEE time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.sc-FDOLEE h2{font-size:22px;margin:32px 0 12px}
.sc-FDOLEE h3{font-size:18px;margin:24px 0 8px}
.sc-FDOLEE p{margin-bottom:16px}
.sc-FDOLEE ul,.sc-FDOLEE ol{margin:0 0 16px 24px}
.sc-FDOLEE a{color:#5865f2}
.sc-FDOLEE img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.sc-BvsUzw{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.sc-BvsUzw a{color:#999;text-decoration:none}
.sc-tgMsbQ{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.sc-aEoJLU{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.sc-FMiuGF{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.sc-pSxImb{text-align:center;margin:0 0 24px}
.sc-curpiS{max-width:100%;height:auto;border-radius:12px}
.sc-KLNzAa{text-align:center;margin:24px 0}
.sc-qpESPB{max-width:100%;height:auto;border-radius:12px}
.sc-ZyvPds{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.sc-ZyvPds h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
/* === Theme === */
:root{--primary:#D4A017;--accent:#1C1C1C;--bg:#F0EDE6;--fg:#1C1C1C;--border:#2A2A2A;--r:0px;--fb:'Barlow';--fh:'Barlow Condensed'}
/* === Custom === */
/*
 * guardiacalle.com — ap-callejero-es
 * Design reference: Pemex station safety instruction posters, late 1980s.
 * Printed for industrial workers in truck depots and IMSS waiting rooms.
 * Heavy black outlines, flat signal yellow, zero decoration, text legible at 3m.
 * Persona: Damian Quintero, 34, dispatch worker, Colonia Sanchez Taboada, Tijuana.
 */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&family=Barlow:wght@400;500;700&display=swap');

/* ── Base ─────────────────────────────────────────────────────────────────── */

* { box-sizing: border-box; }

:root body {
  font-family: var(--fb), system-ui, -apple-system, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

::selection { background: var(--primary); color: var(--accent); }

hr {
  border: 0;
  border-top: 2px solid var(--border);
  margin: 32px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--fh), system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--fg);
  text-transform: uppercase;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; letter-spacing: 0.08em; }

p { margin: 0 0 1.2em; }

a { color: var(--fg); text-decoration: underline; text-underline-offset: 3px; transition: color 0.1s; }
a:hover { color: var(--primary); }

strong { font-weight: 700; }

blockquote {
  border-left: 4px solid var(--primary);
  margin: 2em 0;
  padding: 0.8em 0 0.8em 1.4em;
  background: rgba(212, 160, 23, 0.09);
  font-style: normal;
  font-weight: 500;
}

blockquote p { margin-bottom: 0; }

ul, ol { padding-left: 1.5em; margin: 0 0 1.2em; }
li { margin-bottom: 0.4em; line-height: 1.65; }

/* ── Site header (mn-head) ───────────────────────────────────────────────── */

.mn-head {
  background: var(--accent);
  padding: 0;
  border-bottom: 5px solid var(--primary);
}

.mn-head-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.mn-head h1 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
  line-height: 1.05;
}

.mn-head p {
  color: #A0A0A0;
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.02em;
}

.mn-head a { color: var(--primary); text-decoration: none; }
.mn-head a:hover { text-decoration: underline; }

/* ── Navigation ──────────────────────────────────────────────────────────── */

nav {
  background: var(--accent);
  border-bottom: 2px solid var(--border);
}

nav a {
  color: #C8C8C8;
  text-decoration: none;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  display: inline-block;
  border-right: 1px solid #383838;
  transition: color 0.1s, background 0.1s;
}

nav a:hover { color: var(--primary); background: #111; }

/* ── Main layout ─────────────────────────────────────────────────────────── */

main { max-width: 860px; margin: 0 auto; padding: 2.2rem 1.5rem; }

/* ── Cards ───────────────────────────────────────────────────────────────── */

.card {
  background: var(--bg);
  border: 2px solid var(--border);
  border-left: 5px solid var(--primary);
  border-radius: var(--r);
  padding: 1.3rem 1.5rem;
  margin-bottom: 1.2rem;
  transition: border-left-color 0.1s;
}

.card:hover { border-left-color: var(--fg); }

.card:first-child {
  border-left-width: 8px;
  background: rgba(212, 160, 23, 0.06);
}

.card time {
  display: block;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--accent);
  display: inline-block;
  padding: 2px 7px;
  margin-bottom: 0.6rem;
}

.card h2 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.card h2 a { color: var(--fg); text-decoration: none; }
.card h2 a:hover { color: var(--primary); }

.card p {
  font-size: 0.92rem;
  color: #3A3A3A;
  margin: 0 0 0.9rem;
  line-height: 1.62;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

/* ── Read more link ──────────────────────────────────────────────────────── */

.read-more {
  color: var(--bg);
  background: var(--accent);
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 2px solid var(--border);
  display: inline-block;
  transition: background 0.1s, color 0.1s;
}

.read-more:hover { background: var(--primary); color: var(--accent); border-color: var(--primary); }

/* ── Article content ─────────────────────────────────────────────────────── */

.article-content { font-size: 17px; line-height: 1.7; color: var(--fg); }

.article-content h1 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 0.4em;
  margin-bottom: 0.35em;
}

.article-content h2 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border-left: 5px solid var(--primary);
  padding-left: 0.75em;
  margin-top: 2.4em;
}

.article-content h3 {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 1.8em;
}

.article-content p { margin: 0 0 1.3em; max-width: 68ch; }
.article-content ul, .article-content ol { padding-left: 1.5em; margin-bottom: 1.3em; max-width: 68ch; }
.article-content li { margin-bottom: 0.45em; line-height: 1.68; }

.article-content a { color: var(--fg); text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 3px; font-weight: 700; }
.article-content a:hover { color: var(--primary); }

.article-content blockquote {
  border-left: 5px solid var(--primary);
  margin: 2em 0;
  padding: 0.9em 0 0.9em 1.4em;
  background: rgba(212, 160, 23, 0.08);
  font-weight: 500;
  max-width: 68ch;
}

.article-content blockquote p { max-width: none; }

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r);
  display: block;
  margin: 2em auto;
  border: 2px solid var(--border);
}

.article-content strong { font-weight: 700; color: var(--fg); }

/* ── Article metadata ────────────────────────────────────────────────────── */

.article-meta {
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--border);
  padding-bottom: 0.8rem;
}

/* ── Affiliate disclosure ────────────────────────────────────────────────── */

.affiliate-disclosure {
  border-radius: var(--r);
  border: 2px solid var(--border);
  border-left: 5px solid var(--primary);
  background: rgba(212, 160, 23, 0.07);
  padding: 0.9rem 1.2rem;
  font-size: 0.82rem;
  color: #555;
  margin: 2rem 0;
  line-height: 1.62;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

footer {
  border-top: 2px solid var(--border);
  padding: 1.5rem;
  margin-top: 3rem;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  text-align: center;
  background: var(--accent);
}

footer a { color: #999; text-decoration: none; border-bottom: 1px solid #444; }
footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }

/* === R2 fixes (2026-06-15T09:40:17.824720+00:00) === */

.article-content p {
  line-height: 1.75;
  margin-bottom: 1.2em;
}

.article-content h2 {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
}

.article-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}

a[href*='/check/'] {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.mn-head p {
  color: #555;
}

/* === R3 fixes (2026-06-15T10:20:17.296347+00:00) === */

/* Fix 1: header — semantic selector (sc-* classes don't match .mn-head) */
header {
  background: var(--accent);
  border-bottom: 3px solid var(--primary);
  padding: 0.75rem 0;
}

header a {
  color: var(--primary);
  text-decoration: none;
}

header h1 {
  color: var(--primary);
}

header p {
  color: #999;
  font-size: 0.88rem;
  margin: 0;
}

/* Fix 2: article — semantic selector (sc-* classes don't match .article-content) */
article p {
  line-height: 1.75;
  margin-bottom: 1.3em;
  max-width: 68ch;
}

article h2 {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  border-left: 5px solid var(--primary);
  padding-left: 0.75em;
}

article h3 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}

/* Fix 3: affiliate link — subtle highlight for scan visibility */
a[href*='/check/'] {
  background: rgba(212, 160, 23, 0.15);
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: 700;
}

/* Fix 4: date badge — match card time stamp style */
article time,
main time {
  display: inline-block;
  font-family: var(--fh), system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--accent);
  padding: 2px 8px;
  margin-bottom: 1.5rem;
}
