/*
Theme Name: FarHub Intelligence 6.5 — Lightweight Semantic Digest
Theme URI: https://farhub.ir/
Author: FarHub
Description: Lightweight RTL-first intelligence and news theme for FarHub. Fast, responsive, accessible, plugin-independent and ready for semantic/event integrations.
Version: 6.5.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: farhub-intelligence
*/

:root{
  --fh-bg:#f6f8fc;--fh-surface:#fff;--fh-surface-2:#f0f4fb;--fh-text:#0f172a;--fh-muted:#64748b;
  --fh-line:#e2e8f0;--fh-primary:#5b4cf5;--fh-primary-2:#8b5cf6;--fh-accent:#22c55e;--fh-warn:#f59e0b;--fh-danger:#ef4444;
  --fh-dark:#081126;--fh-dark-2:#101a34;--fh-radius:16px;--fh-radius-sm:11px;--fh-shadow:0 10px 30px rgba(15,23,42,.07);
  --fh-container:min(1440px,calc(100% - 32px));--fh-font:"Yekan","FarHubSans","Vazirmatn","IRANSansX",Tahoma,"Segoe UI",Arial,sans-serif;
  --fh-gap:16px;--fh-header:72px;
}
[data-theme="dark"]{--fh-bg:#08101f;--fh-surface:#111a2c;--fh-surface-2:#172238;--fh-text:#f8fafc;--fh-muted:#a8b3c6;--fh-line:#26344e;--fh-shadow:0 10px 30px rgba(0,0,0,.24)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--fh-bg);color:var(--fh-text);font-family:var(--fh-font);font-size:15px;line-height:1.85;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.fh-container{width:var(--fh-container);margin-inline:auto}.fh-section{padding:22px 0}.fh-section+.fh-section{padding-top:8px}.fh-grid{display:grid;gap:var(--fh-gap)}.fh-card{background:var(--fh-surface);border:1px solid var(--fh-line);border-radius:var(--fh-radius);box-shadow:var(--fh-shadow)}.fh-muted{color:var(--fh-muted)}.fh-kicker{font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--fh-primary);text-transform:uppercase}.fh-title{font-size:clamp(21px,2vw,30px);line-height:1.45;margin:0;font-weight:850}.fh-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.fh-link{font-size:13px;color:var(--fh-primary);font-weight:800}.fh-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--fh-line);border-radius:999px;background:var(--fh-surface-2);font-size:12px;color:var(--fh-muted);white-space:nowrap}.fh-chip--hot{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.fh-chip--live{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.fh-chip--watch{color:#92400e;background:#fffbeb;border-color:#fde68a}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:12px;border:1px solid transparent;font-weight:800;transition:.18s ease}.fh-btn:hover{transform:translateY(-1px)}.fh-btn--primary{background:linear-gradient(135deg,var(--fh-primary),var(--fh-primary-2));color:#fff;box-shadow:0 8px 24px rgba(91,76,245,.25)}.fh-btn--ghost{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.06)}.fh-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--fh-danger);box-shadow:0 0 0 4px rgba(239,68,68,.13)}

/* Header */
.fh-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--fh-surface) 94%,transparent);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--fh-line)}.fh-header-row{height:var(--fh-header);display:flex;align-items:center;gap:20px;direction:rtl}.fh-brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;margin-inline-start:8px}.fh-brand img{max-height:42px;width:auto}.fh-brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--fh-primary),var(--fh-primary-2));display:grid;place-items:center;color:#fff;font-weight:900}.fh-brand-copy{line-height:1.1}.fh-brand-name{font-size:22px;font-weight:900;letter-spacing:-.02em}.fh-brand-tagline{font-size:9px;color:var(--fh-muted);direction:ltr}.fh-nav{min-width:0;flex:1}.fh-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px;overflow:hidden}.fh-nav a{display:block;padding:9px 10px;font-weight:700;color:var(--fh-muted);white-space:nowrap}.fh-nav a:hover,.fh-nav .current-menu-item>a{color:var(--fh-primary)}.fh-head-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.fh-icon-btn{width:42px;height:42px;border:1px solid var(--fh-line);border-radius:12px;background:var(--fh-surface);color:var(--fh-text);display:grid;place-items:center}.fh-icon-btn svg{width:20px;height:20px}.fh-menu-toggle{display:none}.fh-search-overlay{position:fixed;inset:var(--fh-header) 0 auto 0;z-index:45;background:var(--fh-surface);border-bottom:1px solid var(--fh-line);padding:18px;transform:translateY(-130%);transition:.2s ease}.fh-search-overlay.is-open{transform:translateY(0)}.fh-search-overlay form{max-width:760px;margin:auto;display:flex;gap:8px}.fh-search-overlay input{flex:1;border:1px solid var(--fh-line);background:var(--fh-surface-2);color:var(--fh-text);border-radius:12px;padding:12px 14px;outline:0}.fh-search-overlay button{border:0;border-radius:12px;background:var(--fh-primary);color:#fff;padding:0 20px;font-weight:800}

/* Hero */
.fh-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 42% 30%,rgba(80,100,255,.28),transparent 30%),radial-gradient(circle at 35% 65%,rgba(14,165,233,.16),transparent 28%),linear-gradient(135deg,#050b18,#0d1831 62%,#091226);color:#fff;padding:26px 0 30px}.fh-hero:before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;left:15%;top:-450px;border:1px solid rgba(255,255,255,.07);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 150px rgba(255,255,255,.018)}.fh-hero-grid{position:relative;display:grid;grid-template-columns:250px minmax(0,1fr) 250px;gap:16px;align-items:stretch;direction:ltr}.fh-hero-main{direction:rtl;min-height:332px;padding:26px 22px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.fh-hero-main h1{font-size:clamp(40px,5vw,70px);line-height:1.2;margin:4px 0 12px;letter-spacing:-.04em}.fh-hero-main h1 span{display:block;color:#9f8cff}.fh-hero-copy{max-width:720px;margin:0 auto 16px;color:#cbd5e1;font-size:16px}.fh-smart-search{width:min(760px,100%);display:grid;grid-template-columns:130px 1fr 110px;direction:rtl;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:4px;backdrop-filter:blur(8px)}.fh-smart-search select,.fh-smart-search input{border:0;background:transparent;color:#fff;outline:0;min-width:0}.fh-smart-search select{padding:0 12px;border-inline-end:1px solid rgba(255,255,255,.12)}.fh-smart-search option{color:#111827}.fh-smart-search input{padding:10px 12px}.fh-smart-search input::placeholder{color:#b7c0d0}.fh-smart-search button{border:0;border-radius:12px;background:linear-gradient(135deg,var(--fh-primary),var(--fh-primary-2));color:#fff;font-weight:900}.fh-hero-actions{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.fh-suggestions{margin-top:12px;display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.fh-suggestions a{font-size:12px;padding:4px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#dce4f3;background:rgba(255,255,255,.04)}.fh-hero-side{direction:rtl;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.14);border-radius:var(--fh-radius);padding:16px;backdrop-filter:blur(8px)}.fh-side-title{display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:900;margin-bottom:12px}.fh-today-image{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#18223b;margin-bottom:10px}.fh-today-image img{width:100%;height:100%;object-fit:cover}.fh-today-image-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#18223b,#39476b);color:#c7d2fe;font-weight:900}.fh-today-title{font-weight:850;font-size:15px;line-height:1.6;margin:8px 0}.fh-stat-list{display:grid;gap:8px}.fh-stat{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.09)}.fh-stat:last-child{border:0}.fh-stat-icon{width:40px;height:40px;border-radius:11px;background:rgba(91,76,245,.22);display:grid;place-items:center;font-weight:900;color:#b9aefe}.fh-stat strong{display:block;font-size:22px;line-height:1.2}.fh-stat span{color:#b8c2d4;font-size:12px}.fh-last-update{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.09);font-size:12px;color:#cbd5e1}

/* Emerging events */
.fh-events-wrap{background:var(--fh-surface);border-bottom:1px solid var(--fh-line)}.fh-events-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.fh-events-title{font-size:22px;font-weight:900;margin:0;display:flex;align-items:center;gap:8px}.fh-event-help{font-size:12px;color:var(--fh-muted);border:1px solid var(--fh-line);background:var(--fh-surface-2);border-radius:999px;padding:5px 9px}.fh-event-definition{margin:0 0 12px;background:var(--fh-surface-2);border:1px dashed var(--fh-line);border-radius:12px;padding:10px 12px;color:var(--fh-muted);font-size:13px}.fh-events{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.fh-event-card{display:grid;grid-template-columns:74px 1fr;gap:10px;align-items:center;border:1px solid var(--fh-line);border-radius:13px;padding:9px;background:var(--fh-surface);min-height:94px;transition:.18s ease}.fh-event-card:hover{transform:translateY(-2px);box-shadow:var(--fh-shadow)}.fh-event-thumb{width:74px;height:74px;border-radius:10px;overflow:hidden;background:var(--fh-surface-2)}.fh-event-thumb img{width:100%;height:100%;object-fit:cover}.fh-event-card h3{font-size:14px;line-height:1.55;margin:0 0 3px}.fh-event-meta{font-size:11px;color:var(--fh-muted);display:flex;gap:7px;flex-wrap:wrap}.fh-event-status{margin-top:5px}

/* Main home content */
.fh-home-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:16px;align-items:start}.fh-panel{padding:15px}.fh-panel-title{font-weight:900;font-size:18px;margin:0 0 12px}.fh-hot-list{display:grid}.fh-hot-item{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid var(--fh-line)}.fh-hot-item:last-child{border:0}.fh-rank{width:28px;height:28px;border-radius:8px;background:var(--fh-surface-2);display:grid;place-items:center;font-size:12px;font-weight:900}.fh-hot-item strong{font-size:13px}.fh-hot-item span{font-size:11px;color:var(--fh-muted)}.fh-newsletter p{font-size:12px;color:var(--fh-muted);margin:-5px 0 10px}.fh-newsletter-form{display:grid;grid-template-columns:1fr 94px;gap:7px}.fh-newsletter-form input{min-width:0;border:1px solid var(--fh-line);border-radius:10px;padding:10px;background:var(--fh-surface);color:var(--fh-text)}.fh-newsletter-form button{border:0;border-radius:10px;background:var(--fh-primary);color:#fff;font-weight:900}.fh-form-message{font-size:12px;margin-top:7px;min-height:20px}.fh-form-message.is-ok{color:#15803d}.fh-form-message.is-error{color:#b91c1c}.fh-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.fh-category-tile{display:flex;align-items:center;gap:8px;border:1px solid var(--fh-line);background:var(--fh-surface-2);padding:9px;border-radius:11px;font-weight:800;font-size:12px}.fh-category-dot{width:9px;height:9px;border-radius:50%;background:var(--fh-primary)}

.fh-feed-card{display:grid;grid-template-columns:190px 1fr;gap:15px;padding:12px;border-bottom:1px solid var(--fh-line)}.fh-feed-card:last-child{border:0}.fh-feed-thumb{aspect-ratio:16/10;border-radius:11px;overflow:hidden;background:var(--fh-surface-2)}.fh-feed-thumb img{width:100%;height:100%;object-fit:cover}.fh-feed-card h2{font-size:19px;line-height:1.55;margin:5px 0 6px}.fh-feed-meta{font-size:11px;color:var(--fh-muted);display:flex;gap:8px;flex-wrap:wrap}.fh-feed-excerpt{font-size:13px;color:var(--fh-muted);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fh-feed-tags{display:flex;gap:6px;flex-wrap:wrap}.fh-feed-tags a{font-size:11px;padding:3px 8px;background:#eef2ff;color:#4f46e5;border-radius:999px}.fh-view-tabs{display:flex;align-items:center;gap:5px}.fh-view-tabs button{border:1px solid var(--fh-line);background:var(--fh-surface);color:var(--fh-muted);border-radius:9px;padding:6px 9px;font-size:12px}.fh-view-tabs button.is-active{color:var(--fh-primary);border-color:#c7d2fe;background:#eef2ff}.fh-feed.is-compact .fh-feed-card{grid-template-columns:100px 1fr}.fh-feed.is-compact .fh-feed-excerpt{display:none}.fh-feed.is-compact .fh-feed-card h2{font-size:16px}.fh-load-more{text-align:center;padding:14px}.fh-load-more button{border:1px solid var(--fh-line);background:var(--fh-surface);color:var(--fh-text);border-radius:12px;padding:10px 18px;font-weight:800}

.fh-analysis-card{overflow:hidden}.fh-analysis-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.fh-analysis-body{padding:12px}.fh-analysis-body h3{font-size:17px;line-height:1.55;margin:6px 0}.fh-analysis-list{display:grid;margin-top:10px}.fh-analysis-mini{display:grid;grid-template-columns:74px 1fr;gap:9px;padding:10px 0;border-top:1px solid var(--fh-line)}.fh-analysis-mini img{width:74px;height:54px;border-radius:8px;object-fit:cover}.fh-analysis-mini strong{font-size:12px;line-height:1.55}

/* Archive/Search/Single */
.fh-page-head{padding:28px 0 12px}.fh-page-head h1{font-size:34px;line-height:1.4;margin:0 0 4px}.fh-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fh-archive-card{overflow:hidden}.fh-archive-thumb{aspect-ratio:16/10;background:var(--fh-surface-2);overflow:hidden}.fh-archive-thumb img{width:100%;height:100%;object-fit:cover}.fh-archive-body{padding:14px}.fh-archive-body h2{font-size:18px;line-height:1.55;margin:5px 0}.navigation.pagination{margin:22px 0}.nav-links{display:flex;gap:6px;flex-wrap:wrap}.page-numbers{border:1px solid var(--fh-line);background:var(--fh-surface);padding:7px 11px;border-radius:9px}.page-numbers.current{background:var(--fh-primary);color:#fff;border-color:var(--fh-primary)}
.fh-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.fh-article{padding:20px}.fh-article h1{font-size:clamp(30px,4vw,48px);line-height:1.45;margin:6px 0 10px}.fh-article-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--fh-muted);font-size:12px;margin-bottom:16px}.fh-article-cover{border-radius:14px;overflow:hidden;margin:0 0 18px}.fh-article-content{font-size:17px;line-height:2.05}.fh-article-content h2,.fh-article-content h3{line-height:1.55}.fh-article-content a{color:var(--fh-primary);text-decoration:underline}.fh-intel-box{padding:15px;position:sticky;top:calc(var(--fh-header) + 14px)}.fh-intel-list{display:grid;gap:10px}.fh-intel-row{padding:10px;background:var(--fh-surface-2);border-radius:11px}.fh-intel-row strong{display:block;font-size:12px}.fh-intel-row span{font-size:12px;color:var(--fh-muted)}

/* Footer */
.fh-footer{border-top:1px solid var(--fh-line);background:var(--fh-surface);margin-top:22px}.fh-footer-row{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.fh-footer-links{display:flex;gap:15px;flex-wrap:wrap;color:var(--fh-muted);font-size:12px}.fh-footer-copy{font-size:11px;color:var(--fh-muted)}

/* Mobile */
@media(max-width:1180px){.fh-hero-grid{grid-template-columns:220px minmax(0,1fr)}.fh-hero-side--stats{display:none}.fh-home-grid{grid-template-columns:240px minmax(0,1fr)}.fh-home-aside--right{display:none}.fh-events{grid-template-columns:repeat(4,minmax(0,1fr))}.fh-event-card:nth-child(n+5){display:none}.fh-nav a{padding-inline:7px;font-size:13px}}
@media(max-width:900px){:root{--fh-container:min(100% - 24px,760px);--fh-header:62px}.fh-header-row{gap:8px}.fh-brand-name{font-size:19px}.fh-brand-tagline{display:none}.fh-nav{display:none;position:absolute;top:100%;right:0;left:0;background:var(--fh-surface);border-bottom:1px solid var(--fh-line);padding:10px 12px}.fh-nav.is-open{display:block}.fh-nav ul{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible}.fh-menu-toggle{display:grid}.fh-hero{padding:16px 0 20px}.fh-hero-grid{display:flex;flex-direction:column}.fh-hero-main{order:1;min-height:auto;padding:24px 14px}.fh-hero-side--image{order:2;display:grid;grid-template-columns:160px 1fr;gap:12px;align-items:center}.fh-today-image{margin:0}.fh-hero-main h1{font-size:44px}.fh-smart-search{grid-template-columns:90px 1fr 90px}.fh-events{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.fh-event-card{min-width:280px;scroll-snap-align:start}.fh-event-card:nth-child(n){display:grid}.fh-home-grid{display:flex;flex-direction:column}.fh-home-main{order:1;width:100%}.fh-home-aside--left{order:2;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.fh-home-aside--left>.fh-card{margin:0!important}.fh-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-single-grid{display:block}.fh-intel-box{position:static;margin-top:14px}.fh-section{padding:16px 0}}
@media(max-width:620px){body{font-size:14px}.fh-container{width:calc(100% - 20px)}.fh-header-row{height:58px}.fh-brand{margin-inline-start:auto}.fh-brand img{max-height:35px}.fh-head-actions .fh-icon-btn:nth-child(2){display:none}.fh-hero-main{align-items:stretch;text-align:right}.fh-hero-main h1{font-size:36px}.fh-hero-copy{font-size:14px;margin-inline:0}.fh-smart-search{grid-template-columns:1fr 78px}.fh-smart-search select{display:none}.fh-suggestions{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.fh-hero-actions{justify-content:flex-start}.fh-hero-side--image{grid-template-columns:118px 1fr;padding:12px}.fh-today-title{font-size:13px}.fh-events-title{font-size:19px}.fh-event-definition{font-size:12px}.fh-home-aside--left{display:block}.fh-home-aside--left>.fh-card{margin-bottom:12px!important}.fh-feed-card,.fh-feed.is-compact .fh-feed-card{grid-template-columns:105px 1fr;gap:10px;padding:10px}.fh-feed-card h2,.fh-feed.is-compact .fh-feed-card h2{font-size:15px;margin-top:3px}.fh-feed-excerpt{display:none}.fh-feed-meta{font-size:10px}.fh-feed-tags{display:none}.fh-archive-grid{grid-template-columns:1fr}.fh-newsletter-form{grid-template-columns:1fr 88px}.fh-footer-row{padding:16px 0;align-items:flex-start}.fh-section-head{align-items:flex-start}.fh-page-head h1{font-size:28px}.fh-article{padding:14px}.fh-article-content{font-size:16px}.fh-article h1{font-size:30px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Category intelligence archive — v5.1 */
.fh-category-head{padding-bottom:18px}.fh-category-leads{padding:0 0 22px}.fh-category-lead-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.fh-category-lead-card{position:relative;min-height:310px;border-radius:18px;overflow:hidden;background:var(--fh-surface-2);box-shadow:var(--fh-shadow)}.fh-category-lead-link,.fh-category-lead-card img,.fh-category-lead-fallback,.fh-category-lead-shade{position:absolute;inset:0}.fh-category-lead-link{display:block;color:#fff}.fh-category-lead-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.fh-category-lead-card:hover img{transform:scale(1.025)}.fh-category-lead-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#162441,#3d2b76);font-size:30px;font-weight:800}.fh-category-lead-shade{background:linear-gradient(180deg,rgba(7,13,26,.06) 20%,rgba(7,13,26,.88) 100%)}.fh-category-lead-content{position:absolute;right:18px;left:18px;bottom:16px;z-index:2;display:grid;gap:8px}.fh-category-lead-content strong{font-size:21px;line-height:1.55;text-shadow:0 2px 12px rgba(0,0,0,.35)}.fh-category-lead-chip{justify-self:start;padding:5px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(16,24,48,.55);font-size:11px;backdrop-filter:blur(8px)}.fh-category-lead-meta{font-size:11px;color:rgba(255,255,255,.78)}.fh-category-stream{padding-top:8px}.fh-category-list{display:grid;gap:12px;max-width:1050px}.fh-archive-row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;padding:12px;overflow:hidden}.fh-archive-row-thumb{display:block;aspect-ratio:16/10;border-radius:13px;overflow:hidden;background:var(--fh-surface-2)}.fh-archive-row-thumb img,.fh-archive-row-thumb .fh-today-image-fallback{width:100%;height:100%;object-fit:cover}.fh-archive-row-body{min-width:0;display:flex;flex-direction:column;justify-content:center}.fh-archive-row-top,.fh-archive-row-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.fh-archive-row h2{font-size:20px;line-height:1.55;margin:7px 0 5px}.fh-archive-lead{margin:0;color:var(--fh-muted);font-size:14px;line-height:1.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fh-archive-row-footer{margin-top:9px;font-size:11px;color:var(--fh-muted)}.fh-archive-row-footer a{color:var(--fh-primary);font-weight:700}
@media(max-width:900px){.fh-category-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-category-lead-card:first-child{grid-column:1/-1;min-height:360px}.fh-archive-row{grid-template-columns:180px minmax(0,1fr)}}
@media(max-width:620px){.fh-category-lead-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.fh-category-lead-card,.fh-category-lead-card:first-child{flex:0 0 84%;min-height:300px;grid-column:auto;scroll-snap-align:start}.fh-category-lead-content strong{font-size:18px}.fh-archive-row{grid-template-columns:112px minmax(0,1fr);gap:10px;padding:9px}.fh-archive-row h2{font-size:15px;margin:4px 0}.fh-archive-lead{-webkit-line-clamp:2;font-size:12px;line-height:1.7}.fh-archive-row-top{display:block}.fh-archive-row-top .fh-feed-meta{margin-top:4px}.fh-archive-row-footer{display:none}.fh-category-stream .fh-section-head h2{font-size:20px}}

/* ========================================================================
   FarHub 5.2 — fluid typography, device consistency and responsive polish
   ======================================================================== */
:root{
  --fh-container:min(1480px,calc(100% - clamp(24px,4vw,72px)));
  --fh-font:"FarHubSans","A Iranian Sans","IRANSansX",Tahoma,"Segoe UI",Arial,sans-serif;
  --fh-fs-xs:clamp(10.5px,.12vw + 10px,12px);
  --fh-fs-sm:clamp(11.5px,.16vw + 11px,13px);
  --fh-fs-base:clamp(14px,.18vw + 13.4px,16px);
  --fh-fs-md:clamp(15px,.3vw + 14px,18px);
  --fh-fs-lg:clamp(18px,.55vw + 16px,24px);
  --fh-fs-xl:clamp(23px,1vw + 19px,36px);
  --fh-space-1:clamp(6px,.4vw,10px);
  --fh-space-2:clamp(10px,.65vw,16px);
  --fh-space-3:clamp(14px,1vw,24px);
  --fh-space-4:clamp(20px,1.55vw,36px);
  --fh-header:clamp(60px,4.5vw,72px);
}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{font-family:var(--fh-font);font-size:var(--fh-fs-base);line-height:1.78;font-synthesis:none;overflow-wrap:break-word}
button,input,select,textarea{font-family:var(--fh-font)}
.fh-kicker{font-size:var(--fh-fs-xs)}
.fh-chip,.fh-link,.fh-feed-meta,.fh-event-meta{font-size:var(--fh-fs-sm)}
.fh-title{font-size:var(--fh-fs-xl)}
.fh-section{padding-block:clamp(14px,1.4vw,24px)}
.fh-section+.fh-section{padding-top:clamp(5px,.55vw,10px)}
.fh-card{border-radius:clamp(13px,1vw,17px)}

/* Brand and header */
.fh-header-row{gap:clamp(8px,1.25vw,20px)}
.fh-brand{max-width:clamp(130px,12vw,230px);min-width:0;margin-inline-start:0}
.fh-brand .custom-logo{display:block;width:auto;max-width:100%;max-height:clamp(34px,3vw,46px);object-fit:contain}
.fh-brand-name{font-size:clamp(18px,1.5vw,24px)}
.fh-brand-tagline{font-size:clamp(7px,.6vw,10px)}
.fh-nav a{font-size:clamp(12px,.28vw + 11px,15px);padding-inline:clamp(6px,.55vw,11px)}
.fh-account-link,.fh-login-link{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:11px;font-weight:800;font-size:12px;white-space:nowrap}
.fh-account-link{background:var(--fh-primary);color:#fff}
.fh-login-link{border:1px solid var(--fh-line);color:var(--fh-text);background:var(--fh-surface)}

/* Hero — fluid rather than fixed desktop dimensions */
.fh-hero{padding-block:clamp(18px,2vw,32px)}
.fh-hero-grid{grid-template-columns:minmax(205px,250px) minmax(0,1fr) minmax(205px,250px);gap:clamp(12px,1.2vw,18px)}
.fh-hero-main{min-height:clamp(300px,31vw,390px);padding:clamp(18px,2vw,30px)}
.fh-hero-main h1{font-size:clamp(38px,4.25vw,68px);line-height:1.17;margin-block:5px 12px;max-width:900px}
.fh-hero-copy{font-size:var(--fh-fs-md);line-height:1.9;max-width:760px}
.fh-smart-search{grid-template-columns:minmax(100px,125px) minmax(0,1fr) minmax(90px,108px)}
.fh-side-title{font-size:clamp(15px,.4vw + 14px,18px)}
.fh-today-image{aspect-ratio:4/5;max-height:300px}
.fh-today-image img{object-position:center 28%}
.fh-today-title{font-size:clamp(13px,.28vw + 12px,16px)}
.fh-stat strong{font-size:clamp(18px,.65vw + 16px,24px)}

/* Dense content rhythm */
.fh-events-head{margin-bottom:10px}
.fh-events{gap:clamp(8px,.75vw,13px)}
.fh-event-card{min-width:0}
.fh-home-grid{gap:clamp(10px,1vw,16px)}
.fh-panel{padding:clamp(12px,1vw,17px)}
.fh-feed-card{padding:clamp(10px,.8vw,14px)}
.fh-feed-card h2{font-size:clamp(16px,.45vw + 14px,20px);line-height:1.65}
.fh-feed-excerpt{font-size:clamp(12.5px,.2vw + 12px,14px)}
.fh-category-lead-content strong{font-size:clamp(17px,.5vw + 15px,22px)}
.fh-archive-row h2{font-size:clamp(16px,.45vw + 14px,20px)}
.fh-article h1{font-size:clamp(30px,3.2vw,54px);line-height:1.35}
.fh-article-content{font-size:clamp(16px,.34vw + 15px,19px);line-height:2}

/* Dark mode: explicit theme state, not "absence = light" */
html[data-theme="light"]{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark}
html[data-theme="dark"] .fh-header{background:color-mix(in srgb,var(--fh-surface) 94%,transparent)}

/* Wide laptops / small desktops */
@media (max-width:1280px){
  .fh-hero-grid{grid-template-columns:210px minmax(0,1fr) 210px}
  .fh-nav a{padding-inline:6px}
  .fh-account-link,.fh-login-link{padding-inline:9px}
}

/* Tablets and compact desktops */
@media (max-width:1080px){
  .fh-header-row{flex-wrap:nowrap}
  .fh-nav{position:fixed;top:var(--fh-header);right:12px;left:12px;background:var(--fh-surface);border:1px solid var(--fh-line);border-radius:14px;padding:9px;box-shadow:var(--fh-shadow);transform:translateY(-140%);opacity:0;pointer-events:none;transition:.18s ease}
  .fh-nav.is-open{transform:translateY(0);opacity:1;pointer-events:auto}
  .fh-nav ul{flex-wrap:wrap;overflow:visible}
  .fh-menu-toggle{display:grid}
  .fh-hero-grid{grid-template-columns:minmax(0,1fr) 220px;grid-template-areas:"main stats" "image stats";direction:rtl}
  .fh-hero-main{grid-area:main;min-height:auto;align-items:stretch;text-align:right}
  .fh-hero-side--stats{grid-area:stats}
  .fh-hero-side--image{grid-area:image;display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:center}
  .fh-hero-side--image .fh-side-title{grid-column:1/-1;margin-bottom:0}
  .fh-hero-side--image .fh-today-image{aspect-ratio:4/3;max-height:150px;margin:0}
  .fh-hero-side--image .fh-link{align-self:end}
  .fh-hero-main h1{font-size:clamp(37px,6.3vw,58px)}
}

/* Phones and portrait tablets */
@media (max-width:760px){
  :root{--fh-container:min(100% - 22px,720px);--fh-header:60px}
  .fh-brand{max-width:150px}
  .fh-login-link{display:none}
  .fh-account-link{padding-inline:9px;font-size:11px}
  .fh-icon-btn{width:38px;height:38px;border-radius:11px}
  .fh-head-actions{gap:5px}
  .fh-hero-grid{display:flex;flex-direction:column}
  .fh-hero-main{order:1;padding:10px 2px 14px;align-items:center;text-align:center}
  .fh-hero-side--stats{order:2;display:grid;grid-template-columns:1fr 1fr;padding:12px}
  .fh-hero-side--stats .fh-side-title,.fh-hero-side--stats .fh-last-update{grid-column:1/-1}
  .fh-stat-list{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:5px 12px}
  .fh-stat{grid-template-columns:34px 1fr;padding:6px 0}
  .fh-stat-icon{width:32px;height:32px}
  .fh-hero-side--image{order:3;grid-template-columns:105px 1fr;padding:12px}
  .fh-hero-side--image .fh-today-image{aspect-ratio:1/1;max-height:110px}
  .fh-hero-main h1{font-size:clamp(34px,10vw,48px);line-height:1.24}
  .fh-hero-copy{font-size:14px;line-height:1.85}
  .fh-smart-search{grid-template-columns:1fr 84px;width:100%}
  .fh-smart-search select{display:none}
  .fh-smart-search input{min-height:44px}
  .fh-suggestions{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;width:100%;padding-bottom:3px}
  .fh-events{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:5px}
  .fh-event-card{flex:0 0 min(82vw,310px);scroll-snap-align:start}
  .fh-category-lead-card,.fh-category-lead-card:first-child{flex-basis:88%}
}

@media (max-width:430px){
  :root{--fh-container:calc(100% - 18px)}
  .fh-brand{max-width:128px}
  .fh-account-link{display:none}
  .fh-hero-main h1{font-size:clamp(31px,10.5vw,42px)}
  .fh-hero-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .fh-btn{padding-inline:10px;font-size:13px}
  .fh-stat-list{grid-template-columns:1fr 1fr}
  .fh-hero-side--image{grid-template-columns:92px 1fr}
  .fh-feed-card,.fh-feed.is-compact .fh-feed-card{grid-template-columns:92px 1fr}
}


/* FarHub 5.2.1 — footer brand normalization */
.fh-footer-brand{display:flex;align-items:center;justify-content:flex-start;gap:9px;flex:0 0 auto;min-width:0;max-width:clamp(120px,13vw,220px)}
.fh-footer-logo{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:clamp(30px,2.7vw,42px)!important;object-fit:contain;object-position:center}
.fh-footer-brand .fh-brand-mark{flex:0 0 auto}
.fh-footer-brand .fh-brand-copy{min-width:0}
[data-theme="dark"] .fh-footer-logo{filter:none}
@media(max-width:620px){.fh-footer-row{align-items:center}.fh-footer-brand{max-width:160px}.fh-footer-logo{max-height:34px!important}.fh-footer-copy{width:100%;text-align:center}.fh-footer-links{width:100%;justify-content:center}.fh-footer-brand{margin-inline:auto}}

/* =========================================================
   5.3 Homepage editorial layout
   - Top-three stories replace Image of the Day in the hero sidebar
   - Live statistics become a dedicated horizontal strip
   - Image of the Day moves below the newsletter without aggressive crop
   ========================================================= */
.fh-hero-grid--editorial{
  grid-template-columns:minmax(235px,285px) minmax(0,1fr);
  direction:ltr;
  max-width:1180px;
}
.fh-hero-grid--editorial .fh-hero-main{direction:rtl}
.fh-hero-side--top{direction:rtl;padding:14px 14px 12px;min-width:0}
.fh-hero-side--top .fh-side-title{margin-bottom:6px}
.fh-hero-side--top .fh-side-title small{font-size:11px;color:#b9c3d4;font-weight:600}
.fh-top-today-list{display:grid;gap:0}
.fh-top-today-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.fh-top-today-item:last-child{border-bottom:0;padding-bottom:2px}
.fh-top-today-thumb{display:block;width:76px;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#17223a}
.fh-top-today-thumb img,.fh-top-today-thumb .fh-today-image-fallback{width:100%;height:100%;object-fit:cover}
.fh-top-today-copy{position:relative;min-width:0;padding-inline-start:2px}
.fh-top-today-rank{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;margin-bottom:4px;border-radius:7px;background:rgba(139,92,246,.22);color:#c4b5fd;font-size:10px;font-weight:900}
.fh-top-today-item h2{margin:0;font-size:clamp(12px,.18vw + 11px,14px);line-height:1.62;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fh-top-today-item h2 a:hover{color:#c4b5fd}
.fh-top-today-meta{margin-top:4px;color:#aeb9cb;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.fh-live-stats-bar{background:var(--fh-surface);border-bottom:1px solid var(--fh-line);box-shadow:0 8px 24px rgba(15,23,42,.035)}
.fh-live-stats-inner{min-height:76px;display:grid;grid-template-columns:minmax(165px,1.2fr) repeat(4,minmax(125px,1fr));align-items:stretch;direction:rtl}
.fh-live-stats-label,.fh-live-stat{display:flex;align-items:center;gap:10px;padding:12px 18px;border-inline-start:1px solid var(--fh-line)}
.fh-live-stats-label{border-inline-start:0;flex-direction:column;justify-content:center;align-items:flex-start}
.fh-live-stats-label strong{font-size:15px;line-height:1.3}
.fh-live-stats-label span{display:flex;align-items:center;gap:6px;color:var(--fh-muted);font-size:10px}
.fh-live-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.fh-live-stat-icon{width:34px;height:34px;border-radius:10px;background:var(--fh-surface-2);color:var(--fh-primary);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.fh-live-stat strong{display:block;font-size:clamp(17px,1.35vw,23px);line-height:1.1;font-variant-numeric:tabular-nums}
.fh-live-stat small{display:block;margin-top:4px;color:var(--fh-muted);font-size:10px;white-space:nowrap}

.fh-image-day-panel{overflow:hidden}
.fh-image-day-panel .fh-section-head{margin-bottom:10px}
.fh-image-day-date{display:block;margin-top:-7px;color:var(--fh-muted);font-size:10px}
.fh-image-day-full{display:block;width:100%;border-radius:12px;overflow:hidden;background:var(--fh-surface-2);border:1px solid var(--fh-line)}
.fh-image-day-full img{width:100%;height:auto;max-height:360px;object-fit:contain;object-position:center;background:var(--fh-surface-2)}
.fh-image-day-full .fh-today-image-fallback{min-height:180px}
.fh-image-day-title{margin:10px 0 5px;font-size:15px;line-height:1.65;font-weight:850}
.fh-image-day-lead{margin:0 0 8px;color:var(--fh-muted);font-size:12px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

@media(max-width:1180px){
  .fh-hero-grid--editorial{grid-template-columns:240px minmax(0,1fr);max-width:none}
  .fh-live-stats-inner{grid-template-columns:repeat(4,1fr)}
  .fh-live-stats-label{grid-column:1/-1;min-height:42px;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid var(--fh-line);padding-block:8px}
  .fh-live-stat:nth-child(2){border-inline-start:0}
}
@media(max-width:900px){
  .fh-hero-grid--editorial{display:flex;flex-direction:column;direction:rtl}
  .fh-hero-grid--editorial .fh-hero-main{order:1}
  .fh-hero-side--top{order:2}
  .fh-top-today-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .fh-top-today-item{display:block;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.035)}
  .fh-top-today-thumb{width:100%;aspect-ratio:16/9;border-radius:0}
  .fh-top-today-copy{padding:9px}
  .fh-top-today-item h2{-webkit-line-clamp:2}
  .fh-live-stats-inner{grid-template-columns:repeat(2,1fr)}
  .fh-live-stat:nth-child(4){border-inline-start:0}
  .fh-image-day-full img{max-height:440px}
}
@media(max-width:620px){
  .fh-hero-side--top{padding:10px}
  .fh-hero-side--top .fh-side-title{margin-bottom:8px}
  .fh-top-today-list{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:2px}
  .fh-top-today-item{min-width:230px;scroll-snap-align:start}
  .fh-top-today-thumb{aspect-ratio:16/9}
  .fh-live-stats-inner{grid-template-columns:1fr 1fr}
  .fh-live-stats-label{padding:8px 10px}
  .fh-live-stat{padding:10px;border-top:1px solid var(--fh-line)}
  .fh-live-stat:nth-child(even){border-inline-start:0}
  .fh-live-stat-icon{width:30px;height:30px}
  .fh-live-stat strong{font-size:17px}
  .fh-live-stat small{font-size:9px;white-space:normal;line-height:1.45}
  .fh-image-day-full img{max-height:none}
}
.fh-intel-scores{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:10px 0}
.fh-intel-scores span{padding:8px;border:1px solid var(--fh-line);background:var(--fh-surface-2);border-radius:10px;text-align:center}
.fh-intel-scores b{display:block;font-size:16px;line-height:1.15;font-variant-numeric:tabular-nums}
.fh-intel-scores small{display:block;margin-top:4px;color:var(--fh-muted);font-size:9px}

/* 5.5 — preserve the 5.4.1 editorial system and integrate live data into the footer. */
.fh-footer{margin-top:28px;background:#081126;color:#e7edf8;border-top:3px solid var(--fh-primary)}
.fh-footer .fh-live-stats-bar{background:linear-gradient(110deg,#111b38,#182653 55%,#12385a);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:none}
.fh-footer .fh-live-stats-inner{min-height:88px}
.fh-footer .fh-live-stats-label,.fh-footer .fh-live-stat{border-color:rgba(255,255,255,.13)}
.fh-footer .fh-live-stats-label strong,.fh-footer .fh-live-stat strong{color:#fff}
.fh-footer .fh-live-stats-label span,.fh-footer .fh-live-stat small{color:#b9c7db}
.fh-footer .fh-live-stat-icon{background:rgba(255,255,255,.09);color:#b9aefe}
.fh-footer-row{min-height:92px}
.fh-footer-links,.fh-footer-copy{color:#aebbd0}
.fh-footer .fh-brand-name{color:#fff}
.fh-footer .fh-brand-tagline{color:#b4c0d3}
.fh-hero-about{margin-bottom:12px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.045)}
.fh-hero-about strong{display:block;margin-bottom:5px;font-size:14px;color:#fff}
.fh-hero-about p{margin:0;color:#bac7db;font-size:11px;line-height:1.8}
.fh-calendar-home{padding:22px 0;background:var(--fh-bg);border-bottom:1px solid var(--fh-line)}
.fh-calendar-home__head{margin-bottom:12px}
.fh-calendar-home__head h2{margin:0;font-size:22px}
.fh-calendar-home__content>*{margin-block:0!important}
.fh-calendar-home__content .fhde-home-strip{width:100%;margin:0;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}
.fh-events-empty{grid-column:1/-1;margin:0;padding:16px;border:1px dashed var(--fh-line);border-radius:13px;background:var(--fh-surface-2);color:var(--fh-muted);text-align:center}
.fh-hero-side--top .fh-side-title span{letter-spacing:-.01em}
.fh-smart-search input[type="hidden"]{display:none}
.fh-about-panel p{margin:0;color:var(--fh-muted);font-size:12px;line-height:1.9}
.fh-about-points{display:grid;gap:7px;margin-top:12px}
.fh-about-points span{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700}
.fh-about-points span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--fh-primary)}
.fh-nav ul{overflow-x:auto;scrollbar-width:none}
.fh-nav ul::-webkit-scrollbar{display:none}

/* =========================================================
   5.6 — Modern editorial homepage prototype
   Ground News structure + Semafor hierarchy + Feedly pulse
   ========================================================= */
.fh-hero-grid--focus{display:block;max-width:1120px}.fh-hero-grid--focus .fh-hero-main{min-height:clamp(310px,34vw,450px);max-width:980px;margin:auto}.fh-modern-home{padding-top:28px}.fh-domain-rail{display:flex;align-items:center;gap:7px;overflow-x:auto;margin-bottom:14px;padding:4px;scrollbar-width:none}.fh-domain-rail::-webkit-scrollbar{display:none}.fh-domain-rail a{flex:0 0 auto;min-width:74px;padding:8px 13px;border:1px solid var(--fh-line);border-radius:11px;background:var(--fh-surface);color:var(--fh-muted);font-size:12px;font-weight:800;text-align:center}.fh-domain-rail a:hover,.fh-domain-rail a.is-active{background:linear-gradient(135deg,var(--fh-primary),var(--fh-primary-2));border-color:transparent;color:#fff;box-shadow:0 7px 18px rgba(91,76,245,.2)}
.fh-modern-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,370px);grid-template-areas:"main sidebar";gap:18px;align-items:start;direction:ltr}.fh-news-stream{grid-area:main;direction:rtl;overflow:hidden}.fh-stream-intro{margin:3px 0 0;color:var(--fh-muted);font-size:11px}.fh-intelligence-sidebar{grid-area:sidebar;direction:rtl;display:grid;gap:13px;position:sticky;top:calc(var(--fh-header) + 14px)}.fh-sidebar-module{padding:14px;overflow:hidden}.fh-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.fh-sidebar-head>div{display:flex;align-items:center;gap:8px}.fh-sidebar-head h2,.fh-why-module h2{margin:0;font-size:18px;line-height:1.4}.fh-sidebar-head time,.fh-sidebar-head small{color:var(--fh-muted);font-size:10px}.fh-priority-image{display:block;border-radius:12px;overflow:hidden;aspect-ratio:16/8.5;background:var(--fh-surface-2)}.fh-priority-image img,.fh-priority-image .fh-today-image-fallback{width:100%;height:100%;object-fit:cover}.fh-priority-body{padding:11px 2px 8px}.fh-priority-body h3{margin:7px 0 4px;font-size:17px;line-height:1.55}.fh-priority-body p{margin:0 0 6px;color:var(--fh-muted);font-size:11px;line-height:1.8}.fh-priority-body small{color:var(--fh-muted);font-size:10px}.fh-priority-list{border-top:1px solid var(--fh-line)}.fh-priority-list>a{display:grid;grid-template-columns:26px minmax(0,1fr);gap:7px;padding:10px 0;border-bottom:1px solid var(--fh-line)}.fh-priority-list>a:last-child{border-bottom:0;padding-bottom:0}.fh-priority-list>a>span{grid-row:1/3;width:24px;height:24px;border-radius:8px;background:#eef2ff;color:#4f46e5;display:grid;place-items:center;font-size:10px;font-weight:900}.fh-priority-list strong{font-size:12px;line-height:1.55}.fh-priority-list small{color:var(--fh-muted);font-size:9px}.fh-pulse-list{display:grid;gap:12px}.fh-pulse-list a{display:grid;grid-template-columns:minmax(0,1fr) 42%;gap:10px;align-items:center}.fh-pulse-list a>div{display:flex;justify-content:space-between;gap:8px;min-width:0}.fh-pulse-list strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-pulse-list span{color:var(--fh-muted);font-size:9px;white-space:nowrap}.fh-pulse-list i{height:5px;border-radius:99px;background:var(--fh-surface-2);overflow:hidden;direction:ltr}.fh-pulse-list b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#5b4cf5)}.fh-sidebar-empty{margin:0;color:var(--fh-muted);font-size:11px}.fh-why-module{background:linear-gradient(155deg,var(--fh-surface),color-mix(in srgb,var(--fh-primary) 5%,var(--fh-surface)))}.fh-why-module>p{margin:5px 0 12px;color:var(--fh-muted);font-size:11px;line-height:1.8}.fh-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.fh-why-grid span{display:grid;place-items:center;gap:4px;min-height:72px;padding:7px 4px;border:1px solid var(--fh-line);border-radius:11px;background:var(--fh-surface);font-size:9px;font-weight:800;text-align:center}.fh-why-grid b{font-size:18px;color:var(--fh-primary)}.fh-sidebar-actions{margin-top:10px;padding-top:10px;border-top:1px solid var(--fh-line)}.fh-sidebar-login{display:flex;align-items:center;justify-content:center;margin-top:11px;min-height:40px;border-radius:10px;background:var(--fh-primary);color:#fff;font-size:11px;font-weight:850}.fh-editorial-deck{margin-top:28px}.fh-editorial-deck-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.fh-editorial-deck-grid article{overflow:hidden}.fh-editorial-deck-image{display:block;aspect-ratio:16/9;background:var(--fh-surface-2)}.fh-editorial-deck-image img,.fh-editorial-deck-image .fh-today-image-fallback{width:100%;height:100%;object-fit:cover}.fh-editorial-deck-grid article>div{padding:12px}.fh-editorial-deck-grid span{color:var(--fh-muted);font-size:9px}.fh-editorial-deck-grid h3{margin:4px 0;font-size:15px;line-height:1.6}.fh-editorial-deck-grid p{margin:0;color:var(--fh-muted);font-size:11px;line-height:1.75}
@media(max-width:1100px){.fh-modern-grid{grid-template-columns:minmax(0,1fr) 320px}.fh-intelligence-sidebar{position:static}.fh-pulse-list a{grid-template-columns:minmax(0,1fr) 36%}}
@media(max-width:900px){.fh-hero-grid--focus .fh-hero-main{padding-inline:14px}.fh-modern-grid{grid-template-columns:1fr;grid-template-areas:"sidebar" "main"}.fh-intelligence-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-priority-module{grid-row:span 2}.fh-editorial-deck-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-editorial-deck-grid article:last-child{display:none}}
@media(max-width:620px){.fh-modern-home{padding-top:18px}.fh-modern-grid{gap:12px}.fh-intelligence-sidebar{display:grid;grid-template-columns:1fr}.fh-priority-module{grid-row:auto}.fh-priority-image{aspect-ratio:16/8}.fh-why-grid{grid-template-columns:repeat(3,1fr)}.fh-editorial-deck-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.fh-editorial-deck-grid article{flex:0 0 82%;scroll-snap-align:start}.fh-editorial-deck-grid article:last-child{display:block}.fh-domain-rail{margin-inline:-2px}.fh-stream-intro{display:none}}

/* 5.6.1 — sidebar fidelity and category health */
.fh-modern-grid{grid-template-columns:minmax(0,1fr) minmax(380px,420px);gap:24px}.fh-intelligence-sidebar{gap:16px}.fh-sidebar-module{padding:18px;border-radius:18px}.fh-sidebar-head{margin-bottom:15px}.fh-sidebar-head h2,.fh-why-module h2{font-size:20px}.fh-priority-lead{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;align-items:start}.fh-priority-image{grid-column:1;aspect-ratio:1/1;min-height:132px}.fh-priority-body{grid-column:2;padding:0}.fh-priority-body h3{font-size:15px;margin-top:5px}.fh-priority-body p{font-size:10px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.fh-priority-list{margin-top:13px}.fh-priority-list>a{grid-template-columns:30px minmax(0,1fr);padding:12px 0}.fh-priority-list strong{font-size:13px}.fh-pulse-list{gap:15px}.fh-pulse-list strong{font-size:13px}.fh-why-grid span{min-height:82px;font-size:10px}.fh-category-health-notice{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:-22px;margin-bottom:22px;padding:12px 15px;border:1px solid #fcd34d;border-radius:13px;background:#fffbeb;color:#92400e;font-size:11px}.fh-category-health-notice strong{font-size:12px;white-space:nowrap}
@media(max-width:1180px){.fh-modern-grid{grid-template-columns:minmax(0,1fr) 350px;gap:16px}.fh-sidebar-module{padding:14px}.fh-priority-lead{grid-template-columns:110px minmax(0,1fr);gap:11px}.fh-priority-image{min-height:110px}.fh-priority-body p{display:none}}
@media(max-width:900px){.fh-modern-grid{grid-template-columns:1fr}.fh-priority-lead{grid-template-columns:150px minmax(0,1fr)}.fh-priority-image{min-height:140px}.fh-priority-body p{display:-webkit-box}.fh-category-health-notice{margin-top:-10px;align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.fh-priority-lead{grid-template-columns:110px minmax(0,1fr)}.fh-priority-image{min-height:110px}.fh-priority-body p{display:none}.fh-sidebar-module{padding:14px}}

/* 5.6.2 — lightweight editorial image slider beside Calendar Intelligence */
.fh-calendar-home__grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,2fr);gap:16px;align-items:stretch}
.fh-calendar-home__grid--calendar-only{grid-template-columns:1fr}
.fh-calendar-home__panel{min-width:0;padding:18px 20px;background:var(--fh-surface);border:1px solid var(--fh-line);border-radius:var(--fh-radius);box-shadow:var(--fh-shadow)}
.fh-calendar-home__panel .fh-calendar-home__head{margin-bottom:12px}
.fh-day-slider{position:relative;min-height:310px;overflow:hidden;background:#0b1328;color:#fff;border-color:rgba(91,76,245,.22)}
.fh-day-slider__head{position:absolute;z-index:4;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(180deg,rgba(5,11,24,.84),transparent);font-size:12px;pointer-events:none}
.fh-day-slider__head span{direction:ltr;color:#ddd9ff;font-variant-numeric:tabular-nums}
.fh-day-slider__slides,.fh-day-slide,.fh-day-slide>a{position:absolute;inset:0}
.fh-day-slide{opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}
.fh-day-slide.is-active{z-index:2;opacity:1;visibility:visible}
.fh-day-slide img,.fh-day-slide .fh-today-image-fallback{width:100%;height:100%;object-fit:cover}
.fh-day-slide__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,9,21,.04) 24%,rgba(4,9,21,.93) 100%)}
.fh-day-slide__copy{position:absolute;z-index:2;right:16px;left:16px;bottom:48px;display:grid;gap:7px}
.fh-day-slide__copy small{justify-self:start;padding:3px 8px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(13,20,42,.58);font-size:10px;backdrop-filter:blur(6px)}
.fh-day-slide__copy>strong{font-size:clamp(15px,.5vw + 12px,20px);line-height:1.65;text-shadow:0 2px 14px rgba(0,0,0,.42);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fh-day-slider__controls{position:absolute;z-index:5;right:12px;left:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;direction:ltr}
.fh-day-slider__controls>button{width:30px;height:30px;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:rgba(8,15,32,.64);color:#fff;font-size:20px;line-height:1;backdrop-filter:blur(6px)}
.fh-day-slider__controls>div{display:flex;align-items:center;gap:6px}
.fh-day-slider__controls>div button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.46);transition:width .18s ease,background .18s ease}
.fh-day-slider__controls>div button.is-active{width:22px;background:#fff}
@media(max-width:900px){.fh-calendar-home__grid{grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr)}.fh-day-slider{min-height:330px}.fh-calendar-home__panel{padding:16px}}
@media(max-width:620px){.fh-calendar-home__grid{display:flex;flex-direction:column}.fh-calendar-home__panel{order:1;padding:14px}.fh-day-slider{order:2;min-height:0;aspect-ratio:16/10}.fh-day-slide__copy{bottom:44px}.fh-day-slide__copy>strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){.fh-day-slide{transition:none}}

/* =========================================================
   5.7 — UX refinement: clearer hierarchy, calmer density
   ========================================================= */
:root{--fh-shadow-soft:0 8px 26px rgba(15,23,42,.055);--fh-shadow-hover:0 14px 34px rgba(15,23,42,.1)}
:focus-visible{outline:3px solid color-mix(in srgb,var(--fh-primary) 70%,#fff);outline-offset:3px;border-radius:6px}
.fh-header{box-shadow:0 1px 0 rgba(15,23,42,.03)}
.fh-header-row{height:68px}
.fh-hero{padding:20px 0 22px;background:radial-gradient(circle at 42% 20%,rgba(91,76,245,.3),transparent 30%),radial-gradient(circle at 18% 78%,rgba(14,165,233,.13),transparent 30%),linear-gradient(135deg,#050b18,#0d1831 62%,#091226)}
.fh-hero-grid--focus .fh-hero-main{min-height:clamp(270px,29vw,380px);max-width:930px;padding-top:18px;padding-bottom:18px}
.fh-hero-main h1{font-size:clamp(38px,4.5vw,62px);margin-bottom:9px}.fh-hero-copy{max-width:690px;margin-bottom:13px;line-height:1.8}
.fh-smart-search{box-shadow:0 14px 38px rgba(0,0,0,.16);transition:border-color .2s ease,box-shadow .2s ease}.fh-smart-search:focus-within{border-color:rgba(196,181,253,.82);box-shadow:0 16px 42px rgba(91,76,245,.24)}
.fh-events-wrap{padding-top:18px;padding-bottom:20px}.fh-events-head{margin-bottom:10px}.fh-events{gap:12px}
.fh-event-card{position:relative;min-height:102px;border-color:color-mix(in srgb,var(--fh-line) 86%,var(--fh-primary));box-shadow:var(--fh-shadow-soft);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.fh-event-card:before{content:"";position:absolute;inset-block:12px;inset-inline-start:0;width:3px;border-radius:4px;background:linear-gradient(var(--fh-primary),var(--fh-primary-2));opacity:.75}
.fh-event-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--fh-primary) 30%,var(--fh-line));box-shadow:var(--fh-shadow-hover)}
.fh-event-card h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fh-event-meta{margin-top:3px;font-variant-numeric:tabular-nums}
.fh-calendar-home{padding:20px 0 24px}.fh-calendar-home__panel,.fh-day-slider{border-radius:20px;box-shadow:var(--fh-shadow-soft)}.fh-calendar-home__panel{display:flex;flex-direction:column;justify-content:center}.fh-day-slider{min-height:300px}
.fh-modern-home{padding-top:24px}.fh-domain-rail{position:sticky;top:68px;z-index:12;margin-bottom:16px;padding:8px;background:color-mix(in srgb,var(--fh-bg) 91%,transparent);border:1px solid color-mix(in srgb,var(--fh-line) 72%,transparent);border-radius:14px;backdrop-filter:blur(10px)}
.fh-domain-rail a{min-height:38px;display:grid;place-items:center;transition:transform .18s ease,background .18s ease,color .18s ease}.fh-domain-rail a:hover{transform:translateY(-1px)}
.fh-modern-grid{gap:22px}.fh-news-stream{border-radius:20px;box-shadow:var(--fh-shadow-soft)}.fh-news-stream>.fh-section-head{padding:18px 20px 13px;border-bottom:1px solid var(--fh-line);margin:0}.fh-view-tabs button{min-height:36px;padding:6px 12px;transition:.18s ease}.fh-view-tabs button.is-active{box-shadow:0 5px 14px rgba(79,70,229,.12)}
.fh-feed{display:grid;gap:10px;padding:10px}.fh-feed-card{position:relative;grid-template-columns:210px minmax(0,1fr);gap:17px;padding:13px;border:1px solid transparent;border-radius:15px;background:var(--fh-surface);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.fh-feed-card:last-child{border-bottom:1px solid transparent}.fh-feed-card:hover{transform:translateY(-2px);border-color:var(--fh-line);box-shadow:var(--fh-shadow-soft)}
.fh-feed-card h2{font-size:18px;line-height:1.62;margin:6px 0}.fh-feed-thumb{border-radius:13px}.fh-feed-excerpt{line-height:1.85}.fh-feed-tags a{transition:background .18s ease,color .18s ease}.fh-feed-tags a:hover{background:var(--fh-primary);color:#fff}
.fh-feed-card--featured{grid-template-columns:minmax(260px,42%) minmax(0,1fr);padding:15px;border-color:color-mix(in srgb,var(--fh-primary) 18%,var(--fh-line));background:linear-gradient(135deg,color-mix(in srgb,var(--fh-primary) 3%,var(--fh-surface)),var(--fh-surface));box-shadow:var(--fh-shadow-soft)}
.fh-feed-card--featured .fh-feed-thumb{min-height:220px}.fh-feed-card--featured h2{font-size:clamp(21px,1.2vw + 12px,27px);line-height:1.55;margin-top:7px}.fh-feed-card--featured .fh-feed-excerpt{-webkit-line-clamp:3;font-size:14px}
.fh-feed-featured-label{display:inline-flex;margin-bottom:7px;padding:4px 9px;border-radius:999px;background:linear-gradient(135deg,var(--fh-primary),var(--fh-primary-2));color:#fff;font-size:10px;font-weight:850}
.fh-feed.is-compact{display:block;padding:0 10px}.fh-feed.is-compact .fh-feed-card,.fh-feed.is-compact .fh-feed-card--featured{grid-template-columns:104px minmax(0,1fr);min-height:112px;margin:0;padding:10px 2px;border:0;border-bottom:1px solid var(--fh-line);border-radius:0;background:transparent;box-shadow:none;transform:none}.fh-feed.is-compact .fh-feed-card--featured .fh-feed-thumb{min-height:0}.fh-feed.is-compact .fh-feed-card--featured h2{font-size:16px}.fh-feed.is-compact .fh-feed-featured-label{display:none}
.fh-intelligence-sidebar{gap:15px}.fh-sidebar-module{border-radius:20px;border-color:color-mix(in srgb,var(--fh-line) 88%,var(--fh-primary));box-shadow:var(--fh-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.fh-sidebar-module:hover{transform:translateY(-2px);box-shadow:var(--fh-shadow-hover)}
.fh-priority-module{border-top:3px solid var(--fh-primary)}.fh-priority-image img{transition:transform .35s ease}.fh-priority-image:hover img{transform:scale(1.025)}.fh-priority-list>a:hover strong{color:var(--fh-primary)}
.fh-pulse-list a{padding:3px 0}.fh-pulse-list a:hover strong{color:var(--fh-primary)}.fh-why-module{background:linear-gradient(150deg,var(--fh-surface),color-mix(in srgb,var(--fh-primary) 7%,var(--fh-surface)))}
.fh-editorial-deck{margin-top:34px;padding-top:22px;border-top:1px solid var(--fh-line)}.fh-editorial-deck-grid{gap:16px}.fh-editorial-deck-grid article{border-radius:18px;box-shadow:var(--fh-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.fh-editorial-deck-grid article:hover{transform:translateY(-3px);box-shadow:var(--fh-shadow-hover)}.fh-editorial-deck-image img{transition:transform .35s ease}.fh-editorial-deck-grid article:hover .fh-editorial-deck-image img{transform:scale(1.025)}
@media(max-width:1100px){.fh-domain-rail{top:64px}.fh-feed-card--featured{grid-template-columns:minmax(220px,38%) minmax(0,1fr)}.fh-feed-card--featured .fh-feed-thumb{min-height:190px}}
@media(max-width:900px){.fh-header-row{height:62px}.fh-hero-grid--focus .fh-hero-main{min-height:250px}.fh-domain-rail{top:62px}.fh-modern-grid{grid-template-areas:"main" "sidebar"}.fh-intelligence-sidebar{position:static}.fh-feed-card--featured{grid-template-columns:230px minmax(0,1fr)}.fh-feed-card--featured .fh-feed-thumb{min-height:180px}}
@media(max-width:620px){.fh-hero{padding:12px 0 16px}.fh-hero-grid--focus .fh-hero-main{min-height:230px;padding-block:14px}.fh-hero-main h1{font-size:34px}.fh-hero-copy{font-size:13px;line-height:1.75}.fh-hero-actions{margin-top:10px}.fh-events-wrap{padding-block:15px}.fh-domain-rail{top:58px;margin-inline:-2px;padding:6px;border-radius:12px}.fh-domain-rail a{min-width:66px;min-height:35px;padding:6px 10px}.fh-news-stream>.fh-section-head{padding:14px}.fh-feed{gap:4px;padding:6px}.fh-feed-card,.fh-feed-card--featured{grid-template-columns:108px minmax(0,1fr);gap:10px;padding:10px 4px;border:0;border-bottom:1px solid var(--fh-line);border-radius:0;background:transparent;box-shadow:none}.fh-feed-card:hover,.fh-feed-card--featured:hover{transform:none;box-shadow:none}.fh-feed-card--featured .fh-feed-thumb{min-height:112px}.fh-feed-card h2,.fh-feed-card--featured h2{font-size:15px;line-height:1.65;margin:4px 0}.fh-feed-featured-label{font-size:9px;margin-bottom:4px}.fh-feed-card--featured .fh-feed-excerpt{display:none}.fh-feed-card--featured .fh-feed-tags{display:none}.fh-intelligence-sidebar{margin-top:2px}.fh-sidebar-module:hover{transform:none}.fh-editorial-deck{margin-top:24px;padding-top:17px}}

/* 5.8 — phase two: editorial continuity, responsive polish and resilience */
.fh-feed-card>div{min-width:0}.fh-feed-card h2 a,.fh-priority-body h3 a,.fh-priority-list strong{overflow-wrap:anywhere}.fh-feed-card--featured .fh-feed-featured-label{align-self:start}.fh-load-more button[aria-busy="true"]{cursor:progress;opacity:.72}.fh-load-more button[aria-busy="true"]:after{content:"";display:inline-block;width:13px;height:13px;margin-inline-start:8px;border:2px solid currentColor;border-inline-end-color:transparent;border-radius:50%;vertical-align:-2px;animation:fh-spin .75s linear infinite}.fh-domain-rail{-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.fh-events{-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.fh-day-slider,.fh-feed-thumb,.fh-priority-image,.fh-editorial-deck-image{isolation:isolate}.fh-day-slide img,.fh-feed-thumb img,.fh-priority-image img,.fh-editorial-deck-image img{background:var(--fh-surface-2)}
@keyframes fh-spin{to{transform:rotate(1turn)}}
@media(max-width:1180px) and (min-width:901px){.fh-modern-grid{grid-template-columns:minmax(0,1fr) minmax(320px,350px)}.fh-feed-card{grid-template-columns:180px minmax(0,1fr)}.fh-feed-card--featured{grid-template-columns:minmax(220px,40%) minmax(0,1fr)}}
@media(max-width:900px) and (min-width:621px){.fh-intelligence-sidebar{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.fh-priority-module{grid-row:span 2}.fh-why-module{align-self:start}.fh-feed-card{grid-template-columns:190px minmax(0,1fr)}}
@media(max-width:620px){.fh-view-tabs{display:none}.fh-feed{display:block}.fh-feed-card{min-height:122px}.fh-feed-card--featured{margin-bottom:4px;padding-top:8px}.fh-feed-meta{gap:5px}.fh-feed-meta span:nth-of-type(2){display:none}.fh-priority-body h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fh-domain-rail{scroll-snap-type:x proximity}.fh-domain-rail a{scroll-snap-align:start}.fh-editorial-deck-grid{padding-bottom:5px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   5.9 — intelligence identity and editorial inner pages
   ========================================================= */
.fh-hero--intelligence{position:relative;overflow:hidden;min-height:520px;padding:48px 0 44px;background:radial-gradient(circle at 8% 16%,rgba(34,197,94,.14),transparent 25%),radial-gradient(circle at 78% 18%,rgba(139,92,246,.34),transparent 31%),linear-gradient(128deg,#050a18 0%,#101944 55%,#16205a 100%)}
.fh-hero--intelligence:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,#000 35%,#000)}
.fh-hero-orbit{position:absolute;border:1px solid rgba(167,139,250,.22);border-radius:50%;pointer-events:none}.fh-hero-orbit:before,.fh-hero-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#8b5cf6;box-shadow:0 0 22px #8b5cf6}.fh-hero-orbit--one{width:460px;height:460px;left:-120px;top:-210px}.fh-hero-orbit--one:before{right:51px;bottom:56px}.fh-hero-orbit--two{width:310px;height:310px;right:34%;bottom:-245px}.fh-hero-orbit--two:after{left:18px;top:83px;background:#22c55e;box-shadow:0 0 22px #22c55e}
.fh-hero-grid--intelligence{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:clamp(34px,5vw,82px);align-items:center;direction:rtl}.fh-hero-grid--intelligence .fh-hero-main{min-height:0;max-width:none;padding:10px 0;text-align:right;align-items:flex-start}.fh-hero-grid--intelligence .fh-hero-main h1{max-width:760px;margin:13px 0 13px;font-size:clamp(48px,5.2vw,78px);line-height:1.13;letter-spacing:-.04em}.fh-hero-grid--intelligence .fh-hero-main h1 span{display:block;background:linear-gradient(90deg,#b8a7ff,#7dd3fc);-webkit-background-clip:text;background-clip:text;color:transparent}.fh-hero-grid--intelligence .fh-hero-copy{max-width:720px;margin-inline:0;color:#cbd5e1;font-size:15px}.fh-hero-grid--intelligence .fh-smart-search{width:min(100%,720px);margin:17px 0 0}.fh-hero-grid--intelligence .fh-hero-actions,.fh-hero-grid--intelligence .fh-suggestions{justify-content:flex-start}.fh-hero-badge{display:inline-flex;align-items:center;gap:9px;padding:6px 11px;border:1px solid rgba(196,181,253,.25);border-radius:999px;background:rgba(91,76,245,.12);color:#ddd6fe;font-size:11px;font-weight:850}.fh-hero-badge span{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
.fh-intelligence-stage{position:relative;min-width:0;padding:18px;border:1px solid rgba(196,181,253,.22);border-radius:24px;background:linear-gradient(155deg,rgba(255,255,255,.12),rgba(255,255,255,.045));box-shadow:0 30px 70px rgba(0,0,0,.28);color:#fff;backdrop-filter:blur(18px);transform:perspective(900px) rotateY(-3deg)}.fh-intelligence-stage:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.38),transparent 45%,rgba(139,92,246,.5));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}.fh-stage-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.11);font-size:10px;color:#cbd5e1}.fh-stage-head span{display:flex;align-items:center;gap:7px}.fh-stage-head i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 12px #22c55e}.fh-stage-head small{direction:ltr;letter-spacing:.12em;color:#a78bfa}.fh-stage-core{position:relative;display:grid;place-items:center;gap:4px;min-height:155px;text-align:center}.fh-stage-core strong{font-size:24px}.fh-stage-core small{max-width:260px;color:#aebbd2;font-size:11px}.fh-stage-pulse{position:absolute;width:112px;height:112px;border:1px solid rgba(167,139,250,.24);border-radius:50%;box-shadow:0 0 0 23px rgba(139,92,246,.035),0 0 0 48px rgba(139,92,246,.025)}
.fh-stage-flow{display:flex;align-items:center;justify-content:center;direction:rtl}.fh-stage-flow span{display:flex;align-items:center;gap:5px;color:#d9e1ef;font-size:10px;font-weight:800}.fh-stage-flow b{width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.17);border-radius:8px;background:rgba(255,255,255,.08);color:#c4b5fd}.fh-stage-flow i{width:34px;height:1px;margin:0 5px;background:linear-gradient(90deg,rgba(167,139,250,.2),#8b5cf6,rgba(167,139,250,.2))}.fh-stage-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:17px}.fh-stage-metrics span{display:grid;gap:1px;padding:10px 6px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(5,10,24,.28);color:#9eacc3;font-size:8px;text-align:center}.fh-stage-metrics b{color:#fff;font-size:16px}.fh-stage-note{display:flex;align-items:center;gap:9px;margin-top:9px;padding:10px;border-radius:13px;background:linear-gradient(90deg,rgba(91,76,245,.22),rgba(14,165,233,.08))}.fh-stage-note>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#6d5dfc;font-size:17px}.fh-stage-note p{display:grid;margin:0;color:#aebbd2;font-size:9px;line-height:1.6}.fh-stage-note strong{color:#fff;font-size:11px}
.fh-category-head{position:relative;padding:42px 0 24px}.fh-category-head:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,color-mix(in srgb,var(--fh-primary) 7%,transparent),transparent);pointer-events:none}.fh-category-head .fh-container{position:relative}.fh-category-head h1{font-size:clamp(36px,4vw,58px)}.fh-category-lead-grid{grid-template-columns:1.35fr 1fr 1fr}.fh-category-lead-card:first-child{min-height:390px}.fh-category-lead-card:not(:first-child){min-height:390px}.fh-category-lead-card:first-child .fh-category-lead-content strong{font-size:clamp(23px,2vw,34px)}
.fh-category-stream{padding:34px 0 42px}.fh-category-stream>.fh-container>.fh-section-head{padding-bottom:13px;border-bottom:1px solid var(--fh-line)}.fh-category-list--editorial{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.fh-category-list--editorial .fh-archive-row{grid-template-columns:148px minmax(0,1fr);gap:14px;min-height:190px;padding:14px;border-radius:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.fh-category-list--editorial .fh-archive-row:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--fh-primary) 25%,var(--fh-line));box-shadow:var(--fh-shadow-hover)}.fh-category-list--editorial .fh-archive-row-thumb{height:100%;aspect-ratio:auto}.fh-category-list--editorial .fh-archive-row h2{font-size:17px}.fh-category-list--editorial .fh-archive-lead{font-size:12px;-webkit-line-clamp:2}.fh-category-list--editorial .fh-archive-row--featured{grid-column:1/-1;grid-template-columns:minmax(300px,42%) minmax(0,1fr);min-height:300px;padding:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--fh-primary) 5%,var(--fh-surface)),var(--fh-surface))}.fh-category-list--editorial .fh-archive-row--featured h2{font-size:clamp(23px,2vw,31px)}.fh-category-list--editorial .fh-archive-row--featured .fh-archive-lead{font-size:14px;-webkit-line-clamp:3}.fh-archive-pick{padding:4px 9px;border-radius:999px;background:var(--fh-primary);color:#fff;font-size:10px;font-weight:850}
.fh-single-grid{grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:24px}.fh-article{padding:clamp(18px,3vw,42px);border-radius:22px}.fh-article-cover{margin-inline:calc(clamp(18px,3vw,42px) * -.35);border-radius:18px}.fh-article-content{max-width:820px;margin-inline:auto}.fh-intel-box{border-top:3px solid var(--fh-primary);border-radius:20px}.fh-related-reading{padding-bottom:45px}.fh-related-reading>.fh-container{padding-top:24px;border-top:1px solid var(--fh-line)}.fh-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fh-related-grid article{overflow:hidden;border-radius:18px}.fh-related-image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--fh-surface-2)}.fh-related-image img,.fh-related-image .fh-today-image-fallback{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fh-related-grid article:hover img{transform:scale(1.035)}.fh-related-grid article>div{padding:13px}.fh-related-grid span,.fh-related-grid small{color:var(--fh-muted);font-size:10px}.fh-related-grid h3{margin:5px 0;font-size:16px;line-height:1.65}
@media(max-width:1050px){.fh-hero--intelligence{min-height:0}.fh-hero-grid--intelligence{grid-template-columns:minmax(0,1fr) 330px;gap:28px}.fh-hero-grid--intelligence .fh-hero-main h1{font-size:48px}.fh-category-lead-card,.fh-category-lead-card:not(:first-child){min-height:330px}.fh-category-list--editorial .fh-archive-row{grid-template-columns:125px minmax(0,1fr)}}
@media(max-width:900px){.fh-hero--intelligence{padding:30px 0}.fh-hero-grid--intelligence{display:grid;grid-template-columns:1fr}.fh-hero-grid--intelligence .fh-hero-main{align-items:center;text-align:center}.fh-hero-grid--intelligence .fh-hero-actions,.fh-hero-grid--intelligence .fh-suggestions{justify-content:center}.fh-intelligence-stage{width:min(100%,620px);margin:auto;transform:none}.fh-category-lead-grid{grid-template-columns:1.2fr .8fr}.fh-category-lead-card:first-child{grid-row:span 2;grid-column:auto;min-height:440px}.fh-category-lead-card:not(:first-child){min-height:212px}.fh-category-list--editorial{grid-template-columns:1fr}.fh-category-list--editorial .fh-archive-row--featured{grid-column:auto}.fh-related-grid{grid-template-columns:repeat(2,1fr)}.fh-related-grid article:last-child{display:none}}
@media(max-width:620px){.fh-hero--intelligence{padding:24px 0 27px}.fh-hero--intelligence:after{background-size:28px 28px}.fh-hero-grid--intelligence .fh-hero-main{align-items:stretch;text-align:right}.fh-hero-grid--intelligence .fh-hero-main h1{font-size:39px}.fh-hero-grid--intelligence .fh-hero-actions,.fh-hero-grid--intelligence .fh-suggestions{justify-content:flex-start}.fh-intelligence-stage{padding:14px;border-radius:18px}.fh-stage-core{min-height:126px}.fh-stage-core strong{font-size:21px}.fh-stage-metrics b{font-size:14px}.fh-category-lead-grid{display:flex}.fh-category-lead-card,.fh-category-lead-card:first-child,.fh-category-lead-card:not(:first-child){flex:0 0 87%;min-height:315px}.fh-category-list--editorial .fh-archive-row,.fh-category-list--editorial .fh-archive-row--featured{grid-template-columns:112px minmax(0,1fr);min-height:142px;padding:9px;border-radius:14px}.fh-category-list--editorial .fh-archive-row--featured h2,.fh-category-list--editorial .fh-archive-row h2{font-size:15px}.fh-category-list--editorial .fh-archive-row--featured .fh-archive-lead,.fh-category-list--editorial .fh-archive-lead{display:none}.fh-archive-pick{font-size:8px;padding:2px 6px}.fh-related-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.fh-related-grid article,.fh-related-grid article:last-child{display:block;flex:0 0 83%;scroll-snap-align:start}.fh-article-cover{margin-inline:0}}

/* 5.10 — reader-first hero and honest category navigation */
.fh-hero--intelligence{min-height:470px;padding-block:38px}.fh-hero-grid--intelligence{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:clamp(30px,4vw,64px)}.fh-hero-grid--intelligence .fh-hero-main h1{max-width:680px;font-size:clamp(43px,4.35vw,66px);line-height:1.16}.fh-hero-grid--intelligence .fh-hero-main h1 span{font-size:.84em;line-height:1.22}.fh-hero-grid--intelligence .fh-hero-copy{max-width:650px;font-size:16px;line-height:1.95}.fh-hero-badge{font-size:12px}.fh-reader-value{min-width:0;padding:20px;border:1px solid rgba(196,181,253,.23);border-radius:22px;background:rgba(8,15,38,.58);box-shadow:0 24px 60px rgba(0,0,0,.24);color:#fff;backdrop-filter:blur(14px)}.fh-reader-value__head{display:grid;gap:4px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}.fh-reader-value__head span{color:#a78bfa;font-size:10px;font-weight:900;letter-spacing:.06em}.fh-reader-value__head strong{font-size:19px}.fh-reader-value__list{display:grid}.fh-reader-value__list a{display:grid;grid-template-columns:32px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}.fh-reader-value__list a>b{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(124,92,255,.18);color:#c4b5fd;font-size:11px}.fh-reader-value__list a>span{display:grid;gap:2px}.fh-reader-value__list strong{font-size:13px}.fh-reader-value__list small{color:#aebbd2;font-size:10px;line-height:1.65}.fh-reader-value__list i{color:#8b5cf6;font-style:normal;transition:transform .18s ease}.fh-reader-value__list a:hover i{transform:translateX(-4px)}.fh-reader-value>p{display:flex;align-items:center;gap:8px;margin:13px 0 0;color:#aebbd2;font-size:10px;line-height:1.7}.fh-reader-value>p span{width:27px;height:27px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:#6657e8;color:#fff}.fh-domain-rail:empty{display:none}.fh-domain-rail a{min-width:82px}
@media(max-width:1050px){.fh-hero-grid--intelligence{grid-template-columns:minmax(0,1fr) 320px}.fh-hero-grid--intelligence .fh-hero-main h1{font-size:46px}.fh-reader-value{padding:16px}.fh-reader-value__list a{padding:11px 0}}
@media(max-width:900px){.fh-hero--intelligence{padding-block:30px}.fh-hero-grid--intelligence{grid-template-columns:1fr}.fh-reader-value{width:min(100%,650px);margin:auto}.fh-hero-grid--intelligence .fh-hero-main h1{max-width:650px}}
@media(max-width:620px){.fh-hero--intelligence{padding-block:22px}.fh-hero-grid--intelligence .fh-hero-main h1{font-size:36px;line-height:1.22}.fh-hero-grid--intelligence .fh-hero-main h1 span{font-size:.88em}.fh-hero-grid--intelligence .fh-hero-copy{font-size:14px;line-height:1.85}.fh-reader-value{padding:14px;border-radius:17px}.fh-reader-value__head strong{font-size:17px}.fh-reader-value__list small{font-size:9px}.fh-domain-rail a{min-width:72px}}

/* 6.0 — phase three: category and long-form reading system */
.fh-nav a{font-size:14px;font-weight:750}.fh-article-shell{padding:20px 0 30px;background:linear-gradient(180deg,color-mix(in srgb,var(--fh-primary) 3%,var(--fh-bg)),var(--fh-bg) 280px)}.fh-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:13px;color:var(--fh-muted);font-size:11px}.fh-breadcrumb a:hover{color:var(--fh-primary)}.fh-breadcrumb strong{color:var(--fh-text)}.fh-single-grid--phase-three{display:grid;grid-template-columns:minmax(0,1fr) minmax(285px,325px);gap:22px;direction:rtl}.fh-single-grid--phase-three .fh-article{grid-column:1;direction:rtl;padding:0;overflow:hidden;border-radius:24px}.fh-single-grid--phase-three .fh-intel-box{grid-column:2;direction:rtl}.fh-article-header{padding:clamp(24px,4vw,52px) clamp(22px,5vw,68px) 24px}.fh-article-header h1{max-width:920px;margin:13px 0 12px;font-size:clamp(34px,3.5vw,54px);line-height:1.38;letter-spacing:-.025em}.fh-article-deck{max-width:850px;margin:0;color:var(--fh-muted);font-size:clamp(16px,1.25vw,20px);line-height:1.9}.fh-article-tools{display:flex;gap:7px;margin-top:17px}.fh-article-tools button{min-height:34px;padding:5px 12px;border:1px solid var(--fh-line);border-radius:9px;background:var(--fh-surface-2);color:var(--fh-muted);font-size:10px;font-weight:800}.fh-article-tools button:hover{border-color:var(--fh-primary);color:var(--fh-primary)}.fh-single-grid--phase-three .fh-article-cover{margin:0;border-radius:0;background:var(--fh-surface-2)}.fh-single-grid--phase-three .fh-article-cover img{width:100%;max-height:620px;object-fit:cover}.fh-article-cover figcaption{padding:7px 18px;color:var(--fh-muted);font-size:10px;text-align:center}.fh-single-grid--phase-three .fh-article-content{max-width:790px;margin:0 auto;padding:clamp(28px,4vw,55px) clamp(22px,4vw,52px);font-size:18px;line-height:2.15}.fh-article-content>p:first-child{font-size:1.06em}.fh-article-content p{margin:0 0 1.45em}.fh-article-content blockquote{margin:28px 0;padding:17px 20px;border-inline-start:4px solid var(--fh-primary);border-radius:10px;background:var(--fh-surface-2);font-size:1.05em}.fh-article-content img{margin-block:24px;border-radius:14px}.fh-article-source{display:flex;align-items:center;gap:10px;margin:0 clamp(22px,4vw,52px) 28px;padding:13px 15px;border-top:1px solid var(--fh-line);border-bottom:1px solid var(--fh-line);font-size:11px}.fh-article-source span{color:var(--fh-muted)}
.fh-intel-box--reader{position:sticky;top:calc(var(--fh-header) + 16px);align-self:start;padding:18px;border-top:3px solid var(--fh-primary);border-radius:20px;box-shadow:var(--fh-shadow-soft)}.fh-intel-box--reader .fh-panel-title{font-size:21px}.fh-intel-box--reader .fh-intel-list{gap:8px}.fh-intel-box--reader .fh-intel-row{padding:12px;border:1px solid transparent}.fh-intel-box--reader .fh-intel-row--summary{background:color-mix(in srgb,var(--fh-primary) 6%,var(--fh-surface-2));border-color:color-mix(in srgb,var(--fh-primary) 12%,var(--fh-line))}.fh-intel-box--reader .fh-intel-row strong{margin-bottom:4px;color:var(--fh-text)}.fh-intel-box--reader .fh-intel-row span{line-height:1.85}.fh-reading-progress{position:fixed;z-index:70;top:var(--fh-header);right:0;left:0;height:3px;background:transparent;pointer-events:none}.fh-reading-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:right;background:linear-gradient(90deg,var(--fh-primary),#22c55e);will-change:transform}
.fh-category-stream>.fh-container{max-width:1440px}.fh-category-list--phase-three{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:none!important;gap:16px!important}.fh-category-list--phase-three .fh-archive-row{grid-template-columns:155px minmax(0,1fr);gap:14px;min-height:195px;padding:14px;border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}.fh-category-list--phase-three .fh-archive-row:hover{transform:translateY(-3px);box-shadow:var(--fh-shadow-hover)}.fh-category-list--phase-three .fh-archive-row-thumb{height:100%;aspect-ratio:auto}.fh-category-list--phase-three .fh-archive-row h2{font-size:17px}.fh-category-list--phase-three .fh-archive-lead{font-size:12px}.fh-category-list--phase-three .fh-archive-row--featured{grid-column:1/-1;grid-template-columns:minmax(310px,43%) minmax(0,1fr);min-height:310px;padding:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--fh-primary) 5%,var(--fh-surface)),var(--fh-surface))}.fh-category-list--phase-three .fh-archive-row--featured h2{font-size:clamp(23px,2.1vw,32px)}.fh-category-list--phase-three .fh-archive-row--featured .fh-archive-lead{font-size:14px;-webkit-line-clamp:3}.fh-archive-pick{padding:4px 9px;border-radius:999px;background:var(--fh-primary);color:#fff;font-size:9px;font-weight:850}.fh-related-reading{padding:30px 0 48px}.fh-related-reading>.fh-container{padding-top:25px;border-top:1px solid var(--fh-line)}.fh-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fh-related-grid article{overflow:hidden;border-radius:18px}.fh-related-image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--fh-surface-2)}.fh-related-image img,.fh-related-image .fh-today-image-fallback{width:100%;height:100%;object-fit:cover}.fh-related-grid article>div{padding:13px}.fh-related-grid span,.fh-related-grid small{color:var(--fh-muted);font-size:10px}.fh-related-grid h3{margin:5px 0;font-size:16px;line-height:1.65}
@media(max-width:1050px){.fh-single-grid--phase-three{grid-template-columns:minmax(0,1fr) 270px}.fh-article-header h1{font-size:38px}.fh-category-list--phase-three .fh-archive-row{grid-template-columns:125px minmax(0,1fr)}}
@media(max-width:900px){.fh-single-grid--phase-three{display:flex;flex-direction:column}.fh-single-grid--phase-three .fh-article{order:1}.fh-single-grid--phase-three .fh-intel-box{order:2;width:100%;position:static}.fh-category-list--phase-three{grid-template-columns:1fr!important}.fh-category-list--phase-three .fh-archive-row--featured{grid-column:auto}.fh-related-grid{grid-template-columns:repeat(2,1fr)}.fh-related-grid article:last-child{display:none}}
@media(max-width:620px){.fh-article-shell{padding-top:10px}.fh-breadcrumb{overflow:hidden;white-space:nowrap}.fh-article-header{padding:20px 15px}.fh-article-header h1{font-size:29px;line-height:1.5}.fh-article-deck{font-size:15px}.fh-single-grid--phase-three .fh-article-content{padding:25px 16px;font-size:16px;line-height:2.05}.fh-article-source{margin-inline:16px}.fh-category-list--phase-three .fh-archive-row,.fh-category-list--phase-three .fh-archive-row--featured{grid-template-columns:112px minmax(0,1fr);min-height:145px;padding:9px}.fh-category-list--phase-three .fh-archive-row h2,.fh-category-list--phase-three .fh-archive-row--featured h2{font-size:15px}.fh-category-list--phase-three .fh-archive-lead{display:none}.fh-related-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.fh-related-grid article,.fh-related-grid article:last-child{display:block;flex:0 0 84%;scroll-snap-align:start}}
@media print{.fh-header,.fh-footer,.fh-intel-box,.fh-breadcrumb,.fh-article-tools,.fh-reading-progress,.fh-related-reading{display:none!important}.fh-article-shell{padding:0;background:#fff}.fh-single-grid--phase-three{display:block}.fh-single-grid--phase-three .fh-article{border:0;box-shadow:none}.fh-article-content{max-width:none!important}}

/* 6.0.1 — responsive news lead and normalized calendar header */
.fh-calendar-today{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--fh-primary) 14%,var(--fh-line));border-radius:13px;background:color-mix(in srgb,var(--fh-primary) 4%,var(--fh-surface));color:var(--fh-text)}
.fh-calendar-today__label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:900}.fh-calendar-today__label:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--fh-primary);box-shadow:0 0 0 5px color-mix(in srgb,var(--fh-primary) 12%,transparent)}
.fh-calendar-today__dates{display:flex;align-items:center;gap:9px;min-width:0;font-size:13px;font-weight:800}.fh-calendar-today__dates time{white-space:nowrap}.fh-calendar-today__dates time+time{padding-inline-start:9px;border-inline-start:1px solid var(--fh-line);color:var(--fh-muted);font-weight:600;direction:ltr}
.fh-calendar-duplicate{display:none!important}

/* 6.1.0 — unified homepage card language */
.home .fh-events-wrap,.home .fh-calendar-home,.home .fh-semantic-section,.home .fh-modern-home{background:transparent;border:0}
.home .fh-events-wrap>.fh-container,.home .fh-calendar-home__grid,.home .fh-semantic-section>.fh-container{padding:clamp(18px,2vw,28px)!important;border:1px solid var(--fh-line);border-radius:24px;background:var(--fh-surface);box-shadow:var(--fh-shadow-soft,0 12px 34px rgba(15,23,42,.06))}
.home .fh-events-wrap{padding-block:22px}.home .fh-calendar-home{padding-block:0 22px}.home .fh-semantic-section{padding-block:0 22px}.home .fh-modern-home{padding-top:0}
.home .fh-semantic-section>.fh-container{display:grid;gap:18px}
.fh-section-symbol{display:inline-grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--fh-primary) 16%,var(--fh-line));border-radius:12px;background:color-mix(in srgb,var(--fh-primary) 7%,var(--fh-surface));color:var(--fh-primary);font-size:18px;font-weight:900;line-height:1;box-shadow:0 6px 18px rgba(91,76,245,.08)}
.fh-section-title-row{display:flex;align-items:center;gap:11px}.fh-section-title-row .fh-title,.fh-section-title-row h2{margin:0}
.fh-events-title .fh-dot{display:none}.fh-events-title{gap:11px}
.fh-event-card:before{display:none!important}.fh-event-card{border-color:var(--fh-line);box-shadow:none}.fh-event-card:hover{border-color:color-mix(in srgb,var(--fh-primary) 20%,var(--fh-line))}
.fh-priority-module{border-top-width:1px!important;border-top-color:var(--fh-line)!important}
.fh-sidebar-head .fh-live-dot{display:none}.fh-sidebar-head>div{gap:10px}
.fh-sidebar-head .fh-section-symbol{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:15px}
.home .fh-editorial-deck{padding:20px;border:1px solid var(--fh-line);border-radius:22px;background:var(--fh-surface);box-shadow:var(--fh-shadow-soft,0 12px 34px rgba(15,23,42,.06))}
.home .fh-editorial-deck{border-top:1px solid var(--fh-line)}
@media(max-width:900px){.home .fh-events-wrap>.fh-container,.home .fh-calendar-home__grid,.home .fh-semantic-section>.fh-container{border-radius:20px}.fh-reader-value{max-width:620px}}
@media(max-width:620px){.fh-hero--intelligence{padding-block:18px}.fh-hero-grid--intelligence{gap:0}.fh-hero-grid--intelligence .fh-hero-main{min-height:0;padding:10px 4px 14px}.fh-hero-grid--intelligence .fh-hero-main h1{font-size:clamp(31px,10vw,38px);margin-top:8px}.fh-hero-badge{font-size:10px}.fh-reader-value{display:none!important}.fh-hero-actions{gap:7px}.fh-hero-actions .fh-btn{min-height:40px;padding-inline:13px;font-size:12px}.fh-suggestions{padding-bottom:2px}.home .fh-events-wrap{padding-block:14px}.home .fh-calendar-home,.home .fh-semantic-section{padding-bottom:14px}.home .fh-events-wrap>.fh-container,.home .fh-calendar-home__grid,.home .fh-semantic-section>.fh-container{padding:14px!important;border-radius:17px}.fh-section-symbol{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:15px}.fh-events-title{font-size:18px}.home .fh-editorial-deck{padding:14px;border-radius:17px}}
.fh-feed-card,.fh-feed-card--featured{min-width:0}.fh-feed-card>div,.fh-feed-card h2,.fh-feed-card h2 a{min-width:0;max-width:100%}.fh-feed-card h2 a{display:block;overflow-wrap:break-word;word-break:normal}
@media (min-width:901px) and (max-width:1280px){.fh-modern-grid{grid-template-columns:minmax(0,1fr) minmax(300px,340px)}.fh-feed-card--featured{grid-template-columns:minmax(190px,36%) minmax(0,1fr)}.fh-feed-card--featured .fh-feed-thumb{min-height:180px}.fh-feed-card--featured h2{font-size:clamp(19px,2vw,24px);line-height:1.55}.fh-feed-card--featured .fh-feed-excerpt{-webkit-line-clamp:2}}
@media (max-width:900px){.fh-modern-grid{display:flex;flex-direction:column}.fh-news-stream{order:1;width:100%}.fh-intelligence-sidebar{order:2;width:100%}.fh-feed-card--featured{grid-template-columns:minmax(190px,34%) minmax(0,1fr)}.fh-feed-card--featured .fh-feed-thumb{min-height:170px}.fh-feed-card--featured h2{font-size:clamp(18px,3vw,23px)}}
@media (max-width:620px){.fh-calendar-today{align-items:flex-start;flex-direction:column;gap:8px;padding:11px 12px}.fh-calendar-today__label{font-size:14px}.fh-calendar-today__dates{width:100%;justify-content:space-between;font-size:12px}.fh-calendar-home__head .fh-kicker{display:none}.fh-calendar-home__head h2{font-size:20px}.fh-feed-card,.fh-feed-card--featured,.fh-feed.is-compact .fh-feed-card,.fh-feed.is-compact .fh-feed-card--featured{display:flex;flex-direction:column;gap:0;min-height:0;padding:0 0 13px;margin:0 0 13px;border:0;border-bottom:1px solid var(--fh-line);border-radius:0;background:transparent;box-shadow:none}.fh-feed-card .fh-feed-thumb,.fh-feed-card--featured .fh-feed-thumb,.fh-feed.is-compact .fh-feed-card .fh-feed-thumb{width:100%;min-height:0;aspect-ratio:16/9;margin-bottom:11px;border-radius:12px}.fh-feed-card>div{width:100%;padding-inline:2px}.fh-feed-card h2,.fh-feed-card--featured h2,.fh-feed.is-compact .fh-feed-card h2{font-size:18px;line-height:1.65;margin:6px 0 3px}.fh-feed-card--featured h2 a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fh-feed-featured-label{font-size:10px}.fh-feed-meta{font-size:11px}.fh-feed-card--featured .fh-feed-excerpt{display:none}}

/* 6.1.1 — refined homepage hierarchy and section identity */
.fh-section-symbol svg,.fh-live-stat-icon svg,.fh-live-stats-label__icon svg,.fh-semantic-updated__icon svg{display:block;width:20px;height:20px}
.fh-section-symbol{border-color:color-mix(in srgb,var(--fh-primary) 24%,var(--fh-line));background:linear-gradient(145deg,color-mix(in srgb,var(--fh-primary) 12%,var(--fh-surface)),var(--fh-surface));box-shadow:0 7px 19px color-mix(in srgb,var(--fh-primary) 13%,transparent)}
.home .fh-semantic-section>.fh-container{gap:15px}
.home .fh-semantic-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding-bottom:16px;border-bottom:1px solid var(--fh-line)}
.fh-semantic-identity{min-width:0}.fh-semantic-identity>p{margin:7px 49px 0 0;color:var(--fh-muted);font-size:12px}
.fh-semantic-title-line{display:flex;align-items:center;gap:18px;min-width:0}
.fh-semantic-title-line>.fh-section-title-row{flex:0 1 auto}.fh-semantic-title-line .fh-title{font-size:clamp(27px,3vw,40px);letter-spacing:-.025em;white-space:nowrap}
.fh-semantic-title-line .fh-semantic-kpis{display:flex!important;grid-template-columns:none!important;gap:8px;margin:0!important}
.fh-semantic-title-line .fh-semantic-kpi{min-width:168px;min-height:58px;padding:8px 11px;border:1px solid color-mix(in srgb,var(--fh-primary) 15%,var(--fh-line));border-radius:13px;background:color-mix(in srgb,var(--fh-primary) 4%,var(--fh-surface));box-shadow:none}
.fh-semantic-title-line .fh-semantic-kpi-icon{width:32px;height:32px;border-radius:9px}.fh-semantic-title-line .fh-semantic-kpi strong{font-size:22px;line-height:1}.fh-semantic-title-line .fh-semantic-kpi small{font-size:9px;white-space:nowrap}
.fh-semantic-updated{display:flex!important;align-items:center;gap:9px;min-width:130px;padding:9px 12px;border:1px solid color-mix(in srgb,#22c55e 24%,var(--fh-line));border-radius:13px;background:color-mix(in srgb,#22c55e 5%,var(--fh-surface));color:var(--fh-text)!important;box-shadow:0 7px 20px rgba(15,23,42,.045)}
.fh-semantic-updated__icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#dcfce7;color:#15803d}.fh-semantic-updated>span:last-child{display:grid;gap:1px}.fh-semantic-updated small{color:var(--fh-muted);font-size:9px}.fh-semantic-updated strong{font-size:16px;direction:ltr}
.home .fh-editorial-deck{display:block!important}.home .fh-editorial-deck>.fh-section-head{display:flex;width:100%;margin-bottom:17px;padding-bottom:14px;border-bottom:1px solid var(--fh-line)}.home .fh-editorial-deck>.fh-section-head .fh-title{font-size:26px}.home .fh-editorial-deck-grid{width:100%}
.fh-footer .fh-live-stats-bar{padding-top:28px;background:var(--fh-bg);border:0}.fh-footer .fh-live-stats-inner{min-height:92px;overflow:hidden;border:1px solid var(--fh-line);border-radius:20px;background:var(--fh-surface);box-shadow:var(--fh-shadow-soft)}
.fh-footer .fh-live-stats-label,.fh-footer .fh-live-stat{border-color:var(--fh-line)}.fh-footer .fh-live-stats-label{flex-direction:row;align-items:center}.fh-footer .fh-live-stats-label strong,.fh-footer .fh-live-stat strong{color:var(--fh-text)}.fh-footer .fh-live-stats-label span,.fh-footer .fh-live-stat small{color:var(--fh-muted)}
.fh-live-stats-label__icon,.fh-footer .fh-live-stat-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:color-mix(in srgb,var(--fh-primary) 8%,var(--fh-surface));color:var(--fh-primary)}
@media(max-width:900px){.fh-semantic-title-line{align-items:flex-start;flex-direction:column;gap:11px}.fh-semantic-identity>p{margin-right:0}.fh-semantic-title-line .fh-title{white-space:normal}.fh-footer .fh-live-stats-inner{border-radius:17px}}
@media(max-width:620px){.home .fh-semantic-head{grid-template-columns:1fr;gap:12px}.fh-semantic-title-line .fh-semantic-kpi{min-width:0}.fh-semantic-title-line .fh-semantic-kpis{width:100%}.fh-semantic-updated{justify-self:start}.home .fh-editorial-deck>.fh-section-head .fh-title{font-size:22px}.fh-footer .fh-live-stats-bar{padding-top:16px}.fh-footer .fh-live-stats-inner{margin-inline:14px;width:auto}.fh-footer .fh-live-stats-label{grid-column:1/-1}}

/* 6.1.2 — dark-mode semantic contrast and clean live-stats transition */
.fh-footer{border-top:0!important}
[data-theme="dark"] .fh-semantic-taxonomy{background:color-mix(in srgb,var(--fh-surface-2) 72%,var(--fh-surface))!important;border-color:var(--fh-line)!important}
[data-theme="dark"] .fh-semantic-taxonomy-group>strong{color:#f8fafc!important}
[data-theme="dark"] .fh-semantic-tag,[data-theme="dark"] .fh-semantic-tag--topic{border:1px solid #344463!important;background:#1a2740!important;color:#e7edf8!important;box-shadow:none!important}
[data-theme="dark"] .fh-semantic-tag b,[data-theme="dark"] .fh-semantic-tag--topic b{color:#a99cff!important}
[data-theme="dark"] .fh-semantic-identity>p,[data-theme="dark"] .fh-semantic-kpi small{color:#b7c2d4!important}
[data-theme="dark"] .fh-semantic-title-line .fh-semantic-kpi{border-color:#344463!important;background:#17233a!important}
[data-theme="dark"] .fh-semantic-kpi-icon{background:#2a2450!important;color:#c4b5fd!important}
[data-theme="dark"] .fh-semantic-updated{border-color:#21634f!important;background:#102d29!important;color:#f8fafc!important}
[data-theme="dark"] .fh-semantic-updated__icon{background:#17483a!important;color:#86efac!important}
[data-theme="dark"] .fh-semantic-updated small{color:#b9d9ce!important}

/* 6.2 — responsive UX, accessibility and visual rhythm */
.fh-skip-link{position:fixed;z-index:9999;top:10px;right:12px;transform:translateY(-160%);padding:10px 14px;border:2px solid var(--fh-primary);border-radius:10px;background:var(--fh-surface);color:var(--fh-text);font-size:13px;font-weight:900;box-shadow:var(--fh-shadow);transition:transform .16s ease}
.fh-skip-link:focus{transform:translateY(0)}
#content,[id]{scroll-margin-top:calc(var(--fh-header) + 14px)}
.fh-icon-btn,.fh-menu-toggle,.fh-view-tabs button,.fh-day-slider__controls button{touch-action:manipulation}
.fh-semantic-tags{display:flex!important;flex-wrap:wrap!important;gap:9px!important}.fh-semantic-tag{min-height:34px;display:inline-flex!important;align-items:center;gap:7px;padding:6px 11px!important;line-height:1.35}
.fh-semantic-grid,.fh-modern-grid,.fh-editorial-deck-grid{min-width:0}.fh-card{min-width:0}
.fh-feed-card h2 a,.fh-editorial-deck-grid h3 a,.fh-priority-body h3 a{hyphens:auto;overflow-wrap:anywhere}
[data-theme="dark"] .fh-priority-list>a>span{background:#202b48;color:#c4b5fd}
[data-theme="dark"] .fh-view-tabs button.is-active,[data-theme="dark"] .fh-view-tabs button:hover{background:#ede9fe;color:#4c3bd8}
[data-theme="dark"] .fh-domain-rail a:not(.is-active){background:var(--fh-surface);color:#c2ccdc}
@media(max-width:900px){
  .home .fh-semantic-head{grid-template-columns:1fr auto;align-items:end}
  .fh-semantic-title-line{flex-direction:row;align-items:center;flex-wrap:wrap}
  .fh-semantic-title-line .fh-semantic-kpis{width:auto}
  .fh-intelligence-sidebar{position:static}
  .fh-editorial-deck-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  :root{--fh-container:calc(100% - 20px)}
  .fh-header-row{min-width:0}.fh-head-actions{gap:5px}.fh-icon-btn,.fh-menu-toggle{width:42px;height:42px;min-width:42px}
  .fh-account-link,.fh-login-link{min-height:42px}
  .fh-hero-grid--intelligence .fh-hero-main{padding-inline:2px}.fh-hero-grid--intelligence .fh-hero-main h1{font-size:clamp(30px,9.3vw,36px)}
  .fh-smart-search{min-height:48px}.fh-smart-search button{min-width:82px}
  .home .fh-semantic-head{grid-template-columns:1fr;align-items:start;padding-bottom:13px}
  .fh-semantic-title-line{align-items:stretch;flex-direction:column}.fh-semantic-title-line .fh-semantic-kpis{width:100%}
  .fh-semantic-title-line .fh-semantic-kpi{width:100%;min-height:64px}.fh-semantic-updated{justify-self:stretch;justify-content:flex-start;width:100%}
  .fh-semantic-tags{gap:7px!important}.fh-semantic-tag{min-height:32px;padding:5px 9px!important;font-size:11px!important}
  .fh-events{margin-inline:-4px;padding-inline:4px}.fh-event-card{min-width:min(82vw,290px)}
  .fh-domain-rail{margin-inline:0;padding:5px}.fh-domain-rail a{min-height:42px;display:inline-flex;align-items:center;justify-content:center}
  .fh-news-stream>.fh-section-head{gap:10px}.fh-section-title-row{gap:9px}.fh-section-symbol{width:38px;height:38px;flex-basis:38px}
  .fh-editorial-deck-grid{display:flex;gap:11px;padding-bottom:6px}.fh-editorial-deck-grid article{flex-basis:86%}
  .fh-footer .fh-live-stats-inner{grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:10px}.fh-footer .fh-live-stat{min-width:0;padding:11px 9px}.fh-footer .fh-live-stat-icon{width:34px;height:34px;flex-basis:34px}.fh-footer .fh-live-stat strong{font-size:16px}
}
@media(max-width:390px){
  .fh-login-link{display:none}.fh-account-link{padding-inline:10px}
  .fh-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.fh-hero-actions .fh-btn{width:100%;padding-inline:7px}
  .fh-section-title-row .fh-title,.fh-calendar-home__head h2{font-size:20px}
  .fh-footer .fh-live-stat{align-items:flex-start;flex-direction:column;gap:7px}
}

/* 6.3 — production mobile stabilization and complete dark surfaces */
.fh-why-grid b{width:24px;height:24px;display:grid;place-items:center}
.fh-why-grid b svg{display:block;width:22px;height:22px}
[data-theme="dark"] .fhde-home-strip{
  --fhde-surface:var(--fh-surface);
  --fhde-surface-soft:var(--fh-surface-2);
  --fhde-text:var(--fh-text);
  --fhde-muted:var(--fh-muted);
  --fhde-line:var(--fh-line);
  --fhde-accent:#a99cff;
  color:var(--fh-text)!important;background:var(--fh-surface)!important;border-color:var(--fh-line)!important
}
[data-theme="dark"] .fhde-home-grid>div{color:var(--fh-text)!important;background:var(--fh-surface-2)!important}
[data-theme="dark"] .fhde-home-head,[data-theme="dark"] .fhde-home-grid,[data-theme="dark"] .fhde-home-history li{border-color:var(--fh-line)!important}
[data-theme="dark"] .fhde-home-head small,[data-theme="dark"] .fhde-home-grid span,[data-theme="dark"] .fhde-home-history time,[data-theme="dark"] .fhde-source{color:var(--fh-muted)!important}
[data-theme="dark"] .fh-feed-meta .fh-chip,[data-theme="dark"] .fh-feed-tags a,[data-theme="dark"] .fh-priority-body .fh-chip{border-color:#344463!important;background:#1a2740!important;color:#dbe5f5!important}

@media(max-width:620px){
  .fh-domain-rail{position:relative!important;top:auto!important;z-index:1;backdrop-filter:none}
  .fh-semantic-taxonomy-group{min-width:0}
  .fh-semantic-tags{flex-wrap:nowrap!important;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;padding:2px 0 7px;scrollbar-width:none}
  .fh-semantic-tags::-webkit-scrollbar{display:none}.fh-semantic-tag{flex:0 0 auto;scroll-snap-align:start}
  .fh-feed-card:not(.fh-feed-card--featured),.fh-feed.is-compact .fh-feed-card:not(.fh-feed-card--featured){display:grid!important;grid-template-columns:118px minmax(0,1fr);gap:11px;align-items:start;padding:0 0 12px;margin:0 0 12px}
  .fh-feed-card:not(.fh-feed-card--featured) .fh-feed-thumb,.fh-feed.is-compact .fh-feed-card:not(.fh-feed-card--featured) .fh-feed-thumb{grid-column:1;width:118px;height:104px;aspect-ratio:auto;margin:0;border-radius:11px}
  .fh-feed-card:not(.fh-feed-card--featured)>div,.fh-feed.is-compact .fh-feed-card:not(.fh-feed-card--featured)>div{grid-column:2;width:auto;padding:0;min-width:0}
  .fh-feed-card:not(.fh-feed-card--featured) h2,.fh-feed.is-compact .fh-feed-card:not(.fh-feed-card--featured) h2{margin:4px 0 0;font-size:15px;line-height:1.65}
  .fh-feed-card:not(.fh-feed-card--featured) h2 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
  .fh-feed-card:not(.fh-feed-card--featured) .fh-feed-excerpt,.fh-feed-card:not(.fh-feed-card--featured) .fh-feed-tags{display:none}
  .fh-feed-card:not(.fh-feed-card--featured) .fh-feed-meta{font-size:10px}
  .fh-editorial-deck-grid{scroll-padding-inline:0}.fh-editorial-deck-grid article{flex:0 0 100%!important}
  .fh-footer .fh-live-stats-bar{padding-top:12px}.fh-footer .fh-live-stats-inner{min-height:0}.fh-footer .fh-live-stats-label{padding-block:11px}
  .fh-calendar-home__content .fhde-home-strip{width:100%;margin:0;padding:0;border:0;border-radius:0;box-shadow:none}
  .fh-calendar-home__content .fhde-home-head{padding:0 0 12px}.fh-calendar-home__content .fhde-home-grid{gap:10px;padding-top:12px}
}

@media(max-width:390px){
  .fh-feed-card:not(.fh-feed-card--featured),.fh-feed.is-compact .fh-feed-card:not(.fh-feed-card--featured){grid-template-columns:104px minmax(0,1fr);gap:9px}
  .fh-feed-card:not(.fh-feed-card--featured) .fh-feed-thumb,.fh-feed.is-compact .fh-feed-card:not(.fh-feed-card--featured) .fh-feed-thumb{width:104px;height:96px}
}
