:root {
  color-scheme: dark;
  --nrc-shell-bg: #08080a;
  --nrc-shell-text: #f6f5f2;
  --nrc-shell-muted: #aaa8b1;
  --nrc-shell-brand: #ff00b7;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nrc-shell-text);
  background: var(--nrc-shell-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.nrc-site-shell-header,
.nrc-site-shell-footer {
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(8,8,10,.95);
}
.nrc-site-shell-footer {
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
}
.nrc-site-shell-inner {
  width: min(calc(100% - 40px), 1120px);
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nrc-shell-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}
.nrc-shell-brand small { color: var(--nrc-shell-muted); font-weight: 500; }
.nrc-shell-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #08080a;
  background: var(--nrc-shell-brand);
  font-size: 13px;
  font-weight: 950;
}
.nrc-site-shell-inner ul {
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nrc-site-shell-inner a { color: inherit; }
.nrc-content-shell {
  width: min(calc(100% - 40px), 960px);
  min-height: 70vh;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 120px) 0;
}
.nrc-content-card {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.045);
}
.nrc-content-card + .nrc-content-card { margin-top: 28px; }
.nrc-content-card h1 {
  margin-top: 0;
  font-size: clamp(40px, 7vw, 78px);
  line-height: .95;
  letter-spacing: -.055em;
}
.nrc-entry-content { color: #d1cfd5; font-size: 18px; line-height: 1.75; }
.nrc-entry-content a { color: #ff59d1; }
.nrc-entry-content img { max-width: 100%; height: auto; }
.nrc-entry-meta { color: var(--nrc-shell-muted); text-transform: uppercase; letter-spacing: .12em; }
.nrc-shell-button {
  display: inline-flex;
  padding: 14px 20px;
  border-radius: 999px;
  color: #08080a;
  background: var(--nrc-shell-brand);
  text-decoration: none;
  font-weight: 800;
}
@media (max-width: 700px) {
  .nrc-site-shell-inner { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .nrc-site-shell-inner ul { flex-wrap: wrap; }
}

/* WordPress admin-bar offset for all NR Creators page templates. */
body.admin-bar #nrc-page .site-header { top: 46px; }
@media (max-width: 782px) {
  body.admin-bar #nrc-page .site-header { top: 60px; }
}
