/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* ─── Brand ─────────────────────────────────────────────── */
a.navbar-brand[b-nuimryhc2z] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -.01em;
  background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}

/* ─── Links ─────────────────────────────────────────────── */
a[b-nuimryhc2z] {
  color: #818cf8;
  text-decoration: none;
  transition: color .15s;
}

a:hover[b-nuimryhc2z] {
  color: #a5b4fc;
}

/* ─── Nav pills ─────────────────────────────────────────── */
.nav-pills .nav-link.active[b-nuimryhc2z],
.nav-pills .show > .nav-link[b-nuimryhc2z] {
  color: #fff;
  background-color: #6366f1;
  border-color: transparent;
}

/* ─── Borders ───────────────────────────────────────────── */
.border-top[b-nuimryhc2z] {
  border-top: 1px solid rgba(255,255,255,0.07) !important;
}

.border-bottom[b-nuimryhc2z] {
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}

/* ─── Box shadow ────────────────────────────────────────── */
.box-shadow[b-nuimryhc2z] {
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}

/* ─── Navbar ────────────────────────────────────────────── */
header nav.navbar[b-nuimryhc2z] {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(7,7,15,0.80) !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav-link[b-nuimryhc2z] {
  color: rgba(238,238,248,0.65);
  font-size: .9rem;
  font-weight: 500;
  transition: color .15s;
  padding: .4rem .75rem;
  border-radius: 6px;
}

.nav-link:hover[b-nuimryhc2z] {
  color: rgba(238,238,248,0.95);
  background: rgba(255,255,255,0.06);
}

.nav-link.active[b-nuimryhc2z] {
  color: #fff;
}

/* ─── Accept policy button ──────────────────────────────── */
button.accept-policy[b-nuimryhc2z] {
  font-size: 1rem;
  line-height: inherit;
}

/* ─── Footer ────────────────────────────────────────────── */
.footer[b-nuimryhc2z] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
