.leadership-vision .ceo-x-feed { margin-top: 48px; }
.ceo-x-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.ceo-x-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.ceo-x-card__context { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.45; }
.ceo-x-card__context > span { color: var(--orange); font-size: 21px; line-height: 1; }
.ceo-profile { position: relative; display: inline-flex; z-index: 1; }
.ceo-profile.is-open { z-index: 2; }
.ceo-profile__trigger { color: inherit; text-decoration: underline; text-decoration-color: rgba(10,34,53,.35); text-underline-offset: 3px; }
.ceo-profile__trigger:hover, .ceo-profile__trigger:focus-visible { color: var(--orange); text-decoration-color: currentColor; outline: none; }
.ceo-profile__popover { position: absolute; inset-inline-start: 0; top: calc(100% + 12px); width: min(360px, calc(100vw - 32px)); padding: 20px; border: 1px solid rgba(10,34,53,.12); border-radius: 20px; background: linear-gradient(145deg, #fff 0%, #fbfcfe 100%); box-shadow: 0 20px 48px rgba(10,34,53,.18), 0 2px 8px rgba(10,34,53,.06); color: var(--ink); font-size: 15px; font-weight: 400; line-height: 1.45; }
.ceo-profile__popover[hidden] { display: none; }
.ceo-profile__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.ceo-profile__avatar { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; }
.ceo-profile__follow { display: inline-flex; align-items: center; min-height: 40px; padding: 0 17px; border-radius: 999px; background: #0b1218; color: #fff; font-size: 14px; font-weight: 750; box-shadow: 0 5px 13px rgba(11,18,24,.14); }
.ceo-profile__follow:hover { background: var(--orange); color: #fff; transform: translateY(-1px); }
.ceo-profile__name { display: block; margin-top: 16px; font-size: 22px; line-height: 1.22; letter-spacing: -.025em; }
.ceo-profile__handle { margin: 4px 0 17px; color: var(--ink-2); font-size: 16px; line-height: 1.3; }
.ceo-profile__bio { margin: 0 0 18px; font-family: Arial, sans-serif; font-size: 15px; line-height: 1.55; text-align: start; }
.ceo-profile__stats { display: flex; flex-wrap: wrap; gap: 8px 17px; margin: 0 0 19px; color: var(--ink-2); font-size: 15px; }
.ceo-profile__stat { white-space: nowrap; }
.ceo-profile__stats strong { color: var(--ink); font-size: 17px; }
.ceo-profile__view { display: flex; justify-content: center; padding: 10px 15px; border: 1px solid #d5dfeb; border-radius: 999px; color: var(--ink); font-size: 14px; font-weight: 750; }
.ceo-profile__view:hover { border-color: var(--orange); color: var(--orange); background: #fffaf7; }
.native-post { overflow: hidden; border: 1px solid #cfdae3; border-radius: 16px; background: #fff; color: #0b1218; }
.native-post__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 16px 16px 0; }
.native-post__author { display: flex; min-width: 0; align-items: center; gap: 10px; }
.native-post__avatar { display: inline-flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(145deg, #b63d35, #f4c5a4); color: #fff; font-size: 12px; font-weight: 750; object-fit: cover; }
.native-post__avatar--small { width: 31px; height: 31px; flex-basis: 31px; background: linear-gradient(145deg, #5b6470, #bfc6ce); font-size: 9px; }
.native-post__identity { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 3px 5px; line-height: 1.15; }
.native-post__name { color: #0b1218; font-size: 15px; font-weight: 750; }
.native-post__name:hover { color: var(--orange); }
.native-post__verified { display: inline-flex; width: 16px; height: 16px; align-items: center; justify-content: center; border-radius: 50%; background: #1d9bf0; color: #fff; font-size: 11px; font-weight: 800; }
.native-post__handle { width: 100%; color: #5b7083; font-size: 13px; }
.native-post__x-link { color: #0b1218; font-size: 27px; line-height: .8; }
.native-post__x-link:hover { color: var(--orange); }
.native-post__text { margin: 15px 16px; color: #111820; font-family: Arial, sans-serif; font-size: 15px; line-height: 1.62; text-align: start; white-space: pre-line; }
.native-post__quote { margin: 0 16px 14px; overflow: hidden; border: 1px solid #d6e0e7; border-radius: 13px; }
.native-post__author--compact { padding: 12px 12px 0; gap: 8px; }
.native-post__author--compact .native-post__name { font-size: 13px; }
.native-post__author--compact .native-post__handle { width: auto; font-size: 12px; }
.native-post__author--compact .native-post__verified { width: 14px; height: 14px; font-size: 9px; }
.native-post__text--quote { margin: 10px 12px 12px; font-size: 14px; line-height: 1.7; }
.native-post__media { background: #edf2f5; border-top: 1px solid #d6e0e7; }
.native-post__media img { display: block; width: 100%; height: auto; }
.native-post__media:not(.native-post__gallery) > img { cursor: zoom-in; transition: filter .18s ease; }
.native-post__media:not(.native-post__gallery) > img:hover { filter: brightness(.91); }
.native-post__media:not(.native-post__gallery) > img:focus-visible { outline: 2px solid var(--orange); outline-offset: -3px; }
.native-post__gallery { position: relative; overflow: hidden; }
.native-post__gallery-viewport { overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scrollbar-width: none; }
.native-post__gallery-viewport::-webkit-scrollbar { display: none; }
.native-post__gallery-track { display: flex; gap: 3px; }
.native-post__gallery-track img { width: calc(83% - 2px); min-width: calc(83% - 2px); height: 280px; cursor: zoom-in; object-fit: cover; transition: filter .18s ease; }
.native-post__gallery-track img:hover { filter: brightness(.91); }
.native-post__gallery-track img:focus-visible { outline: 2px solid var(--orange); outline-offset: -3px; }
.native-post__gallery-control { position: absolute; top: 50%; z-index: 1; display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; transform: translateY(-50%); background: rgba(15, 23, 31, .74); color: #fff; font-size: 27px; line-height: 1; opacity: 0; cursor: pointer; transition: opacity .18s ease, background .18s ease, transform .18s ease; }
.native-post__gallery-control[hidden] { display: none; }
.native-post__gallery-control:hover { background: rgba(15, 23, 31, .94); transform: translateY(-50%) scale(1.06); }
.native-post__gallery-control:focus-visible { background: rgba(15, 23, 31, .94); outline: 2px solid var(--orange); outline-offset: 2px; }
.native-post__gallery-control--previous { left: 12px; }
.native-post__gallery-control--next { right: 12px; }
.native-post__gallery:hover .native-post__gallery-control:not([hidden]), .native-post__gallery:focus-within .native-post__gallery-control:not([hidden]) { opacity: 1; }
.native-post__lightbox { position: fixed; inset: 0; box-sizing: border-box; width: min(1100px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 14px; background: transparent; }
.native-post__lightbox::backdrop { background: rgba(5, 11, 18, .82); backdrop-filter: blur(3px); }
.native-post__lightbox img { display: block; max-width: 100%; max-height: calc(100vh - 44px); margin: 0 auto; border-radius: 12px; object-fit: contain; cursor: zoom-out; }
.native-post__lightbox-close { position: fixed; top: 18px; right: 18px; display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0 0 4px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: #0b1218; font-size: 31px; line-height: 1; cursor: pointer; }
.native-post__lightbox-close:hover, .native-post__lightbox-close:focus-visible { background: var(--orange); color: #fff; outline: none; }
.native-post__lightbox-control { position: absolute; top: 50%; z-index: 1; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; transform: translateY(-50%); background: rgba(9, 16, 24, .78); color: #fff; font-size: 29px; line-height: 1; cursor: pointer; }
.native-post__lightbox-control:hover, .native-post__lightbox-control:focus-visible { background: var(--orange); outline: none; }
.native-post__lightbox-control--previous { left: 16px; }
.native-post__lightbox-control--next { right: 16px; }
.native-post__lightbox-control[hidden] { display: none; }
.native-post__media video { display: block; width: 100%; max-height: 260px; background: #152331; object-fit: cover; }
.native-post__quote-source { display: flex; justify-content: flex-end; padding: 9px 12px; color: #1769c2; font-size: 12px; font-weight: 700; }
.native-post__quote-source:hover { color: var(--orange); }
.native-post__footer { display: flex; justify-content: space-between; gap: 10px; padding: 12px 16px; border-top: 1px solid #dce5eb; color: #5b7083; font-size: 12px; }
.native-post__view { color: #1769c2; font-weight: 700; white-space: nowrap; }
.native-post__view:hover { color: var(--orange); }
.native-post__stats { display: flex; gap: 18px; padding: 0 16px 14px; }
.native-post__stat { color: #5b7083; font-size: 13px; font-weight: 650; }
.native-post__stat--likes { color: #e02475; }
.native-post__stat--reposts { color: #16856f; }
.native-post__stat:hover { color: var(--orange); }
html[dir="rtl"] .ceo-x-card__context { flex-direction: row-reverse; justify-content: flex-end; }
@media (max-width: 1024px) { .ceo-x-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (hover: none) { .native-post__gallery-control:not([hidden]) { opacity: 1; } }
@media (max-width: 640px) { .leadership-vision .ceo-x-feed { margin-top: 32px; } .ceo-x-feed { grid-template-columns: minmax(0, 1fr); } .ceo-x-card { padding: 14px; } .ceo-profile__popover { width: min(340px, calc(100vw - 28px)); padding: 18px; border-radius: 18px; } .ceo-profile__avatar { width: 68px; height: 68px; } .ceo-profile__name { font-size: 20px; } .native-post__media video { max-height: 340px; } .native-post__gallery-track img { height: 360px; } }
