:root{
  --navy:#071b2c;--navy-2:#0d2b46;--red:#c91822;--red-dark:#a90f18;--ink:#111827;
  --muted:#6b7280;--line:#e5e7eb;--panel:#fff;--bg:#f4f6f8;--soft:#f8fafc;
  font-family:"Vazirmatn",Tahoma,sans-serif;color:var(--ink);background:var(--bg)
}
*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}.container{width:min(1450px,94%);margin:auto}
.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar-inner{height:36px;display:flex;justify-content:space-between;align-items:center}.topbar nav{display:flex;gap:11px;opacity:.92}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-inner{height:84px;display:flex;align-items:center;gap:28px}.brand{min-width:180px}.brand strong{font-size:29px;display:block}.brand span{font-size:11px;color:#4b5563}
.main-nav{display:flex;gap:24px;align-self:stretch;align-items:center;flex:1;justify-content:center}.main-nav a{font-size:14px;font-weight:600;height:100%;display:flex;align-items:center;border-bottom:3px solid transparent}.main-nav a.active{color:var(--red);border-color:var(--red)}
.header-actions{display:flex;gap:10px;align-items:center}.icon-btn{border:0;background:transparent;font-size:21px}.newsletter-btn,.subscribe-card button{background:var(--red);color:#fff;border:0;border-radius:5px;padding:10px 18px;font-weight:700}.menu-toggle{display:none;border:0;background:transparent;font-size:26px}
.news-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 270px;gap:22px;padding:24px 0 15px}
.side-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 4px 16px rgba(15,23,42,.04)}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-heading h2{margin:0;font-size:23px}.section-heading a{font-size:13px;color:#244c87}.section-heading.small h2{font-size:19px}
.mini-story{display:grid;grid-template-columns:78px 1fr;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.mini-story:last-child{border-bottom:0}.mini-story img{width:78px;height:55px;object-fit:cover;border-radius:5px}.mini-story span,.card-body span{color:var(--red);font-size:11px;font-weight:700}.mini-story h3{font-size:13px;margin:3px 0;line-height:1.7}.mini-story time,.card-body time{font-size:11px;color:var(--muted)}
.hero{height:420px;position:relative;border-radius:9px;overflow:hidden;color:#fff}.hero img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08) 70%)}.hero-content{position:absolute;right:36px;left:36px;bottom:30px}.badge{display:inline-block;background:var(--red);padding:6px 10px;border-radius:4px;font-size:12px}.hero h1{font-size:31px;margin:13px 0 8px}.hero p{margin:0 0 12px;color:#e5e7eb}.story-meta{font-size:12px;color:#d1d5db}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(0,0,0,.45);color:#fff;width:36px;height:46px;font-size:28px}.slider-arrow.right{right:12px}.slider-arrow.left{left:12px}
.latest-list a{display:block;border-bottom:1px solid var(--line);padding:13px 0}.latest-list a:last-child{border:0}.latest-list strong{display:block;font-size:13px;line-height:1.7}.latest-list span{font-size:11px;color:var(--muted)}.subscribe-card{margin-top:15px}.subscribe-card h2{font-size:18px;margin:0}.subscribe-card p{font-size:12px;color:var(--muted)}.subscribe-card input{width:100%;padding:10px;border:1px solid var(--line);border-radius:4px;margin-bottom:9px}
.latest-grid-section{padding:0 282px 26px 282px}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.news-card{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}.news-card img{width:100%;height:145px;object-fit:cover}.card-body{padding:12px}.card-body h3{font-size:14px;margin:5px 0 9px;line-height:1.7}
.dashboard-section{background:#eef2f5;border-top:1px solid var(--line);padding:0 0 50px}.dashboard-shell{display:grid;grid-template-columns:220px 1fr 260px;background:#fff;min-height:620px;box-shadow:0 8px 28px rgba(15,23,42,.08)}
.dashboard-nav{background:linear-gradient(180deg,#102a43,#071b2c);color:#fff;padding:22px 14px}.dash-brand{padding:0 15px 25px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:15px}.dash-brand strong{font-size:22px;display:block}.dash-brand span{font-size:12px;color:#cbd5e1}.dashboard-nav a{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:6px;color:#dbeafe;font-size:13px}.dashboard-nav a.selected{background:#0f3657;color:#fff}.dashboard-nav b{margin-right:auto;background:var(--red);border-radius:9px;padding:1px 7px;font-size:10px}
.dashboard-main{padding:25px;min-width:0}.dash-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dash-title h2{margin:0;font-size:23px}.dash-title p{margin:5px 0;color:var(--muted);font-size:12px}.dash-title button{background:var(--navy-2);color:#fff;border:0;border-radius:5px;padding:9px 14px}.filters{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:10px;margin-bottom:18px}.filters input,.filters select{border:1px solid var(--line);border-radius:5px;padding:10px;background:#fff}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:7px}table{width:100%;border-collapse:collapse;min-width:850px}th,td{text-align:right;padding:14px 12px;border-bottom:1px solid var(--line);font-size:12px}th{background:#f8fafc;color:#4b5563}.status{display:inline-block;padding:5px 9px;border-radius:5px;font-size:10px}.status.review{background:#fff2c7;color:#8a5a00}.status.duplicate{background:#ffe4d6;color:#b54708}.score{display:block;width:45px;height:4px;background:#e5e7eb;border-radius:3px;margin-top:5px}.score b{display:block;height:100%;background:#20a36a;border-radius:3px}.actions{white-space:nowrap}.actions button{border:0;background:#f3f4f6;margin-left:3px;width:28px;height:28px;border-radius:4px}
.detail-panel{padding:25px 18px;border-right:1px solid var(--line);background:#fff}.detail-panel h2{font-size:20px;margin-top:0}.detail-panel dl{margin:0 0 20px}.detail-panel dl div{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid var(--line);font-size:11px}.detail-panel dt{color:var(--muted)}.detail-panel a{color:#1d4ed8}.detail-panel label{font-size:12px;display:block;margin-bottom:7px}.detail-panel textarea{width:100%;height:110px;border:1px solid var(--line);border-radius:5px;padding:10px;resize:vertical}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.detail-actions button{border:0;border-radius:5px;padding:10px}.approve{background:#dff6e8;color:#157f49}.reject{background:#fee2e2;color:#b91c1c}
@media(max-width:1200px){.main-nav{gap:13px}.latest-grid-section{padding:0 0 26px}.news-layout{grid-template-columns:230px 1fr}.news-layout>aside:first-child{display:none}.dashboard-shell{grid-template-columns:190px 1fr}.detail-panel{display:none}}
@media(max-width:850px){.topbar nav,.header-actions .icon-btn{display:none}.header-inner{height:68px}.menu-toggle{display:block}.main-nav{position:absolute;right:0;left:0;top:68px;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:10px 20px;border-top:1px solid var(--line)}.main-nav.open{display:flex}.main-nav a{padding:10px;height:auto}.brand{margin-left:auto}.news-layout{display:block}.hero{height:330px}.news-layout>aside:last-child{margin-top:15px}.editor-picks{display:none}.card-grid{grid-template-columns:repeat(2,1fr)}.dashboard-shell{display:block}.dashboard-nav{display:none}.filters{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.topbar-inner{font-size:10px}.newsletter-btn{display:none}.brand strong{font-size:23px}.hero{height:300px}.hero-content{right:20px;left:20px}.hero h1{font-size:23px}.hero p{font-size:13px}.card-grid{grid-template-columns:1fr}.dashboard-main{padding:16px}.filters{grid-template-columns:1fr}.dash-title{align-items:flex-start}.dash-title p{display:none}}

/* Article and category pages */
.mobile-backdrop{display:none}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px;padding-top:22px}.breadcrumbs a{color:#315d92}
.article-page{background:#fff}.article-layout{display:grid;grid-template-columns:minmax(0,850px) 290px;gap:42px;padding:24px 0 45px}.article-header h1{font-size:46px;line-height:1.35;margin:14px 0}.article-deck{font-size:19px;line-height:2;color:#4b5563}.article-meta{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.author{display:flex;align-items:center;gap:12px}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800}.author-avatar.large{width:64px;height:64px;font-size:24px}.author span{display:block;color:var(--muted);font-size:11px}.meta-items{display:flex;gap:18px;color:var(--muted);font-size:12px}.article-hero{margin:25px 0}.article-hero img{width:100%;max-height:540px;object-fit:cover;border-radius:9px}.article-hero figcaption{font-size:11px;color:var(--muted);margin-top:8px}.article-tools{display:flex;gap:8px;border-bottom:1px solid var(--line);padding-bottom:18px}.article-tools button{border:1px solid var(--line);background:#fff;border-radius:5px;padding:8px 12px}.article-body{font-size:18px;line-height:2.25}.article-body .lead{font-size:21px;font-weight:600;color:#273548}.article-body h2{font-size:27px;margin-top:35px}.article-body blockquote{border-right:4px solid var(--red);margin:30px 0;padding:18px 24px;background:#f8fafc;font-size:21px;font-weight:600}.source-box{border:1px solid var(--line);background:#f8fafc;border-radius:7px;padding:18px;margin:30px 0;font-size:14px}.source-box p{margin:8px 0}.source-box a{color:#1d4ed8}.tags{display:flex;gap:8px;flex-wrap:wrap;font-size:13px}.tags a,.hot-tags a{background:#eef2f7;padding:7px 11px;border-radius:20px}.article-author-box{display:flex;gap:16px;align-items:center;border-top:1px solid var(--line);margin-top:35px;padding-top:25px}.article-author-box h3{margin:0}.article-author-box p{margin:4px 0;color:var(--muted)}.article-sidebar{padding-top:148px}.ranked-list{padding:0 23px 0 0;margin:0}.ranked-list li{padding:12px 8px;border-bottom:1px solid var(--line);font-size:14px;line-height:1.8}.related-section{padding-bottom:50px}.related-section .card-grid{grid-template-columns:repeat(3,1fr)}
.category-page{background:var(--bg);min-height:100vh}.category-header{display:flex;align-items:end;justify-content:space-between;padding:28px 0 20px;border-bottom:1px solid var(--line)}.category-header h1{font-size:38px;margin:10px 0 5px}.category-header p{color:var(--muted);margin:0}.category-tabs{display:flex;gap:8px}.category-tabs button{border:1px solid var(--line);background:#fff;padding:8px 14px;border-radius:20px}.category-tabs button.active{background:var(--navy);color:#fff}.category-featured{display:grid;grid-template-columns:1.7fr 1fr;gap:22px;padding:25px 0}.featured-large{position:relative;height:430px;border-radius:9px;overflow:hidden;color:#fff}.featured-large img{width:100%;height:100%;object-fit:cover}.featured-large .overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.05) 75%)}.featured-large .content{position:absolute;right:28px;left:28px;bottom:24px}.featured-large h2{font-size:30px;margin:12px 0 7px}.featured-large p{margin:0;color:#e5e7eb}.featured-side{display:grid;gap:16px}.news-card.horizontal{display:grid;grid-template-columns:45% 1fr}.news-card.horizontal img{height:100%;min-height:205px}.category-content{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;padding-bottom:50px}.category-main{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px}.category-main .section-heading select{border:1px solid var(--line);padding:8px;border-radius:5px}.article-list{display:grid}.list-card{display:grid;grid-template-columns:250px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.list-card img{width:100%;height:160px;object-fit:cover;border-radius:7px}.list-card span{color:var(--red);font-size:12px;font-weight:700}.list-card h2{font-size:21px;margin:7px 0}.list-card p{color:var(--muted);line-height:1.9;margin:0 0 8px}.list-card time{font-size:11px;color:var(--muted)}.load-more{display:block;margin:25px auto 0;background:var(--navy);color:#fff;border:0;padding:10px 22px;border-radius:5px}.category-sidebar .side-card{margin-bottom:16px}.hot-tags{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:850px){body.menu-open{overflow:hidden}.mobile-backdrop{position:fixed;inset:0;background:rgba(2,12,22,.58);z-index:44}.mobile-backdrop.show{display:block}.main-nav{z-index:46;top:68px;bottom:0;right:auto;left:0;width:min(320px,86vw);padding:20px;box-shadow:18px 0 40px rgba(0,0,0,.18);overflow:auto}.main-nav.open{display:flex}.main-nav a{border-bottom:1px solid var(--line);font-size:15px}.article-layout,.category-content,.category-featured{grid-template-columns:1fr}.article-sidebar{padding-top:0}.article-header h1{font-size:34px}.article-meta{align-items:flex-start;gap:18px}.meta-items{flex-wrap:wrap;justify-content:flex-end}.category-header{align-items:flex-start;flex-direction:column;gap:18px}.category-tabs{overflow:auto;width:100%;padding-bottom:4px}.featured-large{height:350px}.featured-side{grid-template-columns:1fr 1fr}.news-card.horizontal{display:block}.news-card.horizontal img{height:150px;min-height:0}.related-section .card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.article-header h1{font-size:28px}.article-deck{font-size:16px}.article-meta{display:block}.meta-items{margin-top:15px;justify-content:flex-start}.article-body{font-size:16px}.article-body .lead{font-size:18px}.article-body h2{font-size:23px}.article-body blockquote{font-size:18px}.article-tools{overflow:auto}.featured-side{grid-template-columns:1fr}.featured-large{height:310px}.featured-large h2{font-size:24px}.category-main{padding:15px}.list-card{grid-template-columns:1fr}.list-card img{height:190px}.related-section .card-grid{grid-template-columns:1fr}}


/* Theme support */
html{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark;--ink:#e8edf3;--muted:#9aa7b5;--line:#2b3b4c;--panel:#132638;--bg:#091521;--soft:#102235;--navy:#061522;--navy-2:#153c5c}
html[data-theme="dark"] body,html[data-theme="dark"] .article-page{background:var(--bg);color:var(--ink)}
html[data-theme="dark"] .site-header,html[data-theme="dark"] .side-card,html[data-theme="dark"] .news-card,html[data-theme="dark"] .dashboard-shell,html[data-theme="dark"] .dashboard-main,html[data-theme="dark"] .detail-panel,html[data-theme="dark"] .filters input,html[data-theme="dark"] .filters select{background:var(--panel);color:var(--ink)}
html[data-theme="dark"] .table-wrap,html[data-theme="dark"] th,html[data-theme="dark"] .article-tools button,html[data-theme="dark"] .source-box,html[data-theme="dark"] .article-body blockquote{background:var(--soft);color:var(--ink)}
html[data-theme="dark"] .brand span,html[data-theme="dark"] .article-deck,html[data-theme="dark"] .dash-title p,html[data-theme="dark"] .article-author-box p{color:var(--muted)}
html[data-theme="dark"] .tags a,html[data-theme="dark"] .hot-tags a,html[data-theme="dark"] .actions button{background:#203449;color:#e8edf3}
html[data-theme="dark"] img{filter:brightness(.88)}
.theme-toggle{cursor:pointer}
.theme-toggle.is-dark{background:#203449;border-radius:50%;color:#ffd65a}
.news-card h3 a,.mini-story h3 a,.latest-list strong a,.hero h1 a{display:block}

/* Interactive search and strengthened theme support */
.icon-btn{cursor:pointer;min-width:38px;min-height:38px;border-radius:50%;display:inline-grid;place-items:center;transition:background .2s,color .2s,transform .2s}
.icon-btn:hover{background:var(--soft);transform:translateY(-1px)}
html[data-theme="dark"] .category-main,
html[data-theme="dark"] .category-tabs button,
html[data-theme="dark"] .dashboard-section,
html[data-theme="dark"] .article-content,
html[data-theme="dark"] .article-sidebar,
html[data-theme="dark"] .subscribe-card input,
html[data-theme="dark"] .detail-panel textarea,
html[data-theme="dark"] .category-main select{background:var(--panel);color:var(--ink)}
html[data-theme="dark"] .dashboard-section{background:#07121d}
html[data-theme="dark"] .category-tabs button.active{background:#254c6c;color:#fff}
html[data-theme="dark"] .icon-btn:hover{background:#203449}
body.search-open{overflow:hidden}
.search-dialog{display:none;position:fixed;inset:0;z-index:200}
.search-dialog.open{display:block}
.search-dialog-backdrop{position:absolute;inset:0;background:rgba(1,10,18,.66);backdrop-filter:blur(3px)}
.search-dialog-panel{position:relative;width:min(680px,calc(100% - 32px));max-height:min(680px,calc(100vh - 70px));overflow:auto;margin:70px auto 0;background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:13px;padding:22px;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.search-dialog-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}
.search-dialog-head h2{margin:0;font-size:24px}.search-dialog-head p{margin:5px 0 0;color:var(--muted);font-size:13px}
.search-close{border:0;background:var(--soft);color:var(--ink);width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}
.search-field{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--soft);border-radius:8px;padding:0 13px}
.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);padding:14px 0;font-size:15px}
.search-results{display:grid;gap:8px;margin-top:14px}
.search-result-item{display:grid;gap:3px;padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:var(--panel)}
.search-result-item:hover{border-color:#6688aa;background:var(--soft)}
.search-result-item span{font-size:11px;color:var(--red);font-weight:700}.search-result-item strong{font-size:14px;line-height:1.8}
.search-empty{color:var(--muted);text-align:center;padding:28px 10px;margin:0}
@media(max-width:850px){.header-actions .theme-toggle,.header-actions .search-toggle,.header-actions button[aria-label="جستجو"]{display:inline-grid}.header-actions{gap:3px}.search-dialog-panel{margin-top:25px;max-height:calc(100vh - 50px)}}

/* v5 editorial workflow */
.status.approved{background:#dff6e8;color:#157f49}.status.rejected{background:#fee2e2;color:#b91c1c}.status.scheduled{background:#e0e7ff;color:#3730a3}.selected-row{background:#f2f7fb}.action-link{display:inline-grid;place-items:center;background:#f3f4f6;width:28px;height:28px;border-radius:4px;margin-left:3px}.empty-table{text-align:center;color:var(--muted);padding:35px}.detail-empty{color:var(--muted);font-size:13px;line-height:1.9;padding:20px 0}.detail-panel h3{font-size:15px;line-height:1.9}.save-note{width:100%;border:1px solid var(--line);background:var(--soft);padding:9px;border-radius:5px;margin-top:8px;cursor:pointer}
.editor-page{background:#eef2f5}.editor-topbar{height:64px;background:var(--navy);color:white;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4%;gap:20px}.editor-topbar span{text-align:left;color:#cbd5e1;font-size:12px}.editor-layout{width:min(1280px,94%);margin:28px auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.editor-form{display:grid;gap:18px}.editor-card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:22px;box-shadow:0 5px 18px rgba(15,23,42,.05)}.editor-card h1,.editor-card h2{margin-top:0}.editor-card-head{display:flex;justify-content:space-between;align-items:center;gap:15px}.editor-card label{display:grid;gap:7px;font-size:13px;font-weight:600;margin-bottom:16px}.editor-card input,.editor-card textarea,.editor-card select{width:100%;border:1px solid var(--line);background:var(--panel);color:var(--ink);border-radius:6px;padding:11px;outline:none}.editor-card input:focus,.editor-card textarea:focus,.editor-card select:focus{border-color:#567b9d;box-shadow:0 0 0 3px rgba(86,123,157,.12)}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.source-review>div{display:flex;justify-content:space-between;margin-bottom:12px}.source-review a{color:#1d4ed8}.editor-actions{display:flex;justify-content:flex-end;gap:10px}.editor-actions button,.wide{border:0;border-radius:6px;padding:11px 18px;cursor:pointer}.primary{background:var(--navy-2);color:white}.secondary{background:white;border:1px solid var(--line)!important}.wide{width:100%;margin-top:8px}.editor-sidebar{display:grid;align-content:start;gap:18px}.editor-sidebar p{color:var(--muted);font-size:13px;line-height:1.9}.editor-sidebar dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;font-size:12px}.not-found-editor{max-width:600px;margin:100px auto;text-align:center}
html[data-theme="dark"] .editor-page,html[data-theme="dark"] .editor-card,html[data-theme="dark"] .editor-card input,html[data-theme="dark"] .editor-card textarea,html[data-theme="dark"] .editor-card select{background:var(--bg);color:var(--ink)}
@media(max-width:900px){.editor-layout{grid-template-columns:1fr}.editor-sidebar{grid-row:1}.editor-grid{grid-template-columns:1fr}.editor-topbar{grid-template-columns:1fr auto}.editor-topbar span{display:none}}

.dashboard-entry{display:inline-flex;align-items:center;justify-content:center;background:var(--navy-2);color:#fff;border-radius:5px;padding:10px 14px;font-size:12px;font-weight:700;white-space:nowrap}.dashboard-entry:hover{background:#16456d}.active-dashboard{outline:2px solid rgba(255,255,255,.35)}
.dashboard-page-main{padding-top:26px}.dashboard-page-intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dashboard-page-intro span{font-size:12px;color:var(--red);font-weight:700}.dashboard-page-intro h1{margin:5px 0;font-size:30px}.dashboard-page-intro p{margin:0;color:var(--muted)}.back-site-btn{border:1px solid var(--line);background:#fff;border-radius:6px;padding:10px 15px;font-weight:700}.dashboard-page-main .dashboard-section{padding-top:0}.dashboard-page-main .dashboard-shell{width:min(1450px,94%);margin:auto}.edit-text{display:inline-flex!important;width:auto!important;min-width:58px!important;padding:0 10px!important;background:#e8f1fb!important;color:#0d4f86!important;font-weight:800!important;text-decoration:none!important;align-items:center;justify-content:center;height:30px;border-radius:5px}.selected-row{background:#f8fbff}
body.dark .dashboard-entry{background:#244b6c}body.dark .back-site-btn{background:#132334;color:#fff;border-color:#304458}
@media(max-width:850px){.dashboard-entry{padding:9px 10px;font-size:11px}.dashboard-page-intro{align-items:flex-start;gap:15px}.dashboard-page-intro h1{font-size:24px}}
@media(max-width:520px){.dashboard-entry{display:none}.dashboard-page-intro{display:block}.back-site-btn{display:inline-block;margin-top:13px}}
/* v7 authentication and admin dashboard */
.login-page{min-height:100vh;background:#071b2c}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-showcase{padding:54px clamp(32px,7vw,110px);color:#fff;background:radial-gradient(circle at 15% 20%,rgba(201,24,34,.24),transparent 32%),linear-gradient(145deg,#071b2c,#0d2b46);display:flex;flex-direction:column;justify-content:space-between}.login-brand strong{font-size:31px;display:block}.login-brand span{color:#b8c8d8;font-size:13px}.login-copy{max-width:650px}.eyebrow,.admin-kicker{color:#df5560;font-weight:700;font-size:13px}.login-copy h1{font-size:clamp(34px,4vw,58px);line-height:1.45;margin:16px 0}.login-copy p{color:#cbd5e1;line-height:2;font-size:16px}.login-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.login-feature-grid div{padding:18px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);border-radius:10px}.login-feature-grid b,.login-feature-grid span{display:block}.login-feature-grid span{font-size:12px;color:#b8c8d8;margin-top:7px;line-height:1.8}.login-card-wrap{background:#f4f6f8;display:grid;place-items:center;padding:34px}.login-card{width:min(470px,100%);background:#fff;padding:34px;border-radius:14px;box-shadow:0 22px 60px rgba(0,0,0,.12)}.login-card-head span{color:var(--red);font-size:12px;font-weight:700}.login-card-head h2{margin:7px 0;font-size:28px}.login-card-head p{color:var(--muted);font-size:13px}.demo-accounts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}.demo-accounts button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 5px;cursor:pointer}.demo-accounts button.active{border-color:var(--red);background:#fff5f5}.demo-accounts b,.demo-accounts span{display:block}.demo-accounts span{font-size:10px;color:var(--muted);margin-top:4px}.login-card form>label{display:block;font-size:12px;font-weight:700;margin-top:14px}.login-card input{width:100%;border:1px solid var(--line);border-radius:7px;padding:12px;margin-top:7px}.password-field{position:relative}.password-field button{position:absolute;left:7px;top:14px;border:0;background:transparent;color:#35608b;font-size:11px}.login-options{display:flex;justify-content:space-between;align-items:center;margin:15px 0;font-size:11px}.login-options .remember{display:flex;gap:6px;align-items:center}.login-options input{width:auto;margin:0}.login-options a{color:#1d4ed8}.login-submit{width:100%;border:0;background:var(--navy-2);color:#fff;padding:13px;border-radius:7px;font-weight:800;cursor:pointer}.form-error{background:#fee2e2;color:#991b1b;padding:10px;border-radius:6px;font-size:11px}.demo-note{font-size:10px;color:var(--muted);line-height:1.7;margin-top:17px}
.admin-dashboard{padding:26px 0 50px}.admin-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-topbar h1{margin:3px 0;font-size:28px}.admin-user{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 10px}.admin-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--navy-2);color:#fff;font-weight:800}.admin-user strong,.admin-user span{display:block}.admin-user span{font-size:10px;color:var(--muted)}.admin-user button{border:0;background:#fee2e2;color:#991b1b;border-radius:6px;padding:7px 10px}.admin-menu-toggle{display:none}.admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px}.admin-sidebar{background:linear-gradient(180deg,#102a43,#071b2c);color:#fff;border-radius:12px;min-height:750px;padding:20px 13px;position:sticky;top:105px;height:calc(100vh - 130px)}.admin-logo{display:block;padding:8px 12px 23px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-logo strong,.admin-logo span{display:block}.admin-logo strong{font-size:21px}.admin-logo span{font-size:11px;color:#b8c8d8}.admin-sidebar nav{margin-top:15px}.admin-sidebar nav a{display:block;padding:12px;border-radius:7px;color:#dbeafe;font-size:13px}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#174365;color:#fff}.sidebar-foot{position:absolute;bottom:18px;right:13px;left:13px;border-top:1px solid rgba(255,255,255,.1);padding-top:14px;font-size:12px}.admin-content{min-width:0}.access-notice{padding:12px;background:#fff2c7;color:#7a5200;border-radius:8px;margin-bottom:14px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.stats-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px;display:flex;gap:13px;align-items:center}.stats-grid article div span,.stats-grid article div strong,.stats-grid article div small{display:block}.stats-grid article strong{font-size:26px;margin:2px 0}.stats-grid article small{font-size:10px;color:var(--muted)}.stat-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:9px;font-size:20px}.stat-icon.incoming{background:#e0efff;color:#1d4ed8}.stat-icon.review{background:#fff2c7;color:#8a5a00}.stat-icon.published{background:#dcfce7;color:#15803d}.stat-icon.rejected{background:#fee2e2;color:#b91c1c}.dashboard-overview-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;margin-top:14px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;margin-top:14px}.admin-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.admin-card-head h2{font-size:18px;margin:0}.admin-card-head p{font-size:11px;color:var(--muted);margin:4px 0}.admin-card-head>span,.role-chip{font-size:11px;background:#eef2f7;padding:5px 9px;border-radius:15px}.bar-chart{height:190px;display:flex;align-items:flex-end;gap:20px;border-bottom:1px solid var(--line);padding:15px 20px 0}.bar-chart>div{height:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;gap:4px;position:relative}.bar-chart i,.bar-chart b{width:12px;border-radius:4px 4px 0 0}.bar-chart i{background:#193f63}.bar-chart b{background:#d84a53}.bar-chart span{position:absolute;bottom:-24px;font-size:10px}.chart-legend{display:flex;gap:18px;margin-top:28px;font-size:10px}.chart-legend span{display:flex;gap:5px;align-items:center}.chart-legend i{width:8px;height:8px;background:#193f63;border-radius:2px}.chart-legend span:last-child i{background:#d84a53}.system-card ul{list-style:none;padding:0;margin:0}.system-card li{display:flex;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.system-card li:last-child{border:0}.system-card li div{flex:1}.system-card li b,.system-card li small{display:block}.system-card li small{font-size:10px;color:var(--muted)}.system-card li>strong{font-size:10px}.health{width:9px;height:9px;border-radius:50%}.health.ok{background:#16a34a}.health.pending{background:#f59e0b}.health.demo{background:#3b82f6}.permission-list{display:flex;flex-wrap:wrap;gap:8px}.permission-list span{padding:8px 10px;background:#f0fdf4;color:#166534;border-radius:6px;font-size:11px}.news-admin-card .filters{grid-template-columns:1.5fr repeat(3,1fr)}
@media(max-width:980px){.login-shell{grid-template-columns:1fr}.login-showcase{min-height:420px}.login-feature-grid{display:none}.stats-grid{grid-template-columns:1fr 1fr}.dashboard-overview-grid{grid-template-columns:1fr}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:fixed;right:-260px;top:0;height:100vh;width:240px;z-index:100;border-radius:0;transition:.25s}.admin-sidebar.open{right:0}.admin-menu-toggle{display:block;border:0;background:var(--navy-2);color:#fff;border-radius:6px;width:38px;height:38px}.news-admin-card .filters{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.login-showcase{padding:32px 22px;min-height:330px}.login-copy h1{font-size:30px}.login-card-wrap{padding:18px}.login-card{padding:22px}.demo-accounts{grid-template-columns:1fr}.admin-topbar{align-items:flex-start}.admin-user div:nth-child(2){display:none}.stats-grid{grid-template-columns:1fr}.news-admin-card .filters{grid-template-columns:1fr}.admin-card{padding:13px}.bar-chart{gap:8px;padding-inline:5px}}

/* v14.0.0.16.1 visual polish */
:root{
  --brand-strong:#0f3f5f;
  --brand-soft:#eaf4f8;
  --page-bg:#f6f8fb;
  --card-shadow:0 16px 42px rgba(15,23,42,.08);
}
body{background:var(--page-bg);text-rendering:optimizeLegibility}
.site-header{backdrop-filter:blur(14px);box-shadow:0 8px 30px rgba(15,23,42,.06)}
.header-inner{min-height:88px}
.brand strong{letter-spacing:-.5px}
.main-nav a{border-radius:9px;padding:8px 10px;transition:.2s ease}
.main-nav a:hover,.main-nav a.active{background:var(--brand-soft);color:var(--brand-strong)}
.news-layout{gap:22px;padding-top:28px}
.side-card,.news-card,.hero{border:1px solid rgba(148,163,184,.22);box-shadow:var(--card-shadow)}
.hero{border-radius:20px;overflow:hidden}
.hero img{transition:transform .6s ease}.hero:hover img{transform:scale(1.025)}
.news-card{border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.news-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(15,23,42,.12)}
.news-card img{aspect-ratio:16/9;object-fit:cover}
.section-heading h2{position:relative;padding-right:15px}
.section-heading h2:before{content:"";position:absolute;right:0;top:.2em;width:5px;height:1.1em;border-radius:999px;background:#0f6f94}
.public-news-section{padding-bottom:48px}
.public-news-empty{grid-column:1/-1;text-align:center;padding:34px;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b;background:#fff}
.public-news-source{display:block;margin-top:6px;font-size:12px;color:#64748b}
@media(max-width:760px){
  .header-inner{min-height:72px}.news-layout{padding-top:18px}.hero{border-radius:14px}
}

/* v14.0.0.16.5 professional public homepage */
body{
  background:
    radial-gradient(circle at 15% 5%,rgba(14,116,144,.045),transparent 26%),
    linear-gradient(180deg,#f7f9fc 0%,#f3f6f9 100%);
}
.container{width:min(1580px,calc(100% - 64px));margin-inline:auto}
.topbar{
  background:linear-gradient(90deg,#061c2d,#0a2a40);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar-inner{min-height:38px;color:#e2e8f0;font-size:12px}
.topbar-inner nav{display:flex;align-items:center;gap:10px}
.topbar-inner nav a{color:#dbeafe;transition:color .2s ease}
.topbar-inner nav a:hover{color:#fff}
.topbar-date{display:flex;align-items:center;gap:8px;font-weight:700}
.live-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.14)}
.site-header{
  position:sticky;top:0;z-index:80;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(148,163,184,.22);
  box-shadow:0 10px 34px rgba(15,23,42,.07);
}
.header-inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  min-height:94px;
}
.brand{display:flex;align-items:center;gap:12px;min-width:210px}
.brand-mark{
  width:52px;height:52px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#0f6f94,#0d3d5b);
  color:#fff;font-size:27px;font-weight:900;
  box-shadow:0 13px 28px rgba(15,111,148,.24);
}
.brand-copy{display:grid;gap:3px}
.brand-copy strong{font-size:29px;color:#0b2438;line-height:1.15}
.brand-copy small{font-size:12px;color:#64748b;white-space:nowrap}
.main-nav{
  display:flex;align-items:center;justify-content:center;gap:2px;
  min-width:0;overflow-x:auto;scrollbar-width:none;
}
.main-nav::-webkit-scrollbar{display:none}
.main-nav a{
  position:relative;flex:0 0 auto;
  padding:12px 11px;border-radius:11px;
  color:#263849;font-size:14px;font-weight:700;
}
.main-nav a:hover{background:#eef7fa;color:#0f5e80}
.main-nav a.active{
  background:linear-gradient(180deg,#edf8fb,#e2f1f6);
  color:#0f4d6b;
}
.main-nav a.active:after{
  content:"";position:absolute;right:15px;left:15px;bottom:3px;height:3px;
  border-radius:99px;background:#d62736;
}
.header-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}
.header-actions .icon-btn{
  width:40px;height:40px;border:1px solid #dbe4ec;background:#fff;color:#12344d;
}
.newsletter-btn,.dashboard-entry,.student-register-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;padding:0 14px;border-radius:10px;
  text-decoration:none;font-size:12px;font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.newsletter-btn{background:#c91f2b;color:#fff;box-shadow:0 9px 22px rgba(201,31,43,.2)}
.dashboard-entry{background:#123f5d;color:#fff}
.editorial-login{background:#0d2d43}
.student-register-btn{background:#eef6fa;color:#0f4d6b;border:1px solid #cfe3ec}
.newsletter-btn:hover,.dashboard-entry:hover,.student-register-btn:hover{
  transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.12)
}
.news-layout{
  grid-template-columns:285px minmax(0,1fr) 300px;
  gap:24px;padding:32px 0 22px;align-items:start;
}
.side-card{
  border-radius:18px;padding:20px;
  border:1px solid rgba(148,163,184,.22);
  box-shadow:0 16px 44px rgba(15,23,42,.07);
}
.section-heading.small{
  padding-bottom:12px;border-bottom:1px solid #e7edf2;
}
.section-heading.small h2{font-size:21px}
.editor-picks,.latest-list{max-height:none}
.mini-story{
  grid-template-columns:88px 1fr;gap:13px;padding:14px 0;
}
.mini-story img{width:88px;height:64px;border-radius:10px}
.mini-story h3{font-size:13px;line-height:1.8}
.hero{
  height:490px;border-radius:23px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 60px rgba(15,23,42,.18);
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(4,17,28,.72),rgba(4,17,28,.12) 62%),
    linear-gradient(0deg,rgba(3,15,25,.92),rgba(3,15,25,.05) 72%);
}
.hero-content{right:48px;left:48px;bottom:40px;max-width:880px}
.hero h1{font-size:39px;line-height:1.55;margin:14px 0 10px}
.hero p{font-size:16px;line-height:1.9;max-width:820px}
.badge{border-radius:999px;padding:7px 13px;font-weight:800}
.slider-arrow{
  width:44px;height:52px;border-radius:12px;
  background:rgba(4,17,28,.62);backdrop-filter:blur(8px);
  cursor:pointer;transition:background .2s ease,transform .2s ease;
}
.slider-arrow:hover{background:rgba(15,111,148,.9)}
.latest-list>a{
  display:grid;gap:7px;padding:17px 0;
  transition:padding .18s ease,color .18s ease;
}
.latest-list>a:hover{padding-right:7px;color:#0f5e80}
.latest-list strong{font-size:14px;line-height:1.85}
.latest-list span{font-size:11px}
.subscribe-card{
  border:0;
  background:linear-gradient(145deg,#0b3149,#0e5876);
  color:#fff;
}
.subscribe-card h2,.subscribe-card p{color:#fff}
.subscribe-card input{border:0;border-radius:10px;padding:12px}
.subscribe-card button{
  width:100%;border:0;border-radius:10px;padding:11px;
  background:#fff;color:#0f4d6b;font-weight:800;cursor:pointer;
}
.latest-grid-section{padding:14px 0 42px}
.latest-grid-section>.section-heading{
  padding:0 2px 14px;border-bottom:1px solid rgba(148,163,184,.25);
}
.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.news-card{
  border-radius:18px;border:1px solid rgba(148,163,184,.22);
  box-shadow:0 14px 38px rgba(15,23,42,.07);
}
.news-card img{height:190px}
.card-body{padding:16px}
.card-body h3{font-size:16px;line-height:1.8}
.public-news-section{padding-top:8px}
html[data-theme="dark"] .site-header{background:rgba(7,18,29,.94)}
html[data-theme="dark"] .brand-copy strong{color:#fff}
html[data-theme="dark"] .brand-copy small{color:#9fb2c2}
html[data-theme="dark"] .main-nav a{color:#d8e4ec}
html[data-theme="dark"] .main-nav a:hover,
html[data-theme="dark"] .main-nav a.active{background:#15364c;color:#fff}
@media(max-width:1350px){
  .header-inner{grid-template-columns:auto 1fr}
  .header-actions{grid-column:1/-1;justify-content:flex-start;padding-bottom:14px}
  .news-layout{grid-template-columns:255px minmax(0,1fr) 270px}
  .hero h1{font-size:34px}
}
@media(max-width:1050px){
  .container{width:min(100% - 36px,980px)}
  .header-inner{display:flex;flex-wrap:wrap;min-height:80px;padding:12px 0}
  .menu-toggle{display:inline-grid}
  .main-nav{display:none}
  .header-actions{width:100%;overflow-x:auto;padding-bottom:3px}
  .news-layout{grid-template-columns:minmax(0,1fr) 280px}
  .editor-picks{display:none}
  .hero{height:430px}
  .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .container{width:min(100% - 24px,720px)}
  .topbar-inner nav{display:none}
  .brand-mark{width:45px;height:45px}
  .brand-copy strong{font-size:24px}
  .header-actions .student-register-btn{display:none}
  .news-layout{grid-template-columns:1fr;padding-top:18px}
  .news-layout>aside:last-child{display:grid;grid-template-columns:1fr;gap:14px}
  .hero{height:360px;order:-1}
  .hero-content{right:22px;left:22px;bottom:26px}
  .hero h1{font-size:26px}
  .hero p{font-size:13px}
  .card-grid{grid-template-columns:1fr}
  .news-card img{height:210px}
}

/* v14.0.0.16.7 homepage visual refinement */
.homepage-news-layout{position:relative}
.homepage-news-layout:before{
  content:"";
  position:absolute;
  inset:-18px -16px auto;
  height:220px;
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 30%,rgba(14,116,144,.08),transparent 34%),
    radial-gradient(circle at 82% 22%,rgba(220,38,38,.055),transparent 28%);
  pointer-events:none;
  z-index:-1;
}
.side-card{
  position:relative;
  overflow:hidden;
}
.side-card:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,#0f6f94,#1d4ed8);
  opacity:.9;
}
.editor-picks.side-card:before{background:linear-gradient(90deg,#d62736,#ef4444)}
.section-heading.small h2{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  letter-spacing:-.25px;
}
.heading-accent{
  width:5px;
  height:26px;
  border-radius:999px;
  background:linear-gradient(180deg,#0f6f94,#38bdf8);
  box-shadow:0 0 0 5px rgba(14,116,144,.07);
}
.editor-picks .heading-accent{
  background:linear-gradient(180deg,#d62736,#fb7185);
  box-shadow:0 0 0 5px rgba(214,39,54,.07);
}
.mini-story{
  transition:background .18s ease,transform .18s ease;
  border-radius:12px;
  padding-inline:8px;
}
.mini-story:hover{
  background:#f8fbfd;
  transform:translateX(-2px);
}
.mini-story img{
  box-shadow:0 8px 20px rgba(15,23,42,.10);
}
.homepage-hero{
  isolation:isolate;
}
.homepage-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:4px;
  background:linear-gradient(90deg,#d62736 0 18%,#0f6f94 18% 55%,transparent 55%);
  z-index:3;
}
.homepage-hero .hero-content{
  text-shadow:0 2px 14px rgba(0,0,0,.24);
}
.homepage-hero .badge{
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 8px 22px rgba(214,39,54,.18);
}
.story-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.story-meta span{
  display:inline-flex;
  align-items:center;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
}
.slider-arrow{
  border:1px solid rgba(255,255,255,.16);
}
.latest-list>a{
  position:relative;
  padding-right:18px;
}
.latest-list>a:before{
  content:"";
  position:absolute;
  right:0;
  top:26px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#d62736;
  box-shadow:0 0 0 5px rgba(214,39,54,.07);
}
.latest-list>a:hover:before{background:#0f6f94}
.header-actions .icon-btn{
  box-shadow:0 5px 16px rgba(15,23,42,.05);
}
.dashboard-entry,.student-register-btn{
  letter-spacing:-.1px;
}
.brand-mark{
  position:relative;
  overflow:hidden;
}
.brand-mark:after{
  content:"";
  position:absolute;
  width:34px;
  height:34px;
  border-radius:50%;
  left:-8px;
  bottom:-10px;
  background:rgba(255,255,255,.08);
}
.main-nav-polished a{
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.main-nav-polished a:hover{
  transform:translateY(-1px);
}
.news-card{
  position:relative;
}
.news-card:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:34%;
  height:3px;
  background:linear-gradient(90deg,#0f6f94,#38bdf8);
  z-index:2;
}
.news-card:hover img{transform:scale(1.035)}
.news-card img{transition:transform .35s ease}
.card-body h3 a{transition:color .18s ease}
.card-body h3 a:hover{color:#0f6f94}
.public-news-source{
  padding-top:8px;
  margin-top:8px;
  border-top:1px solid #eef2f7;
}
@media(max-width:760px){
  .homepage-news-layout:before{display:none}
  .story-meta span{padding:4px 7px}
  .side-card:before{height:3px}
}
html[data-theme="dark"] .mini-story:hover{background:#102436}
html[data-theme="dark"] .public-news-source{border-top-color:#203449}

/* v14.0.0.16.9 site footer with editorial login */
.site-footer{
  margin-top:18px;
  background:linear-gradient(180deg,#0a2639,#061a29);
  color:#dbe8f1;
  border-top:1px solid rgba(255,255,255,.08);
}
.site-footer-inner{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px 0;
}
.site-footer-brand{display:grid;gap:5px}
.site-footer-brand strong{font-size:22px;color:#fff}
.site-footer-brand span{font-size:12px;color:#9fb3c2}
.site-footer-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 16px;
}
.site-footer-links>a{
  color:#d9e7f0;
  font-size:12px;
  text-decoration:none;
  transition:color .18s ease,background .18s ease,border-color .18s ease;
}
.site-footer-links>a:hover{color:#fff}
.footer-editorial-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  font-weight:800;
}
.footer-editorial-link:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.3);
}
@media(max-width:760px){
  .site-footer-inner{align-items:flex-start;flex-direction:column}
  .site-footer-links{width:100%}
}

