:root{--color-primary: #c4170c;--color-accent: #1f7aec;--color-ink: #101828;--color-text: #253041;--color-muted: #667085;--color-border: #e4e7ec;--color-surface: #ffffff;--color-surface-alt: #f8fafc;--color-bg: #f3f5f8;--category-badge-bg: #c4170c;--category-badge-text: #ffffff;--font-heading: 'Inter', 'Segoe UI', sans-serif;--font-body: 'Source Serif 4', Georgia, serif;--font-size-base: 17px;--line-height-base: 1.7;--hero-height: 620px;--card-padding: 24px;--card-title-size: 1.35rem;--dark-bg: #0b1220;--dark-surface: #111827;--dark-text: #e5e7eb;--shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.08);--radius-sm: 16px;--radius-md: 24px;--radius-lg: 32px;--container: 1320px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--color-text);font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-base);background:radial-gradient(circle at top, rgba(196, 23, 12, 0.05), transparent 30%),linear-gradient(180deg, #fcfdff 0%, var(--color-bg) 100%)}img{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.site-shell,.header-container,.footer-content{width:min(100% - 32px,var(--container));margin:0 auto}.site-main{padding:24px 0 0}.section-kicker{display:inline-flex;align-items:center;margin:0 0 10px;color:var(--color-primary);font-family:var(--font-heading);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.section-heading{margin-bottom:20px}.section-heading h1,.section-heading h2,.section-heading h3,.section-heading h4{margin:0;color:var(--color-ink);font-family:var(--font-heading);line-height:1.05}.section-heading p{margin:8px 0 0;color:var(--color-muted);font-family:var(--font-heading)}.section-heading-inline{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:rgba(31,122,236,.08);color:var(--color-accent);font-family:var(--font-heading);font-weight:700;text-decoration:none}.category-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 14px;border-radius:999px;background:var(--category-badge-bg);color:var(--category-badge-text);font-family:var(--font-heading);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.category-badge-inline{margin-bottom:14px}.post-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;color:var(--color-muted);font-family:var(--font-heading);font-size:.83rem;font-weight:500}.image-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:180px;padding:24px;color:var(--color-muted);text-align:center;background:linear-gradient(120deg, rgba(196, 23, 12, 0.08), rgba(31, 122, 236, 0.08)),#eef2f7}.image-placeholder.small{min-height:88px}.newsletter-form{display:flex;gap:12px;flex-wrap:wrap}.newsletter-form input[type=email]{flex:1 1 240px;min-height:52px;padding:0 18px;border:1px solid hsla(0,0%,100%,.24);border-radius:999px;background:hsla(0,0%,100%,.12);color:#fff}.newsletter-form input::placeholder{color:hsla(0,0%,100%,.78)}.newsletter-form button{min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fff;color:var(--color-ink);font-family:var(--font-heading);font-weight:800;cursor:pointer}.pagination-wrap{margin-top:30px}.pagination-wrap .nav-links{display:flex;gap:12px;flex-wrap:wrap}.pagination-wrap a,.pagination-wrap span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 16px;border-radius:999px;background:var(--color-surface);box-shadow:var(--shadow-soft);font-family:var(--font-heading);text-decoration:none}.pagination-wrap .current{background:var(--color-primary);color:#fff}.empty-state{padding:32px;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}@media(prefers-color-scheme: dark){body.has-dark-mode{color:var(--dark-text);background:linear-gradient(180deg, #0a0f19 0%, var(--dark-bg) 100%)}body.has-dark-mode .empty-state,body.has-dark-mode .editorial-post-card,body.has-dark-mode .hero-main-card,body.has-dark-mode .hero-secondary-card,body.has-dark-mode .sidebar-panel,body.has-dark-mode .single-article,body.has-dark-mode .site-footer,body.has-dark-mode .site-header,body.has-dark-mode .main-navigation{background:var(--dark-surface);color:var(--dark-text)}body.has-dark-mode .section-heading h1,body.has-dark-mode .section-heading h2,body.has-dark-mode .section-heading h3,body.has-dark-mode .site-title a,body.has-dark-mode .editorial-card-title a,body.has-dark-mode .compact-content h3 a,body.has-dark-mode .single-title{color:#f8fafc}body.has-dark-mode .section-heading p,body.has-dark-mode .post-meta,body.has-dark-mode .site-description{color:rgba(229,231,235,.76)}body.has-dark-mode .search-form .search-field,body.has-dark-mode .mobile-menu-toggle{border-color:rgba(229,231,235,.14);background:rgba(17,24,39,.92);color:var(--dark-text)}body.has-dark-mode .tag-cloud a,body.has-dark-mode .section-action{background:rgba(31,122,236,.16)}}@media(max-width: 860px){.section-heading-inline{align-items:start;flex-direction:column}}@media(max-width: 640px){.site-main{padding-top:18px}.newsletter-form{flex-direction:column}.newsletter-form input[type=email],.newsletter-form button{width:100%}}.site-header{position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,24,40,.08)}.header-topbar{background:var(--color-primary);color:#fff;font-family:var(--font-heading)}.header-topbar .header-container{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:10px 0}.topbar-highlight{display:flex;align-items:center;gap:12px;min-width:0}.topbar-label{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:hsla(0,0%,100%,.16);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.topbar-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-main .header-container{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 0}.branding-wrap{display:flex;align-items:center;gap:18px}.branding-wrap-logo-only .site-logo .custom-logo{max-height:82px}.site-logo-link,.site-title a{text-decoration:none}.site-logo{flex-shrink:0}.site-logo .custom-logo{width:auto;max-width:260px;max-height:76px}.site-logo-fallback{display:inline-flex;align-items:center;min-height:62px;padding:0 18px;border-radius:18px;background:var(--color-primary);color:#fff;font-family:var(--font-heading);font-size:1.1rem;font-weight:800}.site-title{margin:0;font-family:var(--font-heading);font-size:clamp(1.8rem,2vw,2.8rem);font-weight:800;line-height:1}.site-description{margin:8px 0 0;max-width:680px;color:var(--color-muted);font-family:var(--font-heading)}.header-tools{display:flex;align-items:center;gap:16px}.header-search{width:min(320px,100%)}.search-form{display:flex;gap:8px}.search-form .search-field{width:100%;min-height:48px;padding:0 18px;border:1px solid var(--color-border);border-radius:999px;background:#fff}.search-form .search-submit{min-height:48px;padding:0 18px;border:0;border-radius:999px;background:var(--color-primary);color:#fff;font-family:var(--font-heading);font-weight:700;cursor:pointer}.mobile-menu-toggle{display:none;width:48px;height:48px;padding:0;border:1px solid var(--color-border);border-radius:16px;background:#fff;cursor:pointer}.mobile-menu-toggle span{display:block;width:22px;height:2px;margin:5px auto;background:var(--color-ink)}.main-navigation{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:hsla(0,0%,100%,.98)}.main-navigation .header-container{display:flex;align-items:center;gap:24px;justify-content:center}.nav-home-link{display:inline-flex;align-items:center;min-height:56px;color:var(--color-primary);font-family:var(--font-heading);font-weight:800;text-decoration:none}.nav-menu{flex:0 1 auto}.nav-menu ul,.nav-menu .menu,.nav-menu div>ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;justify-content:center}.nav-menu a{display:inline-flex;align-items:center;min-height:56px;padding:0 14px;border-radius:10px;font-family:var(--font-heading);font-weight:700;text-decoration:none}.nav-menu a:hover,.nav-menu a:focus-visible{color:var(--color-primary);background:rgba(196,23,12,.08)}@media(max-width: 980px){.header-main .header-container,.header-topbar .header-container{flex-wrap:wrap}.header-search{display:none}.mobile-menu-toggle{display:inline-block}.main-navigation{display:none}.main-navigation .header-container{flex-direction:column;align-items:stretch;padding-bottom:16px}body.mobile-menu-open .main-navigation{display:block}.nav-menu ul,.nav-menu .menu,.nav-menu div>ul{flex-direction:column}.nav-home-link,.nav-menu a{min-height:46px}}@media(max-width: 640px){.topbar-text{white-space:normal}.site-title{font-size:1.6rem}}.editorial-hero,.editorial-category,.editorial-ad-row,.newsletter-block{margin-bottom:32px}.editorial-hero__grid{display:grid;grid-template-columns:minmax(0, 1.8fr) minmax(320px, 1fr);gap:22px}.editorial-hero__secondary{display:grid;gap:18px;grid-template-rows:repeat(var(--hero-secondary-count, 3), minmax(0, 1fr))}.hero-main-card,.hero-secondary-card,.editorial-post-card,.newsletter-block{overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-soft)}.hero-main-card{min-height:var(--hero-height)}.hero-media-link{display:block;height:100%;text-decoration:none}.hero-media{position:relative;overflow:hidden;height:100%;background:#dfe6ef}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.86))}.hero-media-main{min-height:var(--hero-height)}.hero-media-secondary{min-height:100%}.hero-overlay{position:absolute;right:0;bottom:0;left:0;z-index:1;padding:clamp(20px,3vw,34px);color:#fff}.hero-card-title{margin:14px 0 0;color:inherit;font-family:var(--font-heading);font-size:clamp(1.3rem,2vw,2.7rem);line-height:1.02}.hero-secondary-card .hero-card-title{font-size:clamp(1rem,1.1vw,1.35rem)}.hero-overlay .post-meta{color:hsla(0,0%,100%,.82)}.editorial-sections{display:grid;gap:32px}.editorial-ad-row{display:grid;grid-template-columns:minmax(0, 1.7fr) minmax(260px, 0.6fr);gap:22px}.editorial-ad{overflow:hidden;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.editorial-ad img{width:100%;height:100%;object-fit:cover}.editorial-ad-wide{min-height:var(--ad-wide-height)}.editorial-ad-box{min-height:var(--ad-box-height)}.editorial-category__grid,.editorial-feed{display:grid;gap:22px}body.editorial-cols-3 .editorial-category__grid,body.editorial-cols-3 .editorial-feed{grid-template-columns:repeat(3, minmax(0, 1fr))}body.editorial-cols-4 .editorial-category__grid,body.editorial-cols-4 .editorial-feed{grid-template-columns:repeat(4, minmax(0, 1fr))}.content-layout{display:grid;grid-template-columns:minmax(0, 1fr) 340px;gap:28px;align-items:start}.content-layout__main{min-width:0}.editorial-post-card{display:flex;flex-direction:column}.editorial-card-media{display:block;aspect-ratio:4/3;background:#e7ecf3}.editorial-card-media img{width:100%;height:100%;object-fit:cover}.editorial-card-content{padding:var(--card-padding)}.editorial-card-title{margin:0;font-family:var(--font-heading);font-size:var(--card-title-size);line-height:1.12}.editorial-card-title a{text-decoration:none}.newsletter-block{display:grid;grid-template-columns:minmax(0, 1.3fr) minmax(280px, 1fr);gap:22px;padding:32px;color:#fff;background-position:center;background-size:cover}.newsletter-block__content{max-width:580px}.newsletter-block__content h2{margin:0 0 12px;color:#fff;font-family:var(--font-heading);font-size:clamp(1.8rem,2.2vw,2.6rem);line-height:1.04}.newsletter-block__content p{margin:0;color:hsla(0,0%,100%,.82);font-family:var(--font-heading)}@media(max-width: 1180px){body.editorial-cols-4 .editorial-category__grid,body.editorial-cols-4 .editorial-feed,body.editorial-cols-3 .editorial-category__grid,body.editorial-cols-3 .editorial-feed{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 1040px){.editorial-hero__grid,.editorial-ad-row,.content-layout,.newsletter-block{grid-template-columns:1fr}}@media(max-width: 680px){body.editorial-cols-4 .editorial-category__grid,body.editorial-cols-4 .editorial-feed,body.editorial-cols-3 .editorial-category__grid,body.editorial-cols-3 .editorial-feed{grid-template-columns:1fr}.hero-media-main,.hero-main-card{min-height:420px}.hero-media-secondary{min-height:220px}.newsletter-block{padding:24px}}.editorial-sidebar{display:grid;gap:20px}.sidebar-panel{padding:22px;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.widget-title{margin:0 0 16px;color:var(--color-ink);font-family:var(--font-heading);font-size:1.05rem;font-weight:800}.compact-post-card{display:flex;gap:14px;align-items:flex-start}.compact-post-card+.compact-post-card{margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.compact-thumb{display:block;width:112px;flex-shrink:0;overflow:hidden;border-radius:14px;aspect-ratio:4/3;background:#e7ecf3}.compact-thumb img{width:100%;height:100%;object-fit:cover}.compact-content{min-width:0}.compact-content h3{margin:0;font-family:var(--font-heading);font-size:1rem;line-height:1.18}.compact-content h3 a{text-decoration:none}.compact-content .post-meta{margin-top:10px;gap:10px}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}.tag-cloud a{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(31,122,236,.08);color:var(--color-accent);font-family:var(--font-heading);font-size:.86rem;font-weight:700;text-decoration:none}.newsletter-form--sidebar input[type=email]{border-color:var(--color-border);background:#fff;color:var(--color-text)}.newsletter-form--sidebar input::placeholder{color:var(--color-muted)}.newsletter-form--sidebar button{background:var(--color-primary);color:#fff}.reading-progress{position:fixed;top:0;left:0;z-index:120;width:100%;height:4px;background:rgba(0,0,0,0)}.reading-progress__bar{display:block;width:0;height:100%;background:linear-gradient(90deg, var(--color-primary), var(--color-accent));transition:width .08s linear}.content-layout-single{grid-template-columns:minmax(0, 1fr) 320px}.single-article{overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-soft)}.single-article__header,.single-content{padding:28px 32px}.single-article__header{padding-bottom:10px}.single-title{margin:0;color:var(--color-ink);font-family:var(--font-heading);font-size:clamp(2rem,3vw,3.6rem);line-height:.98}.single-featured-media{aspect-ratio:16/9;background:#e7ecf3}.single-featured-media img{width:100%;height:100%;object-fit:cover}.single-content>*:first-child{margin-top:0}.single-content p,.single-content ul,.single-content ol,.single-content blockquote{margin-bottom:1.25rem}.single-content h2,.single-content h3,.single-content h4{color:var(--color-ink);font-family:var(--font-heading)}.single-content a{color:var(--color-primary)}.single-content img{height:auto;border-radius:var(--radius-sm)}@media(max-width: 680px){.single-article__header,.single-content{padding:22px}.single-title{font-size:2rem}}.site-footer{margin-top:40px;background:#101828;color:hsla(0,0%,100%,.82)}.footer-content{padding:40px 0 28px}.footer-grid{display:grid;grid-template-columns:minmax(260px, 1fr) minmax(0, 1.2fr);gap:28px;padding-bottom:28px}.footer-brand h2{margin:0 0 12px;color:#fff;font-family:var(--font-heading);font-size:1.85rem}.footer-brand p{margin:0}.footer-widget-area{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:18px}.footer-widget{padding:20px;border-radius:var(--radius-sm);background:hsla(0,0%,100%,.04)}.footer-widget ul{margin:0;padding:0;list-style:none}.footer-widget li+li{margin-top:10px}.footer-widget a{color:hsla(0,0%,100%,.86);text-decoration:none}.footer-widget-title{margin:0 0 14px;color:#fff;font-family:var(--font-heading)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.12);font-family:var(--font-heading)}.footer-bottom p{margin:0}.footer-menu .menu{display:flex;flex-wrap:wrap;gap:14px;margin:0;padding:0;list-style:none}.footer-menu a{color:hsla(0,0%,100%,.86);text-decoration:none}@media(max-width: 960px){.footer-grid{grid-template-columns:1fr}}@media(max-width: 680px){.footer-bottom{flex-direction:column;align-items:flex-start}}
