:root{--lime:#aadd00;--lime2:#c8f200;--silver:#A6A8A6;--ink:#0b0e0d;--panel:#151918;--muted:#a9b0ae;--white:#fff;--line:rgba(255,255,255,.16)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#0b0e0d;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}html.nrt-modal-open,html.nrt-modal-open body{overflow:hidden}.nrt-portal-page #wpadminbar{display:none}.nrt-portal-page{margin-top:0!important}.nrt-portal-shell{min-height:100vh;color:#fff;position:relative;overflow:hidden;background:radial-gradient(circle at 67% 45%,rgba(170,221,0,.12),transparent 30%),linear-gradient(128deg,#101513 0%,#1b2320 48%,#0b0e0d 100%)}.nrt-portal-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.55}.nrt-portal-bg:before{content:'';position:absolute;inset:-10%;background:repeating-linear-gradient(112deg,transparent 0 44px,rgba(255,255,255,.025) 45px 46px,transparent 47px 86px);transform:skewX(-10deg)}.nrt-portal-bg i{position:absolute;height:4px;width:46vw;background:linear-gradient(90deg,transparent,var(--lime),transparent);transform:rotate(-18deg);filter:blur(.2px)}.nrt-portal-bg i:nth-child(1){right:-8%;top:18%}.nrt-portal-bg i:nth-child(2){right:5%;top:24%;opacity:.5}.nrt-portal-bg i:nth-child(3){right:-18%;bottom:23%;opacity:.25}.nrt-portal-bg i:nth-child(4){left:-14%;bottom:8%;opacity:.16}.nrt-portal-header{height:104px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,5vw,86px);position:relative;z-index:2}.nrt-portal-header img{width:min(330px,34vw);max-height:78px;object-fit:contain}.nrt-portal-actions{display:flex;gap:12px;align-items:center}.nrt-outline{appearance:none;border:2px solid rgba(255,255,255,.7);background:rgba(0,0,0,.1);color:#fff;text-decoration:none;padding:13px 24px;text-transform:uppercase;font-weight:800;letter-spacing:.04em;cursor:pointer}.nrt-outline:hover{border-color:var(--lime);color:var(--lime)}.nrt-welcome{font-size:13px;color:#d7ddda}.nrt-portal-hero{position:relative;z-index:1;min-height:calc(100vh - 174px);display:flex;align-items:center;padding:5vh clamp(28px,8vw,150px) 10vh}.nrt-hero-copy{max-width:930px}.nrt-hero-copy>span,.nrt-panel-kicker{color:var(--lime);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.nrt-hero-copy h1{color:var(--silver);font-family:'Arial Narrow',Impact,sans-serif;font-size:clamp(54px,6vw,110px);line-height:.88;text-transform:uppercase;letter-spacing:-.04em;margin:22px 0}.nrt-hero-copy h1 em{font-style:italic;color:var(--lime)}.nrt-hero-copy>p{max-width:760px;font-size:clamp(17px,1.4vw,23px);line-height:1.6;color:#c6ceca}.nrt-hero-points{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0}.nrt-hero-points b{font-size:12px;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:rgba(0,0,0,.18)}.nrt-hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.nrt-hero-buttons button{border:0;background:var(--lime);color:#0b0e0d;font-weight:900;text-transform:uppercase;padding:16px 23px;cursor:pointer}.nrt-hero-buttons button.ghost{background:transparent;color:#fff;border:1px solid var(--line)}.nrt-speed-mark{position:absolute;right:7vw;bottom:12vh;width:min(420px,30vw);height:190px;transform:skewX(-19deg);opacity:.9}.nrt-speed-mark span{display:block;height:22px;background:var(--lime);margin:10px 0;clip-path:polygon(18% 0,100% 0,82% 100%,0 100%)}.nrt-speed-mark span:nth-child(2){width:85%}.nrt-speed-mark span:nth-child(3){width:70%}.nrt-speed-mark span:nth-child(4){width:55%}.nrt-speed-mark span:nth-child(5){width:40%}.nrt-portal-footer{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;justify-content:space-between;padding:22px clamp(28px,5vw,86px);font-size:12px;color:#aeb7b2}.nrt-panel-overlay{position:fixed;inset:0;z-index:99999;background:rgba(3,5,4,.68);backdrop-filter:blur(8px);display:none;justify-content:flex-end}.nrt-panel-overlay.open{display:flex}.nrt-auth-panel{height:100%;width:min(580px,100vw);background:#fff;color:#111;padding:42px 56px;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.28);position:relative}.nrt-auth-panel[hidden]{display:none}.nrt-auth-panel.apply{width:min(680px,100vw)}.nrt-auth-panel>img{width:210px;height:auto;margin-bottom:30px}.nrt-close{position:absolute;right:28px;top:24px;width:42px;height:42px;border:2px solid #111;background:#fff;font-size:29px;line-height:1;cursor:pointer}.nrt-auth-panel h2{font-family:'Arial Narrow',Impact,sans-serif;font-size:48px;text-transform:uppercase;margin:7px 0 4px}.nrt-auth-panel>p{color:#555;line-height:1.55;margin-bottom:26px}.nrt-form{display:grid;gap:18px}.nrt-form label{display:grid;gap:7px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.nrt-form input,.nrt-form select,.nrt-form textarea{width:100%;border:0;border-bottom:1px solid #a8adaa;background:#fff;padding:12px 2px;font:inherit;outline:none;border-radius:0}.nrt-form input:focus,.nrt-form select:focus,.nrt-form textarea:focus{border-color:var(--lime);box-shadow:0 2px 0 var(--lime)}.nrt-form .two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.nrt-form label.check{display:flex;grid-template-columns:none;align-items:center;gap:9px;text-transform:none;font-weight:500}.nrt-form label.check input{width:auto}.nrt-submit{justify-self:start;border:0;background:var(--lime);color:#111;font-weight:900;text-transform:uppercase;padding:14px 26px;cursor:pointer}.nrt-forgot,.nrt-switch button{color:#628000}.nrt-switch{border-top:1px solid #eceeec;padding-top:18px;margin-top:25px!important}.nrt-switch button{border:0;background:none;cursor:pointer;font-weight:800}.password-help,.nrt-security-note{font-size:11px;color:#68706d;line-height:1.45}.nrt-security-note{background:#f4f7ef;border-left:3px solid var(--lime);padding:12px}.nrt-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.nrt-toast-stack{position:fixed;z-index:100001;left:50%;top:22px;transform:translateX(-50%);display:grid;gap:8px;width:min(680px,calc(100vw - 30px))}.nrt-toast{padding:14px 17px;border-radius:8px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.15)}.nrt-toast.success{background:#effbd5;color:#334600;border:1px solid #b8e24a}.nrt-toast.error{background:#fff0f0;color:#8b1515;border:1px solid #f2b1b1}@media(max-width:850px){.nrt-portal-header{height:82px}.nrt-portal-actions{gap:7px}.nrt-outline{padding:10px 13px}.nrt-portal-hero{align-items:flex-start;padding-top:13vh}.nrt-speed-mark{opacity:.25;right:-10vw}.nrt-hero-copy h1{font-size:clamp(42px,11vw,70px)}.nrt-auth-panel,.nrt-auth-panel.apply{width:100%;padding:32px 24px}.nrt-form .two{grid-template-columns:1fr}.nrt-portal-footer{position:relative}.nrt-portal-actions .nrt-welcome{display:none}}
.nrt-portal-phone{color:#d9e0dc;text-decoration:none;font-weight:700;letter-spacing:.03em}.nrt-portal-phone:hover{color:var(--lime)}

/* v1.1.1 — full-viewport centered landing page */
html:has(body.nrt-portal-page),
html:has(body.nrt-portal-page) body,
body.nrt-portal-page{
  width:100%;
  height:100%;
  min-height:100%;
  overflow:hidden;
}
body.nrt-portal-page{
  overscroll-behavior:none;
}
.nrt-portal-shell{
  width:100%;
  height:100vh;
  height:100svh;
  height:100dvh;
  min-height:0;
  display:grid;
  grid-template-rows:clamp(62px,9dvh,96px) minmax(0,1fr) clamp(30px,5dvh,50px);
  overflow:hidden;
}
.nrt-portal-header{
  height:auto;
  min-height:0;
  padding:0 clamp(18px,4vw,72px);
}
.nrt-portal-header img{
  width:clamp(185px,18vw,315px);
  max-height:clamp(48px,7dvh,74px);
}
.nrt-portal-actions{gap:clamp(7px,1vw,12px)}
.nrt-outline{
  padding:clamp(8px,1.2dvh,12px) clamp(12px,1.6vw,23px);
  font-size:clamp(11px,.8vw,14px);
}
.nrt-portal-hero{
  min-height:0;
  height:100%;
  padding:clamp(10px,2dvh,24px) clamp(18px,6vw,110px);
  display:grid;
  place-items:center;
  text-align:center;
  overflow:hidden;
}
.nrt-hero-copy{
  width:min(1080px,94vw);
  max-width:1080px;
  margin:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:clamp(8px,1.5dvh,18px);
  transform:translateY(-1dvh);
}
.nrt-hero-copy>span{
  font-size:clamp(9px,1.05vw,13px);
  margin:0;
}
.nrt-hero-copy h1{
  width:100%;
  max-width:1050px;
  margin:0;
  font-size:clamp(36px,min(5.6vw,8.8dvh),96px);
  line-height:.88;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.nrt-hero-copy>p{
  max-width:780px;
  margin:0;
  font-size:clamp(13px,min(1.35vw,2.25dvh),21px);
  line-height:1.42;
  text-wrap:balance;
}
.nrt-hero-points{
  justify-content:center;
  gap:clamp(6px,.8vw,12px);
  margin:0;
}
.nrt-hero-points b{
  font-size:clamp(9px,.68vw,11px);
  padding:clamp(7px,1dvh,10px) clamp(10px,1vw,14px);
}
.nrt-hero-buttons{
  justify-content:center;
  gap:clamp(8px,1vw,13px);
}
.nrt-hero-buttons button{
  padding:clamp(10px,1.4dvh,14px) clamp(14px,1.6vw,22px);
  font-size:clamp(10px,.78vw,13px);
}
.nrt-speed-mark{
  right:5vw;
  bottom:7dvh;
  width:min(330px,23vw);
  height:auto;
  opacity:.52;
}
.nrt-speed-mark span{
  height:clamp(9px,1.5dvh,17px);
  margin:clamp(4px,.8dvh,8px) 0;
}
.nrt-portal-footer{
  position:relative;
  inset:auto;
  height:auto;
  min-height:0;
  align-items:center;
  padding:0 clamp(18px,4vw,72px);
  font-size:clamp(9px,.7vw,12px);
}

/* Keep the landing screen fixed; only the auth drawer itself scrolls when open. */
.nrt-panel-overlay{overflow:hidden}
.nrt-auth-panel{overscroll-behavior:contain}

@media (max-width:850px){
  .nrt-portal-shell{
    grid-template-rows:clamp(58px,10dvh,76px) minmax(0,1fr) clamp(26px,5dvh,38px);
  }
  .nrt-portal-header{
    height:auto;
    padding:0 clamp(14px,4vw,24px);
  }
  .nrt-portal-header img{
    width:clamp(150px,39vw,225px);
    max-height:54px;
  }
  .nrt-portal-hero{
    align-items:center;
    padding:8px 16px;
  }
  .nrt-hero-copy{
    width:min(96vw,680px);
    gap:clamp(6px,1.1dvh,12px);
    transform:none;
  }
  .nrt-hero-copy h1{
    font-size:clamp(32px,min(9.8vw,7.4dvh),62px);
    line-height:.9;
  }
  .nrt-hero-copy>p{
    font-size:clamp(12px,min(3.6vw,2.1dvh),17px);
    line-height:1.35;
    max-width:620px;
  }
  .nrt-hero-points{
    gap:5px;
  }
  .nrt-hero-points b{
    font-size:clamp(8px,2.3vw,10px);
    padding:6px 9px;
  }
  .nrt-hero-buttons button{
    padding:10px 13px;
    font-size:10px;
  }
  .nrt-speed-mark{
    width:32vw;
    right:-3vw;
    bottom:6dvh;
    opacity:.2;
  }
  .nrt-portal-footer{
    position:relative;
    padding:0 15px;
    gap:10px;
  }
}

@media (max-width:560px){
  .nrt-portal-shell{
    grid-template-rows:58px minmax(0,1fr) 28px;
  }
  .nrt-portal-header img{width:145px}
  .nrt-outline{padding:7px 9px;font-size:9px;border-width:1px}
  .nrt-portal-actions{gap:5px}
  .nrt-hero-copy{gap:7px}
  .nrt-hero-copy>span{font-size:8px}
  .nrt-hero-copy h1{
    font-size:clamp(29px,min(10.8vw,6.8dvh),48px);
    line-height:.88;
  }
  .nrt-hero-copy>p{
    font-size:clamp(11px,min(3.3vw,1.9dvh),14px);
    max-width:92vw;
  }
  .nrt-hero-points{
    display:grid;
    grid-template-columns:repeat(3,auto);
    gap:4px;
    width:100%;
    justify-content:center;
  }
  .nrt-hero-points b{
    white-space:nowrap;
    font-size:7.5px;
    padding:5px 6px;
  }
  .nrt-hero-buttons{gap:6px}
  .nrt-hero-buttons button{
    padding:9px 10px;
    font-size:8.5px;
  }
  .nrt-speed-mark{display:none}
  .nrt-portal-footer{
    font-size:8px;
    padding:0 10px;
  }
}

@media (max-height:620px){
  .nrt-portal-shell{grid-template-rows:54px minmax(0,1fr) 24px}
  .nrt-portal-header img{max-height:42px;width:170px}
  .nrt-hero-copy{gap:5px}
  .nrt-hero-copy h1{font-size:clamp(30px,min(5vw,8dvh),58px)}
  .nrt-hero-copy>p{font-size:clamp(11px,1.6dvh,14px);line-height:1.25}
  .nrt-hero-points b{padding:5px 8px;font-size:8px}
  .nrt-hero-buttons button{padding:8px 11px;font-size:9px}
  .nrt-speed-mark{opacity:.14}
}

/* v1.1.2: logo-inspired silver first hero line for contrast */
.nrt-portal-shell .nrt-hero-copy h1{color:var(--silver)}
.nrt-portal-shell .nrt-hero-copy h1 em{color:var(--lime)}


/* v1.1.3 — explicit Next Run logo color hierarchy for hero headline */
.nrt-portal-shell .nrt-hero-copy h1{
  color:inherit;
}
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-silver,
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-lime{
  display:block;
  width:100%;
}
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-silver{
  color:#A6A8A6 !important;
  opacity:1;
  text-shadow:0 1px 0 rgba(0,0,0,.28);
}
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-lime{
  color:var(--lime) !important;
  font-style:italic;
}


/* v1.1.4 — LEFT-ALIGNED full-screen portal hero.
   Keep the no-scroll viewport from v1.1.1, but never center the main content. */
.nrt-portal-shell .nrt-portal-hero{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  padding-left:clamp(72px,7.5vw,150px) !important;
  padding-right:clamp(28px,5vw,90px) !important;
}

.nrt-portal-shell .nrt-hero-copy{
  width:min(850px,56vw) !important;
  max-width:850px !important;
  margin:0 !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-align:left !important;
  transform:none !important;
}

.nrt-portal-shell .nrt-hero-copy > span,
.nrt-portal-shell .nrt-hero-copy h1,
.nrt-portal-shell .nrt-hero-copy > p{
  text-align:left !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.nrt-portal-shell .nrt-hero-copy h1{
  max-width:820px !important;
  text-wrap:normal !important;
}

.nrt-portal-shell .nrt-hero-copy > p{
  max-width:720px !important;
}

.nrt-portal-shell .nrt-hero-points,
.nrt-portal-shell .nrt-hero-buttons{
  justify-content:flex-start !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.nrt-portal-shell .nrt-speed-mark{
  right:6vw !important;
}

/* Portrait / tablet: still left aligned, just use more of the available width. */
@media (max-width:1100px){
  .nrt-portal-shell .nrt-portal-hero{
    padding-left:clamp(34px,6vw,72px) !important;
    padding-right:clamp(24px,4vw,44px) !important;
  }

  .nrt-portal-shell .nrt-hero-copy{
    width:min(760px,72vw) !important;
    max-width:760px !important;
    align-items:flex-start !important;
    text-align:left !important;
  }

  .nrt-portal-shell .nrt-hero-points,
  .nrt-portal-shell .nrt-hero-buttons{
    justify-content:flex-start !important;
  }
}

/* Phone: left aligned edge-to-edge; no centered mobile fallback. */
@media (max-width:850px){
  .nrt-portal-shell .nrt-portal-hero{
    align-items:center !important;
    justify-content:flex-start !important;
    padding-left:clamp(18px,5vw,34px) !important;
    padding-right:clamp(18px,5vw,34px) !important;
    text-align:left !important;
  }

  .nrt-portal-shell .nrt-hero-copy{
    width:100% !important;
    max-width:680px !important;
    margin:0 !important;
    align-items:flex-start !important;
    text-align:left !important;
  }

  .nrt-portal-shell .nrt-hero-copy > p{
    max-width:94vw !important;
  }

  .nrt-portal-shell .nrt-hero-points{
    justify-content:flex-start !important;
  }

  .nrt-portal-shell .nrt-hero-buttons{
    justify-content:flex-start !important;
  }
}

@media (max-width:560px){
  .nrt-portal-shell .nrt-hero-points{
    justify-content:flex-start !important;
  }
}


/* v1.1.5 — deterministic cross-browser headline typography.
   Use one loaded font family instead of browser-specific Arial Narrow/Impact fallbacks. */
.nrt-portal-shell .nrt-hero-copy h1{
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif !important;
  font-weight:900 !important;
  font-style:italic !important;
  font-stretch:condensed;
  font-synthesis:none;
  text-rendering:geometricPrecision;
  letter-spacing:-.025em !important;
}
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-silver,
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-lime{
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif !important;
  font-weight:900 !important;
  font-style:italic !important;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-silver{
  color:#A6A8A6 !important;
}
.nrt-portal-shell .nrt-hero-copy h1 .nrt-hero-lime{
  color:var(--lime) !important;
}


/* v1.1.7 — muted public phone treatment */
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
  color:rgba(166,168,166,.62) !important;
  opacity:1 !important;
  font-weight:700 !important;
  letter-spacing:.035em;
  text-shadow:none !important;
  transition:color .18s ease, opacity .18s ease;
}
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone:hover,
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone:focus-visible{
  color:rgba(198,205,201,.92) !important;
}


/* v1.1.8 — larger translucent public phone on landing page */
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  color:rgba(166,168,166,.55) !important;
  opacity:1 !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif !important;
  font-size:clamp(22px,1.8vw,34px) !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.045em !important;
  text-decoration:none !important;
  white-space:nowrap;
  text-shadow:none !important;
}
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone:hover,
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone:focus-visible{
  color:rgba(198,205,201,.88) !important;
}
@media (max-width:850px){
  .nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
    font-size:clamp(19px,5vw,27px) !important;
  }
}


/* v1.1.10 — large low-right translucent phone treatment */
.nrt-portal-shell .nrt-portal-footer{
  min-height:108px;
  align-items:flex-end;
}

.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
  position:absolute !important;
  right:clamp(44px,4.8vw,92px) !important;
  bottom:clamp(34px,4.2vh,54px) !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;

  color:rgba(103,108,106,.56) !important;
  opacity:1 !important;

  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif !important;
  font-size:clamp(46px,3.45vw,66px) !important;
  line-height:.9 !important;
  font-weight:900 !important;
  letter-spacing:-.025em !important;
  white-space:nowrap;
  text-decoration:none !important;
  text-shadow:none !important;

  z-index:5;
  transition:color .16s ease, transform .16s ease;
}

.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone:hover,
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone:focus-visible{
  color:rgba(133,139,136,.72) !important;
  transform:translateY(-1px);
}

/* Keep the version label unobtrusive at lower-left. */
.nrt-portal-shell .nrt-portal-footer > span:first-child{
  position:absolute;
  left:clamp(28px,3vw,52px);
  bottom:20px;
}

/* Portrait/tablet: keep it large but pull it inward. */
@media (max-width:1100px){
  .nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
    right:clamp(28px,4vw,50px) !important;
    bottom:34px !important;
    font-size:clamp(38px,5.2vw,54px) !important;
  }
}

/* Phone screens: still secondary, but avoid covering hero/actions. */
@media (max-width:700px){
  .nrt-portal-shell .nrt-portal-footer{
    min-height:76px;
  }
  .nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
    right:20px !important;
    bottom:32px !important;
    font-size:clamp(26px,8vw,38px) !important;
    color:rgba(103,108,106,.52) !important;
  }
  .nrt-portal-shell .nrt-portal-footer > span:first-child{
    left:20px;
    bottom:12px;
    font-size:10px;
  }
}


/* v1.1.11 — keep large phone fully inside the viewport */
.nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
  bottom:clamp(88px,10vh,118px) !important;
}

@media (max-width:1100px){
  .nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
    bottom:78px !important;
  }
}

@media (max-width:700px){
  .nrt-portal-shell .nrt-portal-footer .nrt-portal-phone{
    bottom:64px !important;
  }
}


/* v1.1.12 — post-application confirmation inside the left hero area */
.nrt-portal-shell .nrt-application-received{
  width:min(900px,61vw) !important;
  max-width:900px !important;
}

.nrt-portal-shell .nrt-application-received h1{
  margin:14px 0 12px !important;
  font-size:clamp(42px,min(4.45vw,7.3dvh),78px) !important;
  line-height:.88 !important;
}

.nrt-portal-shell .nrt-application-received .nrt-confirm-lead{
  max-width:760px !important;
  margin:0 0 17px !important;
  font-size:clamp(14px,1.05vw,18px) !important;
  line-height:1.45 !important;
  color:#d3dad6 !important;
}

.nrt-next-steps{
  width:min(820px,59vw);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:8px;
}

.nrt-next-step{
  min-width:0;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:13px 14px;
  border:1px solid rgba(166,168,166,.24);
  background:rgba(5,8,7,.34);
  border-radius:10px;
  backdrop-filter:blur(4px);
}

.nrt-next-step > b{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:8px;
  background:var(--lime);
  color:#0b0e0d;
  font-family:'Barlow Condensed',Impact,sans-serif;
  font-size:20px;
  font-weight:900;
}

.nrt-next-step div{
  min-width:0;
  display:grid;
  gap:3px;
}

.nrt-next-step strong{
  color:#f0f2f1;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.nrt-next-step span{
  color:#aeb7b2;
  font-size:12px;
  line-height:1.42;
}

.nrt-confirm-actions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:15px;
}

.nrt-confirm-actions button,
.nrt-confirm-actions a{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(0,0,0,.18);
  color:#fff;
  padding:10px 17px;
  text-transform:uppercase;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
  letter-spacing:.045em;
  cursor:pointer;
}

.nrt-confirm-actions button:hover,
.nrt-confirm-actions a:hover{
  border-color:var(--lime);
  color:var(--lime);
}

/* Keep confirmation compact on short screens. */
@media (max-height:760px) and (min-width:851px){
  .nrt-portal-shell .nrt-application-received h1{
    font-size:clamp(36px,5.7dvh,58px) !important;
  }
  .nrt-next-step{
    padding:9px 11px;
  }
  .nrt-next-step > b{
    width:32px;height:32px;font-size:17px;
  }
  .nrt-next-step span{
    font-size:11px;
    line-height:1.3;
  }
  .nrt-confirm-actions{margin-top:10px}
}

/* Tablet/phone: use one-column steps, still left aligned. */
@media (max-width:850px){
  .nrt-portal-shell .nrt-application-received{
    width:100% !important;
    max-width:680px !important;
  }
  .nrt-portal-shell .nrt-application-received h1{
    font-size:clamp(32px,9.2vw,58px) !important;
  }
  .nrt-next-steps{
    width:100%;
    grid-template-columns:1fr;
    gap:7px;
  }
  .nrt-next-step{
    padding:9px 10px;
    grid-template-columns:34px minmax(0,1fr);
  }
  .nrt-next-step > b{
    width:31px;height:31px;font-size:16px;
  }
  .nrt-confirm-actions{
    align-items:flex-start;
    flex-wrap:wrap;
  }
}


/* v1.1.14 — U.S. State selector */
.nrt-portal-shell select[name="state"]{
  width:100%;
  min-height:42px;
  box-sizing:border-box;
  border:0;
  border-bottom:1px solid #aeb5b2;
  border-radius:0;
  background:transparent;
  color:#111;
  padding:7px 24px 7px 0;
  font:inherit;
  font-weight:700;
  outline:none;
  box-shadow:none;
}
.nrt-portal-shell select[name="state"]:focus{
  border-bottom-color:var(--lime);
  box-shadow:0 1px 0 var(--lime);
}


/* v1.1.16 — reassure applicants after a server validation error */
.nrt-form-preserved{
  margin:0 0 16px;
  padding:11px 13px;
  border-left:3px solid var(--lime);
  background:#f3f7ee;
  color:#35403b;
  font-size:12px;
  line-height:1.45;
}
.nrt-form-preserved strong{
  display:block;
  margin-bottom:2px;
  color:#151b18;
  font-size:12px;
}


/* v1.1.19 — authentication/status messages belong INSIDE the side panel */
.nrt-toast-stack{display:none!important}

.nrt-panel-alerts{
  display:grid;
  gap:9px;
  margin:-8px 0 22px;
}

.nrt-panel-alert{
  border:1px solid #aadd00;
  border-left:5px solid #aadd00;
  border-radius:8px;
  background:#f1f8df;
  padding:13px 15px;
  font-size:13px;
  line-height:1.5;
  font-weight:750;
  box-shadow:none;
}

/* Requested treatment: green status box with red error/status copy. */
.nrt-panel-alert.error{
  color:#9b2026;
}

/* Positive messages use the same Next Run green box with dark-green copy. */
.nrt-panel-alert.success{
  color:#355100;
  background:#f0f9d5;
}

.nrt-auth-panel .nrt-form-preserved{
  margin:0 0 18px;
}

/* This older note is intentionally not used on the application screen. */
.nrt-security-note{
  display:none!important;
}


/* v1.1.23 — immediate submit feedback while the account is committed */
.nrt-apply-form .nrt-submit.is-submitting,
.nrt-apply-form.is-submitting .nrt-submit{
  position:relative;
  padding-left:46px;
  cursor:wait;
  opacity:.86;
}
.nrt-apply-form .nrt-submit.is-submitting::before,
.nrt-apply-form.is-submitting .nrt-submit::before{
  content:"";
  position:absolute;
  left:19px;
  top:50%;
  width:15px;
  height:15px;
  margin-top:-9px;
  border:2px solid rgba(15,20,18,.28);
  border-top-color:#0f1412;
  border-radius:50%;
  animation:nrt-submit-spin .7s linear infinite;
}
@keyframes nrt-submit-spin{
  to{transform:rotate(360deg)}
}
