/* POA PUBLIC PREMIUM LIGHT V1 */

@media screen {

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell)){
  --bg:#f8fafc;
  --panel:#ffffff;
  --card:#ffffff;
  --line:#e2e8f0;
  --soft:#475569;
  --muted:#94a3b8;
  --gold:#10b981;
  --green:#10b981;
  --green2:#059669;

  background:
    radial-gradient(
      circle at 8% 0,
      rgba(16,185,129,.055),
      transparent 31rem
    ),
    #f8fafc!important;

  color:#0f172a!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.topbar{
  border-bottom:1px solid #e2e8f0!important;
  background:rgba(255,255,255,.97)!important;
  color:#475569!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.header{
  border-bottom:1px solid #e2e8f0!important;
  background:rgba(255,255,255,.98)!important;
  color:#0f172a!important;
  box-shadow:0 5px 20px rgba(15,23,42,.06)!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.brand-title{
  color:#0f172a!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.brand-sub{
  color:#15803d!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.nav a{
  border-radius:10px!important;
  color:#475569!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.nav a:hover{
  background:#f1f5f9!important;
  color:#059669!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(
  .hero-card,
  .hero-side-card,
  .strip-card,
  .news-card,
  .article-card,
  .team,
  .official-panel,
  .sponsor-card,
  .sponsor-empty,
  .health-card,
  .public-media-card
){
  border:1px solid #e2e8f0!important;
  background:#ffffff!important;
  color:#0f172a!important;
  box-shadow:
    0 1px 2px rgba(15,23,42,.04),
    0 10px 28px rgba(15,23,42,.07)!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.hero-card{
  border-color:#bbf7d0!important;
  background:
    radial-gradient(
      circle at 86% 15%,
      rgba(16,185,129,.15),
      transparent 25rem
    ),
    linear-gradient(
      135deg,
      #ffffff,
      #dcfce7
    )!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(
  .official-title .solid,
  .official-title .outline,
  .hero-title .solid,
  .hero-title .outline,
  .section-title,
  .news-title,
  .article-title,
  .official-panel h3,
  .contact-cta h3
){
  color:#0f172a!important;
  -webkit-text-stroke:0!important;
  text-shadow:none!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(
  .hero-content p,
  .hero-side-card p,
  .section-copy,
  .news-card p,
  .article-card p,
  .official-panel p,
  .team p
){
  color:#475569!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(
  .eyebrow,
  .section-link,
  .team-more,
  .view-all,
  .news-card a
){
  color:#15803d!important;
  text-shadow:none!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(
  .tag,
  .filter-pill,
  .news-filter,
  .category-filter
){
  border:1px solid #e2e8f0!important;
  background:#f1f5f9!important;
  color:#475569!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(
  .tag.active,
  .filter-pill.active,
  .news-filter.active,
  .category-filter.active
){
  border-color:#10b981!important;
  background:#10b981!important;
  color:#ffffff!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.gold-btn{
  border:1px solid #10b981!important;
  background:#10b981!important;
  color:#ffffff!important;
  box-shadow:0 8px 18px rgba(16,185,129,.20)!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.gold-btn:hover{
  border-color:#059669!important;
  background:#059669!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.ghost-btn{
  border:1px solid #e2e8f0!important;
  background:#f1f5f9!important;
  color:#1e293b!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.contact-cta{
  border:1px solid #bbf7d0!important;
  background:#dcfce7!important;
  color:#0f172a!important;
  box-shadow:0 10px 28px rgba(15,23,42,.07)!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
.contact-cta p{
  color:#475569!important;
}

body.poa-premium-ui
:not(:has(.poa-login-shell))
:not(:has(.admin-wrap))
:not(:has(.acv525-shell))
:is(.footer,.site-footer,footer){
  border-top:1px solid #e2e8f0!important;
  background:#ffffff!important;
  color:#475569!important;
}

}
