:root{
  --bg:#eef2f8;
  --bg2:#f6f8fc;
  --bg3:#ffffff;
  --panel:#ffffff;
  --panel2:#f8faff;
  --panel3:#f2f6fd;
  --line:#dbe3f0;
  --line2:#e7edf7;
  --text:#0f172a;
  --muted:#667085;
  --muted2:#94a3b8;
  --brand:#6d4aff;
  --brand2:#38bdf8;
  --brand3:#ec4899;
  --good:#16a34a;
  --warn:#f59e0b;
  --shadow:0 16px 40px rgba(15,23,42,.08);
  --radius:26px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}

body,
body.theme-soulshive-4{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(236,72,153,.06), transparent 22%),
    radial-gradient(circle at 90% 0%, rgba(109,74,255,.08), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(56,189,248,.08), transparent 24%),
    linear-gradient(180deg, #f7f9fd 0%, #edf2f8 100%);
  color:var(--text);
  min-height:100vh;
  overflow-x:hidden;
}

.bg-orb{display:none}
.orb-1,.orb-2,.orb-3{display:none}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
  width:min(1380px, calc(100% - 28px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* HEADER */
.topbar4{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid #e7edf7;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.brand4-logo{
  height:70px;
  width:auto;
  display:block;
  object-fit:contain;
}
.nav4{
  min-height:74px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
}

.brand4{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  color:#111827;
}

.brand4-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.75), transparent 30%),
    linear-gradient(135deg, var(--brand3), var(--brand2) 50%, var(--brand));
  box-shadow:0 10px 20px rgba(109,74,255,.18);
}

.brand4-text{
  font-size:20px;
  letter-spacing:.01em;
  color:#111827;
}

.menu4{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.menu4-link,.iconpill4,.btn4{
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dde5f1;
  background:#fff;
  color:#334155;
  font-size:14px;
  font-weight:700;
  box-shadow:0 4px 10px rgba(15,23,42,.04);
}

.menu4-link:hover,.iconpill4:hover{
  background:#f8fafc;
  border-color:#d2dceb;
}

.menu4-right{
  display:flex;
  align-items:center;
  gap:10px;
}

.search4{
  min-width:220px;
  height:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border:1px solid #dde5f1;
  background:#fff;
  color:var(--muted2);
  box-shadow:0 4px 10px rgba(15,23,42,.04);
}

.search4 input{
  border:none;
  outline:none;
  background:transparent;
  color:#0f172a;
  width:100%;
  font:inherit;
}

.search4 input::placeholder{
  color:#94a3b8;
}

.btn4-primary{
  background:linear-gradient(135deg, var(--brand), var(--brand2));
  border:none;
  color:#fff;
  box-shadow:0 10px 22px rgba(109,74,255,.22);
}

.avatar4{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:linear-gradient(135deg, var(--brand3), var(--brand2));
  font-weight:900;
  color:#fff;
  border:1px solid #dfe6f3;
}

.avatar4 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.subnav4{
  min-height:52px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  border-top:1px solid #edf2f8;
}

.subnav4-link{
  min-height:34px;
  padding:0 12px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#475569;
  font-size:13px;
  font-weight:700;
  background:#fff;
  border:1px solid #e3eaf4;
}

.subnav4-link.active{
  background:linear-gradient(135deg, rgba(109,74,255,.12), rgba(56,189,248,.10));
  border-color:rgba(109,74,255,.18);
  color:#4c1d95;
}

.mutedtab{opacity:.8}
.subnav4-spacer{flex:1}
.subnav4-mini{font-size:12px;color:var(--muted2)}

.main4{padding:20px 0 26px}

/* CARDURI GENERALE */
.card4,.card{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.pad{padding:22px}

.sectionHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.sectionHead h2{
  margin:0;
  font-size:22px;
  font-weight:900;
  color:#111827;
}

.muted{color:var(--muted)}
.widgetTitle{font-size:17px;font-weight:900;color:#111827}

.input{
  width:100%;
  border:1px solid #dbe3ef;
  border-radius:16px;
  background:#fff;
  padding:13px 14px;
  font:inherit;
  color:#0f172a;
}

.input::placeholder{color:#94a3b8}

.table{width:100%;border-collapse:collapse}
.table th,.table td{
  padding:12px 10px;
  border-bottom:1px solid #e7edf7;
  text-align:left;
  font-size:14px;
  color:#334155;
}
.table th{color:#111827;font-weight:800}

.pager{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:18px;
}

.btn,.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid #dde5f1;
  background:#fff;
  color:#334155;
  font-size:14px;
  font-weight:700;
  box-shadow:0 4px 10px rgba(15,23,42,.04);
}

.btn-primary{
  background:linear-gradient(135deg, var(--brand), var(--brand2));
  border:none;
  color:#fff;
  font-weight:800;
  box-shadow:0 10px 22px rgba(74,124,255,.24);
}

/* HOME 4.0 */
.home4{
  display:grid;
  grid-template-columns:1.45fr .78fr;
  gap:18px;
}

.home4-main,.home4-side{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.hero4{
  position:relative;
  overflow:hidden;
  min-height:370px;
  border-radius:30px;
  background:linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  border:1px solid #dfe7f2;
  box-shadow:var(--shadow);
}

.hero4-image{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:.95;
}

.hero4-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.70) 62%, rgba(255,255,255,.92)),
    linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,.10));
}

.hero4-content{
  position:relative;
  z-index:2;
  min-height:370px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
}

.hero4-topchips{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.chip4{
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #dde5f1;
  font-size:12px;
  font-weight:800;
  color:#334155;
}

.hero4-title{
  margin:0;
  font-size:46px;
  line-height:1.04;
  font-weight:900;
  max-width:78%;
  color:#111827;
}

.hero4-meta{
  margin-top:14px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  color:#64748b;
  font-size:14px;
}

.hero4-author{
  display:flex;
  align-items:center;
  gap:10px;
}

.hero4-author img{
  width:38px;
  height:38px;
  border-radius:999px;
  object-fit:cover;
  border:2px solid #fff;
}

/* FEATURE */
.feature4{
  display:grid;
  grid-template-columns:1.1fr .62fr;
  gap:18px;
}

.feature4-big,.feature4-sidewrap{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:28px;
  box-shadow:var(--shadow);
}

.feature4-big{overflow:hidden}
.feature4-big img{
  width:100%;
  height:330px;
  object-fit:cover;
}

.feature4-bigbody{padding:20px}

.feature4-bigtitle{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.2;
  font-weight:900;
  color:#111827;
}

.feature4-bigtext{
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
}

.sidewidget4{
  border-bottom:1px solid #edf2f8;
  padding:16px 18px;
}

.sidewidget4:last-child{border-bottom:none}

.metric4{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.metric4-big{
  font-size:52px;
  font-weight:900;
  line-height:1;
  color:#111827;
}

.metric4-glow{
  width:64px;
  height:64px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%, #fff, #67d1ff 35%, transparent 36%), linear-gradient(135deg, rgba(255,255,255,.8), rgba(124,77,255,.18));
  box-shadow:0 0 22px rgba(92,188,255,.18);
}

.progress4{
  margin-top:12px;
  height:10px;
  border-radius:999px;
  background:#edf2f8;
  overflow:hidden;
}

.progress4 span{
  display:block;
  height:100%;
  width:72%;
  background:linear-gradient(90deg, var(--good), var(--brand2));
}

.list4{
  display:grid;
  gap:12px;
  margin-top:10px;
}

.userrow4{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:10px;
  align-items:center;
}

.userrow4 img{
  width:42px;
  height:42px;
  border-radius:999px;
  object-fit:cover;
  border:2px solid #edf2f8;
}

.userrow4-name{
  font-size:14px;
  font-weight:800;
  color:#111827;
}

.userrow4-sub{
  font-size:12px;
  color:var(--muted2);
}

.badge4{
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--brand3), var(--brand2));
  color:#fff;
  font-size:12px;
  font-weight:900;
}

/* STORIES */
.stories4{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:18px;
}

.stories4-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.story4{
  overflow:hidden;
  border-radius:20px;
  border:1px solid #e4ebf4;
  background:#fff;
}

.story4 img{
  width:100%;
  height:140px;
  object-fit:cover;
}

.story4-body{padding:12px}

.story4-title{
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  color:#111827;
}

.story4-meta{
  margin-top:8px;
  font-size:12px;
  color:var(--muted2);
}

/* FEED */
.feed4{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:18px;
}

.feed4-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.feedcard4{
  overflow:hidden;
  border-radius:22px;
  border:1px solid #dfe7f2;
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.feedcard4:hover{
  transform:translateY(-3px);
  border-color:rgba(109,74,255,.24);
  box-shadow:0 18px 30px rgba(15,23,42,.08);
}

.feedcard4 img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.feedcard4-body{padding:14px}

.feedcard4-title{
  font-size:18px;
  font-weight:900;
  line-height:1.28;
  color:#111827;
}

.feedcard4-text{
  margin-top:8px;
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
}

.feedcard4-meta{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:12px;
  color:var(--muted2);
}

.feedcard4-author{
  display:flex;
  align-items:center;
  gap:8px;
}

.feedcard4-author img{
  width:24px;
  height:24px;
  border-radius:999px;
  object-fit:cover;
}

/* SIDEBAR */
.sidebar4-card{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:26px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.sidebar4-pad{padding:18px}

.donations4{display:grid;gap:12px}

.donationtile4{
  border:1px solid #e4ebf4;
  background:#fff;
  border-radius:18px;
  padding:14px;
}

.sponsor4{
  overflow:hidden;
  border-radius:18px;
  border:1px solid #e4ebf4;
  background:#fff;
}

.sponsor4 img{
  width:100%;
  height:120px;
  object-fit:cover;
}

.sponsor4-body{padding:12px}

.tagcloud4{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.tag4{
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(109,74,255,.10);
  border:1px solid rgba(109,74,255,.16);
  color:#5b21b6;
  font-size:13px;
  font-weight:800;
}

/* NOTIFICATIONS */
.notifications4{
  position:fixed;
  left:24px;
  bottom:24px;
  z-index:25;
  display:grid;
  gap:12px;
}

.note4{
  width:320px;
  max-width:calc(100vw - 40px);
  border-radius:20px;
  background:#fff;
  color:#101828;
  box-shadow:0 18px 40px rgba(15,23,42,.16);
  padding:14px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  align-items:center;
  border:1px solid #e5eaf3;
}

.note4 img{
  width:44px;
  height:44px;
  border-radius:999px;
  object-fit:cover;
}

.note4-title{
  font-size:14px;
  font-weight:900;
  color:#111827;
}

.note4-sub{
  font-size:12px;
  color:#667085;
}

/* FOOTER */
.footer4{
  padding:26px 0 30px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  color:var(--muted);
  font-size:14px;
}

.footer4-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.footer4-links a{
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #dde5f1;
  color:#475569;
}

/* AUTH */
.authShell{padding-top:10px}

.authWrap{
  display:grid;
  grid-template-columns:1.15fr .78fr;
  gap:22px;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:30px;
  box-shadow:var(--shadow);
}

.authLeft{
  padding:28px;
  background:
    radial-gradient(circle at top left, rgba(124,77,255,.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #f7f9fd);
}

.authEyebrow{
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #dde5f1;
  font-size:12px;
  font-weight:800;
  color:#6d4aff;
}

.authLeft h1{
  margin:18px 0 10px;
  font-size:58px;
  line-height:1.02;
  font-weight:900;
  max-width:720px;
  color:#111827;
}

.authLeft p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.authFeatureGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}

.authFeatureItem{
  border:1px solid #e4ebf4;
  background:#fff;
  border-radius:20px;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.authFeatureItem b{
  font-size:18px;
  font-weight:800;
  color:#111827;
}

.authFeatureItem span{
  color:var(--muted);
  font-size:14px;
}

.authRight{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.authCardInner{
  width:100%;
  max-width:470px;
  border:1px solid #e3eaf4;
  background:#fff;
  border-radius:26px;
  padding:24px;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.authCardInner h2{
  margin:0 0 6px;
  font-size:42px;
  line-height:1.05;
  font-weight:900;
  color:#111827;
}

.authForm{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:18px;
}

.authForm label{
  font-size:14px;
  font-weight:700;
  color:#334155;
}

.authSubmit{
  width:100%;
  margin-top:8px;
  min-height:46px;
}

.authBottom{
  margin-top:16px;
  color:var(--muted);
  font-size:14px;
}

.authError{
  margin-top:16px;
  padding:14px 16px;
  border-radius:18px;
  background:#fef2f2;
  border:1px solid #fecaca;
  color:#b91c1c;
  font-weight:700;
}

.authOk{
  margin-top:16px;
  padding:14px 16px;
  border-radius:18px;
  background:#ecfdf3;
  border:1px solid #a7f3d0;
  color:#047857;
  font-weight:700;
}

/* USER / PROFILE / POST / ADMIN reused */
.userPanelWrap,.settingsWrap,.premiumPostPage,.premiumProfilePage{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-top:18px;
}

.userPanelGrid,.premiumPostGrid,.premiumProfileGrid{display:grid;gap:18px}
.userPanelGrid{grid-template-columns:repeat(4,1fr)}
.panelActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.settingsWrap{max-width:760px;margin:auto}
.creatorSponsorsPage{display:flex;flex-direction:column;gap:20px}

/* ADMIN LIGHT */
.admin-page-body{
  background:
    radial-gradient(circle at 20% 10%, rgba(236,72,153,.06), transparent 22%),
    radial-gradient(circle at 90% 90%, rgba(56,189,248,.08), transparent 22%),
    linear-gradient(180deg, #f7f9fd 0%, #edf2f8 100%);
}

.adminFrame{
  min-height:100vh;
  display:grid;
  grid-template-columns:320px 1fr;
  gap:24px;
  padding:22px;
}

.adminSidebar{
  border-radius:34px;
  background:linear-gradient(180deg,#ffffff 0%, #f8faff 100%);
  border:1px solid #dfe7f2;
  box-shadow:var(--shadow);
  padding:22px;
  color:#334155;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.adminBrand{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:28px;
  font-weight:900;
  color:#111827;
}

.adminUserCard{
  background:#fff;
  border:1px solid #e3eaf4;
  border-radius:22px;
  padding:16px;
}

.adminUserTitle{
  font-size:18px;
  font-weight:800;
  color:#111827;
}

.adminUserSub{
  margin-top:6px;
  font-size:13px;
  color:#667085;
}

.adminMenuGroup{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.adminMenuLabel{
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  color:#94a3b8;
  text-transform:uppercase;
}

.adminMenuItem{
  min-height:44px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:14px;
  color:#334155;
  background:#fff;
  border:1px solid #e4ebf4;
  font-size:14px;
  font-weight:700;
}

.adminMenuItem:hover{
  background:#f8fafc;
}

.adminSidebarFooter{margin-top:auto}

.adminSidebarBack{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 14px;
  border-radius:14px;
  background:#fff;
  font-weight:700;
  border:1px solid #dde5f1;
  color:#334155;
}

.adminMain{
  min-width:0;
  border-radius:34px;
  background:rgba(255,255,255,.8);
  backdrop-filter:blur(14px);
  box-shadow:0 22px 60px rgba(15,23,42,.08);
  overflow:hidden;
  border:1px solid #e7edf7;
}

.adminTopbar{
  height:78px;
  padding:0 24px;
  border-bottom:1px solid #e7edf7;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,255,255,.56);
}

.adminSearchFake{
  width:280px;
  max-width:100%;
  height:44px;
  border-radius:14px;
  background:#fff;
  border:1px solid #dde5f1;
  display:flex;
  align-items:center;
  padding:0 14px;
  color:#98a2b3;
  font-weight:600;
}

.adminAvatarMini{
  width:38px;
  height:38px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  display:inline-block;
}

.adminMainInner{padding:24px}

.adminDashboardGrid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}

.adminHeroCard,.adminContentCard{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:28px;
  padding:22px;
  box-shadow:var(--shadow);
}

.adminHeroCard{grid-column:1 / -1}

.adminHeroTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.adminEyebrow{
  color:#6d4aff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.adminHeroCard h1{
  margin:8px 0 10px;
  font-size:62px;
  line-height:1.02;
  font-weight:900;
  color:#111827;
}

.adminHeroCard p{
  margin:0;
  max-width:800px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.adminHeroBadge{
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid #dde5f1;
  display:inline-flex;
  align-items:center;
  background:#fff;
  font-weight:800;
  color:#334155;
}

.adminStatStrip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  margin-top:22px;
}

.adminStatCard{
  border:1px solid #e3eaf4;
  border-radius:22px;
  padding:18px;
  background:#fff;
}

.adminStatCard b{
  display:block;
  font-size:34px;
  font-weight:900;
  color:#111827;
}

.adminStatCard span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:14px;
}

.adminQuickLinks{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.adminChip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dde5f1;
  font-weight:800;
  color:#334155;
}

.chartBox{height:340px}
.chartBox.compact{height:280px}

.adminActionGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.adminActionBox{
  border:1px solid #e4ebf4;
  border-radius:20px;
  padding:18px;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.adminActionBox b{
  font-size:18px;
  font-weight:800;
  color:#111827;
}

.adminActionBox span{
  color:var(--muted);
  font-size:14px;
}

/* PREMIUM POST / PROFILE */
.premiumPostHero,.premiumProfileHero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  box-shadow:var(--shadow);
  background:#fff;
  border:1px solid #dfe7f2;
}

.premiumPostHero{min-height:420px}
.premiumProfileHero{min-height:360px}

.premiumPostHeroMedia,.premiumProfileCover{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}

.premiumPostHeroContent{
  position:relative;
  z-index:1;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:28px;
  color:#111827;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.76) 60%, rgba(255,255,255,.94));
}

.premiumPostMetaRow{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.heroMetaDot{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  color:#334155;
  font-size:12px;
  font-weight:700;
  border:1px solid #dde5f1;
}

.premiumStatusBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#fff7ed;
  color:#b45309;
  font-size:12px;
  font-weight:900;
  border:1px solid #fed7aa;
}

.premiumPostTitle{
  margin:0;
  font-size:54px;
  line-height:1.02;
  font-weight:900;
  max-width:78%;
  color:#111827;
}

.premiumPostExcerpt{
  margin-top:14px;
  max-width:760px;
  font-size:18px;
  line-height:1.75;
  color:#475569;
}

.premiumPostTags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}

.premiumPostAuthor{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
}

.premiumPostAuthor img{
  width:60px;
  height:60px;
  border-radius:999px;
  object-fit:cover;
  border:3px solid #fff;
}

.premiumPostAuthorName{
  font-size:16px;
  font-weight:800;
  color:#111827;
}

.premiumPostAuthorMeta{
  font-size:13px;
  color:#64748b;
}

.premiumPostGrid{grid-template-columns:1.15fr .55fr}
.premiumPostSidebar{display:flex;flex-direction:column;gap:18px}

.premiumArticleText{
  font-size:18px;
  line-height:1.9;
  color:#334155;
}

.premiumVideoBox{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:18px;
  background:#000;
}

.premiumVideoBox iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.premiumPostActions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.premiumSourceTitle{
  margin-top:10px;
  font-size:18px;
  font-weight:800;
  color:#111827;
}

.premiumSourceMeta{
  margin-top:8px;
  color:var(--muted);
  font-size:14px;
}

.premiumSourceLink{
  margin-top:10px;
  color:#64748b;
  font-size:13px;
  word-break:break-word;
}

.premiumRelatedList{
  display:grid;
  gap:12px;
  margin-top:12px;
}

.premiumRelatedItem{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:12px;
  align-items:center;
  border:1px solid #e4ebf4;
  border-radius:18px;
  padding:10px;
  background:#fff;
}

.premiumRelatedItem img{
  width:82px;
  height:82px;
  border-radius:14px;
  object-fit:cover;
}

.premiumRelatedTitle{
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  color:#111827;
}

.premiumRelatedMeta{
  margin-top:6px;
  font-size:12px;
  color:var(--muted);
}

.premiumProfileHeroInner{
  position:relative;
  z-index:1;
  min-height:360px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:end;
  padding:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.74) 60%, rgba(255,255,255,.94));
}

.premiumProfileAvatar{
  width:140px;
  height:140px;
  border-radius:30px;
  object-fit:cover;
  border:4px solid #fff;
  box-shadow:0 18px 34px rgba(15,23,42,.10);
}

.premiumProfileBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  color:#6d4aff;
  border:1px solid #dde5f1;
  font-size:12px;
  font-weight:900;
}

.premiumProfileName{
  margin:10px 0 0;
  color:#111827;
  font-size:48px;
  line-height:1.04;
  font-weight:900;
}

.premiumProfileMeta{
  margin-top:10px;
  color:#475569;
  font-size:15px;
}

.premiumProfileBio{
  margin-top:14px;
  max-width:760px;
  color:#475569;
  line-height:1.75;
  font-size:16px;
}

.premiumProfileActions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:flex-start;
}

.premiumProfileGrid{grid-template-columns:1.15fr .55fr}
.premiumProfileMainCol,.premiumProfileSideCol{display:flex;flex-direction:column;gap:18px}
.premiumStatsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.premiumSponsorGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}

.premiumSponsorCard{
  border:1px solid #e4ebf4;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}

.premiumSponsorCard img,.premiumSponsorImageFake{
  width:100%;
  height:180px;
  object-fit:cover;
  background:linear-gradient(135deg,#c7d2fe,#93c5fd);
}

.premiumSponsorBody{
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.premiumSponsorBody b{
  font-size:17px;
  font-weight:800;
  color:#111827;
}

.premiumSponsorBody span{
  font-size:13px;
  color:#6d4aff;
  font-weight:800;
}

.premiumSponsorBody small{
  font-size:13px;
  color:var(--muted);
  line-height:1.6;
}

.premiumCardGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.miniPremiumPost,.feedcard4{
  border:1px solid #e4ebf4;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}

.miniPremiumPost img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.miniPremiumBody{padding:14px}

.miniPremiumTitle{
  font-size:17px;
  font-weight:800;
  line-height:1.35;
  color:#111827;
}

.miniPremiumMeta{
  margin-top:8px;
  font-size:12px;
  color:var(--muted);
}

.sponsoredBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#fff7ed;
  color:#b45309;
  font-size:11px;
  font-weight:900;
  margin-bottom:8px;
}

.tagCloud,.tagcloud4,.premiumPostTags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.trendTag,.tag4{
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(109,74,255,.10);
  border:1px solid rgba(109,74,255,.16);
  color:#5b21b6;
  font-size:13px;
  font-weight:800;
}

.analyticsChartsGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

/* RESPONSIVE */
@media(max-width:1200px){
  .home4{grid-template-columns:1fr}
  .adminStatStrip{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:980px){
  .nav4{grid-template-columns:1fr;gap:12px;padding:10px 0}
  .menu4{justify-content:flex-start}
  .menu4-right{justify-content:flex-start;flex-wrap:wrap}
  .search4{min-width:unset;width:100%}
  .feature4,.premiumPostGrid,.premiumProfileGrid,.premiumCardGrid,.premiumSponsorGrid,.feed4-grid,.stories4-grid,.analyticsChartsGrid,.userPanelGrid,.adminDashboardGrid,.adminActionGrid{grid-template-columns:1fr}
  .premiumHeroTitle,.hero4-title,.premiumPostTitle{max-width:100%;font-size:34px}
  .authWrap{grid-template-columns:1fr}
  .authLeft h1{font-size:38px}
  .authFeatureGrid{grid-template-columns:1fr}
  .premiumProfileHeroInner{grid-template-columns:1fr;align-items:end}
  .adminFrame{grid-template-columns:1fr}
  .adminHeroCard h1{font-size:42px}
}

@media(max-width:640px){
  .container{width:min(100% - 18px, 1380px)}
  .hero4-content,.premiumPostHeroContent,.premiumProfileHeroInner,.authLeft,.authCardInner{padding:18px}
  .hero4{min-height:300px}
  .hero4-content{min-height:300px}
  .hero4-title{font-size:28px}
  .premiumPostTitle{font-size:28px}
  .premiumProfileName{font-size:32px}
  .notifications4{left:12px;right:12px;bottom:12px}
  .note4{width:auto;max-width:none}
  .adminStatStrip{grid-template-columns:1fr}
}

/* PAGE SHELL */
.pageShell4{
  max-width:1320px;
  margin:0 auto;
  padding:22px 24px 40px;
}

.pageHero4{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  min-height:190px;
  margin-bottom:22px;
  border:1px solid #dfe7f2;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.76)),
    radial-gradient(circle at top left, rgba(255,0,140,.08), transparent 28%),
    radial-gradient(circle at top right, rgba(80,120,255,.08), transparent 24%),
    #f6f8fc;
}

.pageHero4 img,
.pageHero4-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.28;
}

.pageHero4-body{
  position:relative;
  z-index:2;
  padding:26px 28px;
}

.pageKicker4{
  color:#6d4aff;
  font-size:14px;
  font-weight:800;
  margin-bottom:8px;
}

.pageTitle4{
  margin:0;
  font-size:56px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
  color:#111827;
}

.pageSub4{
  margin-top:14px;
  color:#64748b;
  font-size:17px;
  max-width:760px;
}

/* PANEL */
.panel4{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid #dfe7f2;
  border-radius:26px;
  box-shadow:var(--shadow);
}

.panel4-pad{padding:24px}

.sectionHead4{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.sectionHead4 h2{
  margin:0;
  font-size:34px;
  font-weight:900;
  letter-spacing:-.03em;
  color:#111827;
}

.sectionHead4 .sub4{
  color:#64748b;
  font-size:15px;
}

/* GRID CARDS */
.cardsGrid4{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.card4{
  display:block;
  overflow:hidden;
  border-radius:24px;
  border:1px solid #dfe7f2;
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card4:hover{
  transform:translateY(-3px);
  border-color:#cfd9ea;
  box-shadow:0 18px 38px rgba(15,23,42,.08);
}

.card4-cover{
  width:100%;
  aspect-ratio:16 / 8.8;
  object-fit:cover;
  display:block;
}

.card4-body{padding:18px}

.card4-title{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  color:#111827;
}

.card4-text{
  color:#64748b;
  line-height:1.6;
  font-size:15px;
}

.meta4{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:#94a3b8;
  font-size:13px;
  margin-bottom:10px;
}

/* LIST */
.listStack4{
  display:grid;
  gap:16px;
}

.listItem4{
  display:grid;
  grid-template-columns:90px 1fr auto;
  gap:16px;
  align-items:center;
  padding:16px;
  border-radius:22px;
  border:1px solid #dfe7f2;
  background:#fff;
}

.listItem4-logo{
  width:90px;
  height:90px;
  border-radius:18px;
  object-fit:cover;
  background:#f3f6fb;
}

.listItem4-title{
  font-size:24px;
  font-weight:900;
  line-height:1.08;
  margin:0 0 8px;
  color:#111827;
}

.listItem4-text{
  color:#64748b;
  line-height:1.55;
}

/* EMPTY */
.empty4{
  border-radius:24px;
  padding:26px;
  text-align:center;
  border:1px dashed #dbe3f0;
  background:#fff;
}

.empty4 h3{
  margin:0 0 10px;
  font-size:28px;
  font-weight:900;
  color:#111827;
}

.empty4 p{
  margin:0;
  color:#64748b;
}

/* AUTH 4 */
.authWrap4{
  max-width:1180px;
  margin:0 auto;
  padding:28px 24px 44px;
}

.authGrid4{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  align-items:stretch;
}

.authIntro4{padding:28px}

.authIntro4 h1{
  margin:12px 0 0;
  font-size:58px;
  line-height:.98;
  font-weight:900;
  letter-spacing:-.05em;
  color:#111827;
}

.authIntro4 p{
  margin-top:16px;
  color:#64748b;
  font-size:17px;
  line-height:1.65;
}

.authForm4{padding:24px}

.authForm4 h2{
  margin:0;
  font-size:30px;
  font-weight:900;
  color:#111827;
}

.authForm4 .sub{
  color:#64748b;
  margin-top:8px;
}

.formGrid4{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.formGrid4 .full{
  grid-column:1 / -1;
}

.field4{display:grid;gap:8px}

.field4 label,
.field4 .label4{
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#475569;
}

.field4 input,
.field4 textarea,
.field4 select{
  width:100%;
  min-height:54px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid #dbe3ef;
  background:#fff;
  color:#0f172a;
  outline:none;
}

.field4 input::placeholder,
.field4 textarea::placeholder{
  color:#94a3b8;
}

.field4 input:focus,
.field4 textarea:focus,
.field4 select:focus{
  border-color:#8b5cf6;
  box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.authActions4{
  display:flex;
  gap:12px;
  margin-top:18px;
  align-items:center;
  flex-wrap:wrap;
}

.authError4{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  background:#fef2f2;
  color:#b91c1c;
  border:1px solid #fecaca;
}

.kpiGrid4{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.kpi4{
  padding:16px;
  border-radius:18px;
  border:1px solid #e4ebf4;
  background:#fff;
}

.kpi4 b{
  display:block;
  font-size:18px;
  margin-bottom:6px;
  color:#111827;
}

.kpi4 span{
  color:#64748b;
  font-size:14px;
}

/* CTA */
.ctaPanel4{
  margin-top:24px;
  padding:24px;
  border-radius:26px;
  border:1px solid #e4ebf4;
  background:#fff;
}

.ctaPanel4 h3{
  margin:0 0 8px;
  font-size:30px;
  font-weight:900;
  color:#111827;
}

.ctaPanel4 p{
  margin:0;
  color:#64748b;
}

/* MORE RESPONSIVE */
@media (max-width: 980px){
  .authGrid4,
  .cardsGrid4{
    grid-template-columns:1fr;
  }

  .pageTitle4,
  .authIntro4 h1{
    font-size:42px;
  }

  .formGrid4{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .pageShell4,
  .authWrap4{
    padding-left:16px;
    padding-right:16px;
  }

  .pageHero4-body,
  .panel4-pad,
  .authIntro4,
  .authForm4{
    padding:18px;
  }

  .listItem4{
    grid-template-columns:1fr;
    text-align:left;
  }

  .listItem4-logo{
    width:100%;
    height:180px;
  }

  .authActions4 .btn,
  .authActions4 button{
    width:100%;
  }
}

/* ADMIN TABLES */
.adminTable{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px;
  font-size:14px;
}

.adminTable thead th{
  text-align:left;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#94a3b8;
  padding:8px 14px;
}

.adminTable tbody tr{
  background:#fff;
  border-radius:14px;
  transition:all .25s ease;
  border:1px solid #e4ebf4;
}

.adminTable tbody tr:hover{
  background:#f8fafc;
  transform:translateY(-1px);
}

.adminTable tbody td{
  padding:14px 14px;
  color:#334155;
  font-weight:500;
}

.adminTable tbody td:first-child{
  border-radius:14px 0 0 14px;
}

.adminTable tbody td:last-child{
  border-radius:0 14px 14px 0;
}

.adminTable td:nth-child(1){
  font-weight:700;
  color:#6d4aff;
}

.adminTable td:nth-child(2){font-weight:600}
.adminTable td:nth-child(3){color:#475569}
.adminTable td:nth-child(4){color:#64748b}
.adminTable td:nth-child(5){color:#16a34a;font-weight:600}
.adminTable td:nth-child(6){color:#94a3b8}

/* BUTTONS ADMIN */
.adminActionBtns{
  display:flex;
  gap:8px;
}

.adminBtn{
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  display:inline-block;
  transition:.25s;
}

.adminBtnOpen{
  background:linear-gradient(135deg,#5e7cff,#8b5cf6);
  color:white;
  box-shadow:0 6px 14px rgba(90,110,255,.25);
}

.adminBtnOpen:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(90,110,255,.32);
}

.adminBtnDelete{
  background:#fff1f2;
  color:#e11d48;
  border:1px solid #fecdd3;
}

.adminBtnDelete:hover{
  background:#ffe4e6;
  color:#be123c;
}

.adminSearchBar{
  display:flex;
  gap:10px;
}

.adminSearchBar input{
  background:#fff;
  border:1px solid #dde5f1;
  padding:10px 14px;
  border-radius:10px;
  color:#0f172a;
}

.adminSearchBar button{
  background:linear-gradient(135deg,#5e7cff,#7c4dff);
  border:none;
  padding:10px 16px;
  border-radius:10px;
  color:white;
  font-weight:700;
  cursor:pointer;
}

.adminTableWrap{margin-top:20px}

/* REVOLUT */
.revolutBtn4{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#5f76ff,#7c4dff);
  color:#fff;
  font-weight:800;
  border:none;
  box-shadow:0 10px 24px rgba(95,118,255,.22);
}

.revolutBtn4:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(95,118,255,.28);
}

.search4 input{min-width:220px}

@media(max-width:780px){
  .search4 input{min-width:140px}
}

/* VIDEO + DOWNLOAD + EXTRA */
.adminStatGrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px;
  margin-top:14px;
}

.videoBox{
  margin-top:20px;
  margin-bottom:24px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 0 30px rgba(109,74,255,.14);
  background:#fff;
  border:1px solid #e4ebf4;
}

.videoContainer{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  height:0;
}

.videoContainer iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

@media (min-width: 1100px){
  .premiumPostGrid > section.card.pad .videoBox{
    margin-left:-4px;
    margin-right:-4px;
  }
}

.downloadBox{
  margin-top:26px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  background:linear-gradient(135deg,#f6f8ff,#eef4ff);
  padding:18px 22px;
  border-radius:18px;
  box-shadow:0 0 20px rgba(109,74,255,.08);
  border:1px solid #dfe7f2;
}

.downloadInfo{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.downloadTitle{
  font-size:18px;
  font-weight:700;
  color:#111827;
}

.downloadSub{
  font-size:13px;
  color:#64748b;
}

.downloadButton{
  background:linear-gradient(135deg,#6d5cff,#9d7bff);
  color:#fff;
  padding:11px 20px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
  white-space:nowrap;
  box-shadow:0 0 18px rgba(130,100,255,.18);
}

.downloadButton:hover{
  transform:translateY(-2px) scale(1.02);
}

.feedTabs{
  display:flex;
  gap:12px;
  margin-bottom:20px;
  flex-wrap:wrap;
}

.feedTabs a{
  background:#fff;
  padding:9px 16px;
  border-radius:12px;
  color:#64748b;
  text-decoration:none;
  font-weight:700;
  border:1px solid #dde5f1;
  transition:.2s ease;
}

.feedTabs a:hover,
.feedTabs a.active{
  background:linear-gradient(135deg,#6d5cff,#8b74ff);
  color:#fff;
  box-shadow:0 0 14px rgba(100,80,255,.18);
}

.feedcard4{transition:.25s}

.feedcard4:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.btn.is-active{
  background:linear-gradient(135deg,#6c5cff,#8b74ff);
  color:#fff;
  box-shadow:0 0 12px rgba(100,80,255,.24);
}

.homeAuthorTitle,
.homeMiniTitle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(124,77,255,.16), rgba(55,201,255,.12));
  color:#4c1d95;
  font-size:11px;
  font-weight:800;
  border:1px solid rgba(109,74,255,.10);
}

.homeAuthorVerified,
.homeMiniVerified{
  width:18px;
  height:18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#22c55e,#06b6d4);
  box-shadow:0 0 10px rgba(34,197,94,.18);
}

.homeMiniMetaRow{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-top:6px;
}

/* CREATE SELECT */
.createSelectWrap{position:relative}

.createSelectNative{
  position:absolute;
  opacity:0;
  pointer-events:none;
  width:1px;
  height:1px;
}

.createSelect{position:relative}

.createSelectTrigger{
  width:100%;
  min-height:54px;
  border-radius:14px;
  border:1px solid #dbe3ef;
  background:#fff;
  color:#0f172a;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 14px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:border-color .15s ease, box-shadow .15s ease, transform .12s ease;
}

.createSelectTrigger:hover{
  border-color:#cfd9ea;
}

.createSelectTrigger:focus{
  outline:none;
  border-color:#8b5cf6;
  box-shadow:0 0 0 4px rgba(87,160,255,.10);
}

.createSelect.is-open .createSelectTrigger{
  border-color:#8b5cf6;
  box-shadow:0 0 0 4px rgba(87,160,255,.10);
}

.createSelectValue{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.createSelectCaret{
  font-size:14px;
  opacity:.82;
  transition:transform .15s ease;
}

.createSelect.is-open .createSelectCaret{
  transform:rotate(180deg);
}

.createSelectMenu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  z-index:1200;
  border-radius:18px;
  padding:10px;
  background:#fff;
  border:1px solid #dbe3ef;
  box-shadow:0 24px 60px rgba(15,23,42,.10);
  display:none;
  max-height:320px;
  overflow:auto;
  backdrop-filter:blur(14px);
}

.createSelect.is-open .createSelectMenu{
  display:block;
}

.createSelectOption{
  width:100%;
  border:0;
  background:transparent;
  color:#334155;
  border-radius:12px;
  padding:11px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  text-align:left;
  transition:background .12s ease, transform .12s ease, color .12s ease;
}

.createSelectOption:hover{
  background:#f8fafc;
  transform:translateY(-1px);
}

.createSelectOption.is-selected{
  background:linear-gradient(135deg, rgba(124,77,255,.16), rgba(55,201,255,.10));
  color:#4c1d95;
  box-shadow:inset 0 0 0 1px rgba(109,74,255,.10);
}

.createSelectCheck{
  opacity:0;
  font-size:13px;
}

.createSelectOption.is-selected .createSelectCheck{
  opacity:1;
}

/* POST PAGE NATURAL HEIGHT */
.premiumPostGrid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:18px;
  align-items:start;
}

.premiumPostGrid > section,
.premiumPostGrid > aside{
  align-self:start;
}

.premiumPostGrid .card,
.premiumPostSidebar .card{
  height:auto !important;
  min-height:unset !important;
}

.premiumArticleText{
  white-space:pre-line;
}

.premiumPostSidebar{
  align-self:start;
}

@media (max-width: 980px){
  .premiumPostGrid{
    grid-template-columns:1fr;
  }
}

/* MINI INSIGHT */
.miniInsightGrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px;
  margin-top:14px;
}

.miniInsightCard{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  padding:16px;
  border:1px solid #dfe7f2;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.miniInsightCard::after{
  content:"";
  position:absolute;
  right:-18px;
  bottom:-18px;
  width:80px;
  height:80px;
  border-radius:999px;
  background:rgba(109,74,255,.05);
}

.miniInsightLabel{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#94a3b8;
  margin-bottom:10px;
  font-weight:800;
}

.miniInsightValue{
  font-size:28px;
  font-weight:900;
  color:#111827;
  line-height:1;
}

.miniInsightSub{
  margin-top:8px;
  font-size:13px;
  color:#64748b;
}

.miniInsightPurple{ background:linear-gradient(135deg,#ffffff,#f7f2ff); }
.miniInsightBlue{ background:linear-gradient(135deg,#ffffff,#eef8ff); }
.miniInsightPink{ background:linear-gradient(135deg,#ffffff,#fff1f7); }
.miniInsightGreen{ background:linear-gradient(135deg,#ffffff,#eefcf5); }

.miniBarsWrap{
  display:grid;
  gap:12px;
  margin-top:14px;
}

.miniBarCard{
  border-radius:16px;
  padding:14px 16px;
  background:#fff;
  border:1px solid #dfe7f2;
}

.miniBarHead{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
  font-size:13px;
  color:#334155;
  font-weight:700;
}

.miniBarTrack{
  height:10px;
  border-radius:999px;
  background:#edf2f8;
  overflow:hidden;
}

.miniBarFill{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#ff4f8b,#8b6cff,#36d1ff);
}

.miniDonutRow{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:14px;
  flex-wrap:wrap;
}

.miniDonut{
  --p: 50;
  width:84px;
  height:84px;
  border-radius:50%;
  background:conic-gradient(#8b6cff calc(var(--p) * 1%), #edf2f8 0);
  display:grid;
  place-items:center;
  flex:0 0 84px;
}

.miniDonut::before{
  content:"";
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  box-shadow:inset 0 0 0 1px #e5eaf3;
}

.miniDonutValue{
  position:absolute;
  font-size:14px;
  font-weight:900;
  color:#111827;
}

.miniDonutWrap{
  position:relative;
  width:84px;
  height:84px;
}

.miniInsightText b{
  display:block;
  color:#111827;
  font-size:15px;
  margin-bottom:4px;
}

.miniInsightText span{
  display:block;
  color:#64748b;
  font-size:13px;
  line-height:1.5;
}

.videoBox{
  margin-top:20px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 0 20px rgba(109,74,255,.10);
}

.videoContainer{
  position:relative;
  padding-bottom:56.25%;
  height:0;
}

.videoContainer iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

.downloadBox{
  margin-top:25px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:linear-gradient(135deg,#f6f8ff,#eef4ff);
  padding:18px 22px;
  border-radius:16px;
  box-shadow:0 0 20px rgba(109,74,255,.08);
  border:1px solid #dfe7f2;
}

.downloadTitle{
  font-size:18px;
  font-weight:600;
  color:#111827;
}

.downloadSub{
  font-size:13px;
  color:#64748b;
}

.downloadButton{
  background:linear-gradient(135deg,#6d5cff,#9d7bff);
  color:#fff;
  padding:10px 20px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
}

/* MOBILE MENU */
.hamburger4 {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #dde5f1;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.hamburger4 span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #334155;
}

.mobilemenu4 {
  display: none;
}

.mobilemenu4-link {
  display: block;
  text-decoration: none;
}

.desktop-only {
  display: inline-flex;
}

@media (max-width: 900px) {
  .nav4 {
    gap: 12px;
  }

  .menu4 {
    display: none !important;
  }

  .desktop-only {
    display: none !important;
  }

  .search4 {
    max-width: 160px;
  }

  .hamburger4 {
    display: inline-flex;
  }

  .mobilemenu4 {
    display: none;
    width: min(100% - 24px, 1200px);
    margin: 12px auto 0;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dfe7f2;
    box-shadow: 0 14px 40px rgba(15,23,42,0.10);
  }

  .mobilemenu4.open {
    display: block;
  }

  .mobilemenu4-link {
    color: #334155;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 6px;
    background: #f8fafc;
  }

  .mobilemenu4-link:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .nav4 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .search4 {
    display: none !important;
  }

  .brand4-text {
    font-size: 18px;
  }
}

/* POST SINGLE */
.postSingleCard4,
.postComments4 {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid #dfe7f2;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.postSingleCard4 {
  overflow: hidden;
  padding: 20px;
}

.postSingleHead4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.postSingleAuthor4 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.postSingleAuthor4 img,
.postCommentForm4 img,
.postCommentItem4 img {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
}

.postSingleAuthorLine4 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.postSingleUser4 {
  color: #111827;
  font-weight: 800;
  font-size: 20px;
}

.postSingleBadge4 {
  background: linear-gradient(135deg, #5b5df0, #3b82f6);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.postSingleVerified4 {
  color: #3b82f6;
  font-weight: 800;
}

.postSingleMeta4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.postSingleMore4 {
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 22px;
  cursor: pointer;
}

.postSingleTitle4 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.postSingleText4 {
  margin: 0 0 18px;
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
}

.postSingleMedia4 {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  border: 1px solid #dfe7f2;
  border-bottom: 0;
}

.postSingleMedia4 img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.postSingleSource4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  padding: 18px;
  background: #fff;
  border: 1px solid #dfe7f2;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.postSingleSourceDomain4 {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 8px;
}

.postSingleSourceTitle4 {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.postSingleSourceUrl4 {
  color: #94a3b8;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.postSingleSourceBtn4 {
  background: linear-gradient(135deg, #5b5df0, #3b82f6);
  color: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 700;
  white-space: nowrap;
}

.postSingleStats4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 4px 14px;
  border-bottom: 1px solid #e7edf7;
  color: #64748b;
}

.postSingleStatsLeft4,
.postSingleStatsRight4 {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.postSingleActions4 {
  display: flex;
  gap: 10px;
  padding-top: 14px;
  flex-wrap: wrap;
}

.postAction4 {
  flex: 1;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid #dde5f1;
  background: #fff;
  color: #334155;
  font-weight: 700;
  cursor: pointer;
}

.postAction4:hover {
  background: #f8fafc;
}

.postComments4 {
  margin-top: 18px;
  padding: 20px;
}

.postCommentForm4 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.postCommentForm4 input {
  flex: 1;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid #dde5f1;
  background: #fff;
  color: #0f172a;
  padding: 0 16px;
}

.postCommentForm4 button {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #dde5f1;
  background: #fff;
  color: #334155;
  cursor: pointer;
}

.postCommentItem4 {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.postCommentBubble4 {
  flex: 1;
  background: #fff;
  border: 1px solid #e7edf7;
  border-radius: 16px;
  padding: 14px;
}

.postCommentBubble4 strong {
  color: #111827;
  display: block;
  margin-bottom: 8px;
}

.postCommentBubble4 p {
  margin: 0;
  color: #475569;
}

.postCommentLinks4 {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
}

@media (max-width: 768px) {
  .postSingleCard4,
  .postComments4 {
    border-radius: 18px;
  }

  .postSingleCard4 {
    padding: 16px;
  }

  .postComments4 {
    padding: 16px;
  }

  .postSingleSource4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .postSingleSourceBtn4 {
    width: 100%;
    text-align: center;
  }

  .postAction4 {
    width: calc(50% - 5px);
    flex: initial;
  }
}

/* SHARE MODAL */
.shareModal4{
  position:fixed;
  inset:0;
  display:none;
  z-index:9999;
}

.shareModal4.open{
  display:block;
}

.shareModalBackdrop4{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.34);
  backdrop-filter:blur(6px);
}

.shareModalBox4{
  position:relative;
  width:min(680px, calc(100% - 24px));
  margin:70px auto 0;
  padding:20px;
  border-radius:24px;
  background:#fff;
  border:1px solid #dfe7f2;
  box-shadow:0 24px 60px rgba(15,23,42,.12);
}

.shareModalHead4{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.shareModalHead4 h3{
  margin:0;
  color:#111827;
  font-size:24px;
  font-weight:900;
}

.shareModalHead4 p{
  margin:6px 0 0;
  color:#64748b;
  font-size:14px;
}

.shareModalClose4{
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid #dde5f1;
  background:#fff;
  color:#334155;
  cursor:pointer;
  font-size:16px;
}

.shareGrid4{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.shareCard4{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:82px;
  padding:16px;
  border-radius:18px;
  text-decoration:none;
  border:1px solid #dfe7f2;
  background:#fff;
  color:#111827;
  transition:.2s ease;
}

.shareCard4:hover{
  transform:translateY(-2px);
  border-color:#cfd9ea;
  background:#f8fafc;
}

.shareCardIcon4{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  color:#fff;
  background:#e9eefb;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
}

.shareCardText4{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.shareCardText4 strong{
  font-size:16px;
  font-weight:800;
  color:#111827;
}

.shareCardText4 small{
  font-size:13px;
  color:#64748b;
}

.shareNative4 .shareCardIcon4{
  background:linear-gradient(135deg, #6366f1, #3b82f6);
}
.shareWhatsapp4 .shareCardIcon4{
  background:linear-gradient(135deg, #16a34a, #22c55e);
}
.shareFacebook4 .shareCardIcon4{
  background:linear-gradient(135deg, #1877f2, #3b82f6);
}
.shareTelegram4 .shareCardIcon4{
  background:linear-gradient(135deg, #229ed9, #38bdf8);
}
.shareTwitter4 .shareCardIcon4{
  background:linear-gradient(135deg, #111827, #374151);
}
.shareEmail4 .shareCardIcon4{
  background:linear-gradient(135deg, #f59e0b, #f97316);
}

@media (max-width:640px){
  .shareModalBox4{
    margin:32px auto 0;
    padding:16px;
    border-radius:20px;
  }
  .shareGrid4{
    grid-template-columns:1fr;
  }
}