/*
Theme Name: FarHub Intelligence
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: 5.2.0
Requires at least: 6.4
Tested up to: 6.8
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:"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}
}
