:root{
  --np-navy:#071f42;
  --np-navy-2:#102b55;
  --np-blue:#136bc0;
  --np-green:#43a63a;
  --np-green-2:#63bd45;
  --np-pale:#f4f8fb;
  --np-surface:#ffffff;
  --np-text:#12233b;
  --np-muted:#5e7087;
  --np-line:#dbe5ee;
  --np-shadow:0 24px 70px rgba(7,31,66,.13);
  --np-shadow-soft:0 14px 42px rgba(7,31,66,.08);
  --np-radius:22px;
  --np-max:1240px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  color-scheme:light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{margin:0;color:var(--np-text);background:#fff;line-height:1.58;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
button,input{font:inherit}
:focus-visible{outline:3px solid rgba(19,107,192,.38);outline-offset:4px;border-radius:6px}
.np-skip-link{position:fixed;left:18px;top:-80px;z-index:999;padding:12px 16px;background:#fff;color:var(--np-navy);font-weight:800;border-radius:10px;box-shadow:var(--np-shadow-soft)}
.np-skip-link:focus{top:18px}
.np-portal-container{width:min(var(--np-max),calc(100% - 48px));margin-inline:auto}

.np-portal-header{position:relative;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #edf2f6;backdrop-filter:blur(16px)}
.np-portal-nav{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.np-portal-brand{display:inline-flex;align-items:center;flex:0 0 auto}
.np-portal-brand img{width:292px;height:auto}
.np-portal-nav-links{display:flex;align-items:center;gap:30px;color:#33465e;font-size:15px;font-weight:750}
.np-portal-nav-links>a:not(.np-portal-nav-button){transition:color .18s ease}
.np-portal-nav-links>a:not(.np-portal-nav-button):hover{color:var(--np-blue)}
.np-portal-nav-button{display:inline-flex;align-items:center;justify-content:center;padding:11px 19px;border-radius:11px;background:var(--np-navy);color:#fff;box-shadow:0 10px 25px rgba(7,31,66,.16);transition:transform .18s ease,background .18s ease}
.np-portal-nav-button:hover{transform:translateY(-1px);background:var(--np-navy-2)}

.np-portal-hero{position:relative;isolation:isolate;overflow:hidden;padding:90px 0 96px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}
.np-portal-hero:before{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#dbe7ef,transparent)}
.np-portal-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);pointer-events:none}
.np-portal-glow-one{width:560px;height:560px;right:-180px;top:-100px;background:radial-gradient(circle,rgba(99,189,69,.22),rgba(99,189,69,0) 69%)}
.np-portal-glow-two{width:460px;height:460px;left:-220px;bottom:-280px;background:radial-gradient(circle,rgba(19,107,192,.14),rgba(19,107,192,0) 68%)}
.np-portal-hero-grid{display:grid;grid-template-columns:minmax(0,.91fr) minmax(520px,1.09fr);gap:68px;align-items:center}
.np-portal-copy{padding:20px 0}
.np-portal-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--np-blue);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}
.np-portal-eyebrow>span{width:9px;height:9px;border-radius:50%;background:var(--np-green);box-shadow:0 0 0 6px rgba(67,166,58,.11)}
.np-portal-copy h1{max-width:680px;margin:20px 0 24px;color:var(--np-navy);font-size:clamp(48px,5.3vw,74px);line-height:1.02;letter-spacing:-.055em}
.np-portal-lead{max-width:675px;margin:0;color:#40546c;font-size:19px;line-height:1.72}
.np-portal-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:34px 0 27px}
.np-portal-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:14px 21px;border:1px solid transparent;border-radius:12px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.np-portal-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.np-portal-button:hover{transform:translateY(-2px)}
.np-portal-button-primary{background:linear-gradient(135deg,#4caf42,#338f34);color:#fff;box-shadow:0 14px 30px rgba(67,166,58,.24)}
.np-portal-button-primary:hover{box-shadow:0 17px 34px rgba(67,166,58,.31)}
.np-portal-button-secondary{background:#fff;color:var(--np-navy);border-color:#b8c9d8;box-shadow:0 8px 22px rgba(7,31,66,.06)}
.np-portal-button-secondary:hover{border-color:#7f9bb5;box-shadow:0 12px 27px rgba(7,31,66,.1)}
.np-portal-button-dark{background:var(--np-navy);color:#fff;box-shadow:0 12px 28px rgba(7,31,66,.18)}
.np-portal-button-dark:hover{background:var(--np-navy-2)}
.np-portal-trust-list{display:flex;gap:20px;flex-wrap:wrap;margin:0;padding:0;list-style:none;color:#52667d;font-size:13px;font-weight:750}
.np-portal-trust-list li{display:flex;align-items:center;gap:7px}
.np-portal-trust-list span{width:20px;height:20px;display:inline-grid;place-items:center;border:1px solid rgba(67,166,58,.42);border-radius:50%;background:#eef9ed;color:var(--np-green);font-size:11px;font-weight:950}

.np-portal-visual{position:relative;min-height:570px;display:grid;place-items:center}
.np-portal-window{width:100%;max-width:660px;overflow:hidden;background:#fff;border:1px solid #dce6ef;border-radius:24px;box-shadow:var(--np-shadow);transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}
.np-portal-window-bar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 21px;border-bottom:1px solid #e6edf3;background:linear-gradient(180deg,#fff,#f9fbfd)}
.np-portal-window-brand{display:flex;align-items:center;gap:12px}
.np-portal-window-brand strong,.np-portal-window-brand small{display:block}
.np-portal-window-brand strong{color:var(--np-navy);font-size:15px}
.np-portal-window-brand small{color:var(--np-muted);font-size:12px}
.np-portal-mini-shield{width:40px;height:44px;display:grid;place-items:center;background:linear-gradient(160deg,#164a84,#071f42);clip-path:polygon(50% 0,94% 16%,88% 72%,50% 100%,12% 72%,6% 16%);color:#74d357;font-weight:950}
.np-portal-status{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #d9ead8;border-radius:999px;background:#f1faef;color:#2c7c2c;font-size:11px;font-weight:850;white-space:nowrap}
.np-portal-status i{width:7px;height:7px;border-radius:50%;background:var(--np-green);box-shadow:0 0 0 4px rgba(67,166,58,.13)}
.np-portal-window-body{padding:26px;background:#f5f8fb}
.np-portal-welcome{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.np-portal-welcome small{display:block;margin-bottom:3px;color:var(--np-blue);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.np-portal-welcome h2{margin:0;color:var(--np-navy);font-size:24px;line-height:1.2;letter-spacing:-.025em}
.np-portal-avatar{width:43px;height:43px;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;background:linear-gradient(135deg,#dff3dd,#bce7b6);color:#2a7a2b;font-weight:900;box-shadow:0 6px 16px rgba(7,31,66,.1)}
.np-portal-overview-grid{display:grid;gap:12px}
.np-portal-overview-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:17px;background:#fff;border:1px solid #e1e9f0;border-radius:15px;box-shadow:0 6px 18px rgba(7,31,66,.035)}
.np-portal-overview-card strong,.np-portal-overview-card span{display:block}
.np-portal-overview-card strong{margin-bottom:3px;color:var(--np-navy);font-size:14px}
.np-portal-overview-card span{color:var(--np-muted);font-size:12px;line-height:1.5}
.np-portal-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#eef6ff;color:var(--np-blue)}
.np-portal-icon-alert{background:#fff5e7;color:#c57612}
.np-portal-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.np-portal-guidance{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin-top:16px;padding:17px;border:1px solid #dcead9;border-radius:15px;background:linear-gradient(135deg,#f6fcf4,#eef8ec)}
.np-portal-guidance strong,.np-portal-guidance span{display:block}
.np-portal-guidance strong{margin-bottom:3px;color:#245f27;font-size:13px}
.np-portal-guidance span{color:#506a51;font-size:11px;line-height:1.55}
.np-portal-guidance-mark{width:42px;height:46px;display:grid;place-items:center;background:linear-gradient(155deg,#4eb244,#318e34);clip-path:polygon(50% 0,94% 16%,88% 72%,50% 100%,12% 72%,6% 16%);color:#fff}
.np-portal-guidance-mark svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.np-portal-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;padding:12px 15px;border:1px solid #e1e8ef;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 16px 35px rgba(7,31,66,.13);backdrop-filter:blur(12px)}
.np-portal-floating-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#eef9ed;color:var(--np-green);font-weight:950}
.np-portal-floating-card strong,.np-portal-floating-card small{display:block;white-space:nowrap}
.np-portal-floating-card strong{color:var(--np-navy);font-size:12px}
.np-portal-floating-card small{color:var(--np-muted);font-size:10px}
.np-portal-floating-top{right:-24px;top:45px}
.np-portal-floating-bottom{left:-32px;bottom:30px}

.np-portal-access{padding:94px 0 104px;background:#fff}
.np-portal-section-heading{max-width:790px;margin:0 auto 42px;text-align:center}
.np-portal-eyebrow-centered{justify-content:center}
.np-portal-section-heading h2{margin:14px 0 14px;color:var(--np-navy);font-size:clamp(36px,4vw,52px);line-height:1.08;letter-spacing:-.045em}
.np-portal-section-heading p{margin:0;color:var(--np-muted);font-size:18px;line-height:1.68}
.np-portal-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:950px;margin:0 auto}
.np-portal-access-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:390px;padding:34px;border:1px solid var(--np-line);border-radius:var(--np-radius);background:#fff;box-shadow:var(--np-shadow-soft)}
.np-portal-access-card-featured{border-color:#bde1b9;background:linear-gradient(145deg,#fff 0%,#f7fcf5 100%)}
.np-portal-access-card-featured:before{content:"Recommended";position:absolute;right:24px;top:24px;padding:6px 10px;border-radius:999px;background:#e6f6e3;color:#2e7e2d;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.np-portal-access-icon{width:57px;height:57px;display:grid;place-items:center;margin-bottom:22px;border-radius:17px;background:#e9f7e7;color:var(--np-green)}
.np-portal-access-icon-admin{background:#eef3fa;color:var(--np-navy)}
.np-portal-access-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.np-portal-card-label{color:var(--np-blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.np-portal-access-card h3{margin:8px 0 10px;color:var(--np-navy);font-size:28px;letter-spacing:-.025em}
.np-portal-access-card p{margin:0;color:var(--np-muted);font-size:15px;line-height:1.7}
.np-portal-card-actions{width:100%;display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:auto;padding-top:28px}
.np-portal-text-link{color:var(--np-blue);font-size:14px;font-weight:850}
.np-portal-text-link:hover{text-decoration:underline;text-underline-offset:4px}

.np-portal-footer{padding:42px 0;background:#06172f;color:#d2deea}
.np-portal-footer-row{display:flex;align-items:center;justify-content:space-between;gap:30px}
.np-portal-footer img{width:250px;height:auto;filter:brightness(0) invert(1);opacity:.96}
.np-portal-footer p{margin:7px 0 0;color:#9eafc0;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.np-portal-footer p b{color:#70ca4e}
.np-portal-footer nav{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap;color:#b6c5d3;font-size:13px;font-weight:700}
.np-portal-footer nav a:hover{color:#fff}

@media (max-width:1120px){
  .np-portal-hero-grid{grid-template-columns:1fr;gap:58px}
  .np-portal-copy{text-align:center}
  .np-portal-copy h1,.np-portal-lead{margin-left:auto;margin-right:auto}
  .np-portal-actions,.np-portal-trust-list{justify-content:center}
  .np-portal-visual{min-height:530px;width:min(720px,100%);margin-inline:auto}
}
@media (max-width:760px){
  .np-portal-container{width:min(100% - 28px,var(--np-max))}
  .np-portal-nav{min-height:75px}
  .np-portal-brand img{width:225px}
  .np-portal-nav-links>a:not(.np-portal-nav-button){display:none}
  .np-portal-nav-button{padding:10px 15px;font-size:13px}
  .np-portal-hero{padding:64px 0 70px}
  .np-portal-copy h1{font-size:clamp(43px,13vw,58px)}
  .np-portal-lead{font-size:17px}
  .np-portal-actions{align-items:stretch;flex-direction:column}
  .np-portal-button{width:100%}
  .np-portal-trust-list{display:grid;gap:10px;text-align:left}
  .np-portal-visual{min-height:auto}
  .np-portal-window{transform:none;border-radius:19px}
  .np-portal-window-bar{align-items:flex-start;flex-direction:column}
  .np-portal-window-body{padding:18px}
  .np-portal-welcome{align-items:flex-start}
  .np-portal-welcome h2{font-size:20px}
  .np-portal-floating-card{display:none}
  .np-portal-access{padding:70px 0 78px}
  .np-portal-section-heading h2{font-size:38px}
  .np-portal-section-heading p{font-size:16px}
  .np-portal-access-grid{grid-template-columns:1fr}
  .np-portal-access-card{min-height:365px;padding:27px}
  .np-portal-access-card-featured:before{right:18px;top:18px}
  .np-portal-card-actions{align-items:stretch;flex-direction:column}
  .np-portal-card-actions .np-portal-text-link{text-align:center}
  .np-portal-footer-row{align-items:flex-start;flex-direction:column}
  .np-portal-footer nav{justify-content:flex-start;gap:17px}
}
@media (max-width:430px){
  .np-portal-brand img{width:190px}
  .np-portal-nav-button{padding:9px 13px}
  .np-portal-copy h1{font-size:42px}
  .np-portal-window-brand strong{font-size:14px}
  .np-portal-status{display:none}
  .np-portal-overview-card{align-items:start}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
  .np-portal-window{transform:none}
}
