:root {
  --navy: #09233f;
  --navy-2: #123b64;
  --blue: #1677c8;
  --cyan: #34b9e8;
  --orange: #ef6c32;
  --red: #d6423d;
  --ink: #102033;
  --muted: #64748b;
  --line: #dfe7ef;
  --soft: #f3f7fb;
  --surface: #ffffff;
  --shadow: 0 14px 36px rgba(9, 35, 63, .10);
  --radius: 16px;
  --max: 1240px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
[data-theme="dark"] {
  --ink: #e5edf7;
  --muted: #a5b4c6;
  --line: #263b51;
  --soft: #0d1b2a;
  --surface: #10283e;
  --navy: #0b3557;
  --shadow: 0 14px 36px rgba(0, 0, 0, .26);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--soft); color: var(--ink); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--orange); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.top-strip { background: var(--navy); color: #d8eafa; font-size: .78rem; letter-spacing: .02em; }
.top-strip-inner { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.top-date { color: #9cc8e8; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-main { display: flex; align-items: center; gap: 20px; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 230px; color: var(--ink); font-size: 1.22rem; letter-spacing: -.04em; line-height: 1.05; }
.brand strong { color: var(--navy); font-weight: 850; }
[data-theme="dark"] .brand strong { color: #74c9f2; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .59rem; font-weight: 500; letter-spacing: .01em; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); border-radius: 13px 5px 13px 5px; font-size: .82rem; font-weight: 850; letter-spacing: -.06em; box-shadow: 0 7px 18px rgba(22,119,200,.28); }
.header-tools { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.search-form { position: relative; display: flex; width: min(340px, 34vw); background: var(--soft); border: 1px solid var(--line); border-radius: 999px; overflow: visible; }
.search-form input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; padding: 11px 14px 11px 17px; }
.search-form button { width: 44px; border: 0; color: var(--blue); background: transparent; font-size: 1.35rem; }
.search-suggestions { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 7px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.search-suggestions.is-open { display: block; }
.search-suggestions a { display: block; padding: 9px 11px; border-radius: 9px; font-size: .88rem; }
.search-suggestions a:hover { background: var(--soft); }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--surface); }
.menu-toggle { display: none; }
.nav-wrap { display: flex; align-items: center; gap: 22px; border-top: 1px solid color-mix(in srgb, var(--line) 65%, transparent); }
.main-nav { display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { white-space: nowrap; padding: 12px 11px 13px; color: var(--muted); font-size: .82rem; font-weight: 720; }
.main-nav a:hover { color: var(--blue); }
.social-links { display: flex; gap: 7px; margin-left: auto; }
.social-links a { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--navy); background: #dcedf9; font-size: .78rem; font-weight: 800; }
.urgent-bar { color: #fff; background: linear-gradient(90deg, var(--red), #ef7a32); }
.urgent-inner { display: flex; align-items: center; min-height: 37px; gap: 18px; }
.urgent-label { padding: 3px 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.urgent-track { display: flex; gap: 22px; min-width: 0; overflow: hidden; white-space: nowrap; font-size: .82rem; }
.urgent-track a { overflow: hidden; text-overflow: ellipsis; }
.page-content { padding-top: 35px; padding-bottom: 70px; }
.home-intro { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 10px 0 28px; }
.home-intro h1 { max-width: 750px; margin: 5px 0 7px; color: var(--navy); font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: .99; letter-spacing: -.075em; }
[data-theme="dark"] .home-intro h1 { color: #eaf5ff; }
.home-intro p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.kicker, .eyebrow { color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 43px; padding: 10px 17px; border: 1px solid transparent; border-radius: 9px; font-size: .84rem; font-weight: 780; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 8px 19px rgba(22,119,200,.22); }
.button-primary:hover { background: var(--navy-2); }
.button-outline { color: var(--navy); border-color: var(--blue); background: transparent; }
[data-theme="dark"] .button-outline { color: #d9efff; }
.button-soft { color: var(--blue); border-color: var(--line); background: var(--soft); }
.button-danger { color: #fff; background: var(--red); }
.button-wide { width: 100%; }
.demo-notice { display: flex; gap: 8px; align-items: center; margin: 0 0 24px; padding: 12px 15px; color: #704617; border: 1px solid #f2c994; background: #fff4df; border-radius: 10px; font-size: .84rem; }
[data-theme="dark"] .demo-notice { color: #ffe1ad; border-color: #6d4a25; background: #332716; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .95fr); gap: 24px; }
.hero-story, .story-card, .latest-list, .service-card, .sidebar-box, .notice-card, .author-profile, .prose-page, .admin-panel, .side-card, .stat-card, .error-page { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-story { overflow: hidden; }
.hero-image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--navy); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.hero-story:hover .hero-image img, .story-card:hover .story-media img { transform: scale(1.035); }
.hero-copy { padding: 24px 28px 28px; }
.hero-copy h2 { margin: 8px 0 9px; color: var(--navy); font-size: clamp(1.65rem, 3.1vw, 2.85rem); line-height: 1.06; letter-spacing: -.055em; }
[data-theme="dark"] .hero-copy h2 { color: #ecf7ff; }
.hero-copy p { margin: 0 0 16px; color: var(--muted); font-size: 1rem; }
.hero-side { display: grid; align-content: start; gap: 0; }
.story-card-compact { display: grid; grid-template-columns: 105px 1fr; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.story-card-compact:first-child { padding-top: 0; }
.story-card-compact:last-child { border-bottom: 0; }
.story-card-compact .story-media { aspect-ratio: 1.3; border-radius: 9px; }
.story-card-compact .story-content { min-width: 0; }
.story-card-compact h3 { margin: 4px 0; font-size: .98rem; line-height: 1.18; letter-spacing: -.025em; }
.story-card-compact p { display: none; }
.story-card-compact .story-meta { font-size: .68rem; }
.story-media { display: block; aspect-ratio: 1.55; overflow: hidden; background: var(--navy); }
.story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-content { padding: 15px 16px 17px; }
.story-content h3 { margin: 6px 0; color: var(--navy); font-size: 1.17rem; line-height: 1.13; letter-spacing: -.035em; }
[data-theme="dark"] .story-content h3 { color: #eef7ff; }
.story-content p { margin: 7px 0 12px; color: var(--muted); font-size: .86rem; }
.story-meta { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: .72rem; }
.ad-slot { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 76px; margin: 24px 0; color: var(--muted); border: 1px dashed color-mix(in srgb, var(--muted) 35%, transparent); border-radius: 12px; background: color-mix(in srgb, var(--surface) 60%, var(--soft)); text-align: center; }
.ad-slot span { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.ad-slot strong { font-size: .78rem; font-weight: 600; }
.section-block { margin: 42px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-heading h1, .section-heading h2 { margin: 3px 0 0; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.03; letter-spacing: -.06em; }
[data-theme="dark"] .section-heading h1, [data-theme="dark"] .section-heading h2 { color: #eff8ff; }
.section-heading p { max-width: 720px; margin: 8px 0 0; color: var(--muted); }
.section-heading > a { color: var(--blue); font-size: .82rem; font-weight: 760; white-space: nowrap; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.story-card { overflow: hidden; box-shadow: none; transition: .2s ease; }
.story-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.latest-list { overflow: hidden; }
.latest-item { display: grid; grid-template-columns: 58px minmax(0, 1fr) 94px; align-items: center; gap: 18px; padding: 15px 19px; border-bottom: 1px solid var(--line); }
.latest-item:last-child { border-bottom: 0; }
.latest-item time { color: var(--blue); font-size: .8rem; font-weight: 800; }
.latest-item h3 { margin: 3px 0 0; font-size: .99rem; line-height: 1.2; }
.latest-item img { width: 94px; height: 61px; object-fit: cover; border-radius: 8px; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.popular-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.popular-list li { display: grid; grid-template-columns: 39px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.popular-list li > span { color: var(--cyan); font-size: .82rem; font-weight: 850; }
.popular-list a { font-weight: 720; line-height: 1.25; }
.service-card { padding: 25px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; }
.service-card strong { font-size: 1.25rem; }
.service-card p { color: #c9e1f2; }
.category-heading { align-items: start; padding: 20px 0 10px; }
.category-heading p { font-size: 1rem; }
.category-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; }
.category-layout > aside .ad-slot { margin-top: 0; min-height: 260px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a { color: var(--blue); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 38px; max-width: 1120px; margin: 0 auto; }
.article-main { min-width: 0; }
.article-header { max-width: 880px; }
.article-header h1 { margin: 9px 0 12px; color: var(--navy); font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: .99; letter-spacing: -.075em; }
[data-theme="dark"] .article-header h1 { color: #eff8ff; }
.article-subtitle { margin: 0 0 20px; color: var(--muted); font-size: 1.16rem; }
.article-byline { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--muted); font-size: .77rem; }
.article-byline div { display: grid; gap: 2px; }
.article-byline strong { color: var(--ink); font-size: .84rem; }
.author-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 37px; height: 37px; color: #fff; background: linear-gradient(140deg, var(--blue), var(--navy)); border-radius: 50%; font-weight: 820; }
.read-time { margin-left: auto; white-space: nowrap; }
.article-figure { margin: 0 0 14px; }
.article-figure img { display: block; width: 100%; height: auto; max-height: 720px; object-fit: contain; border-radius: 15px; }
.article-figure figcaption { padding: 8px 3px; color: var(--muted); font-size: .72rem; }
.article-actions { display: flex; gap: 9px; margin: 14px 0 24px; }
.article-body { max-width: 760px; font-family: Georgia, Cambria, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.78; }
.article-body p { margin: 0 0 1.25em; }
.article-body h2, .article-body h3 { margin: 1.7em 0 .45em; color: var(--navy); font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.1; letter-spacing: -.04em; }
[data-theme="dark"] .article-body h2, [data-theme="dark"] .article-body h3 { color: #e9f6ff; }
.article-body blockquote { margin: 1.4em 0; padding: 15px 20px; color: var(--navy); border-left: 4px solid var(--orange); background: var(--soft); font-size: 1.3rem; }
.article-body img { border-radius: 12px; }
.article-sidebar .ad-slot { min-height: 220px; margin-top: 0; }
.sidebar-box { padding: 20px; margin-bottom: 20px; }
.sidebar-box h2 { margin: 4px 0; font-size: 1.35rem; letter-spacing: -.04em; }
.source-note, .article-tags { max-width: 760px; margin-top: 26px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.source-note a, .article-tags a { color: var(--blue); }
.search-heading { align-items: start; }
.advanced-search { display: grid; grid-template-columns: 1.8fr 1fr .8fr auto; gap: 10px; padding: 17px; margin-bottom: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; }
.advanced-search input, .advanced-search select, .editor-form input, .editor-form textarea, .editor-form select { width: 100%; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; outline: 0; padding: 11px 12px; }
.advanced-search input:focus, .advanced-search select:focus, .editor-form input:focus, .editor-form textarea:focus, .editor-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,119,200,.12); }
.search-result-head { margin: 20px 0 13px; color: var(--muted); font-size: .85rem; }
.mobility-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr); gap: 20px; }
.mobility-map { min-height: 510px; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: linear-gradient(135deg, #dbeef6, #f5f8fa); }
.occurrence-list { display: grid; align-content: start; gap: 11px; }
.occurrence-card { padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.occurrence-card h2 { margin: 7px 0 4px; font-size: 1rem; line-height: 1.15; }
.occurrence-card p { margin: 0 0 7px; color: var(--muted); font-size: .82rem; }
.occurrence-card small { color: var(--blue); font-weight: 700; }
.occurrence-type { display: inline-block; padding: 3px 7px; color: #fff; background: var(--blue); border-radius: 4px; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.occurrence-obra { background: var(--orange); }.occurrence-transito { background: var(--red); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 22px; }
.info-grid > div { display: grid; gap: 4px; padding: 17px; background: var(--surface); border: 1px solid var(--line); border-radius: 11px; }.info-grid span { color: var(--muted); font-size: .8rem; }
.prose-page { max-width: 850px; padding: clamp(25px, 5vw, 60px); margin: 0 auto; }.prose-page h1 { margin: 7px 0 10px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.065em; }.prose-page .lead { color: var(--muted); font-size: 1.08rem; }.prose-page h2 { margin-top: 32px; color: var(--navy); font-size: 1.35rem; }.prose-page p, .prose-page li { color: var(--muted); }
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: start; gap: 24px; }.editor-form { display: grid; gap: 15px; }.editor-form label { display: grid; gap: 6px; color: var(--ink); font-size: .84rem; font-weight: 730; }.editor-form label span { color: var(--muted); font-size: .72rem; font-weight: 500; }.editor-form textarea { resize: vertical; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.public-form { padding: 25px; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; }.check-row { display: flex !important; grid-template-columns: auto 1fr; align-items: start; flex-direction: row; gap: 9px !important; font-weight: 550 !important; }.check-row input { width: auto; margin-top: 4px; }.notice-card { padding: 20px; }.notice-card p { color: var(--muted); font-size: .84rem; }.narrow-form { max-width: 650px; padding: 26px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; }.flash { margin-bottom: 20px; padding: 12px 15px; border-radius: 9px; font-size: .86rem; }.flash-success { color: #14532d; background: #dcfce7; border: 1px solid #86efac; }.flash-error { color: #7f1d1d; background: #fee2e2; border: 1px solid #fca5a5; }.empty-state { padding: 36px; color: var(--muted); background: var(--surface); border: 1px dashed var(--line); border-radius: 13px; text-align: center; }.error-page { max-width: 700px; padding: 60px 25px; margin: 70px auto; text-align: center; }.error-code { display: block; color: var(--cyan); font-size: 5rem; font-weight: 900; letter-spacing: -.1em; line-height: 1; }.error-page h1 { margin: 10px 0; color: var(--navy); font-size: 2rem; letter-spacing: -.06em; }.error-page p { color: var(--muted); }
.site-footer { color: #c6d8e9; background: #071b2e; }.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 35px; padding: 48px 0 38px; }.brand-footer { color: #fff; }.brand-footer strong { color: #79cbf1; }.footer-grid h2 { margin: 0 0 12px; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }.footer-grid > div > a:not(.brand) { display: block; margin: 7px 0; color: #a9c3d8; font-size: .84rem; }.footer-grid p { max-width: 300px; color: #a9c3d8; font-size: .86rem; }.footer-grid small { color: #7e9ab1; }.newsletter-form { display: flex; gap: 7px; margin-bottom: 8px; }.newsletter-form input { min-width: 0; width: 100%; padding: 10px; border: 0; border-radius: 7px; }.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); color: #7e9ab1; font-size: .72rem; }
.admin-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }.admin-head h1 { margin: 4px 0 7px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.07em; }.admin-head p { margin: 0; color: var(--muted); }.admin-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 13px; margin-bottom: 23px; }.stat-card { display: grid; grid-template-columns: 32px 1fr; align-items: center; padding: 16px; }.stat-card strong { font-size: 1.7rem; line-height: 1; }.stat-card > span:last-child { grid-column: 2; color: var(--muted); font-size: .74rem; }.stat-card > span:first-child { grid-row: span 2; color: var(--blue); }.admin-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 23px; }.admin-panel { padding: 21px; }.panel-heading { display: flex; justify-content: space-between; align-items: end; gap: 15px; margin-bottom: 15px; }.panel-heading h2, .side-card h2, .quick-panel h2 { margin: 3px 0; color: var(--navy); font-size: 1.25rem; letter-spacing: -.04em; }.panel-heading a { color: var(--blue); font-size: .8rem; font-weight: 750; }.admin-table-wrap { overflow-x: auto; }.admin-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .8rem; }.admin-table th { padding: 9px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .68rem; text-align: left; text-transform: uppercase; }.admin-table td { padding: 12px 9px; border-bottom: 1px solid var(--line); vertical-align: top; }.admin-table td:first-child { max-width: 360px; }.admin-table small { display: block; color: var(--muted); }.status { display: inline-block; padding: 4px 7px; border-radius: 5px; font-size: .68rem; font-weight: 780; }.status-published { color: #166534; background: #dcfce7; }.status-draft { color: #475569; background: #e2e8f0; }.status-review { color: #854d0e; background: #fef3c7; }.status-scheduled { color: #075985; background: #e0f2fe; }.table-action { color: var(--blue); font-weight: 750; }.quick-panel { margin-bottom: 15px; }.quick-panel > a { display: block; padding: 9px 0; color: var(--blue); border-bottom: 1px solid var(--line); font-size: .83rem; }.quick-panel p { color: var(--muted); font-size: .8rem; }.role-list { display: flex; flex-wrap: wrap; gap: 6px; }.role-list span, .role-pill { padding: 4px 7px; color: var(--navy); background: #dceffc; border-radius: 5px; font-size: .68rem; font-weight: 750; }.newsroom-editor { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 22px; }.editor-main, .editor-side { display: grid; gap: 15px; }.editor-form .field-large input { padding: 15px; font-size: 1.4rem; font-weight: 750; }.field-large small { color: var(--muted); text-align: right; font-size: .7rem; }.editor-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; padding: 8px; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; }.editor-toolbar button { padding: 6px 8px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 5px; font-size: .72rem; }.editor-toolbar span { margin-left: auto; color: var(--muted); font-size: .7rem; }.side-card { display: grid; gap: 11px; padding: 16px; box-shadow: none; }.side-card h2 { padding-bottom: 8px; border-bottom: 1px solid var(--line); }.side-card label { display: grid; gap: 5px; color: var(--ink); font-size: .76rem; font-weight: 720; }.side-card label span { color: var(--muted); font-size: .68rem; font-weight: 500; }
.editorial-policy { margin-bottom: 20px; padding: 16px 18px; color: #17324d; background: #e8f5fc; border: 1px solid #b9e1f5; border-radius: 11px; }.editorial-policy p { margin: 5px 0 0; color: #456078; font-size: .82rem; }.lead-table td:nth-child(2) { min-width: 320px; }.lead-score { display: inline-grid; place-items: center; min-width: 36px; height: 30px; padding: 0 8px; color: #075985; background: #e0f2fe; border-radius: 999px; font-size: .76rem; font-weight: 850; }.source-badge { display: inline-block; margin-bottom: 5px; padding: 4px 7px; color: #1e3a5f; background: #e8eef5; border-radius: 5px; font-size: .68rem; font-weight: 760; }.source-link { display: inline-block; margin-top: 7px; color: var(--blue); font-size: .73rem; font-weight: 740; }.inline-actions { display: grid; gap: 6px; min-width: 125px; }.inline-actions form { margin: 0; }.inline-actions .button { width: 100%; padding: 7px 9px; font-size: .7rem; }.feed-state { display: grid; gap: 5px; padding: 11px 0; border-bottom: 1px solid var(--line); }.feed-state:last-child { border-bottom: 0; }.feed-state .status { width: fit-content; }.feed-state small { color: var(--muted); }
@media (max-width: 1050px) { .card-grid { grid-template-columns: repeat(3, 1fr); }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; max-width: 450px; }.main-nav a { padding-inline: 8px; } }
@media (max-width: 780px) { .container { width: min(calc(100% - 28px), var(--max)); }.top-strip-inner { font-size: .68rem; }.header-main { min-height: 68px; gap: 10px; }.menu-toggle { display: grid; }.brand { min-width: 0; font-size: 1.08rem; }.brand small { display: none; }.brand-mark { width: 38px; height: 38px; }.header-tools { margin-left: auto; }.search-form { width: 42px; border: 0; background: transparent; }.search-form input { position: absolute; right: 0; width: 0; padding: 0; opacity: 0; }.search-form:focus-within { width: 180px; background: var(--soft); border: 1px solid var(--line); }.search-form:focus-within input { position: static; width: 100%; padding: 9px; opacity: 1; }.nav-wrap { display: none; padding: 7px 0 12px; }.nav-wrap.is-open { display: block; }.main-nav { display: grid; grid-template-columns: 1fr 1fr; max-height: 330px; overflow: auto; }.main-nav a { padding: 10px 5px; border-bottom: 1px solid var(--line); }.social-links { justify-content: start; margin: 9px 0 0; }.urgent-inner { min-height: 43px; gap: 10px; }.urgent-track { font-size: .73rem; }.page-content { padding-top: 24px; }.home-intro { display: block; }.home-intro h1 { font-size: 3.1rem; }.home-intro .button { margin-top: 18px; }.hero-grid, .category-layout, .article-layout, .mobility-layout, .form-layout, .admin-grid { grid-template-columns: 1fr; }.hero-side { margin-top: 10px; }.card-grid { grid-template-columns: repeat(2, 1fr); }.latest-item { grid-template-columns: 45px minmax(0, 1fr) 70px; gap: 10px; padding: 13px 12px; }.latest-item img { width: 70px; height: 48px; }.split-section { grid-template-columns: 1fr; gap: 15px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }.footer-grid > div:last-child { grid-column: 1 / -1; }.article-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.article-sidebar .ad-slot { min-height: 130px; }.article-byline { align-items: start; }.read-time { margin-left: 0; }.advanced-search { grid-template-columns: 1fr 1fr; }.advanced-search input, .advanced-search .button { grid-column: 1 / -1; }.info-grid { grid-template-columns: 1fr; }.admin-stats { grid-template-columns: repeat(2, 1fr); }.newsroom-editor { grid-template-columns: 1fr; } }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 760px; margin-inline: auto; padding: 14px 17px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.18); font-size: .78rem; }.cookie-banner > div { display: grid; gap: 2px; }.cookie-banner span { color: var(--muted); }.cookie-banner.is-hidden { display: none; }
@media (max-width: 480px) { .card-grid { grid-template-columns: 1fr; }.hero-copy { padding: 19px; }.hero-copy h2 { font-size: 1.85rem; }.story-card-compact { grid-template-columns: 86px 1fr; }.article-header h1 { font-size: 2.55rem; }.article-body { font-size: 1.04rem; }.article-sidebar { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { display: grid; }.admin-head { display: grid; }.newsletter-form { display: grid; }.newsletter-form .button { width: 100%; } }

/* Mobilidade agora */
.mobility-hero { max-width: 900px; margin: 4px 0 28px; }
.mobility-hero h1 { margin: 7px 0 12px; color: var(--navy); font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: .96; letter-spacing: -.075em; }
.mobility-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.mobility-panel { margin-bottom: 30px; }
.mobility-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.mobility-panel-head h2 { margin: 5px 0; color: var(--navy); font-size: 1.75rem; letter-spacing: -.045em; }
.mobility-panel-head p { margin: 0; color: var(--muted); }
.mobility-live-badge { padding: 7px 10px; border-radius: 999px; color: #166534; background: #dcfce7; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.mobility-map-empty { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(22px, 4vw, 38px); margin-bottom: 32px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.mobility-map-empty h2 { max-width: 760px; margin: 6px 0 8px; color: var(--navy); font-size: clamp(1.45rem, 3vw, 2.1rem); line-height: 1.08; letter-spacing: -.045em; }
.mobility-map-empty p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.6; }
.mobility-latest { margin-top: 0; }
.occurrence-card h3 { margin: 7px 0 4px; color: var(--ink); font-size: 1rem; line-height: 1.2; }
.occurrence-meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.occurrence-meta span { color: var(--blue); font-size: .75rem; font-weight: 750; }
.occurrence-meta a { color: var(--blue); font-size: .72rem; font-weight: 800; }
.mobility-info-grid > a { display: grid; gap: 4px; padding: 18px; color: inherit; background: var(--surface); border: 1px solid var(--line); border-radius: 11px; transition: transform .2s ease, border-color .2s ease; }
.mobility-info-grid > a:hover { transform: translateY(-2px); border-color: var(--blue); }
.mobility-info-grid > a strong { color: var(--navy); }
.mobility-info-grid > a span { color: var(--muted); font-size: .8rem; line-height: 1.45; }
@media (max-width: 780px) { .mobility-map { min-height: 360px; }.mobility-panel-head, .mobility-map-empty { align-items: start; flex-direction: column; }.mobility-map-empty .button { width: 100%; text-align: center; } }

/* Sites do grupo */
.group-network{margin:34px 0 44px;padding:28px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#f8fbff,#eef6fb)}
.group-network-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}
.group-network-head h2{margin:5px 0 0;font-family:Georgia,serif;font-size:2rem;line-height:1;color:#0b2134}
.group-network-head>p{max-width:470px;margin:0;color:#5f7487;font-size:.82rem;line-height:1.55;text-align:right}
.group-network-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.group-card{min-height:190px;display:grid;grid-template-columns:54px 1fr;gap:18px;padding:26px;border-radius:14px;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.group-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(4,26,45,.14)}
.group-observatorio{background:linear-gradient(130deg,#101319,#2a0b0b);color:#fff}
.group-aizone{background:linear-gradient(130deg,#0a315c,#0d71b7);color:#fff}
.group-badge{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.42);font-weight:900;letter-spacing:.04em;background:rgba(255,255,255,.1)}
.group-card small{display:block;margin-bottom:7px;font-size:.65rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;opacity:.7}
.group-card strong{display:block;font:700 1.65rem/1.05 Georgia,serif}
.group-card p{margin:11px 0 18px;color:rgba(255,255,255,.78);font-size:.82rem;line-height:1.55}
.group-card div>span{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
@media(max-width:780px){.group-network{padding:20px;margin:24px 0 34px}.group-network-head{display:block}.group-network-head>p{text-align:left;margin-top:8px}.group-network-grid{grid-template-columns:1fr}.group-card{min-height:0;padding:22px}.group-network-head h2{font-size:1.7rem}}
@media(max-width:480px){.group-card{grid-template-columns:44px 1fr;gap:14px;padding:19px}.group-badge{width:44px;height:44px;font-size:.78rem}.group-card strong{font-size:1.42rem}}
