      .nc-topbar .container {
        width: min(1440px, 92%);
      }

      .nc-topbar-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 0.9rem;
        min-height: 68px;
      }

      .nc-brand {
        display: inline-flex;
        align-items: center;
        gap: 0.62rem;
        min-width: 0;
      }

      .nc-brand-mark {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        color: #d7dcff;
        border: 1px solid #3d3939;
        background: radial-gradient(circle at 30% 30%, #3449a8, #1a224f);
      }

      .nc-brand-logo {
        width: 16px;
        height: 16px;
      }

      .nc-brand-text {
        display: grid;
        min-width: 0;
        line-height: 1.04;
      }

      .nc-brand-name {
        font-family: "Rajdhani", sans-serif;
        font-size: 1.18rem;
        font-weight: 700;
        color: #ffffff;
        white-space: nowrap;
      }

      .nc-brand-sub {
        font-size: 0.62rem;
        letter-spacing: 0.2em;
        color: #9a96a9;
        text-transform: uppercase;
        white-space: nowrap;
      }

      .nc-nav {
        display: none;
        gap: 1rem;
        justify-content: center;
      }

      .nc-nav a {
        font-size: 0.74rem;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #b3aeae;
      }

      .nc-nav a:hover {
        color: #ffffff;
      }

      .nc-actions {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.58rem;
      }

      .nc-signin {
        background: transparent;
        border: 0;
        color: #d4cccc;
        font-weight: 700;
        font-family: inherit;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        cursor: pointer;
      }

      .nc-join {
        border-radius: 999px;
        padding: 0.42rem 0.75rem;
        background: var(--accent);
        color: #131212;
        border: 1px solid rgba(253, 118, 8, 0.55);
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        cursor: pointer;
      }

      .nc-auth-dialog {
        width: min(460px, 92%);
        margin: 8vh auto;
      }

      .nc-auth-tabs {
        display: flex;
        gap: 0.55rem;
      }

      .nc-auth-tab {
        min-width: 108px;
        font-weight: 800;
        letter-spacing: 0.11em;
      }

      .nc-auth-tab[aria-selected="true"] {
        background: var(--accent);
        color: #131212;
        border-color: rgba(253, 118, 8, 0.55);
      }

      .nc-auth-panel {
        border-color: #5a4640;
        padding: 0.95rem;
      }

      .nc-form {
        display: grid;
        gap: 0.85rem;
      }

      .nc-form-title {
        text-align: center;
        margin: 0.15rem 0 0.45rem;
        font-size: clamp(1.7rem, 4.2vw, 2.15rem);
      }

      .nc-field {
        display: grid;
        gap: 0.35rem;
      }

      .nc-field-label {
        font-weight: 700;
        color: #d4cccc;
        letter-spacing: 0.06em;
        font-size: 0.9rem;
      }

      .nc-check {
        display: flex;
        gap: 0.55rem;
        align-items: flex-start;
        color: #d4cccc;
        font-size: 0.95rem;
      }

      .nc-check input {
        margin-top: 0.2rem;
        accent-color: var(--accent);
      }

      .nc-btn-wide {
        width: 100%;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .nc-split {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;
      }

      #co-auth-modal [hidden] {
        display: none !important;
      }

      #co-auth-modal .quiz-modal-head {
        margin-bottom: 0.65rem;
        padding-bottom: 0.65rem;
      }

      #co-auth-modal input {
        border-radius: 999px;
        padding: 0.78rem 0.95rem;
      }

      .nc-hero {
        position: relative;
        padding: 72px 0 78px;
        overflow: hidden;
      }

      .nc-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
          radial-gradient(circle at 12% 12%, rgba(253, 118, 8, 0.2), rgba(253, 118, 8, 0) 36%),
          radial-gradient(circle at 88% 82%, rgba(255, 149, 64, 0.16), rgba(255, 149, 64, 0) 34%),
          linear-gradient(180deg, rgba(7, 9, 20, 0.92), rgba(6, 7, 14, 0.96));
        pointer-events: none;
      }

      .nc-hero-wrap {
        position: relative;
        z-index: 1;
        width: min(1160px, 92%);
        margin: 0 auto;
        display: grid;
        gap: 1.15rem;
      }

      .nc-hero-copy {
        padding: 0.4rem 0.35rem;
      }

      .nc-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.42rem;
        border: 1px solid #3d3939;
        border-radius: 999px;
        padding: 0.2rem 0.6rem;
        color: #d4cccc;
        letter-spacing: 0.16em;
        font-size: 0.74rem;
      }

      .nc-eyebrow i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #4cd97b;
      }

      .nc-hero-title {
        margin: 0.6rem 0 0.5rem;
        font-size: clamp(2.4rem, 8.8vw, 5rem);
        line-height: 0.9;
        letter-spacing: 0.01em;
        text-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
      }

      .nc-hero-title span {
        color: var(--accent);
      }

      .nc-hero-copy p {
        margin: 0 0 0.6rem;
        max-width: 58ch;
        color: #d4cccc;
      }

      .nc-hero-copy p strong {
        color: #fff;
      }

      .nc-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        margin-top: 0.78rem;
      }

      .nc-hero-actions .btn {
        min-width: 168px;
      }

      .nc-hero-tags {
        margin-top: 0.76rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem;
      }

      .nc-hero-tags span {
        display: inline-flex;
        align-items: center;
        gap: 0.32rem;
        border: 1px solid #3d3939;
        border-radius: 999px;
        padding: 0.14rem 0.55rem;
        color: #bfbaba;
        font-size: 0.74rem;
      }

      .nc-status-card {
        border: 1px solid #3d3939;
        border-radius: 20px;
        background:
          linear-gradient(160deg, rgba(31, 33, 43, 0.95), rgba(22, 24, 33, 0.96)),
          radial-gradient(circle at 15% 8%, rgba(253, 118, 8, 0.12), transparent 42%);
        box-shadow: 0 22px 56px rgba(0, 0, 0, 0.5);
        padding: 1rem;
        backdrop-filter: blur(2px);
      }

      .nc-status-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0.64rem;
        gap: 0.5rem;
      }

      .nc-status-head small {
        display: block;
        color: #b3aeae;
        font-size: 0.66rem;
        letter-spacing: 0.14em;
      }

      .nc-status-head h2 {
        margin: 0.2rem 0 0;
        font-size: 1.6rem;
        line-height: 1;
      }

      .nc-status-dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: radial-gradient(circle at 35% 35%, #ff9540, #fd7608);
        box-shadow: 0 0 12px rgba(253, 118, 8, 0.8);
        margin-top: 0.18rem;
      }

      .nc-status-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.52rem;
      }

      .nc-status-item {
        border: 1px solid #34313a;
        border-radius: 12px;
        padding: 0.58rem 0.62rem;
        background: rgba(21, 23, 31, 0.8);
        transition: border-color 0.2s ease, transform 0.2s ease;
      }

      .nc-status-item:hover {
        border-color: #5a4d44;
        transform: translateY(-1px);
      }

      .nc-status-item small {
        display: block;
        color: #b3aeae;
        letter-spacing: 0.12em;
        font-size: 0.62rem;
      }

      .nc-status-item p {
        margin: 0.2rem 0 0;
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
      }

      .nc-status-note {
        margin-top: 0.62rem;
        border: 1px solid #34313a;
        border-radius: 12px;
        padding: 0.58rem 0.62rem;
        background: rgba(22, 22, 26, 0.75);
      }

      .nc-status-note small {
        color: var(--accent);
        font-size: 0.62rem;
        letter-spacing: 0.12em;
      }

      .nc-status-note p {
        margin: 0.22rem 0 0;
        color: #d4cccc;
        font-size: 0.85rem;
      }

      .nc-status-actions {
        margin-top: 0.72rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
      }

      .nc-status-actions .btn {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
      }

      .nc-protocol {
        position: relative;
        padding: 80px 0 90px;
        background: #000000;
      }

      .nc-protocol::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 110px;
        background: linear-gradient(to bottom, rgba(8, 10, 22, 0.96), rgba(8, 10, 22, 0));
        pointer-events: none;
      }

      .nc-protocol-wrap {
        width: min(1160px, 92%);
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }

      .nc-protocol-head {
        text-align: center;
        margin-bottom: 1.05rem;
      }

      .nc-protocol-head h2 {
        margin-bottom: 0.2rem;
        letter-spacing: 0.015em;
      }

      .nc-protocol-head p {
        margin: 0;
        color: #b3aeae;
      }

      .nc-protocol-grid {
        display: grid;
        gap: 0.8rem;
      }

      .nc-protocol-card {
        border-color: #3d3939;
        min-height: 168px;
        transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      }

      .nc-protocol-card:hover {
        border-color: #5a4d44;
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
      }

      .nc-protocol-top {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 0.45rem;
      }

      .nc-step-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-weight: 800;
        letter-spacing: 0.04em;
        color: #131212;
        border: 1px solid rgba(253, 118, 8, 0.55);
        background: linear-gradient(145deg, #fd7608, #ff9540);
        box-shadow: 0 6px 14px rgba(253, 118, 8, 0.25);
      }

      .nc-step-phase {
        font-size: 0.74rem;
        letter-spacing: 0.18em;
        color: #b3aeae;
      }

      .nc-protocol-card h3 {
        margin: 0 0 0.45rem;
        font-size: 1.45rem;
      }

      .nc-protocol-card p {
        margin: 0;
        color: #c4bfbf;
      }

      .nc-platform {
        background: #000000;
        padding: 86px 0 92px;
      }

      .nc-platform-wrap {
        width: min(1160px, 92%);
        margin: 0 auto;
        display: grid;
        gap: 1rem;
      }

      .nc-platform-copy h2 {
        margin-bottom: 0.3rem;
        letter-spacing: 0.015em;
      }

      .nc-platform-sub {
        margin: 0 0 0.9rem;
        max-width: 62ch;
        color: #bfbaba;
      }

      .nc-platform-mini-grid {
        display: grid;
        gap: 0.75rem;
      }

      .nc-platform-card {
        border-color: #3d3939;
        min-height: 136px;
        transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      }

      .nc-platform-card:hover {
        border-color: #5a4d44;
        transform: translateY(-2px);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
      }

      .nc-platform-kicker {
        display: block;
        color: #b3aeae;
        font-size: 0.72rem;
        letter-spacing: 0.18em;
        margin-bottom: 0.25rem;
      }

      .nc-platform-card h3 {
        margin: 0 0 0.35rem;
        font-size: 1.35rem;
      }

      .nc-platform-card p {
        margin: 0;
        color: #c4bfbf;
      }

      .nc-platform-tags {
        margin-top: 0.78rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.48rem;
      }

      .nc-platform-tags span {
        display: inline-flex;
        align-items: center;
        gap: 0.32rem;
        border: 1px solid #3d3939;
        border-radius: 999px;
        padding: 0.14rem 0.55rem;
        color: #bfbaba;
        font-size: 0.74rem;
      }

      .nc-summary-card {
        border: 1px solid #3d3939;
        border-radius: 20px;
        background:
          linear-gradient(160deg, rgba(31, 33, 43, 0.95), rgba(22, 24, 33, 0.96)),
          radial-gradient(circle at 85% 6%, rgba(253, 118, 8, 0.12), transparent 40%);
        box-shadow: 0 20px 52px rgba(0, 0, 0, 0.48);
        padding: 1.05rem;
      }

      .nc-summary-card h3 {
        margin: 0 0 0.75rem;
        display: inline-flex;
        align-items: center;
        gap: 0.42rem;
        letter-spacing: 0.04em;
      }

      .nc-summary-card ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.44rem;
      }

      .nc-summary-card li {
        color: #d4cccc;
      }

      .nc-summary-actions {
        margin-top: 0.8rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
      }

      .nc-summary-actions .btn {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
      }

      .nc-authority {
        background: #000000;
        padding: 92px 0 98px;
      }

      .nc-authority-wrap {
        width: min(1160px, 92%);
        margin: 0 auto;
      }

      .nc-authority-shell {
        border: 1px solid #3d3939;
        border-radius: 22px;
        background: linear-gradient(150deg, #212121, #191919 60%, #171717);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        padding: 1.1rem;
      }

      .nc-authority-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.9rem;
        margin-bottom: 0.95rem;
      }

      .nc-authority-title-wrap {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
      }

      .nc-authority-badge {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.72rem;
        font-weight: 800;
        color: #131212;
        background: linear-gradient(145deg, #f3d7a4, #d4b575);
        border: 1px solid rgba(212, 181, 117, 0.65);
      }

      .nc-authority-title-wrap p {
        margin: 0;
        color: #b3aeae;
        font-size: 0.72rem;
        letter-spacing: 0.2em;
      }

      .nc-authority-title-wrap h2 {
        margin: 0.1rem 0 0;
        font-size: clamp(1.45rem, 3.5vw, 2.2rem);
      }

      .nc-authority-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem;
      }

      .nc-authority-pills span {
        border: 1px solid #3d3939;
        border-radius: 999px;
        padding: 0.28rem 0.7rem;
        color: #d4cccc;
        font-size: 0.74rem;
        letter-spacing: 0.1em;
        background: #1b1b1b;
        font-weight: 700;
      }

      .nc-authority-grid {
        display: grid;
        gap: 0.95rem;
      }

      .nc-operator-card,
      .nc-entity-card {
        border: 1px solid #3d3939;
        border-radius: 12px;
        background: #171717;
        padding: 0.92rem;
      }

      .nc-operator-card {
        border-left: 4px solid #c7ab6f;
      }

      .nc-operator-card h3,
      .nc-entity-card h3 {
        margin: 0 0 0.65rem;
        font-size: 1.22rem;
      }

      .nc-operator-card p {
        margin: 0 0 0.55rem;
        color: #d4cccc;
      }

      .nc-note-box {
        margin-top: 0.72rem;
        border: 1px solid #2f2f2f;
        border-left: 3px solid #d4b575;
        border-radius: 10px;
        background: #111111;
        padding: 0.72rem 0.75rem;
      }

      .nc-note-box p {
        margin: 0;
      }

      .nc-entity-card ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 0.42rem;
      }

      .nc-entity-card li {
        color: #d4cccc;
      }

      .nc-footer {
        background: #000000;
        border-top: 1px solid #262626;
        padding: 62px 0 64px;
        text-align: center;
      }

      .nc-footer-wrap {
        width: min(980px, 92%);
        margin: 0 auto;
      }

      .nc-footer-social {
        display: flex;
        justify-content: center;
        gap: 0.7rem;
        margin-bottom: 0.95rem;
      }

      .nc-footer-social a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #3d3939;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #d4cccc;
      }

      .nc-footer-social a svg {
        width: 15px;
        height: 15px;
        fill: currentColor;
      }

      .nc-footer-social a:hover {
        border-color: var(--accent);
        color: #ffffff;
      }

      .nc-footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.78rem 1.1rem;
        margin-bottom: 0.95rem;
      }

      .nc-footer-links a {
        color: #d4cccc;
        font-size: 0.8rem;
        letter-spacing: 0.12em;
        text-decoration: underline;
      }

      .nc-footer-title {
        margin: 0 0 0.7rem;
        color: #d4cccc;
        font-weight: 700;
        letter-spacing: 0.1em;
        font-size: 0.86rem;
      }

      .nc-footer-text {
        margin: 0 auto 0.82rem;
        max-width: 102ch;
        color: #c1bbbb;
        font-size: 0.89rem;
        line-height: 1.7;
      }

      .nc-footer-meta {
        margin-top: 0.6rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.45rem 1rem;
      }

      .nc-footer-meta span {
        color: #c5bfbf;
        font-size: 0.79rem;
      }

      .nc-footer-time,
      .nc-footer-copy {
        margin: 0.55rem 0 0;
        color: #aaa5a5;
        font-size: 0.77rem;
      }

      @media (min-width: 860px) {
        .nc-topbar-inner {
          grid-template-columns: 1fr auto 1fr;
        }

        .nc-nav {
          display: flex;
        }

        .nc-split {
          grid-template-columns: 1fr 1fr;
        }

        .nc-hero-wrap {
          grid-template-columns: minmax(0, 1fr) 360px;
          align-items: start;
          gap: 1.1rem;
        }

        .nc-protocol-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .nc-platform-wrap {
          grid-template-columns: minmax(0, 1fr) 360px;
          align-items: start;
          gap: 1rem;
        }

        .nc-platform-mini-grid {
          grid-template-columns: 1fr 1fr;
        }

        .nc-authority-grid {
          grid-template-columns: minmax(0, 1fr) 270px;
          gap: 0.75rem;
        }
      }

      .co-cookie-modal {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 14px;
        z-index: 220;
        display: none;
      }

      .co-cookie-modal.open {
        display: block;
      }

      .co-cookie-card {
        width: min(980px, 100%);
        margin: 0 auto;
        border: 1px solid #3d3939;
        border-radius: 16px;
        background: linear-gradient(150deg, #1f1e20, #171619 60%, #141316);
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
        padding: 0.9rem;
      }

      .co-cookie-card h3 {
        margin: 0 0 0.35rem;
      }

      .co-cookie-card p {
        margin: 0;
        color: #d4cccc;
      }

      .co-cookie-actions {
        margin-top: 0.8rem;
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
      }
    
