:root {
  --nm-ink: #07111f;
  --nm-ink-2: #0b1b30;
  --nm-graphite: #182538;
  --nm-muted: #627084;
  --nm-soft: #d9e2ee;
  --nm-line: rgba(7, 17, 31, 0.12);
  --nm-page: #edf3f8;
  --nm-card: rgba(255, 255, 255, 0.84);
  --nm-white: #ffffff;
  --nm-signal: #00d4ff;
  --nm-signal-dark: #087ea4;
  --nm-mint: #47f2b4;
  --nm-violet: #6d5dfc;
  --nm-amber: #ffb020;
  --nm-red: #ef4444;
  --nm-green: #0f9f6e;
  --nm-shadow: 0 28px 80px rgba(7, 17, 31, 0.14);
  --nm-shadow-soft: 0 18px 48px rgba(7, 17, 31, 0.08);
  --nm-radius-lg: 28px;
  --nm-radius-md: 20px;
  --nm-radius-sm: 14px;
  --nm-font-display: "Space Grotesk", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nm-font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nm-font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --bs-primary: #087ea4;
  --bs-primary-rgb: 8, 126, 164;
  --bs-body-color: #2d3a4d;
  --bs-body-bg: #edf3f8;
  --bs-border-radius: 0.95rem;
  --bs-link-color: #087ea4;
  --bs-link-hover-color: #07111f;
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--bs-body-color);
  background:
    radial-gradient(circle at top left, rgba(0, 212, 255, 0.16), transparent 34rem),
    linear-gradient(180deg, #f7fbff 0, var(--nm-page) 42rem),
    var(--nm-page);
  font-family: var(--nm-font-body);
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 72%);
}

body.nm-admin-body,
body.install-body {
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 212, 255, 0.20), transparent 30rem),
    radial-gradient(circle at 84% 0%, rgba(109, 93, 252, 0.16), transparent 24rem),
    #eaf1f7;
}

img,
svg {
  max-width: 100%;
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
.fw-black {
  font-family: var(--nm-font-display);
}

.fw-black {
  font-weight: 800;
}

.py-lg-6 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

::selection {
  color: var(--nm-ink);
  background: rgba(0, 212, 255, 0.35);
}

:focus-visible {
  outline: 3px solid rgba(0, 212, 255, 0.75);
  outline-offset: 3px;
}

.premium-navbar {
  background: rgba(237, 243, 248, 0.76);
  border-bottom: 1px solid rgba(7, 17, 31, 0.10);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.06);
  backdrop-filter: blur(22px);
}

.navbar {
  min-height: 76px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--nm-ink);
  text-decoration: none;
}

.navbar-brand:hover {
  color: var(--nm-ink);
}

.navbar-brand img {
  width: auto;
  max-width: 168px;
  height: 44px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--nm-ink);
  background:
    radial-gradient(circle at 32% 28%, var(--nm-mint), transparent 28%),
    linear-gradient(135deg, var(--nm-signal), var(--nm-violet));
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 16px 16px 16px 5px;
  box-shadow: 0 18px 34px rgba(0, 126, 164, 0.22);
  font-family: var(--nm-font-mono);
  font-weight: 800;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--nm-font-display);
  font-size: 1.03rem;
  font-weight: 800;
}

.brand-text small {
  color: var(--nm-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-link {
  position: relative;
  color: #3c4a5e;
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--nm-signal-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--nm-ink);
}

.nav-link:hover::after,
.nav-link:focus::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border-color: rgba(7, 17, 31, 0.14);
  border-radius: 14px;
  box-shadow: none !important;
}

.btn {
  border-radius: 16px 16px 16px 6px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.btn-primary {
  border: 0;
  color: var(--nm-ink);
  background:
    linear-gradient(135deg, var(--nm-signal), var(--nm-mint));
  box-shadow: 0 16px 34px rgba(0, 126, 164, 0.26);
}

.btn-primary:hover,
.btn-primary:focus {
  color: var(--nm-ink);
  background:
    linear-gradient(135deg, #35e2ff, #7af7cc);
  transform: translateY(-1px);
}

.btn-outline-dark {
  border-color: rgba(7, 17, 31, 0.18);
  color: var(--nm-ink);
  background: rgba(255, 255, 255, 0.72);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: var(--nm-white);
  background: var(--nm-ink);
}

.btn-light {
  color: var(--nm-ink);
  background: var(--nm-white);
  border-color: transparent;
}

.premium-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.45rem;
  padding: 0.45rem 0.72rem;
  color: #075a78;
  background: rgba(0, 212, 255, 0.13);
  border: 1px solid rgba(0, 126, 164, 0.18);
  border-radius: 999px;
  font-family: var(--nm-font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.premium-kicker::before,
.section-label::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  background: var(--nm-signal-dark);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(0, 212, 255, 0.18);
}

.hero-premium {
  position: relative;
  overflow: hidden;
}

.hero-premium::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: 8%;
  width: 34vw;
  height: 34vw;
  min-width: 320px;
  min-height: 320px;
  border: 1px solid rgba(0, 126, 164, 0.16);
  border-radius: 999px;
  pointer-events: none;
}

.hero-premium h1 {
  max-width: 780px;
  color: var(--nm-ink);
  font-size: clamp(3.1rem, 7vw, 6.75rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.hero-premium .lead {
  max-width: 660px;
  color: #4a586b;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.72;
}

.hero-actions {
  align-items: center;
}

.hero-proof,
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-proof span,
.trust-badges span {
  padding: 0.55rem 0.75rem;
  color: var(--nm-graphite);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 17, 31, 0.10);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.04);
  font-family: var(--nm-font-mono);
  font-size: 0.78rem;
  font-weight: 800;
}

.device-stage {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 212, 255, 0.26), transparent 28%),
    linear-gradient(145deg, #07111f 0%, #0b1b30 55%, #0b3f4f 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px 38px 38px 12px;
  box-shadow: var(--nm-shadow);
}

.device-stage::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px 28px 28px 8px;
}

.device-stage::after {
  content: "";
  position: absolute;
  inset: auto -20% -34% 14%;
  height: 52%;
  background: linear-gradient(90deg, transparent, rgba(71, 242, 180, 0.16), transparent);
  transform: rotate(-12deg);
}

.hero-device-img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.call-radar {
  position: absolute;
  inset: 0;
}

.radar-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.orbit-a { width: 70%; height: 70%; }
.orbit-b { width: 94%; height: 94%; opacity: 0.65; }
.orbit-c { width: 118%; height: 118%; opacity: 0.35; }

.premium-phone {
  position: absolute;
  inset: 48px 19% 42px;
  min-width: 270px;
  padding: 58px 22px 22px;
  background:
    linear-gradient(180deg, #f9fcff, #eaf2f8);
  border: 12px solid #050b14;
  border-radius: 42px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(7, 17, 31, 0.06);
}

.phone-notch {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 86px;
  height: 8px;
  transform: translateX(-50%);
  background: #050b14;
  border-radius: 999px;
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: var(--nm-muted);
  font-family: var(--nm-font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-status strong {
  color: var(--nm-green);
}

.screen-card {
  display: grid;
  gap: 0.35rem;
  margin: 0.9rem 0;
  padding: 1rem;
  color: var(--nm-ink);
  background: var(--nm-white);
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.screen-card span,
.screen-card small {
  color: var(--nm-muted);
}

.screen-card span {
  font-family: var(--nm-font-mono);
  font-size: 0.82rem;
}

.screen-card strong {
  font-family: var(--nm-font-display);
  font-size: 1.65rem;
  line-height: 1;
}

.screen-card.blocked {
  border-left: 5px solid var(--nm-red);
}

.screen-card.allowed {
  border-left: 5px solid var(--nm-green);
}

.screen-pill {
  padding: 0.75rem 0.9rem;
  color: #065f46;
  background: #d7fff0;
  border: 1px solid rgba(15, 159, 110, 0.18);
  border-radius: 999px;
  font-family: var(--nm-font-mono);
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
}

.call-chip {
  position: absolute;
  z-index: 2;
  padding: 0.55rem 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-family: var(--nm-font-mono);
  font-size: 0.72rem;
  font-weight: 800;
}

.chip-one { top: 14%; left: 11%; }
.chip-two { right: 9%; top: 28%; }
.chip-three { left: 13%; bottom: 17%; color: #d7fff0; }

.trust-ribbon,
.premium-feature,
.premium-card,
.install-card,
.pricing-card,
.policy-panel,
.success-panel,
.metric-card {
  background: var(--nm-card);
  border: 1px solid rgba(7, 17, 31, 0.10);
  border-radius: var(--nm-radius-lg) var(--nm-radius-lg) var(--nm-radius-lg) 10px;
  box-shadow: var(--nm-shadow-soft);
  backdrop-filter: blur(18px);
}

.trust-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem;
}

.trust-copy {
  max-width: 760px;
}

.trust-copy p {
  color: #4b596c;
}

.trust-badges {
  justify-content: flex-end;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 2.2rem;
}

.section-heading h2,
.install-section h2,
.final-cta h2,
.narrow-copy h2,
.conversion-section h1,
.success-panel h1 {
  color: var(--nm-ink);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.section-heading h2,
.install-section h2,
.final-cta h2,
.narrow-copy h2 {
  margin-top: 0.9rem;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
}

.section-heading p,
.install-section p,
.narrow-copy p,
.conversion-section .lead {
  color: #526075;
  font-size: 1.05rem;
  line-height: 1.72;
}

.feature-section {
  position: relative;
}

.premium-feature {
  position: relative;
  height: 100%;
  padding: 1.45rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.premium-feature::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 126, 164, 0.14);
  border-radius: 999px;
}

.premium-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--nm-shadow);
}

.premium-feature h3 {
  margin-top: 1.2rem;
  color: var(--nm-ink);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.premium-feature p {
  margin-bottom: 0;
  color: #566479;
  line-height: 1.68;
}

.feature-token,
.feature-index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--nm-ink);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, var(--nm-signal), var(--nm-mint));
  border-radius: 15px 15px 15px 5px;
  font-family: var(--nm-font-mono);
  font-weight: 900;
}

.install-section {
  position: relative;
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 17, 31, 0.04) 100%);
}

.install-section .row {
  align-items: stretch;
}

.premium-steps {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.premium-steps li {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 0.85rem;
  align-items: stretch;
}

.premium-steps span {
  display: grid;
  place-items: center;
  min-height: 54px;
  color: var(--nm-signal);
  background: var(--nm-ink);
  border-radius: 16px 16px 16px 5px;
  font-family: var(--nm-font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.premium-steps p {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0;
  padding: 0.75rem 1rem;
  color: #36445a;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 16px;
}

.install-card {
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.install-card h2,
.install-card h3 {
  color: var(--nm-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.install-card ol {
  display: grid;
  gap: 0.7rem;
  margin: 1.3rem 0 0;
  padding-left: 1.2rem;
}

.install-card strong {
  color: var(--nm-ink);
}

.premium-video {
  overflow: hidden;
  border-radius: var(--nm-radius-lg) var(--nm-radius-lg) var(--nm-radius-lg) 10px;
  box-shadow: var(--nm-shadow-soft);
}

.video-placeholder {
  display: grid;
  place-items: center;
  min-height: 280px;
  color: var(--nm-muted);
  background: var(--nm-card);
  border: 1px dashed rgba(7, 17, 31, 0.18);
  border-radius: var(--nm-radius-lg) var(--nm-radius-lg) var(--nm-radius-lg) 10px;
}

.pricing-section {
  position: relative;
}

.pricing-card {
  position: relative;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  overflow: hidden;
}

.pricing-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -24% 28%;
  height: 52%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.20), transparent 60%);
}

.pricing-card h3 {
  margin-top: 1rem;
  color: var(--nm-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.price {
  margin: 1rem 0;
  color: var(--nm-ink);
  font-family: var(--nm-font-display);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.policy-panel {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  background:
    linear-gradient(145deg, rgba(7, 17, 31, 0.95), rgba(11, 63, 79, 0.94));
  color: #d7e4ef;
}

.policy-panel h3 {
  margin-top: 0.9rem;
  color: var(--nm-white);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.policy-panel .premium-kicker {
  color: #c5fff0;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
}

.premium-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 17, 31, 0.10);
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 12px 26px rgba(7, 17, 31, 0.05);
}

.premium-accordion .accordion-button {
  color: var(--nm-ink);
  background: transparent;
  font-weight: 900;
  box-shadow: none;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--nm-ink);
  background: rgba(0, 212, 255, 0.09);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(2rem, 5vw, 4.3rem);
  color: var(--nm-white);
  background:
    radial-gradient(circle at 88% 18%, rgba(71, 242, 180, 0.28), transparent 20rem),
    linear-gradient(135deg, var(--nm-ink), #07364c);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px 34px 34px 10px;
  box-shadow: var(--nm-shadow);
}

.final-cta h2,
.final-cta p {
  color: var(--nm-white);
}

.final-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: #cde0ec;
}

.final-cta .premium-kicker {
  color: #c5fff0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.premium-footer {
  margin-top: 3rem;
  padding: 3.4rem 0 2rem;
  color: #cbd5e1;
  background:
    linear-gradient(180deg, #07111f, #050b14);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(160px, 0.65fr) minmax(190px, 0.8fr);
  gap: 2rem;
}

.footer-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  color: var(--nm-ink);
  background: linear-gradient(135deg, var(--nm-signal), var(--nm-mint));
  border-radius: 14px 14px 14px 5px;
  font-family: var(--nm-font-mono);
  font-weight: 900;
}

.premium-footer h2,
.premium-footer h3 {
  color: var(--nm-white);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.premium-footer p {
  color: #aebbd0;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--nm-signal);
}

.footer-bottom {
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8493a8;
  font-size: 0.9rem;
}

.conversion-section {
  min-height: 72vh;
}

.conversion-section h1 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
}

.conversion-card {
  overflow: hidden;
}

.conversion-card::before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--nm-signal), var(--nm-mint), var(--nm-violet));
}

.login-section {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 1rem;
}

.login-card {
  width: min(480px, 100%);
}

.install-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 2rem 0;
}

.install-hero h1 {
  margin: 1rem 0;
  color: var(--nm-ink);
  font-family: var(--nm-font-display);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.install-hero p {
  color: #526075;
  font-size: 1.08rem;
  line-height: 1.68;
}

.install-checks {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: var(--nm-radius-md);
  box-shadow: var(--nm-shadow-soft);
}

.admin-shell {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 1rem;
  width: min(1540px, calc(100vw - 2rem));
  margin: 1rem auto;
}

.admin-sidebar {
  position: sticky;
  top: 1rem;
  display: flex;
  flex-direction: column;
  align-self: start;
  min-height: calc(100vh - 2rem);
  padding: 1rem;
  color: var(--nm-white);
  background:
    radial-gradient(circle at 20% 5%, rgba(0, 212, 255, 0.22), transparent 16rem),
    linear-gradient(180deg, #07111f, #0b1b30);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px 28px 28px 10px;
  box-shadow: var(--nm-shadow);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0.35rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.admin-brand div {
  display: grid;
  line-height: 1.05;
}

.admin-brand strong {
  color: var(--nm-white);
  font-family: var(--nm-font-display);
  font-size: 1.05rem;
  font-weight: 800;
}

.admin-brand small {
  color: #92a5ba;
  font-size: 0.76rem;
  font-weight: 800;
}

.admin-sidebar nav {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}

.admin-sidebar a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.72rem;
  color: #cbd5e1;
  border-radius: 15px 15px 15px 5px;
  text-decoration: none;
  font-weight: 800;
}

.admin-sidebar a span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--nm-signal);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  font-family: var(--nm-font-mono);
  font-size: 0.78rem;
}

.admin-sidebar a strong {
  font-size: 0.92rem;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
  color: var(--nm-white);
  background: rgba(255, 255, 255, 0.11);
}

.admin-sidebar a.active span {
  color: var(--nm-ink);
  background: linear-gradient(135deg, var(--nm-signal), var(--nm-mint));
}

.admin-logout {
  margin-top: auto;
  color: #fecaca !important;
  background: rgba(239, 68, 68, 0.11);
}

.admin-content {
  min-width: 0;
}

.admin-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: var(--nm-radius-lg) var(--nm-radius-lg) var(--nm-radius-lg) 10px;
}

.admin-page-head h1 {
  margin: 0.8rem 0 0.2rem;
  color: var(--nm-ink);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.admin-page-head p {
  margin: 0;
  color: var(--nm-muted);
}

.metric-card {
  position: relative;
  min-height: 148px;
  padding: 1.25rem;
  overflow: hidden;
}

.metric-card::after {
  content: "";
  position: absolute;
  right: -1.6rem;
  bottom: -1.6rem;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.10);
}

.metric-card span {
  color: var(--nm-muted);
  font-weight: 900;
}

.metric-card strong {
  display: block;
  margin-top: 0.5rem;
  color: var(--nm-ink);
  font-family: var(--nm-font-display);
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.metric-primary { border-top: 5px solid var(--nm-signal-dark); }
.metric-success { border-top: 5px solid var(--nm-green); }
.metric-warning { border-top: 5px solid var(--nm-amber); }
.metric-danger { border-top: 5px solid var(--nm-red); }

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(7, 17, 31, 0.025);
  margin-bottom: 0;
}

.table thead th {
  color: #5a697d;
  border-bottom-color: rgba(7, 17, 31, 0.12);
  font-family: var(--nm-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.table tbody td {
  border-color: rgba(7, 17, 31, 0.08);
}

.card-body {
  position: relative;
}

.form-label,
.form-check-label {
  color: #314056;
}

.form-control,
.form-select {
  min-height: 46px;
  color: var(--nm-ink);
  background-color: rgba(255, 255, 255, 0.78);
  border-color: rgba(7, 17, 31, 0.13);
  border-radius: 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(0, 126, 164, 0.62);
  box-shadow: 0 0 0 0.25rem rgba(0, 212, 255, 0.16);
}

textarea.form-control {
  min-height: 120px;
}

.form-check-input:checked {
  background-color: var(--nm-signal-dark);
  border-color: var(--nm-signal-dark);
}

.block-editor {
  overflow: hidden;
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.inline-form button {
  padding: 0.45rem 0.65rem;
  color: var(--nm-ink);
  background: rgba(0, 212, 255, 0.12);
  border: 1px solid rgba(0, 126, 164, 0.16);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.success-panel {
  padding: clamp(1.5rem, 3vw, 2.3rem);
}

.success-panel h1 {
  margin-top: 1rem;
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  overflow-wrap: anywhere;
}

.key-box {
  margin: 1rem 0;
  padding: 1rem;
  color: var(--nm-ink);
  background:
    linear-gradient(135deg, rgba(0, 212, 255, 0.22), rgba(71, 242, 180, 0.18));
  border: 1px solid rgba(0, 126, 164, 0.18);
  border-radius: 18px 18px 18px 6px;
  font-family: var(--nm-font-mono);
  font-size: clamp(1.1rem, 3vw, 1.85rem);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.key-box::after {
  content: "Clique para copiar";
  display: block;
  margin-top: 0.35rem;
  color: var(--nm-muted);
  font-family: var(--nm-font-body);
  font-size: 0.78rem;
  font-weight: 800;
}

.key-box.copied::after {
  content: "Chave copiada";
  color: var(--nm-green);
}

.narrow-copy {
  max-width: 840px;
}

pre {
  padding: 1rem;
  color: #e2e8f0;
  background: #07111f;
  border-radius: 18px 18px 18px 6px;
}

code {
  color: #0d364b;
  background: rgba(0, 212, 255, 0.13);
  border-radius: 0.35rem;
  padding: 0.12rem 0.3rem;
}

.badge {
  border-radius: 999px;
  font-weight: 900;
}

.alert {
  border-radius: 18px 18px 18px 6px;
}

@media (prefers-reduced-motion: no-preference) {
  .radar-orbit {
    animation: radarPulse 5.5s ease-in-out infinite;
  }

  .orbit-b { animation-delay: 0.7s; }
  .orbit-c { animation-delay: 1.4s; }

  .call-chip {
    animation: chipFloat 6s ease-in-out infinite;
  }

  .chip-two { animation-delay: 1.1s; }
  .chip-three { animation-delay: 2s; }
}

@keyframes radarPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.98); opacity: 0.34; }
  50% { transform: translate(-50%, -50%) scale(1.04); opacity: 0.82; }
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1199.98px) {
  .premium-phone {
    left: 15%;
    right: 15%;
  }
}

@media (max-width: 991.98px) {
  .py-lg-6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .brand-text small {
    display: none;
  }

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

  .device-stage {
    min-height: 510px;
  }

  .premium-phone {
    inset: 36px 15% 30px;
  }

  .trust-ribbon,
  .final-cta,
  .admin-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid,
  .install-shell,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: auto;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body::before {
    background-size: 32px 32px;
  }

  .hero-premium h1 {
    font-size: 3.25rem;
  }

  .device-stage {
    min-height: 470px;
    border-radius: 28px 28px 28px 10px;
  }

  .premium-phone {
    inset: 36px 7% 28px;
    min-width: 0;
    padding-inline: 16px;
    border-width: 9px;
  }

  .call-chip {
    display: none;
  }

  .premium-steps li {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    width: min(100% - 1rem, 1540px);
    margin: 0.5rem auto;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 1.5rem;
  }

  .table-actions .btn {
    width: 100%;
  }
}
