/* NU Result Homepage — scoped frontend styles */
.nuhome-page{position:relative}
.nuhome-root{position:relative;font-family:var(--font-en)}
.nuhome-embed-band{}
.nuhome-embed-inner{max-width:1240px;margin:0 auto}

:root {
  --ink:#0A1733;--ink-soft:#46557A;--ink-faint:#8693AE;
  --navy:#08152F;--navy-2:#0E2247;
  --blue:#1E50E6;--blue-deep:#173FB8;--blue-bright:#3B82F6;--blue-soft:#EAF0FF;--blue-tint:#F4F7FF;
  --green:#13A06B;--green-soft:#E6F7EF;
  --amber:#D78A0A;--amber-soft:#FCF3E0;
  --red:#DC2626;--red-soft:#FCEDED;
  --violet:#7C3AED;--violet-soft:#EEEAFE;--cyan:#0891B2;--cyan-soft:#E2F4FA;
  --canvas:#EDF1F8;--surface:#FFFFFF;
  --line:#E1E8F4;--line-soft:#EEF2F9;--line-strong:#D2DCEC;
  --font-d:'Outfit',sans-serif;--font-en:'Outfit',sans-serif;
  --font-bn:'Outfit',sans-serif;--font-mono:'Outfit',monospace;
  --maxw:1240px;
  --r-xs:8px;--r-sm:10px;--r:14px;--r-lg:18px;--r-xl:24px;--r-pill:999px;
  --sh-xs:0 1px 2px rgba(10,23,51,.05);
  --sh-sm:0 2px 8px rgba(10,23,51,.06);
  --sh:0 8px 24px -6px rgba(10,23,51,.12);
  --sh-lg:0 24px 60px -18px rgba(10,23,51,.22);
  --sh-blue:0 18px 44px -16px rgba(30,80,230,.40);
  --tr:.24s cubic-bezier(.4,0,.2,1);
}
.nuhome-root *, .nuhome-root *::before, .nuhome-root *::after {box-sizing:border-box}
.nuhome-root h1,.nuhome-root h2,.nuhome-root h3,.nuhome-root h4,.nuhome-root h5,.nuhome-root h6,.nuhome-root p,.nuhome-root figure,.nuhome-root blockquote,.nuhome-root ul,.nuhome-root ol,.nuhome-root dl,.nuhome-root dd,.nuhome-root table,.nuhome-root form,.nuhome-root pre {margin:0;padding:0}
html {scroll-behavior:smooth}
.nuhome-root {font-family:var(--font-en);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;font-size:15.5px;position:relative}
.nuhome-root .bn, .nuhome-root .font-hindi {font-family:var(--font-bn);line-height:1.8}
.nuhome-root .mono, .nuhome-root .code-font {font-family:var(--font-mono);font-feature-settings:"tnum"}
.nuhome-root .wrap {width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.4rem;position:relative;z-index:1}
.nuhome-root h1, .nuhome-root h2, .nuhome-root h3, .nuhome-root h4 {font-family:var(--font-d);font-weight:700;line-height:1.22;color:var(--ink);letter-spacing:-.01em}
.nuhome-root a {text-decoration:none;color:inherit;transition:color var(--tr)}
.nuhome-root ul {list-style:none}
.nuhome-root .text-success {color:var(--green)}.nuhome-root .text-warning {color:var(--amber)}.nuhome-root .text-primary {color:var(--blue)}
.nuhome-root .font-bold {font-weight:800}.nuhome-root .font-semibold {font-weight:700}.nuhome-root .font-medium {font-weight:600}
.nuhome-root ::selection {background:rgba(30,80,230,.16)}
.nuhome-root ::-webkit-scrollbar {width:9px;height:9px}
.nuhome-root ::-webkit-scrollbar-track {background:transparent}
.nuhome-root ::-webkit-scrollbar-thumb {background:var(--line-strong);border-radius:20px;border:2px solid transparent}
.nuhome-root ::-webkit-scrollbar-thumb:hover {background:#bcc8de}

.nuhome-root /* BUTTONS */
.btn {display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-en);font-weight:700;font-size:.92rem;padding:.7rem 1.3rem;border-radius:var(--r-sm);border:1.5px solid transparent;cursor:pointer;transition:var(--tr);white-space:nowrap}
.nuhome-root .btn-primary {background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;box-shadow:var(--sh-blue)}
.nuhome-root .btn-primary:hover {transform:translateY(-2px);box-shadow:0 22px 50px -16px rgba(30,80,230,.55)}
.nuhome-root .btn-primary:active {transform:translateY(0)}
.nuhome-root .btn-ghost {background:var(--surface);color:var(--ink-soft);border-color:var(--line-strong)}
.nuhome-root .btn-ghost:hover {border-color:var(--blue);color:var(--blue);background:var(--blue-tint)}
.nuhome-root .btn-soft {background:var(--blue-soft);color:var(--blue-deep);border-color:transparent}
.nuhome-root .btn-soft:hover {background:#dfe9ff}
.nuhome-root .btn-icon {width:46px;height:46px;padding:0;flex-shrink:0}
.nuhome-root .btn-sm {font-size:.82rem;padding:.5rem .95rem;border-radius:var(--r-xs)}
.nuhome-root .btn-lg {font-size:1rem;padding:.9rem 1.5rem}
.nuhome-root .btn-full {width:100%}
.nuhome-root .icon-xs {width:13px;height:13px}.nuhome-root .icon-sm {width:15px;height:15px}.nuhome-root .icon-md {width:18px;height:18px}

.nuhome-root /* TOP STRIP */
.strip {background:var(--navy);color:rgba(255,255,255,.82);font-size:.78rem;position:relative;z-index:60}
.nuhome-root .strip-in {display:flex;align-items:center;gap:.7rem;height:38px}
.nuhome-root .strip-tag {display:inline-flex;align-items:center;gap:.35rem;background:rgba(30,80,230,.22);color:#9DB8FF;border:1px solid rgba(89,131,255,.3);padding:.16rem .55rem;border-radius:var(--r-pill);font-size:.67rem;font-weight:700;letter-spacing:.04em;flex-shrink:0}
.nuhome-root .strip-txt {flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nuhome-root .strip-link {flex-shrink:0;color:#9DB8FF;font-weight:700;display:inline-flex;align-items:center;gap:.3rem;border-bottom:1px dashed rgba(157,184,255,.5);padding-bottom:1px}
.nuhome-root .strip-link:hover {color:#fff}

.nuhome-root /* HEADER */
.hdr {position:sticky;top:0;z-index:50;height:62px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid var(--line);transition:box-shadow var(--tr)}
.nuhome-root .hdr.scrolled {box-shadow:0 10px 30px -16px rgba(10,23,51,.18)}
.nuhome-root .hdr-in {display:flex;align-items:center;justify-content:space-between;height:100%}
.nuhome-root .brand {display:flex;align-items:center;gap:.7rem}
.nuhome-root .brand-mark {width:40px;height:40px;border-radius:11px;background:linear-gradient(140deg,var(--blue),var(--blue-deep));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-blue);position:relative;overflow:hidden}
.nuhome-root .brand-mark::after {content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.25),transparent 55%)}
.nuhome-root .brand-mark svg {width:21px;height:21px;position:relative;z-index:1}
.nuhome-root .brand-name {font-family:var(--font-d);font-size:1.12rem;font-weight:800;letter-spacing:-.02em;line-height:1.05}
.nuhome-root .brand-name span {color:var(--blue)}
.nuhome-root .brand-sub {font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--ink-faint)}
.nuhome-root .nav {display:flex;align-items:center;gap:.2rem}
.nuhome-root .nav a {font-size:.84rem;font-weight:600;color:var(--ink-soft);padding:.5rem .7rem;border-radius:var(--r-xs);transition:var(--tr)}
.nuhome-root .nav a:hover {color:var(--blue);background:var(--blue-tint)}
.nuhome-root .hdr-cta {display:flex;align-items:center;gap:.6rem}
.nuhome-root .menu-btn {display:none;width:42px;height:42px;border:1px solid var(--line-strong);border-radius:var(--r-xs);background:var(--surface);color:var(--ink);cursor:pointer;align-items:center;justify-content:center}

.nuhome-root .drawer-bg {position:fixed;inset:0;background:rgba(8,21,47,.45);backdrop-filter:blur(3px);z-index:90;opacity:0;visibility:hidden;transition:var(--tr)}
.nuhome-root .drawer-bg.open {opacity:1;visibility:visible}
.nuhome-root .drawer {position:fixed;top:0;right:-320px;width:300px;max-width:85vw;height:100%;background:var(--surface);box-shadow:-10px 0 40px rgba(10,23,51,.2);z-index:95;padding:1.4rem;display:flex;flex-direction:column;transition:right .32s cubic-bezier(.4,0,.2,1);overflow-y:auto}
.nuhome-root .drawer.open {right:0}
.nuhome-root .drawer-top {display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:1.1rem;border-bottom:1px solid var(--line)}
.nuhome-root .drawer a {display:block;font-size:.92rem;font-weight:600;color:var(--ink-soft);padding:.7rem .8rem;border-radius:var(--r-xs);transition:var(--tr)}
.nuhome-root .drawer a:hover {background:var(--blue-tint);color:var(--blue)}

.nuhome-root /* CHECKER STAGE */
.stage {position:relative}
.nuhome-root .stage-head {text-align:center;max-width:760px;margin:0 auto 1.6rem}
.nuhome-root .stage-title {font-size:2.05rem;font-weight:800;letter-spacing:-.025em;line-height:1.12}
.nuhome-root .stage-title em {font-style:normal;color:var(--blue)}
.nuhome-root .stage-org {font-family:var(--font-d);font-size:1.18rem;font-weight:700;color:var(--ink);margin-top:.35rem;letter-spacing:-.01em}
.nuhome-root .stage-sub {font-size:.93rem;color:var(--ink-soft);margin:.55rem auto 0;max-width:620px;line-height:1.7}

.nuhome-root /* dashboard panel */
.dash {background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-lg);overflow:hidden;position:relative}
.nuhome-root .dash::before {content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--blue-bright),var(--green));z-index:2}
.nuhome-root .dash-tabs {display:flex;gap:.35rem;padding:.7rem .8rem;background:linear-gradient(120deg,var(--navy),var(--navy-2));overflow-x:auto;scrollbar-width:none}
.nuhome-root .dash-tabs::-webkit-scrollbar {display:none}
.nuhome-root .tab-btn {display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.72);font-family:var(--font-en);font-size:.85rem;font-weight:700;padding:.55rem 1rem;border-radius:var(--r-sm);cursor:pointer;transition:var(--tr)}
.nuhome-root .tab-btn:hover {background:rgba(255,255,255,.12);color:#fff}
.nuhome-root .tab-btn.active {background:linear-gradient(135deg,var(--blue),var(--blue-deep));border-color:transparent;color:#fff;box-shadow:0 8px 20px -8px rgba(30,80,230,.7)}
.nuhome-root .tab-btn svg {width:15px;height:15px}

.nuhome-root .dash-grid {display:grid;grid-template-columns:1.4fr .8fr}
.nuhome-root .dash-form-area {padding:1.7rem 1.85rem;min-width:0}
.nuhome-root .dash-side {background:var(--blue-tint);border-left:1px solid var(--line);padding:1.4rem 1.4rem}

.nuhome-root .checker-form {display:none}
.nuhome-root .checker-form.active-form {display:block;animation:fadein .35s ease}
@keyframes fadein{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

.nuhome-root .field {margin-bottom:1.05rem}
.nuhome-root .field-row {display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.nuhome-root .lbl {display:flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.45rem}
.nuhome-root .ctrl-wrap {position:relative}
.nuhome-root .ctrl-ic {position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--ink-faint);pointer-events:none;display:flex}
.nuhome-root .ctrl {width:100%;height:48px;padding:0 1rem;border:1.5px solid var(--line-strong);border-radius:var(--r-sm);font-family:var(--font-en);font-size:.95rem;color:var(--ink);background:var(--surface);outline:none;transition:var(--tr);appearance:none}
.nuhome-root .ctrl.has-ic {padding-left:2.5rem}
.nuhome-root .ctrl.mono {font-family:var(--font-mono)}
.nuhome-root .ctrl:focus {border-color:var(--blue);box-shadow:0 0 0 3.5px rgba(30,80,230,.12)}
.nuhome-root .ctrl::placeholder {color:var(--ink-faint)}
.nuhome-root select.ctrl {cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2346557A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.6rem}
.nuhome-root .help {font-size:.72rem;color:var(--ink-faint);margin-top:.4rem;display:flex;align-items:center;gap:.3rem}

.nuhome-root .cap-row {display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:end}
.nuhome-root .cap-box {height:48px;min-width:128px;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,var(--navy),var(--navy-2));color:#9DB8FF;border-radius:var(--r-sm);font-family:var(--font-mono);font-size:1.15rem;font-weight:700;letter-spacing:.18em;user-select:none;position:relative;overflow:hidden}
.nuhome-root .cap-box::after {content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 6px,transparent 6px 12px)}
.nuhome-root .cap-box span {position:relative;z-index:1}

.nuhome-root .actions {display:grid;grid-template-columns:1fr auto;gap:.8rem;margin-top:1.4rem}
.nuhome-root .notice-inline {display:flex;align-items:flex-start;gap:.55rem;background:var(--amber-soft);border:1px solid rgba(215,138,10,.25);border-radius:var(--r-sm);padding:.75rem .9rem;margin-top:1.1rem;font-size:.8rem;color:#7a5a14;line-height:1.6}
.nuhome-root .notice-inline svg {color:var(--amber);flex-shrink:0;margin-top:1px;width:16px;height:16px}
.nuhome-root .notice-inline strong {color:#5e470f}

.nuhome-root /* side widgets */
.widget {background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:1rem 1.05rem;box-shadow:var(--sh-xs)}
.nuhome-root .widget+.widget {margin-top:.85rem}
.nuhome-root .widget-h {display:flex;align-items:center;gap:.45rem;font-family:var(--font-d);font-size:.82rem;font-weight:700;color:var(--ink);margin-bottom:.8rem}
.nuhome-root .widget-h svg {width:15px;height:15px;color:var(--blue)}
.nuhome-root .dot {width:8px;height:8px;border-radius:50%;background:var(--green);position:relative;display:inline-block;flex-shrink:0}
.nuhome-root .dot::after {content:'';position:absolute;inset:0;border-radius:50%;background:inherit;animation:ping 1.8s cubic-bezier(0,0,.2,1) infinite}
.nuhome-root .orange-dot {background:var(--amber)}
@keyframes ping{0%{transform:scale(1);opacity:.7}80%,100%{transform:scale(2.6);opacity:0}}

.nuhome-root .mini-grid {display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.nuhome-root .mini {background:var(--blue-tint);border:1px solid var(--line-soft);border-radius:var(--r-sm);padding:.65rem .7rem}
.nuhome-root .mini-lbl {font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-faint);margin-bottom:.2rem}
.nuhome-root .mini-val {font-family:var(--font-d);font-size:1rem;font-weight:800;color:var(--ink);line-height:1.1}
.nuhome-root .mini-val.sm {font-size:.82rem}
.nuhome-root .mini-val.green {color:var(--green)}

.nuhome-root .linklist {display:flex;flex-direction:column;gap:.5rem}
.nuhome-root .linkrow {display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;background:var(--blue-tint);border:1px solid var(--line-soft);border-radius:var(--r-sm);transition:var(--tr)}
.nuhome-root .linkrow:hover {border-color:rgba(30,80,230,.3);background:var(--blue-soft);transform:translateX(2px)}
.nuhome-root .linkrow-ic {width:30px;height:30px;border-radius:8px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.nuhome-root .linkrow-ic svg {width:15px;height:15px}
.nuhome-root .linkrow-t {font-family:var(--font-mono);font-size:.77rem;font-weight:700;color:var(--ink);line-height:1.2}
.nuhome-root .linkrow-s {font-size:.64rem;color:var(--green);font-weight:700}
.nuhome-root .linkrow .ext {margin-left:auto;color:var(--ink-faint)}

.nuhome-root .tips-mini {display:flex;flex-direction:column;gap:.5rem}
.nuhome-root .tips-mini li {position:relative;padding-left:1.4rem;font-size:.78rem;color:var(--ink-soft);line-height:1.55}
.nuhome-root .tips-mini li::before {content:'';position:absolute;left:0;top:6px;width:7px;height:7px;border-radius:2px;background:var(--blue);transform:rotate(45deg)}
.nuhome-root .tips-mini strong {color:var(--ink);font-weight:700}

.nuhome-root /* MAIN LAYOUT */
.layout {padding:1.4rem 0 3.5rem;display:grid;grid-template-columns:264px 1fr;gap:1.6rem;align-items:start}

.nuhome-root .toc {position:sticky;top:78px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm);overflow:hidden}
.nuhome-root .toc-h {display:flex;align-items:center;gap:.5rem;padding:.95rem 1.1rem;border-bottom:1px solid var(--line-soft);font-family:var(--font-d);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint)}
.nuhome-root .toc-h svg {width:15px;height:15px;color:var(--blue)}
.nuhome-root .toc-list {padding:.5rem}
.nuhome-root .toc-item {display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border-radius:var(--r-xs);font-size:.84rem;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:var(--tr);position:relative;margin-bottom:1px}
.nuhome-root .toc-item .num {width:21px;height:21px;border-radius:7px;background:var(--line-soft);color:var(--ink-faint);font-family:var(--font-mono);font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--tr)}
.nuhome-root .toc-item:hover {background:var(--blue-tint);color:var(--blue)}
.nuhome-root .toc-item:hover .num {background:var(--blue-soft);color:var(--blue)}
.nuhome-root .toc-item.active {background:linear-gradient(120deg,var(--blue-soft),var(--blue-tint));color:var(--blue-deep)}
.nuhome-root .toc-item.active .num {background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;box-shadow:var(--sh-blue)}
.nuhome-root .toc-item.active::before {content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:55%;background:var(--blue);border-radius:0 3px 3px 0}
.nuhome-root .toc-foot {padding:.85rem 1.1rem;border-top:1px solid var(--line-soft);background:var(--blue-tint)}
.nuhome-root .toc-foot a {display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;font-weight:700;color:var(--blue);padding:.45rem;border-radius:var(--r-xs);border:1px dashed rgba(30,80,230,.35);transition:var(--tr)}
.nuhome-root .toc-foot a:hover {background:var(--blue-soft)}

.nuhome-root .content {min-width:0;display:flex;flex-direction:column;gap:1.3rem}
.nuhome-root .doc {background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:1.7rem 1.9rem;scroll-margin-top:78px}
.nuhome-root .doc-head {display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}
.nuhome-root .doc-ic {width:42px;height:42px;border-radius:var(--r-sm);background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nuhome-root .doc-ic svg {width:21px;height:21px}
.nuhome-root .doc-title {font-size:1.32rem;font-weight:800;letter-spacing:-.02em}
.nuhome-root .doc-sub {font-family:var(--font-bn);font-size:.85rem;color:var(--ink-faint);margin:.1rem 0 1.2rem;line-height:1.6}
.nuhome-root .prose {font-size:.93rem;color:var(--ink-soft);line-height:1.85}
.nuhome-root .prose p+p {margin-top:.8rem}
.nuhome-root .prose strong {color:var(--ink);font-weight:700}
.nuhome-root .prose a {color:var(--blue);font-weight:700;border-bottom:1px solid rgba(30,80,230,.3)}
.nuhome-root .prose a:hover {border-color:var(--blue)}

.nuhome-root .callout {display:flex;gap:.7rem;background:var(--blue-tint);border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:var(--r-sm);padding:.9rem 1rem;margin-top:1.1rem}
.nuhome-root .callout svg {color:var(--blue);flex-shrink:0;margin-top:2px;width:18px;height:18px}
.nuhome-root .callout p {font-size:.86rem;color:var(--ink-soft);line-height:1.7;margin:0}
.nuhome-root .callout.amber {background:var(--amber-soft);border-color:rgba(215,138,10,.25);border-left-color:var(--amber)}
.nuhome-root .callout.amber svg {color:var(--amber)}
.nuhome-root .callout strong {color:var(--ink);font-weight:700}

.nuhome-root /* info cards (about) */
.info-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:1.3rem}
.nuhome-root .info-card {background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:1.05rem;transition:var(--tr)}
.nuhome-root .info-card:hover {border-color:rgba(30,80,230,.28);box-shadow:var(--sh);transform:translateY(-2px)}
.nuhome-root .info-card-ic {width:40px;height:40px;border-radius:var(--r-sm);background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}
.nuhome-root .info-card-ic svg {width:20px;height:20px}
.nuhome-root .info-card h4 {font-size:.95rem;font-weight:800;margin-bottom:.3rem}
.nuhome-root .info-card p {font-size:.8rem;color:var(--ink-soft);line-height:1.6}

.nuhome-root /* featured latest */
.featured {display:grid;grid-template-columns:1fr auto;gap:1.4rem;align-items:center;background:linear-gradient(140deg,var(--navy),var(--navy-2));border-radius:var(--r);padding:1.5rem 1.6rem;position:relative;overflow:hidden}
.nuhome-root .featured::before {content:'';position:absolute;top:-50%;right:-5%;width:45%;height:170%;background:radial-gradient(ellipse,rgba(30,80,230,.28),transparent 65%);pointer-events:none}
.nuhome-root .featured-in {position:relative;z-index:1}
.nuhome-root .featured h3 {color:#fff;font-size:1.15rem;margin-bottom:.2rem}
.nuhome-root .featured .fsub {font-family:var(--font-bn);font-size:.8rem;color:rgba(255,255,255,.55);margin-bottom:1rem}
.nuhome-root .fr-rows {display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}
.nuhome-root .fr-cell {background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-sm);padding:.6rem .7rem}
.nuhome-root .fr-cell-l {font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgba(255,255,255,.45);margin-bottom:.25rem}
.nuhome-root .fr-cell-v {font-family:var(--font-d);font-size:.86rem;font-weight:700;color:#fff;line-height:1.2}
.nuhome-root .fr-cell-v.green {color:#6FE3B4}
.nuhome-root .fr-cell-v.mono {font-family:var(--font-mono);font-size:.78rem}
.nuhome-root .featured-cta {position:relative;z-index:1;display:flex;flex-direction:column;gap:.6rem;min-width:190px}
.nuhome-root .ghost-d {background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff}
.nuhome-root .ghost-d:hover {background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);color:#fff;transform:translateY(-2px)}

.nuhome-root /* result status cards */
.rgrid {display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:.85rem;margin-top:.3rem}
.nuhome-root .rcard {background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:1.1rem;display:flex;flex-direction:column;transition:var(--tr)}
.nuhome-root .rcard:hover {border-color:rgba(30,80,230,.28);box-shadow:var(--sh);transform:translateY(-3px)}
.nuhome-root .rcard.expected {background:linear-gradient(160deg,var(--amber-soft),var(--surface));border-color:rgba(215,138,10,.22)}
.nuhome-root .rcard-top {display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.8rem}
.nuhome-root .session-badge {font-size:.66rem;font-weight:700;color:var(--ink-soft);background:var(--line-soft);border-radius:var(--r-pill);padding:.25rem .6rem;white-space:nowrap}
.nuhome-root .status-pill {display:inline-flex;align-items:center;gap:.35rem;font-size:.66rem;font-weight:700;padding:.25rem .55rem;border-radius:var(--r-pill);white-space:nowrap}
.nuhome-root .status-pill.ok {background:var(--green-soft);color:var(--green)}
.nuhome-root .status-pill.wait {background:var(--amber-soft);color:var(--amber)}
.nuhome-root .rcard-title {font-size:1.05rem;font-weight:800;margin-bottom:.7rem;letter-spacing:-.01em}
.nuhome-root .rlist {display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;flex:1}
.nuhome-root .rlist li {display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8rem;padding-bottom:.4rem;border-bottom:1px dashed var(--line-soft)}
.nuhome-root .rlist li:last-child {border-bottom:none;padding-bottom:0}
.nuhome-root .detail-label {color:var(--ink-faint);font-weight:600}
.nuhome-root .detail-value {color:var(--ink);font-weight:700;text-align:right}
.nuhome-root .detail-value.code-font {font-family:var(--font-mono);font-size:.74rem}
.nuhome-root .rcard .btn[disabled] {opacity:.55;cursor:not-allowed;pointer-events:none}

.nuhome-root /* timeline */
.sub-head {display:flex;align-items:center;gap:.6rem;margin:1.6rem 0 1rem;padding-top:1.4rem;border-top:1px solid var(--line-soft)}
.nuhome-root .sub-head:first-child {margin-top:0;padding-top:0;border-top:none}
.nuhome-root .sub-ic {width:34px;height:34px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}
.nuhome-root .sub-ic.blue {background:linear-gradient(135deg,var(--blue),var(--blue-deep))}
.nuhome-root .sub-ic.green {background:linear-gradient(135deg,var(--green),#0B7E54)}
.nuhome-root .sub-ic.amber {background:linear-gradient(135deg,var(--amber),#B0700A)}
.nuhome-root .sub-ic svg {width:17px;height:17px}
.nuhome-root .sub-head h3 {font-size:1.02rem;font-weight:800}
.nuhome-root .sub-head .mhint {font-size:.72rem;color:var(--ink-faint);font-weight:600}

.nuhome-root .timeline {display:flex;flex-direction:column}
.nuhome-root .tl-step {display:grid;grid-template-columns:40px 1fr;gap:.9rem}
.nuhome-root .tl-step:not(:last-child) {padding-bottom:.85rem}
.nuhome-root .tl-node {display:flex;flex-direction:column;align-items:center}
.nuhome-root .tl-circle {width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;font-family:var(--font-d);font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-blue);flex-shrink:0;z-index:1}
.nuhome-root .tl-line {flex:1;width:2px;background:linear-gradient(to bottom,var(--blue),var(--line));margin:3px 0;border-radius:2px}
.nuhome-root .tl-body {padding-top:.5rem;font-size:.88rem;color:var(--ink-soft);line-height:1.6}
.nuhome-root .tl-body strong {color:var(--ink);font-weight:700}

.nuhome-root /* sms code cards */
.sms-card {background:linear-gradient(140deg,var(--navy),var(--navy-2));border-radius:var(--r);padding:1.3rem 1.4rem;position:relative;overflow:hidden}
.nuhome-root .sms-card+.sms-card {margin-top:.85rem}
.nuhome-root .sms-card::before {content:'';position:absolute;top:-40%;left:20%;width:60%;height:120%;background:radial-gradient(ellipse,rgba(30,80,230,.22),transparent 65%);pointer-events:none}
.nuhome-root .sms-in {position:relative;z-index:1}
.nuhome-root .sms-card h4 {color:#fff;font-size:.95rem;margin-bottom:.8rem}
.nuhome-root .code-box {display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(0,0,0,.3);border:1.5px solid rgba(89,131,255,.3);border-radius:var(--r-sm);padding:.7rem .9rem;margin-bottom:.5rem}
.nuhome-root .code-box code {font-family:var(--font-mono);font-size:.92rem;font-weight:700;color:#9DB8FF;letter-spacing:.02em}
.nuhome-root .copy-btn {background:rgba(89,131,255,.18);border:1px solid rgba(89,131,255,.35);color:#BCD0FF;font-family:var(--font-en);font-size:.7rem;font-weight:700;padding:.38rem .7rem;border-radius:var(--r-xs);cursor:pointer;transition:var(--tr);flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem}
.nuhome-root .copy-btn:hover {background:rgba(89,131,255,.3);color:#fff}
.nuhome-root .copy-btn svg {width:13px;height:13px}
.nuhome-root .sms-note {font-size:.76rem;color:rgba(255,255,255,.5);margin-top:.6rem;line-height:1.6}
.nuhome-root .sms-note strong {color:#9DB8FF}
.nuhome-root .sms-send {display:inline-flex;align-items:center;gap:.5rem;background:rgba(19,160,107,.14);border:1px solid rgba(19,160,107,.35);color:#6FE3B4;font-family:var(--font-mono);font-weight:700;padding:.4rem .9rem;border-radius:var(--r-sm);margin-top:.8rem;font-size:.95rem}

.nuhome-root /* grading table */
.tbl-wrap {margin-top:.4rem;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;overflow-x:auto}
.nuhome-root .gtable {width:100%;border-collapse:collapse;min-width:540px}
.nuhome-root .gtable thead th {background:linear-gradient(120deg,var(--navy),var(--navy-2));color:#fff;font-size:.8rem;font-weight:700;text-align:left;padding:.85rem 1rem;font-family:var(--font-d)}
.nuhome-root .gtable tbody td {padding:.65rem 1rem;font-size:.84rem;color:var(--ink-soft);border-bottom:1px solid var(--line-soft);font-family:var(--font-mono);font-weight:500}
.nuhome-root .gtable tbody tr:last-child td {border-bottom:none}
.nuhome-root .gtable tbody tr:hover {background:var(--blue-tint)}
.nuhome-root .gb {display:inline-block;font-family:var(--font-mono);font-size:.76rem;font-weight:700;padding:.18rem .55rem;border-radius:7px}
.nuhome-root .gb.g-a {background:var(--green-soft);color:var(--green)}
.nuhome-root .gb.g-b {background:var(--blue-soft);color:var(--blue-deep)}
.nuhome-root .gb.g-c {background:var(--amber-soft);color:var(--amber)}
.nuhome-root .gb.g-d {background:#FBEBDD;color:#C2410C}
.nuhome-root .gb.g-f {background:var(--red-soft);color:var(--red)}
.nuhome-root .tag-pass {display:inline-block;font-family:var(--font-en);font-size:.7rem;font-weight:700;padding:.16rem .55rem;border-radius:var(--r-pill);background:var(--green-soft);color:var(--green)}
.nuhome-root .tag-fail {display:inline-block;font-family:var(--font-en);font-size:.7rem;font-weight:700;padding:.16rem .55rem;border-radius:var(--r-pill);background:var(--red-soft);color:var(--red)}

.nuhome-root /* faq */
.faq-list {display:flex;flex-direction:column;gap:.6rem}
.nuhome-root .faq {border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:var(--tr);background:var(--surface)}
.nuhome-root .faq.open {border-color:rgba(30,80,230,.3);box-shadow:var(--sh-sm)}
.nuhome-root .faq-q {width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:none;border:none;cursor:pointer;font-family:var(--font-d);font-size:.92rem;font-weight:700;color:var(--ink);text-align:left;transition:var(--tr)}
.nuhome-root .faq.open .faq-q {color:var(--blue-deep)}
.nuhome-root .faq-ic {width:28px;height:28px;border-radius:8px;background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--tr)}
.nuhome-root .faq-ic svg {width:16px;height:16px}
.nuhome-root .faq.open .faq-ic {background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;transform:rotate(45deg)}
.nuhome-root .faq-a {max-height:0;overflow:hidden;transition:max-height .35s ease}
.nuhome-root .faq-a-in {padding:0 1.1rem 1.1rem;font-size:.86rem;color:var(--ink-soft);line-height:1.8}
.nuhome-root .faq-a-in strong {color:var(--ink);font-weight:700}

.nuhome-root /* conclusion */
.conclusion {background:linear-gradient(140deg,var(--navy),var(--navy-2));border:1px solid var(--navy-2);border-radius:var(--r-lg);padding:1.7rem 1.9rem;box-shadow:var(--sh);scroll-margin-top:78px;position:relative;overflow:hidden}
.nuhome-root .conclusion::before {content:'';position:absolute;top:-50%;right:-5%;width:45%;height:160%;background:radial-gradient(ellipse,rgba(30,80,230,.22),transparent 65%);pointer-events:none}
.nuhome-root .conclusion-in {position:relative;z-index:1}
.nuhome-root .conclusion .doc-head {margin-bottom:1rem}
.nuhome-root .conclusion .doc-ic {background:rgba(89,131,255,.18);color:#9DB8FF}
.nuhome-root .conclusion .doc-title {color:#fff}
.nuhome-root .cgrid {display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:start}
.nuhome-root .conclusion p {font-size:.88rem;color:rgba(255,255,255,.7);line-height:1.85}
.nuhome-root .conclusion p+p {margin-top:.7rem}
.nuhome-root .conclusion p strong {color:#fff;font-weight:700}
.nuhome-root .ccta {display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}
.nuhome-root .facts-title {font-family:var(--font-d);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9DB8FF;margin-bottom:.8rem}
.nuhome-root .facts-grid {display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.nuhome-root .fact {background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-sm);padding:.85rem}
.nuhome-root .fact-ic {width:30px;height:30px;border-radius:8px;background:rgba(89,131,255,.18);color:#9DB8FF;display:flex;align-items:center;justify-content:center;margin-bottom:.55rem}
.nuhome-root .fact-ic svg {width:16px;height:16px}
.nuhome-root .fact-v {font-family:var(--font-d);font-size:1.15rem;font-weight:800;color:#fff;line-height:1}
.nuhome-root .fact-l {font-size:.68rem;color:rgba(255,255,255,.5);margin-top:.25rem;font-weight:600}
.nuhome-root .cnote {display:flex;gap:.6rem;background:rgba(19,160,107,.1);border:1px solid rgba(19,160,107,.25);border-radius:var(--r-sm);padding:.8rem;margin-top:.7rem}
.nuhome-root .cnote svg {color:#6FE3B4;flex-shrink:0;margin-top:1px;width:18px;height:18px}
.nuhome-root .cnote p {font-size:.76rem;color:rgba(255,255,255,.65);line-height:1.6;margin:0}
.nuhome-root .cnote strong {color:#9DB8FF}

.nuhome-root /* footer */
.footer {background:var(--navy);color:rgba(255,255,255,.5);padding:2.4rem 0 0;position:relative;z-index:1}
.nuhome-root .footer-grid {display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:1.7rem;padding-bottom:1.8rem}
.nuhome-root .footer .brand-name {color:#fff}
.nuhome-root .footer .brand-sub {color:rgba(255,255,255,.4)}
.nuhome-root .foot-desc {font-size:.8rem;line-height:1.7;margin-top:.9rem;color:rgba(255,255,255,.5)}
.nuhome-root .foot-live {display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-pill);padding:.35rem .75rem;font-size:.7rem;font-weight:700;color:rgba(255,255,255,.7);margin-top:.9rem}
.nuhome-root .foot-title {font-family:var(--font-d);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:1rem}
.nuhome-root .foot-links {display:flex;flex-direction:column;gap:.6rem}
.nuhome-root .foot-links a {font-size:.82rem;color:rgba(255,255,255,.5);transition:var(--tr)}
.nuhome-root .foot-links a:hover {color:#9DB8FF;padding-left:.2rem}
.nuhome-root .foot-sms {margin-top:1rem;font-size:.78rem;color:rgba(255,255,255,.5)}
.nuhome-root .foot-sms strong {color:#fff;font-family:var(--font-mono)}
.nuhome-root .foot-bottom {border-top:1px solid rgba(255,255,255,.07);padding:1.4rem 0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.nuhome-root .foot-copy {font-size:.74rem;color:rgba(255,255,255,.4)}
.nuhome-root .foot-disc {font-size:.7rem;color:rgba(255,255,255,.4);max-width:600px;line-height:1.6}
.nuhome-root .foot-disc strong {color:rgba(255,255,255,.6)}

.nuhome-root /* mobile toc */
.toc-mobile {display:none}
.nuhome-root .rv {opacity:0;transform:translateY(16px)}
.nuhome-root .rv.in {opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}

.nuhome-root /* RESPONSIVE */
@media(max-width:1080px) {.nuhome-root .layout {grid-template-columns:230px 1fr;gap:1.2rem}.nuhome-root .nav a {padding:.5rem .55rem;font-size:.8rem}}
@media(max-width:980px){
  .nuhome-root .nav {display:none}.nuhome-root .menu-btn {display:flex}
  .nuhome-root .dash-grid {grid-template-columns:1fr}
  .nuhome-root .dash-side {border-left:none;border-top:1px solid var(--line)}
  .nuhome-root .layout {grid-template-columns:1fr;padding-top:52px}.nuhome-root .toc {display:none}
  .nuhome-root .toc-mobile {display:block;position:fixed;top:0;left:0;right:0;z-index:40;padding:.7rem 1.4rem;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);margin:0}
  .nuhome-root .toc-mobile-scroll {display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}
  .nuhome-root .toc-mobile-scroll::-webkit-scrollbar {display:none}
  .nuhome-root .toc-chip {flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);padding:.45rem .85rem;font-size:.8rem;font-weight:700;color:var(--ink-soft);white-space:nowrap;cursor:pointer;transition:var(--tr)}
  .nuhome-root .toc-chip .num {font-family:var(--font-mono);font-size:.68rem;color:var(--ink-faint)}
  .nuhome-root .toc-chip.active {background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;border-color:transparent;box-shadow:var(--sh-blue)}
  .nuhome-root .toc-chip.active .num {color:rgba(255,255,255,.8)}
  .nuhome-root .featured {grid-template-columns:1fr}.nuhome-root .featured-cta {min-width:0}
  .nuhome-root .cgrid {grid-template-columns:1fr}
  .nuhome-root .footer-grid {grid-template-columns:1fr 1fr}}
@media(max-width:680px){
  .nuhome-root {font-size:15px}
  .nuhome-root .hdr-cta .btn-primary {display:none}
  .nuhome-root .brand-name {font-size:1rem;white-space:nowrap}.nuhome-root .brand-sub {font-size:.56rem}
  .nuhome-root .stage-title {font-size:1.6rem}.nuhome-root .stage-org {font-size:1.02rem}
  .nuhome-root .field-row {grid-template-columns:1fr}
  .nuhome-root .wrap {padding-left:5px;padding-right:5px}
  .nuhome-root .dash-form-area {padding:1.3rem 10px}.nuhome-root .dash-side {padding:1.2rem 10px}
  .nuhome-root .doc {padding:1.3rem 10px}
  .nuhome-root .conclusion {padding:1.4rem 10px}
  .nuhome-root .toc-mobile {padding-left:5px;padding-right:5px}
  .nuhome-root .nuhome-embed-inner {padding-left:5px;padding-right:5px}
  .nuhome-root .info-grid {grid-template-columns:1fr}
  .nuhome-root .fr-rows {grid-template-columns:1fr 1fr}
  .nuhome-root .actions {grid-template-columns:1fr}
  .nuhome-root .facts-grid {grid-template-columns:1fr 1fr}
  .nuhome-root .footer-grid {grid-template-columns:1fr}
  .nuhome-root .cap-row {grid-template-columns:auto 1fr}}
@media(max-width:420px){.nuhome-root .fr-rows {grid-template-columns:1fr}.nuhome-root .facts-grid {grid-template-columns:1fr}}
