/*=============================================
=            NORCAL SPORTS NETWORK            =
=            Dark Black & Orange Theme        =
==============================================*/

:root {
  --nc-bg: #0a0a0a;
  --nc-bg-card: #141414;
  --nc-bg-elevated: #1c1c1c;
  --nc-border: #2a2a2a;
  --nc-orange: #f26522;
  --nc-orange-light: #ff8533;
  --nc-orange-dark: #d4550f;
  --nc-orange-glow: rgba(242, 101, 34, 0.25);
  --nc-text: #f0f0f0;
  --nc-text-muted: #9a9a9a;
  --nc-text-dim: #6b6b6b;
  --nc-success: #4caf50;
  --nc-success-light: #66bb6a;
  --nc-danger: #ef5350;
  --nc-gradient: linear-gradient(135deg, #f26522 0%, #ff8533 100%);
  --nc-header-gradient: linear-gradient(135deg, #a83800 0%, #d4550f 20%, #f26522 45%, #ff8533 70%, #ffaa44 100%);
  --nc-header-gradient-shine: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 50%);
  --nc-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  --nc-radius: 12px;
}

* {
  font-family: 'Outfit', sans-serif;
  box-sizing: border-box;
}

body.nc-site {
  background: var(--nc-bg);
  color: var(--nc-text);
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.nc-confirm-banners {
  width: 100%;
  flex-shrink: 0;
}

.nc-confirm-banner {
  background: #f5c518;
  color: #1a1200;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.nc-confirm-banner + .nc-confirm-banner {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.nc-confirm-banner .container {
  max-width: 100%;
}

.nc-confirm-banner p {
  margin: 0;
  padding: 0.85rem 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 500;
}

.nc-confirm-check-link {
  color: #1a1200;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 0.35rem;
  white-space: nowrap;
}

.nc-confirm-check-link:hover,
.nc-confirm-check-link:focus {
  color: #000;
}

@media (max-width: 767.98px) {
  .nc-confirm-banner p {
    font-size: 0.875rem;
    padding: 0.75rem 0;
  }
}

/* ===== HEADER & NAV ===== */

.nc-header {
  background: #000;
  border-bottom: 2px solid var(--nc-orange);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--nc-shadow);
  overflow: visible;
}

.nc-header .navbar {
  padding: 0.75rem 0 0.5rem;
  overflow: visible;
  align-items: center;
}

.nc-logo {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  margin-bottom: -2.75rem;
  line-height: 0;
  position: relative;
  z-index: 1001;
}

.nc-logo img {
  height: 120px;
  width: auto;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.6));
}

.nc-nav-link {
  color: var(--nc-text) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nc-nav-link:hover,
.nc-nav-link.active {
  color: var(--nc-orange) !important;
  background: rgba(242, 101, 34, 0.1);
}

.nc-nav-link.active {
  font-weight: 600;
}

.nc-account-btn {
  color: var(--nc-text) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  border-radius: 6px;
}

.nc-account-btn:hover {
  color: var(--nc-orange) !important;
  background: rgba(242, 101, 34, 0.1);
}

.nc-social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nc-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.nc-social-link:hover {
  transform: translateY(-2px) scale(1.08);
  color: #fff;
}

.nc-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* YouTube — red */
.nc-social-youtube {
  background: linear-gradient(145deg, #ff1a1a 0%, #cc0000 100%);
}

.nc-social-youtube:hover {
  box-shadow: 0 4px 16px rgba(255, 0, 0, 0.45);
}

/* X (Twitter) — black */
.nc-social-x {
  background: linear-gradient(145deg, #2a2a2a 0%, #000000 100%);
  border-color: #444;
}

.nc-social-x:hover {
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}

/* Instagram — gradient */
.nc-social-instagram {
  background: linear-gradient(145deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
}

.nc-social-instagram:hover {
  box-shadow: 0 4px 16px rgba(238, 42, 123, 0.45);
}

/* TikTok — dark with cyan accent */
.nc-social-tiktok {
  background: linear-gradient(145deg, #1a1a1a 0%, #000000 100%);
  border-color: #00f2ea;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 242, 234, 0.5);
}

.nc-social-tiktok:hover {
  box-shadow: 0 4px 16px rgba(0, 242, 234, 0.35), 0 0 12px rgba(255, 0, 80, 0.25);
}

/* Tip Jar — custom mason jar graphic */
.nc-tip-jar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 44px;
  height: 48px;
  padding: 0 2px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  flex-shrink: 0;
  gap: 1px;
}

.nc-tip-jar:hover {
  transform: translateY(-3px) scale(1.1);
  filter: drop-shadow(0 4px 12px rgba(255, 200, 0, 0.55));
}

.nc-tip-jar-svg {
  width: 34px;
  height: 40px;
  display: block;
}

.nc-tip-jar-label {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffd700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  line-height: 1;
}

/* Amazon — orange */
.nc-social-link.nc-amazon {
  background: linear-gradient(145deg, #ffad33 0%, #ff9900 50%, #e47911 100%);
  color: #1a1a1a;
  border-color: #ff9900;
  font-size: 1.35rem;
}

.nc-social-link.nc-amazon:hover {
  box-shadow: 0 4px 16px rgba(255, 153, 0, 0.5);
  color: #000;
}

.nc-social-divider {
  width: 1px;
  height: 24px;
  background: var(--nc-border);
  margin: 0 0.25rem;
}

.nc-dropdown-menu {
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  box-shadow: var(--nc-shadow);
  padding: 0.5rem;
}

.nc-dropdown-menu .dropdown-item {
  color: var(--nc-text);
  border-radius: 6px;
  padding: 0.5rem 1rem;
}

.nc-dropdown-menu .dropdown-item:hover {
  background: rgba(242, 101, 34, 0.15);
  color: var(--nc-orange);
}

.nc-dropdown-menu .dropdown-item.text-danger:hover {
  background: rgba(239, 83, 80, 0.15);
  color: var(--nc-danger);
}

.nc-dropdown-menu .dropdown-item-text.nc-account-username {
  color: var(--nc-text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: default;
}

.nc-dropdown-menu .dropdown-divider {
  border-color: var(--nc-border);
}

/* ===== MAIN LAYOUT ===== */

.nc-main {
  flex: 1;
  padding: 2.5rem 0 3rem;
}

.nc-page-header {
  background: linear-gradient(180deg, #111 0%, var(--nc-bg) 100%);
  border-bottom: 1px solid var(--nc-border);
  padding: 2rem 0;
  margin-bottom: 1.5rem;
}

.nc-page-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--nc-text);
  margin: 0;
}

.nc-page-title span {
  color: var(--nc-orange);
}

.nc-page-subtitle {
  color: var(--nc-text-muted);
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

/* ===== CARDS & SECTIONS ===== */

.nc-card {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.nc-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--nc-header-gradient);
  border-bottom: none;
  box-shadow: 0 3px 12px rgba(242, 101, 34, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.nc-card-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--nc-header-gradient-shine);
  pointer-events: none;
}

.nc-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}

.nc-card-header > * {
  position: relative;
  z-index: 1;
}

.nc-card-header i {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nc-card-header h2,
.nc-card-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
}

.nc-card-header .nc-view-all {
  color: rgba(255, 255, 255, 0.9);
}

.nc-card-header .nc-view-all:hover {
  color: #fff;
}

.nc-card-body {
  padding: 1.25rem;
}

/* ===== FEATURED SPONSOR AD ===== */

.nc-sponsor-ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem 1.25rem !important;
}

.nc-sponsor-ad-link {
  display: block;
  flex-shrink: 0;
}

.nc-sponsor-ad img,
.nc-sponsor-ad .nc-ad-placeholder {
  width: 300px;
  height: 100px;
  border-radius: 6px;
}

.nc-sponsor-ad img {
  display: block;
  object-fit: cover;
  border: 1px solid var(--nc-border);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nc-sponsor-ad-link:hover img {
  box-shadow: 0 4px 16px var(--nc-orange-glow);
  transform: translateY(-1px);
}

.nc-sponsor-ad-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 300px;
  max-width: 100%;
  margin-bottom: -0.65rem;
}

.nc-sponsor-ad-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--nc-orange-light);
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.nc-sponsor-name-link {
  color: inherit;
  text-decoration: none;
}

.nc-sponsor-name-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nc-sponsor-card-name .nc-sponsor-name-link:hover {
  color: var(--nc-orange-light);
}

.nc-ad-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a1810 50%, #1a1a1a 100%);
  border: 1px solid var(--nc-orange-dark);
  text-decoration: none;
  color: var(--nc-text);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nc-sponsor-ad-link:hover .nc-ad-placeholder {
  box-shadow: 0 4px 16px var(--nc-orange-glow);
  transform: translateY(-1px);
}

.nc-ad-placeholder strong {
  font-size: 1rem;
  color: var(--nc-orange-light);
}

.nc-ad-placeholder span {
  font-size: 0.75rem;
  color: var(--nc-text-muted);
  margin-top: 0.25rem;
}

.nc-sponsor-ad-copy {
  font-size: 0.8rem;
  color: var(--nc-text-muted);
  text-align: center;
  line-height: 1.45;
  margin: 0;
}

.nc-sponsor-ad-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 300px;
  max-width: 100%;
  margin-top: -0.4rem;
}

.nc-sponsor-action-btn {
  border-color: var(--nc-border);
  color: var(--nc-text);
  font-weight: 600;
}

.nc-sponsor-action-btn:hover {
  border-color: var(--nc-orange);
  color: var(--nc-orange-light);
  background: transparent;
}

.nc-sponsor-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.nc-sponsor-card-logo {
  width: 300px;
  max-width: 100%;
  height: 100px;
  background: var(--nc-bg-elevated);
  border-radius: 6px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--nc-border);
}

.nc-sponsor-card-logo img {
  width: 300px;
  max-width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
}

.nc-sponsor-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.nc-sponsor-card-link:hover {
  opacity: 0.85;
}

.nc-sponsor-card-link img {
  transition: transform 0.2s ease;
}

.nc-sponsor-card-link:hover img {
  transform: scale(1.03);
}

.nc-sponsor-card-logo i {
  font-size: 2rem;
  color: var(--nc-orange);
}

.nc-sponsor-card-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.nc-sponsor-card-copy {
  color: var(--nc-text-muted);
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

.nc-sponsor-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin-top: auto;
}

.nc-sponsor-cta {
  padding: 2rem;
}

.nc-sponsor-cta-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.nc-sponsor-cta-copy {
  color: var(--nc-text-muted);
  margin-bottom: 1.25rem;
}

.nc-amazon-shop-btn {
  width: 300px;
  max-width: 100%;
  background: linear-gradient(145deg, #ffad33 0%, #ff9900 50%, #e47911 100%);
  color: #1a1a1a;
  font-weight: 700;
  border: 1px solid #ff9900;
  box-shadow: 0 2px 8px rgba(255, 153, 0, 0.3);
}

.nc-amazon-shop-btn:hover {
  background: linear-gradient(145deg, #ffbb44 0%, #ffaa00 50%, #ff9900 100%);
  color: #000;
  box-shadow: 0 4px 16px rgba(255, 153, 0, 0.45);
  transform: translateY(-1px);
}

.nc-amazon-shop-btn i {
  font-size: 1.2rem;
}

/* ===== AUTH MODALS ===== */

.nc-auth-intro {
  color: var(--nc-text-muted);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.nc-auth-error {
  color: var(--nc-danger);
  background: rgba(239, 83, 80, 0.1);
  border: 1px solid rgba(239, 83, 80, 0.35);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  display: block;
}

.nc-auth-error[hidden] {
  display: none !important;
}

.nc-auth-error.is-visible {
  display: block;
}

.nc-auth-success {
  color: var(--nc-success);
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.35);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  font-size: 0.85rem;
  display: block;
}

.nc-auth-switch-prompt {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--nc-border);
  font-size: 0.9rem;
  color: var(--nc-text-muted);
  text-align: center;
}

.nc-auth-lost-password {
  margin: -0.35rem 0 1rem;
  font-size: 0.85rem;
  text-align: center;
}

.nc-auth-lost-password.hidden,
.nc-auth-success.hidden {
  display: none !important;
}

.nc-auth-success {
  color: var(--nc-success);
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.35);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  text-align: center;
}

.nc-login-link {
  color: var(--nc-orange);
  font-weight: 600;
  text-decoration: none;
}

.nc-login-link:hover {
  color: var(--nc-orange-light);
  text-decoration: underline;
}

/* Login / signup modal backdrop (Bootstrap default 0.5 → 0.8) */
body.modal-open:has(#loginModal.show, #signupModal.show) .modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}

body.modal-open:has(#loginModal.show, #signupModal.show) .modal-backdrop.show {
  opacity: 0.8;
}

/* Login modal */
.nc-modal .modal-content {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  box-shadow: var(--nc-shadow);
}

.nc-modal .modal-header {
  background: var(--nc-header-gradient);
  border-bottom: none;
  padding: 1rem 1.25rem;
}

.nc-modal .modal-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nc-modal .modal-title i {
  color: #fff;
}

.nc-modal .modal-body {
  padding: 1.5rem 1.25rem 1.25rem;
}

/* ===== VIDEO EMBED ===== */

.nc-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.nc-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== HOT TOPICS / THREADS ===== */

.nc-thread-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nc-thread-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--nc-border);
}

.nc-thread-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.nc-thread-item:first-child {
  padding-top: 0;
}

.nc-thread-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--nc-border);
}

/* Member avatar (paid membership) */
.nc-member-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 0.3rem;
}

.nc-member-avatar-ring {
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe566 0%, #ffd700 35%, #f0b429 70%, #d4a017 100%);
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.35);
}

.nc-member-avatar-ring .nc-thread-avatar {
  display: block;
  border-color: #1a1a1a;
}

.nc-discussion-post.nc-super-thread .nc-member-avatar-ring .nc-thread-avatar,
.nc-reply.nc-super-reply .nc-member-avatar-ring .nc-thread-avatar,
.nc-thread-item.nc-super-thread .nc-member-avatar-ring .nc-thread-avatar {
  border-color: #1a1a1a;
}

.nc-member-avatar-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #ffd700;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.nc-member-avatar--sm .nc-member-avatar-ring {
  padding: 2px;
}

.nc-member-avatar--sm .nc-member-avatar-label {
  font-size: 0.5rem;
  letter-spacing: 0.05em;
}

.nc-thread-content {
  flex: 1;
  min-width: 0;
}

.nc-thread-title {
  font-weight: 600;
  color: var(--nc-text);
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.25rem;
}

.nc-thread-title:hover {
  color: var(--nc-orange);
}

.nc-thread-meta {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
}

.nc-thread-preview {
  font-size: 0.875rem;
  color: var(--nc-text-muted);
  margin: 0.35rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nc-thread-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  margin-top: 0.35rem;
}

.nc-thread-stats span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nc-post-meta,
.nc-reply-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.nc-reply-meta {
  margin-top: 0.15rem;
  margin-bottom: 0.35rem;
}

.nc-reply-meta .nc-post-time {
  margin: 0;
}

/* ===== REPLY BUTTON & COMPOSER ===== */

.nc-btn-reply {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--nc-orange);
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: color 0.15s ease;
  line-height: 1;
}

.nc-btn-reply i {
  font-size: 0.7rem;
}

.nc-btn-reply:hover,
.nc-btn-reply.active {
  color: var(--nc-orange-light);
  background: none;
}

.nc-btn-super {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--nc-success);
  background: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
  line-height: 1;
}

.nc-btn-super i {
  font-size: 0.7rem;
}

.nc-btn-super:hover {
  color: var(--nc-success-light);
  background: none;
}

/* ===== PURCHASE PAGE ===== */

.nc-purchase-card .nc-edit-card-header i {
  color: var(--nc-success);
}

.nc-purchase-preview {
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  background: var(--nc-bg-card);
}

.nc-purchase-preview-label {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--nc-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nc-purchase-preview-subject {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  color: var(--nc-text);
}

.nc-purchase-preview-text {
  margin: 0;
  color: var(--nc-text-muted);
}

.nc-purchase-amount-wrap {
  margin-bottom: 1.5rem;
}

.nc-purchase-amount-display {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--nc-success);
  margin: 0.5rem 0 1rem;
}

.nc-purchase-amount-slider {
  width: 100%;
  accent-color: var(--nc-success);
}

.nc-purchase-amount-range {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  color: var(--nc-text-muted);
  font-size: 0.9rem;
}

.nc-purchase-hint {
  margin-bottom: 1rem;
  text-align: center;
}

.nc-purchase-paypal-shell {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}

.nc-purchase-paypal {
  width: min(100%, 340px);
  margin: 0 auto;
  padding: 1rem 1rem 0.65rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
}

.nc-purchase-paypal > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.nc-purchase-paypal iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.nc-purchase-processing {
  text-align: center;
  padding: 2rem 1rem;
}

.nc-purchase-spinner {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border: 4px solid rgba(76, 175, 80, 0.2);
  border-top-color: var(--nc-success);
  border-radius: 50%;
  animation: nc-purchase-spin 0.9s linear infinite;
}

@keyframes nc-purchase-spin {
  to { transform: rotate(360deg); }
}

.nc-purchase-processing-title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
}

.nc-purchase-processing-text {
  margin: 0;
  color: var(--nc-text-muted);
}

/* ===== MEMBERSHIP PAGE ===== */

.nc-membership-plans {
  margin-bottom: 2rem;
}

.nc-membership-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius-lg);
  background: var(--nc-bg-card);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nc-membership-card:hover {
  border-color: rgba(242, 101, 34, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.nc-membership-card-premium {
  border-color: rgba(242, 101, 34, 0.45);
  box-shadow: 0 4px 24px rgba(242, 101, 34, 0.12);
}

.nc-membership-card-current {
  border-color: var(--nc-success);
  box-shadow: 0 0 0 1px rgba(60, 179, 113, 0.35);
}

.nc-membership-card-header {
  padding: 2rem 1.5rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid var(--nc-border);
}

.nc-membership-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  font-size: 1.5rem;
}

.nc-membership-icon-standard {
  background: rgba(242, 101, 34, 0.15);
  color: var(--nc-orange);
}

.nc-membership-icon-premium {
  background: linear-gradient(135deg, rgba(242, 101, 34, 0.25) 0%, rgba(255, 215, 0, 0.2) 100%);
  color: #ffd700;
}

.nc-membership-name {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.nc-membership-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}

.nc-membership-currency {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--nc-orange);
}

.nc-membership-amount {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.nc-membership-period {
  font-size: 0.9rem;
  color: var(--nc-text-muted);
  margin-left: 0.25rem;
}

.nc-membership-body {
  flex: 1;
  padding: 1.5rem;
}

.nc-membership-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nc-membership-features li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.nc-membership-features li:last-child {
  margin-bottom: 0;
}

.nc-membership-features li > i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--nc-success);
  font-size: 1rem;
}

.nc-membership-features li strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.95rem;
  color: #fff;
}

.nc-membership-features li span {
  display: block;
  font-size: 0.85rem;
  color: var(--nc-text-muted);
  line-height: 1.45;
}

.nc-membership-feature-premium strong {
  color: #ffd700;
}

.nc-membership-footer {
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--nc-border);
}

.nc-membership-billing-note {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  text-align: center;
}

.nc-membership-current-label {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nc-success);
}

.nc-membership-footer .nc-purchase-paypal-shell {
  margin-top: 0;
}

.nc-membership-status-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(242, 101, 34, 0.35);
  border-radius: var(--nc-radius);
  background: rgba(242, 101, 34, 0.08);
  color: #fff;
}

.nc-membership-status-banner i {
  font-size: 1.5rem;
  color: var(--nc-orange);
}

.nc-membership-status-note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--nc-text-muted);
}

.nc-membership-processing {
  text-align: center;
  padding: 2rem 1rem;
}

.nc-membership-notes {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.nc-membership-trust-icon {
  font-size: 3rem;
  color: var(--nc-success);
}

.nc-membership-notes-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.nc-membership-notes-text {
  font-size: 0.9rem;
  color: var(--nc-text-muted);
  line-height: 1.6;
}

.nc-billing-card {
  margin-top: 1.5rem;
}

.nc-billing-intro {
  margin-bottom: 1rem;
}

.nc-billing-table-wrap {
  overflow-x: auto;
}

.nc-billing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.nc-billing-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--nc-text-muted);
  border-bottom: 1px solid var(--nc-border);
}

.nc-billing-table tbody td {
  padding: 0.85rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid var(--nc-border);
  color: var(--nc-text);
}

.nc-billing-table tbody tr:last-child td {
  border-bottom: none;
}

.nc-billing-post-link {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.82rem;
  color: var(--nc-orange);
  text-decoration: none;
}

.nc-billing-post-link:hover {
  color: var(--nc-orange-light);
}

.nc-billing-status {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.nc-billing-status-approved {
  color: #1b5e20;
  background: rgba(76, 175, 80, 0.18);
}

.nc-billing-status-pending {
  color: #e65100;
  background: rgba(255, 152, 0, 0.18);
}

.nc-billing-status-declined,
.nc-billing-status-error {
  color: #b71c1c;
  background: rgba(244, 67, 54, 0.15);
}

.nc-billing-status-refunded,
.nc-billing-status-partially_refunded {
  color: var(--nc-text-muted);
  background: rgba(255, 255, 255, 0.06);
}

.nc-reply-composer {
  margin-top: 0.75rem;
  padding: 1rem;
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: 8px;
  border-left: 3px solid var(--nc-orange);
}

.nc-reply-composer-user {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.nc-reply-composer-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--nc-orange);
  flex-shrink: 0;
}

.nc-reply-composer-username {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--nc-orange);
}

.nc-reply-composer-posting-as {
  font-size: 0.75rem;
  color: var(--nc-text-dim);
  font-weight: 400;
}

.nc-reply-composer-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.nc-reply-body {
  flex: 1;
  min-width: 0;
}

/* ===== POLL ===== */

.nc-poll-question {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--nc-text);
}

.nc-poll-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: 8px;
  color: var(--nc-text);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9rem;
}

.nc-poll-option:hover {
  border-color: var(--nc-orange);
  background: rgba(242, 101, 34, 0.08);
}

.nc-poll-option.selected {
  border-color: var(--nc-orange);
  background: rgba(242, 101, 34, 0.15);
  color: var(--nc-orange);
}

.nc-poll-your-vote {
  font-size: 0.85rem;
  color: var(--nc-orange-light);
  margin: -0.35rem 0 0.85rem;
}

.nc-poll-your-vote strong {
  color: var(--nc-text);
}

.nc-poll-change-hint {
  font-size: 0.8rem;
  color: var(--nc-text-muted);
  margin: 0.25rem 0 0.75rem;
}

.nc-poll-change-hint a {
  color: var(--nc-orange-light);
  text-decoration: none;
}

.nc-poll-change-hint a:hover {
  text-decoration: underline;
}

.nc-poll-votes {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  margin-top: 0.75rem;
}

/* ===== WEIGH IN ===== */

.nc-phone-block {
  text-align: center;
  padding: 1rem;
  background: var(--nc-bg-elevated);
  border-radius: 8px;
  margin-bottom: 1.25rem;
  border: 1px solid var(--nc-border);
}

.nc-phone-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--nc-orange);
  text-decoration: none;
  display: block;
  margin: 0.5rem 0;
}

.nc-phone-number:hover {
  color: var(--nc-orange-light);
}

.nc-phone-label {
  font-size: 0.85rem;
  color: var(--nc-text-muted);
  margin: 0;
}

/* ===== FORMS ===== */

.nc-form-group {
  margin-bottom: 1rem;
}

.nc-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--nc-text-muted);
  margin-bottom: 0.35rem;
}

.nc-form-control {
  width: 100%;
  padding: 0.65rem 1rem;
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: 8px;
  color: var(--nc-text);
  font-size: 0.9rem;
  transition: border-color 0.2s ease;
}

.nc-form-control:focus {
  outline: none;
  border-color: var(--nc-orange);
  box-shadow: 0 0 0 3px var(--nc-orange-glow);
}

.nc-form-control::placeholder {
  color: var(--nc-text-dim);
}

textarea.nc-form-control {
  resize: vertical;
  min-height: 80px;
}

.nc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.nc-btn-primary {
  background: var(--nc-gradient);
  color: #fff;
}

.nc-btn-primary:hover {
  background: var(--nc-orange-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px var(--nc-orange-glow);
}

.nc-btn-success {
  background: #198754;
  color: #fff;
}

.nc-btn-outline {
  background: transparent;
  border: 1px solid var(--nc-border);
  color: var(--nc-text);
}

.nc-btn-outline:hover {
  border-color: var(--nc-orange);
  color: var(--nc-orange);
}

.nc-btn-sm {
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
}

/* ===== SHOWS GRID ===== */

.nc-shows-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.nc-show-card {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  overflow: hidden;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.nc-show-card:hover {
  border-color: var(--nc-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.nc-show-thumb {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
}

.nc-show-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc-show-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(242, 101, 34, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  z-index: 1;
}

.nc-show-play i {
  display: block;
  line-height: 1;
  margin-left: 2px;
}

.nc-show-info {
  padding: 1rem;
}

.nc-show-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 0.35rem;
  color: var(--nc-text);
}

.nc-show-date {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  margin: 0 0 0.35rem;
}

.nc-show-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.8rem;
  color: var(--nc-text-dim);
}

.nc-show-stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.nc-show-stats i {
  color: var(--nc-orange);
  font-size: 0.9rem;
}

/* ===== POLLS ARCHIVE ===== */

.nc-poll-archive-item {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.nc-poll-archive-item-active {
  border-color: var(--nc-orange);
}

.nc-poll-archive-date {
  font-size: 0.8rem;
  color: var(--nc-orange);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.nc-poll-result-bar {
  margin-bottom: 0.65rem;
}

.nc-poll-result-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
  color: var(--nc-text-muted);
}

.nc-poll-result-track {
  height: 8px;
  background: var(--nc-bg-elevated);
  border-radius: 4px;
  overflow: hidden;
}

.nc-poll-result-fill {
  height: 100%;
  background: var(--nc-gradient);
  border-radius: 4px;
  transition: width 0.5s ease;
}

.nc-poll-result-fill.winner {
  background: var(--nc-orange);
}

.nc-poll-result-fill.yours {
  background: rgba(242, 101, 34, 0.75);
}

.nc-poll-result-fill.winner.yours {
  background: var(--nc-orange);
}

/* ===== WEIGH IN COMMENTS ===== */
.nc-weigh-in-subhead {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--nc-text);
}

.nc-comment-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.nc-comment-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  margin-bottom: 0.5rem;
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: 8px;
}

.nc-comment-list-item.nc-super-chat {
  background: rgba(76, 175, 80, 0.08);
  border-color: rgba(76, 175, 80, 0.45);
  border-left: 3px solid var(--nc-success);
}

.nc-comment-list-item.nc-super-chat .nc-comment-list-type {
  color: var(--nc-success);
}

.nc-comment-list-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.nc-comment-list-date {
  font-size: 0.8rem;
  color: var(--nc-text-muted);
}

.nc-comment-list-type {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nc-orange);
}

.nc-comment-list-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.nc-comment-super-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--nc-success);
  background: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
  line-height: 1;
}

.nc-comment-super-link i {
  font-size: 0.7rem;
}

.nc-comment-super-link:hover {
  color: var(--nc-success-light);
}

.nc-comment-preview-btn,
.nc-comment-delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--nc-text-muted);
  cursor: pointer;
  position: relative;
  transition: color 0.15s ease, background 0.15s ease;
}

.nc-comment-preview-btn:hover,
.nc-comment-preview-btn:focus {
  color: var(--nc-orange);
  background: rgba(242, 101, 34, 0.1);
}

.nc-comment-delete-btn:hover,
.nc-comment-delete-btn:focus {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
}

.nc-comment-preview-popup {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.5rem);
  z-index: 20;
  width: 16rem;
  max-width: 70vw;
  padding: 0.65rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--nc-text);
  background: var(--nc-bg);
  border: 1px solid var(--nc-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.nc-comment-preview-popup::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0.65rem;
  border: 6px solid transparent;
  border-top-color: var(--nc-border);
}

.nc-comment-preview-btn:hover .nc-comment-preview-popup,
.nc-comment-preview-btn:focus .nc-comment-preview-popup {
  display: block;
}

.nc-comment-limit-msg {
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--nc-text-muted);
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: 8px;
}

/* ===== DISCUSSION BOARD ===== */

.nc-discussion-post {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  margin-bottom: 1rem;
  overflow: hidden;
}

.nc-discussion-post.nc-super-thread {
  border-color: #2e9e4f;
  box-shadow: 0 0 0 1px rgba(46, 158, 79, 0.2), 0 4px 20px rgba(46, 158, 79, 0.12);
}

.nc-thread-item.nc-super-thread {
  padding: 1rem;
  border: 1px solid #2e9e4f;
  border-radius: var(--nc-radius);
  background: linear-gradient(135deg, rgba(46, 158, 79, 0.12) 0%, rgba(30, 120, 55, 0.05) 100%);
  box-shadow: 0 0 0 1px rgba(46, 158, 79, 0.2), 0 4px 20px rgba(46, 158, 79, 0.12);
}

.nc-discussion-post.nc-super-thread .nc-post-header {
  background: linear-gradient(135deg, rgba(46, 158, 79, 0.18) 0%, rgba(30, 120, 55, 0.08) 100%);
  border-bottom-color: rgba(46, 158, 79, 0.35);
}

.nc-discussion-post.nc-super-thread .nc-post-title,
.nc-thread-item.nc-super-thread .nc-thread-title {
  color: #6dd68a;
}

.nc-thread-item.nc-super-thread .nc-thread-title:hover {
  color: #8ae8a5;
}

.nc-discussion-post.nc-super-thread .nc-thread-avatar,
.nc-thread-item.nc-super-thread .nc-thread-avatar {
  border-color: #2e9e4f;
}

.nc-thread-item.nc-super-thread .nc-thread-meta strong {
  color: #6dd68a;
}

.nc-reply.nc-super-reply {
  background: rgba(46, 158, 79, 0.08);
  border-left: 3px solid #2e9e4f;
}

.nc-reply.nc-super-reply .nc-reply-author {
  color: #6dd68a;
}

.nc-reply.nc-super-reply .nc-thread-avatar {
  border: 2px solid #2e9e4f;
}

.nc-post-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--nc-bg-elevated);
  border-bottom: 1px solid var(--nc-border);
}

.nc-post-author {
  font-weight: 600;
  color: var(--nc-text);
}

.nc-post-time {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
}

.nc-post-body {
  padding: 1.25rem;
}

.nc-post-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--nc-text);
}

.nc-post-text {
  color: var(--nc-text-muted);
  line-height: 1.6;
  margin: 0;
}

.nc-replies {
  border-top: 1px solid var(--nc-border);
  background: rgba(0, 0, 0, 0.2);
}

.nc-reply {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--nc-border);
}

.nc-reply:last-child {
  border-bottom: none;
}

.nc-reply.nc-nested {
  margin-left: 2.5rem;
  border-left: 2px solid var(--nc-orange);
  background: rgba(242, 101, 34, 0.03);
}

.nc-reply-author {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--nc-orange);
}

.nc-reply-text {
  font-size: 0.9rem;
  color: var(--nc-text-muted);
  margin: 0.25rem 0 0;
  line-height: 1.5;
}

.nc-new-post-card {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

/* ===== PROFILE EDIT ===== */

.nc-edit-card {
  background: var(--nc-bg-card);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.nc-edit-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--nc-header-gradient);
  border-bottom: none;
  box-shadow: 0 3px 12px rgba(242, 101, 34, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.nc-edit-card-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--nc-header-gradient-shine);
  pointer-events: none;
}

.nc-edit-card-header > * {
  position: relative;
  z-index: 1;
}

.nc-edit-card-header i {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nc-edit-card-header h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nc-edit-card-body {
  padding: 1.25rem;
}

.nc-avatar-upload {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.nc-avatar-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--nc-orange);
  flex-shrink: 0;
}

.nc-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc-avatar-upload-controls {
  flex: 1;
  min-width: 220px;
}

.nc-avatar-upload-hint {
  margin: 0 0 0.75rem;
}

.nc-file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nc-avatar-upload-progress {
  margin-top: 0.75rem;
  height: 6px;
  border-radius: 999px;
  background: var(--nc-border);
  overflow: hidden;
}

.nc-avatar-upload-progress-bar {
  width: 0;
  height: 100%;
  background: var(--nc-orange);
  transition: width 0.15s ease;
}

.nc-avatar-upload-error,
.nc-avatar-upload-status {
  margin-top: 0.75rem;
}

.nc-avatar-upload-status {
  color: #75d99a;
  font-size: 0.85rem;
}

.hidden,
[hidden] {
  display: none !important;
}

.nc-form-hint {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  margin: 0.35rem 0 0;
}

.nc-form-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--nc-border);
}

.nc-form-check:last-child {
  border-bottom: none;
}

.nc-form-check-input {
  width: 18px;
  height: 18px;
  accent-color: var(--nc-orange);
}

.nc-form-check-label {
  flex: 1;
  color: var(--nc-text);
  font-size: 0.9rem;
}

.nc-form-check-desc {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  display: block;
}

/* Notification settings grid */
.nc-notify-settings {
  padding-top: 0.5rem !important;
}

.nc-notify-header,
.nc-notify-row {
  display: grid;
  grid-template-columns: 1fr 56px 56px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--nc-border);
}

.nc-notify-header {
  padding-top: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--nc-border);
}

.nc-notify-row:last-of-type {
  border-bottom: none;
}

.nc-notify-header-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nc-text-dim);
}

.nc-notify-header-channel {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nc-orange);
  text-align: center;
}

.nc-notify-info {
  min-width: 0;
}

.nc-notify-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--nc-text);
}

.nc-notify-desc {
  display: block;
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  margin-top: 0.15rem;
}

.nc-notify-channel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

.nc-notify-hint {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: var(--nc-text-dim);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nc-notify-hint i {
  color: var(--nc-orange);
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .nc-notify-header,
  .nc-notify-row {
    grid-template-columns: 1fr 44px 44px;
    gap: 0.5rem;
  }
}

/* Legal pages */
.nc-legal-content {
  color: var(--nc-text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.nc-legal-content h2 {
  color: var(--nc-text);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
}

.nc-legal-content h2:first-child {
  margin-top: 0;
}

.nc-legal-content h3 {
  color: var(--nc-text);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
}

.nc-legal-content p {
  margin: 0 0 1rem;
}

.nc-legal-content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.nc-legal-content ol li {
  margin-bottom: 0.75rem;
}

.nc-legal-content ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
}

.nc-legal-content ul li {
  margin-bottom: 0.35rem;
}

.nc-legal-content a {
  color: var(--nc-orange);
  text-decoration: none;
}

.nc-legal-content a:hover {
  text-decoration: underline;
}

.nc-legal-content .nc-legal-uppercase {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.nc-legal-effective {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--nc-border);
  font-size: 0.85rem;
  color: var(--nc-text-dim);
}

/* ===== ADMIN ===== */

.nc-admin-site .nc-logo img {
  height: 72px;
  margin-bottom: 0;
}

.nc-admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  border-bottom: 1px solid var(--nc-border);
}

.nc-admin-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: var(--nc-text-muted);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  text-decoration: none;
}

.nc-admin-tab:hover {
  color: var(--nc-text);
  background: rgba(242, 101, 34, 0.06);
}

.nc-admin-tab.active {
  color: var(--nc-orange);
  border-bottom-color: var(--nc-orange);
  background: rgba(242, 101, 34, 0.1);
}

.nc-admin-tab i {
  font-size: 1.1rem;
}

.nc-admin-panel {
  display: none;
}

.nc-admin-panel.active {
  display: block;
}

.nc-admin-count {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--nc-text-muted);
}

.nc-admin-window-note {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  background: rgba(242, 101, 34, 0.08);
  border: 1px solid rgba(242, 101, 34, 0.25);
  border-radius: 8px;
  font-size: 0.875rem;
  color: var(--nc-text-muted);
}

.nc-admin-table-wrap {
  overflow-x: auto;
}

.nc-admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.nc-admin-table thead th {
  text-align: left;
  padding: 0.75rem 1rem;
  background: var(--nc-bg-elevated);
  color: var(--nc-text-muted);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid var(--nc-border);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.nc-admin-table thead th.nc-admin-th-photo,
.nc-admin-table thead th:not([data-sort]) {
  cursor: default;
}

.nc-admin-table thead th[data-sort]:hover {
  color: var(--nc-orange);
}

.nc-admin-table thead th.sorted-asc::after,
.nc-admin-table thead th.sorted-desc::after {
  margin-left: 0.35rem;
  font-size: 0.7rem;
  color: var(--nc-orange);
}

.nc-admin-table thead th.sorted-asc::after {
  content: "▲";
}

.nc-admin-table thead th.sorted-desc::after {
  content: "▼";
}

.nc-admin-table tbody td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--nc-border);
  color: var(--nc-text);
  vertical-align: middle;
}

.nc-admin-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.nc-admin-avatar-cell {
  width: 52px;
}

.nc-admin-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--nc-border);
}

.nc-admin-status {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
}

.nc-admin-status-active,
.nc-admin-status-admin {
  background: rgba(76, 175, 80, 0.15);
  color: #6dd68a;
}

.nc-admin-status-inactive,
.nc-admin-status-disabled,
.nc-admin-status-paused,
.nc-admin-status-delete {
  background: rgba(154, 154, 154, 0.15);
  color: var(--nc-text-muted);
}

.nc-admin-status-pending,
.nc-admin-status-new {
  background: rgba(255, 193, 7, 0.15);
  color: #ffd54f;
}

.nc-admin-status-fraud,
.nc-admin-status-suspended {
  background: rgba(239, 83, 80, 0.15);
  color: #ef9a9a;
}

.nc-admin-membership-free {
  background: rgba(154, 154, 154, 0.15);
  color: var(--nc-text-muted);
}

.nc-admin-membership-standard {
  background: rgba(242, 101, 34, 0.15);
  color: var(--nc-orange-light);
}

.nc-admin-membership-premium {
  background: rgba(255, 215, 0, 0.15);
  color: #ffd54f;
}

.nc-admin-comment-cell {
  max-width: 320px;
  line-height: 1.45;
  color: var(--nc-text-muted);
}

.nc-admin-type {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-transform: capitalize;
}

.nc-admin-type-message {
  background: rgba(100, 149, 237, 0.15);
  color: #90caf9;
}

.nc-admin-type-voice {
  background: rgba(156, 39, 176, 0.15);
  color: #ce93d8;
}

.nc-admin-type-text {
  background: rgba(242, 101, 34, 0.15);
  color: var(--nc-orange);
}

.nc-admin-super-chat {
  color: #ffd54f;
  font-size: 1.1rem;
}

.nc-admin-super-chat--empty,
.nc-admin-muted {
  color: var(--nc-text-dim);
}

.nc-admin-play-btn.playing {
  border-color: var(--nc-orange);
  color: var(--nc-orange);
}

.nc-admin-deny-btn:hover {
  border-color: #ef5350;
  color: #ef9a9a;
}

.nc-admin-empty {
  padding: 2rem;
  text-align: center;
  color: var(--nc-text-dim);
}

.nc-admin-photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}

.nc-admin-photo-card {
  background: var(--nc-bg-elevated);
  border: 1px solid var(--nc-border);
  border-radius: var(--nc-radius);
  overflow: hidden;
}

.nc-admin-photo-thumb-wrap {
  aspect-ratio: 4 / 3;
  background: #000;
  overflow: hidden;
}

.nc-admin-photo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nc-admin-photo-meta {
  padding: 0.75rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.nc-admin-photo-meta strong {
  font-size: 0.95rem;
  color: var(--nc-text);
}

.nc-admin-photo-meta span {
  font-size: 0.8rem;
  color: var(--nc-text-dim);
}

.nc-admin-photo-actions {
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
}

.nc-admin-photo-actions .nc-btn {
  flex: 1;
  justify-content: center;
}

.nc-admin-template-editor {
  font-family: 'SF Mono', 'Monaco', 'Consolas', 'Liberation Mono', monospace;
  font-size: 0.8rem;
  line-height: 1.5;
  min-height: 420px;
  resize: vertical;
}

.nc-admin-template-status {
  font-size: 0.85rem;
  color: var(--nc-text-muted);
}

.nc-admin-template-status.success {
  color: #6dd68a;
}

.nc-admin-template-preview-wrap {
  margin-top: 0.5rem;
}

.nc-admin-template-preview-wrap.hidden {
  display: none;
}

.nc-admin-template-preview {
  width: 100%;
  min-height: 480px;
  border: 1px solid var(--nc-border);
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 768px) {
  .nc-admin-tabs {
    gap: 0.25rem;
  }

  .nc-admin-tab {
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
  }

  .nc-admin-table thead {
    display: none;
  }

  .nc-admin-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: var(--nc-bg-elevated);
    border: 1px solid var(--nc-border);
    border-radius: 8px;
  }

  .nc-admin-table tbody td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border: none;
  }

  .nc-admin-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--nc-text-dim);
    font-size: 0.75rem;
    text-transform: uppercase;
    flex-shrink: 0;
  }

  .nc-admin-avatar-cell {
    justify-content: center;
  }

  .nc-admin-avatar-cell::before {
    display: none;
  }

  .nc-admin-comment-cell {
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== FOOTER ===== */

.nc-footer {
  background: #000;
  border-top: 1px solid var(--nc-border);
  padding: 1.5rem 0;
  margin-top: auto;
}

.nc-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-bottom: 0.75rem;
}

.nc-footer-links a {
  color: var(--nc-orange);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}

.nc-footer-links a:hover {
  color: var(--nc-orange-light);
  text-decoration: underline;
}

.nc-footer p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--nc-text-dim);
  text-align: center;
}

.nc-footer a {
  color: var(--nc-orange);
  text-decoration: none;
}

.nc-footer a:hover {
  text-decoration: underline;
}

/* ===== UTILITIES ===== */

.nc-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  background: rgba(242, 101, 34, 0.2);
  color: var(--nc-orange);
}

.nc-badge.nc-badge-super {
  background: linear-gradient(135deg, #3cb371 0%, #2e9e4f 100%);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.45rem;
  margin-left: 0.35rem;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(46, 158, 79, 0.35);
}

.nc-view-all {
  font-size: 0.85rem;
  color: var(--nc-orange);
  text-decoration: none;
  font-weight: 500;
}

.nc-view-all:hover {
  color: var(--nc-orange-light);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991.98px) {
  .nc-social-icons {
    margin-top: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nc-header .navbar-collapse {
    padding: 1rem 0;
  }

  .nc-nav-link {
    padding: 0.65rem 0 !important;
  }
}

@media (max-width: 575.98px) {
  .nc-logo {
    margin-bottom: -1.75rem;
  }

  .nc-logo img {
    height: 90px;
  }

  .nc-page-title {
    font-size: 1.4rem;
  }

  .nc-reply.nc-nested {
    margin-left: 1rem;
  }
}

/* ===== COMING SOON ===== */

.nc-coming-soon-page {
  min-height: 100vh;
  margin: 0;
  background: var(--nc-bg);
  color: var(--nc-text);
  font-family: 'Outfit', sans-serif;
}

.nc-coming-soon {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  text-align: center;
}

.nc-coming-soon-logo {
  width: min(280px, 70vw);
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.nc-coming-soon-title {
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
