:root {
	--n77-blue: #062b63;
	--n77-blue-2: #0a4ca3;
	--n77-blue-3: #0d63cf;
	--n77-red: #ff3b3f;
	--n77-ink: #10213d;
	--n77-muted: #667085;
	--n77-line: #dce3ec;
	--n77-paper: #ffffff;
	--n77-canvas: #f7f1e7;
	--n77-green: #10a942;
	--n77-radius: 14px;
	--n77-shadow: 0 12px 34px rgba(13, 42, 82, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--n77-ink);
	background: var(--n77-canvas);
	font-family: Inter, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.screen-reader-text, .n77-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.n77-skip-link:focus {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	margin: 0;
	clip: auto;
	background: #fff;
	border-radius: 8px;
}
.n77-shell { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.n77-kicker {
	display: inline-flex;
	color: var(--n77-red);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* Brand */
.n77-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 230px; color: var(--n77-blue); }
.n77-brand__mark { width: 48px; height: 46px; flex: 0 0 auto; }
.n77-brand__copy { display: grid; gap: 2px; }
.n77-brand__name { font-family: Manrope, Inter, sans-serif; font-size: 1.75rem; font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.n77-brand__name strong { display: inline-flex; padding: 1px 5px 3px; color: #fff; background: var(--n77-blue); border-radius: 5px; }
.n77-brand__tagline { color: #737d8d; font-size: .56rem; white-space: nowrap; }
.n77-brand--compact { min-width: 0; }
.n77-brand--compact .n77-brand__mark { width: 37px; height: 35px; }
.n77-brand--compact .n77-brand__name { font-size: 1.2rem; }
.n77-brand__mark, .n77-brand__copy { display: none; }
.n77-brand__picture { display: block; flex: 0 0 auto; line-height: 0; }
.n77-brand__logo { width: 270px; height: auto; max-height: 68px; display: block; object-fit: contain; }
.n77-brand--compact .n77-brand__logo { width: 180px; }

/* Header */
.n77-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--n77-line); box-shadow: 0 5px 25px rgba(8,35,76,.06); backdrop-filter: blur(12px); }
.admin-bar .n77-header { top: 32px; }
.n77-header__inner { width: min(1280px, calc(100% - 40px)); min-height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.n77-header__actions { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.n77-city-trigger {
	max-width: 280px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 9px 8px 13px;
	color: var(--n77-blue);
	background: #fff;
	border: 1px solid #d6deea;
	border-radius: 12px;
	cursor: pointer;
}
.n77-city-trigger:hover { border-color: var(--n77-blue-2); box-shadow: 0 4px 14px rgba(7,45,97,.08); }
.n77-city-trigger svg { width: 21px; fill: currentColor; flex: 0 0 auto; }
.n77-city-trigger span { min-width: 0; display: grid; text-align: left; font-size: .85rem; font-weight: 800; white-space: nowrap; }
.n77-city-trigger span small { color: var(--n77-muted); font-size: .58rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.n77-city-trigger em { margin-left: 4px; padding: 9px 10px; color: #fff; background: var(--n77-blue); border-radius: 8px; font-size: .62rem; font-style: normal; white-space: nowrap; }
.n77-search { width: min(310px, 28vw); height: 46px; display: flex; align-items: center; padding-inline: 15px 8px; background: #fff; border: 1px solid #d6deea; border-radius: 999px; }
.n77-search:focus-within { border-color: var(--n77-blue-2); box-shadow: 0 0 0 3px rgba(10,76,163,.1); }
.n77-search input { width: 100%; min-width: 0; padding: 0; color: var(--n77-ink); background: transparent; border: 0; outline: 0; font-size: .83rem; }
.n77-search button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; background: transparent; border: 0; cursor: pointer; }
.n77-search svg { width: 20px; fill: var(--n77-ink); }
.n77-menu-trigger { width: 45px; height: 45px; display: grid; place-content: center; gap: 5px; padding: 0; color: var(--n77-blue); background: transparent; border: 0; cursor: pointer; }
.n77-menu-trigger span { width: 25px; height: 2px; background: currentColor; border-radius: 99px; }
.n77-category-nav { background: #fff; border-top: 1px solid #eef2f6; }
.n77-category-nav__inner { width: min(1280px, calc(100% - 40px)); margin-inline: auto; display: flex; align-items: center; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.n77-category-nav__inner::-webkit-scrollbar { display: none; }
.n77-category-nav a { position: relative; flex: 0 0 auto; padding: 13px 0 12px; color: #536073; font-size: .75rem; font-weight: 700; }
.n77-category-nav a:hover, .n77-category-nav a.is-active { color: var(--n77-blue); }
.n77-category-nav a.is-active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--n77-red); border-radius: 3px 3px 0 0; }

/* Drawer */
.n77-drawer { position: fixed; z-index: 80; inset: 0; visibility: hidden; pointer-events: none; }
.n77-drawer.is-open { visibility: visible; pointer-events: auto; }
.n77-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(3,20,48,.58); opacity: 0; transition: opacity .25s; }
.n77-drawer.is-open .n77-drawer__backdrop { opacity: 1; }
.n77-drawer__panel { position: absolute; top: 0; right: 0; width: min(390px, 90vw); height: 100%; padding: 26px; display: flex; flex-direction: column; gap: 4px; background: #fff; box-shadow: -18px 0 50px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .25s; overflow-y: auto; }
.n77-drawer.is-open .n77-drawer__panel { transform: translateX(0); }
.n77-drawer__head { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; }
.n77-drawer__head button { width: 42px; height: 42px; padding: 0; color: var(--n77-blue); background: #edf3fa; border: 0; border-radius: 50%; font-size: 1.6rem; cursor: pointer; }
.n77-drawer__panel > strong { margin: 8px 0; color: var(--n77-red); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.n77-drawer__panel > a { padding: 12px 4px; color: var(--n77-blue); border-bottom: 1px solid #edf0f4; font-weight: 700; }
.n77-drawer__panel > a:hover { color: var(--n77-red); }
.n77-drawer__panel hr { width: 100%; margin: 18px 0; border: 0; border-top: 1px solid var(--n77-line); }
.n77-drawer__city { width: 100%; max-width: none; margin: 0 0 12px; justify-content: flex-start; flex: 0 0 auto; background: #f3f6fa; }
.n77-drawer__city span { flex: 1; overflow: hidden; text-overflow: ellipsis; }

/* Main layout */
.n77-page { padding: 20px 0 0; background: var(--n77-canvas); }
.n77-hero-grid, .n77-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; }
.n77-hero-grid { align-items: stretch; margin-bottom: 0; }
.n77-hero-grid__main, .n77-hero-grid__rail, .n77-feed, .n77-sidebar { min-width: 0; }
.n77-content-grid { align-items: start; }
.n77-feed, .n77-sidebar { padding: 20px; background: #fff; }
.n77-feed { border-radius: 0 0 0 8px; }
.n77-sidebar { display: grid; gap: 16px; border-radius: 0 0 8px 0; }
.n77-section-heading { padding: 4px 0 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-bottom: 3px solid var(--n77-blue); }
.n77-section-heading > div > span { color: var(--n77-red); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.n77-section-heading h1 { margin: 4px 0 0; font: 800 clamp(1.25rem, 2vw, 1.75rem)/1.15 Manrope, Inter, sans-serif; color: var(--n77-blue); letter-spacing: -.035em; }
.n77-section-heading p { max-width: 270px; margin: 0; color: var(--n77-muted); font-size: .76rem; text-align: right; }

/* Ads */
.n77-ad { position: relative; min-height: 220px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #021d47 0%, #0753b3 58%, #02a5e4 100%); border-radius: 8px; box-shadow: var(--n77-shadow); isolation: isolate; }
.n77-ad::before, .n77-ad::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.n77-ad::before { width: 280px; height: 280px; right: -80px; top: -100px; border: 24px solid rgba(96,226,255,.2); }
.n77-ad::after { width: 180px; height: 180px; right: 40px; bottom: -120px; background: rgba(98,255,224,.18); filter: blur(3px); }
.n77-ad__label { position: absolute; z-index: 2; top: 7px; right: 9px; padding: 3px 6px; color: rgba(255,255,255,.78); background: rgba(0,0,0,.24); border-radius: 4px; font-size: .54rem; text-transform: uppercase; }
.n77-ad__content { position: relative; z-index: 1; height: 100%; min-height: inherit; padding: clamp(28px, 5vw, 56px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.n77-ad__eyebrow { margin-bottom: 14px; color: #9ff138; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.n77-ad__eyebrow strong { color: #fff; }
.n77-ad__content > strong { max-width: 520px; font: 800 clamp(1.8rem, 4vw, 3.2rem)/1 Manrope, Inter, sans-serif; letter-spacing: -.05em; }
.n77-ad__content > small { margin-top: 10px; font-size: clamp(.82rem, 1.5vw, 1.05rem); }
.n77-ad__content > a { margin-top: 24px; padding: 11px 20px; color: var(--n77-blue); background: #b3ef37; border-radius: 8px; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.n77-ad--hero { min-height: 310px; border-radius: 8px 0 0 0; }
.n77-ad--side-top { height: 100%; min-height: 310px; color: var(--n77-blue); background: linear-gradient(145deg, #ffeb21, #ffb400); border-radius: 0 8px 0 0; }
.n77-ad--side-top::before { border-color: rgba(255,255,255,.32); }
.n77-ad--side-top .n77-ad__eyebrow { color: var(--n77-red); }
.n77-ad--side-top .n77-ad__eyebrow strong { color: var(--n77-blue); }
.n77-ad--side-top .n77-ad__content > strong { font-size: 2rem; }
.n77-ad--side-top .n77-ad__content > a { color: #fff; background: var(--n77-red); }
.n77-ad--side-mid, .n77-ad--side-mid-2, .n77-ad--side-mid-3, .n77-ad--side-bottom, .n77-ad--side-extra-1, .n77-ad--side-extra-2, .n77-ad--side-extra-3 { min-height: 280px; }
.n77-ad--side-mid { background: linear-gradient(155deg, #f8fcff, #d8efff); color: var(--n77-blue); border: 1px solid #dce5ef; box-shadow: none; }
.n77-ad--side-mid .n77-ad__eyebrow { color: var(--n77-red); }
.n77-ad--side-mid .n77-ad__eyebrow strong { color: var(--n77-blue); }
.n77-ad--side-mid .n77-ad__content { padding: 28px; }
.n77-ad--side-mid-2 { background: linear-gradient(155deg, #092652, #12437f); }
.n77-ad--side-mid-3 { color: #244128; background: linear-gradient(155deg, #f5f2e8, #d7e8cd); }
.n77-ad--side-mid-3 .n77-ad__eyebrow { color: #4e7948; }
.n77-ad--side-mid-3 .n77-ad__eyebrow strong { color: #244128; }
.n77-ad--side-mid .n77-ad__content > strong, .n77-ad--side-mid-2 .n77-ad__content > strong, .n77-ad--side-mid-3 .n77-ad__content > strong, .n77-ad--side-bottom .n77-ad__content > strong { font-size: 1.7rem; }
.n77-ad--side-bottom { background: linear-gradient(150deg, #071c48, #0b3b7c 60%, #f05a22 140%); }
.n77-ad--side-extra-1 { color: #17385e; background: linear-gradient(145deg, #eef8ff, #b8dcf5); }
.n77-ad--side-extra-1 .n77-ad__eyebrow, .n77-ad--side-extra-2 .n77-ad__eyebrow { color: var(--n77-red); }
.n77-ad--side-extra-1 .n77-ad__eyebrow strong { color: #17385e; }
.n77-ad--side-extra-2 { color: #50320c; background: linear-gradient(145deg, #fff7df, #ffc85c); }
.n77-ad--side-extra-2 .n77-ad__eyebrow strong { color: #50320c; }
.n77-ad--side-extra-3 { background: linear-gradient(145deg, #061c43, #2450a1 62%, #e7394b 150%); }
.n77-ad--image { background: #eef2f6; }
.n77-ad--image::before, .n77-ad--image::after { display: none; }
.n77-ad--image > a { position: absolute; inset: 0; display: block; }
.n77-ad--image img { width: 100%; height: 100%; object-fit: cover; }
.n77-advanced-ad { position: relative; width: 100%; overflow: hidden; border-radius: 8px; }
.n77-advanced-ad img { width: 100%; height: auto; display: block; }
.n77-advanced-ad--hero, .n77-advanced-ad--side-top { min-height: 310px; }
.n77-advanced-ad--hero img, .n77-advanced-ad--side-top img { height: 310px; object-fit: cover; }
.n77-advanced-ad--side-mid, .n77-advanced-ad--side-mid-2, .n77-advanced-ad--side-mid-3, .n77-advanced-ad--side-bottom, .n77-advanced-ad--side-extra-1, .n77-advanced-ad--side-extra-2, .n77-advanced-ad--side-extra-3 { min-height: 280px; }
.n77-advanced-ad--side-mid img, .n77-advanced-ad--side-mid-2 img, .n77-advanced-ad--side-mid-3 img, .n77-advanced-ad--side-bottom img, .n77-advanced-ad--side-extra-1 img, .n77-advanced-ad--side-extra-2 img, .n77-advanced-ad--side-extra-3 img { height: 280px; object-fit: cover; }
.n77-advanced-ad--inline { min-height: 90px; }
.n77-advanced-ad--inline img { min-height: 90px; object-fit: cover; }
.n77-ad--inline { min-height: 90px; border-radius: 7px; }
.n77-ad--inline .n77-ad__content { min-height: 90px; padding: 16px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 20px; }
.n77-ad--inline .n77-ad__eyebrow { display: none; }
.n77-ad--inline .n77-ad__content > strong { font-size: 1.35rem; }
.n77-ad--inline .n77-ad__content > small { margin: 0; }
.n77-ad--inline .n77-ad__content > a { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.n77-inline-ad { padding: 16px 0; border-bottom: 1px solid var(--n77-line); }

/* News cards */
.n77-news-card { padding: 16px 0; display: grid; grid-template-columns: 36% minmax(0,1fr); gap: 18px; border-bottom: 1px solid var(--n77-line); }
.n77-news-card__media { position: relative; min-height: 178px; overflow: hidden; background: #dde6ef; border-radius: 9px; }
.n77-news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.n77-news-card:hover .n77-news-card__media img { transform: scale(1.025); }
.n77-news-card__body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.n77-news-card__category { color: var(--n77-red); font-size: .63rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.n77-news-card h2 { margin: 5px 0 7px; color: var(--n77-blue); font: 800 clamp(1rem, 1.6vw, 1.18rem)/1.2 Manrope, Inter, sans-serif; letter-spacing: -.025em; }
.n77-news-card h2 a:hover { color: var(--n77-blue-3); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.n77-news-card__source { color: #294a77; font-size: .68rem; }
.n77-news-card__read-more { align-self: flex-start; display: inline-flex; align-items: center; justify-content: center; min-height: 30px; margin-top: 1px; padding: 6px 12px; color: #fff; background: var(--n77-blue); border-radius: 5px; font-size: .68rem; font-weight: 800; line-height: 1; text-decoration: none; }
.n77-news-card__read-more:hover { color: #fff; background: var(--n77-red); }
.n77-news-card p { margin: 8px 0; color: #46566d; font-size: .78rem; line-height: 1.45; }
.n77-news-card time { margin-top: auto; color: #7b8798; font-size: .65rem; }
.n77-placeholder { background: linear-gradient(145deg, #8eb8d7, #315575); }
.n77-placeholder::before, .n77-placeholder::after { content: ""; position: absolute; }
.n77-placeholder::before { inset: auto 8% 12% 8%; height: 45%; border-radius: 10px 10px 2px 2px; background: rgba(255,255,255,.52); box-shadow: 55px -35px 0 rgba(255,255,255,.24); }
.n77-placeholder::after { left: 0; right: 0; bottom: 0; height: 22%; background: rgba(4,36,73,.62); }
.n77-placeholder--health { background: linear-gradient(145deg, #eff8ff, #5eb0dc); }
.n77-placeholder--health::before { inset: 20% 24%; height: 60%; background: #fff; box-shadow: 0 0 0 8px rgba(0,92,168,.1); }
.n77-placeholder--health::after { width: 35%; height: 10%; left: 32%; bottom: 45%; background: var(--n77-blue-2); box-shadow: 0 0 0 0 transparent; }
.n77-placeholder--bus { background: linear-gradient(#93d6f3 0 55%, #536f79 55%); }
.n77-placeholder--bus::before { inset: 49% 8% 14%; height: auto; background: #0b6ea5; border-radius: 13px; box-shadow: inset 0 12px 0 #e8f5fb; }
.n77-placeholder--education { background: linear-gradient(#4f9edd 0 43%, #3b7f42 43%); }
.n77-placeholder--security { background: linear-gradient(145deg, #c9ced5, #4e6178); }
.n77-placeholder--park { background: linear-gradient(#74c6f1 0 48%, #64aa54 48%); }
.n77-placeholder--jobs { background: linear-gradient(135deg, #e4eefb, #8aa0b8); }
.n77-placeholder--culture { background: linear-gradient(135deg, #50206b, #ee603a 55%, #f5c32c); }

/* Sidebar and footer sections */
.n77-most-read { padding: 20px; background: #f6f8fb; border: 1px solid var(--n77-line); border-radius: 9px; }
.n77-most-read h2 { margin: 5px 0 12px; color: var(--n77-blue); font: 800 1.35rem Manrope, Inter, sans-serif; }
.n77-most-read ol { margin: 0; padding: 0; list-style: none; counter-reset: read; }
.n77-most-read li { position: relative; min-height: 48px; padding: 10px 0 10px 36px; border-top: 1px solid var(--n77-line); counter-increment: read; }
.n77-most-read li::before { content: counter(read); position: absolute; left: 0; top: 8px; color: var(--n77-red); font: 800 1.35rem Manrope, Inter, sans-serif; }
.n77-most-read a { color: var(--n77-blue); font-size: .76rem; font-weight: 700; line-height: 1.3; }
.n77-advertise-cta { margin-top: 18px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: linear-gradient(90deg, #07367b, #0d66cf); border-radius: 8px; }
.n77-advertise-cta span { display: flex; align-items: center; gap: 26px; }
.n77-advertise-cta strong { font: 800 1.25rem Manrope, Inter, sans-serif; }
.n77-advertise-cta small { max-width: 230px; font-size: .75rem; font-weight: 600; }
.n77-advertise-cta em { padding: 10px 15px; color: var(--n77-blue); background: #fff; border-radius: 6px; font-size: .67rem; font-style: normal; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.n77-attribution-note { margin: 11px 12px 0; color: #7b8796; font-size: .66rem; line-height: 1.45; text-align: center; }
.n77-sources { margin-top: 20px; padding: 20px 24px; display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: start; gap: 8px 30px; background: #fff; border-radius: 8px; }
.n77-sources > div:first-child { grid-column: 1; grid-row: 1; }
.n77-sources h2 { margin: 3px 0 0; color: var(--n77-blue); font: 800 1.05rem Manrope, Inter, sans-serif; }
.n77-sources__links { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 5px; }
.n77-sources__links a { padding: 5px 8px; color: #365276; background: #f5f7fa; border: 1px solid #e3e8ee; border-radius: 5px; transition: .15s; }
.n77-sources__links a:hover { color: #fff; background: var(--n77-blue); border-color: var(--n77-blue); }
.n77-sources__links span { display: block; line-height: 1; }
.n77-sources__links strong { font-size: .63rem; white-space: nowrap; }
.n77-sources__links small, .n77-sources__links em { display: none; }
.n77-footer { margin-top: 24px; padding: 34px 0 22px; background: #fff; border-top: 1px solid var(--n77-line); }
.n77-footer__inner { width: min(1280px, calc(100% - 40px)); margin-inline: auto; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 30px; }
.n77-footer__inner nav { display: flex; justify-content: center; gap: 26px; }
.n77-footer__inner nav a { color: var(--n77-blue); font-size: .7rem; font-weight: 600; }
.n77-footer__social { display: flex; gap: 10px; }
.n77-footer__social a { width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: var(--n77-blue-2); border-radius: 50%; font-weight: 800; }
.n77-footer__social a:nth-child(2) { background: #e72f81; }
.n77-footer__social a:nth-child(3) { background: #f21f25; }
.n77-footer__legal { width: min(1280px, calc(100% - 40px)); margin: 22px auto 0; padding-top: 18px; color: #7c8795; border-top: 1px solid #eef1f4; font-size: .65rem; text-align: center; }

/* City modal */
.n77-city-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; visibility: hidden; pointer-events: none; padding: 20px; }
.n77-city-modal.is-open { visibility: visible; pointer-events: auto; }
.n77-city-modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,23,55,.72); opacity: 0; transition: opacity .2s; backdrop-filter: blur(5px); }
.n77-city-modal.is-open .n77-city-modal__backdrop { opacity: 1; }
.n77-city-modal__panel { position: relative; width: min(670px, 100%); padding: 38px; background: #fff; border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.28); transform: translateY(12px) scale(.98); opacity: 0; transition: .2s; }
.n77-city-modal.is-open .n77-city-modal__panel { transform: none; opacity: 1; }
.n77-city-modal__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; padding: 0; color: var(--n77-blue); background: #edf2f8; border: 0; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.n77-city-modal__mark { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--n77-blue); border-radius: 12px; font: 800 1.35rem Manrope, Inter, sans-serif; box-shadow: 8px -8px 0 -3px var(--n77-red); }
.n77-city-modal h2 { margin: 18px 0 7px; color: var(--n77-blue); font: 800 clamp(1.4rem, 3vw, 2rem)/1.15 Manrope, Inter, sans-serif; letter-spacing: -.04em; }
.n77-city-modal p { margin: 0 0 24px; color: var(--n77-muted); font-size: .86rem; }
.n77-city-modal__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.n77-city-modal__grid a { padding: 15px 16px; display: flex; align-items: center; gap: 10px; color: var(--n77-blue); background: #f5f8fc; border: 1px solid #dae3ef; border-radius: 10px; font-size: .82rem; font-weight: 800; transition: .15s; }
.n77-city-modal__grid a:hover { color: #fff; background: var(--n77-blue); border-color: var(--n77-blue); transform: translateY(-1px); }
.n77-city-modal__grid svg { width: 19px; fill: currentColor; }

/* Advertising lead modal */
.n77-lead-modal { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; visibility: hidden; pointer-events: none; padding: 20px; }
.n77-lead-modal.is-open, .n77-lead-modal:target { visibility: visible; pointer-events: auto; }
.n77-lead-modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,23,55,.76); opacity: 0; transition: opacity .2s; backdrop-filter: blur(5px); }
.n77-lead-modal.is-open .n77-lead-modal__backdrop, .n77-lead-modal:target .n77-lead-modal__backdrop { opacity: 1; }
.n77-lead-modal__panel { position: relative; width: min(720px, 100%); max-height: calc(100vh - 32px); overflow: auto; padding: 34px; background: #fff; border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.3); transform: translateY(12px) scale(.98); opacity: 0; transition: .2s; }
.n77-lead-modal.is-open .n77-lead-modal__panel, .n77-lead-modal:target .n77-lead-modal__panel { transform: none; opacity: 1; }
.n77-lead-modal__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; padding: 0; color: var(--n77-blue); background: #edf2f8; border: 0; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.n77-lead-modal__mark { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--n77-blue); border-radius: 11px; font: 800 1.25rem Manrope, Inter, sans-serif; box-shadow: 7px -7px 0 -3px var(--n77-red); }
.n77-lead-modal h2 { margin: 16px 0 6px; color: var(--n77-blue); font: 800 clamp(1.45rem, 3vw, 2rem)/1.15 Manrope, Inter, sans-serif; letter-spacing: -.04em; }
.n77-lead-modal > .n77-lead-modal__panel > p { margin: 0 0 22px; max-width: 610px; color: var(--n77-muted); font-size: .86rem; line-height: 1.55; }
.n77-lead-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.n77-lead-form label { display: grid; gap: 6px; color: var(--n77-blue); font-size: .76rem; font-weight: 800; }
.n77-lead-form input, .n77-lead-form select, .n77-lead-form textarea { width: 100%; padding: 12px 13px; color: var(--n77-blue); background: #f8fafc; border: 1px solid #d6e0ec; border-radius: 9px; outline: none; font: 500 .86rem Inter, sans-serif; }
.n77-lead-form input:focus, .n77-lead-form select:focus, .n77-lead-form textarea:focus { border-color: #2877d4; box-shadow: 0 0 0 3px rgba(40,119,212,.12); }
.n77-lead-form textarea { resize: vertical; }
.n77-lead-form__wide, .n77-lead-form__consent, .n77-lead-form__actions { grid-column: 1 / -1; }
.n77-lead-form__consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 9px !important; color: var(--n77-muted) !important; font-size: .72rem !important; font-weight: 500 !important; line-height: 1.4; }
.n77-lead-form__consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--n77-blue); }
.n77-lead-form__trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.n77-lead-form__actions { display: flex; align-items: center; gap: 14px; }
.n77-lead-form__actions button { padding: 12px 20px; color: #fff; background: var(--n77-blue); border: 0; border-radius: 8px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.n77-lead-form__actions button:disabled { opacity: .6; cursor: wait; }
.n77-lead-form__actions span { font-size: .75rem; font-weight: 700; }
.n77-lead-form__actions span:not(:empty) { flex: 1; padding: 10px 12px; border-radius: 8px; line-height: 1.4; }
.n77-lead-form__actions .is-success { color: #08752a; }
.n77-lead-form__actions .is-error { color: #b32d2e; }
.n77-lead-form__actions span.is-success { background: #eaf8ee; border: 1px solid #b8e1c3; }
.n77-lead-form__actions span.is-error { background: #fff0f0; border: 1px solid #efc1c1; }
.n77-generic { min-height: 60vh; margin-top: 30px; padding: 30px; background: #fff; border-radius: 10px; }
.n77-search-results__heading p strong { color: var(--n77-blue); font-size: 1rem; }
.n77-search-empty { min-height: 260px; padding: 44px 0; color: var(--n77-muted); }
.n77-search-empty strong { color: var(--n77-blue); font: 800 1.1rem Manrope, Inter, sans-serif; }
.n77-search-empty p { margin: 7px 0 0; font-size: .78rem; }
.navigation.pagination { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--n77-line); }
.navigation.pagination .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.navigation.pagination .nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; }
.navigation.pagination .page-numbers { min-width: 34px; height: 34px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--n77-blue); background: #f3f6fa; border: 1px solid #dde5ef; border-radius: 6px; font-size: .7rem; font-weight: 800; }
.navigation.pagination .page-numbers.current, .navigation.pagination a.page-numbers:hover { color: #fff; background: var(--n77-blue); border-color: var(--n77-blue); }
.n77-infinite { min-height: 74px; display: grid; place-items: center; align-content: center; gap: 8px; margin: 12px 0 4px; color: var(--n77-muted); font-size: .72rem; text-align: center; }
.n77-infinite__spinner { width: 25px; height: 25px; display: none; border: 3px solid #dce5f0; border-top-color: var(--n77-blue-2); border-radius: 50%; animation: n77-spin .75s linear infinite; }
.n77-infinite[data-state="loading"] .n77-infinite__spinner { display: block; }
.n77-infinite[data-state="finished"] { color: #8290a0; }
.n77-infinite button { padding: 9px 15px; color: #fff; background: var(--n77-blue); border: 0; border-radius: 7px; font: 700 .72rem Inter, sans-serif; cursor: pointer; }
.n77-infinite button:hover { background: var(--n77-blue-2); }
.n77-empty-category { display: grid; justify-items: start; gap: 10px; padding: 34px 0; color: var(--n77-muted); }
.n77-empty-category strong { color: var(--n77-blue); font-size: 1rem; }
.n77-empty-category a { padding: 9px 14px; color: #fff; background: var(--n77-blue); border-radius: 7px; font-size: .72rem; font-weight: 700; }
@keyframes n77-spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
	.n77-header__inner { min-height: 78px; }
	.n77-brand__tagline { display: none; }
	.n77-brand { min-width: 190px; }
	.n77-brand__logo { width: 220px; }
	.n77-search { display: none; }
	.n77-hero-grid, .n77-content-grid { grid-template-columns: minmax(0,1fr) 280px; }
	.n77-news-card { grid-template-columns: 38% minmax(0,1fr); }
	.n77-news-card__media { min-height: 160px; }
	.n77-footer__inner { grid-template-columns: 210px 1fr; }
	.n77-footer__social { grid-column: 2; justify-content: center; }
}

@media (max-width: 800px) {
	.admin-bar .n77-header { top: 46px; }
	.n77-shell, .n77-header__inner, .n77-category-nav__inner, .n77-footer__inner, .n77-footer__legal { width: min(100% - 24px, 680px); }
	.n77-header__inner { min-height: 68px; gap: 10px; }
	.n77-brand { min-width: 0; }
	.n77-brand__logo, .n77-brand--compact .n77-brand__logo { width: 42px; height: 42px; border-radius: 7px; object-fit: cover; }
	.n77-brand__mark { width: 35px; height: 34px; }
	.n77-brand__name { font-size: 1.2rem; }
	.n77-header__actions { gap: 4px; }
	.n77-city-trigger { max-width: 205px; padding: 7px 8px; border: 0; background: #f3f6fa; }
	.n77-city-trigger svg { width: 17px; }
	.n77-city-trigger span { max-width: 122px; overflow: hidden; text-overflow: ellipsis; font-size: .68rem; }
	.n77-city-trigger em { display: inline-flex; padding: 7px 8px; }
	.n77-drawer__city { max-width: none; }
	.n77-drawer__city span { max-width: none; }
	.n77-menu-trigger { width: 38px; }
	.n77-category-nav__inner { gap: 20px; }
	.n77-page { padding-top: 12px; }
	.n77-hero-grid, .n77-content-grid { display: block; }
	.n77-hero-grid__rail { display: none; }
	.n77-ad--hero { min-height: 235px; border-radius: 8px 8px 0 0; }
	.n77-ad__content { padding: 30px; }
	.n77-feed, .n77-sidebar { padding: 15px; border-radius: 0; }
	.n77-sidebar { padding-top: 0; }
	.n77-section-heading { align-items: flex-start; }
	.n77-section-heading p { display: none; }
	.n77-news-card { grid-template-columns: 35% minmax(0,1fr); gap: 12px; padding: 14px 0; }
	.n77-news-card__media { min-height: 132px; }
	.n77-news-card p { display: none; }
	.n77-news-card h2 { font-size: .95rem; }
	.n77-news-card time { margin-top: 8px; }
	.n77-ad--inline .n77-ad__content { grid-template-columns: 1fr; }
	.n77-ad--inline .n77-ad__content > a { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 8px; }
	.n77-sidebar > .n77-ad { min-height: 220px; }
	.n77-sidebar > .n77-ad .n77-ad__content > strong { font-size: 1.7rem; }
	.n77-advertise-cta span { display: grid; gap: 4px; }
	.n77-most-read { margin-top: 10px; }
	.n77-sources { width: min(100% - 24px, 680px); grid-template-columns: 1fr; gap: 8px; padding: 18px; }
	.n77-sources > div:first-child, .n77-sources__links { grid-column: 1; grid-row: auto; }
	.n77-sources > div:first-child { order: 1; }
	.n77-sources__links { order: 2; }
	.n77-footer__inner { grid-template-columns: 1fr; text-align: center; }
	.n77-footer__inner > div:first-child { justify-self: center; }
	.n77-footer__inner nav { flex-wrap: wrap; gap: 14px 22px; }
	.n77-footer__social { grid-column: 1; justify-content: center; }
}

@media (max-width: 520px) {
	.n77-brand__copy { display: none; }
	.n77-city-trigger { flex: 1; max-width: none; justify-content: center; }
	.n77-city-trigger span { max-width: 165px; }
	.n77-drawer__city { flex: 0 0 auto; justify-content: flex-start; }
	.n77-ad--hero { min-height: 210px; }
	.n77-ad__content > strong { font-size: 1.7rem; }
	.n77-ad__content > small { font-size: .78rem; }
	.n77-news-card { grid-template-columns: 126px minmax(0,1fr); }
	.n77-news-card__media { min-height: 112px; }
	.n77-news-card h2 { margin: 4px 0 6px; font-size: .84rem; }
	.n77-news-card__source { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.n77-news-card time { font-size: .57rem; }
	.n77-advertise-cta { align-items: flex-start; flex-direction: column; }
	.n77-city-modal__panel { padding: 28px 20px 20px; }
	.n77-city-modal__grid { grid-template-columns: 1fr; }
	.n77-city-modal__grid a { padding: 13px; }
	.n77-lead-modal { align-items: start; padding: 6px; }
	.n77-lead-modal__panel { width: 100%; max-height: calc(100dvh - 12px); padding: 18px 14px 14px; border-radius: 12px; overscroll-behavior: contain; }
	.n77-lead-modal__close { top: 8px; right: 8px; width: 32px; height: 32px; display: grid; place-items: center; font-size: 1.25rem; }
	.n77-lead-modal__mark { width: 34px; height: 34px; border-radius: 8px; font-size: .95rem; box-shadow: 5px -5px 0 -2px var(--n77-red); }
	.n77-lead-modal h2 { margin: 10px 0 4px; font-size: 1.25rem; }
	.n77-lead-modal > .n77-lead-modal__panel > p { margin-bottom: 11px; font-size: .73rem; line-height: 1.35; }
	.n77-lead-form { grid-template-columns: 1fr; gap: 8px; }
	.n77-lead-form__wide, .n77-lead-form__consent, .n77-lead-form__actions { grid-column: 1; }
	.n77-lead-form label { gap: 3px; font-size: .7rem; }
	.n77-lead-form input, .n77-lead-form select, .n77-lead-form textarea { padding: 9px 10px; border-radius: 7px; font-size: .8rem; }
	.n77-lead-form textarea { min-height: 52px; }
	.n77-lead-form__consent { gap: 7px !important; font-size: .65rem !important; }
	.n77-lead-form__actions { align-items: stretch; flex-direction: column; gap: 7px; }
	.n77-lead-form__actions button { width: 100%; padding: 10px 14px; }
}

/* Institutional pages */
.n77-institutional { min-height: 65vh; background: var(--n77-cream); }
.n77-institutional__hero { padding: 46px 0 38px; color: #fff; background: linear-gradient(125deg, #031d45 0%, #073f82 100%); }
.n77-institutional__back { display: inline-block; margin-bottom: 28px; color: #cbdaf0; font-size: .76rem; font-weight: 700; }
.n77-institutional__hero span { display: block; margin-bottom: 8px; color: #ff5757; font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.n77-institutional__hero h1 { max-width: 850px; margin: 0; color: #fff; font: 800 clamp(2rem, 5vw, 3.5rem)/1.05 Manrope, Inter, sans-serif; letter-spacing: -.05em; }
.n77-institutional__layout { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 34px; align-items: start; padding-top: 38px; padding-bottom: 58px; }
.n77-institutional__content { padding: 38px 42px; background: #fff; border: 1px solid #e3e8ef; border-radius: 14px; box-shadow: 0 10px 34px rgba(4,35,79,.06); }
.n77-institutional__content > :first-child { margin-top: 0; }
.n77-institutional__content h2 { margin: 34px 0 12px; color: var(--n77-blue); font: 800 1.25rem/1.25 Manrope, Inter, sans-serif; letter-spacing: -.025em; }
.n77-institutional__content p, .n77-institutional__content li, .n77-institutional__content dd { color: #40516b; font-size: .9rem; line-height: 1.75; }
.n77-institutional__content ul { margin: 12px 0 0; padding-left: 20px; }
.n77-institutional__content li + li { margin-top: 7px; }
.n77-institutional__lead { color: var(--n77-blue) !important; font: 700 1.08rem/1.65 Manrope, Inter, sans-serif !important; }
.n77-institutional__nav { position: sticky; top: 118px; display: grid; padding: 22px; background: #fff; border: 1px solid #dbe3ed; border-radius: 12px; }
.n77-institutional__nav strong { margin-bottom: 12px; color: var(--n77-blue); font: 800 1rem Manrope, Inter, sans-serif; }
.n77-institutional__nav a { padding: 10px 0; color: #506078; border-top: 1px solid #edf0f4; font-size: .76rem; font-weight: 700; }
.n77-institutional__nav a:hover { color: var(--n77-red); }
.n77-details { display: grid; grid-template-columns: 170px minmax(0,1fr); margin: 15px 0; }
.n77-details dt, .n77-details dd { margin: 0; padding: 11px 0; border-bottom: 1px solid #e8edf3; }
.n77-details dt { color: var(--n77-blue); font-size: .76rem; font-weight: 800; }
.n77-info-note { margin: 22px 0; padding: 16px 18px; color: #735400; background: #fff8db; border: 1px solid #efdfa0; border-radius: 9px; font-size: .8rem; line-height: 1.55; }
.n77-contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.n77-contact-grid section { padding: 22px; background: #f7f9fc; border: 1px solid #dfe6ef; border-radius: 10px; }
.n77-contact-grid section h2 { margin-top: 0; }
.n77-button-link { display: inline-block; padding: 11px 16px; color: #fff !important; background: var(--n77-blue); border-radius: 8px; font-size: .76rem; font-weight: 800; }

@media (max-width: 760px) {
	.n77-institutional__hero { padding: 30px 0 26px; }
	.n77-institutional__back { margin-bottom: 20px; }
	.n77-institutional__layout { grid-template-columns: 1fr; gap: 18px; padding-top: 18px; padding-bottom: 34px; }
	.n77-institutional__content { padding: 24px 18px; border-radius: 10px; }
	.n77-institutional__content h2 { margin-top: 26px; font-size: 1.08rem; }
	.n77-institutional__content p, .n77-institutional__content li, .n77-institutional__content dd { font-size: .82rem; line-height: 1.65; }
	.n77-institutional__lead { font-size: .96rem !important; }
	.n77-institutional__nav { position: static; order: -1; }
	.n77-details { grid-template-columns: 1fr; }
	.n77-details dt { padding-bottom: 2px; border-bottom: 0; }
	.n77-details dd { padding-top: 2px; }
	.n77-contact-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
