@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');
:root{--navy:#071a2b;--navy2:#0b2742;--gold:#c99a52;--gold2:#b8863b;--paper:#fbfaf7;--ink:#17202a;--muted:#70757b;--line:#e7e2da;--card:#fff;--shadow:0 16px 45px rgba(20,28,35,.08)}*{box-sizing:border-box}html{font-family:Vazirmatn,system-ui,sans-serif;background:var(--paper);color:var(--ink);scroll-behavior:smooth}body{margin:0;background:var(--paper);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.shell{width:min(1280px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-row{min-height:84px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:11px;min-width:220px}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.brand strong{display:block;font-size:19px;font-weight:900}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:1px}.desktop-nav{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:600;flex:1}.desktop-nav a:hover,.category-nav a:hover{color:var(--gold2)}.header-tools{display:flex;align-items:center;gap:8px}.search-mini{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.search-mini input{border:0;outline:0;background:transparent;width:130px;padding:8px 13px}.search-mini button,.theme-button{border:0;background:transparent;cursor:pointer}.search-mini button{padding:0 12px}.theme-button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%}.category-nav{display:flex;gap:22px;overflow:auto;border-top:1px solid var(--line);padding-top:11px;padding-bottom:11px;font-size:12px;white-space:nowrap}.intro{padding:38px 0 28px;display:flex;justify-content:space-between;align-items:end;gap:30px;border-bottom:1px solid var(--line)}.intro h1{font-size:27px;margin:7px 0 0}.intro p{max-width:580px;color:var(--muted);font-size:14px;margin:0}.eyebrow{color:var(--gold2);font-size:11px;font-weight:800;letter-spacing:.04em}.lead-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.82fr);gap:20px;padding:28px 0}.lead-cover{position:relative;min-height:520px;border-radius:24px;overflow:hidden;background:var(--navy);color:white}.lead-cover>img,.lead-cover>.placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.placeholder{background:radial-gradient(circle at 25% 25%,rgba(201,154,82,.5),transparent 18%),radial-gradient(circle at 75% 30%,rgba(255,255,255,.12),transparent 22%),linear-gradient(135deg,#0d2a46,#06131f 72%)}.shade{position:absolute;inset:0;background:linear-gradient(to top,#04101b 0%,rgba(4,16,27,.78) 27%,rgba(4,16,27,.15) 70%,transparent)}.lead-copy{position:absolute;right:0;left:0;bottom:0;padding:34px;z-index:2}.lead-copy>span{display:inline-block;background:var(--gold);color:var(--navy);border-radius:999px;padding:5px 12px;font-size:11px;font-weight:800}.lead-copy h2{font-size:39px;line-height:1.65;margin:14px 0 8px;max-width:850px}.lead-copy p{max-width:700px;color:#d7dde3;margin:0 0 11px}.lead-copy small{color:#aeb9c3}.lead-side{display:grid}.side-story{display:grid;grid-template-columns:116px 1fr;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:11px 0}.side-story:last-child{border-bottom:0}.side-img{position:relative;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:var(--navy)}.side-img img,.side-img .placeholder{width:100%;height:100%;object-fit:cover}.side-img b{position:absolute;right:8px;top:8px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:var(--navy);font-size:11px}.side-story span{font-size:10px;color:var(--gold2);font-weight:700}.side-story h3{font-size:16px;line-height:1.8;margin:5px 0}.side-story small{color:var(--muted);font-size:10px}.ticker{border-block:1px solid var(--line);background:rgba(255,255,255,.62)}.ticker-row{padding:16px 0;display:flex;gap:28px;align-items:center}.ticker-row>strong{color:var(--gold2);font-size:13px;white-space:nowrap}.ticker-row>div{display:flex;gap:28px;overflow:auto}.ticker a{min-width:250px;font-size:13px}.ticker small{color:#999;margin-left:7px}.section{padding:66px 0}.section-title{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:28px}.section-title span{font-size:10px;color:var(--gold2);font-weight:800}.section-title h2{font-size:30px;margin:2px 0 0}.section-title>a{font-size:12px;color:var(--muted)}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.topic-card{position:relative;min-height:220px;background:var(--card);border:1px solid var(--line);border-radius:20px;padding:25px;transition:.25s;overflow:hidden}.topic-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.topic-card>b{font-size:37px;color:rgba(201,154,82,.32)}.topic-card h3{font-size:20px;margin:18px 0 8px}.topic-card p{font-size:13px;color:var(--muted);line-height:1.9}.topic-card>span{position:absolute;bottom:20px;right:25px;color:var(--gold2);font-size:11px}.editorial-grid{display:grid;grid-template-columns:1fr 315px;gap:42px}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px 24px}.post-card{background:transparent}.post-thumb{display:block;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:var(--navy)}.post-thumb img,.post-thumb .placeholder{width:100%;height:100%;object-fit:cover}.post-card-body{padding-top:14px}.post-card h3{font-size:19px;line-height:1.75;margin:5px 0}.post-card p{font-size:13px;color:var(--muted);margin:0 0 10px}.meta{color:#8a8f95;font-size:11px}.editor-note{border-right:1px solid var(--line);padding-right:24px}.editor-note>span{font-size:10px;color:var(--gold2);font-weight:800}.editor-note>h2{font-size:24px;margin:2px 0 18px}.editor-note>div{position:sticky;top:135px;border-radius:20px;background:var(--navy);color:white;padding:25px}.editor-note img{width:62px;height:62px;border-radius:50%;margin-bottom:18px}.editor-note p{font-size:13px;color:#c9d1d9;line-height:2}.editor-note a{font-size:12px;color:#e8bd74}.listing-head{padding:60px 0 25px;border-bottom:1px solid var(--line)}.listing-head h1{font-size:38px;margin:4px 0}.listing-head p{color:var(--muted);max-width:700px}.listing-grid{padding-top:35px;padding-bottom:45px;grid-template-columns:repeat(3,1fr)}.pagination{padding-bottom:50px}.pagination nav{display:flex;justify-content:center}.pagination svg{width:18px}.article-shell{padding-top:35px;padding-bottom:70px}.breadcrumbs{font-size:11px;color:var(--muted);margin-bottom:40px}.article-head{max-width:900px;margin:auto;text-align:center}.article-head h1{font-size:46px;line-height:1.55;margin:10px 0}.article-head>p{font-size:18px;line-height:2;color:var(--muted)}.hero-image{width:min(1080px,100%);max-height:620px;object-fit:cover;margin:38px auto;border-radius:24px}.article-layout{max-width:1040px;margin:45px auto;display:grid;grid-template-columns:minmax(0,730px) 240px;gap:55px}.article-body{font-size:18px;line-height:2.2;text-align:justify}.article-body h2{font-size:28px;border-bottom:1px solid var(--line);padding-bottom:9px;margin-top:45px}.article-body h3{font-size:22px}.article-body blockquote{margin:28px 0;border-right:4px solid var(--gold);padding:15px 24px;background:#fff;border-radius:0 10px 10px 0;color:#4c535a}.article-body pre{direction:ltr;text-align:left;background:#101820;color:#eee;padding:18px;border-radius:12px;overflow:auto}.article-body img{border-radius:16px}.article-aside{border-right:1px solid var(--line);padding-right:22px}.article-aside{position:sticky;top:145px;height:max-content}.article-aside strong{display:block;margin-bottom:16px}.article-aside a{display:block;font-size:13px;line-height:1.9;padding:12px 0;border-bottom:1px solid var(--line)}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:35px}.tags span{background:#eee9df;border-radius:999px;padding:5px 10px;font-size:11px}.search-big{display:flex;max-width:650px;margin-top:25px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.search-big input{flex:1;border:0;outline:0;padding:13px 16px}.search-big button{border:0;background:var(--navy);color:white;padding:0 24px}.about{max-width:820px;padding-top:70px;padding-bottom:80px}.about>img{width:340px;margin-bottom:35px}.about h1{font-size:39px}.about p{font-size:17px;line-height:2.2;color:#555}.footer{background:var(--navy);color:#eef3f7;padding:55px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-logo{width:220px;filter:brightness(0) invert(1);opacity:.9;margin-bottom:15px}.footer p{max-width:520px;color:#aeb9c3;font-size:13px}.footer strong{display:block;color:#e8bd74;margin-bottom:13px}.footer a,.footer span{display:block;font-size:12px;color:#bbc5ce;margin:8px 0}
/* admin */.admin-body{background:#f4f2ed}.admin-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr;gap:0}.admin-side{position:sticky;top:0;height:100vh;background:var(--navy);color:white;padding:22px 15px;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:10px;padding:0 7px 22px;border-bottom:1px solid rgba(255,255,255,.12)}.admin-brand img{width:48px;height:48px;border-radius:50%}.admin-brand b{display:block}.admin-brand small{display:block;color:#9eacb8;font-size:10px}.admin-side nav{padding-top:18px;display:grid;gap:5px}.admin-side nav a{padding:11px 13px;border-radius:10px;color:#bcc7d0;font-size:13px}.admin-side nav a:hover,.admin-side nav a.active{background:rgba(255,255,255,.1);color:white}.admin-side form{margin-top:auto}.logout{width:100%;border:1px solid rgba(255,255,255,.18);background:transparent;color:#d7dfe6;border-radius:10px;padding:10px;cursor:pointer}.admin-main{padding:34px;max-width:1500px;width:100%;margin:auto}.admin-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.admin-heading span{font-size:10px;color:var(--gold2);font-weight:800}.admin-heading h1{font-size:31px;margin:2px 0}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;border-radius:11px;padding:10px 17px;border:0;cursor:pointer;font-weight:700}.primary{background:var(--navy);color:white}.secondary{background:white;color:var(--navy);border:1px solid var(--line)}.full{width:100%}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:25px}.stat-grid>div,.admin-card{background:#fff;border:1px solid #e2ded6;border-radius:17px;box-shadow:0 8px 30px rgba(20,28,35,.04)}.stat-grid>div{padding:21px}.stat-grid small{display:block;color:#777}.stat-grid b{font-size:34px}.admin-card{padding:24px}.card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.card-heading h2,.card-heading h3{margin:0}.card-heading a,.card-heading span{font-size:11px;color:#777}.admin-table .tr{display:grid;grid-template-columns:1fr 105px 115px;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #ece8e1}.admin-table .tr:last-child{border:0}.admin-table b{display:block;font-size:14px}.admin-table small{display:block;color:#888;font-size:10px}.status{font-size:10px;padding:5px 9px;border-radius:999px;text-align:center}.status.published{background:#e6f5eb;color:#247447}.status.draft{background:#eee;color:#666}.status.scheduled{background:#fff0d6;color:#8a5a08}.row-actions{display:flex;gap:8px;align-items:center}.row-actions a,.row-actions button{border:0;background:none;color:#355c7d;font-size:11px;cursor:pointer}.row-actions button{color:#a64242}.admin-search{display:flex;max-width:520px;margin-bottom:18px}.admin-search input{flex:1;border:1px solid #ddd5c9;border-radius:10px 0 0 10px;padding:10px 13px;outline:0}.admin-search button{border:0;background:var(--navy);color:white;padding:0 16px;border-radius:0 10px 10px 0}.editor-form{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.editor-side{position:sticky;top:20px}.fields{display:grid;gap:17px}.fields label{display:grid;gap:6px;font-size:12px;font-weight:700}.fields input,.fields textarea,.fields select{width:100%;border:1px solid #ddd7cf;border-radius:10px;background:#fff;padding:10px 12px;outline:none}.fields input:focus,.fields textarea:focus,.fields select:focus{border-color:var(--gold)}.fields small{font-size:10px;color:#888;font-weight:400}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.body-editor{direction:rtl;line-height:2;font-family:Vazirmatn,monospace}.check{display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:8px!important}.check input{width:auto!important}.image-preview{border-radius:12px;max-height:180px;object-fit:cover;width:100%}.category-admin-grid{display:grid;grid-template-columns:330px 1fr;gap:20px;align-items:start}.category-list{display:grid;gap:15px}.settings-form{max-width:800px}.flash,.errors{border-radius:11px;padding:11px 14px;margin-bottom:18px;font-size:12px}.flash{background:#e5f6ea;color:#236f43}.errors{background:#fde8e8;color:#9c3232}.login-body{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#06131f,#0b2b49)}.login-card{width:min(440px,calc(100% - 30px));background:#fff;border-radius:24px;padding:35px;box-shadow:0 25px 80px rgba(0,0,0,.3);display:grid;gap:15px}.login-card>img{width:210px;margin:auto auto 7px}.login-card>span{text-align:center;color:var(--gold2);font-size:11px;font-weight:800}.login-card h1{text-align:center;font-size:24px;margin:0 0 8px}.login-card label{display:grid;gap:5px;font-size:12px;font-weight:700}.login-card input{border:1px solid #ded7cd;border-radius:10px;padding:10px}.login-card .check{display:flex}.login-card button{background:var(--navy);color:white;border:0;border-radius:11px;padding:11px;cursor:pointer}.login-card>a{text-align:center;font-size:11px;color:#777}
.dark{--paper:#06111d;--ink:#eef2f5;--muted:#9eabb6;--line:#17314a;--card:#091a29}.dark body{background:var(--paper);color:var(--ink)}.dark .site-header{background:rgba(6,17,29,.95)}.dark .search-mini,.dark .topic-card,.dark .article-body blockquote{background:#091a29}.dark .search-mini input{color:white}.dark .ticker{background:#081725}.dark .tags span{background:#10283c}.dark .about p{color:#b7c1ca}
@media(max-width:1050px){.desktop-nav{display:none}.lead-grid{grid-template-columns:1fr}.lead-side{grid-template-columns:repeat(3,1fr);gap:15px}.side-story{grid-template-columns:1fr;padding:0;border:0}.topic-grid{grid-template-columns:repeat(2,1fr)}.editorial-grid{grid-template-columns:1fr}.editor-note{border:0;padding:0}.article-layout{grid-template-columns:1fr}.article-aside{display:none}.listing-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:200px 1fr}.stat-grid{grid-template-columns:repeat(3,1fr)}.editor-form{grid-template-columns:1fr}.editor-side{position:static}.category-admin-grid{grid-template-columns:1fr}}
@media(max-width:700px){.shell{width:min(100% - 22px,1280px)}.header-row{min-height:68px}.brand{min-width:0}.brand img{width:40px;height:40px}.brand small{display:none}.search-mini{display:none}.category-nav{gap:17px}.intro{display:block;padding-top:25px}.intro p{margin-top:12px}.lead-cover{min-height:430px}.lead-copy{padding:23px}.lead-copy h2{font-size:27px}.lead-copy p{font-size:13px}.lead-side{grid-template-columns:1fr}.side-story{grid-template-columns:105px 1fr;border-bottom:1px solid var(--line);padding:10px 0}.topic-grid,.cards-grid,.listing-grid{grid-template-columns:1fr}.section{padding:45px 0}.editorial-grid{gap:20px}.article-head h1{font-size:32px}.article-head>p{font-size:15px}.article-body{font-size:16px}.footer-grid{grid-template-columns:1fr;gap:25px}.admin-shell{display:block}.admin-side{position:relative;height:auto}.admin-side nav{grid-template-columns:repeat(2,1fr)}.admin-main{padding:18px}.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-table .tr{grid-template-columns:1fr}.two{grid-template-columns:1fr}.category-admin-grid{display:block}.category-list{margin-top:15px}.admin-heading{align-items:center}.admin-heading h1{font-size:25px}}
/* Afagh v3.1 editorial refinements */
.top-accent{height:5px;background:linear-gradient(90deg,var(--gold2),#e0b86d 45%,var(--navy) 45%,var(--navy) 100%)}
.hero-band{background:linear-gradient(135deg,#061523 0%,#0a2742 68%,#102f4d 100%);color:#fff;border-bottom:1px solid rgba(201,154,82,.4)}
.hero-band-inner{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:42px;padding-top:36px;padding-bottom:36px;position:relative}
.hero-band-inner:after{content:"";position:absolute;left:3%;top:0;width:220px;height:100%;background:radial-gradient(circle at 50% 50%,rgba(201,154,82,.2),transparent 67%);pointer-events:none}
.hero-band span{display:inline-block;color:#e8bd74;font-size:12px;font-weight:800;letter-spacing:.05em;margin-bottom:9px}.hero-band h1{font-size:34px;margin:0}.hero-band p{max-width:560px;color:#c7d1d9;font-size:14px;margin:0;line-height:2}
.navy-section{background:linear-gradient(135deg,#061523,#0a2946);color:#fff;border-block:1px solid rgba(201,154,82,.28)}
.section-title-light h2{color:#fff}.section-title-light a{color:#e8bd74}.section-title-light span{color:#d7aa61}
.dark-topic{background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:none!important;color:#fff}.dark-topic:hover{background:rgba(255,255,255,.09)!important;border-color:rgba(201,154,82,.55)!important;transform:translateY(-3px)}.dark-topic p{color:#aebdca!important}.dark-topic span{color:#e4bb74!important}
.topic-mark{width:48px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--gold),transparent);margin-bottom:21px}
.gold-ribbon{background:linear-gradient(90deg,#ad7930,#d9ae67 45%,#c18c41);color:#071a2b;border-block:1px solid #e4c58e}.gold-ribbon .shell{min-height:88px;display:flex;align-items:center;gap:22px}.gold-ribbon strong{font-size:27px}.gold-ribbon span{font-weight:800;border-right:1px solid rgba(7,26,43,.25);padding-right:22px}.gold-ribbon p{margin-right:auto;font-size:13px;font-weight:600;opacity:.8}
.topic-hero{background:linear-gradient(135deg,#061523,#0a2946);color:#fff;padding:62px 0 58px;border-bottom:4px solid var(--gold)}.topic-hero h1{font-size:42px;margin:7px 0 5px}.topic-hero p{max-width:650px;color:#bdc9d2;margin:0}.eyebrow.light{color:#e9bd73}.topics-clean{padding-top:38px;padding-bottom:72px}.topics-clean .topic-card{min-height:220px}.topics-clean .topic-card h3{margin-top:0}
.footer{position:relative;border-top:5px solid var(--gold)}.footer-brand-line{display:flex;align-items:center;gap:13px}.footer-brand-line img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:1px solid rgba(232,189,116,.45)}.footer-brand-line strong{font-size:22px;color:#fff;margin:0}.footer-brand-line small{display:block;color:#d9aa5f;font-size:11px}.footer-brand p{margin-top:16px}.footer-gold-line{height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin-top:38px;opacity:.55}
.traffic-stat{background:linear-gradient(135deg,#071a2b,#0b2c49)!important;color:white;border-color:#173958!important}.traffic-stat small{color:#d4dbe1!important}.traffic-stat b{color:#e5ba70}.traffic-stat em{display:block;font-style:normal;font-size:10px;color:#aebdca;margin-top:3px}.stat-grid-wide{grid-template-columns:repeat(5,1fr)}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(340px,.8fr);gap:20px}.traffic-bars{height:205px;display:flex;gap:10px;align-items:end;padding-top:8px}.traffic-day{flex:1;display:grid;gap:5px;text-align:center;min-width:0}.bar-wrap{height:138px;background:#f1ede6;border-radius:8px;display:flex;align-items:end;overflow:hidden}.bar-wrap i{display:block;width:100%;background:linear-gradient(to top,var(--navy2),var(--gold));border-radius:7px 7px 0 0;min-height:8px}.traffic-day b{font-size:11px}.traffic-day small{font-size:9px;color:#888}.traffic-note{font-size:10px;color:#888;margin:15px 0 0}.muted-admin{color:#888;font-size:12px}
@media(max-width:1050px){.hero-band-inner{display:block}.hero-band-inner p{margin-top:18px}.admin-dashboard-grid{grid-template-columns:1fr}.stat-grid-wide{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.hero-band-inner{min-height:auto;padding-top:28px;padding-bottom:30px}.hero-band h1{font-size:27px}.gold-ribbon .shell{display:block;padding-top:18px;padding-bottom:18px}.gold-ribbon span{display:inline-block;margin-right:12px}.gold-ribbon p{margin:8px 0 0}.topic-hero{padding:42px 0}.topic-hero h1{font-size:32px}.stat-grid-wide{grid-template-columns:repeat(2,1fr)}.traffic-bars{gap:6px}}
/* Afagh v3.3: original logo hero + stronger editorial identity */
.hero-band{background:linear-gradient(125deg,#051423 0%,#08243d 57%,#0d3151 100%);border-bottom:4px solid var(--gold)}
.hero-band-inner{min-height:285px;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);align-items:center;gap:58px;padding-top:38px;padding-bottom:38px}
.hero-brandmark{background:rgba(255,255,255,.98);border:1px solid rgba(232,189,116,.65);border-radius:24px;padding:18px 22px;box-shadow:0 24px 60px rgba(0,0,0,.18);position:relative;z-index:2}
.hero-brandmark:after{content:"";position:absolute;inset:10px;border:1px solid rgba(201,154,82,.18);border-radius:17px;pointer-events:none}
.hero-brandmark img{width:100%;max-width:620px;margin:auto;position:relative;z-index:1}
.hero-message{position:relative;z-index:2}
.hero-message span{display:inline-flex;align-items:center;gap:8px;color:#e8bd74;font-size:12px;font-weight:800;letter-spacing:.04em}
.hero-message span:before{content:"";width:42px;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}
.hero-message h1{font-size:44px;line-height:1.55;margin:12px 0 10px;color:#fff}
.hero-message p{max-width:620px;color:#c7d1d9;font-size:15px;line-height:2.1;margin:0}
.lead-grid{position:relative}
.lead-grid:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.8}
.section-title h2{position:relative;padding-right:17px}.section-title h2:before{content:"";position:absolute;right:0;top:12%;bottom:12%;width:4px;border-radius:5px;background:linear-gradient(var(--gold),var(--gold2))}
@media(max-width:1050px){.hero-band-inner{grid-template-columns:1fr;gap:24px}.hero-brandmark{max-width:720px;width:100%}.hero-message{padding-bottom:6px}}
@media(max-width:700px){.hero-band-inner{padding-top:22px;padding-bottom:24px;gap:20px}.hero-brandmark{padding:10px 12px;border-radius:17px}.hero-message h1{font-size:29px}.hero-message p{font-size:13px}.hero-message span{font-size:10px}}

/* Afagh v3.9: editorial author/date/rich editor refinements */
.hero-band-inner{grid-template-columns:minmax(300px,.74fr) minmax(0,1.26fr);}
.hero-brandmark{max-width:500px;justify-self:start;padding:12px 16px;border-radius:20px;}
.hero-brandmark img{max-width:450px;}
.rich-editor-wrap{display:grid;gap:0;margin-top:4px}
.rich-editor-label{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:8px}.rich-editor-label strong{font-size:12px}.rich-editor-label small{font-size:10px;color:#777;font-weight:400}
.editor-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:8px;background:#f3efe8;border:1px solid #ded7cd;border-bottom:0;border-radius:12px 12px 0 0;position:sticky;top:0;z-index:4}
.editor-toolbar button,.editor-toolbar select{border:1px solid #d8d0c5;background:#fff;color:#26313a;border-radius:7px;min-height:34px;padding:5px 9px;cursor:pointer;font-size:11px}.editor-toolbar button:hover{border-color:var(--gold);background:#fffaf0}.editor-toolbar select{min-width:100px}.toolbar-sep{width:1px;height:25px;background:#d2c8ba;margin:0 3px}
.rich-editor{min-height:560px;border:1px solid #ded7cd;background:#fff;padding:28px 30px;outline:none;font-size:17px;line-height:2.15;text-align:right;overflow-wrap:anywhere;border-radius:0 0 12px 12px;direction:rtl}.rich-editor:focus{border-color:#c99a52;box-shadow:inset 0 0 0 1px rgba(201,154,82,.18)}.rich-editor p{margin:0 0 1em}.rich-editor h2{font-size:26px;margin:1.6em 0 .55em}.rich-editor h3{font-size:21px;margin:1.4em 0 .5em}.rich-editor blockquote{border-right:4px solid var(--gold);margin:22px 0;padding:11px 18px;background:#fbf8f1;color:#555}.rich-editor ul,.rich-editor ol{padding-right:28px}.rich-editor a{color:#1165a2;text-decoration:underline}
.editor-status{display:flex;justify-content:space-between;gap:12px;padding:8px 4px 0;color:#777;font-size:10px}.editor-status b{color:var(--gold2)}
.rich-editor.is-dragging-image{border-color:var(--gold);background:#fffaf0;box-shadow:inset 0 0 0 2px rgba(201,154,82,.22)}
.editor-status #editorMessage.error{color:#b42318}.editor-toolbar button:disabled{cursor:wait;opacity:.55}
.rich-editor .article-content-image,.article-body .article-content-image{margin:28px auto;text-align:center;max-width:100%}
.rich-editor .article-content-image img,.article-body .article-content-image img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:16px}
.rich-editor .article-content-image figcaption,.article-body .article-content-image figcaption{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.8;text-align:center}
.rich-editor .article-content-image figcaption:empty::before{content:attr(data-placeholder);color:#a39b91}.article-body .article-content-image figcaption:empty{display:none}
.auto-reading{background:linear-gradient(135deg,#f8f3e8,#fff);border:1px solid #ead8b6;border-radius:12px;padding:13px 14px;display:grid;gap:2px}.auto-reading small{color:#836331;font-size:10px}.auto-reading strong{font-size:17px;color:var(--navy)}.auto-reading span{font-size:9px;color:#888}
.dark .editor-toolbar{background:#0e2030;border-color:#294158}.dark .editor-toolbar button,.dark .editor-toolbar select{background:#122b40;color:#edf2f5;border-color:#31506b}.dark .rich-editor{background:#091a29;color:#eef2f5;border-color:#294158}.dark .rich-editor blockquote{background:#10283c;color:#dbe2e8}.dark .auto-reading{background:#0b2133;border-color:#294158}.dark .auto-reading strong{color:#e9bd73}
@media(max-width:1050px){.hero-brandmark{justify-self:stretch;max-width:560px}.hero-brandmark img{max-width:510px}.editor-toolbar{position:static}}
@media(max-width:700px){.hero-brandmark{max-width:440px}.hero-brandmark img{max-width:400px}.rich-editor{min-height:430px;padding:18px 15px;font-size:15px}.editor-toolbar button{padding:5px 7px}.rich-editor-label{display:block}.rich-editor-label small{display:block;margin-top:3px}.editor-status{display:grid}}

/* v3.10 — hero cleanup: remove the decorative left glow and rebalance logo */
.hero-band-inner:after{display:none!important;content:none!important;}
.hero-band-inner{grid-template-columns:minmax(0,1.34fr) minmax(280px,.66fr);gap:54px;}
.hero-brandmark{max-width:430px;justify-self:start;padding:10px 14px;border-radius:18px;}
.hero-brandmark img{max-width:390px;}
.hero-message{max-width:720px;justify-self:end;}
@media(max-width:1050px){
  .hero-band-inner{grid-template-columns:1fr;gap:22px;}
  .hero-brandmark{max-width:500px;justify-self:stretch;}
  .hero-brandmark img{max-width:450px;}
  .hero-message{max-width:none;justify-self:stretch;}
}
@media(max-width:700px){
  .hero-brandmark{max-width:390px;padding:8px 10px;}
  .hero-brandmark img{max-width:350px;}
}

/* v3.11 — clean header brand icon + list libraries */
.brand img{border-radius:13px;background:#fff;box-shadow:none;}
@counter-style persian{system:numeric;symbols:'۰' '۱' '۲' '۳' '۴' '۵' '۶' '۷' '۸' '۹';suffix:'. ';}
.rich-editor ol[style*="persian"],.article-body ol[style*="persian"]{list-style-type:persian;}
.editor-toolbar #bulletStyle,.editor-toolbar #numberStyle{min-width:132px;}
@media(max-width:700px){.editor-toolbar #bulletStyle,.editor-toolbar #numberStyle{min-width:115px;max-width:145px}}

/* v3.12 — admin backup center */
.backup-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;margin-bottom:20px}.backup-primary,.backup-secondary{position:relative;overflow:hidden;padding:26px!important}.backup-primary{background:linear-gradient(135deg,#071a2b,#0c3152)!important;color:#fff;border-color:#173d5e!important}.backup-primary:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(201,154,82,.25);border-radius:50%;left:-70px;bottom:-90px}.backup-primary h2{color:#fff}.backup-primary p{color:#c0ccd5}.backup-primary small{color:#9fb0bd}.backup-secondary{background:linear-gradient(135deg,#fffaf0,#fff)!important;border-color:#ead9b8!important}.backup-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(201,154,82,.14);color:var(--gold2);font-size:16px;font-weight:900;margin-bottom:15px}.backup-primary .backup-icon{background:rgba(232,189,116,.16);color:#e9bd73}.backup-grid h2{margin:0 0 8px;font-size:21px}.backup-grid p{font-size:12px;line-height:2;margin:0 0 18px;max-width:620px}.backup-button{border:0;cursor:pointer;margin-bottom:12px}.secondary-button{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ccb588!important;color:var(--navy);padding:10px 16px;border-radius:10px;font-weight:700}.backup-help{margin-bottom:20px}.backup-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.backup-checks>div{display:flex;gap:11px;border:1px solid #e5dfd5;border-radius:12px;padding:13px;background:#fff}.backup-checks>div>b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#edf5ef;color:#2d7a43;flex:0 0 auto}.backup-checks strong,.backup-checks small{display:block}.backup-checks strong{font-size:12px}.backup-checks small{font-size:10px;color:#777;margin-top:3px;line-height:1.8}.backup-history{margin-bottom:20px}.backup-list{display:grid}.backup-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 2px;border-bottom:1px solid #ece7df}.backup-list>div:last-child{border-bottom:0}.backup-list span b,.backup-list span small{display:block}.backup-list span b{font-size:11px}.backup-list span small{font-size:9px;color:#888;margin-top:2px}.backup-list a{font-size:11px;color:var(--gold2);font-weight:700}.backup-warning{border:1px solid #e4c98f;background:#fff8e8;color:#614915;padding:13px 16px;border-radius:12px;font-size:11px;margin-bottom:20px}.backup-warning b{color:#8d6323}.backup-grid code{direction:ltr;background:rgba(255,255,255,.12);padding:1px 5px;border-radius:4px}@media(max-width:900px){.backup-grid,.backup-checks{grid-template-columns:1fr}}
/* v3.13 account & user access */
.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.user-form{max-width:880px}.password-panel{border:1px solid #e4ded5;background:#faf8f4;border-radius:14px;padding:18px;display:grid;gap:14px}.password-panel h3{margin:0;color:var(--navy);font-size:15px}.admin-security-note{font-size:11px;color:#777;margin:14px 3px}.users-table .tr{grid-template-columns:1fr 120px 150px}.dark .password-panel{background:#101c27;border-color:#2b3945}.dark .password-panel h3{color:#f4f6f8}@media(max-width:900px){.account-grid{grid-template-columns:1fr}}@media(max-width:700px){.users-table .tr{grid-template-columns:1fr}}

/* v3.14 — Fortify/TOTP two-factor authentication */
.warning-flash,.admin-warning-banner{border:1px solid #e5c477;background:#fff7df;color:#624a16;border-radius:12px;padding:12px 15px;margin-bottom:16px;font-size:12px}.admin-warning-banner{display:flex;gap:12px;align-items:center}.admin-warning-banner b{color:#8a6019;white-space:nowrap}.twofactor-card{margin-top:20px}.twofactor-head{display:flex;justify-content:space-between;align-items:start;gap:24px;border-bottom:1px solid #ebe5dd;padding-bottom:18px;margin-bottom:20px}.twofactor-head span{font-size:10px;color:var(--gold2);font-weight:800}.twofactor-head h2{margin:2px 0 5px;font-size:22px}.twofactor-head p{margin:0;color:#777;font-size:11px}.twofactor-state,.twofactor-mini{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:10px;font-weight:800;padding:5px 10px;white-space:nowrap}.twofactor-state.on,.twofactor-mini.on{background:#e9f5ec;color:#24713c}.twofactor-state.off,.twofactor-mini.off{background:#f2efeb;color:#887d71}.twofactor-intro,.twofactor-enabled{display:flex;align-items:center;gap:16px;padding:17px;border-radius:14px;background:#faf8f4;border:1px solid #e8e1d6;margin-bottom:18px}.security-shield,.security-ok{width:58px;height:58px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;background:var(--navy);color:#e8bd74;font-weight:900}.security-ok{background:#e9f5ec;color:#24713c;font-size:24px}.twofactor-intro h3,.twofactor-enabled h3{margin:0 0 3px;font-size:15px}.twofactor-intro p,.twofactor-enabled p{margin:0;color:#777;font-size:11px}.twofactor-action{max-width:520px;display:grid;gap:10px}.twofactor-action label,.inline-security-form{font-size:11px}.twofactor-action input,.inline-security-form input,.danger-security-form input,.security-dialog input{width:100%;border:1px solid #ddd4c8;border-radius:9px;padding:9px 11px;background:#fff;margin-top:5px}.twofactor-setup-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center}.qr-panel{display:grid;justify-items:center;text-align:center;border:1px solid #e5ded4;border-radius:16px;padding:20px;background:#fff}.qr-panel h3{margin:0 0 12px}.qr-box{background:#fff;border:8px solid #fff;border-radius:12px;box-shadow:0 7px 24px rgba(0,0,0,.07)}.qr-box svg{display:block;width:192px;height:192px}.qr-panel small{max-width:300px;color:#888;font-size:9px;margin-top:9px}.confirm-2fa h3{margin:0 0 4px}.confirm-2fa p{font-size:11px;color:#777;margin:0 0 10px}.recovery-panel{margin-top:18px;padding:18px;border:1px solid #e3d8c4;background:#fffaf0;border-radius:14px}.recovery-panel p{font-size:11px;color:#706554}.recovery-codes{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:13px 0}.recovery-codes code{display:block;text-align:center;background:#fff;border:1px dashed #cdbb96;border-radius:8px;padding:8px 5px;font-size:11px}.inline-security-form{display:grid;grid-template-columns:220px auto;gap:8px;align-items:end;max-width:520px}.inline-security-form input{margin:0}.danger-security-form{display:grid;grid-template-columns:1fr 220px auto;gap:12px;align-items:end;margin-top:16px;padding:14px;border:1px solid #e8c2bd;background:#fff7f5;border-radius:12px}.danger-security-form b,.danger-security-form small{display:block}.danger-security-form small{color:#8a6f6b;font-size:9px}.danger-security-form input{margin:0}.danger-security-form button,.danger-button{background:#9a342b;color:#fff;border:0;border-radius:8px;padding:9px 12px;cursor:pointer}.strong-note{background:#f7f4ed;border:1px solid #e4dac9;border-radius:10px;padding:10px 12px}.users-table-2fa .tr{grid-template-columns:1fr 110px 110px 210px}.security-dialog{border:0;border-radius:16px;padding:0;box-shadow:0 30px 80px rgba(0,0,0,.25);max-width:440px;width:calc(100% - 30px)}.security-dialog::backdrop{background:rgba(5,17,28,.65)}.security-dialog form{padding:22px;display:grid;gap:13px}.security-dialog h3{margin:0}.security-dialog p{font-size:11px;color:#777;margin:0}.security-dialog label{font-size:11px}.admin-login-body{background:linear-gradient(135deg,#061625,#0b2b49);min-height:100vh;display:grid;place-items:center;padding:24px}.admin-login-wrap{width:min(440px,100%)}.admin-login-brand{display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;margin-bottom:15px}.admin-login-brand img{width:48px;height:48px;border-radius:12px;background:#fff}.admin-login-brand b,.admin-login-brand small{display:block}.admin-login-brand small{font-size:10px;color:#bfcbd5}.admin-login-card{background:#fff;border-radius:18px;padding:25px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.admin-login-card h1{text-align:center;margin:7px 0 4px;font-size:23px}.login-help{text-align:center;color:#777;font-size:11px;line-height:2}.twofactor-login-icon{width:58px;height:58px;margin:auto;display:grid;place-items:center;border-radius:16px;background:var(--navy);color:#e9bd73;font-weight:900}.or-line{display:flex;align-items:center;gap:10px;color:#999;font-size:10px}.or-line:before,.or-line:after{content:"";height:1px;background:#e7e1d8;flex:1}.login-back{text-align:center;display:block}.dark .twofactor-intro,.dark .twofactor-enabled,.dark .strong-note{background:#101d28;border-color:#2d3c49}.dark .qr-panel{background:#fff}.dark .recovery-panel{background:#102130;border-color:#354a5b}.dark .recovery-codes code{background:#091923;border-color:#536678}.dark .danger-security-form{background:#2a1818;border-color:#6a3530}.dark .warning-flash,.dark .admin-warning-banner{background:#2f2816;border-color:#725e27;color:#ead79c}@media(max-width:950px){.twofactor-setup-grid{grid-template-columns:1fr}.users-table-2fa .tr{grid-template-columns:1fr 95px 100px}.users-table-2fa .row-actions{grid-column:1/-1}.recovery-codes{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.twofactor-head{display:grid}.inline-security-form,.danger-security-form{grid-template-columns:1fr}.recovery-codes{grid-template-columns:1fr}.users-table-2fa .tr{grid-template-columns:1fr 1fr}.users-table-2fa .tr>div:first-child{grid-column:1/-1}.admin-warning-banner{align-items:start;display:grid}}
