/*
Theme Name: PVE Finance Editorial
Theme URI: https://pveonline.ir/
Author: OpenAI
Description: پوسته خبری مالی فارسی برای پول و اعتبار؛ بازطراحی کامل با Design Tokens و الگوهای Material 3 Expressive، مگا منوی مالی، سکشن‌های آیکون‌دار و صفحات داخلی تخصصی.
Version: 3.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: pve-modern
*/

:root{
  --pve-primary:#0F766E;
  --pve-on-primary:#fff;
  --pve-primary-container:#D6F4EF;
  --pve-on-primary-container:#062F2C;
  --pve-dark:#0B1F33;
  --pve-dark-2:#102A43;
  --pve-gold:#C48A1D;
  --pve-gold-soft:#F7E9C4;
  --pve-blue:#2563EB;
  --pve-violet:#6D5BD0;
  --pve-rose:#B94C66;
  --pve-amber:#B96912;
  --pve-ink:#172033;
  --pve-text:#172033;
  --pve-muted:#657086;
  --pve-bg:#F4F7FA;
  --pve-surface:#FFFFFF;
  --pve-surface-1:#F8FAFC;
  --pve-surface-2:#EEF3F7;
  --pve-surface-3:#E5ECF2;
  --pve-outline:#D9E1E8;
  --pve-outline-strong:#C7D2DC;
  --pve-danger:#B3261E;
  --pve-shadow-sm:0 8px 22px rgba(11,31,51,.06);
  --pve-shadow:0 18px 44px rgba(11,31,51,.09);
  --pve-shadow-lg:0 30px 80px rgba(11,31,51,.15);
  --pve-container:1360px;
  --pve-r-xs:10px;
  --pve-r-sm:14px;
  --pve-r-md:20px;
  --pve-r-lg:28px;
  --pve-r-xl:36px;
  --pve-r-xxl:46px;
  --pve-r-full:999px;
  --pve-ease:cubic-bezier(.2,0,0,1);
  --pve-font:"Vazirmatn","Noto Sans Arabic","IRANSansX","Dana",Tahoma,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--pve-bg);color:var(--pve-text);font-family:var(--pve-font);line-height:1.9;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.pve-panel-open{overflow:hidden}
a{color:inherit;text-decoration:none;transition:color .2s var(--pve-ease),background-color .2s var(--pve-ease),border-color .2s var(--pve-ease),transform .25s var(--pve-ease),box-shadow .25s var(--pve-ease),opacity .2s var(--pve-ease)}
a:hover{color:var(--pve-primary)}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:var(--pve-primary-container);color:var(--pve-on-primary-container)}
.pve-container{width:min(calc(100% - 44px),var(--pve-container));margin-inline:auto}
.pve-site{min-height:100vh;overflow:clip}
.pve-main{padding:34px 0 76px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pve-svg{width:21px;height:21px;display:block;flex:0 0 auto}
.pve-overline{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.13em;color:var(--pve-muted);text-transform:uppercase}
.pve-meta{display:flex;align-items:center;flex-wrap:wrap;gap:11px;color:var(--pve-muted);font-size:11px;font-weight:650}
.pve-meta span{display:inline-flex;align-items:center;gap:5px}
.pve-meta .pve-svg{width:15px;height:15px}

/* Semantic financial tones */
.pve-tone-navy{--tone:#153E66;--tone-soft:#E6EEF7;--tone-on:#0B2844}
.pve-tone-emerald{--tone:#0F766E;--tone-soft:#DDF4F0;--tone-on:#064B46}
.pve-tone-gold{--tone:#B77B10;--tone-soft:#F7EBCF;--tone-on:#714900}
.pve-tone-blue{--tone:#2563EB;--tone-soft:#E4ECFF;--tone-on:#163F9E}
.pve-tone-violet{--tone:#6D5BD0;--tone-soft:#EEEAFE;--tone-on:#43348F}
.pve-tone-amber{--tone:#B96912;--tone-soft:#FCE9D5;--tone-on:#76400A}
.pve-tone-steel{--tone:#536779;--tone-soft:#E9EEF2;--tone-on:#334655}
.pve-tone-sky{--tone:#2679A7;--tone-soft:#E1F1FA;--tone-on:#155171}
.pve-tone-brick{--tone:#A34D35;--tone-soft:#F8E6E1;--tone-on:#6B2F20}
.pve-tone-slate{--tone:#475569;--tone-soft:#E8EDF2;--tone-on:#273545}
.pve-tone-teal{--tone:#0D7C79;--tone-soft:#DDF4F3;--tone-on:#05514F}
.pve-tone-rose{--tone:#B94C66;--tone-soft:#F9E3E9;--tone-on:#7A2C40}
.pve-tone-purple{--tone:#7C4BA5;--tone-soft:#F1E6F8;--tone-on:#50306B}
.pve-tone-lime{--tone:#5D7D1C;--tone-soft:#EDF3D8;--tone-on:#3A5110}
.pve-tone-ink{--tone:#26334A;--tone-soft:#E7EBF0;--tone-on:#172033}

/* Reading progress */
.pve-reading-progress{position:fixed;z-index:9999;right:0;left:0;top:0;height:3px;pointer-events:none;transform-origin:right center}
.pve-reading-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--pve-gold),var(--pve-primary));transform:scaleX(0);transform-origin:right center;will-change:transform}

/* Top bar */
.pve-topline{background:var(--pve-dark);color:#D8E4EF;border-bottom:1px solid rgba(255,255,255,.06)}
.pve-topline__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:10px}
.pve-topline__brandline{display:flex;align-items:center;gap:10px;white-space:nowrap}
.pve-topline__signal{width:7px;height:7px;border-radius:50%;background:#45D6B2;box-shadow:0 0 0 4px rgba(69,214,178,.12)}
.pve-topline__divider{width:1px;height:13px;background:rgba(255,255,255,.14)}
.pve-topline__date{opacity:.67}
.pve-topline__links ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:16px}
.pve-topline__links a{opacity:.72}.pve-topline__links a:hover{opacity:1;color:#fff}

/* Header */
.pve-header{position:sticky;top:0;z-index:300;background:rgba(255,255,255,.96);border-bottom:1px solid var(--pve-outline);backdrop-filter:blur(20px) saturate(150%);transition:box-shadow .25s var(--pve-ease),background .25s var(--pve-ease)}
.pve-header.is-condensed{box-shadow:0 14px 34px rgba(11,31,51,.08);background:rgba(255,255,255,.98)}
.pve-header__main{min-height:84px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;transition:min-height .25s var(--pve-ease)}
.pve-header.is-condensed .pve-header__main{min-height:66px}
.pve-brand{display:flex;align-items:center;gap:11px;min-width:205px}
.pve-brand .custom-logo{max-height:56px;width:auto;transition:max-height .25s var(--pve-ease)}
.pve-header.is-condensed .pve-brand .custom-logo{max-height:43px}
.pve-brand__mark{width:49px;height:49px;border-radius:17px 17px 17px 7px;background:linear-gradient(145deg,var(--pve-primary),#0A5D57);color:#fff;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 9px 20px rgba(15,118,110,.18)}
.pve-brand__mark .pve-svg{width:26px;height:26px}
.pve-brand__fallback{display:flex;flex-direction:column;line-height:1.25}
.pve-brand__title{font-size:21px;font-weight:900;letter-spacing:-.045em;color:var(--pve-dark)}
.pve-brand__desc{font-size:9px;color:var(--pve-muted);margin-top:5px;font-weight:650}
.pve-nav{min-width:0}
.pve-nav>ul,.pve-nav .menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:1px}
.pve-nav li{position:relative}
.pve-nav a{display:flex;align-items:center;min-height:40px;padding:0 11px;border-radius:var(--pve-r-full);font-size:12px;font-weight:780;white-space:nowrap}
.pve-nav a:hover,.pve-nav .current-menu-item>a,.pve-nav .current-menu-ancestor>a{background:var(--pve-surface-2);color:var(--pve-dark)}
.pve-nav .menu-item-has-children>a:after{content:"";width:6px;height:6px;border-left:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(-45deg);margin-right:7px;margin-top:-3px;opacity:.6}
.pve-nav .sub-menu{position:absolute;right:0;top:calc(100% + 10px);width:250px;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid var(--pve-outline);border-radius:18px;box-shadow:var(--pve-shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);transform-origin:top right;transition:.2s var(--pve-ease)}
.pve-nav li:hover>.sub-menu,.pve-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.pve-nav .sub-menu a{border-radius:12px;min-height:40px;padding-inline:12px;font-size:11px;white-space:normal}
.pve-nav .sub-menu a:hover{background:var(--pve-surface-2);color:var(--pve-primary)}
.pve-header__actions{display:flex;align-items:center;gap:7px}
.pve-icon-btn{min-width:43px;height:43px;border:1px solid transparent;border-radius:15px;background:var(--pve-surface-2);display:flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;cursor:pointer;font-size:10px;font-weight:850;transition:.2s var(--pve-ease)}
.pve-icon-btn:hover{background:var(--pve-dark);color:#fff;transform:translateY(-1px);box-shadow:0 9px 18px rgba(11,31,51,.12)}
.pve-icon-btn--label{padding-inline:13px}
.pve-menu-toggle{display:none;width:43px;padding:0}

/* Secondary market navigation */
.pve-market-nav{border-top:1px solid var(--pve-outline);background:#FBFCFD}
.pve-market-nav__inner{height:42px;display:flex;align-items:center;gap:17px;overflow:hidden}
.pve-market-nav__label{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:900;color:var(--pve-dark);white-space:nowrap;padding-left:15px;border-left:1px solid var(--pve-outline)}
.pve-market-nav__label .pve-svg{width:16px;height:16px;color:var(--pve-primary)}
.pve-market-nav__scroll{display:flex;align-items:center;gap:17px;overflow:auto;scrollbar-width:none}
.pve-market-nav__scroll::-webkit-scrollbar{display:none}
.pve-market-nav__scroll a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:10px;color:var(--pve-muted);font-weight:750}
.pve-market-nav__scroll a:hover{color:var(--pve-text)}
.pve-market-nav__icon{width:24px;height:24px;border-radius:8px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}
.pve-market-nav__icon .pve-svg{width:13px;height:13px}

/* Search panel */
.pve-search-panel{max-height:0;overflow:hidden;background:#fff;border-top:0 solid var(--pve-outline);transition:max-height .28s var(--pve-ease),border-width .2s var(--pve-ease)}
.pve-search-panel.is-open{max-height:170px;border-top-width:1px}
.pve-search-panel__surface{padding:18px 0 20px;display:grid;grid-template-columns:300px 1fr;gap:26px;align-items:center}
.pve-search-panel__intro{display:flex;align-items:center;gap:12px}
.pve-search-panel__intro strong{display:block;font-size:13px;margin-top:3px}
.pve-search-panel__icon{width:44px;height:44px;border-radius:15px;background:var(--pve-primary-container);color:var(--pve-primary);display:grid;place-items:center}
.pve-search-form{display:flex;align-items:center;gap:8px}
.pve-search-form input{flex:1;height:52px;border:1px solid var(--pve-outline-strong);background:var(--pve-surface-1);border-radius:17px;padding:0 18px;outline:none;font-size:12px;color:var(--pve-text)}
.pve-search-form input:focus{border-color:var(--pve-primary);box-shadow:0 0 0 4px rgba(15,118,110,.10);background:#fff}
.pve-search-form button{height:52px;border:0;border-radius:17px;background:var(--pve-dark);color:#fff;padding:0 27px;font-weight:850;cursor:pointer;transition:.2s var(--pve-ease)}
.pve-search-form button:hover{background:var(--pve-primary);transform:translateY(-1px)}

/* Supermenu */
.pve-supermenu{position:absolute;right:0;left:0;top:100%;opacity:0;visibility:hidden;transform:translateY(-9px);transition:.24s var(--pve-ease);pointer-events:none;padding-top:9px}
.pve-supermenu.is-open{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.pve-supermenu:after{content:"";position:fixed;inset:0;top:158px;background:rgba(5,17,29,.38);backdrop-filter:blur(3px);z-index:-1}
.pve-supermenu__surface{background:#fff;border:1px solid var(--pve-outline);border-radius:0 0 30px 30px;box-shadow:var(--pve-shadow-lg);padding:22px;display:grid;grid-template-columns:280px 1fr;gap:24px;max-height:74vh;overflow:auto}
.pve-supermenu__intro{background:linear-gradient(155deg,var(--pve-dark),#123B4D 60%,#0B554F);color:#fff;border-radius:26px 26px 12px 26px;padding:25px;min-height:325px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}
.pve-supermenu__intro:after{content:"";position:absolute;inset:auto -80px -90px auto;width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 34px rgba(255,255,255,.035),0 0 0 68px rgba(255,255,255,.025)}
.pve-supermenu__symbol{width:58px;height:58px;border-radius:19px 19px 19px 7px;background:rgba(255,255,255,.12);display:grid;place-items:center;margin-bottom:24px;border:1px solid rgba(255,255,255,.13)}
.pve-supermenu__symbol .pve-svg{width:30px;height:30px}
.pve-supermenu__intro .pve-overline{color:rgba(255,255,255,.55)}
.pve-supermenu__intro h2{font-size:24px;line-height:1.55;margin:10px 0 7px;letter-spacing:-.04em}
.pve-supermenu__intro p{margin:0;font-size:11px;line-height:2;color:rgba(255,255,255,.72)}
.pve-supermenu__home{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:850;padding:10px 14px;border-radius:13px;background:#fff;color:var(--pve-dark);position:relative;z-index:1}
.pve-supermenu__home .pve-svg{width:15px;height:15px;transform:rotate(180deg)}
.pve-supermenu__content{min-width:0}
.pve-supermenu__head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pve-outline);padding:3px 3px 12px;margin-bottom:9px}
.pve-supermenu__head span{font-size:13px;font-weight:900}.pve-supermenu__head small{font-size:9px;color:var(--pve-muted)}
.pve-supermenu__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.pve-supermenu__group{padding:10px;border-radius:18px;transition:background .2s var(--pve-ease),transform .2s var(--pve-ease)}
.pve-supermenu__group:hover{background:var(--tone-soft,var(--pve-surface-1));transform:translateY(-1px)}
.pve-supermenu__title{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;padding-bottom:8px;border-bottom:1px solid color-mix(in srgb,var(--tone,var(--pve-outline)) 20%,var(--pve-outline))}
.pve-supermenu__title-icon{width:42px;height:42px;border-radius:14px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}
.pve-supermenu__title-icon .pve-svg{width:20px;height:20px}
.pve-supermenu__title-text{min-width:0;display:flex;flex-direction:column;line-height:1.5}
.pve-supermenu__title-text strong{font-size:12px;font-weight:900}.pve-supermenu__title-text small{font-size:8px;color:var(--pve-muted);margin-top:2px}
.pve-supermenu__go{color:var(--tone,var(--pve-primary))}.pve-supermenu__go .pve-svg{width:15px;height:15px;transform:rotate(180deg)}
.pve-supermenu__children{display:flex;flex-wrap:wrap;gap:4px 9px;padding:8px 2px 0}
.pve-supermenu__children a{font-size:9px;color:var(--pve-muted);padding:2px 0}.pve-supermenu__children a:hover{color:var(--tone,var(--pve-primary))}

/* Breaking news */
.pve-breaking{background:#fff;border-bottom:1px solid var(--pve-outline)}
.pve-breaking__inner{min-height:44px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:center}
.pve-breaking__label{display:flex;align-items:center;gap:7px;background:#FCE8E6;color:#8C1D18;border-radius:11px;padding:5px 10px;font-size:9px;font-weight:900;white-space:nowrap}
.pve-breaking__label i{width:7px;height:7px;border-radius:50%;background:#D93025;box-shadow:0 0 0 4px rgba(217,48,37,.10);animation:pvePulse 1.8s infinite}
@keyframes pvePulse{50%{box-shadow:0 0 0 7px rgba(217,48,37,0)}}
.pve-breaking__items{display:flex;align-items:center;gap:19px;overflow:hidden;white-space:nowrap;mask-image:linear-gradient(to left,transparent,#000 6%,#000 94%,transparent)}
.pve-breaking__items a{font-size:10px;font-weight:700;color:#3F4A5A;position:relative;padding-left:18px}
.pve-breaking__items a:after{content:"";position:absolute;left:6px;top:50%;width:3px;height:3px;border-radius:50%;background:var(--pve-outline-strong)}
.pve-breaking__mark{color:#9AA6B5}.pve-breaking__mark .pve-svg{width:17px;height:17px}

/* Finance category dock */
.pve-finance-dock{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:15px;background:var(--pve-dark);color:#fff;border-radius:22px 22px 10px 22px;padding:9px 11px 9px 16px;margin-bottom:22px;box-shadow:var(--pve-shadow-sm)}
.pve-finance-dock__label{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:900;white-space:nowrap;padding-left:14px;border-left:1px solid rgba(255,255,255,.13)}
.pve-finance-dock__pulse{width:8px;height:8px;border-radius:50%;background:#52D7B4;box-shadow:0 0 0 4px rgba(82,215,180,.11)}
.pve-finance-dock__items{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:5px}
.pve-finance-dock__item{display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:14px;color:#fff;min-width:0}
.pve-finance-dock__item:hover{background:rgba(255,255,255,.08);color:#fff}
.pve-finance-dock__icon{width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff}
.pve-finance-dock__icon .pve-svg{width:16px;height:16px}
.pve-finance-dock__text{display:flex;flex-direction:column;line-height:1.45;min-width:0}.pve-finance-dock__text strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pve-finance-dock__text small{font-size:7px;color:rgba(255,255,255,.5)}

/* Hero stage */
.pve-finance-stage{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(310px,.72fr);gap:14px;margin-bottom:24px}
.pve-finance-stage__main{min-height:610px;border-radius:var(--pve-r-xl) var(--pve-r-xl) 14px var(--pve-r-xl);overflow:hidden;position:relative;background:var(--pve-dark);color:#fff;box-shadow:var(--pve-shadow)}
.pve-finance-stage__media{position:absolute;inset:0;display:block}.pve-finance-stage__media img,.pve-finance-stage__media .pve-placeholder{width:100%;height:100%;object-fit:cover}
.pve-finance-stage__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,21,34,.05) 12%,rgba(6,21,34,.15) 42%,rgba(6,21,34,.88) 100%),linear-gradient(90deg,rgba(6,21,34,.15),transparent 60%)}
.pve-finance-stage__content{position:absolute;right:0;left:0;bottom:0;padding:34px 38px 36px;z-index:2;max-width:940px}
.pve-finance-stage__eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:13px}
.pve-live-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;background:#fff;color:var(--pve-dark);font-size:9px;font-weight:900}.pve-live-pill .pve-svg{width:14px;height:14px;color:var(--pve-primary)}
.pve-market-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;background:var(--tone-soft,rgba(255,255,255,.12));color:var(--tone-on,#fff);font-size:9px;font-weight:900}.pve-market-tag .pve-svg{width:14px;height:14px}
.pve-finance-stage .pve-market-tag{background:rgba(255,255,255,.14);color:#fff;backdrop-filter:blur(12px)}
.pve-display{font-size:clamp(30px,3.45vw,56px);line-height:1.45;letter-spacing:-.055em;margin:0;font-weight:900;text-wrap:balance}.pve-display a:hover{color:#fff;opacity:.86}
.pve-finance-stage__excerpt{margin:12px 0 0;font-size:13px;line-height:2;color:rgba(255,255,255,.75);max-width:760px}
.pve-finance-stage__meta{display:flex;align-items:center;gap:16px;margin-top:15px;font-size:9px;color:rgba(255,255,255,.62)}
.pve-finance-stage__meta span{display:inline-flex;align-items:center;gap:5px}.pve-finance-stage__meta .pve-svg{width:14px;height:14px}
.pve-finance-stage__gridlines{position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,transparent 15%,#000)}

.pve-market-brief{background:#fff;border:1px solid var(--pve-outline);border-radius:var(--pve-r-xl) 14px var(--pve-r-xl) var(--pve-r-xl);padding:20px;box-shadow:var(--pve-shadow-sm);display:flex;flex-direction:column;min-width:0}
.pve-market-brief__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--pve-outline)}
.pve-market-brief__head h2{font-size:19px;margin:2px 0 0;letter-spacing:-.04em}.pve-market-brief__mark{width:42px;height:42px;border-radius:15px;background:var(--pve-primary-container);color:var(--pve-primary);display:grid;place-items:center}.pve-market-brief__mark .pve-svg{width:20px;height:20px}
.pve-market-brief__list{display:flex;flex-direction:column}
.pve-market-row{display:grid;grid-template-columns:27px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid var(--pve-outline)}
.pve-market-row__index{width:27px;height:27px;border-radius:9px;background:var(--pve-surface-2);display:grid;place-items:center;font-size:9px;font-weight:900;color:var(--pve-muted)}
.pve-market-row__body{min-width:0}.pve-market-row .pve-kicker{margin-bottom:4px}.pve-market-row h3{font-size:12px;line-height:1.75;margin:0;letter-spacing:-.02em}.pve-market-row__date{font-size:8px;color:var(--pve-muted);margin-top:4px;display:block}
.pve-kicker{display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:900;color:var(--tone,var(--pve-primary));text-transform:none}.pve-kicker .pve-svg{width:13px;height:13px}
.pve-market-brief__visual{margin-top:auto;min-height:125px;border-radius:17px 17px 7px 17px;overflow:hidden;position:relative;background:var(--pve-dark);color:#fff}.pve-market-brief__visual img,.pve-market-brief__visual .pve-placeholder{width:100%;height:130px;object-fit:cover;opacity:.58}.pve-market-brief__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(7,24,39,.85))}.pve-market-brief__visual>span{position:absolute;right:14px;left:14px;bottom:11px;z-index:2;display:flex;flex-direction:column;line-height:1.65}.pve-market-brief__visual small{font-size:7px;color:rgba(255,255,255,.62)}.pve-market-brief__visual strong{font-size:10px}

/* Sector map */
.pve-sector-map{display:grid;grid-template-columns:330px 1fr;gap:16px;margin:24px 0 50px;padding:16px;background:#fff;border:1px solid var(--pve-outline);border-radius:26px;box-shadow:var(--pve-shadow-sm)}
.pve-sector-map__intro{padding:20px 21px;background:linear-gradient(145deg,#F3F7FA,#EDF4F5);border-radius:19px 19px 8px 19px;position:relative;overflow:hidden}.pve-sector-map__intro:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;border:1px solid rgba(15,118,110,.12);left:-42px;bottom:-48px;box-shadow:0 0 0 24px rgba(15,118,110,.03)}
.pve-sector-map__intro h2{font-size:20px;line-height:1.65;margin:7px 0 5px;letter-spacing:-.04em}.pve-sector-map__intro p{font-size:10px;color:var(--pve-muted);line-height:2;margin:0;position:relative;z-index:1}
.pve-sector-map__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.pve-sector-card{display:grid;grid-template-columns:41px 1fr auto;align-items:center;gap:9px;padding:11px;border:1px solid var(--pve-outline);border-radius:16px;min-width:0}.pve-sector-card:hover{background:var(--tone-soft,var(--pve-surface-1));border-color:color-mix(in srgb,var(--tone,var(--pve-primary)) 30%,var(--pve-outline));transform:translateY(-1px)}
.pve-sector-card__icon{width:41px;height:41px;border-radius:14px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}.pve-sector-card__icon .pve-svg{width:20px;height:20px}.pve-sector-card__body{display:flex;flex-direction:column;line-height:1.5;min-width:0}.pve-sector-card__body strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pve-sector-card__body small{font-size:8px;color:var(--pve-muted);margin-top:3px}.pve-sector-card__arrow{color:var(--tone,var(--pve-primary))}.pve-sector-card__arrow .pve-svg{width:15px;height:15px;transform:rotate(180deg)}

/* Section identity */
.pve-section{margin:0 0 56px}.pve-section__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--pve-outline);position:relative}.pve-section__head:after{content:"";position:absolute;right:0;bottom:-1px;width:92px;height:2px;background:var(--tone,var(--pve-primary));border-radius:2px}
.pve-section__identity{display:flex;align-items:center;gap:12px}.pve-section__icon{width:48px;height:48px;border-radius:16px 16px 16px 6px;background:var(--tone-soft,var(--pve-primary-container));color:var(--tone,var(--pve-primary));display:grid;place-items:center;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--tone,var(--pve-primary)) 10%,transparent)}.pve-section__icon .pve-svg{width:23px;height:23px}.pve-section__title{font-size:24px;letter-spacing:-.05em;line-height:1.4;margin:2px 0 0;font-weight:900}.pve-section__more{display:inline-flex;align-items:center;gap:7px;padding:8px 11px 8px 13px;border-radius:12px;background:var(--pve-surface-2);font-size:9px;font-weight:850}.pve-section__more:hover{background:var(--tone-soft,var(--pve-primary-container));color:var(--tone,var(--pve-primary))}.pve-section__more .pve-svg{width:15px;height:15px;transform:rotate(180deg)}

/* Layout 1 - ledger */
.pve-ledger-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.8fr);gap:12px}
.pve-ledger-lead{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);background:#fff;border:1px solid var(--pve-outline);border-radius:24px 24px 10px 24px;overflow:hidden;min-height:410px}.pve-ledger-lead__media{min-height:100%;overflow:hidden}.pve-ledger-lead__media img,.pve-ledger-lead__media .pve-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--pve-ease)}.pve-ledger-lead:hover .pve-ledger-lead__media img{transform:scale(1.025)}
.pve-ledger-lead__body{padding:27px;display:flex;flex-direction:column;justify-content:center}.pve-ledger-lead__body h3{font-size:24px;line-height:1.7;margin:8px 0 8px;letter-spacing:-.045em}.pve-ledger-lead__body p{font-size:11px;color:var(--pve-muted);line-height:2.1;margin:0 0 15px}
.pve-ledger-stack{background:var(--pve-dark);color:#fff;border-radius:24px 10px 24px 24px;padding:10px 18px;position:relative;overflow:hidden}.pve-ledger-stack:after{content:"";position:absolute;inset:0;opacity:.06;background-image:linear-gradient(rgba(255,255,255,.9) 1px,transparent 1px);background-size:100% 62px;pointer-events:none}
.pve-ledger-item{display:grid;grid-template-columns:28px 1fr 68px;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.10);position:relative;z-index:1}.pve-ledger-item:last-child{border-bottom:0}.pve-ledger-item__num{font-size:10px;color:rgba(255,255,255,.4);font-weight:900}.pve-ledger-item h3{font-size:11px;line-height:1.75;margin:0}.pve-ledger-item h3 a:hover{color:#6EE7D4}.pve-ledger-item .pve-meta{color:rgba(255,255,255,.42);margin-top:4px;font-size:8px}.pve-ledger-item__thumb{width:68px;height:54px;border-radius:10px;overflow:hidden}.pve-ledger-item__thumb img,.pve-ledger-item__thumb .pve-placeholder{width:100%;height:100%;object-fit:cover}

/* Layout 2 - exchange board */
.pve-exchange-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pve-exchange-card{background:#fff;border:1px solid var(--pve-outline);border-radius:20px;overflow:hidden;min-width:0;transition:.25s var(--pve-ease)}.pve-exchange-card:hover{box-shadow:var(--pve-shadow);transform:translateY(-2px);border-color:color-mix(in srgb,var(--tone,var(--pve-primary)) 25%,var(--pve-outline))}.pve-exchange-card.is-wide{grid-column:span 2;grid-row:span 2;display:grid;grid-template-rows:minmax(280px,1fr) auto}.pve-exchange-card__media{height:170px;overflow:hidden;position:relative}.pve-exchange-card.is-wide .pve-exchange-card__media{height:auto}.pve-exchange-card__media img,.pve-exchange-card__media .pve-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--pve-ease)}.pve-exchange-card:hover img{transform:scale(1.025)}.pve-exchange-card__body{padding:15px}.pve-exchange-card__body h3{font-size:12px;line-height:1.8;margin:6px 0 8px}.pve-exchange-card.is-wide h3{font-size:21px;line-height:1.65}.pve-exchange-card__body p{font-size:10px;color:var(--pve-muted);line-height:2;margin:4px 0 11px}

/* Layout 3 - banking desk */
.pve-banking-desk{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:11px}.pve-banking-feature{background:#fff;border:1px solid var(--pve-outline);border-radius:26px 26px 12px 26px;display:grid;grid-template-columns:58px minmax(0,1fr) minmax(310px,.85fr);overflow:hidden;position:relative}.pve-banking-feature__accent{display:grid;place-items:center;background:var(--tone,var(--pve-primary));color:#fff}.pve-banking-feature__accent .pve-svg{width:25px;height:25px}.pve-banking-feature__media{min-height:380px;overflow:hidden}.pve-banking-feature__media img,.pve-banking-feature__media .pve-placeholder{width:100%;height:100%;object-fit:cover}.pve-banking-feature__body{padding:25px;display:flex;flex-direction:column;justify-content:center}.pve-banking-feature__body h3{font-size:21px;line-height:1.7;margin:8px 0}.pve-banking-feature__body p{font-size:10px;color:var(--pve-muted);line-height:2.1;margin:0 0 12px}
.pve-banking-list{display:flex;flex-direction:column;background:#fff;border:1px solid var(--pve-outline);border-radius:26px 12px 26px 26px;padding:6px 16px}.pve-banking-row{display:grid;grid-template-columns:36px 1fr 28px;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--pve-outline)}.pve-banking-row:last-child{border-bottom:0}.pve-banking-row__icon{width:36px;height:36px;border-radius:12px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}.pve-banking-row__icon .pve-svg{width:17px;height:17px}.pve-banking-row h3{font-size:11px;line-height:1.75;margin:0}.pve-banking-row__arrow{width:28px;height:28px;border-radius:9px;background:var(--pve-surface-2);display:grid;place-items:center;color:var(--tone,var(--pve-primary))}.pve-banking-row__arrow .pve-svg{width:13px;height:13px;transform:rotate(180deg)}

/* Layout 4 - data cards */
.pve-data-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pve-data-card{background:#fff;border:1px solid var(--pve-outline);border-radius:20px 20px 8px 20px;padding:16px;position:relative;overflow:hidden;min-height:270px;display:flex;flex-direction:column}.pve-data-card.is-primary{grid-column:span 2;grid-row:span 2;min-height:550px;background:linear-gradient(160deg,#fff 0,#fff 60%,var(--tone-soft,var(--pve-surface-2)) 160%)}.pve-data-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.pve-data-card__icon{width:38px;height:38px;border-radius:13px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}.pve-data-card__icon .pve-svg{width:18px;height:18px}.pve-data-card__date{font-size:8px;color:var(--pve-muted)}.pve-data-card h3{font-size:12px;line-height:1.85;margin:11px 0}.pve-data-card.is-primary h3{font-size:23px;line-height:1.65;margin-top:18px}.pve-data-card p{font-size:10px;color:var(--pve-muted);line-height:2;margin:0 0 15px}.pve-data-card__media{height:120px;border-radius:14px 14px 6px 14px;overflow:hidden;margin-top:auto}.pve-data-card.is-primary .pve-data-card__media{height:290px}.pve-data-card__media img,.pve-data-card__media .pve-placeholder{width:100%;height:100%;object-fit:cover}.pve-data-card__line{position:absolute;bottom:0;right:0;width:40%;height:3px;background:var(--tone,var(--pve-primary))}

/* Generic cards */
.pve-archive-grid,.pve-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pve-card{background:#fff;border:1px solid var(--pve-outline);border-radius:20px 20px 9px 20px;overflow:hidden;min-width:0;transition:.24s var(--pve-ease)}.pve-card:hover{transform:translateY(-2px);box-shadow:var(--pve-shadow);border-color:color-mix(in srgb,var(--tone,var(--pve-primary)) 28%,var(--pve-outline))}.pve-card__thumb{height:215px;display:block;position:relative;overflow:hidden}.pve-card__thumb img,.pve-card__thumb .pve-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--pve-ease)}.pve-card:hover .pve-card__thumb img{transform:scale(1.025)}.pve-card__icon{position:absolute;right:11px;top:11px;width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.92);color:var(--tone,var(--pve-primary));display:grid;place-items:center;box-shadow:0 7px 16px rgba(11,31,51,.10);backdrop-filter:blur(8px)}.pve-card__icon .pve-svg{width:17px;height:17px}.pve-card__body{padding:15px 16px 16px}.pve-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.pve-card__signal{width:28px;height:3px;border-radius:3px;background:var(--tone,var(--pve-primary))}.pve-title{margin:0;font-weight:900;letter-spacing:-.025em}.pve-title--md{font-size:13px;line-height:1.85;margin:7px 0 10px}
.pve-placeholder{background:linear-gradient(145deg,#DDE8EE,#F0F4F7);display:flex;align-items:center;justify-content:center;gap:7px;color:#60758A;font-weight:850;font-size:11px}.pve-placeholder__icon{width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.65);display:grid;place-items:center}.pve-placeholder__icon .pve-svg{width:18px;height:18px}

/* Widgets */
.pve-widget-zone{margin:18px 0 28px}.widget{background:#fff;border:1px solid var(--pve-outline);border-radius:20px 20px 9px 20px;padding:17px;margin-bottom:13px}.widget-title{font-size:15px;margin:1px 0 0;line-height:1.4}.pve-widget-head{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--pve-outline);margin-bottom:5px}.pve-widget-head__icon{width:39px;height:39px;border-radius:13px;background:var(--pve-primary-container);color:var(--pve-primary);display:grid;place-items:center}.pve-widget-head__icon .pve-svg{width:19px;height:19px}.pve-widget-latest__item{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--pve-outline)}.pve-widget-latest__item:last-child{border-bottom:0}.pve-widget-latest__thumb{width:72px;height:58px;border-radius:11px;overflow:hidden}.pve-widget-latest__thumb img,.pve-widget-latest__thumb .pve-placeholder{width:100%;height:100%;object-fit:cover}.pve-widget-latest__body{display:flex;flex-direction:column;min-width:0;line-height:1.55}.pve-widget-latest__body small{font-size:7px;color:var(--pve-primary);font-weight:900}.pve-widget-latest__body strong{font-size:10px;line-height:1.75;margin:2px 0}.pve-widget-latest__body em{font-style:normal;font-size:7px;color:var(--pve-muted)}
.pve-widget-cats{display:flex;flex-direction:column}.pve-widget-cats a{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:8px 0;border-bottom:1px solid var(--pve-outline)}.pve-widget-cats a:last-child{border-bottom:0}.pve-widget-cats__icon{width:34px;height:34px;border-radius:11px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}.pve-widget-cats__icon .pve-svg{width:16px;height:16px}.pve-widget-cats strong{font-size:10px}.pve-widget-cats small{font-size:8px;color:var(--pve-muted);background:var(--pve-surface-2);border-radius:8px;padding:2px 6px}

/* Category dashboard */
.pve-category-hero{background:linear-gradient(145deg,#fff 0,#fff 62%,var(--tone-soft,var(--pve-surface-2)) 145%);border:1px solid var(--pve-outline);border-radius:30px 30px 12px 30px;padding:28px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;margin-bottom:14px;position:relative;overflow:hidden}.pve-category-hero:before{content:"";position:absolute;right:-70px;bottom:-95px;width:250px;height:250px;border-radius:50%;border:1px solid color-mix(in srgb,var(--tone,var(--pve-primary)) 17%,transparent);box-shadow:0 0 0 34px color-mix(in srgb,var(--tone,var(--pve-primary)) 3%,transparent),0 0 0 68px color-mix(in srgb,var(--tone,var(--pve-primary)) 2%,transparent)}
.pve-category-hero__identity{display:flex;align-items:center;gap:17px;position:relative;z-index:1}.pve-category-hero__icon{width:72px;height:72px;border-radius:24px 24px 24px 9px;background:var(--tone,var(--pve-primary));color:#fff;display:grid;place-items:center;box-shadow:0 14px 28px color-mix(in srgb,var(--tone,var(--pve-primary)) 20%,transparent)}.pve-category-hero__icon .pve-svg{width:34px;height:34px}.pve-category-hero h1{font-size:39px;line-height:1.35;margin:4px 0 4px;letter-spacing:-.06em}.pve-category-hero__desc{font-size:11px;color:var(--pve-muted);line-height:2;margin:0;max-width:650px}.pve-category-hero__desc p{margin:0}
.pve-category-hero__stats{display:grid;grid-template-columns:auto auto 130px;gap:9px;align-items:end;position:relative;z-index:1}.pve-category-hero__stats>div{background:#fff;border:1px solid var(--pve-outline);border-radius:16px;padding:11px 14px;min-width:112px}.pve-category-hero__stats strong{display:block;font-size:18px;line-height:1.3}.pve-category-hero__stats span{font-size:8px;color:var(--pve-muted)}.pve-category-hero__chart{height:62px;display:flex;align-items:flex-end;gap:5px;padding:7px 10px;background:var(--tone,var(--pve-primary));border-radius:17px 17px 7px 17px}.pve-category-hero__chart i{width:15px;background:rgba(255,255,255,.7);border-radius:4px 4px 1px 1px}.pve-category-hero__chart i:nth-child(1){height:25%}.pve-category-hero__chart i:nth-child(2){height:48%}.pve-category-hero__chart i:nth-child(3){height:35%}.pve-category-hero__chart i:nth-child(4){height:72%}.pve-category-hero__chart i:nth-child(5){height:100%}
.pve-subcategory-board{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;background:var(--pve-dark);border-radius:16px;padding:8px 10px 8px 14px;color:#fff;margin-bottom:22px}.pve-subcategory-board__label{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:900;white-space:nowrap;padding-left:11px;border-left:1px solid rgba(255,255,255,.13)}.pve-subcategory-board__label .pve-svg{width:15px;height:15px}.pve-subcategory-board__items{display:flex;gap:6px;overflow:auto;scrollbar-width:none}.pve-subcategory-chip{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;background:rgba(255,255,255,.07);border-radius:10px;padding:6px 9px}.pve-subcategory-chip:hover{background:rgba(255,255,255,.12);color:#fff}.pve-subcategory-chip>span{color:#78E4D0}.pve-subcategory-chip .pve-svg{width:14px;height:14px}.pve-subcategory-chip strong{font-size:9px}.pve-subcategory-chip small{font-size:7px;color:rgba(255,255,255,.45)}
.pve-category-feature{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);background:#fff;border:1px solid var(--pve-outline);border-radius:28px 28px 11px 28px;overflow:hidden;margin-bottom:28px;min-height:430px}.pve-category-feature__media{overflow:hidden}.pve-category-feature__media img,.pve-category-feature__media .pve-placeholder{width:100%;height:100%;object-fit:cover}.pve-category-feature__body{padding:30px;display:flex;flex-direction:column;justify-content:center}.pve-category-feature__body .pve-market-tag{align-self:flex-start}.pve-category-feature__body h2{font-size:25px;line-height:1.7;letter-spacing:-.045em;margin:10px 0 8px}.pve-category-feature__body p{font-size:11px;color:var(--pve-muted);line-height:2.05;margin:0 0 14px}.pve-category-feature__cta{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-top:18px;padding:9px 13px;border-radius:12px;background:var(--tone,var(--pve-primary));color:#fff;font-size:9px;font-weight:850}.pve-category-feature__cta:hover{color:#fff;filter:brightness(.95);transform:translateY(-1px)}.pve-category-feature__cta .pve-svg{width:14px;height:14px;transform:rotate(180deg)}
.pve-archive-shell{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.pve-archive-main{min-width:0}.pve-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--pve-outline)}.pve-archive-toolbar h2{font-size:21px;margin:2px 0 0;letter-spacing:-.04em}.pve-archive-toolbar__icon{width:43px;height:43px;border-radius:14px;background:var(--tone-soft,var(--pve-surface-2));color:var(--tone,var(--pve-primary));display:grid;place-items:center}.pve-sidebar{position:sticky;top:130px}

/* Article */
.pve-single-main{padding-top:24px}.pve-article__hero{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:15px;margin-bottom:18px}.pve-article__hero-main{background:#fff;border:1px solid var(--pve-outline);border-radius:30px 30px 12px 30px;padding:29px 32px;min-width:0}.pve-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:8px;color:var(--pve-muted);margin-bottom:20px}.pve-breadcrumb a:hover{color:var(--pve-primary)}.pve-breadcrumb span[aria-hidden]{color:#B3BDC8}
.pve-article__label-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:13px}.pve-article__title{font-size:clamp(31px,4.2vw,58px);line-height:1.52;letter-spacing:-.06em;margin:0;font-weight:900;text-wrap:balance;color:var(--pve-dark)}
.pve-article__lead{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;background:var(--tone-soft,var(--pve-surface-2));border-right:3px solid var(--tone,var(--pve-primary));border-radius:15px 5px 15px 15px;padding:13px 14px;margin-top:18px;color:var(--tone-on,var(--pve-text))}.pve-article__lead-icon{width:42px;height:42px;border-radius:13px;background:#fff;display:grid;place-items:center;color:var(--tone,var(--pve-primary))}.pve-article__lead-icon .pve-svg{width:19px;height:19px}.pve-article__lead p{font-size:12px;line-height:2.05;margin:2px 0 0;font-weight:650}
.pve-article__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:18px}.pve-article__meta>span{display:inline-grid;grid-template-columns:18px auto auto;align-items:center;gap:5px;padding:7px 9px;background:var(--pve-surface-1);border:1px solid var(--pve-outline);border-radius:11px;font-size:8px;color:var(--pve-muted)}.pve-article__meta .pve-svg{width:15px;height:15px;color:var(--tone,var(--pve-primary))}.pve-article__meta strong{font-size:7px;color:#8B96A5;font-weight:750}.pve-article__hero-panel{background:linear-gradient(160deg,var(--pve-dark),color-mix(in srgb,var(--tone,var(--pve-primary)) 45%,var(--pve-dark)));color:#fff;border-radius:30px 12px 30px 30px;padding:24px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.pve-article__hero-panel-icon{width:60px;height:60px;border-radius:20px 20px 20px 7px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;margin-bottom:26px}.pve-article__hero-panel-icon .pve-svg{width:29px;height:29px}.pve-article__hero-panel .pve-overline{color:rgba(255,255,255,.48)}.pve-article__hero-panel h2{font-size:23px;margin:7px 0;line-height:1.5}.pve-article__hero-panel p{font-size:9px;line-height:2;color:rgba(255,255,255,.67);margin:0}.pve-article__hero-panel>a{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--pve-dark);border-radius:11px;padding:8px 11px;font-size:8px;font-weight:850;margin-top:auto;position:relative;z-index:2}.pve-article__hero-panel>a .pve-svg{width:13px;height:13px;transform:rotate(180deg)}.pve-article__hero-lines{position:absolute;left:0;right:0;bottom:0;height:100px;display:flex;align-items:flex-end;gap:7px;padding:0 20px;opacity:.12}.pve-article__hero-lines i{flex:1;background:#fff;border-radius:5px 5px 0 0}.pve-article__hero-lines i:nth-child(1){height:28%}.pve-article__hero-lines i:nth-child(2){height:52%}.pve-article__hero-lines i:nth-child(3){height:40%}.pve-article__hero-lines i:nth-child(4){height:80%}
.pve-article__cover{margin:0 0 20px;border-radius:30px 30px 12px 30px;overflow:hidden;position:relative;background:var(--pve-surface-2);border:1px solid var(--pve-outline)}.pve-article__cover img{width:100%;max-height:740px;object-fit:cover}.pve-article__cover-label{position:absolute;right:15px;bottom:15px;display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:11px;background:rgba(10,28,44,.78);color:#fff;font-size:8px;backdrop-filter:blur(10px)}.pve-article__cover-label span:first-child{width:27px;height:27px;border-radius:9px;background:rgba(255,255,255,.11);display:grid;place-items:center}.pve-article__cover-label .pve-svg{width:14px;height:14px}
.pve-article__layout{display:grid;grid-template-columns:78px minmax(0,1fr) 300px;gap:17px;align-items:start}.pve-share-rail{position:sticky;top:130px;background:#fff;border:1px solid var(--pve-outline);border-radius:18px 18px 8px 18px;padding:8px;display:flex;flex-direction:column;gap:5px}.pve-share-rail__title{font-size:7px;font-weight:900;color:var(--pve-muted);text-align:center;padding:3px 0 6px;border-bottom:1px solid var(--pve-outline);margin-bottom:2px}.pve-share-action{appearance:none;border:0;background:transparent;min-height:48px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;font-size:7px;color:var(--pve-muted);padding:5px}.pve-share-action .pve-svg{width:17px;height:17px;color:var(--tone,var(--pve-primary))}.pve-share-action:hover,.pve-share-action.is-copied{background:var(--tone-soft,var(--pve-surface-2));color:var(--tone-on,var(--pve-text))}
.pve-entry-wrap{background:#fff;border:1px solid var(--pve-outline);border-radius:24px 24px 10px 24px;padding:24px 38px 34px;min-width:0}.pve-entry-topline{display:grid;grid-template-columns:34px auto 1fr;align-items:center;gap:8px;padding-bottom:16px;margin-bottom:22px;border-bottom:1px solid var(--pve-outline);font-size:9px;font-weight:900;color:var(--tone,var(--pve-primary))}.pve-entry-topline>span:first-child{width:34px;height:34px;border-radius:11px;background:var(--tone-soft,var(--pve-surface-2));display:grid;place-items:center}.pve-entry-topline .pve-svg{width:16px;height:16px}.pve-entry-topline i{height:1px;background:linear-gradient(to left,var(--tone,var(--pve-primary)),transparent);opacity:.25}
.pve-entry{font-family:"Noto Sans Arabic",var(--pve-font);font-size:16px;line-height:2.15;color:#273447}.pve-entry>*:first-child{margin-top:0}.pve-entry p{margin:0 0 1.35em}.pve-entry h2,.pve-entry h3,.pve-entry h4{font-family:var(--pve-font);color:var(--pve-dark);line-height:1.65;letter-spacing:-.035em;margin:2em 0 .65em}.pve-entry h2{font-size:25px}.pve-entry h3{font-size:20px}.pve-entry h4{font-size:17px}.pve-entry a{color:var(--tone,var(--pve-primary));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.pve-entry blockquote{margin:1.8em 0;padding:20px 22px 20px 55px;border:0;border-right:4px solid var(--tone,var(--pve-primary));background:var(--tone-soft,var(--pve-surface-2));border-radius:18px 7px 18px 18px;position:relative;color:var(--tone-on,var(--pve-text));font-weight:650}.pve-entry blockquote:after{content:"“";position:absolute;left:18px;top:2px;font-family:serif;font-size:54px;line-height:1;color:color-mix(in srgb,var(--tone,var(--pve-primary)) 45%,transparent)}.pve-entry img{border-radius:18px;margin:1.4em auto}.pve-entry figure{margin:1.5em 0}.pve-entry figcaption{font-size:9px;color:var(--pve-muted);text-align:center;margin-top:6px}.pve-entry table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--pve-outline);border-radius:14px;overflow:hidden;font-size:12px;margin:1.5em 0}.pve-entry th,.pve-entry td{padding:10px 12px;border-bottom:1px solid var(--pve-outline);border-left:1px solid var(--pve-outline)}.pve-entry th{background:var(--pve-dark);color:#fff;font-family:var(--pve-font)}.pve-entry tr:last-child td{border-bottom:0}.pve-entry-end{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px;padding-top:19px;border-top:1px solid var(--pve-outline);color:var(--pve-muted)}.pve-entry-end span{width:32px;height:32px;border-radius:11px;background:var(--pve-surface-2);display:grid;place-items:center;color:var(--tone,var(--pve-primary))}.pve-entry-end .pve-svg{width:16px;height:16px}.pve-entry-end p{margin:0;font-size:8px;font-weight:900}
.pve-article-side{position:sticky;top:130px}.pve-topic-card{background:var(--tone-soft,var(--pve-surface-2));border:1px solid color-mix(in srgb,var(--tone,var(--pve-primary)) 15%,var(--pve-outline));border-radius:20px 20px 8px 20px;padding:14px;display:grid;grid-template-columns:43px 1fr 28px;gap:9px;align-items:center;margin-bottom:12px}.pve-topic-card__icon{width:43px;height:43px;border-radius:14px;background:var(--tone,var(--pve-primary));color:#fff;display:grid;place-items:center}.pve-topic-card__icon .pve-svg{width:20px;height:20px}.pve-topic-card h3{font-size:13px;line-height:1.4;margin:2px 0}.pve-topic-card p{font-size:8px;color:var(--pve-muted);margin:3px 0 0}.pve-topic-card>a{width:28px;height:28px;border-radius:9px;background:#fff;color:var(--tone,var(--pve-primary));display:grid;place-items:center}.pve-topic-card>a .pve-svg{width:13px;height:13px;transform:rotate(180deg)}
.pve-article__footer{margin:22px 95px 0 317px}.pve-tags{display:flex;align-items:center;flex-wrap:wrap;gap:7px;background:#fff;border:1px solid var(--pve-outline);border-radius:17px;padding:12px;margin-bottom:12px}.pve-tags__label{font-size:8px;font-weight:900;color:var(--pve-muted);margin-left:3px}.pve-tags a{font-size:8px;padding:5px 8px;border-radius:9px;background:var(--pve-surface-2);color:var(--pve-text)}.pve-tags a:hover{background:var(--tone-soft,var(--pve-primary-container));color:var(--tone,var(--pve-primary))}
.navigation.post-navigation{background:#fff;border:1px solid var(--pve-outline);border-radius:18px;overflow:hidden}.post-navigation .nav-links{display:grid;grid-template-columns:1fr 1fr}.post-navigation .nav-previous,.post-navigation .nav-next{padding:15px 17px}.post-navigation .nav-previous{border-left:1px solid var(--pve-outline)}.post-navigation a{display:flex;flex-direction:column}.pve-nav-post__label{font-size:8px;color:var(--pve-muted);margin-bottom:4px}.post-navigation strong{font-size:10px;line-height:1.75}.pve-related{margin:48px 0 0}

/* Page / archive heads */
.pve-page-head{margin-bottom:22px}.pve-page-head--finance{background:linear-gradient(145deg,#fff,#F0F5F7);border:1px solid var(--pve-outline);border-radius:28px 28px 10px 28px;padding:25px;display:grid;grid-template-columns:60px 1fr 180px;gap:17px;align-items:center;position:relative;overflow:hidden}.pve-page-head__icon{width:60px;height:60px;border-radius:20px 20px 20px 8px;background:var(--pve-dark);color:#fff;display:grid;place-items:center}.pve-page-head__icon .pve-svg{width:27px;height:27px}.pve-page-head h1{font-size:34px;line-height:1.4;letter-spacing:-.055em;margin:3px 0}.pve-page-head p,.pve-page-head>div>div{font-size:10px;color:var(--pve-muted);margin:0}.pve-page-head__lines{height:75px;background:linear-gradient(140deg,transparent 0 12%,var(--pve-primary) 12% 14%,transparent 14% 28%,var(--pve-gold) 28% 30%,transparent 30% 45%,#7794A8 45% 47%,transparent 47%);opacity:.45}
.pve-search-hero{background:var(--pve-dark);color:#fff;border-radius:28px 28px 10px 28px;padding:24px;display:grid;grid-template-columns:60px 300px 1fr;gap:18px;align-items:center;margin-bottom:24px}.pve-search-hero__icon{width:60px;height:60px;border-radius:20px 20px 20px 8px;background:rgba(255,255,255,.11);display:grid;place-items:center}.pve-search-hero__icon .pve-svg{width:27px;height:27px}.pve-search-hero .pve-overline{color:rgba(255,255,255,.45)}.pve-search-hero h1{font-size:25px;margin:2px 0}.pve-search-hero p{font-size:9px;color:rgba(255,255,255,.6);margin:2px 0}.pve-search-hero .pve-search-form input{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.13);color:#fff}.pve-search-hero .pve-search-form input::placeholder{color:rgba(255,255,255,.48)}.pve-search-hero .pve-search-form button{background:#fff;color:var(--pve-dark)}
.pve-page-article__header{background:#fff;border:1px solid var(--pve-outline);border-radius:28px 28px 10px 28px;padding:26px;margin-bottom:15px}.pve-page-article__identity{display:flex;align-items:center;gap:14px}.pve-page-article__icon{width:58px;height:58px;border-radius:19px 19px 19px 7px;background:var(--pve-dark);color:#fff;display:grid;place-items:center}.pve-page-article__icon .pve-svg{width:26px;height:26px}.pve-page-article__header h1{font-size:35px;margin:3px 0;letter-spacing:-.055em}.pve-page-article__cover{margin:0 0 16px;border-radius:28px 28px 10px 28px;overflow:hidden}.pve-page-article__cover img{width:100%;max-height:650px;object-fit:cover}.pve-page-article__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:17px;align-items:start}

/* Pagination / empty */
.pve-pagination{margin-top:18px}.pve-pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.pve-pagination .page-numbers{min-width:36px;height:36px;border-radius:11px;background:#fff;border:1px solid var(--pve-outline);display:grid;place-items:center;padding:0 8px;font-size:9px;font-weight:850}.pve-pagination .page-numbers.current,.pve-pagination a:hover{background:var(--pve-dark);color:#fff;border-color:var(--pve-dark)}.pve-empty-state{grid-column:1/-1;min-height:260px;background:#fff;border:1px dashed var(--pve-outline-strong);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.pve-empty-state>span{width:55px;height:55px;border-radius:18px;background:var(--pve-surface-2);color:var(--pve-primary);display:grid;place-items:center;margin-bottom:10px}.pve-empty-state h2{font-size:18px;margin:0}.pve-empty-state p{font-size:10px;color:var(--pve-muted);margin:6px 0 0}

/* 404 */
.pve-404{min-height:520px;background:#fff;border:1px solid var(--pve-outline);border-radius:32px 32px 12px 32px;padding:28px;display:grid;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);align-items:center;gap:34px;overflow:hidden}.pve-404__visual{height:390px;border-radius:28px 28px 10px 28px;background:linear-gradient(155deg,var(--pve-dark),#143A4D);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.pve-404__icon{width:65px;height:65px;border-radius:22px;background:rgba(255,255,255,.1);display:grid;place-items:center}.pve-404__icon .pve-svg{width:30px;height:30px}.pve-404__visual strong{font-size:92px;letter-spacing:-.08em;line-height:1.2}.pve-404__bars{position:absolute;right:30px;left:30px;bottom:0;height:90px;display:flex;align-items:flex-end;gap:9px;opacity:.14}.pve-404__bars i{flex:1;background:#fff;border-radius:7px 7px 0 0}.pve-404__bars i:nth-child(1){height:22%}.pve-404__bars i:nth-child(2){height:48%}.pve-404__bars i:nth-child(3){height:35%}.pve-404__bars i:nth-child(4){height:70%}.pve-404__bars i:nth-child(5){height:100%}.pve-404__body h1{font-size:35px;line-height:1.5;margin:7px 0;letter-spacing:-.055em}.pve-404__body p{font-size:11px;color:var(--pve-muted);max-width:650px}.pve-404__actions{margin-top:19px;display:flex;flex-direction:column;gap:12px}.pve-primary-btn{align-self:flex-start;padding:10px 15px;border-radius:13px;background:var(--pve-primary);color:#fff;font-size:9px;font-weight:850}.pve-primary-btn:hover{color:#fff;background:var(--pve-dark)}

/* Footer */
.pve-footer{background:var(--pve-dark);color:#D9E4EE;position:relative;overflow:hidden;margin-top:10px}.pve-footer__matrix{position:absolute;inset:0;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 1px);background-size:74px 74px;pointer-events:none}
.pve-footer__hero{padding:42px 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;position:relative}.pve-footer__brand{display:flex;align-items:center;gap:15px}.pve-footer__brand-icon{width:62px;height:62px;border-radius:21px 21px 21px 8px;background:var(--pve-primary);color:#fff;display:grid;place-items:center}.pve-footer__brand-icon .pve-svg{width:29px;height:29px}.pve-footer .pve-overline{color:rgba(255,255,255,.42)}.pve-footer__brand h2{font-size:27px;margin:3px 0;letter-spacing:-.045em}.pve-footer__brand p{font-size:9px;color:rgba(255,255,255,.48);margin:0}.pve-footer__sectors{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.pve-footer__sectors a{display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:8px;font-size:9px}.pve-footer__sectors a:hover{background:rgba(255,255,255,.09);color:#fff}.pve-footer__sectors a>span{width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#6FE3D0}.pve-footer__sectors .pve-svg{width:15px;height:15px}
.pve-footer__middle{position:relative;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);padding:24px 0;display:grid;grid-template-columns:1fr 260px;gap:34px}.pve-footer__widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pve-footer .widget{background:transparent;border:0;padding:0;margin:0;color:#fff}.pve-footer .widget-title{font-size:12px}.pve-footer .widget a,.pve-footer .widget p,.pve-footer .widget li{font-size:9px;color:rgba(255,255,255,.58)}.pve-footer__nav>span{font-size:9px;color:rgba(255,255,255,.4);font-weight:900}.pve-footer__nav ul{list-style:none;margin:7px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:5px}.pve-footer__nav a{display:block;padding:6px 9px;border-radius:9px;background:rgba(255,255,255,.06);font-size:8px}.pve-footer__nav a:hover{color:#fff;background:rgba(255,255,255,.10)}.pve-footer__bottom{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:8px;color:rgba(255,255,255,.38);position:relative}

/* Responsive */
@media (max-width:1260px){
  .pve-finance-dock__items{grid-template-columns:repeat(4,1fr)}
  .pve-finance-dock__item:nth-child(n+5){display:none}
  .pve-nav a{padding-inline:8px;font-size:11px}
  .pve-supermenu__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pve-ledger-layout,.pve-banking-desk{grid-template-columns:1fr 1fr}
  .pve-ledger-lead{grid-template-columns:1fr}.pve-ledger-lead__media{height:245px}
  .pve-banking-feature{grid-template-columns:48px 1fr}.pve-banking-feature__body{grid-column:1/-1}.pve-banking-feature__media{min-height:240px}
  .pve-article__layout{grid-template-columns:70px minmax(0,1fr) 280px}
  .pve-article__footer{margin-left:297px;margin-right:87px}
}
@media (max-width:1060px){
  .pve-container{width:min(calc(100% - 30px),var(--pve-container))}
  .pve-topline__links{display:none}
  .pve-header__main{grid-template-columns:1fr auto;min-height:70px}
  .pve-nav{position:fixed;right:15px;left:15px;top:78px;max-height:calc(100vh - 100px);overflow:auto;background:#fff;border:1px solid var(--pve-outline);border-radius:22px;padding:12px;box-shadow:var(--pve-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s var(--pve-ease)}
  .pve-nav.is-open{opacity:1;visibility:visible;transform:none}
  .pve-nav>ul,.pve-nav .menu{display:block}.pve-nav a{justify-content:space-between;min-height:44px;padding-inline:13px;border-radius:12px;font-size:12px}.pve-nav .sub-menu{position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:var(--pve-surface-1);margin:2px 9px 7px;padding:5px;border-radius:12px}.pve-nav .sub-menu a{min-height:36px;font-size:10px}
  .pve-menu-toggle{display:flex}.pve-super-trigger{display:none}
  .pve-market-nav{display:none}
  .pve-supermenu{display:none}
  .pve-search-panel__surface{grid-template-columns:1fr}.pve-search-panel__intro{display:none}
  .pve-finance-stage{grid-template-columns:1fr}.pve-finance-stage__main{min-height:560px}.pve-market-brief{display:grid;grid-template-columns:1fr 250px;gap:15px}.pve-market-brief__head{grid-column:1/-1}.pve-market-brief__visual{margin-top:0;height:100%;min-height:230px}.pve-market-brief__visual img,.pve-market-brief__visual .pve-placeholder{height:100%}
  .pve-sector-map{grid-template-columns:1fr}.pve-sector-map__grid{grid-template-columns:repeat(3,1fr)}
  .pve-exchange-board,.pve-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pve-banking-desk,.pve-ledger-layout{grid-template-columns:1fr}.pve-ledger-lead{grid-template-columns:1.1fr .9fr}.pve-ledger-lead__media{height:auto}
  .pve-category-hero{grid-template-columns:1fr}.pve-category-hero__stats{justify-content:start}
  .pve-category-feature{grid-template-columns:1fr}.pve-category-feature__media{height:390px}
  .pve-archive-shell{grid-template-columns:1fr}.pve-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pve-sidebar .widget{margin:0}
  .pve-article__hero{grid-template-columns:1fr}.pve-article__hero-panel{display:none}
  .pve-article__layout{grid-template-columns:64px minmax(0,1fr)}.pve-article-side{grid-column:1/-1;position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pve-article-side .widget{margin:0}.pve-topic-card{margin:0}
  .pve-article__footer{margin:20px 0 0 81px}
  .pve-page-article__layout{grid-template-columns:1fr}.pve-page-article__layout .pve-article-side{display:grid}
  .pve-footer__hero{grid-template-columns:1fr}.pve-footer__middle{grid-template-columns:1fr}.pve-footer__nav{margin-top:5px}
}
@media (max-width:760px){
  .pve-main{padding:20px 0 52px}.pve-container{width:min(calc(100% - 22px),var(--pve-container))}
  .pve-topline__inner{min-height:31px}.pve-topline__brandline>span:nth-last-child(-n+2){display:none}
  .pve-brand{min-width:0}.pve-brand__desc{display:none}.pve-brand__title{font-size:18px}.pve-brand__mark{width:43px;height:43px;border-radius:14px 14px 14px 5px}
  .pve-icon-btn--label span{display:none}.pve-icon-btn{width:42px;padding:0}
  .pve-breaking__inner{grid-template-columns:auto 1fr}.pve-breaking__mark{display:none}.pve-breaking__items a:not(:first-child){display:none}
  .pve-finance-dock{grid-template-columns:auto 1fr;padding:7px 8px 7px 11px;border-radius:17px}.pve-finance-dock__label span:last-child{display:none}.pve-finance-dock__items{display:flex;overflow:auto;scrollbar-width:none}.pve-finance-dock__item{min-width:118px}.pve-finance-dock__item:nth-child(n){display:flex}
  .pve-finance-stage__main{min-height:500px;border-radius:24px 24px 10px 24px}.pve-finance-stage__content{padding:24px 22px}.pve-display{font-size:30px;line-height:1.55}.pve-finance-stage__excerpt{font-size:11px}.pve-market-brief{display:block}.pve-market-brief__visual{margin-top:13px;height:155px;min-height:0}
  .pve-sector-map{padding:10px;margin-bottom:38px;border-radius:20px}.pve-sector-map__intro{padding:17px}.pve-sector-map__grid{grid-template-columns:1fr 1fr}.pve-sector-card{grid-template-columns:38px 1fr}.pve-sector-card__arrow{display:none}
  .pve-section{margin-bottom:42px}.pve-section__head{align-items:flex-end}.pve-section__icon{width:43px;height:43px}.pve-section__title{font-size:21px}.pve-section__more span{display:none}.pve-section__more{width:38px;height:38px;padding:0;display:grid;place-items:center}
  .pve-ledger-lead{grid-template-columns:1fr}.pve-ledger-lead__media{height:260px}.pve-ledger-lead__body{padding:20px}.pve-ledger-lead__body h3{font-size:20px}.pve-ledger-item{grid-template-columns:24px 1fr 58px}.pve-ledger-item__thumb{width:58px;height:49px}
  .pve-exchange-board,.pve-data-grid{grid-template-columns:1fr 1fr}.pve-exchange-card.is-wide,.pve-data-card.is-primary{grid-column:1/-1;grid-row:auto}.pve-exchange-card.is-wide{display:block}.pve-exchange-card.is-wide .pve-exchange-card__media{height:265px}.pve-data-card.is-primary{min-height:auto}.pve-data-card.is-primary .pve-data-card__media{height:230px}
  .pve-banking-feature{grid-template-columns:42px 1fr}.pve-banking-feature__media{height:245px;min-height:0}.pve-banking-feature__body{padding:20px}.pve-banking-list{padding-inline:12px}
  .pve-category-hero{padding:20px;border-radius:24px}.pve-category-hero__identity{align-items:flex-start}.pve-category-hero__icon{width:58px;height:58px;border-radius:19px}.pve-category-hero h1{font-size:30px}.pve-category-hero__stats{grid-template-columns:1fr 1fr}.pve-category-hero__chart{display:none}.pve-subcategory-board{grid-template-columns:auto 1fr}.pve-category-feature__media{height:285px}.pve-category-feature__body{padding:21px}.pve-category-feature__body h2{font-size:21px}
  .pve-archive-grid,.pve-related__grid{grid-template-columns:1fr 1fr}.pve-card__thumb{height:180px}.pve-title--md{font-size:11px}
  .pve-sidebar,.pve-article-side{grid-template-columns:1fr}
  .pve-article__hero-main{padding:21px;border-radius:24px}.pve-article__title{font-size:31px}.pve-article__lead{grid-template-columns:34px 1fr}.pve-article__lead-icon{width:34px;height:34px}.pve-article__meta>span{grid-template-columns:16px 1fr}.pve-article__meta strong{display:none}.pve-article__cover{border-radius:24px}.pve-article__layout{grid-template-columns:1fr}.pve-share-rail{position:static;display:flex;flex-direction:row;justify-content:flex-start;overflow:auto;padding:7px}.pve-share-rail__title{display:none}.pve-share-action{min-width:62px;min-height:43px;flex-direction:row;padding-inline:8px}.pve-entry-wrap{padding:20px 19px 28px;border-radius:21px}.pve-entry{font-size:15px;line-height:2.15}.pve-article__footer{margin:18px 0 0}.post-navigation .nav-links{grid-template-columns:1fr}.post-navigation .nav-previous{border-left:0;border-bottom:1px solid var(--pve-outline)}
  .pve-page-head--finance{grid-template-columns:50px 1fr;padding:19px}.pve-page-head__icon{width:50px;height:50px}.pve-page-head h1{font-size:27px}.pve-page-head__lines{display:none}.pve-search-hero{grid-template-columns:50px 1fr;padding:18px}.pve-search-hero__form{grid-column:1/-1}.pve-search-hero__icon{width:50px;height:50px}.pve-search-hero h1{font-size:22px}
  .pve-404{grid-template-columns:1fr;padding:18px}.pve-404__visual{height:280px}.pve-404__visual strong{font-size:74px}.pve-404__body h1{font-size:28px}
  .pve-footer__hero{padding-top:32px}.pve-footer__sectors{grid-template-columns:1fr 1fr}.pve-footer__widgets{grid-template-columns:1fr}.pve-footer__bottom{flex-direction:column;align-items:flex-start;justify-content:center;padding:13px 0}
}
@media (max-width:500px){
  .pve-finance-stage__main{min-height:460px}.pve-display{font-size:27px}.pve-finance-stage__excerpt{display:none}.pve-finance-stage__meta span:last-child{display:none}
  .pve-sector-map__grid{grid-template-columns:1fr}.pve-sector-card{grid-template-columns:38px 1fr auto}.pve-sector-card__arrow{display:block}
  .pve-exchange-board,.pve-data-grid,.pve-archive-grid,.pve-related__grid{grid-template-columns:1fr}.pve-exchange-card.is-wide,.pve-data-card.is-primary{grid-column:auto}.pve-card__thumb{height:220px}
  .pve-category-hero__identity{display:block}.pve-category-hero__icon{margin-bottom:12px}.pve-category-hero__stats{grid-template-columns:1fr 1fr}.pve-category-feature__media{height:235px}
  .pve-entry{font-size:14.5px}.pve-entry-wrap{padding-inline:16px}
  .pve-footer__sectors{grid-template-columns:1fr}
}

@media print{
  .pve-topline,.pve-header,.pve-breaking,.pve-share-rail,.pve-article-side,.pve-footer,.pve-related,.pve-reading-progress{display:none!important}
  body{background:#fff;color:#000}.pve-main{padding:0}.pve-container{width:100%;max-width:none}.pve-article__hero{display:block}.pve-article__hero-main,.pve-entry-wrap{border:0;padding:0}.pve-article__hero-panel{display:none}.pve-article__layout{display:block}.pve-article__cover{border-radius:0}.pve-article__footer{margin:20px 0}.pve-entry{font-size:12pt;line-height:1.8;color:#000}
}
