:root{
  --teal:#00b3a6;
  --teal-dark:#029c93;
  --navy:#0d1b2a;
  --muted:#6f7d8d;
  --line:#e4e9ee;
  --soft:#f2f4f7;
  --white:#fff;
  --danger:#c03333;
  --success:#047d62;
  --radius:8px;
  --shadow:none;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f7f8fa;color:var(--navy);font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.45}
button,input,textarea,select{font:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.shell{width:min(1400px,calc(100% - 48px));margin-inline:auto}
.card{background:#fff;border:1px solid #e1e6eb;border-radius:var(--radius);box-shadow:none}

.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.header-inner{min-height:82px;display:flex;align-items:center;gap:30px;padding:10px 0}
.brand{width:245px;min-width:205px;display:flex;align-items:center;padding:4px 0}
.brand img{width:100%;height:auto}
.main-nav{display:flex;align-items:stretch;gap:30px;align-self:stretch;margin-left:auto}
.main-nav a{position:relative;display:flex;align-items:center;font-weight:700;font-size:16px;white-space:nowrap}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--teal-dark);transform:scaleX(0);transform-origin:center}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:14px;margin-left:8px}
.site-search{height:44px;display:flex;align-items:center;border:1px solid #dbe2e8;border-radius:8px;background:#fff;overflow:hidden}
.site-search input{width:210px;height:100%;border:0;outline:0;background:#fff;color:var(--navy);padding:0 12px;font-size:13px}
.site-search button{width:42px;height:100%;border:0;border-left:1px solid #edf1f4;background:#fff;color:#516171;display:grid;place-items:center;cursor:pointer}
.site-search button:hover{color:var(--teal-dark);background:#fff}
.site-search svg{width:18px;height:18px}
.language-switch{display:flex;border:1px solid #dbe2e8;border-radius:8px;overflow:hidden;background:#fff}
.lang{height:44px;min-width:44px;border:0;background:#fff;color:#586577;font-weight:800;cursor:pointer;display:grid;place-items:center;padding:0 10px}
.lang.active{background:var(--teal-dark);color:#fff}
.mobile-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:8px;cursor:pointer}
.mobile-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0;border-radius:3px}

.rates-bar{background:#fff;border-bottom:1px solid var(--line)}
.rates-inner{min-height:52px;display:grid;grid-template-columns:1fr;align-items:center;gap:12px}
.rates-list{display:flex;align-items:center;gap:22px;overflow:auto;white-space:nowrap}
.rates-list span{font-size:14px;color:#28394b;font-weight:750}
.rates-list b{color:var(--teal-dark);font-weight:950}
.rate-item{display:inline-flex;align-items:center;gap:7px}
.rate-item em{font-style:normal;color:#6f7d8d;font-size:12px;font-weight:800}
.rate-item.up em{color:#047d62}
.rate-item.down em{color:#b64242}
.page-content{padding-top:24px;padding-bottom:36px}
.setup-notice{margin-bottom:18px;padding:13px 16px;border:1px solid #d9e1e7;border-radius:8px;background:#fff;color:#526171;font-size:13px;font-weight:700}
.topic-strip{display:flex;gap:8px;overflow:auto;margin:0 0 18px;padding-bottom:2px}
.topic-strip a,.archive-filters a{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  border:1px solid #dbe5ea;
  border-radius:999px;
  background:#fff;
  color:#405264;
  padding:0 13px;
  font-size:13px;
  font-weight:850;
}
.topic-strip a:hover,.archive-filters a:hover,.archive-filters a.active{border-color:#8fa5b5;background:#fff;color:#0d1b2a}
.lead-grid{display:grid;grid-template-columns:minmax(0,1.82fr) minmax(340px,1fr);gap:18px}
.card-cover{position:absolute;inset:0;z-index:2;border-radius:inherit}
.lead-story,.rail-card,.news-card{position:relative}
.lead-story{overflow:hidden;display:block;border:0;color:#fff}
.lead-story::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,32,.9),rgba(4,18,32,.42) 52%,rgba(4,18,32,.08));pointer-events:none}
.lead-story img{width:100%;height:100%;aspect-ratio:569/339;object-fit:cover;filter:saturate(.92) brightness(.78)}
.lead-overlay{position:absolute;inset:auto auto 32px 32px;z-index:3;width:min(560px,calc(100% - 64px));pointer-events:none}
.lead-overlay .tag-link{pointer-events:auto;position:relative;z-index:4}
.lead-overlay .tag-link.light{display:inline-flex;margin-bottom:12px;padding:5px 9px;border-radius:3px;background:var(--teal);color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.lead-overlay h1{margin:0 0 10px;font-size:34px;line-height:1.08;letter-spacing:0;font-weight:900}
.lead-overlay p{margin:0 0 15px;color:#e4eef5;font-size:15px;max-width:480px}
.lead-overlay div{display:flex;align-items:center;gap:18px;color:#d5e2ea;font-size:12px}
.lead-overlay b{font-weight:600}
.lead-rail{display:grid;grid-template-rows:repeat(4,1fr);gap:10px}
.rail-card{display:grid;grid-template-columns:38% 1fr 30px;align-items:center;overflow:hidden;min-height:0}
.rail-card>img{width:100%;height:100%;object-fit:cover}
.rail-content{padding:11px 12px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.rail-content time{font-size:12px;color:#8995a4;margin-bottom:5px}
.rail-content h3{font-size:15px;line-height:1.3;margin:0;font-weight:800}
.arrow-link{height:100%;display:grid;place-items:center;padding-right:7px}
.arrow-link svg{width:18px;height:18px}
.rail-card:hover h3{color:var(--navy)}

.section-block{margin-top:38px}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}
.section-heading h2{font-size:25px;line-height:1.1;margin:0;letter-spacing:0}
.section-heading a{display:flex;align-items:center;gap:5px;color:var(--teal-dark);font-weight:800;font-size:13px}
.section-heading a svg{width:18px;height:18px}
.section-heading.compact h2{font-size:23px}
.section-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.carousel-button{width:36px;height:36px;border:1px solid #dbe5ea;border-radius:8px;background:#fff;color:#3e5062;display:grid;place-items:center;cursor:pointer}
.carousel-button:hover{border-color:#8fa5b5;color:#0d1b2a;background:#fff}
.carousel-button svg{width:18px;height:18px}
.latest-carousel{overflow:hidden;margin-inline:-2px;padding:2px}
.latest-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 64px) / 5);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 2px 12px}
.latest-track::-webkit-scrollbar{height:8px}
.latest-track::-webkit-scrollbar-thumb{background:#c7d8df;border-radius:999px}
.latest-track::-webkit-scrollbar-track{background:#edf3f5;border-radius:999px}
.latest-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.news-card{overflow:hidden}
.news-card:hover{transform:none;box-shadow:none}
.latest-track .news-card{min-width:0;scroll-snap-align:start}
.news-image{position:relative;aspect-ratio:1.42/1;overflow:hidden}
.news-image img{width:100%;height:100%;object-fit:cover}
.news-image span,.news-image .tag-link{position:absolute;left:12px;bottom:10px;z-index:4;background:#0d1b2a;color:#fff;padding:4px 8px;border-radius:3px;font-size:10px;font-weight:800;text-transform:uppercase}
.news-image .tag-link:hover{background:#0d1b2a}
.news-body{padding:14px 14px 13px;min-height:138px;display:flex;flex-direction:column}
.news-body time{font-size:11px;color:#8b96a3;margin-bottom:8px}
.news-body h3{font-size:15px;line-height:1.42;margin:0;font-weight:800}
.news-card:hover h3{color:var(--navy)}
.news-body p{margin:9px 0 0;color:#617080;font-size:13px;line-height:1.45}
.views{margin-top:auto;padding-top:12px;color:#8793a1;font-size:12px}
.views{display:flex;align-items:center;justify-content:space-between;gap:10px}
.views a{position:relative;z-index:4;color:var(--teal-dark);font-weight:800}

.bottom-grid{display:grid;grid-template-columns:1.05fr 1.05fr;gap:30px;align-items:start}
.bottom-grid.two-column{grid-template-columns:1fr 1fr}
.topic-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.topic-news-list{display:grid;gap:10px}
.mini-story{position:relative;min-height:82px;display:grid;grid-template-columns:96px 1fr;gap:12px;overflow:hidden;margin-top:10px;padding:8px}
.topic-news-list .mini-story{margin-top:0}
.mini-story img{width:96px;height:66px;border-radius:5px;object-fit:cover}
.mini-story h3{font-size:14px;line-height:1.35;margin:2px 0 8px}
.mini-story span{display:flex;justify-content:space-between;gap:12px;color:#8b96a4;font-size:11px;font-weight:500}
.mini-story b{font-weight:500;white-space:nowrap}
.empty-state{margin-top:24px;padding:30px;text-align:center;border:1px dashed #cfd7df;border-radius:10px;color:#788592;background:#fff}

.archive-page{padding-bottom:52px}
.archive-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:18px;align-items:end;margin-bottom:18px}
.archive-head .back-link{grid-column:1/-1;margin-bottom:0}
.archive-head h1{margin:0;font-size:36px;line-height:1.08;letter-spacing:0}
.archive-search{height:46px;display:flex;border:1px solid #dbe2e8;border-radius:8px;background:#fff;overflow:hidden}
.archive-search input{min-width:0;flex:1;border:0;outline:0;padding:0 14px;color:var(--navy)}
.archive-search .admin-button{border-radius:0;box-shadow:none}
.archive-filters{display:flex;gap:8px;overflow:auto;margin:0 0 20px;padding-bottom:2px}
.archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}

.article-nav{justify-content:flex-end}
.back-link{display:inline-flex;margin-bottom:18px;color:var(--teal-dark);font-weight:800}
.article-page{width:min(860px,100%);margin:0 auto;padding:18px 0 34px}
.article-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#8793a1;font-size:13px;font-weight:700}
.article-meta span,.article-meta>a{background:var(--teal);color:#fff;padding:5px 9px;border-radius:3px;text-transform:uppercase;font-size:11px}
.article-page h1{margin:15px 0 12px;font-size:44px;line-height:1.08;letter-spacing:0}
.article-excerpt{margin:0 0 22px;color:#536171;font-size:20px;line-height:1.5}
.article-image{width:100%;max-height:520px;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:none}
.article-content{margin-top:26px;font-size:18px;line-height:1.72;color:#203146;white-space:normal}
.article-content h2,.article-content h3{margin:26px 0 10px;line-height:1.25;color:#0d1b2a}
.article-content h2{font-size:26px}
.article-content h3{font-size:22px}
.article-content p{margin:0 0 16px}
.article-content blockquote{margin:22px 0;padding:14px 18px;border-left:4px solid var(--teal-dark);background:#fff;color:#284052;font-weight:700}
.article-content ul,.article-content ol{margin:14px 0 18px;padding-left:24px}
.article-content li{margin:6px 0}
.article-content figure{margin:24px 0}
.article-content figure img{width:100%;border:1px solid var(--line);border-radius:8px;object-fit:cover}
.article-content figcaption{margin-top:8px;color:#6f7d8d;font-size:14px}
.article-source{margin-top:24px;color:#6f7d8d;font-size:14px}
.article-source a{color:var(--teal-dark);font-weight:800}

.site-footer{background:linear-gradient(110deg,#06233b,#07192b);color:#eaf1f7}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1.4fr 1fr;gap:70px;padding-top:36px;padding-bottom:30px}
.footer-brand img{width:240px;filter:brightness(0) invert(1);opacity:.96}
.footer-brand p{font-size:12px;color:#afbdc9;margin:8px 0 20px}
.footer-grid h3{font-size:13px;margin:0 0 13px;color:#fff}
.footer-grid a,.footer-grid p{display:block;font-size:12px;color:#c2ced8;margin:6px 0}
.footer-categories{display:grid;grid-template-columns:1fr 1fr}
.footer-categories h3{grid-column:1/-1}
.socials{display:flex;gap:10px}
.socials a{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#fff;margin:0}
.footer-bottom{min-height:58px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;color:#8596a5;font-size:11px}
.footer-bottom div{display:flex;gap:45px}
.footer-bottom a{color:#8596a5}

.toast{position:fixed;right:24px;bottom:24px;z-index:120;background:#0d1b2a;color:#fff;padding:12px 18px;border-radius:8px;box-shadow:0 12px 30px rgba(0,0,0,.22);opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s;font-size:14px}
.toast.show{opacity:1;transform:translateY(0)}

.admin-body{background:#f2f4f7}
.admin-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.admin-top{background:#fff;border-bottom:1px solid var(--line)}
.admin-top-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.admin-top h1{margin:0;font-size:22px}
.admin-top nav{display:flex;align-items:center;gap:16px;font-size:14px;font-weight:800}
.admin-brand{display:flex;align-items:center;gap:14px;font-size:15px;font-weight:900}
.admin-brand img{width:210px;height:auto}
.admin-brand span{padding-left:14px;border-left:1px solid var(--line);color:#526171}
.admin-main{padding:28px 0 46px}
.admin-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.admin-panel{background:#fff;border:1px solid #e4e9ee;border-radius:8px;box-shadow:none;padding:20px;overflow-x:auto}
.admin-panel h2{margin:0 0 16px;font-size:20px}
.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.admin-panel-head h2{margin:0}
.admin-form{display:grid;gap:14px}
.admin-form label{display:grid;gap:6px;color:#526171;font-size:12px;font-weight:800}
.admin-form input,.admin-form textarea,.admin-form select{width:100%;border:1px solid #dbe2e8;border-radius:6px;background:#fff;color:var(--navy);outline:none}
.admin-form input,.admin-form select{height:40px;padding:0 10px}
.admin-form textarea{min-height:170px;resize:vertical;padding:10px}
.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{border-color:var(--teal-dark);box-shadow:none}
.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.admin-checks{display:flex;gap:18px;flex-wrap:wrap}
.admin-checks label{display:flex;grid-template-columns:none;align-items:center;gap:8px}
.admin-checks input{width:auto;height:auto}
.admin-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.admin-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:6px;background:var(--teal);color:#fff;padding:0 16px;font-weight:900;cursor:pointer}
.admin-button.secondary{background:#e9edf1;color:#203146}
.admin-button.danger{background:var(--danger)}
.admin-button.wide{width:100%}
.admin-message{margin:0 0 16px;padding:12px 14px;border-radius:8px;font-size:13px;font-weight:800}
.admin-message.error{background:#fff0f0;color:var(--danger);border:1px solid #ffd0d0}
.admin-message.success{background:#edfdfa;color:var(--success);border:1px solid #ccebe5}
.admin-table{width:100%;border-collapse:collapse;font-size:13px}
.admin-table th,.admin-table td{padding:11px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.admin-table th{color:#526171;font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.admin-table a{color:var(--teal-dark);font-weight:800}
.admin-status{display:inline-flex;padding:3px 7px;border-radius:4px;background:#edfdfa;color:#047d62;font-size:11px;font-weight:900}
.admin-status.draft{background:#f1f2f4;color:#6f7d8d}
.login-panel{width:min(420px,calc(100% - 32px));margin:80px auto}
.admin-login-logo{width:250px;margin:0 auto 18px}
.current-image{width:100%;max-height:150px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}
.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.admin-tabs a{height:42px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid #dbe2e8;border-radius:8px;background:#fff;color:#526171;font-size:13px;font-weight:900}
.admin-tabs a.active{background:var(--teal);border-color:var(--teal);color:#fff}
.admin-dashboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}
.admin-stat-card{background:#fff;border:1px solid #e4e9ee;border-radius:8px;box-shadow:none;padding:18px}
.admin-stat-card span{display:block;color:#6f7d8d;font-size:12px;font-weight:800;margin-bottom:8px}
.admin-stat-card strong{font-size:30px;line-height:1;color:var(--navy)}
.admin-action-list{display:grid;gap:10px}
.admin-action-list a{display:flex;align-items:center;justify-content:space-between;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:0 12px;font-size:13px;font-weight:900}
.admin-action-list a::after{content:"›";color:var(--teal);font-size:20px}
.admin-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}
.translation-grid{display:grid;gap:14px}
.translation-card,.settings-card{border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:16px;display:grid;gap:12px}
.translation-card h3,.settings-card h3{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;font-size:16px}
.translation-card h3 span,.settings-card h3 span{font-size:11px;color:#fff;background:var(--teal);padding:4px 7px;border-radius:4px;text-transform:uppercase}
.editor-side{position:sticky;top:92px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd;padding:16px;display:grid;gap:13px}
.admin-form-row.single{grid-template-columns:1fr}
.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.stats-list{display:grid;gap:8px}
.stats-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:8px 0;font-size:13px}
.stats-list div:last-child{border-bottom:0}
.stats-list span{color:#526171;font-weight:800}
.stats-list strong{font-size:16px}

@media (max-width:1180px){
  .shell{width:min(100% - 32px,1100px)}
  .header-inner{gap:18px}
  .brand{width:220px;min-width:185px}
  .main-nav{gap:20px}
  .main-nav a{font-size:14px}
  .site-search input{width:170px}
  .latest-grid{grid-template-columns:repeat(3,1fr)}
  .latest-track{grid-auto-columns:calc((100% - 32px) / 3)}
  .archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  .header-inner{min-height:74px;padding:9px 0}
  .brand{width:205px;min-width:175px}
  .mobile-toggle{display:block;margin-left:auto}
  .main-nav{position:absolute;top:74px;left:0;right:0;height:auto;display:none;flex-direction:column;gap:0;background:#fff;border-top:1px solid var(--line);box-shadow:none;padding:10px 24px 20px}
  .main-nav.open{display:flex}
  .main-nav a{padding:12px 0}
  .main-nav a::after{display:none}
  .header-actions{margin-left:0}
  .site-search input{width:190px}
  .rates-inner{grid-template-columns:1fr;gap:8px;padding:10px 0}
  .lead-grid{grid-template-columns:1fr}
  .lead-rail{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .rail-card{min-height:110px}
  .latest-grid{grid-template-columns:repeat(2,1fr)}
  .latest-track{grid-auto-columns:calc((100% - 16px) / 2)}
  .archive-head{grid-template-columns:1fr}
  .archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .middle-grid,.bottom-grid,.bottom-grid.two-column,.topic-news-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .footer-bottom{gap:20px}
  .admin-grid{grid-template-columns:1fr}
  .admin-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-editor-layout{grid-template-columns:1fr}
  .editor-side{position:static}
  .settings-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .shell{width:calc(100% - 24px)}
  .brand{width:165px;min-width:0}
  .header-actions{gap:7px}
  .site-search{height:40px}
  .site-search input{width:118px}
  .site-search button{width:38px}
  .language-switch{display:none}
  .rates-list{gap:14px}
  .lead-overlay{left:18px;right:18px;bottom:20px;width:auto}
  .lead-overlay h1{font-size:24px}
  .lead-overlay p{font-size:13px}
  .lead-overlay div{gap:12px;flex-wrap:wrap}
  .page-content{padding-top:14px}
  .lead-rail{grid-template-columns:1fr}
  .latest-grid{grid-template-columns:1fr}
  .latest-track{grid-auto-columns:88%}
  .carousel-heading{align-items:flex-start;flex-direction:column}
  .section-tools{width:100%;justify-content:space-between}
  .archive-grid{grid-template-columns:1fr}
  .archive-head h1{font-size:28px}
  .archive-search{height:auto;display:grid;grid-template-columns:1fr}
  .archive-search input{height:44px}
  .archive-search .admin-button{min-height:42px}
  .section-heading h2,.section-heading.compact h2{font-size:20px}
  .section-heading a{font-size:11px}
  .section-block{margin-top:28px}
  .article-page h1{font-size:30px}
  .article-excerpt{font-size:17px}
  .admin-form-row{grid-template-columns:1fr}
  .admin-top-inner{align-items:flex-start;flex-direction:column;padding:14px 0}
  .admin-brand img{width:180px}
  .admin-brand span{display:none}
  .admin-tabs a{flex:1;justify-content:center;padding:0 10px}
  .admin-dashboard{grid-template-columns:1fr}
  .admin-panel{padding:14px}
  .admin-table{font-size:12px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding:15px 0}
  .footer-bottom div{gap:16px;flex-wrap:wrap}
}

/* Public redesign */
:root{
  --teal:#007f78;
  --teal-dark:#006f69;
  --navy:#111827;
  --muted:#667085;
  --line:#d8dee6;
  --soft:#f5f6f8;
  --white:#fff;
  --danger:#c03333;
  --success:#047d62;
  --radius:6px;
  --shadow:none;
}
body:not(.admin-body){
  background:#f4f5f7;
  color:#111827;
  font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.48;
}
body:not(.admin-body) .shell{width:min(1280px,calc(100% - 44px));margin-inline:auto}
body:not(.admin-body) .card,
body:not(.admin-body) .news-card,
body:not(.admin-body) .news-brief-card,
body:not(.admin-body) .category-column,
body:not(.admin-body) .front-feature{
  background:#fff;
  border:1px solid var(--line);
  border-radius:6px;
  box-shadow:none;
}
body:not(.admin-body) .site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:#fff;
  border-bottom:1px solid var(--line);
}
body:not(.admin-body) .header-inner{
  min-height:68px;
  display:flex;
  align-items:center;
  gap:22px;
  padding:8px 0;
}
body:not(.admin-body) .brand{
  width:170px;
  min-width:150px;
  padding:6px 0;
}
body:not(.admin-body) .brand img{width:100%;height:auto}
body:not(.admin-body) .main-nav{
  display:flex;
  align-items:center;
  align-self:stretch;
  gap:22px;
  margin-left:auto;
}
body:not(.admin-body) .main-nav a{
  display:flex;
  align-items:center;
  color:#2f3946;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
body:not(.admin-body) .main-nav a::after{display:none}
body:not(.admin-body) .main-nav a.active,
body:not(.admin-body) .main-nav a:hover{color:#006f69}
body:not(.admin-body) .header-actions{display:flex;align-items:center;gap:10px;margin-left:0}
body:not(.admin-body) .site-search{
  height:38px;
  display:flex;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  overflow:hidden;
}
body:not(.admin-body) .site-search input{
  width:188px;
  min-width:0;
  height:100%;
  border:0;
  outline:0;
  padding:0 11px;
  color:#111827;
  font-size:13px;
}
body:not(.admin-body) .site-search button{
  width:38px;
  height:100%;
  border:0;
  border-left:1px solid var(--line);
  background:#fff;
  color:#3c4654;
  display:grid;
  place-items:center;
  cursor:pointer;
}
body:not(.admin-body) .site-search button:hover{color:#006f69;background:#fff}
body:not(.admin-body) .site-search svg{width:17px;height:17px}
body:not(.admin-body) .language-switch{
  display:flex;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
}
body:not(.admin-body) .lang{
  height:38px;
  min-width:38px;
  padding:0 9px;
  color:#4b5563;
  background:#fff;
  font-size:12px;
  font-weight:800;
}
body:not(.admin-body) .lang.active{background:#111827;color:#fff}
body:not(.admin-body) .mobile-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:8px}
body:not(.admin-body) .mobile-toggle span{display:block;height:2px;margin:6px 0;background:#111827;border-radius:2px}
body:not(.admin-body) .rates-bar{background:#fff;border-bottom:1px solid var(--line)}
body:not(.admin-body) .rates-inner{min-height:42px;display:flex;align-items:center}
body:not(.admin-body) .rates-list{display:flex;align-items:center;gap:20px;overflow:auto;white-space:nowrap}
body:not(.admin-body) .rates-list span,
body:not(.admin-body) .rate-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#384250;
  font-size:13px;
  font-weight:700;
}
body:not(.admin-body) .rates-list b{color:#111827;font-weight:800}
body:not(.admin-body) .rate-item em{font-style:normal;color:#667085;font-size:12px;font-weight:800}
body:not(.admin-body) .rate-item.up em{color:#027a48}
body:not(.admin-body) .rate-item.down em{color:#b42318}
body:not(.admin-body) .page-content{padding:22px 0 44px}
body:not(.admin-body) .setup-notice,
body:not(.admin-body) .empty-state{
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  color:#596474;
  font-size:14px;
  font-weight:650;
  text-align:left;
}
body:not(.admin-body) .topic-strip{display:none}
body:not(.admin-body) .topic-nav{
  display:flex;
  gap:8px;
  margin:0 0 18px;
  padding-bottom:3px;
  overflow:auto;
}
body:not(.admin-body) .topic-nav a,
body:not(.admin-body) .archive-filters a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  color:#3f4a59;
  padding:0 12px;
  font-size:13px;
  font-weight:750;
}
body:not(.admin-body) .topic-nav a:hover,
body:not(.admin-body) .archive-filters a:hover,
body:not(.admin-body) .archive-filters a.active{
  border-color:#98a2b3;
  color:#111827;
  background:#fff;
}
body:not(.admin-body) .front-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(330px,.82fr);
  gap:18px;
  align-items:stretch;
}
body:not(.admin-body) .card-cover{position:absolute;inset:0;z-index:2;border-radius:inherit}
body:not(.admin-body) .front-feature,
body:not(.admin-body) .news-card,
body:not(.admin-body) .brief-item,
body:not(.admin-body) .popular-row,
body:not(.admin-body) .mini-story{position:relative}
body:not(.admin-body) .front-feature{
  display:block;
  min-height:452px;
  position:relative;
  overflow:hidden;
}
body:not(.admin-body) .front-feature::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(0deg,rgba(5,10,18,.86) 0%,rgba(5,10,18,.58) 34%,rgba(5,10,18,.16) 68%,rgba(5,10,18,0) 100%);
  pointer-events:none;
}
body:not(.admin-body) .front-feature-image{height:100%;min-height:452px;background:#dce2e8}
body:not(.admin-body) .front-feature-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:1.52/1}
body:not(.admin-body) .front-feature-body{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:32px;
  width:min(720px,100%);
  color:#fff;
  pointer-events:none;
}
body:not(.admin-body) .front-feature-body h1{
  margin:14px 0 14px;
  color:#fff;
  font-size:36px;
  line-height:1.08;
  letter-spacing:0;
  font-weight:850;
}
body:not(.admin-body) .front-feature-body p{
  margin:0 0 20px;
  color:#e7edf4;
  font-size:16px;
  line-height:1.55;
}
body:not(.admin-body) .tag-link{
  position:relative;
  z-index:4;
  display:inline-flex;
  width:max-content;
  color:#006f69;
  font-size:12px;
  font-weight:850;
}
body:not(.admin-body) .story-meta{
  display:flex;
  align-items:center;
  gap:16px;
  color:#dce5ef;
  font-size:13px;
  font-weight:650;
}
body:not(.admin-body) .front-feature-body .tag-link{color:#9de9e2;pointer-events:auto}
body:not(.admin-body) .front-sidebar{display:grid;grid-template-rows:1fr auto;gap:12px}
body:not(.admin-body) .news-brief-card{padding:18px}
body:not(.admin-body) .section-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 16px;
}
body:not(.admin-body) .section-heading h2{
  margin:0;
  color:#111827;
  font-size:24px;
  line-height:1.14;
  letter-spacing:0;
  font-weight:850;
}
body:not(.admin-body) .section-heading.compact h2{font-size:18px}
body:not(.admin-body) .section-heading a,
body:not(.admin-body) .section-tools>a{
  position:relative;
  z-index:4;
  display:inline-flex;
  align-items:center;
  color:#006f69;
  font-size:13px;
  font-weight:800;
}
body:not(.admin-body) .brief-list{display:grid}
body:not(.admin-body) .brief-item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:12px;
  padding:12px 0;
  border-top:1px solid var(--line);
}
body:not(.admin-body) .brief-item:first-child{border-top:0;padding-top:0}
body:not(.admin-body) .brief-item time{color:#667085;font-size:12px;font-weight:800}
body:not(.admin-body) .brief-item h3{
  margin:0;
  color:#111827;
  font-size:15px;
  line-height:1.35;
  font-weight:750;
}
body:not(.admin-body) .popular-brief{padding-bottom:12px}
body:not(.admin-body) .popular-row{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:10px;
  padding:10px 0;
  border-top:1px solid var(--line);
}
body:not(.admin-body) .popular-row strong{color:#006f69;font-size:20px;line-height:1;font-weight:800}
body:not(.admin-body) .popular-row h3{margin:0;font-size:14px;line-height:1.35;font-weight:750}
body:not(.admin-body) .latest-section,
body:not(.admin-body) .category-board{margin-top:30px}
body:not(.admin-body) .section-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
body:not(.admin-body) .carousel-button{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  color:#344054;
  cursor:pointer;
}
body:not(.admin-body) .carousel-button:hover{border-color:#98a2b3;background:#fff;color:#111827}
body:not(.admin-body) .carousel-button svg{width:17px;height:17px}
body:not(.admin-body) .latest-carousel{overflow:hidden;margin-inline:-1px;padding:1px}
body:not(.admin-body) .latest-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 48px) / 4);
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:0 1px 12px;
}
body:not(.admin-body) .latest-track::-webkit-scrollbar{height:7px}
body:not(.admin-body) .latest-track::-webkit-scrollbar-thumb{background:#c7cdd6;border-radius:999px}
body:not(.admin-body) .latest-track::-webkit-scrollbar-track{background:#eceff3;border-radius:999px}
body:not(.admin-body) .latest-carousel.is-continuous-carousel .latest-track{
  scroll-snap-type:none;
  scroll-behavior:auto;
}
body:not(.admin-body) .latest-carousel.is-continuous-carousel .news-card{scroll-snap-align:none}
body:not(.admin-body) .news-card{min-width:0;overflow:hidden;scroll-snap-align:start}
body:not(.admin-body) .news-image{position:relative;aspect-ratio:1.45/1;background:#dce2e8;overflow:hidden}
body:not(.admin-body) .news-image img{width:100%;height:100%;object-fit:cover}
body:not(.admin-body) .news-image .tag-link{
  position:absolute;
  left:12px;
  bottom:10px;
  background:#fff;
  color:#111827;
  border:1px solid rgba(17,24,39,.14);
  border-radius:4px;
  padding:4px 7px;
  font-size:11px;
}
body:not(.admin-body) .news-body{min-height:142px;display:flex;flex-direction:column;padding:14px}
body:not(.admin-body) .news-body time{margin-bottom:8px;color:#667085;font-size:12px;font-weight:650}
body:not(.admin-body) .news-body h3{margin:0;color:#111827;font-size:16px;line-height:1.36;font-weight:780}
body:not(.admin-body) .news-body span{margin-top:auto;padding-top:12px;color:#667085;font-size:12px;font-weight:650}
body:not(.admin-body) .category-board{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
body:not(.admin-body) .category-column{padding:16px}
body:not(.admin-body) .category-list{display:grid;gap:12px}
body:not(.admin-body) .mini-story{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:12px;
  min-height:78px;
  padding:0;
  overflow:visible;
}
body:not(.admin-body) .mini-story img{width:88px;height:70px;object-fit:cover;border-radius:4px}
body:not(.admin-body) .mini-story h3{margin:0 0 7px;color:#111827;font-size:14px;line-height:1.34;font-weight:760}
body:not(.admin-body) .mini-story span{display:block;color:#667085;font-size:12px;font-weight:650}
body:not(.admin-body) .archive-page{padding:24px 0 54px}
body:not(.admin-body) .archive-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,390px);
  gap:18px;
  align-items:end;
  margin-bottom:18px;
}
body:not(.admin-body) .archive-head h1{margin:0;font-size:34px;line-height:1.1;font-weight:850;letter-spacing:0}
body:not(.admin-body) .archive-search{height:42px;display:flex;border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}
body:not(.admin-body) .archive-search input{min-width:0;flex:1;border:0;outline:0;padding:0 12px;color:#111827}
body:not(.admin-body) .archive-search .admin-button{min-height:42px;border-radius:0}
body:not(.admin-body) .archive-filters{display:flex;gap:8px;overflow:auto;margin:0 0 18px;padding-bottom:3px}
body:not(.admin-body) .archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body:not(.admin-body) .article-page{width:min(840px,100%);margin:0 auto;padding:26px 0 46px}
body:not(.admin-body) .article-nav{justify-content:flex-end}
body:not(.admin-body) .back-link{display:inline-flex;margin-bottom:18px;color:#006f69;font-weight:800}
body:not(.admin-body) .article-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#667085;font-size:13px;font-weight:650}
body:not(.admin-body) .article-meta span,
body:not(.admin-body) .article-meta>a{
  background:#fff;
  border:1px solid var(--line);
  color:#111827;
  padding:5px 8px;
  border-radius:4px;
  text-transform:none;
  font-size:12px;
}
body:not(.admin-body) .article-page h1{margin:14px 0 12px;font-size:42px;line-height:1.1;letter-spacing:0;font-weight:850}
body:not(.admin-body) .article-excerpt{margin:0 0 22px;color:#4b5563;font-size:19px;line-height:1.55}
body:not(.admin-body) .article-image{width:100%;max-height:500px;object-fit:cover;border-radius:6px;border:1px solid var(--line);box-shadow:none}
body:not(.admin-body) .article-content{margin-top:26px;color:#182230;font-size:18px;line-height:1.75;white-space:normal}
body:not(.admin-body) .article-content blockquote{margin:22px 0;padding:14px 18px;border-left:4px solid #006f69;background:#fff;color:#253343;font-weight:700}
body:not(.admin-body) .article-content figure img{width:100%;border:1px solid var(--line);border-radius:6px;object-fit:cover}
body:not(.admin-body) .site-footer{background:#111827;color:#e5e7eb}
body:not(.admin-body) .footer-grid{
  display:grid;
  grid-template-columns:1.2fr .7fr 1.35fr 1fr;
  gap:44px;
  padding-top:32px;
  padding-bottom:28px;
}
body:not(.admin-body) .footer-brand img{width:170px;filter:brightness(0) invert(1);opacity:.95}
body:not(.admin-body) .footer-brand p{margin:10px 0 18px;color:#b7c0cc;font-size:13px}
body:not(.admin-body) .footer-grid h3{margin:0 0 12px;color:#fff;font-size:13px}
body:not(.admin-body) .footer-grid a,
body:not(.admin-body) .footer-grid p{display:block;margin:6px 0;color:#c7ced8;font-size:13px}
body:not(.admin-body) .footer-categories{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
body:not(.admin-body) .footer-categories h3{grid-column:1/-1}
body:not(.admin-body) .socials{display:flex;gap:8px}
body:not(.admin-body) .socials a{width:28px;height:28px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:transparent;display:grid;place-items:center;color:#fff;margin:0;text-transform:uppercase}
body:not(.admin-body) .footer-bottom{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid rgba(255,255,255,.14);
  color:#98a2b3;
  font-size:12px;
}
body:not(.admin-body) .footer-bottom div{display:flex;gap:26px}
body:not(.admin-body) .toast{border-radius:6px;box-shadow:none}

@media (max-width:1180px){
  body:not(.admin-body) .shell{width:min(100% - 32px,1120px)}
  body:not(.admin-body) .header-inner{gap:16px}
  body:not(.admin-body) .brand{width:154px;min-width:140px}
  body:not(.admin-body) .main-nav{gap:16px}
  body:not(.admin-body) .main-nav a{font-size:13px}
  body:not(.admin-body) .site-search input{width:150px}
  body:not(.admin-body) .front-feature{min-height:420px}
  body:not(.admin-body) .front-feature-image{min-height:420px}
  body:not(.admin-body) .front-feature-image img{aspect-ratio:1.75/1}
  body:not(.admin-body) .front-feature-body{padding:24px}
  body:not(.admin-body) .front-feature-body h1{font-size:32px}
  body:not(.admin-body) .latest-track{grid-auto-columns:calc((100% - 32px) / 3)}
  body:not(.admin-body) .category-board{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.admin-body) .archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:920px){
  body:not(.admin-body) .header-inner{min-height:64px}
  body:not(.admin-body) .brand{width:146px;min-width:132px}
  body:not(.admin-body) .mobile-toggle{display:block;margin-left:auto}
  body:not(.admin-body) .main-nav{
    position:absolute;
    top:64px;
    left:0;
    right:0;
    height:auto;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 22px 18px;
    background:#fff;
    border-top:1px solid var(--line);
  }
  body:not(.admin-body) .main-nav.open{display:flex}
  body:not(.admin-body) .main-nav a{padding:11px 0}
  body:not(.admin-body) .header-actions{margin-left:0}
  body:not(.admin-body) .site-search input{width:174px}
  body:not(.admin-body) .front-grid{grid-template-columns:1fr}
  body:not(.admin-body) .front-sidebar{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  body:not(.admin-body) .latest-track{grid-auto-columns:calc((100% - 16px) / 2)}
  body:not(.admin-body) .archive-head{grid-template-columns:1fr}
  body:not(.admin-body) .archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.admin-body) .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:640px){
  body:not(.admin-body) .shell{width:calc(100% - 24px)}
  body:not(.admin-body) .header-inner{gap:10px}
  body:not(.admin-body) .brand{width:128px;min-width:112px}
  body:not(.admin-body) .header-actions{gap:7px}
  body:not(.admin-body) .site-search{height:38px}
  body:not(.admin-body) .site-search input{width:112px}
  body:not(.admin-body) .language-switch{display:none}
  body:not(.admin-body) .rates-list{gap:14px}
  body:not(.admin-body) .page-content{padding-top:16px}
  body:not(.admin-body) .front-feature-body{padding:18px}
  body:not(.admin-body) .front-feature-body h1{font-size:26px}
  body:not(.admin-body) .front-feature-body p{font-size:14px}
  body:not(.admin-body) .front-feature{min-height:360px}
  body:not(.admin-body) .front-feature-image{min-height:360px}
  body:not(.admin-body) .story-meta{flex-wrap:wrap;gap:10px}
  body:not(.admin-body) .front-sidebar{grid-template-columns:1fr}
  body:not(.admin-body) .section-heading{align-items:flex-start;flex-direction:column;gap:10px}
  body:not(.admin-body) .section-tools{width:100%;justify-content:space-between}
  body:not(.admin-body) .latest-track{grid-auto-columns:88%}
  body:not(.admin-body) .category-board{grid-template-columns:1fr}
  body:not(.admin-body) .archive-grid{grid-template-columns:1fr}
  body:not(.admin-body) .archive-head h1{font-size:29px}
  body:not(.admin-body) .archive-search{height:auto;display:grid;grid-template-columns:1fr}
  body:not(.admin-body) .archive-search input{height:42px}
  body:not(.admin-body) .archive-search .admin-button{min-height:40px}
  body:not(.admin-body) .article-page{padding-top:20px}
  body:not(.admin-body) .article-page h1{font-size:30px}
  body:not(.admin-body) .article-excerpt{font-size:17px}
  body:not(.admin-body) .footer-grid{grid-template-columns:1fr;gap:22px}
  body:not(.admin-body) .footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:14px 0}
  body:not(.admin-body) .footer-bottom div{gap:16px;flex-wrap:wrap}
}

/* Admin redesign */
.admin-body{
  --admin-bg:#f3f6f8;
  --admin-panel:#ffffff;
  --admin-ink:#0f1f2e;
  --admin-soft:#607080;
  --admin-border:#dde5eb;
  --admin-accent:#00a99d;
  --admin-accent-dark:#007f78;
  background:var(--admin-bg);
  color:var(--admin-ink);
  font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size:16.5px;
  line-height:1.52;
}
.admin-shell{width:min(1440px,calc(100% - 40px))}
.admin-top{
  position:sticky;
  top:0;
  z-index:70;
  background:#fff;
  border-bottom:1px solid var(--admin-border);
}
.admin-top-inner{min-height:76px}
.admin-brand img{width:190px}
.admin-brand span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding-left:16px;
  border-left:1px solid var(--admin-border);
  color:var(--admin-soft);
  font-size:13px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.admin-top nav a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  border:1px solid var(--admin-border);
  border-radius:8px;
  padding:0 12px;
  background:#fff;
  color:#273849;
}
.admin-top nav a:hover{border-color:#b8c8d3;color:var(--admin-accent-dark)}
.admin-lang-switch{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0 0 14px;
}
.admin-top .admin-lang-switch{margin:0}
.admin-lang-switch a{
  min-height:34px;
  min-width:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--admin-border);
  border-radius:7px;
  background:#fff;
  color:#405264;
  padding:0 10px;
  font-size:12px;
  font-weight:900;
}
.admin-lang-switch a.active{
  border-color:var(--admin-accent);
  background:#edf8f7;
  color:#006f69;
}
.admin-main{
  display:grid;
  grid-template-columns:248px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:26px 0 52px;
}
.admin-main > :not(.admin-tabs){grid-column:2}
.admin-tabs{
  grid-column:1;
  position:sticky;
  top:100px;
  display:grid;
  gap:8px;
  margin:0;
  padding:14px;
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:#fff;
  box-shadow:none;
}
.admin-tabs::before{
  display:none;
}
.admin-tabs a{
  height:46px;
  justify-content:flex-start;
  gap:10px;
  padding:0 12px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#405264;
  font-size:15px;
  transition:none;
}
.admin-tabs a::before{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#eef3f5;
  color:#617484;
  font-size:13px;
}
.admin-tabs a:nth-of-type(1)::before{content:"M"}
.admin-tabs a:nth-of-type(2)::before{content:"+"}
.admin-tabs a:nth-of-type(3)::before{content:"S"}
.admin-tabs a:hover{background:#fff;color:var(--admin-accent-dark)}
.admin-tabs a.active{
  background:#f5f8f9;
  color:#006f69;
  box-shadow:none;
  border:1px solid var(--admin-accent);
}
.admin-tabs a.active::before{background:var(--admin-accent);color:#fff}
.admin-message{
  margin:0 0 16px;
  border-radius:8px;
  padding:13px 15px;
  box-shadow:none;
}
.admin-language-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 18px;
  padding:6px;
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:#f7fafb;
}
.admin-language-tabs button{
  min-height:38px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#526271;
  padding:0 14px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.admin-language-tabs button.active{
  background:#fff;
  color:#006f69;
  box-shadow:none;
  outline:1px solid var(--admin-border);
}
.admin-language-panel{display:none}
.admin-language-panel.active{display:block}
.admin-language-panels{display:grid;gap:16px}
.admin-dashboard{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:12px;
}
.admin-stat-card{
  position:relative;
  overflow:hidden;
  min-height:122px;
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:var(--admin-panel);
  padding:20px;
  box-shadow:none;
}
.admin-stat-card::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:5px;
  background:var(--admin-accent);
}
.admin-stat-card span{
  color:#657687;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.admin-stat-card strong{
  display:block;
  margin-top:20px;
  color:#102030;
  font-size:36px;
  line-height:1;
}
.admin-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:18px;
}
.admin-panel{
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:#fff;
  padding:22px;
  box-shadow:none;
}
.admin-panel h2{font-size:22px;letter-spacing:0}
.admin-panel-head{
  min-height:44px;
  padding-bottom:16px;
  border-bottom:1px solid var(--admin-border);
}
.admin-panel-head h2{font-size:22px}
.admin-button{
  min-height:40px;
  border-radius:7px;
  background:var(--admin-accent);
  box-shadow:none;
}
.admin-button:hover{background:var(--admin-accent-dark)}
.admin-button.secondary{
  background:#eef3f5;
  color:#263746;
  box-shadow:none;
}
.admin-button.secondary:hover{background:#dde8ee}
.admin-button.danger{
  background:#d94a4a;
  box-shadow:none;
}
.admin-table{
  min-width:660px;
  border-collapse:separate;
  border-spacing:0;
}
.admin-table th{
  border-bottom:1px solid var(--admin-border);
  background:#f7fafb;
  color:#6b7b89;
  font-size:12px;
}
.admin-table td{
  border-bottom:1px solid #edf2f5;
  color:#233547;
}
.admin-table tr:last-child td{border-bottom:0}
.admin-table tbody tr:hover td{background:#fff}
.admin-table a{color:#006f69}
.admin-status{
  border-radius:999px;
  padding:5px 9px;
  background:#e5faf4;
  color:#087963;
}
.admin-status.draft{background:#edf1f4;color:#677686}
.admin-action-list a{
  min-height:50px;
  border-color:#e2e9ee;
  background:#fbfcfd;
}
.admin-action-list a:hover{border-color:#b8c8d3;background:#fff;color:#006f69}
.admin-subtitle{
  margin-top:22px!important;
  padding-top:18px;
  border-top:1px solid var(--admin-border);
}
.admin-editor-layout{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:18px;
}
.translation-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));
  align-items:start;
}
.translation-card,.settings-card,.editor-side{
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:#fbfdfe;
  box-shadow:none;
}
.translation-card{
  min-height:100%;
  padding:18px;
}
.translation-card h3,.settings-card h3{
  padding-bottom:12px;
  border-bottom:1px solid var(--admin-border);
}
.translation-card h3 span,.settings-card h3 span{background:var(--admin-accent)}
.editor-side{
  top:100px;
  padding:18px;
}
.admin-form label{
  color:#526271;
  font-size:13px;
}
.admin-form input,.admin-form textarea,.admin-form select{
  border-color:#d8e2e8;
  border-radius:7px;
  background:#fff;
  font-size:15px;
}
.admin-form textarea{min-height:156px}
.rich-source{display:none!important}
.rich-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 4px;
}
.rich-toolbar button{
  min-width:34px;
  min-height:32px;
  border:1px solid var(--admin-border);
  border-radius:6px;
  background:#fff;
  color:#223445;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.rich-toolbar button:hover{border-color:var(--admin-accent);color:#006f69;background:#fff}
.rich-editor{
  width:100%;
  min-height:310px;
  max-height:620px;
  overflow:auto;
  border:1px solid #d8e2e8;
  border-radius:7px;
  background:#fff;
  color:#16283a;
  padding:14px;
  font-size:16px;
  font-weight:400;
  line-height:1.68;
  outline:0;
}
.rich-editor:focus{
  border-color:var(--admin-accent);
  box-shadow:none;
}
.rich-editor p{margin:0 0 12px}
.rich-editor strong,.rich-editor b{font-weight:700}
.rich-editor a,.article-content a{color:#006f69;text-decoration:underline;text-underline-offset:3px}
.rich-editor h2,.rich-editor h3{margin:18px 0 10px;line-height:1.25}
.rich-editor blockquote{
  margin:16px 0;
  padding:10px 14px;
  border-left:4px solid var(--admin-accent);
  background:#f7fafb;
}
.rich-editor ul,.rich-editor ol{margin:12px 0 14px;padding-left:24px}
.rich-editor figure{margin:18px 0}
.rich-editor figure img{width:100%;border:1px solid var(--admin-border);border-radius:8px}
.rich-editor figcaption{min-height:20px;margin-top:7px;color:#71808e;font-size:13px}
.file-picker{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:42px;
}
.file-picker input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.file-picker-button{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  border:1px solid var(--admin-accent);
  border-radius:7px;
  background:#edf8f7;
  color:#006f69;
  padding:0 12px;
  font-size:13px;
  font-weight:900;
}
.file-picker-name{
  min-width:0;
  color:#607080;
  font-size:13px;
  font-weight:700;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.image-preview{
  min-height:190px;
  display:grid;
  place-items:center;
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
}
.image-preview.empty{
  border-style:dashed;
  color:#7b8995;
  font-size:13px;
  font-weight:800;
}
.image-preview img{
  width:100%;
  height:100%;
  max-height:230px;
  object-fit:cover;
}
.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{
  border-color:var(--admin-accent);
  box-shadow:none;
}
.admin-checks{
  padding:10px;
  border:1px solid var(--admin-border);
  border-radius:8px;
  background:#fff;
}
.current-image{max-height:190px;border-radius:8px}
.admin-publish-actions{display:grid;gap:10px}
.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.settings-card{padding:18px}
.settings-card textarea{min-height:110px}
.stats-list div{
  min-height:42px;
  border-bottom:1px solid #edf2f5;
}
.stats-caption{
  margin:12px 0 2px;
  color:#7b8995;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.login-panel{
  margin:8vh auto;
  border:1px solid var(--admin-border);
  box-shadow:none;
}
.admin-login-logo{width:260px}

@media (max-width:1280px){
  .translation-grid,.settings-grid{grid-template-columns:1fr}
}
@media (max-width:980px){
  .admin-main{display:block}
  .admin-tabs{
    position:static;
    display:flex;
    overflow-x:auto;
    margin-bottom:18px;
  }
  .admin-tabs::before{display:none}
  .admin-tabs a{white-space:nowrap}
  .admin-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-grid,.admin-editor-layout{grid-template-columns:1fr}
  .editor-side{position:static}
}
@media (max-width:640px){
  .admin-shell{width:calc(100% - 24px)}
  .admin-top-inner{flex-direction:column;align-items:flex-start;padding:12px 0}
  .admin-top nav{gap:8px;flex-wrap:wrap}
  .admin-brand img{width:170px}
  .admin-dashboard{grid-template-columns:1fr}
  .admin-stat-card{min-height:104px}
  .admin-panel{padding:16px}
  .admin-panel-head{align-items:flex-start;flex-direction:column}
  .admin-form-row{grid-template-columns:1fr}
}

/* Main home refinements */
body:not(.admin-body) .rates-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
body:not(.admin-body) .rates-list{flex:1;min-width:0}
body:not(.admin-body) .weather-pill{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  border:1px solid var(--line);
  border-radius:6px;
  background:#f8fafb;
  color:#334155;
  padding:0 10px;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
body:not(.admin-body) .weather-pill svg{width:18px;height:18px;color:#006f69}
body:not(.admin-body) .weather-pill b{color:#111827}
body:not(.admin-body) .weather-pill em{font-style:normal;color:#667085;font-size:12px}
body:not(.admin-body) .world-news-section{
  margin-top:30px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
}
body:not(.admin-body) .world-news-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
  background:#1f2937;
}
body:not(.admin-body) .world-news-card{
  position:relative;
  min-height:260px;
  overflow:hidden;
  border-right:1px solid rgba(255,255,255,.16);
  background:#111827;
}
body:not(.admin-body) .world-news-card:last-child{border-right:0}
body:not(.admin-body) .world-news-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.76;
  transform:scale(1.01);
}
body:not(.admin-body) .world-news-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(17,24,39,.08) 15%,rgba(17,24,39,.62) 64%,rgba(17,24,39,.92));
  pointer-events:none;
}
body:not(.admin-body) .world-news-card>div{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:3;
  pointer-events:none;
}
body:not(.admin-body) .world-news-card .tag-link{
  position:relative;
  z-index:4;
  color:#64d8ce;
  font-size:11px;
  font-weight:850;
  pointer-events:auto;
}
body:not(.admin-body) .world-news-card h3{
  margin:8px 0 10px;
  color:#fff;
  font-size:16px;
  line-height:1.32;
}
body:not(.admin-body) .category-lead-story{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  padding-bottom:14px;
}
body:not(.admin-body) .category-lead-story img{
  width:100%;
  aspect-ratio:1.55/1;
  object-fit:cover;
  border-radius:4px;
}
body:not(.admin-body) .category-lead-story h3{
  margin:12px 0 7px;
  color:#111827;
  font-size:17px;
  line-height:1.28;
}
body:not(.admin-body) .category-lead-story span{
  color:#667085;
  font-size:12px;
  font-weight:650;
}
body:not(.admin-body) .category-column .mini-story{
  display:block;
  min-height:0;
  padding:12px 0 0;
  border-top:0;
}
body:not(.admin-body) .category-column .mini-story h3{
  margin:0 0 7px;
  font-size:14px;
  line-height:1.34;
}
body:not(.admin-body) .socials a svg{width:16px;height:16px}

@media (max-width:1180px){
  body:not(.admin-body) .world-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  body:not(.admin-body) .rates-inner{align-items:flex-start;flex-direction:column;padding:8px 0}
  body:not(.admin-body) .weather-pill{max-width:100%;white-space:normal}
  body:not(.admin-body) .world-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  body:not(.admin-body) .world-news-section{padding:14px}
  body:not(.admin-body) .world-news-grid{grid-template-columns:1fr}
  body:not(.admin-body) .world-news-card{
    min-height:230px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.16);
  }
  body:not(.admin-body) .world-news-card:last-child{border-bottom:0}
}

/* Home variant 2 */
body.home-variant-2{
  --v2-ink:#16201d;
  --v2-green:#163a35;
  --v2-green-2:#24564d;
  --v2-accent:#c94f3d;
  --v2-line:#cfd9d3;
  --v2-paper:#f4f7f2;
  background:var(--v2-paper);
  color:var(--v2-ink);
}
body.home-variant-2 .site-header{background:#f4f7f2;border-bottom:1px solid var(--v2-line)}
body.home-variant-2 .brand{width:150px}
body.home-variant-2 .main-nav a{color:#344640}
body.home-variant-2 .main-nav a.active,
body.home-variant-2 .main-nav a:hover{color:var(--v2-accent)}
body.home-variant-2 .site-search,
body.home-variant-2 .language-switch{border-color:var(--v2-line);background:#fff}
body.home-variant-2 .lang.active{background:var(--v2-green);color:#fff}
.v2-rates{
  border-bottom:1px solid var(--v2-line);
  background:var(--v2-green);
  color:#fff;
}
.v2-rates .rates-list{min-height:42px;display:flex;align-items:center;gap:22px;overflow:auto}
.v2-rates .rate-item{color:#e8f1ee}
.v2-rates .rate-item b{color:#fff}
.v2-rates .rate-item em{color:#f5b7ad}
.v2-rates .rate-item.down em{color:#9ee4cc}
.v2-rates .rates-list>span:not(.rate-item){color:#e8f1ee;font-size:13px;font-weight:800}
.v2-page{padding:24px 0 46px}
.v2-topic-nav{
  display:grid;
  grid-template-columns:repeat(9,minmax(max-content,1fr));
  gap:1px;
  margin:0 0 18px;
  overflow:auto;
  border:1px solid var(--v2-line);
  background:var(--v2-line);
}
.v2-topic-nav a{
  min-height:38px;
  display:grid;
  place-items:center;
  padding:0 12px;
  background:#fff;
  color:#30443e;
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}
.v2-topic-nav a:hover{color:var(--v2-accent)}
.v2-hero{
  display:grid;
  grid-template-columns:minmax(0,1.58fr) minmax(310px,.62fr);
  gap:18px;
}
.v2-hero-card{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border-radius:8px;
  background:#102d29;
}
.v2-hero-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(0deg,rgba(9,28,25,.88),rgba(9,28,25,.42) 46%,rgba(9,28,25,.04));
}
.v2-hero-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.v2-hero-card>div{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:3;
  width:min(680px,calc(100% - 56px));
  color:#fff;
  pointer-events:none;
}
.v2-hero-card .tag-link{color:#ffb4a9;pointer-events:auto}
.v2-hero-card h1{margin:14px 0 12px;font-size:44px;line-height:1.04;letter-spacing:0}
.v2-hero-card p{max-width:610px;margin:0 0 18px;color:#e8f0ed;font-size:17px;line-height:1.55}
.v2-hero-card span{color:#c8d5d0;font-size:13px;font-weight:750}
.v2-briefs{
  display:flex;
  flex-direction:column;
  padding:18px;
  border:1px solid var(--v2-line);
  border-radius:8px;
  background:#fff;
}
.v2-briefs article{
  position:relative;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:12px;
  padding:15px 0;
  border-top:1px solid var(--v2-line);
}
.v2-briefs article:first-of-type{border-top:0}
.v2-briefs time{color:var(--v2-accent);font-size:12px;font-weight:900}
.v2-briefs h3{margin:0;font-size:16px;line-height:1.34}
.v2-world,.v2-latest,.v2-sections{margin-top:34px}
.v2-world-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:16px;
}
.v2-world-grid article{
  position:relative;
  display:grid;
  grid-template-columns:112px 1fr;
  gap:14px;
  min-height:118px;
  padding:14px;
  border:1px solid var(--v2-line);
  border-radius:8px;
  background:#fff;
}
.v2-world-grid article.wide{
  grid-row:span 2;
  grid-template-columns:1fr;
  min-height:100%;
}
.v2-world-grid img{width:112px;height:88px;object-fit:cover;border-radius:5px}
.v2-world-grid article.wide img{width:100%;height:260px}
.v2-world-grid h3{margin:6px 0 0;font-size:17px;line-height:1.32}
.v2-world-grid article.wide h3{font-size:25px}
.v2-world-grid p{margin:10px 0 0;color:#52645e}
.v2-track{grid-auto-columns:calc((100% - 48px) / 4)}
.v2-track .news-card{border-color:var(--v2-line);background:#fff}
.v2-track .news-image .tag-link{background:#fff;color:var(--v2-green)}
.v2-sections{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.v2-sections>div{
  padding:16px;
  border:1px solid var(--v2-line);
  border-radius:8px;
  background:#fff;
}
.v2-sections .mini-story{margin-top:12px;padding:0;grid-template-columns:84px 1fr}
.v2-sections .mini-story img{width:84px;height:66px}
body.home-variant-2 .site-footer{background:var(--v2-green)}

/* Home variant 3 */
body.home-variant-3{
  --v3-bg:#070913;
  --v3-panel:#111625;
  --v3-panel-2:#171e31;
  --v3-line:#2b3448;
  --v3-text:#f3f6fb;
  --v3-muted:#a5afc2;
  --v3-cyan:#4ed8e5;
  --v3-amber:#f2b705;
  background:var(--v3-bg);
  color:var(--v3-text);
}
body.home-variant-3 .site-header{
  background:#090c18;
  border-bottom:1px solid var(--v3-line);
}
body.home-variant-3 .brand{width:148px}
body.home-variant-3 .brand img{filter:brightness(0) invert(1)}
body.home-variant-3 .main-nav a{color:#cfd6e6}
body.home-variant-3 .main-nav a.active,
body.home-variant-3 .main-nav a:hover{color:var(--v3-cyan)}
body.home-variant-3 .site-search,
body.home-variant-3 .language-switch{border-color:var(--v3-line);background:#111625}
body.home-variant-3 .site-search input,
body.home-variant-3 .site-search button{background:#111625;color:#e4e9f5}
body.home-variant-3 .site-search button{border-left-color:var(--v3-line)}
body.home-variant-3 .lang{background:#111625;color:#c7d0df}
body.home-variant-3 .lang.active{background:var(--v3-cyan);color:#071019}
.v3-main{background:var(--v3-bg)}
.v3-rates{border-bottom:1px solid var(--v3-line);background:#0c1020}
.v3-rates .shell{min-height:42px;display:flex;align-items:center;gap:16px;overflow:auto}
.v3-rates .rate-item{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid var(--v3-line);
  border-radius:6px;
  padding:0 10px;
  color:#dfe6f4;
  font-size:12px;
}
.v3-rates .rate-item b{color:var(--v3-cyan)}
.v3-rates .rate-item em{color:var(--v3-amber)}
.v3-rates .rate-item.down em{color:#ff8a80}
.v3-rates .shell>span:not(.rate-item){color:#dfe6f4;font-size:12px;font-weight:800}
.v3-page{padding:24px 0 48px}
body.home-variant-3 .setup-notice,
body.home-variant-3 .empty-state{border-color:var(--v3-line);background:var(--v3-panel);color:var(--v3-muted)}
.v3-topic-nav{
  display:flex;
  gap:8px;
  margin:0 0 18px;
  overflow:auto;
}
.v3-topic-nav a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  border:1px solid var(--v3-line);
  border-radius:6px;
  background:#0d1221;
  color:#cdd6e7;
  padding:0 12px;
  font-size:12px;
  font-weight:850;
}
.v3-topic-nav a:hover{border-color:var(--v3-cyan);color:var(--v3-cyan)}
.v3-board{
  display:grid;
  grid-template-columns:minmax(240px,.55fr) minmax(0,1.45fr) minmax(300px,.7fr);
  gap:16px;
  align-items:stretch;
}
.v3-timeline,.v3-popular{
  padding:18px;
  border:1px solid var(--v3-line);
  border-radius:8px;
  background:var(--v3-panel);
}
.v3-timeline .section-heading h2,
.v3-popular .section-heading h2,
.v3-world .section-heading h2,
.v3-latest .section-heading h2,
.v3-brief-columns .section-heading h2{color:var(--v3-text)}
.v3-timeline article{
  position:relative;
  padding:13px 0 13px 18px;
  border-left:1px solid var(--v3-line);
}
.v3-timeline article::before{
  content:"";
  position:absolute;
  left:-4px;
  top:18px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--v3-cyan);
}
.v3-timeline time{color:var(--v3-cyan);font-size:12px;font-weight:900}
.v3-timeline h3{margin:6px 0 0;color:#eef3fb;font-size:15px;line-height:1.35}
.v3-hero{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border:1px solid var(--v3-line);
  border-radius:8px;
  background:#101624;
}
.v3-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(0deg,rgba(7,9,19,.92),rgba(7,9,19,.52) 45%,rgba(7,9,19,.06));
}
.v3-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.v3-hero>div{
  position:absolute;
  left:26px;
  right:26px;
  bottom:26px;
  z-index:3;
  pointer-events:none;
}
.v3-hero .tag-link{color:var(--v3-amber);pointer-events:auto}
.v3-hero h1{max-width:760px;margin:14px 0 12px;color:#fff;font-size:48px;line-height:1.02;letter-spacing:0}
.v3-hero p{max-width:650px;margin:0;color:#dce4f0;font-size:17px;line-height:1.55}
.v3-popular article{
  position:relative;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  padding:13px 0;
  border-top:1px solid var(--v3-line);
}
.v3-popular article:first-of-type{border-top:0}
.v3-popular strong{color:var(--v3-amber);font-size:24px;line-height:1}
.v3-popular h3{margin:0 0 7px;color:#eef3fb;font-size:15px;line-height:1.34}
.v3-popular span{color:var(--v3-muted);font-size:12px}
.v3-world,.v3-latest,.v3-brief-columns{margin-top:34px}
.v3-world>div:last-child{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border:1px solid var(--v3-line);
  border-radius:8px;
  overflow:hidden;
  background:var(--v3-panel);
}
.v3-world article{
  position:relative;
  min-height:260px;
  border-right:1px solid var(--v3-line);
  overflow:hidden;
}
.v3-world article:last-child{border-right:0}
.v3-world img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
.v3-world article::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(0deg,rgba(7,9,19,.9),rgba(7,9,19,.1));
}
.v3-world article>div{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:3;
  pointer-events:none;
}
.v3-world .tag-link{color:var(--v3-cyan);pointer-events:auto}
.v3-world h3{margin:8px 0 0;color:#fff;font-size:16px;line-height:1.28}
.v3-track{grid-auto-columns:calc((100% - 48px) / 4)}
.v3-track .news-card{border-color:var(--v3-line);background:var(--v3-panel)}
.v3-track .news-body h3{color:#f4f7fb}
.v3-track .news-body time,
.v3-track .news-body span{color:var(--v3-muted)}
.v3-track .news-image .tag-link{background:#101624;color:var(--v3-cyan);border-color:var(--v3-line)}
.v3-brief-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.v3-brief-columns>div{
  padding:18px;
  border:1px solid var(--v3-line);
  border-radius:8px;
  background:var(--v3-panel);
}
.v3-brief-columns article{
  position:relative;
  padding:14px 0;
  border-top:1px solid var(--v3-line);
}
.v3-brief-columns article:first-of-type{border-top:0}
.v3-brief-columns h3{margin:0 0 8px;color:#f3f6fb;font-size:16px;line-height:1.34}
.v3-brief-columns span{color:var(--v3-muted);font-size:12px}
body.home-variant-3 .site-footer{background:#090c18;border-top:1px solid var(--v3-line)}

@media (max-width:1180px){
  .v2-hero{grid-template-columns:1fr}
  .v2-world-grid{grid-template-columns:1fr 1fr}
  .v2-sections{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v2-track,.v3-track{grid-auto-columns:calc((100% - 32px) / 3)}
  .v3-board{grid-template-columns:1fr}
  .v3-hero{min-height:500px}
  .v3-world>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  body.home-variant-2 .brand,
  body.home-variant-3 .brand{width:136px}
  .v2-world-grid{grid-template-columns:1fr}
  .v2-world-grid article.wide{grid-row:auto}
  .v2-track,.v3-track{grid-auto-columns:calc((100% - 16px) / 2)}
  .v3-world>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v3-brief-columns{grid-template-columns:1fr}
}
@media (max-width:640px){
  .v2-page,.v3-page{padding-top:16px}
  .v2-hero-card{min-height:430px}
  .v2-hero-card>div{left:18px;right:18px;bottom:18px;width:auto}
  .v2-hero-card h1{font-size:30px}
  .v2-hero-card p{font-size:14px}
  .v2-world-grid article{grid-template-columns:96px 1fr}
  .v2-world-grid article.wide{grid-template-columns:1fr}
  .v2-world-grid article.wide img{height:210px}
  .v2-sections{grid-template-columns:1fr}
  .v2-track,.v3-track{grid-auto-columns:88%}
  .v3-hero{min-height:430px}
  .v3-hero>div{left:18px;right:18px;bottom:18px}
  .v3-hero h1{font-size:31px}
  .v3-hero p{font-size:14px}
  .v3-world>div:last-child{grid-template-columns:1fr}
  .v3-world article{min-height:230px;border-right:0;border-bottom:1px solid var(--v3-line)}
  .v3-world article:last-child{border-bottom:0}
}
