:root{--bg:#fff;--surface:#f7f7f8;--text:#111;--muted:#666;--line:#e5e5e5;--brand:#b00020;--brand2:#7a0016;--max:1220px;--radius:10px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.pm-wrap{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.pm-utility{border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.pm-utility__inner{height:34px;display:flex;align-items:center;justify-content:space-between}.pm-actions{display:flex;gap:8px}.pm-actions button,.pm-nav button,.pm-sectionhead button,.pm-articletools button{border:0;background:transparent;color:inherit;cursor:pointer}.pm-brandrow{height:92px;display:flex;align-items:center;justify-content:space-between}.pm-brand img{width:min(290px,62vw);max-height:66px}.pm-tagline{color:var(--muted);font-weight:600}.pm-nav{position:sticky;top:0;z-index:40;background:#111;color:#fff}.pm-nav__inner{height:46px;display:flex;align-items:center;gap:16px}.pm-menu{list-style:none;display:flex;gap:20px;align-items:center;margin:0;padding:0;white-space:nowrap;overflow:auto;scrollbar-width:none;flex:1}.pm-menu a{font-size:14px;font-weight:700}.pm-menu-toggle{display:none}.pm-breaking{background:var(--brand);color:#fff}.pm-breaking__inner{height:40px;display:flex;align-items:center;gap:18px}.pm-breaking strong{font-size:13px;white-space:nowrap}.pm-ticker{overflow:hidden;flex:1}.pm-ticker>div{display:flex;gap:40px;width:max-content;animation:ticker 28s linear infinite}.pm-ticker a{font-size:14px}.pm-ticker:hover>div{animation-play-state:paused}@keyframes ticker{to{transform:translateX(-50%)}}.pm-home{padding-block:22px 50px}.pm-section{margin:22px 0 42px}.pm-sectionhead{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #111;margin-bottom:16px}.pm-sectionhead h2{font-family:Georgia,serif;font-size:25px;margin:0 0 8px}.pm-sectionhead>a{font-size:13px;color:var(--brand);font-weight:700}.pm-dot{display:inline-block;width:10px;height:10px;background:#e0002a;border-radius:50%;box-shadow:0 0 0 5px rgba(224,0,42,.12);margin-right:7px}.pm-livegrid,.pm-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pm-topgrid{display:grid;grid-template-columns:1.65fr 1fr;gap:24px}.pm-topside{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pm-card{min-width:0}.pm-card__media{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface);border-radius:var(--radius)}.pm-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.pm-card:hover img{transform:scale(1.025)}.pm-placeholder{height:100%;display:grid;place-items:center;font-weight:900;color:#aaa}.pm-live-badge,.pm-live-label{background:#e0002a;color:white;border-radius:4px;font-size:11px;font-weight:900;padding:4px 7px}.pm-live-badge{position:absolute;left:8px;top:8px}.pm-card__meta{font-size:11px;color:var(--brand);font-weight:800;margin-top:10px}.pm-card h3{font-family:Georgia,serif;font-size:18px;line-height:1.24;margin:6px 0}.pm-card p{color:var(--muted);margin:8px 0}.pm-card--large h3{font-size:34px}.pm-card--large .pm-card__meta{margin-top:13px}.pm-horizontal{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,30%);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.pm-horizontal .pm-card{scroll-snap-align:start}.pm-ranked{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.pm-ranked a{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.pm-ranked span{font:700 30px Georgia;color:#bbb}.pm-poll{background:var(--surface);padding:24px;border-radius:14px}.pm-pollopts{display:flex;flex-wrap:wrap;gap:10px}.pm-pollopts button,.pm-primary{border:1px solid var(--line);background:var(--bg);padding:10px 16px;border-radius:99px;cursor:pointer;font-weight:700}.pm-pollopts button:hover,.pm-primary{background:var(--brand);color:#fff}.pm-district-tabs{display:flex;gap:8px;overflow:auto;margin:0 0 18px}.pm-district-tabs a{white-space:nowrap;border:1px solid var(--line);border-radius:99px;padding:7px 12px;font-size:13px}.pm-modal{position:fixed;inset:0;background:#0008;z-index:90;display:grid;place-items:center;padding:20px}.pm-modal[hidden]{display:none!important}.pm-modalbox{background:var(--bg);width:min(520px,100%);padding:24px;border-radius:14px;position:relative}.pm-modalclose{position:absolute;right:14px;top:10px;border:0;background:none;font-size:28px}.pm-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.pm-article{max-width:900px;padding-block:34px 60px}.pm-breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:18px}.pm-article h1{font:700 clamp(34px,5vw,58px)/1.08 Georgia,serif;margin:12px 0}.pm-summary{font-size:20px;color:#444;border-left:4px solid var(--brand);padding-left:16px}.pm-articlemeta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;border-bottom:1px solid var(--line);padding-bottom:14px}.pm-articletools{display:flex;gap:8px;align-items:center;padding:14px 0}.pm-articletools button{background:var(--surface);padding:8px 12px;border-radius:99px}.pm-lang{display:flex;gap:4px;overflow:auto}.pm-heroimg{margin:10px 0 26px}.pm-heroimg img{width:100%;border-radius:12px}.pm-content{font-family:Georgia,serif;font-size:19px;line-height:1.8}.pm-content img{margin:22px auto}.pm-sharebar{display:flex;gap:10px;border-top:1px solid var(--line);margin-top:30px;padding-top:20px}.pm-sharebar a{background:var(--surface);padding:8px 12px;border-radius:99px;font-size:13px}.pm-swipe-nav{display:flex;justify-content:space-between;color:var(--muted);padding:10px 20px 40px;max-width:900px;margin:auto}.pm-archive,.pm-page{padding-block:32px 60px}.pm-archivehead h1,.pm-page h1{font:700 38px Georgia}.pm-footer{background:#101010;color:#ddd;margin-top:40px;padding:42px 0 16px}.pm-footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.pm-footerlogo{width:220px}.pm-footer h4{color:#fff}.pm-socials{display:flex;flex-direction:column;gap:8px}.pm-copy{border-top:1px solid #333;margin-top:30px;padding-top:14px;font-size:12px;color:#999}body.pm-dark{--bg:#111214;--surface:#1b1d20;--text:#f5f5f5;--muted:#aaa;--line:#2b2e33}body.pm-dark .pm-summary{color:#ccc}.pm-offline{position:fixed;bottom:10px;left:50%;transform:translateX(-50%);background:#111;color:#fff;padding:8px 12px;border-radius:99px;z-index:100;font-size:12px}
@media(max-width:900px){.pm-livegrid,.pm-grid{grid-template-columns:repeat(2,1fr)}.pm-topgrid{grid-template-columns:1fr}.pm-topside{grid-template-columns:repeat(2,1fr)}.pm-tagline{display:none}.pm-footergrid{grid-template-columns:1fr 1fr}.pm-card--large h3{font-size:30px}}
@media(max-width:600px){.pm-wrap{width:min(100% - 22px,var(--max))}.pm-brandrow{height:72px}.pm-nav__inner{height:44px}.pm-menu-toggle{display:block}.pm-menu{display:none;position:absolute;top:44px;left:0;right:0;background:#111;flex-direction:column;align-items:flex-start;padding:16px 20px;max-height:70vh;overflow:auto}.pm-menu.is-open{display:flex}.pm-breaking__inner{height:38px}.pm-breaking strong{font-size:11px}.pm-livegrid,.pm-grid{grid-template-columns:1fr 1fr;gap:14px}.pm-topside{gap:14px}.pm-card h3{font-size:16px}.pm-card--large h3{font-size:29px}.pm-card--large p{font-size:15px}.pm-horizontal{grid-auto-columns:76%}.pm-ranked{grid-template-columns:1fr}.pm-section{margin-bottom:34px}.pm-sectionhead h2{font-size:23px}.pm-footergrid{grid-template-columns:1fr}.pm-article h1{font-size:36px}.pm-summary{font-size:18px}.pm-content{font-size:18px}.pm-articletools{flex-wrap:wrap}.pm-lang{width:100%}.pm-checks{grid-template-columns:1fr}.pm-brand img{width:230px}}
body.pm-modal-open{overflow:hidden}
