:root {
    --ptm-red: #e5181f;
    --ptm-dark: #121212;
    --ptm-text: #1d1d1f;
    --ptm-muted: #737373;
    --ptm-line: #e8e8e8;
    --ptm-soft: #f6f6f6;
    --ptm-white: #ffffff;
    --ptm-radius: 4px;
    --ptm-container: 1340px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ptm-text); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ptm-red); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ptm-skip-link:focus { width: auto; height: auto; clip: auto; margin: 8px; padding: 10px 14px; z-index: 9999; background: #fff; }
.ptm-container { width: min(100% - 40px, var(--ptm-container)); margin-inline: auto; }

.ptm-topbar { border-bottom: 1px solid var(--ptm-line); font-size: 12px; color: #3e3e3e; }
.ptm-topbar-inner { min-height: 36px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.ptm-topbar-left, .ptm-trending-mini, .ptm-social-mini { display: flex; align-items: center; gap: 10px; }
.ptm-trending-mini { min-width: 0; overflow: hidden; white-space: nowrap; }
.ptm-trending-mini strong { color: var(--ptm-red); }
.ptm-trending-mini a { overflow: hidden; text-overflow: ellipsis; }
.ptm-social-mini a { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; }

.ptm-branding { padding: 18px 0; }
.ptm-branding-inner { display: grid; grid-template-columns: minmax(470px, .95fr) minmax(0, 1.65fr); gap: 28px; align-items: center; }
.ptm-logo-wrap { min-width: 0; position: relative; z-index: 2; }
.custom-logo { max-height: 78px; width: auto; }
.ptm-text-logo { display: inline-flex; align-items: baseline; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: clamp(34px, 3.15vw, 50px); letter-spacing: -2.2px; white-space: nowrap; line-height: 1; }
.ptm-text-logo strong { color: var(--ptm-red); }
.ptm-text-logo em { font-family: Arial, sans-serif; font-size: .42em; letter-spacing: -1px; font-style: normal; }
.ptm-tagline { margin: 8px 0 0; font-size: 14px; font-weight: 600; color: #333; }
.ptm-header-ad { min-height: 92px; padding: 18px 24px; display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; color: #fff; border-radius: 2px; background: linear-gradient(115deg, #090909 0 55%, #3d0005 78%, #080808 100%); overflow: hidden; position: relative; }
.ptm-header-ad::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(229,24,31,.45), transparent 30%); pointer-events: none; }
.ptm-header-ad > * { position: relative; z-index: 1; }
.ptm-header-ad-copy { display: grid; }
.ptm-header-ad-copy strong { font-size: 16px; }
.ptm-header-ad-copy small { color: #d8d8d8; }
.ptm-header-ad-button { padding: 10px 22px; background: var(--ptm-red); font-size: 12px; font-weight: 800; border-radius: 2px; }
.ptm-header-ad-size { text-align: right; font-weight: 800; line-height: 1.2; }
.ptm-header-ad-size small { font-size: 10px; font-weight: 400; }

.ptm-navigation { position: sticky; top: 0; z-index: 1000; background: var(--ptm-dark); box-shadow: 0 4px 14px rgba(0,0,0,.08); }
body.admin-bar .ptm-navigation { top: 32px; }
.ptm-navigation-inner { min-height: 46px; display: flex; align-items: stretch; }
.ptm-home-button { width: 48px; display: grid; place-items: center; color: #fff; background: var(--ptm-red); font-size: 24px; }
.ptm-menu-wrap { flex: 1; min-width: 0; }
.ptm-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; height: 100%; }
.ptm-menu li { position: relative; }
.ptm-menu a { min-height: 46px; padding: 0 16px; display: flex; align-items: center; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .15px; white-space: nowrap; border-bottom: 3px solid transparent; }
.ptm-menu .current-menu-item > a, .ptm-menu a:hover { border-color: var(--ptm-red); color: #fff; }
.ptm-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; padding: 8px 0; margin: 0; list-style: none; background: #151515; box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.ptm-menu li:hover > .sub-menu { display: block; }
.ptm-menu .sub-menu a { min-height: 38px; text-transform: none; }
.ptm-search-toggle, .ptm-menu-toggle { border: 0; color: #fff; background: transparent; cursor: pointer; }
.ptm-search-toggle { width: 48px; font-size: 25px; }
.ptm-menu-toggle { display: none; width: 46px; padding: 12px; }
.ptm-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; }
.ptm-search-panel { padding: 14px 0; background: #1a1a1a; }
.ptm-search-panel form, .ptm-404 form { display: flex; }
.ptm-search-panel input, .ptm-404 input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid #ddd; }
.ptm-search-panel button, .ptm-404 button { padding: 12px 18px; color: #fff; border: 0; background: var(--ptm-red); }

.ptm-breaking { border-bottom: 1px solid var(--ptm-line); background: #fff; }
.ptm-breaking-inner { min-height: 42px; display: flex; align-items: stretch; overflow: hidden; }
.ptm-breaking-label { flex: 0 0 auto; padding: 0 18px; display: flex; align-items: center; color: #fff; background: var(--ptm-red); font-size: 12px; }
.ptm-breaking-track { min-width: 0; flex: 1; display: flex; align-items: center; overflow: hidden; white-space: nowrap; }
.ptm-breaking-track a { flex: 0 0 auto; padding: 0 22px; border-right: 1px solid var(--ptm-line); font-size: 12px; }
.ptm-breaking-track time { margin-right: 15px; color: var(--ptm-red); font-weight: 800; }

.site-main { min-height: 50vh; }
.ptm-home-layout, .ptm-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; padding-top: 18px; padding-bottom: 48px; }
.ptm-home-main, .ptm-content-column { min-width: 0; }

.ptm-hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(250px, .85fr) minmax(220px, .62fr); gap: 8px; min-height: 480px; }
.ptm-hero-secondary { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }
.ptm-hero-card { min-height: 0; overflow: hidden; border-radius: var(--ptm-radius); background: #111; }
.ptm-hero-image { display: block; height: 100%; position: relative; }
.ptm-hero-image img, .ptm-card-image img, .ptm-archive-thumb img, .ptm-popular-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ptm-hero-image img, .ptm-card-image img { transition: transform .35s ease; }
.ptm-hero-image:hover img, .ptm-card-image:hover img { transform: scale(1.025); }
.ptm-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.88) 100%); }
.ptm-hero-content { position: absolute; inset: auto 0 0; padding: 24px; color: #fff; }
.ptm-hero-card--small .ptm-hero-content { padding: 18px; }
.ptm-hero-card h1, .ptm-hero-card h2 { margin: 10px 0 6px; font-family: Georgia, 'Times New Roman', serif; line-height: 1.07; text-wrap: balance; }
.ptm-hero-card h1 { max-width: 14ch; font-size: clamp(30px, 2.55vw, 42px); }
.ptm-hero-card h2 { font-size: clamp(19px, 1.55vw, 22px); }
.ptm-category-label { display: inline-flex; align-items: center; min-height: 22px; padding: 4px 8px; color: #fff; background: var(--ptm-red); border-radius: 2px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .25px; }
.ptm-entry-meta { color: var(--ptm-muted); font-size: 12px; }
.ptm-hero-card .ptm-entry-meta { color: #e6e6e6; }
.ptm-news-just-in { border: 1px solid var(--ptm-line); background: #fff; }
.ptm-news-just-in h2 { margin: 0; padding: 16px; display: flex; gap: 8px; align-items: center; border-bottom: 1px solid var(--ptm-line); font-size: 15px; text-transform: uppercase; }
.ptm-news-just-in h2 span { color: var(--ptm-red); }
.ptm-just-in-list a { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 13px 14px; border-bottom: 1px solid var(--ptm-line); font-size: 12px; line-height: 1.35; }
.ptm-just-in-list time { color: var(--ptm-red); font-weight: 800; }

.ptm-home-section { margin-top: 22px; }
.ptm-section-header, .ptm-page-header { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 12px; border-bottom: 1px solid var(--ptm-line); }
.ptm-section-header h2, .ptm-page-header h1 { margin: 0; padding: 0 0 10px 12px; position: relative; font-size: 17px; text-transform: uppercase; }
.ptm-section-header h2::before, .ptm-page-header h1::before { content: ''; position: absolute; left: 0; top: 2px; bottom: 12px; width: 4px; background: var(--ptm-red); }
.ptm-section-header a { color: var(--ptm-muted); font-size: 11px; }
.ptm-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ptm-card { min-width: 0; }
.ptm-card-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 4px; background: #ddd; }
.ptm-card-image .ptm-category-label { position: absolute; left: 8px; bottom: 8px; }
.ptm-card-body h3 { margin: 9px 0 6px; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.22; }
.ptm-card-body .ptm-entry-meta { font-size: 11px; }
.ptm-image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #d7d7d7, #efefef); }

.ptm-sidebar { min-width: 0; }
.ptm-widget { margin-bottom: 18px; padding: 14px; border: 1px solid var(--ptm-line); background: #fff; }
.widget-title { margin: 0 0 14px; padding: 0 0 10px 10px; position: relative; border-bottom: 1px solid var(--ptm-line); font-size: 15px; text-transform: uppercase; }
.widget-title::before { content: ''; position: absolute; left: 0; top: 1px; bottom: 11px; width: 3px; background: var(--ptm-red); }
.ptm-popular-item { display: grid; grid-template-columns: 24px 72px 1fr; gap: 9px; align-items: start; padding: 9px 0; border-bottom: 1px solid var(--ptm-line); }
.ptm-popular-item:last-child { border-bottom: 0; }
.ptm-rank { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--ptm-red); font-weight: 800; font-size: 11px; }
.ptm-popular-thumb { height: 54px; overflow: hidden; border-radius: 2px; }
.ptm-popular-item h3 { margin: 0 0 5px; font-size: 12px; line-height: 1.3; }
.ptm-popular-item span:not(.ptm-rank) { color: var(--ptm-muted); font-size: 10px; }
.ptm-simple-post-list, .ptm-split-widget ul, .ptm-widget ul { list-style: none; margin: 0; padding: 0; }
.ptm-simple-post-list li { padding: 9px 0; border-bottom: 1px solid var(--ptm-line); }
.ptm-simple-post-list a { display: block; font-size: 12px; font-weight: 700; }
.ptm-simple-post-list span { color: var(--ptm-muted); font-size: 10px; }
.ptm-split-widget { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ptm-split-widget li { display: flex; justify-content: space-between; gap: 8px; padding: 5px 0; font-size: 11px; border-bottom: 1px dashed #eee; }
.ptm-follow-widget form { display: flex; }
.ptm-follow-widget input { width: 100%; min-width: 0; padding: 10px; border: 1px solid #ddd; }
.ptm-follow-widget button { padding: 0 12px; border: 0; color: #fff; background: var(--ptm-red); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ptm-social-row, .ptm-footer-social { display: flex; gap: 9px; margin-top: 12px; }
.ptm-social-row a, .ptm-footer-social a { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #222; font-weight: 800; }
.ptm-ad-box { min-height: 250px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; color: #fff; background: linear-gradient(145deg, #1b1b1b, #020202); }
.ptm-ad-box span { font-size: 28px; }
.ptm-ad-box small { color: #aaa; }

.ptm-content-layout { padding-top: 34px; }
.ptm-page-header { align-items: end; }
.ptm-page-header h1 { font-size: 28px; text-transform: none; }
.ptm-archive-description { color: var(--ptm-muted); }
.ptm-archive-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 20px; padding: 0 0 22px; margin: 0 0 22px; border-bottom: 1px solid var(--ptm-line); }
.ptm-archive-thumb { min-height: 165px; overflow: hidden; border-radius: 4px; }
.ptm-archive-content h2 { margin: 8px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; line-height: 1.15; }
.ptm-excerpt { color: #555; }

.ptm-single-header { max-width: 860px; margin: 34px auto 24px; text-align: center; }
.ptm-single-header h1 { margin: 16px 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; text-wrap: balance; }
.ptm-lead { margin: 0 auto 18px; max-width: 760px; color: #555; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; }
.ptm-single-featured { margin: 0 0 26px; }
.ptm-single-featured img { width: 100%; }
.ptm-single-content { max-width: 760px; margin-inline: auto; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.8; }
.ptm-single-content h2, .ptm-single-content h3 { font-family: Arial, Helvetica, sans-serif; line-height: 1.25; }
.ptm-single-content a { color: var(--ptm-red); text-decoration: underline; }
.ptm-single-content .alignleft { float: left; margin: 8px 24px 14px 0; }
.ptm-single-content .alignright { float: right; margin: 8px 0 14px 24px; }
.ptm-single-content .aligncenter { display: block; margin: 20px auto; }
.ptm-single-footer { max-width: 760px; margin: 28px auto; }
.ptm-tags a { display: inline-block; margin: 4px; padding: 6px 10px; background: var(--ptm-soft); font-size: 12px; }
.ptm-comments { max-width: 760px; margin: 36px auto; }

.ptm-page-wrap { max-width: 980px; padding-top: 34px; padding-bottom: 50px; }
.entry-content::after { content: ''; display: table; clear: both; }
.ptm-empty-state, .ptm-404 { padding: 80px 20px; text-align: center; }
.ptm-404 span { display: block; color: var(--ptm-red); font-size: 120px; line-height: 1; font-weight: 900; }
.ptm-404 form { max-width: 560px; margin: 24px auto; }
.ptm-button { display: inline-block; padding: 12px 20px; color: #fff; background: var(--ptm-red); font-weight: 800; }

.site-footer { padding: 42px 0; color: #d7d7d7; background: radial-gradient(circle at 50% 0%, #272727, #0e0e0e 45%, #080808 100%); }
.ptm-footer-grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 34px; }
.site-footer h2, .site-footer .widget-title { margin: 0 0 16px; padding: 0; border: 0; color: #fff; font-size: 14px; text-transform: uppercase; }
.site-footer .widget-title::before { display: none; }
.site-footer p, .site-footer li, .site-footer a { color: #c8c8c8; font-size: 12px; }
.ptm-footer-menu, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 8px; }
.ptm-footer-tags ul { display: flex; flex-wrap: wrap; gap: 7px; }
.ptm-footer-tags li { margin: 0; }
.ptm-footer-tags a { display: inline-block; padding: 6px 10px; border: 1px solid #3c3c3c; border-radius: 3px; }
.ptm-copyright { color: #8f8f8f !important; }
.nav-links { display: flex; gap: 8px; margin-top: 24px; }
.page-numbers { padding: 8px 12px; border: 1px solid var(--ptm-line); }
.page-numbers.current { color: #fff; border-color: var(--ptm-red); background: var(--ptm-red); }

/* v1.0.6 editable sidebar widget zones */
.ptm-widget-empty { margin: 0; color: var(--ptm-muted); font-size: 12px; }
.ptm-popular-item--no-thumb { grid-template-columns: 24px minmax(0, 1fr); }
.ptm-popular-copy { min-width: 0; }
.ptm-split-widget--single { grid-template-columns: 1fr; }
.ptm-split-cell { min-width: 0; }
.ptm-split-cell .widget-title { margin-bottom: 10px; }
.ptm-taxonomy-list li { display: flex; justify-content: space-between; gap: 8px; padding: 5px 0; font-size: 11px; border-bottom: 1px dashed #eee; }
.ptm-taxonomy-list li:last-child { border-bottom: 0; }
.ptm-follow-widget .ptm-social-row:empty { display: none; }
.ptm-ad-box { padding: 0; overflow: hidden; }
.ptm-ad-placeholder { min-height: 250px; width: 100%; padding: 18px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; color: #fff; background: linear-gradient(145deg, #1b1b1b, #020202); }
.ptm-ad-placeholder span { font-size: 28px; }
.ptm-ad-placeholder small { color: #aaa; }
.ptm-ad-image { display: block; width: 100%; }
.ptm-ad-image img { width: 100%; height: auto; }
