
body:has(.npgd-page-marker) .entry-title,
body:has(.npgd-page-marker) .wp-block-post-title,
body:has(.npgd-page-marker) .page-title{display:none!important}
body:has(.npgd-page-marker) .entry-content,
body:has(.npgd-page-marker) .wp-block-post-content{margin-top:0!important}

.npgd-shell{
  max-width:1160px;
  margin:0 auto;
  padding:18px 18px 44px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#172019;
}
.npgd-shell *{box-sizing:border-box}

.npgd-hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:26px 28px;
  border-radius:22px;
  background:linear-gradient(135deg,#0d2549 0%,#102d4b 48%,#0d5e37 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(12,47,34,.12);
}
.npgd-hero>div>span,
.npgd-return span{
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  color:#d6ad45;
}
.npgd-hero h1{
  margin:5px 0 6px;
  color:#fff;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.02em;
}
.npgd-hero p{
  margin:0;
  max-width:720px;
  color:#d8e2e8;
  font-size:14px;
  line-height:1.55;
}
.npgd-points{
  min-width:154px;
  text-align:center;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:15px;
  background:rgba(255,255,255,.075);
}
.npgd-points small{
  display:block;
  margin-bottom:2px;
  color:#d6ad45;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.npgd-points strong{
  display:block;
  font-size:30px;
  line-height:1.05;
}
.npgd-points span{
  display:block;
  margin-top:4px;
  color:#fff;
  font-size:10px;
  font-weight:800;
}

.npgd-quick{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:14px 0 16px;
}
.npgd-quick a{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-height:68px;
  padding:12px 15px;
  border:1px solid #dce6df;
  border-radius:13px;
  background:#f3f7f4;
  color:#145e38;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(15,49,27,.035);
}
.npgd-quick a span{
  font-size:14px;
  font-weight:900;
  line-height:1.15;
}
.npgd-quick a small{
  display:block;
  margin-top:4px;
  color:#6b776e;
  font-size:10px;
  font-weight:700;
}
.npgd-quick a.primary{
  border-color:#0b7a3e;
  background:#0b7a3e;
  color:#fff;
}
.npgd-quick a.primary small{color:#dceee3}

.npgd-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.npgd-card{
  padding:17px;
  border:1px solid #dde6df;
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 20px rgba(15,49,27,.04);
}
.npgd-card.npgd-today{
  border-color:#c9dacd;
  box-shadow:0 9px 24px rgba(15,83,45,.065);
}
.npgd-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.npgd-card-head h2{
  margin:0;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.01em;
}
.npgd-card-head a,
.npgd-card-head>span{
  color:#0b6d39;
  font-size:10px;
  font-weight:850;
  text-decoration:none;
}
.npgd-card-kicker{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  background:#edf5ef;
  letter-spacing:.08em;
}

.npgd-bigline{
  display:flex;
  align-items:flex-end;
  gap:10px;
}
.npgd-bigline strong{
  font-size:30px;
  line-height:1;
}
.npgd-bigline span{
  padding-bottom:2px;
  color:#68766d;
  font-size:11px;
}
.npgd-card>p{
  margin:7px 0;
  color:#657168;
  font-size:12px;
  line-height:1.45;
}

.npgd-notice{
  margin-top:11px;
  padding:10px 11px;
  border-radius:10px;
  background:#eef6f0;
  color:#355241;
  font-size:11px;
}
.npgd-empty{
  padding:13px;
  border:1px dashed #d5ded7;
  border-radius:10px;
  background:#fafcfa;
}
.npgd-empty strong,
.npgd-empty span{display:block}
.npgd-empty strong{font-size:13px}
.npgd-empty span{
  margin-top:3px;
  color:#6c786f;
  font-size:11px;
  line-height:1.4;
}
.npgd-link{
  display:inline-block;
  margin-top:10px;
  color:#0b6d39;
  font-size:11px;
  font-weight:850;
  text-decoration:none;
}

.npgd-score{
  display:flex;
  align-items:center;
  gap:12px;
}
.npgd-score>strong{
  color:#0b6d39;
  font-size:40px;
  line-height:1;
}
.npgd-score span,
.npgd-score small{display:block}
.npgd-score span{font-size:12px;font-weight:850}
.npgd-score small{color:#6c786f;font-size:10px}

.npgd-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  margin-top:13px;
}
.npgd-stats div,
.npgd-social div{
  padding:9px;
  border-radius:9px;
  background:#f4f7f4;
  text-align:center;
}
.npgd-stats strong,
.npgd-social strong{
  display:block;
  font-size:18px;
}
.npgd-stats span,
.npgd-social span{
  display:block;
  margin-top:2px;
  color:#69766d;
  font-size:9px;
  line-height:1.2;
}

.npgd-social{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}
.npgd-badges{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
}
.npgd-badges div{
  padding:9px 6px;
  border-radius:10px;
  background:#f4f7f4;
  text-align:center;
}
.npgd-badges span{display:block;font-size:21px}
.npgd-badges strong{display:block;margin-top:3px;font-size:10px}
.npgd-badges small{color:#6c786f;font-size:8px}

.npgd-order strong,
.npgd-order span{display:block}
.npgd-order strong{
  color:#0b6d39;
  font-size:19px;
}
.npgd-order span{
  margin-top:4px;
  color:#68766d;
  font-size:11px;
}

.npgd-return{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-top:16px;
  padding:22px 24px;
  border-radius:17px;
  background:#10264b;
  color:#fff;
}
.npgd-return h2{
  margin:4px 0;
  color:#fff;
  font-size:22px;
}
.npgd-return p{
  margin:0;
  color:#d6dfeb;
  font-size:12px;
}
.npgd-return a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  padding:11px 15px;
  border-radius:9px;
  background:#0b7a3e;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
}

.npgd-login{
  max-width:650px;
  margin:40px auto;
  padding:28px;
  border:1px solid #dde6df;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.npgd-login a{
  display:inline-block;
  margin-top:10px;
  padding:11px 16px;
  border-radius:10px;
  background:#0b7a3e;
  color:#fff;
  text-decoration:none;
  font-weight:850;
}

@media(max-width:760px){
  .npgd-shell{padding:14px 12px 30px}
  .npgd-hero{
    flex-direction:column;
    align-items:flex-start;
    padding:21px;
  }
  .npgd-hero h1{font-size:26px}
  .npgd-points{width:100%;text-align:left}
  .npgd-quick{grid-template-columns:1fr}
  .npgd-grid{grid-template-columns:1fr}
  .npgd-return{
    flex-direction:column;
    align-items:flex-start;
  }
  .npgd-return a{width:100%}
}


/* v0.1.4 — golfer navigation */
body:has(.npgd-golfer-nav){padding-bottom:78px}

.npgd-golfer-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:99990;
  border-top:1px solid rgba(17,41,28,.14);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
  box-shadow:0 -10px 30px rgba(14,38,24,.11);
}
.npgd-golfer-nav-inner{
  max-width:1180px;
  min-height:68px;
  margin:0 auto;
  padding:7px 16px;
  display:flex;
  align-items:center;
  gap:4px;
}
.npgd-golfer-nav-item{
  min-width:82px;
  min-height:52px;
  padding:7px 11px;
  border-radius:11px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  color:#46544b;
  text-decoration:none!important;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:10px;
  font-weight:800;
  line-height:1;
  transition:background .15s ease,color .15s ease;
}
.npgd-golfer-nav-item:hover,
.npgd-golfer-nav-item.is-active{
  background:#edf5ef;
  color:#0b6d39;
}
.npgd-nav-icon{
  display:block;
  font-size:17px;
  line-height:1;
  font-family:Arial,sans-serif;
}
.npgd-nav-label-mobile{display:none}
.npgd-nav-account{
  margin-left:auto;
  min-width:140px;
  padding-left:14px;
  border-left:1px solid #e0e7e2;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:3px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.npgd-nav-account-name{
  max-width:170px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#172019;
  font-size:11px;
  font-weight:850;
}
.npgd-nav-account a{
  color:#6d7870;
  font-size:9px;
  font-weight:800;
  text-decoration:none!important;
}
.npgd-nav-more{display:none}

@media(max-width:760px){
  body:has(.npgd-golfer-nav){padding-bottom:72px}
  .npgd-golfer-nav-inner{
    min-height:64px;
    padding:5px 4px;
    justify-content:space-around;
    gap:0;
  }
  .npgd-golfer-nav-item{
    flex:1 1 0;
    min-width:0;
    min-height:54px;
    padding:6px 2px;
    border-radius:9px;
  }
  .npgd-nav-label{display:none}
  .npgd-nav-label-mobile{display:block;font-size:9px}
  .npgd-nav-food{display:none}
  .npgd-nav-account{display:none}
  .npgd-nav-more{
    position:relative;
    display:block;
    flex:1 1 0;
    min-width:0;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  }
  .npgd-nav-more summary{
    list-style:none;
    min-height:54px;
    padding:6px 2px;
    border-radius:9px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#46544b;
    font-size:9px;
    font-weight:800;
    cursor:pointer;
  }
  .npgd-nav-more summary::-webkit-details-marker{display:none}
  .npgd-nav-more[open] summary{
    background:#edf5ef;
    color:#0b6d39;
  }
  .npgd-nav-more-menu{
    position:absolute;
    right:4px;
    bottom:62px;
    width:175px;
    padding:7px;
    border:1px solid #dce5de;
    border-radius:12px;
    background:#fff;
    box-shadow:0 14px 32px rgba(16,43,25,.18);
  }
  .npgd-nav-more-menu a{
    display:block;
    padding:10px;
    border-radius:8px;
    color:#1d2c22;
    font-size:11px;
    font-weight:800;
    text-decoration:none!important;
  }
  .npgd-nav-more-menu a:hover{background:#f1f6f2}
}
