
/* v83 cleanup: remove unnecessary chips/cards and simplify login/apply */
.nn-gtn-tabs-section,
.nn-gtn-category-row,
.nn-gtn-label,
.nn-video-label{display:none!important}

.nn-login-clean{
  min-height:calc(100vh - 80px);
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 80% 12%, rgba(230,0,35,.12), transparent 24rem),
    linear-gradient(180deg,#fff,#f7f8fb);
  padding:54px 16px;
}
.nn-login-card{
  width:min(100%,460px);
  background:#fff;
  border:1px solid #e8edf3;
  border-radius:30px;
  box-shadow:0 28px 80px rgba(16,24,40,.12);
  padding:34px;
}
.nn-login-card .brand-mark{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:18px;
  background:linear-gradient(135deg,#e60023,#ff5364);
  color:#fff;
  font-weight:950;
  box-shadow:0 16px 34px rgba(230,0,35,.22);
}
.nn-login-card h1{
  font-weight:950;
  letter-spacing:-.045em;
  color:#101828;
}
.nn-login-card p{
  color:#667085;
  font-weight:750;
}
.nn-login-card .form-control{
  border-radius:16px!important;
  min-height:52px;
}
.nn-login-help{
  margin-top:18px;
  display:flex;
  justify-content:center;
  gap:8px;
  color:#98a2b3;
  font-size:.86rem;
}
.nn-login-help a{color:#667085;text-decoration:none;font-weight:800}
.nn-login-help a:hover{color:#e60023}

.nn-apply .nn-step-card{
  background:#fff;
  border-radius:28px;
}
.nn-apply-flow-v83{
  animation:nnFadeUp .25s ease both;
}
.nn-apply-flow-v83 div:first-child{
  border-color:#ffd0d8;
  background:#fff7f8;
}
.nn-apply-flow-v83 div:first-child strong{color:#e60023}
.nn-panel-head h2{
  letter-spacing:-.045em;
}
.nn-summary-title strong{
  background:#fff1f3;
  color:#e60023;
  border:1px solid #ffd0d8;
  border-radius:999px;
  padding:5px 9px;
}
.nn-mobile-submit{
  box-shadow:0 -18px 44px rgba(16,24,40,.12)!important;
}
@keyframes nnFadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

.nn-main-nav .nav-link[href*="/campaigns"]{
  display:inline-flex;
}
