/**
 * Platinum Surface 2.11.0 — Public Homepage Composition
 *
 * Surface-owned homepage presentation for Virgin Islands Platinum News.
 * ps-home-* is the canonical contract. vipn-* selectors remain as temporary
 * compatibility aliases so existing theme/event extensions retain parity while
 * the rest of the public site is migrated. This asset does not depend on Bootstrap.
 */
/* Virgin Islands Platinum News - Homepage Revamp v3.4.0
   Prefix: vipn- to avoid conflicts with existing Bootstrap/CMS styles.
*/
:root {
  color-scheme: dark;
  --vipn-bg: #06101d;
  --vipn-bg-2: #081829;
  --vipn-bg-3: #0d2033;
  --vipn-surface: rgba(16, 31, 47, 0.86);
  --vipn-surface-solid: #101f2f;
  --vipn-surface-2: rgba(22, 39, 58, 0.88);
  --vipn-border: rgba(172, 202, 231, 0.16);
  --vipn-border-strong: rgba(172, 202, 231, 0.28);
  --vipn-text: #f7fbff;
  --vipn-text-soft: #d8e5f3;
  --vipn-muted: #94a8bd;
  --vipn-muted-2: #688098;
  --vipn-accent: #336699;
  --vipn-accent-2: #4f86b8;
  --vipn-accent-text: #ffffff;
  --vipn-blue: #3d93d7;
  --vipn-red: #e94747;
  --vipn-shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
  --vipn-shadow-soft: 0 14px 32px rgba(0, 0, 0, 0.22);
  --vipn-topbar-bg: rgba(8, 24, 41, 0.92);
  --vipn-accent-border: rgba(51, 102, 153, 0.55);
  --vipn-accent-soft: rgba(51, 102, 153, 0.08);
  --vipn-hero-bg: linear-gradient(135deg, rgba(16, 31, 47, 0.94), rgba(8, 24, 41, 0.92));
  --vipn-card-bg: linear-gradient(180deg, rgba(16, 31, 47, 0.86), rgba(13, 32, 51, 0.78));
  --vipn-side-bg: linear-gradient(180deg, rgba(16, 31, 47, 0.86), rgba(13, 32, 51, 0.86));
  --vipn-footer-bg: #071421;
  --vipn-radius-xl: 24px;
  --vipn-radius-lg: 18px;
  --vipn-radius-md: 14px;
  --vipn-container: 1240px;
  --vipn-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="light"] {
  color-scheme: light;
  --vipn-bg: #f3f7fb;
  --vipn-bg-2: #eaf1f8;
  --vipn-bg-3: #ffffff;
  --vipn-surface: rgba(255, 255, 255, 0.90);
  --vipn-surface-solid: #ffffff;
  --vipn-surface-2: rgba(247, 250, 253, 0.94);
  --vipn-border: rgba(15, 35, 55, 0.12);
  --vipn-border-strong: rgba(15, 35, 55, 0.20);
  --vipn-text: #0d1b2a;
  --vipn-text-soft: #1f344a;
  --vipn-muted: #596f84;
  --vipn-muted-2: #70859a;
  --vipn-shadow: 0 20px 60px rgba(18, 40, 68, 0.13);
  --vipn-shadow-soft: 0 12px 28px rgba(18, 40, 68, 0.10);
  --vipn-topbar-bg: rgba(234, 241, 248, 0.92);
  --vipn-accent-border: rgba(51, 102, 153, 0.46);
  --vipn-accent-soft: rgba(51, 102, 153, 0.12);
  --vipn-hero-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 241, 248, 0.94));
  --vipn-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88));
  --vipn-side-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 253, 0.92));
  --vipn-footer-bg: #eaf1f8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body:is(.ps-home-body,.vipn-body) {
  margin: 0;
  font-family: var(--vipn-font);
  background:
    radial-gradient(circle at 12% 10%, rgba(44, 126, 201, .18), transparent 34rem),
    radial-gradient(circle at 88% 16%, rgba(51, 102, 153, .08), transparent 30rem),
    linear-gradient(145deg, var(--vipn-bg), var(--vipn-bg-2) 54%, var(--vipn-bg));
  color: var(--vipn-text);
  min-height: 100vh;
  line-height: 1.5;
}

:is(.ps-home-page,.vipn-page) {
  min-height: 100vh;
  overflow-x: hidden;
}

:is(.ps-home-container,.vipn-container) {
  width: min(var(--vipn-container), calc(100% - 42px));
  margin: 0 auto;
}

:is(.ps-home-topbar,.vipn-topbar) {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: var(--vipn-topbar-bg);
  border-bottom: 1px solid var(--vipn-border);
}

:is(.ps-home-nav,.vipn-nav) {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

:is(.ps-home-brand,.vipn-brand) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--vipn-text);
  text-decoration: none;
  min-width: 245px;
}

:is(.ps-home-brand-logo,.vipn-brand-logo) {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(31, 111, 177, .24);
}

:is(.ps-home-brand-name,.vipn-brand-name) {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

:is(.ps-home-menu,.vipn-menu) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

:is(.ps-home-menu,.vipn-menu) a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--vipn-text-soft);
  text-decoration: none;
  font-size: .95rem;
  font-weight: 700;
  transition: .18s ease;
}

:is(.ps-home-menu,.vipn-menu) a:hover,
:is(.ps-home-menu,.vipn-menu) a:is(.ps-home-active,.vipn-active) {
  color: var(--vipn-text);
  background: var(--vipn-surface-2);
  box-shadow: inset 0 0 0 1px var(--vipn-border);
}

:is(.ps-home-actions,.vipn-actions) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 245px;
}

:is(.ps-home-btn,.vipn-btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 850;
  font-size: .92rem;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

:is(.ps-home-btn,.vipn-btn):hover { transform: translateY(-1px); }
:is(.ps-home-btn-primary,.vipn-btn-primary) {
  color: var(--vipn-accent-text);
  background: linear-gradient(180deg, var(--vipn-accent-2), var(--vipn-accent));
  box-shadow: 0 14px 28px rgba(51, 102, 153, .24);
}
:is(.ps-home-btn-primary,.vipn-btn-primary):hover { box-shadow: 0 18px 36px rgba(51, 102, 153, .34); }

:is(.ps-home-hero-copy,.vipn-hero-copy) :is(.ps-home-btn,.vipn-btn) {
  align-self: flex-start;
  padding-left: 24px;
  padding-right: 24px;
}

:is(.ps-home-btn-outline,.vipn-btn-outline) {
  color: var(--vipn-accent);
  border-color: var(--vipn-accent-border);
  background: transparent;
}

:is(.ps-home-btn-outline,.vipn-btn-outline):hover {
  color: var(--vipn-accent-text);
  background: var(--vipn-accent);
}

:is(.ps-home-icon-btn,.vipn-icon-btn) {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid var(--vipn-border-strong);
  background: var(--vipn-surface-2);
  color: var(--vipn-text);
  cursor: pointer;
  transition: .18s ease;
}

:is(.ps-home-icon-btn,.vipn-icon-btn):hover {
  transform: translateY(-1px);
  box-shadow: var(--vipn-shadow-soft);
}

:is(.ps-home-mobile-toggle,.vipn-mobile-toggle) {
  display: none;
}

:is(.ps-home-main,.vipn-main) {
  padding: 26px 0 0;
}

:is(.ps-home-ad-leaderboard,.vipn-ad-leaderboard) {
  padding: 20px 0 28px;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vipn-border);
  border-radius: var(--vipn-radius-lg);
  background: var(--vipn-surface);
  box-shadow: var(--vipn-shadow-soft);
}

:is(.ps-home-ad-frame,.vipn-ad-frame) img {
  display: block;
  width: 100%;
  height: auto;
}

:is(.ps-home-hero,.vipn-hero) {
  display: grid;
  grid-template-columns: minmax(300px, .98fr) minmax(390px, 1.08fr) minmax(260px, .76fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--vipn-border-strong);
  border-radius: var(--vipn-radius-xl);
  background: var(--vipn-hero-bg);
  box-shadow: var(--vipn-shadow);
}

:is(.ps-home-hero-media,.vipn-hero-media) {
  min-height: 390px;
  background: var(--vipn-surface-2);
  overflow: hidden;
}

:is(.ps-home-hero-media,.vipn-hero-media) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

:is(.ps-home-hero-media,.vipn-hero-media) a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

:is(.ps-home-hero-copy,.vipn-hero-copy) {
  padding: 44px 40px;
  border-right: 1px solid var(--vipn-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:is(.ps-home-story-meta-row,.vipn-story-meta-row) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

:is(.ps-home-kicker,.vipn-kicker) {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--vipn-accent-border);
  color: var(--vipn-accent);
  font-size: .74rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: var(--vipn-accent-soft);
}

:is(.ps-home-meta,.vipn-meta) {
  color: var(--vipn-muted);
  font-size: .86rem;
  font-weight: 650;
}

:is(.ps-home-hero,.vipn-hero) h1 {
  margin: 0;
  font-size: clamp(1.85rem, 2.55vw, 2.85rem);
  line-height: 1.05;
  letter-spacing: -0.052em;
  max-width: 15.5ch;
}

:is(.ps-home-hero,.vipn-hero) h1 a {
  color: inherit;
  text-decoration: none;
}

:is(.ps-home-hero,.vipn-hero) h1 a:hover {
  color: var(--vipn-accent);
}

:is(.ps-home-hero,.vipn-hero) p {
  margin: 18px 0 26px;
  color: var(--vipn-text-soft);
  font-size: 1rem;
  max-width: 58ch;
}

:is(.ps-home-topstories,.vipn-topstories) {
  padding: 32px 28px;
}

:is(.ps-home-panel-title,.vipn-panel-title) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

:is(.ps-home-panel-title,.vipn-panel-title) h2,
:is(.ps-home-panel-title,.vipn-panel-title) h3 {
  margin: 0;
  font-size: .98rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

:is(.ps-home-link,.vipn-link) {
  color: var(--vipn-accent);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 850;
}

:is(.ps-home-link,.vipn-link):hover { color: var(--vipn-accent-2); text-decoration: none; }

:is(.ps-home-story-list,.vipn-story-list) {
  display: grid;
  gap: 0;
}

:is(.ps-home-story-list,.vipn-story-list) a {
  display: block;
  padding: 16px 0;
  color: var(--vipn-text);
  text-decoration: none;
  border-top: 1px solid var(--vipn-border);
}

:is(.ps-home-story-list,.vipn-story-list) a:first-child { border-top: 0; padding-top: 0; }
:is(.ps-home-story-list,.vipn-story-list) strong {
  display: block;
  font-size: 1rem;
  line-height: 1.32;
  letter-spacing: -0.02em;
}
:is(.ps-home-story-list,.vipn-story-list) span {
  display: block;
  margin-top: 6px;
  color: var(--vipn-muted);
  font-size: .84rem;
}

:is(.ps-home-content-grid,.vipn-content-grid) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 34px;
  margin-top: 38px;
}

:is(.ps-home-section,.vipn-section) {
  margin-bottom: 38px;
}

:is(.ps-home-section-head,.vipn-section-head) {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

:is(.ps-home-section-title,.vipn-section-title) {
  position: relative;
  margin: 0;
  font-size: 1.24rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

:is(.ps-home-section-title,.vipn-section-title)::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--vipn-accent);
}

:is(.ps-home-card-grid,.vipn-card-grid) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

:is(.ps-home-article-card,.vipn-article-card) {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--vipn-border);
  border-radius: var(--vipn-radius-lg);
  background: var(--vipn-card-bg);
  box-shadow: var(--vipn-shadow-soft);
  text-decoration: none;
  color: var(--vipn-text);
  transition: .2s ease;
}

:is(.ps-home-article-card,.vipn-article-card):hover {
  transform: translateY(-3px);
  border-color: var(--vipn-border-strong);
  box-shadow: var(--vipn-shadow);
}

:is(.ps-home-card-img,.vipn-card-img) {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: var(--vipn-surface-2);
}

:is(.ps-home-card-body,.vipn-card-body) {
  padding: 15px 16px 18px;
}

:is(.ps-home-card-label-row,.vipn-card-label-row) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

:is(.ps-home-badge,.vipn-badge) {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(61, 147, 215, .22);
  color: #c9e8ff;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

[data-theme="light"] :is(.ps-home-badge,.vipn-badge) {
  color: #0c4f7d;
  background: rgba(61, 147, 215, .12);
}

:is(.ps-home-article-card,.vipn-article-card) h3 {
  margin: 0;
  color: var(--vipn-text);
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: -0.032em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:is(.ps-home-article-card,.vipn-article-card) p {
  margin: 10px 0 0;
  color: var(--vipn-muted);
  font-size: .88rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:is(.ps-home-sidebar,.vipn-sidebar) {
  display: grid;
  gap: 22px;
  align-content: start;
  position: sticky;
  top: 104px;
}

:is(.ps-home-side-card,.vipn-side-card) {
  border: 1px solid var(--vipn-border);
  border-radius: var(--vipn-radius-lg);
  background: var(--vipn-side-bg);
  box-shadow: var(--vipn-shadow-soft);
  padding: 18px;
}

:is(.ps-home-side-card-label,.vipn-side-card-label) {
  margin: 0 0 14px;
  color: var(--vipn-muted);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

:is(.ps-home-side-ad,.vipn-side-ad) {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--vipn-border-strong);
  background: #fff;
}

:is(.ps-home-side-ad,.vipn-side-ad) img {
  display: block;
  width: 100%;
  height: auto;
}

:is(.ps-home-trending-list,.vipn-trending-list) {
  display: grid;
  gap: 0;
  counter-reset: trending;
}

:is(.ps-home-trending-item,.vipn-trending-item) {
  counter-increment: trending;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--vipn-border);
  color: var(--vipn-text);
  text-decoration: none;
}

:is(.ps-home-trending-item,.vipn-trending-item):first-child { border-top: 0; padding-top: 2px; }
:is(.ps-home-trending-item,.vipn-trending-item)::before {
  content: counter(trending);
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--vipn-accent);
  color: var(--vipn-accent-text);
  font-weight: 950;
  font-size: .78rem;
}

:is(.ps-home-trending-item,.vipn-trending-item) strong {
  font-size: .95rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

:is(.ps-home-strip-grid,.vipn-strip-grid) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

:is(.ps-home-compact-card,.vipn-compact-card) {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 13px;
  min-height: 92px;
  padding: 12px;
  border: 1px solid var(--vipn-border);
  border-radius: var(--vipn-radius-md);
  background: var(--vipn-surface);
  color: var(--vipn-text);
  text-decoration: none;
  transition: .18s ease;
}

:is(.ps-home-compact-card,.vipn-compact-card):hover {
  transform: translateY(-2px);
  border-color: var(--vipn-border-strong);
}

:is(.ps-home-compact-card,.vipn-compact-card) img {
  width: 96px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
}

:is(.ps-home-compact-card,.vipn-compact-card) h3,
:is(.ps-home-compact-card,.vipn-compact-card) strong {
  display: block;
  margin: 0 0 6px;
  color: var(--vipn-text);
  font-size: .95rem;
  line-height: 1.22;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:is(.ps-home-compact-card,.vipn-compact-card) span {
  color: var(--vipn-muted);
  font-size: .80rem;
  font-weight: 650;
}

:is(.ps-home-business-card,.vipn-business-card) {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 18px;
  padding: 15px;
  border: 1px solid var(--vipn-border);
  border-radius: var(--vipn-radius-lg);
  background: var(--vipn-surface);
  color: var(--vipn-text);
  text-decoration: none;
}

:is(.ps-home-business-card,.vipn-business-card) img {
  width: 168px;
  height: 104px;
  object-fit: cover;
  border-radius: 14px;
}

:is(.ps-home-business-card,.vipn-business-card) h3 {
  margin: 8px 0 5px;
  color: var(--vipn-text);
  font-size: 1.05rem;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

:is(.ps-home-business-card,.vipn-business-card) p {
  margin: 9px 0 0;
  color: var(--vipn-muted);
  font-size: .9rem;
}

:is(.ps-home-footer,.vipn-footer) {
  margin-top: 54px;
  border-top: 1px solid var(--vipn-border);
  background:
    radial-gradient(circle at 80% 20%, rgba(61, 147, 215, .10), transparent 28rem),
    var(--vipn-footer-bg);
}

:is(.ps-home-footer-grid,.vipn-footer-grid) {
  display: grid;
  grid-template-columns: 1.2fr 1fr .95fr;
  gap: 70px;
  padding: 46px 0;
}

:is(.ps-home-footer-brand,.vipn-footer-brand) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--vipn-text);
  text-decoration: none;
  margin-bottom: 16px;
  font-weight: 900;
}

:is(.ps-home-footer-brand,.vipn-footer-brand) img {
  width: 40px;
  height: 40px;
}

:is(.ps-home-footer,.vipn-footer) p {
  margin: 0 0 18px;
  color: var(--vipn-muted);
  max-width: 41ch;
}

:is(.ps-home-footer,.vipn-footer) small {
  color: var(--vipn-muted-2);
}

:is(.ps-home-footer,.vipn-footer) h3 {
  margin: 0 0 15px;
  font-size: 1rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

:is(.ps-home-footer-links,.vipn-footer-links) {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 9px 34px;
}

:is(.ps-home-footer,.vipn-footer) a {
  color: var(--vipn-text-soft);
  text-decoration: none;
}

:is(.ps-home-footer,.vipn-footer) a:hover { color: var(--vipn-accent); }

:is(.ps-home-social,.vipn-social) {
  display: grid;
  gap: 10px;
}

:is(.ps-home-social,.vipn-social) a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

:is(.ps-home-social-dot,.vipn-social-dot) {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--vipn-blue);
  font-weight: 900;
}

:is(.ps-home-jobs,.vipn-jobs) {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: var(--vipn-red);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

:is(.ps-home-backtop,.vipn-backtop) {
  display: inline-flex;
  margin-top: 22px;
  color: var(--vipn-muted) !important;
  font-size: .9rem;
}


/* v3.1.2 polish pass: tighter typography, safer image behavior, and better light-mode contrast. */
:is(.ps-home-page,.vipn-page) a {
  text-underline-offset: 3px;
}

:is(.ps-home-article-card,.vipn-article-card),
:is(.ps-home-compact-card,.vipn-compact-card),
:is(.ps-home-business-card,.vipn-business-card),
:is(.ps-home-story-list,.vipn-story-list) a,
:is(.ps-home-trending-item,.vipn-trending-item) {
  text-decoration: none;
}

:is(.ps-home-article-card,.vipn-article-card):hover h3,
:is(.ps-home-compact-card,.vipn-compact-card):hover h3,
:is(.ps-home-business-card,.vipn-business-card):hover h3,
:is(.ps-home-story-list,.vipn-story-list) a:hover strong,
:is(.ps-home-trending-item,.vipn-trending-item):hover strong {
  color: var(--vipn-accent);
}

:is(.ps-home-card-img,.vipn-card-img),
:is(.ps-home-compact-card,.vipn-compact-card) img,
:is(.ps-home-business-card,.vipn-business-card) img,
:is(.ps-home-hero-media,.vipn-hero-media) img {
  background: linear-gradient(135deg, rgba(61, 147, 215, .14), rgba(51, 102, 153, .08));
}

:is(.ps-home-card-label-row,.vipn-card-label-row) :is(.ps-home-meta,.vipn-meta) {
  white-space: nowrap;
  font-size: .76rem;
}

:is(.ps-home-side-card,.vipn-side-card) {
  overflow: hidden;
}

[data-theme="light"] :is(.ps-home-topbar,.vipn-topbar) {
  box-shadow: 0 10px 28px rgba(18, 40, 68, .06);
}

[data-theme="light"] :is(.ps-home-hero,.vipn-hero),
[data-theme="light"] :is(.ps-home-article-card,.vipn-article-card),
[data-theme="light"] :is(.ps-home-side-card,.vipn-side-card),
[data-theme="light"] :is(.ps-home-compact-card,.vipn-compact-card),
[data-theme="light"] :is(.ps-home-business-card,.vipn-business-card),
[data-theme="light"] :is(.ps-home-ad-frame,.vipn-ad-frame) {
  border-color: rgba(15, 35, 55, .10);
}

[data-theme="light"] :is(.ps-home-hero,.vipn-hero) h1 a:hover,
[data-theme="light"] :is(.ps-home-article-card,.vipn-article-card):hover h3,
[data-theme="light"] :is(.ps-home-compact-card,.vipn-compact-card):hover h3,
[data-theme="light"] :is(.ps-home-business-card,.vipn-business-card):hover h3 {
  color: #bd8b00;
}

@media (max-width: 1120px) {
  :is(.ps-home-sidebar,.vipn-sidebar) { position: static; }
  :is(.ps-home-hero,.vipn-hero) h1 { max-width: none; }
  :is(.ps-home-hero,.vipn-hero) {
    grid-template-columns: 1fr 1fr;
  }
  :is(.ps-home-topstories,.vipn-topstories) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--vipn-border);
  }
  :is(.ps-home-hero-copy,.vipn-hero-copy) {
    border-right: 0;
  }
  :is(.ps-home-content-grid,.vipn-content-grid) {
    grid-template-columns: 1fr;
  }
  :is(.ps-home-sidebar,.vipn-sidebar) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  :is(.ps-home-hero-copy,.vipn-hero-copy) :is(.ps-home-btn,.vipn-btn) { width: 100%; }
  :is(.ps-home-container,.vipn-container) {
    width: min(100% - 28px, var(--vipn-container));
  }
  :is(.ps-home-nav,.vipn-nav) {
    height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  :is(.ps-home-brand,.vipn-brand) { min-width: auto; }
  :is(.ps-home-actions,.vipn-actions) { min-width: auto; margin-left: auto; }
  :is(.ps-home-mobile-toggle,.vipn-mobile-toggle) { display: inline-grid; }
  :is(.ps-home-menu,.vipn-menu) {
    width: 100%;
    order: 4;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--vipn-border);
    border-radius: var(--vipn-radius-lg);
    background: var(--vipn-surface);
  }
  :is(.ps-home-menu,.vipn-menu):is(.ps-home-open,.vipn-open) { display: flex; }
  :is(.ps-home-menu,.vipn-menu) a { justify-content: center; }
  :is(.ps-home-hero,.vipn-hero) {
    grid-template-columns: 1fr;
  }
  :is(.ps-home-hero-media,.vipn-hero-media) { min-height: 280px; }
  :is(.ps-home-hero-copy,.vipn-hero-copy) { padding: 30px 24px; }
  :is(.ps-home-topstories,.vipn-topstories) { padding: 26px 24px; }
  :is(.ps-home-card-grid,.vipn-card-grid), :is(.ps-home-strip-grid,.vipn-strip-grid), :is(.ps-home-sidebar,.vipn-sidebar) {
    grid-template-columns: 1fr;
  }
  :is(.ps-home-business-card,.vipn-business-card) {
    grid-template-columns: 1fr;
  }
  :is(.ps-home-business-card,.vipn-business-card) img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  :is(.ps-home-footer-grid,.vipn-footer-grid) {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 560px) {
  :is(.ps-home-brand-name,.vipn-brand-name) {
    font-size: .93rem;
    white-space: normal;
  }
  :is(.ps-home-actions,.vipn-actions) :is(.ps-home-btn-primary,.vipn-btn-primary) {
    display: none;
  }
  :is(.ps-home-story-meta-row,.vipn-story-meta-row) {
    flex-direction: column;
    align-items: flex-start;
  }
  :is(.ps-home-hero,.vipn-hero) h1 {
    font-size: 2rem;
  }
  :is(.ps-home-compact-card,.vipn-compact-card) {
    grid-template-columns: 84px 1fr;
  }
  :is(.ps-home-compact-card,.vipn-compact-card) img {
    width: 84px;
    height: 64px;
  }
}

/* v3.1.2 layout polish: cleaner light mode, tighter cards, balanced story strips, and safer text wrapping. */
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body:is(.ps-home-body,.vipn-body) {
  background-attachment: fixed;
}

[data-theme="light"] body:is(.ps-home-body,.vipn-body) {
  background:
    radial-gradient(circle at 8% 8%, rgba(61, 147, 215, .14), transparent 32rem),
    radial-gradient(circle at 86% 12%, rgba(51, 102, 153, .10), transparent 24rem),
    linear-gradient(145deg, #eef5fb 0%, #f7fbff 52%, #e8f1f8 100%);
}

:is(.ps-home-topbar,.vipn-topbar) {
  box-shadow: 0 1px 0 rgba(255,255,255,.03);
}

[data-theme="light"] :is(.ps-home-topbar,.vipn-topbar) {
  background: rgba(239, 247, 253, .84);
}

:is(.ps-home-nav,.vipn-nav) {
  height: 76px;
}

:is(.ps-home-brand-logo,.vipn-brand-logo) {
  width: 38px;
  height: 38px;
}

:is(.ps-home-brand-name,.vipn-brand-name) {
  font-size: 1rem;
}

:is(.ps-home-main,.vipn-main) {
  padding-top: 20px;
}

:is(.ps-home-ad-leaderboard,.vipn-ad-leaderboard) {
  padding: 18px 0 30px;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 12px 18px;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) img {
  max-width: 900px;
  max-height: 90px;
  object-fit: contain;
  border-radius: 12px;
}

:is(.ps-home-hero,.vipn-hero),
:is(.ps-home-hero-media,.vipn-hero-media),
:is(.ps-home-hero-copy,.vipn-hero-copy),
:is(.ps-home-topstories,.vipn-topstories),
:is(.ps-home-article-card,.vipn-article-card),
:is(.ps-home-compact-card,.vipn-compact-card),
:is(.ps-home-business-card,.vipn-business-card),
:is(.ps-home-side-card,.vipn-side-card) {
  min-width: 0;
}

:is(.ps-home-hero,.vipn-hero) {
  grid-template-columns: minmax(340px, .98fr) minmax(400px, 1.04fr) minmax(260px, .72fr);
}

:is(.ps-home-hero-media,.vipn-hero-media) {
  min-height: 382px;
}

:is(.ps-home-hero-media,.vipn-hero-media) img {
  object-position: center center;
}

:is(.ps-home-hero-copy,.vipn-hero-copy) {
  padding: 42px 38px;
}

:is(.ps-home-story-meta-row,.vipn-story-meta-row) {
  align-items: flex-start;
}

:is(.ps-home-hero,.vipn-hero) h1 {
  max-width: 16.25ch;
  text-wrap: balance;
}

:is(.ps-home-hero,.vipn-hero) p {
  max-width: 52ch;
  line-height: 1.58;
}

:is(.ps-home-topstories,.vipn-topstories) {
  padding: 34px 26px;
}

:is(.ps-home-story-list,.vipn-story-list) strong,
:is(.ps-home-trending-item,.vipn-trending-item) strong,
:is(.ps-home-article-card,.vipn-article-card) h3,
:is(.ps-home-compact-card,.vipn-compact-card) h3,
:is(.ps-home-business-card,.vipn-business-card) h3 {
  overflow-wrap: anywhere;
}

:is(.ps-home-story-list,.vipn-story-list) strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:is(.ps-home-story-list,.vipn-story-list) a {
  padding: 15px 0;
}

:is(.ps-home-content-grid,.vipn-content-grid) {
  margin-top: 34px;
  gap: 32px;
}

:is(.ps-home-card-grid,.vipn-card-grid) {
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 20px;
}

:is(.ps-home-article-card,.vipn-article-card) {
  height: 100%;
}

:is(.ps-home-card-img,.vipn-card-img) {
  aspect-ratio: 16 / 10.4;
}

:is(.ps-home-card-body,.vipn-card-body) {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 16px 17px 18px;
}

:is(.ps-home-card-label-row,.vipn-card-label-row) {
  min-width: 0;
}

:is(.ps-home-card-label-row,.vipn-card-label-row) :is(.ps-home-meta,.vipn-meta) {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:is(.ps-home-article-card,.vipn-article-card) h3 {
  font-size: .98rem;
  line-height: 1.27;
}

:is(.ps-home-article-card,.vipn-article-card) p {
  -webkit-line-clamp: 3;
  font-size: .86rem;
}

:is(.ps-home-sidebar,.vipn-sidebar) {
  top: 96px;
}

:is(.ps-home-side-card,.vipn-side-card) {
  padding: 19px;
}

:is(.ps-home-side-ad,.vipn-side-ad) img {
  border-radius: 10px;
}

:is(.ps-home-trending-item,.vipn-trending-item) strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .91rem;
}

:is(.ps-home-strip-grid,.vipn-strip-grid) {
  align-items: stretch;
  gap: 18px;
}

:is(.ps-home-compact-card,.vipn-compact-card) {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  min-height: 88px;
  padding: 10px;
}

:is(.ps-home-compact-card,.vipn-compact-card) img {
  width: 82px;
  height: 64px;
  border-radius: 11px;
}

:is(.ps-home-compact-card,.vipn-compact-card) h3,
:is(.ps-home-compact-card,.vipn-compact-card) strong {
  margin-bottom: 5px;
  font-size: .81rem;
  line-height: 1.18;
  letter-spacing: -0.018em;
  -webkit-line-clamp: 3;
}

:is(.ps-home-compact-card,.vipn-compact-card) span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .72rem;
  line-height: 1.28;
}

:is(.ps-home-business-card,.vipn-business-card) {
  align-items: center;
  margin-bottom: 14px;
}

:is(.ps-home-business-card,.vipn-business-card):last-child {
  margin-bottom: 0;
}

:is(.ps-home-business-card,.vipn-business-card) h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:is(.ps-home-business-card,.vipn-business-card) p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:is(.ps-home-full-btn,.vipn-full-btn) { width: 100%; margin-top: 14px; }

[data-theme="light"] :is(.ps-home-ad-frame,.vipn-ad-frame),
[data-theme="light"] :is(.ps-home-hero,.vipn-hero),
[data-theme="light"] :is(.ps-home-article-card,.vipn-article-card),
[data-theme="light"] :is(.ps-home-side-card,.vipn-side-card),
[data-theme="light"] :is(.ps-home-compact-card,.vipn-compact-card),
[data-theme="light"] :is(.ps-home-business-card,.vipn-business-card) {
  background: rgba(255,255,255,.92);
}

[data-theme="light"] :is(.ps-home-article-card,.vipn-article-card):hover,
[data-theme="light"] :is(.ps-home-compact-card,.vipn-compact-card):hover,
[data-theme="light"] :is(.ps-home-business-card,.vipn-business-card):hover {
  border-color: rgba(51, 102, 153, .28);
}

@media (max-width: 1120px) {
  :is(.ps-home-hero,.vipn-hero) { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  :is(.ps-home-card-grid,.vipn-card-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  :is(.ps-home-nav,.vipn-nav) { height: auto; }
  :is(.ps-home-ad-frame,.vipn-ad-frame) { min-height: 74px; padding: 10px; }
  :is(.ps-home-ad-frame,.vipn-ad-frame) img { max-height: 72px; }
  :is(.ps-home-card-grid,.vipn-card-grid) { grid-template-columns: 1fr; }
  :is(.ps-home-hero-copy,.vipn-hero-copy) { padding: 30px 24px; }
}

@media (max-width: 560px) {
  :is(.ps-home-compact-card,.vipn-compact-card) {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  :is(.ps-home-compact-card,.vipn-compact-card) img {
    width: 76px;
    height: 58px;
  }
  :is(.ps-home-compact-card,.vipn-compact-card) h3,
  :is(.ps-home-compact-card,.vipn-compact-card) strong {
    font-size: .86rem;
  }
}



/* v3.4.0 shared footer/version polish */
:is(.ps-home-footer-version,.vipn-footer-version) {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  padding: 5px 10px;
  border: 1px solid var(--vipn-border);
  border-radius: 999px;
  background: var(--vipn-surface-2);
  color: var(--vipn-muted);
  font-size: .72rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .02em;
}

[data-theme="light"] :is(.ps-home-footer-version,.vipn-footer-version) {
  background: rgba(255,255,255,.72);
  color: #60758a;
}

:is(.ps-home-footer-grid,.vipn-footer-grid) {
  align-items: start;
}


/* v3.4.0 ad container cleanup + shared sidebar polish */
:is(.ps-home-ad-frame,.vipn-ad-frame) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 12px;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) img,
:is(.ps-home-ad-frame,.vipn-ad-frame) iframe,
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot {
  display: block;
  width: min(100%, 970px);
  max-height: 100px;
  object-fit: contain;
  border-radius: 14px;
}

:is(.ps-home-side-ad,.vipn-side-ad),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 336px;
  aspect-ratio: 300 / 250;
  min-height: 0;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--vipn-border-strong);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

:is(.ps-home-side-ad,.vipn-side-ad) img,
:is(.ps-home-side-ad,.vipn-side-ad) iframe,
:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) img,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 250px;
  object-fit: contain;
  border-radius: 12px;
}

:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-panel-title,.vipn-panel-title) h3,
:is(.ps-home-article-side-card,.vipn-article-side-card) :is(.ps-home-panel-title,.vipn-panel-title) h3 {
  font-size: .86rem;
  line-height: 1;
  letter-spacing: .035em;
}

:is(.ps-home-trending-list,.vipn-trending-list) {
  margin-top: 2px;
}

:is(.ps-home-trending-item,.vipn-trending-item) {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
}

:is(.ps-home-trending-item,.vipn-trending-item)::before {
  width: 24px;
  height: 24px;
  font-size: .72rem;
}

:is(.ps-home-trending-item,.vipn-trending-item) strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .88rem;
  line-height: 1.28;
}

@media (max-width: 767.98px) {
  :is(.ps-home-ad-frame,.vipn-ad-frame) {
    min-height: 92px;
    padding: 10px;
  }
  :is(.ps-home-ad-frame,.vipn-ad-frame) img,
  :is(.ps-home-ad-frame,.vipn-ad-frame) iframe,
  :is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot {
    max-height: 82px;
  }
}


/* v3.4.0 production ad + sidebar hardening */
:is(.ps-home-ad-frame,.vipn-ad-frame),
:is(.ps-home-side-ad,.vipn-side-ad),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) {
  isolation: isolate;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot,
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot-inner,
:is(.ps-home-ad-frame,.vipn-ad-frame) .revive-ad,
:is(.ps-home-ad-frame,.vipn-ad-frame) ins,
:is(.ps-home-ad-frame,.vipn-ad-frame) iframe {
  display: block;
  width: 100% !important;
  max-width: 970px;
  margin-inline: auto;
  text-align: center;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot-inner {
  min-height: 90px;
  display: grid;
  place-items: center;
}

:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot,
:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot-inner,
:is(.ps-home-side-ad,.vipn-side-ad) .revive-ad,
:is(.ps-home-side-ad,.vipn-side-ad) ins,
:is(.ps-home-side-ad,.vipn-side-ad) iframe,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot-inner,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .revive-ad,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) ins,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe {
  display: grid;
  place-items: center;
  width: 100% !important;
  max-width: 300px;
  min-height: 250px;
  margin-inline: auto;
  text-align: center;
}

:is(.ps-home-side-ad,.vipn-side-ad) img,
:is(.ps-home-side-ad,.vipn-side-ad) iframe,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) img,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe {
  background: #fff;
}

:is(.ps-home-trending-item,.vipn-trending-item) strong {
  overflow-wrap: anywhere;
}

[data-theme="light"] :is(.ps-home-side-ad,.vipn-side-ad),
[data-theme="light"] :is(.ps-home-article-ad-frame,.vipn-article-ad-frame) {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 35, 55, .04);
}

/* v3.4.0 production ad-slot normalization
   Keeps Revive iframes, image banners, and placeholder ads constrained to the intended slot sizes. */
:is(.ps-home-ad-frame,.vipn-ad-frame),
:is(.ps-home-side-ad,.vipn-side-ad),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) {
  isolation: isolate;
  box-sizing: border-box;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) {
  min-height: 118px;
  padding: 14px 18px;
  display: grid;
  place-items: center;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) :is(.ps-home-ad-slot,.vipn-ad-slot),
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot,
:is(.ps-home-ad-frame,.vipn-ad-frame) :is(.ps-home-ad-slot-inner,.vipn-ad-slot-inner),
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot-inner,
:is(.ps-home-ad-frame,.vipn-ad-frame) .revive-ad,
:is(.ps-home-ad-frame,.vipn-ad-frame) ins {
  width: 100% !important;
  max-width: 970px !important;
  min-height: 90px;
  margin: 0 auto !important;
  display: grid !important;
  place-items: center !important;
  text-align: center;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) img,
:is(.ps-home-ad-frame,.vipn-ad-frame) iframe {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 90px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  border: 0;
}

:is(.ps-home-side-ad,.vipn-side-ad),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) {
  min-height: 282px;
  padding: 14px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 35, 55, .10);
}

:is(.ps-home-side-ad,.vipn-side-ad) :is(.ps-home-ad-slot,.vipn-ad-slot),
:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot,
:is(.ps-home-side-ad,.vipn-side-ad) :is(.ps-home-ad-slot-inner,.vipn-ad-slot-inner),
:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot-inner,
:is(.ps-home-side-ad,.vipn-side-ad) .revive-ad,
:is(.ps-home-side-ad,.vipn-side-ad) ins,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) :is(.ps-home-ad-slot,.vipn-ad-slot),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) :is(.ps-home-ad-slot-inner,.vipn-ad-slot-inner),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot-inner,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .revive-ad,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) ins {
  display: grid !important;
  place-items: center !important;
  width: 300px !important;
  max-width: 100% !important;
  min-height: 250px;
  margin: 0 auto !important;
  text-align: center;
}

:is(.ps-home-side-ad,.vipn-side-ad) img,
:is(.ps-home-side-ad,.vipn-side-ad) iframe,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) img,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe {
  display: block !important;
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  max-height: 250px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

:is(.ps-home-side-ad,.vipn-side-ad) iframe[width="300"],
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe[width="300"] {
  width: 300px !important;
  height: 250px !important;
}

:is(.ps-home-side-card-label,.vipn-side-card-label) {
  margin-bottom: 12px;
}

:is(.ps-home-trending-list,.vipn-trending-list) {
  gap: 0;
}

:is(.ps-home-trending-item,.vipn-trending-item) {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--vipn-border);
}

:is(.ps-home-trending-item,.vipn-trending-item):first-child {
  border-top: 0;
  padding-top: 0;
}

:is(.ps-home-trending-item,.vipn-trending-item)::before {
  width: 26px;
  height: 26px;
  font-size: .78rem;
}

:is(.ps-home-trending-item,.vipn-trending-item) strong {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media (max-width: 767.98px) {
  :is(.ps-home-ad-frame,.vipn-ad-frame) { min-height: 86px; padding: 10px; }
  :is(.ps-home-ad-frame,.vipn-ad-frame) img,
  :is(.ps-home-ad-frame,.vipn-ad-frame) iframe { max-height: 72px !important; }
  :is(.ps-home-side-ad,.vipn-side-ad),
  :is(.ps-home-article-ad-frame,.vipn-article-ad-frame) { min-height: 250px; padding: 10px; }
}


/* v3.9.24 color + leaderboard polish */
:is(.ps-home-ad-leaderboard,.vipn-ad-leaderboard) {
  padding: 18px 0 26px;
}
:is(.ps-home-ad-frame,.vipn-ad-frame) {
  width: min(100%, 760px);
  margin: 0 auto;
  min-height: 112px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot,
:is(.ps-home-ad-frame,.vipn-ad-frame) :is(.ps-home-ad-slot,.vipn-ad-slot) {
  margin: 0 auto;
}
:is(.ps-home-ad-frame,.vipn-ad-frame) img {
  max-width: 728px;
  max-height: 90px;
  object-fit: contain;
}
:is(.ps-home-btn-primary,.vipn-btn-primary) {
  border-color: rgba(51, 102, 153, .34);
}
:is(.ps-home-kicker,.vipn-kicker),
:is(.ps-home-link,.vipn-link),
:is(.ps-home-section-kicker,.vipn-section-kicker) {
  color: var(--vipn-accent);
}
:is(.ps-home-trending-item,.vipn-trending-item)::before {
  background: var(--vipn-accent);
}
@media (max-width: 780px) {
  :is(.ps-home-ad-frame,.vipn-ad-frame) {
    width: 100%;
    min-height: 82px;
    padding: 8px;
  }
  .ad-slot--leaderboard iframe,
  .ad-slot--leaderboard :is(.ps-home-revive-frame,.vipn-revive-frame) {
    height: 60px !important;
  }
}


/* v3.9.29 leaderboard ad fix
   Allow 728x90, 970x90, or 970x250 creatives to show fully. */
:is(.ps-home-ad-leaderboard,.vipn-ad-leaderboard) {
  padding: 18px 0 28px !important;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) {
  width: min(100%, 1040px) !important;
  max-width: 1040px !important;
  min-height: 128px;
  padding: 14px 18px !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard,
:is(.ps-home-ad-frame,.vipn-ad-frame) :is(.ps-home-ad-slot,.vipn-ad-slot).ad-slot--leaderboard,
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard .ad-slot-inner,
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard :is(.ps-home-ad-slot-inner,.vipn-ad-slot-inner),
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard :is(.ps-home-revive-async,.vipn-revive-async),
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard .revive-ad,
:is(.ps-home-ad-frame,.vipn-ad-frame) ins {
  width: min(100%, 970px) !important;
  max-width: 970px !important;
  min-height: 90px !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 auto !important;
}

:is(.ps-home-ad-frame,.vipn-ad-frame) img,
:is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* If Revive itself inserts an internal frame, keep it from being clipped by the page wrapper. */
:is(.ps-home-ad-frame,.vipn-ad-frame) iframe {
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 auto !important;
}

@media (max-width: 780px) {
  :is(.ps-home-ad-frame,.vipn-ad-frame) {
    width: 100% !important;
    min-height: 92px;
    padding: 10px !important;
  }
  :is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard,
  :is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard :is(.ps-home-revive-async,.vipn-revive-async),
  :is(.ps-home-ad-frame,.vipn-ad-frame) .ad-slot--leaderboard .revive-ad {
    min-height: 60px !important;
  }
}

/* v3.9.65 mobile lead-story rescue
   Fixes the homepage hero squeezing image and story copy into side-by-side columns on phones. */
@media (max-width: 860px) {
  html,
  body:is(.ps-home-body,.vipn-body),
  :is(.ps-home-page,.vipn-page) {
    max-width: 100%;
    overflow-x: hidden;
  }

  :is(.ps-home-container,.vipn-container) {
    width: min(100% - 24px, var(--vipn-container));
  }

  :is(.ps-home-ad-leaderboard,.vipn-ad-leaderboard) {
    padding: 10px 0 18px;
  }

  :is(.ps-home-ad-frame,.vipn-ad-frame) {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  :is(.ps-home-hero,.vipn-hero) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 22px;
  }

  :is(.ps-home-hero-media,.vipn-hero-media),
  :is(.ps-home-hero-copy,.vipn-hero-copy),
  :is(.ps-home-topstories,.vipn-topstories) {
    grid-column: 1 / -1 !important;
    width: 100%;
    max-width: 100%;
  }

  :is(.ps-home-hero-media,.vipn-hero-media) {
    min-height: 0 !important;
    height: clamp(220px, 58vw, 330px);
    border-bottom: 1px solid var(--vipn-border);
  }

  :is(.ps-home-hero-media,.vipn-hero-media) a,
  :is(.ps-home-hero-media,.vipn-hero-media) img {
    width: 100%;
    height: 100%;
  }

  :is(.ps-home-hero-media,.vipn-hero-media) img {
    object-fit: cover;
    object-position: center center;
  }

  :is(.ps-home-hero-copy,.vipn-hero-copy) {
    padding: 22px 20px 24px !important;
    border-right: 0 !important;
  }

  :is(.ps-home-story-meta-row,.vipn-story-meta-row) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 14px;
  }

  :is(.ps-home-kicker,.vipn-kicker) {
    max-width: 100%;
  }

  :is(.ps-home-meta,.vipn-meta) {
    font-size: .8rem;
    line-height: 1.35;
  }

  :is(.ps-home-hero,.vipn-hero) h1 {
    max-width: none !important;
    font-size: clamp(1.72rem, 7.4vw, 2.35rem) !important;
    line-height: 1.04;
    letter-spacing: -0.052em;
    text-wrap: pretty;
    overflow-wrap: normal;
    word-break: normal;
  }

  :is(.ps-home-hero,.vipn-hero) p {
    max-width: none !important;
    margin: 14px 0 20px;
    font-size: .98rem;
    line-height: 1.55;
  }

  :is(.ps-home-hero-copy,.vipn-hero-copy) :is(.ps-home-btn,.vipn-btn) {
    width: auto;
    max-width: 100%;
    min-height: 46px;
    padding: 0 18px;
    align-self: flex-start;
  }

  :is(.ps-home-topstories,.vipn-topstories) {
    padding: 22px 20px 24px !important;
    border-top: 1px solid var(--vipn-border);
  }
}

@media (max-width: 480px) {
  :is(.ps-home-container,.vipn-container) {
    width: calc(100% - 20px);
  }

  :is(.ps-home-hero,.vipn-hero) {
    border-radius: 18px;
  }

  :is(.ps-home-hero-media,.vipn-hero-media) {
    height: clamp(205px, 62vw, 285px);
  }

  :is(.ps-home-hero-copy,.vipn-hero-copy) {
    padding: 20px 18px 22px !important;
  }

  :is(.ps-home-hero,.vipn-hero) h1 {
    font-size: clamp(1.55rem, 8.2vw, 2.05rem) !important;
    line-height: 1.06;
  }

  :is(.ps-home-hero,.vipn-hero) p {
    font-size: .94rem;
  }

  :is(.ps-home-hero-copy,.vipn-hero-copy) :is(.ps-home-btn,.vipn-btn) {
    width: 100%;
  }
}

/* v3.9.72 public navbar polish: prevent cramped desktop nav, wrapped labels, and stray mobile toggle */
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-nav,.vipn-nav){
  display:grid;
  grid-template-columns:minmax(210px,auto) auto minmax(360px,1fr);
  align-items:center;
  gap:clamp(12px,1.6vw,24px);
  min-height:76px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand,.vipn-brand){
  min-width:0;
  max-width:340px;
  overflow:hidden;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand-name,.vipn-brand-name){
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-mobile-toggle,.vipn-mobile-toggle){
  display:none !important;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu){
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:6px;
  white-space:nowrap;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu) a{
  white-space:nowrap;
  min-height:40px;
  padding:0 clamp(10px,1vw,16px);
  line-height:1.1;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions){
  min-width:0;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:nowrap;
  gap:10px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search){
  min-width:240px;
  max-width:340px;
  flex:1 1 300px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) form{
  width:100%;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-btn-primary,.vipn-btn-primary){
  white-space:nowrap;
  flex:0 0 auto;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-icon-btn,.vipn-icon-btn):not(:is(.ps-home-mobile-toggle,.vipn-mobile-toggle)){
  flex:0 0 42px;
}

@media (max-width:1180px) and (min-width:861px){
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-nav,.vipn-nav){
    grid-template-columns:minmax(190px,1fr) auto minmax(280px,360px);
    gap:10px;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand,.vipn-brand){max-width:270px;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu){gap:4px;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu) a{padding:0 10px;font-size:.9rem;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions){gap:8px;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search){min-width:220px;max-width:300px;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button{padding-left:12px;padding-right:12px;}
}

@media (max-width:1020px) and (min-width:861px){
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-nav,.vipn-nav){
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "brand actions"
      "menu actions";
    height:auto;
    min-height:0;
    padding:12px 0;
    row-gap:8px;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand,.vipn-brand){grid-area:brand;max-width:none;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu){grid-area:menu;justify-content:flex-start;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions){grid-area:actions;align-self:center;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search){min-width:220px;max-width:280px;}
}

@media (max-width:860px){
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-nav,.vipn-nav){
    display:flex;
    height:auto;
    min-height:0;
    padding:12px 0;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand,.vipn-brand){
    flex:1 1 auto;
    max-width:calc(100% - 56px);
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-mobile-toggle,.vipn-mobile-toggle){
    display:inline-grid !important;
    flex:0 0 42px;
    order:2;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu){
    order:4;
    width:100%;
    flex:0 0 100%;
    display:none !important;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    padding:12px;
    border:1px solid var(--vipn-border);
    border-radius:var(--vipn-radius-lg);
    background:var(--vipn-surface);
    box-shadow:var(--vipn-shadow-soft);
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu):is(.ps-home-open,.vipn-open){display:flex !important;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu) a{justify-content:center;width:100%;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions){
    order:3;
    flex:0 0 100%;
    width:100%;
    justify-content:stretch;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search){
    flex:1 1 auto;
    min-width:0;
    max-width:none;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions) :is(.ps-home-btn-primary,.vipn-btn-primary){flex:0 0 auto;}
}

@media (max-width:560px){
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand-name,.vipn-brand-name){font-size:.92rem;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions){gap:8px;}
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button{padding:0 11px;font-size:.8rem;}
}


/* v3.9.89: support 300x300 public sidebar ads */
:is(.ps-home-side-ad,.vipn-side-ad),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) {
  max-width: 336px !important;
  min-height: 320px !important;
  aspect-ratio: auto !important;
}
:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot,
:is(.ps-home-side-ad,.vipn-side-ad) :is(.ps-home-ad-slot,.vipn-ad-slot),
:is(.ps-home-side-ad,.vipn-side-ad) .ad-slot-inner,
:is(.ps-home-side-ad,.vipn-side-ad) :is(.ps-home-ad-slot-inner,.vipn-ad-slot-inner),
:is(.ps-home-side-ad,.vipn-side-ad) .revive-ad,
:is(.ps-home-side-ad,.vipn-side-ad) ins,
:is(.ps-home-side-ad,.vipn-side-ad) iframe,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) :is(.ps-home-ad-slot,.vipn-ad-slot),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .ad-slot-inner,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) :is(.ps-home-ad-slot-inner,.vipn-ad-slot-inner),
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) .revive-ad,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) ins,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe {
  width: 300px !important;
  max-width: 100% !important;
  min-height: 300px !important;
  height: 300px !important;
}
:is(.ps-home-side-ad,.vipn-side-ad) img,
:is(.ps-home-side-ad,.vipn-side-ad) iframe,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) img,
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe {
  max-width: 300px !important;
  max-height: 300px !important;
  height: auto !important;
  object-fit: contain !important;
}
:is(.ps-home-side-ad,.vipn-side-ad) iframe[width="300"],
:is(.ps-home-article-ad-frame,.vipn-article-ad-frame) iframe[width="300"] { height: 300px !important; }

/* v3.9.142: dynamic homepage category sections */
:is(.ps-home-category-section,.vipn-category-section) :is(.ps-home-section-head,.vipn-section-head) > div {
  min-width: 0;
}
:is(.ps-home-section-kicker,.vipn-section-kicker) {
  margin: 4px 0 0;
  color: var(--vipn-muted);
  font-size: .88rem;
  font-weight: 600;
}
:is(.ps-home-category-empty,.vipn-category-empty) {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  padding: 20px;
  border: 1px dashed var(--vipn-border);
  border-radius: var(--vipn-radius-lg);
  background: color-mix(in srgb, var(--vipn-surface) 92%, var(--public-theme-secondary, #f5c400) 8%);
}
:is(.ps-home-category-empty,.vipn-category-empty) strong {
  color: var(--vipn-ink);
}
:is(.ps-home-category-empty,.vipn-category-empty) span {
  color: var(--vipn-muted);
  font-size: .92rem;
}

/* v3.9.167 - Homepage Platinum Weather product awareness widget */
:is(.ps-home-home-weather-product,.vipn-home-weather-product){margin-top:24px;margin-bottom:10px;}
:is(.ps-home-home-weather-card,.vipn-home-weather-card){
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(220px,.52fr) minmax(230px,.72fr) auto;
  gap:18px;
  align-items:center;
  padding:22px;
  border:1px solid var(--vipn-border-strong);
  border-radius:28px;
  background:
    radial-gradient(circle at 8% 0%,rgba(61,147,215,.25),transparent 23rem),
    radial-gradient(circle at 92% 20%,rgba(245,196,0,.18),transparent 20rem),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),
    var(--vipn-hero-bg);
  box-shadow:var(--vipn-shadow-soft);
}
:is(.ps-home-home-weather-card,.vipn-home-weather-card):before{content:"";position:absolute;right:-70px;bottom:-95px;width:290px;height:190px;border-radius:50%;background:linear-gradient(135deg,rgba(57,177,214,.20),rgba(245,196,0,.12));pointer-events:none;}
:is(.ps-home-home-weather-card,.vipn-home-weather-card):is(.ps-home-home-weather-showers,.vipn-home-weather-showers):after,:is(.ps-home-home-weather-card,.vipn-home-weather-card):is(.ps-home-home-weather-storm,.vipn-home-weather-storm):after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(118deg,transparent 0 22px,rgba(255,255,255,.12) 23px 25px,transparent 26px 42px);opacity:.34;pointer-events:none;}
:is(.ps-home-home-weather-main,.vipn-home-weather-main),:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-days,.vipn-home-weather-days),:is(.ps-home-home-weather-action,.vipn-home-weather-action){position:relative;z-index:1;}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) :is(.ps-home-story-meta-row,.vipn-story-meta-row){margin-bottom:10px;}
:is(.ps-home-home-weather-copy,.vipn-home-weather-copy){display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;}
:is(.ps-home-home-weather-icon,.vipn-home-weather-icon){width:62px;height:62px;display:grid;place-items:center;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid var(--vipn-border);font-size:2rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);}
:is(.ps-home-home-weather-copy,.vipn-home-weather-copy) h2{margin:0;color:var(--vipn-text);font-size:clamp(1.35rem,2.5vw,2.15rem);line-height:1;letter-spacing:-.055em;font-weight:950;}
:is(.ps-home-home-weather-copy,.vipn-home-weather-copy) p{margin:7px 0 0;color:var(--vipn-text-soft);font-size:.98rem;line-height:1.45;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
:is(.ps-home-home-weather-copy,.vipn-home-weather-copy) p strong{color:var(--vipn-text);font-weight:950;}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{min-height:64px;padding:10px 11px;border:1px solid var(--vipn-border);border-radius:16px;background:var(--vipn-surface-2);}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) span{display:block;color:var(--vipn-muted);font-size:.66rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase;}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{display:block;margin-top:5px;color:var(--vipn-text);font-size:.9rem;line-height:1.25;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
:is(.ps-home-home-weather-days,.vipn-home-weather-days){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
:is(.ps-home-home-weather-days,.vipn-home-weather-days) span{min-width:0;padding:9px 10px;border:1px solid var(--vipn-border);border-radius:14px;background:rgba(255,255,255,.055);color:var(--vipn-text-soft);font-size:.78rem;font-weight:800;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
:is(.ps-home-home-weather-days,.vipn-home-weather-days) b{display:block;color:var(--vipn-accent);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;font-weight:950;}
:is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){white-space:nowrap;min-height:46px;}
[data-theme="light"] :is(.ps-home-home-weather-card,.vipn-home-weather-card){background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(237,247,255,.92));}
[data-theme="light"] :is(.ps-home-home-weather-icon,.vipn-home-weather-icon),[data-theme="light"] :is(.ps-home-home-weather-days,.vipn-home-weather-days) span{background:rgba(255,255,255,.76);}
@media (max-width:1180px){:is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr 1fr}:is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1}:is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%;}}
@media (max-width:760px){:is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr;padding:18px;border-radius:24px}:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-days,.vipn-home-weather-days){grid-template-columns:1fr 1fr}:is(.ps-home-home-weather-copy,.vipn-home-weather-copy){align-items:start}:is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){white-space:normal;text-align:center;}}
@media (max-width:480px){:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-days,.vipn-home-weather-days){grid-template-columns:1fr}:is(.ps-home-home-weather-icon,.vipn-home-weather-icon){width:54px;height:54px;border-radius:18px;font-size:1.75rem}:is(.ps-home-home-weather-copy,.vipn-home-weather-copy) h2{font-size:1.55rem;}}

/* v3.9.168 - Homepage weather widget fix */
:is(.ps-home-home-weather-product,.vipn-home-weather-product){margin-top:26px;margin-bottom:28px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card),
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card):visited{
  color:inherit;
  text-decoration:none;
}
:is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:auto minmax(0,1fr) minmax(250px,.5fr) auto;
  gap:22px;
  padding:22px 26px;
  min-height:118px;
  isolation:isolate;
}
:is(.ps-home-home-weather-card,.vipn-home-weather-card):after{display:none!important;}
:is(.ps-home-home-weather-visual,.vipn-home-weather-visual){
  position:relative;
  z-index:1;
  width:78px;
  height:78px;
  border-radius:22px;
  display:grid;
  place-items:center;
  border:1px solid var(--vipn-border);
  background:rgba(255,255,255,.66);
  box-shadow:0 16px 34px rgba(13,27,42,.08);
}
:is(.ps-home-home-weather-visual,.vipn-home-weather-visual) span{font-size:2rem;line-height:1;}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) :is(.ps-home-home-weather-eyebrow,.vipn-home-weather-eyebrow){
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 8px;
}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) :is(.ps-home-meta,.vipn-meta){
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:.78rem;
}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) h2{
  margin:0;
  color:var(--vipn-text);
  font-size:clamp(1.55rem,2.3vw,2.25rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) p{
  margin:7px 0 0;
  color:var(--vipn-text-soft);
  font-size:.97rem;
  line-height:1.35;
  font-weight:650;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) p strong{color:var(--vipn-text);font-weight:850;}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) p span{font-weight:600;}
:is(.ps-home-home-weather-card,.vipn-home-weather-card) :is(.ps-home-home-weather-copy,.vipn-home-weather-copy),
:is(.ps-home-home-weather-card,.vipn-home-weather-card) :is(.ps-home-home-weather-days,.vipn-home-weather-days){display:none!important;}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{
  min-width:0;
  min-height:68px;
  padding:10px 12px;
  overflow:hidden;
}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{
  font-size:.88rem;
  line-height:1.2;
  word-break:normal;
  overflow-wrap:break-word;
  -webkit-line-clamp:3;
}
:is(.ps-home-home-weather-action,.vipn-home-weather-action){justify-self:end;}
:is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){pointer-events:none;}
:is(.ps-home-home-weather-card,.vipn-home-weather-card):hover{
  transform:translateY(-2px);
  box-shadow:0 24px 55px rgba(13,27,42,.14);
}
@media (max-width:1180px){
  :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:auto minmax(0,1fr);}
  :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-column:1 / -1;}
  :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1;justify-self:stretch;}
  :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%;justify-content:center;}
}
@media (max-width:640px){
  :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr;padding:18px;}
  :is(.ps-home-home-weather-visual,.vipn-home-weather-visual){width:64px;height:64px;border-radius:20px;}
  :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr;}
}

/* v3.9.170 - Homepage weather widget: no dates, no clipped facts */
:is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:auto minmax(0,1fr) minmax(350px,.64fr) auto;
  align-items:center;
}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) :is(.ps-home-home-weather-eyebrow,.vipn-home-weather-eyebrow) :is(.ps-home-meta,.vipn-meta){
  max-width:none;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
:is(.ps-home-home-weather-main,.vipn-home-weather-main) p{
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
  -webkit-box-orient:initial;
  max-width:64ch;
}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){
  grid-template-columns:repeat(3,minmax(106px,1fr));
  gap:10px;
}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{
  min-height:74px;
  overflow:visible;
}
:is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
  -webkit-box-orient:initial;
  text-overflow:clip;
  white-space:normal;
  font-size:.93rem;
  line-height:1.22;
  overflow-wrap:normal;
  word-break:normal;
}
@media (max-width:1180px){
  :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:auto minmax(0,1fr);}
  :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:720px){
  :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr;}
}


/* v3.9.170 - Homepage weather widget final cleanup: no dates, no clipped temperatures */
:is(.ps-home-home-weather-product,.vipn-home-weather-product){margin-top:28px;margin-bottom:34px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:auto minmax(280px,1fr) minmax(430px,.78fr) auto;
  gap:22px;
  align-items:center;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-eyebrow,.vipn-home-weather-eyebrow) :is(.ps-home-meta,.vipn-meta){display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) h2{font-size:clamp(1.65rem,2.15vw,2.35rem);line-height:1.02;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{display:block!important;max-width:62ch;overflow:visible!important;-webkit-line-clamp:unset!important;font-size:.98rem;line-height:1.38;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:repeat(3,minmax(130px,1fr));align-items:stretch;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{min-height:78px;overflow:visible!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;font-size:.92rem;line-height:1.23;word-break:normal;overflow-wrap:normal;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){white-space:nowrap;}
@media (max-width:1250px){:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:auto minmax(0,1fr)}:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1}:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){justify-self:stretch}:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%;justify-content:center;}}
@media (max-width:700px){:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr}:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr}:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{font-size:.94rem;}}

/* v3.9.171 - Platinum Weather homepage widget cleanup */
:is(.ps-home-home-weather-product,.vipn-home-weather-product){margin-top:26px;margin-bottom:38px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  display:grid;
  grid-template-columns:72px minmax(260px,1fr) minmax(420px,.86fr) auto;
  gap:22px;
  align-items:center;
  padding:26px 30px;
  min-height:132px;
  overflow:hidden;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-visual,.vipn-home-weather-visual){width:72px;height:72px;border-radius:22px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) h2{font-size:clamp(1.7rem,2.2vw,2.35rem);line-height:1.02;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{margin-top:8px;display:block!important;max-width:none;overflow:visible!important;font-size:1rem;line-height:1.25;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p span{display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){display:grid;grid-template-columns:repeat(3,minmax(132px,1fr));gap:10px;min-width:0;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{min-height:82px;padding:12px 14px;overflow:visible!important;display:flex;flex-direction:column;justify-content:center;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;font-size:1rem;line-height:1.23;word-break:normal;overflow-wrap:normal;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){justify-self:end;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){white-space:nowrap;}
@media (max-width:1280px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:72px minmax(0,1fr);}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){justify-self:stretch;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%;justify-content:center;}
}
@media (max-width:760px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr;padding:20px;border-radius:24px;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr;}
}


/* v3.9.172 - Platinum Weather homepage widget: consumer-only, no seas/date copy */
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:72px minmax(260px,1fr) minmax(260px,.44fr) auto;
  gap:22px;
  align-items:center;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{
  margin-top:8px;
  font-size:1rem;
  line-height:1.25;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p span,
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-eyebrow,.vipn-home-weather-eyebrow) :is(.ps-home-meta,.vipn-meta){display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){
  grid-template-columns:repeat(2,minmax(118px,1fr));
  max-width:330px;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{
  min-height:78px;
  overflow:visible!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{
  display:block!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
}
@media (max-width:1280px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:72px minmax(0,1fr);}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){max-width:none;}
}
@media (max-width:760px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr 1fr;}
}
@media (max-width:480px){:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr;}}

/* v3.9.173 - Homepage weather widget tightened: no seas/date, full temp values */
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:72px minmax(260px,1fr) minmax(250px,.38fr) auto!important;
  min-height:124px;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{
  max-width:34ch!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){
  grid-template-columns:repeat(2,minmax(118px,1fr))!important;
  max-width:300px!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div:nth-child(n+3){display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media (max-width:1280px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:72px minmax(0,1fr)!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){max-width:none!important;}
}
@media (max-width:760px){:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr!important;}}


/* v3.9.174 - Homepage weather widget aligned to Weather Center hero */
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:minmax(210px,.72fr) minmax(280px,1fr) minmax(220px,.42fr) auto!important;
  gap:24px;
  align-items:stretch;
  min-height:172px;
  padding:0;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(240,247,251,.94));
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel){
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  min-height:172px;
  padding:22px;
  border-right:1px solid var(--vipn-border-strong);
  background:
    radial-gradient(circle at 16% 12%,rgba(255,255,255,.22),transparent 0 18%),
    radial-gradient(circle at 86% 8%,rgba(157,219,184,.28),transparent 0 16%),
    linear-gradient(150deg,#0e668f 0%,#27a6be 52%,#7ab685 100%);
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel):after{
  content:"";
  position:absolute;
  left:-14%;
  right:-8%;
  bottom:-34%;
  height:48%;
  border-radius:50%;
  background:rgba(233,247,240,.28);
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel) > *{position:relative;z-index:1;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-kicker,.vipn-home-weather-hero-kicker){
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:24px;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-icon,.vipn-home-weather-hero-icon){
  width:58px;height:58px;border-radius:18px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.14);
  box-shadow:0 16px 30px rgba(8,31,44,.18);
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-icon,.vipn-home-weather-hero-icon) span{font-size:1.7rem;line-height:1;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel) strong{
  display:block;color:#fff;font-size:1.95rem;line-height:1;letter-spacing:-.05em;font-weight:950;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel) small{
  display:block;max-width:21ch;color:rgba(255,255,255,.86);font-size:.92rem;line-height:1.35;font-weight:650;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main),
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){padding:26px 0;position:relative;z-index:1;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main){padding-left:0;padding-right:0;display:flex;flex-direction:column;justify-content:center;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) h2{font-size:clamp(1.9rem,2.2vw,2.55rem);line-height:.98;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{max-width:34ch!important;margin-top:10px;font-size:1rem;line-height:1.36;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p strong{display:inline;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){display:grid;grid-template-columns:repeat(2,minmax(120px,1fr))!important;max-width:300px!important;gap:10px;align-content:center;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{min-height:82px;padding:12px 14px;display:flex;flex-direction:column;justify-content:center;border-radius:18px;background:var(--vipn-surface-2);}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){padding-right:26px;display:flex;align-items:center;justify-content:center;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){min-width:220px;justify-content:center;}
@media (max-width:1280px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:minmax(220px,.75fr) minmax(0,1fr)!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1;padding:0 26px 24px;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){padding-top:0;justify-content:flex-start;}
}
@media (max-width:760px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel){min-height:220px;border-right:0;border-bottom:1px solid var(--vipn-border-strong);}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){padding:0 20px 20px;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main){padding-top:20px;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr 1fr!important;max-width:none!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%;min-width:0;}
}
@media (max-width:520px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel) strong{font-size:1.7rem;}
}


/* v3.9.175 - Homepage weather widget: useful compact promo */
:is(.ps-home-home-weather-product,.vipn-home-weather-product){margin-top:24px;margin-bottom:34px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  grid-template-columns:136px minmax(320px,1fr) minmax(210px,.34fr) auto!important;
  gap:22px;
  min-height:138px;
  padding:0 22px 0 0!important;
  align-items:center;
  border-radius:28px;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel){
  min-height:138px;
  padding:18px;
  align-items:flex-start;
  justify-content:center;
  gap:10px;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-kicker,.vipn-home-weather-hero-kicker){font-size:.58rem;padding:4px 8px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-icon,.vipn-home-weather-hero-icon){width:48px;height:48px;border-radius:15px;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel) strong,
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel) small{display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main){padding:20px 0!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) h2{
  max-width:none;
  font-size:clamp(1.55rem,2vw,2.15rem)!important;
  letter-spacing:-.045em;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{
  max-width:46ch!important;
  font-size:.98rem!important;
  line-height:1.38!important;
  color:var(--vipn-text-soft);
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){
  grid-template-columns:repeat(2,minmax(96px,1fr))!important;
  max-width:250px!important;
  padding:0!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{
  min-height:70px;
  padding:10px 12px;
  border-radius:16px;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{font-size:1rem;line-height:1.18;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){padding:0!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){min-width:205px;min-height:44px;}
@media (max-width:1180px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:112px minmax(0,1fr)!important;padding:0 18px 18px 0!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:2;max-width:none!important;padding:0!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){justify-content:flex-start;}
}
@media (max-width:760px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr!important;padding:0 0 18px!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel){min-height:120px;border-bottom:1px solid var(--vipn-border-strong);}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1;padding-left:18px!important;padding-right:18px!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%;}
}


/* v3.9.176 - Final homepage weather widget cleanup */
:is(.ps-home-home-weather-product,.vipn-home-weather-product){
  margin-top:26px!important;
  margin-bottom:34px!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr) minmax(240px,.36fr) auto!important;
  gap:18px!important;
  align-items:center!important;
  min-height:auto!important;
  padding:20px 22px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 96% 100%,rgba(92,177,151,.22),transparent 230px),
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,247,252,.92))!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card):before{opacity:.55!important;right:-120px!important;bottom:-120px!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-hero-panel,.vipn-home-weather-hero-panel),
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-visual,.vipn-home-weather-visual){display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-mark,.vipn-home-weather-mark){
  position:relative;z-index:1;
  width:64px;height:64px;
  display:grid;place-items:center;
  border-radius:20px;
  border:1px solid rgba(51,102,153,.24);
  background:linear-gradient(145deg,#0f7aa4,#66bd98);
  box-shadow:0 16px 34px rgba(13,27,42,.10);
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-mark,.vipn-home-weather-mark) span{font-size:1.75rem;line-height:1;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main),
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics),
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){
  position:relative;z-index:1;
  padding:0!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main){display:block!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-eyebrow,.vipn-home-weather-eyebrow){margin:0 0 7px!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) h2{
  margin:0!important;
  font-size:clamp(1.45rem,1.8vw,2rem)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p{
  margin:7px 0 0!important;
  max-width:none!important;
  font-size:.96rem!important;
  line-height:1.35!important;
  font-weight:650!important;
  color:var(--vipn-text-soft)!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-main,.vipn-home-weather-main) p strong{color:var(--vipn-text)!important;font-weight:850!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){
  display:grid!important;
  grid-template-columns:repeat(2,minmax(105px,1fr))!important;
  gap:10px!important;
  max-width:none!important;
  min-width:0!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div{
  min-height:66px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(51,102,153,.18)!important;
  overflow:visible!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) div:nth-child(n+3){display:none!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) span{font-size:.68rem!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics) strong{
  display:block!important;
  margin-top:4px!important;
  font-size:.98rem!important;
  line-height:1.16!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){justify-self:end!important;display:flex!important;align-items:center!important;}
:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){
  min-width:190px!important;
  min-height:42px!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
@media (max-width:1180px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:64px minmax(0,1fr)!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-column:1 / -1!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action){grid-column:1 / -1!important;justify-self:stretch!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-action,.vipn-home-weather-action) :is(.ps-home-btn,.vipn-btn){width:100%!important;}
}
@media (max-width:620px){
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-card,.vipn-home-weather-card){grid-template-columns:1fr!important;padding:18px!important;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-mark,.vipn-home-weather-mark){width:58px;height:58px;}
  :is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr 1fr!important;}
}
@media (max-width:440px){:is(.ps-home-home-weather-product,.vipn-home-weather-product) :is(.ps-home-home-weather-metrics,.vipn-home-weather-metrics){grid-template-columns:1fr!important;}}

/* v5.8.6.22 launch QA polish: stronger lower homepage sections + marketplace rail */
:is(.ps-home-category-section,.vipn-category-section){
  padding:20px;
  border:1px solid var(--vipn-border);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.64));
  box-shadow:0 14px 34px rgba(15,23,42,.055);
}
[data-theme="dark"] :is(.ps-home-category-section,.vipn-category-section){background:rgba(255,255,255,.045);}
:is(.ps-home-category-section,.vipn-category-section) :is(.ps-home-strip-grid,.vipn-strip-grid){grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
:is(.ps-home-category-section,.vipn-category-section) :is(.ps-home-compact-card,.vipn-compact-card){background:#fff;border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.045);}
:is(.ps-home-category-section,.vipn-category-section) :is(.ps-home-compact-card,.vipn-compact-card) img{background:#eaf2fb;}
:is(.ps-home-launch-rail,.vipn-launch-rail){margin-top:4px;}
:is(.ps-home-launch-card,.vipn-launch-card){
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:24px;
  border:1px solid rgba(51,102,153,.18);
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 8%,rgba(245,196,0,.18),transparent 14rem),
    linear-gradient(135deg,#08213a,#235f93 70%,#6d7f63);
  box-shadow:0 18px 42px rgba(15,23,42,.10);
  color:#fff;
}
:is(.ps-home-launch-card,.vipn-launch-card) :is(.ps-home-kicker,.vipn-kicker){background:rgba(255,255,255,.14);color:#ffe981;}
:is(.ps-home-launch-card,.vipn-launch-card) h2{margin:10px 0 8px;font-weight:950;letter-spacing:-.045em;line-height:1.02;font-size:clamp(1.6rem,3vw,2.25rem);}
:is(.ps-home-launch-card,.vipn-launch-card) p{margin:0;color:rgba(255,255,255,.82);max-width:68ch;line-height:1.5;font-weight:650;}
:is(.ps-home-launch-actions,.vipn-launch-actions){display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
:is(.ps-home-launch-actions,.vipn-launch-actions) :is(.ps-home-btn-outline,.vipn-btn-outline){background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.26);color:#fff;}
@media(max-width:980px){:is(.ps-home-launch-card,.vipn-launch-card){grid-template-columns:1fr}:is(.ps-home-launch-actions,.vipn-launch-actions){justify-content:flex-start}:is(.ps-home-category-section,.vipn-category-section) :is(.ps-home-strip-grid,.vipn-strip-grid){grid-template-columns:1fr 1fr;}}
@media(max-width:640px){:is(.ps-home-category-section,.vipn-category-section) :is(.ps-home-strip-grid,.vipn-strip-grid){grid-template-columns:1fr}:is(.ps-home-launch-card,.vipn-launch-card){padding:20px;border-radius:22px;}}

/* v5.8.6.36 homepage newsletter + current trending note */
:is(.ps-home-panel-title-stack,.vipn-panel-title-stack){align-items:flex-start!important;flex-direction:column;gap:2px!important;}
:is(.ps-home-panel-title-stack,.vipn-panel-title-stack) small{color:#64748b;font-weight:700;line-height:1.35;}
:is(.ps-home-trending-item,.vipn-trending-item) small{display:block;margin-top:3px;color:#64748b;font-size:11px;font-weight:750;}
:is(.ps-home-home-newsletter-card,.vipn-home-newsletter-card){background:linear-gradient(135deg,#ffffff 0%,#f8fbff 55%,#fff7df 100%)!important;border:1px solid rgba(37,99,235,.12)!important;}
:is(.ps-home-home-newsletter-card,.vipn-home-newsletter-card) p{margin:.35rem 0 .9rem;color:#475569;font-size:.92rem;line-height:1.5;}
:is(.ps-home-newsletter-form,.vipn-newsletter-form){display:grid;gap:10px;}
:is(.ps-home-newsletter-form,.vipn-newsletter-form) input[type="email"],:is(.ps-home-newsletter-form,.vipn-newsletter-form) input[type="text"]{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fff;padding:11px 13px;color:#0f172a;font-weight:700;}
:is(.ps-home-newsletter-form,.vipn-newsletter-form) input[type="email"]:focus{outline:2px solid rgba(37,99,235,.20);border-color:#2563eb;}
:is(.ps-home-newsletter-form,.vipn-newsletter-form) button{border:0;border-radius:999px;background:#1d6fb8;color:#fff;font-weight:950;padding:11px 14px;box-shadow:0 10px 24px rgba(29,111,184,.22);}
:is(.ps-home-newsletter-form,.vipn-newsletter-form) button:hover{background:#15598f;}
:is(.ps-home-newsletter-alert,.vipn-newsletter-alert){border-radius:14px;padding:10px 12px;margin:0 0 10px;font-size:.85rem;font-weight:800;}
:is(.ps-home-newsletter-alert--success,.vipn-newsletter-alert--success){background:#ecfdf3;color:#027a48;border:1px solid #abefc6;}
:is(.ps-home-newsletter-alert--error,.vipn-newsletter-alert--error){background:#fff1f3;color:#b42318;border:1px solid #fecdd6;}
:is(.ps-home-newsletter-privacy,.vipn-newsletter-privacy){display:block;margin-top:9px;color:#64748b;font-weight:700;}
:is(.ps-home-honeypot,.vipn-honeypot){position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}

/* v5.8.6.37 Trending Now cleanup: keep public rail clean; do not show view counts. */
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-panel-title-stack,.vipn-panel-title-stack){gap:4px!important;margin-bottom:8px;}
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-panel-title-stack,.vipn-panel-title-stack) h3{margin:0;line-height:1.1;}
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-panel-title-stack,.vipn-panel-title-stack) small{display:block;font-size:.86rem;color:#64748b;font-weight:800;line-height:1.3;}
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-trending-list,.vipn-trending-list){margin-top:4px;}
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-trending-item,.vipn-trending-item){grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:center;padding:13px 0;}
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-trending-item,.vipn-trending-item) strong{display:block;line-height:1.28;font-size:.96rem;letter-spacing:-.015em;}
:is(.ps-home-side-card,.vipn-side-card) :is(.ps-home-trending-item,.vipn-trending-item) small{display:none!important;}

/* v5.8.6.41 compact public navigation search + Marketplace link */
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-nav,.vipn-nav) {
  gap: 12px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu) {
  gap: 6px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu) a {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-actions,.vipn-actions) {
  gap: 8px;
  flex: 0 1 auto;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) {
  min-width: 190px !important;
  max-width: 245px !important;
  flex: 0 1 220px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) form {
  min-height: 38px;
  padding: 4px 5px 4px 12px;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) input {
  min-width: 0;
  font-size: .86rem;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button {
  min-width: 64px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .78rem;
}
@media (min-width: 992px) and (max-width: 1180px) {
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand-name,.vipn-brand-name) { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-menu,.vipn-menu) a { padding-left: 8px; padding-right: 8px; font-size: .88rem; }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) { min-width: 165px !important; max-width: 205px !important; flex-basis: 190px; }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button { min-width: 42px; width: 42px; padding: 0; font-size: 0; }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button::before { content: '\\F52A'; font-family: 'bootstrap-icons'; font-size: .95rem; }
}
@media (max-width: 991px) {
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) {
    min-width: 0 !important;
    max-width: none !important;
    width: 100%;
    flex-basis: 100%;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button {
    min-width: 72px;
    font-size: .8rem;
  }
}

/* v5.8.6.42 nav polish: full site name + icon search */
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand-name,.vipn-brand-name) {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand,.vipn-brand) {
  min-width: max-content;
  flex: 0 0 auto;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) {
  min-width: 170px !important;
  max-width: 220px !important;
  flex-basis: 205px !important;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button {
  width: 42px !important;
  min-width: 42px !important;
  height: 30px;
  padding: 0 !important;
  font-size: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button::before {
  content: '\\F52A';
  font-family: 'bootstrap-icons';
  font-size: .95rem;
  line-height: 1;
}
@media (max-width: 991px) {
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-brand-name,.vipn-brand-name) {
    max-width: calc(100vw - 150px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  :is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) {
    max-width: none !important;
    flex-basis: 100% !important;
  }
}

/* v5.8.6.43 nav search icon hard fix */
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button::before,
:is(.ps-home-search-inline,.vipn-search-inline) button::before {
  content: none !important;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button,
:is(.ps-home-search-inline,.vipn-search-inline) button {
  width: 42px !important;
  min-width: 42px !important;
  height: 30px !important;
  padding: 0 !important;
  font-size: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
:is(.ps-home-topbar,.vipn-topbar) :is(.ps-home-home-search,.vipn-home-search) button i,
:is(.ps-home-search-inline,.vipn-search-inline) button i {
  font-size: 1rem !important;
  line-height: 1 !important;
}

/* v5.8.6.83 Hot Topic public signals */
:is(.ps-home-hot-topic-badge,.vipn-hot-topic-badge),
:is(.ps-home-hot-topic-chip,.vipn-hot-topic-chip),
:is(.ps-home-hot-topic-mini,.vipn-hot-topic-mini){
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.01em;
  line-height:1;
  white-space:nowrap;
}
:is(.ps-home-hot-topic-badge,.vipn-hot-topic-badge){
  padding:.48rem .7rem;
  background:linear-gradient(135deg,#fff7ed,#ffedd5);
  border:1px solid rgba(249,115,22,.28);
  color:#9a3412;
  box-shadow:0 10px 22px rgba(249,115,22,.12);
  font-size:.78rem;
}
:is(.ps-home-hot-topic-chip,.vipn-hot-topic-chip){
  padding:.34rem .55rem;
  background:#fff7ed;
  border:1px solid rgba(249,115,22,.24);
  color:#9a3412;
  font-size:.72rem;
}
:is(.ps-home-hot-topic-mini,.vipn-hot-topic-mini){
  display:flex;
  margin-top:.32rem;
  color:#c2410c;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.01em;
  line-height:1.25;
}
:is(.ps-home-story-meta-row,.vipn-story-meta-row) :is(.ps-home-hot-topic-badge,.vipn-hot-topic-badge),
:is(.ps-home-card-label-row,.vipn-card-label-row) :is(.ps-home-hot-topic-chip,.vipn-hot-topic-chip){
  flex:0 0 auto;
}
:is(.ps-home-trending-item,.vipn-trending-item) :is(.ps-home-hot-topic-mini,.vipn-hot-topic-mini),
:is(.ps-home-compact-card,.vipn-compact-card) :is(.ps-home-hot-topic-mini,.vipn-hot-topic-mini){
  margin-top:.45rem;
}
@media(max-width:575.98px){
  :is(.ps-home-hot-topic-badge,.vipn-hot-topic-badge){font-size:.72rem;padding:.4rem .58rem;}
  :is(.ps-home-hot-topic-chip,.vipn-hot-topic-chip){font-size:.68rem;}
}

/* v5.8.6.123 — Site-wide quick poll card mirrors article poll controls */
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-feedback__row,.vipn-reader-feedback__row){display:block;margin-top:.65rem;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll,.vipn-reader-poll){min-width:0;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__question,.vipn-reader-poll__question){margin-bottom:.65rem;color:#0f172a;font-size:.92rem;font-weight:950;line-height:1.25;letter-spacing:-.012em;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__options,.vipn-reader-poll__options){display:grid;grid-template-columns:1fr;gap:.52rem;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__option,.vipn-reader-poll__option){width:100%;padding:.62rem;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;color:#0f172a;text-align:left;box-shadow:none;transition:background .16s ease,border-color .16s ease,transform .16s ease;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__option,.vipn-reader-poll__option):hover{background:#eef6ff;border-color:rgba(7,95,170,.22);transform:translateY(-1px);}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__text,.vipn-reader-poll__text){display:block;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__text,.vipn-reader-poll__text) strong{display:block;font-size:.78rem;line-height:1.08;font-weight:950;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__text,.vipn-reader-poll__text) em{display:block;margin-top:.24rem;color:#64748b;font-size:.69rem;font-style:normal;font-weight:850;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__bar,.vipn-reader-poll__bar){display:block;height:5px;margin-top:.5rem;border-radius:999px;background:#e2e8f0;overflow:hidden;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-poll__bar,.vipn-reader-poll__bar) i{display:block;height:100%;border-radius:999px;background:#075faa;transition:width .22s ease;}
:is(.ps-home-side-poll-card,.vipn-side-poll-card) :is(.ps-home-reader-feedback__message,.vipn-reader-feedback__message){min-height:.95rem;margin-top:.55rem;color:#075985;font-size:.72rem;font-weight:850;}

/* Surface 2.11.0 — Homepage final polish after Platinum View hard cutover. */
.ps-home-body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.ps-home-hero,
.ps-home-home-weather-card,
.ps-home-launch-card,
.ps-home-article-card,
.ps-home-side-card,
.ps-home-category-section{
  border-color:var(--vipn-border);
  box-shadow:var(--vipn-shadow-soft);
}
.ps-home-hero,
.ps-home-home-weather-card,
.ps-home-launch-card{
  overflow:hidden;
}
.ps-home-article-card,
.ps-home-compact-card,
.ps-home-btn,
.ps-home-reader-poll__option{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease;
}
.ps-home-article-card:hover,
.ps-home-compact-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(18,40,68,.14);
  border-color:var(--vipn-border-strong);
}
.ps-home-btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ps-home-btn:focus-visible,
.ps-home-article-card:focus-visible,
.ps-home-compact-card:focus-visible,
.ps-home-story-list a:focus-visible,
.ps-home-trending-item:focus-visible{
  outline:3px solid color-mix(in srgb,var(--vipn-accent) 42%,transparent);
  outline-offset:3px;
}
.ps-home-section-title,
.ps-home-panel-title h2,
.ps-home-panel-title h3{
  letter-spacing:-.025em;
}
.ps-home-side-poll-card .ps-home-reader-poll__question{color:var(--vipn-text);}
.ps-home-side-poll-card .ps-home-reader-poll__option{background:var(--vipn-surface-solid);color:var(--vipn-text);border-color:var(--vipn-border);}
.ps-home-side-poll-card .ps-home-reader-poll__option:hover{background:var(--vipn-surface-2);border-color:var(--vipn-accent-border);}
.ps-home-side-poll-card .ps-home-reader-poll__text em{color:var(--vipn-muted);}
.ps-home-side-poll-card .ps-home-reader-poll__bar{background:color-mix(in srgb,var(--vipn-muted) 22%,transparent);}
@media (prefers-reduced-motion:reduce){
  .ps-home-article-card,.ps-home-compact-card,.ps-home-btn,.ps-home-reader-poll__option{transition:none!important;}
}
