/* Arses Classic Pro 3.2.0 — newsroom visual system */
:root{--news-ink:#161616;--news-muted:#6d675e;--news-paper:#fffdf8;--news-line:#ddd3c2;--news-red:#9f1d20;--news-gold:#c59a38;--news-soft:#f4eee3}
.arses-newsroom-bar{max-width:1240px;margin:0 auto;min-height:40px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:7px 14px;border-bottom:1px solid var(--news-line);font-size:12px;background:rgba(255,255,255,.72);backdrop-filter:blur(8px)}
.arses-newsroom-live{display:flex;align-items:center;gap:8px;white-space:nowrap}.arses-newsroom-live strong{font-size:13px}.arses-live-dot{width:8px;height:8px;border-radius:50%;background:var(--news-red);box-shadow:0 0 0 4px rgba(159,29,32,.12);animation:arses-pulse 1.8s infinite}.arses-newsroom-latest{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;color:inherit}.arses-newsroom-latest:hover{color:var(--news-red)}.arses-newsroom-bar time{font-variant-numeric:tabular-nums;font-weight:800}
@keyframes arses-pulse{0%,100%{opacity:1}50%{opacity:.45}}

.arses-newsroom-nav{display:flex;align-items:center;gap:16px;padding:8px 14px;border-block:1px solid var(--news-line);background:#f8f3ea}.arses-newsroom-nav-label{font-size:11px;font-weight:900;white-space:nowrap;display:flex;align-items:center;gap:7px;color:var(--news-red)}.arses-newsroom-nav-scroll{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.arses-newsroom-nav-scroll::-webkit-scrollbar{display:none}.arses-newsroom-nav-scroll a{display:inline-flex;align-items:center;white-space:nowrap;padding:5px 11px;border:1px solid #d8ccb8;border-radius:999px;background:#fffdf8;color:#27231e;text-decoration:none;font-size:11px;font-weight:800;transition:.18s ease}.arses-newsroom-nav-scroll a:hover{border-color:var(--news-red);color:var(--news-red);transform:translateY(-1px)}

.arses-header-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:10px 0;border-top:1px solid var(--news-line);border-bottom:1px solid var(--news-line)}.arses-highlight-item{display:flex;align-items:center;gap:10px;padding:9px 12px;text-decoration:none;color:inherit;border-inline-start:1px solid var(--news-line);min-width:0}.arses-highlight-item:first-child{border-inline-start:0}.arses-highlight-media{flex:0 0 52px;width:52px;height:52px;border-radius:6px;overflow:hidden;background:#e9dfcc}.arses-highlight-media img{width:52px;height:52px;object-fit:cover;display:block}.arses-highlight-copy{min-width:0}.arses-highlight-cat{display:block;color:var(--news-red);font-size:10px;font-weight:900;letter-spacing:.03em;margin-bottom:2px}.arses-highlight-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.6;font-weight:800}.arses-highlight-item:hover .arses-highlight-title{color:var(--news-red)}

.single-post.arses-news-article{max-width:920px;margin-inline:auto}.arses-newsroom-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:8px 0 18px;padding:9px 12px;border:1px solid var(--news-line);background:var(--news-soft);font-size:11px;color:#665d50}.arses-newsroom-meta span+span{border-inline-start:1px solid #cfc3af;padding-inline-start:18px}.arses-news-featured{margin:18px 0 20px;position:relative}.arses-news-featured:after{content:"";position:absolute;inset:auto 0 0;height:25%;background:linear-gradient(transparent,rgba(0,0,0,.18));pointer-events:none}.arses-news-body{font-size:18px;line-height:2.25;max-width:780px;margin-inline:auto}.arses-news-body p{margin:0 0 1.25em}.arses-news-body h2,.arses-news-body h3{font-weight:900;line-height:1.6;margin:1.6em 0 .65em}.arses-news-body blockquote{margin:1.5em 0;padding:12px 20px;border-inline-start:4px solid var(--news-red);background:var(--news-soft);font-weight:700}.arses-news-body img{max-width:100%;height:auto}.arses-news-body .wp-caption{max-width:100%}.arses-related-news{max-width:1100px;margin:42px auto 10px;padding-top:28px;border-top:4px double #222}.arses-section-heading{display:flex;align-items:end;gap:12px;margin-bottom:16px}.arses-section-heading span{color:var(--news-red);font-size:11px;font-weight:900}.arses-section-heading h2{margin:0;font-size:24px;font-weight:900}.arses-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.arses-related-card{border:1px solid var(--news-line);background:var(--news-paper);overflow:hidden}.arses-related-media{display:block;aspect-ratio:16/10;background:#e9dfcc;overflow:hidden}.arses-related-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.arses-related-card:hover .arses-related-media img{transform:scale(1.04)}.arses-related-media>span{display:grid;place-items:center;height:100%;font-size:12px;font-weight:900;letter-spacing:2px;color:var(--news-red)}.arses-related-copy{padding:11px}.arses-related-copy>span{font-size:10px;font-weight:900;color:var(--news-red)}.arses-related-copy h3{font-size:15px;line-height:1.65;margin:5px 0 7px}.arses-related-copy h3 a{text-decoration:none}.arses-related-copy time{font-size:10px;color:#81786b}

.arses-night .arses-newsroom-bar{background:rgba(20,20,20,.9);border-color:#444}.arses-night .arses-newsroom-nav{background:#202020;border-color:#444}.arses-night .arses-newsroom-nav-scroll a{background:#292929;color:#eee;border-color:#4a4a4a}.arses-night .arses-header-highlights{border-color:#414141}.arses-night .arses-highlight-item{border-color:#414141}.arses-night .arses-newsroom-meta,.arses-night .arses-news-body blockquote{background:#252525;border-color:#4a4a4a;color:#bbb}.arses-night .arses-related-card{background:#1f1f1f;border-color:#444}

@media(max-width:900px){.arses-newsroom-bar{grid-template-columns:auto 1fr;gap:8px 12px}.arses-newsroom-bar time{display:none}.arses-newsroom-nav{padding-inline:10px}.arses-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.arses-header-highlights{grid-template-columns:1fr}.arses-highlight-item{border-inline-start:0;border-top:1px solid var(--news-line)}.arses-highlight-item:first-child{border-top:0}}
@media(max-width:560px){.arses-newsroom-bar{font-size:10px;padding-inline:10px}.arses-newsroom-live span:not(.arses-live-dot){display:none}.arses-newsroom-nav-label{display:none}.arses-newsroom-nav{padding-block:7px}.arses-related-grid{grid-template-columns:1fr}.arses-newsroom-meta{font-size:10px;gap:7px 10px}.arses-newsroom-meta span+span{padding-inline-start:10px}.arses-news-body{font-size:17px;line-height:2.1}.arses-section-heading h2{font-size:20px}.arses-highlight-media{flex-basis:44px;width:44px;height:44px}.arses-highlight-media img{width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.arses-live-dot,.arses-related-media img{animation:none;transition:none}}
@media print{.arses-newsroom-bar,.arses-newsroom-nav,.arses-header-highlights,.arses-related-news,.arses-news-tools,.arses-post-nav,.arses-author-box,.arses-comments-section{display:none!important}.arses-news-body{max-width:none;font-size:14pt;line-height:1.9}}
