/* ==========================================================
   NON-TENDER INTELLIGENCE DETAIL v0.1
   ========================================================== */

.ntd-page {
    margin: 0;
    background:
        radial-gradient(
            circle at 92% 4%,
            rgba(122, 41, 16, .14),
            transparent 31rem
        ),
        #111416;
    color: #f6f7f8;
}

.ntd-page *,
.ntd-page *::before,
.ntd-page *::after {
    box-sizing: border-box;
}

.ntd-shell {
    width: min(1600px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: 42px;
}

.ntd-header {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ntd-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ntd-brand img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex: 0 0 56px;
}

.ntd-brand div {
    display: grid;
    gap: 8px;
}

.ntd-brand span,
.ntd-header-meta {
    color: #8fa1ba;
    font-size: 12px;
    letter-spacing: .15em;
}

.ntd-brand strong {
    font-size: 18px;
}

.ntd-header-meta {
    display: flex;
    align-items: center;
    gap: 26px;
}

.ntd-data-badge {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
}

.ntd-data-badge i,
.ntd-footer span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #49db8b;
    box-shadow: 0 0 14px rgba(73,219,139,.8);
}

.ntd-nav {
    min-height: 68px;
    display: flex;
    align-items: stretch;
    gap: 36px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ntd-nav a {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #8f9caf;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
}

.ntd-nav a:hover,
.ntd-nav a.active {
    color: #fff;
}

.ntd-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #ff9300;
}

.ntd-back {
    padding: 28px 0 18px;
}

.ntd-back a {
    color: #9aabc2;
    text-decoration: none;
    font-size: 13px;
}

.ntd-back a:hover {
    color: #ff9b16;
}

.ntd-hero {
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 60px;
    align-items: center;
    padding: 58px 62px;
    border: 1px solid rgba(255,147,0,.16);
    border-radius: 30px;
    background:
        linear-gradient(
            110deg,
            rgba(112,31,18,.58),
            rgba(26,29,31,.96) 54%,
            rgba(73,48,23,.43)
        );
    overflow: hidden;
}

.ntd-eyebrow,
.ntd-code,
.ntd-section-no,
.ntd-panel-head small {
    color: #ff9811;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
}

.ntd-code {
    margin-top: 20px;
    color: #98a9bf;
}

.ntd-hero h1 {
    max-width: 980px;
    margin: 15px 0 16px;
    font-size: clamp(38px, 4.5vw, 72px);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.ntd-satker {
    margin: 0;
    color: #a5b4c8;
    font-size: 16px;
}

.ntd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.ntd-tags > span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    color: #a9b6c7;
    font-size: 12px;
}

.ntd-tags .ntd-status {
    font-weight: 900;
}

.ntd-tags .status-done {
    color: #6ef0a8;
    border-color: rgba(73,219,139,.25);
    background: rgba(73,219,139,.08);
}

.ntd-tags .status-progress {
    color: #ffb33d;
    border-color: rgba(255,147,0,.25);
    background: rgba(255,147,0,.08);
}

.ntd-tags .status-failed {
    color: #ff7d7d;
    border-color: rgba(255,90,90,.25);
    background: rgba(255,90,90,.08);
}

.ntd-hero-value {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background: rgba(13,15,16,.63);
}

.ntd-hero-value span,
.ntd-hero-value small {
    color: #8fa2bb;
}

.ntd-hero-value strong {
    margin: 24px 0 20px;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1;
}

.ntd-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin-top: 16px;
}

.ntd-kpis article {
    min-height: 150px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: #1a1e21;
}

.ntd-kpis span,
.ntd-kpis small {
    display: block;
    color: #8fa2bb;
}

.ntd-kpis strong {
    display: block;
    margin: 18px 0 13px;
    font-size: 30px;
}

.ntd-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 16px;
    margin-top: 16px;
}

.ntd-bottom-grid {
    grid-template-columns: 1fr 1fr;
}

.ntd-panel {
    margin-top: 16px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background: #191d20;
}

.ntd-grid .ntd-panel {
    margin-top: 0;
}

.ntd-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.ntd-panel-head > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ntd-panel-head h2 {
    margin: 0;
    font-size: 20px;
}

.ntd-panel-head small {
    color: #73859d;
}

.ntd-section-no {
    min-width: 34px;
    color: #ff9811;
}

.ntd-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
}

.ntd-info-grid > div {
    min-height: 95px;
    padding: 20px;
    background: #171a1d;
}

.ntd-info-grid span,
.ntd-contract-grid span,
.ntd-value-list span {
    display: block;
    margin-bottom: 9px;
    color: #7f92aa;
    font-size: 12px;
}

.ntd-info-grid strong,
.ntd-contract-grid strong {
    font-size: 14px;
    line-height: 1.45;
}

.ntd-milestones {
    display: grid;
}

.ntd-milestones > div {
    position: relative;
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 4px 12px;
    padding: 0 0 25px;
}

.ntd-milestones > div:last-child {
    padding-bottom: 0;
}

.ntd-milestones i {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    background: #ff9410;
    box-shadow: 0 0 0 5px rgba(255,148,16,.08);
}

.ntd-milestones span {
    color: #8193aa;
    font-size: 12px;
}

.ntd-milestones strong {
    grid-column: 2;
    font-size: 14px;
}

.ntd-rup-card {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 17px;
    background: #171a1d;
}

.ntd-rup-code {
    color: #ff9811;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
}

.ntd-rup-card h3 {
    margin: 10px 0;
    font-size: 21px;
}

.ntd-rup-card h3 a {
    color: #f7f7f7;
    text-decoration: none;
}

.ntd-rup-card h3 a:hover,
.ntd-rup-side a:hover {
    color: #ff9a15;
}

.ntd-rup-card p {
    margin: 0;
    color: #8ea1ba;
    font-size: 13px;
}

.ntd-rup-side {
    display: grid;
    justify-items: end;
    gap: 12px;
}

.ntd-rup-side strong {
    font-size: 20px;
}

.ntd-rup-side a {
    color: #ff9a15;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.ntd-timeline {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 17px;
    background: rgba(255,255,255,.06);
}

.ntd-timeline article {
    display: grid;
    grid-template-columns: 55px minmax(0,1fr) 220px 220px;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background: #171a1d;
}

.ntd-timeline-index {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,147,0,.1);
    color: #ff9a16;
    font-size: 12px;
    font-weight: 900;
}

.ntd-timeline-copy {
    display: grid;
    gap: 5px;
}

.ntd-timeline-copy span,
.ntd-timeline-date span {
    color: #74869d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
}

.ntd-timeline-copy strong {
    font-size: 15px;
}

.ntd-timeline-date {
    display: grid;
    gap: 6px;
}

.ntd-timeline-date strong {
    font-size: 12px;
}

.ntd-value-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

.ntd-value-list > div {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 15px;
    background: #171a1d;
}

.ntd-value-list strong {
    font-size: 20px;
}

.ntd-value-list .highlight {
    border-color: rgba(255,147,0,.22);
    background: rgba(255,147,0,.06);
}

.ntd-value-list .highlight strong {
    color: #ff9a15;
}

.ntd-note {
    margin: 20px 0 0;
    color: #788ba2;
    font-size: 11px;
    line-height: 1.7;
}

.ntd-contract-state {
    padding: 26px;
    border-radius: 17px;
    background: #171a1d;
}

.ntd-contract-state span {
    display: block;
    color: #73869d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ntd-contract-state strong {
    display: block;
    margin: 12px 0;
    font-size: 30px;
}

.ntd-contract-state p {
    margin: 0;
    color: #8b9cb2;
    line-height: 1.6;
}

.ntd-contract-state.is-bearing {
    border: 1px solid rgba(73,219,139,.2);
    background: rgba(73,219,139,.045);
}

.ntd-contract-state.is-bearing strong {
    color: #62e99e;
}

.ntd-contract-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin-top: 12px;
}

.ntd-contract-grid > div {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    background: #171a1d;
}

.ntd-empty {
    padding: 30px;
    border: 1px dashed rgba(255,255,255,.1);
    border-radius: 15px;
    color: #8294aa;
}

.ntd-footer {
    min-height: 130px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.ntd-footer div {
    color: rgba(255,255,255,.055);
    font-size: clamp(28px, 4vw, 62px);
    font-weight: 900;
    letter-spacing: -.04em;
}

.ntd-footer span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #7f91a7;
    font-size: 12px;
}

.ntd-error {
    width: min(720px, calc(100% - 40px));
    margin: 12vh auto;
    padding: 50px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 25px;
    background: #191d20;
}

.ntd-error span {
    color: #ff9811;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ntd-error h1 {
    margin: 15px 0;
    font-size: 42px;
}

.ntd-error p {
    color: #899bb2;
}

.ntd-error a {
    display: inline-block;
    margin-top: 20px;
    color: #ff9811;
    text-decoration: none;
}

@media (max-width: 1050px) {
    .ntd-hero,
    .ntd-grid,
    .ntd-bottom-grid {
        grid-template-columns: 1fr;
    }

    .ntd-kpis {
        grid-template-columns: repeat(2,1fr);
    }

    .ntd-timeline article {
        grid-template-columns: 48px 1fr;
    }

    .ntd-timeline-date {
        grid-column: 2;
    }
}

@media (max-width: 720px) {
    .ntd-shell {
        width: min(100% - 24px, 1600px);
    }

    .ntd-header,
    .ntd-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 0;
    }

    .ntd-header-meta {
        flex-wrap: wrap;
    }

    .ntd-nav {
        gap: 22px;
        overflow-x: auto;
    }

    .ntd-hero {
        padding: 34px 24px;
    }

    .ntd-kpis,
    .ntd-info-grid,
    .ntd-value-list,
    .ntd-contract-grid {
        grid-template-columns: 1fr;
    }

    .ntd-panel {
        padding: 22px;
    }

    .ntd-rup-card {
        grid-template-columns: 1fr;
    }

    .ntd-rup-side {
        justify-items: start;
    }
}


/* =========================================================
   GLOBAL HEADER VISUAL PARITY v1.0
   Non-Tender Detail
   Master visual: Dashboard / Ringkasan
   ========================================================= */

.ntd-header .ntd-brand {
    gap: 14px;
}

.ntd-header .ntd-brand img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
}

.ntd-header .ntd-brand > div {
    display: block;
}

.ntd-header .ntd-brand > div > span {
    display: block;
    color: #a8adb5;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .145em;
    text-transform: uppercase;
}

.ntd-header .ntd-brand > div > strong {
    display: block;
    margin-top: 4px;
    color: #f5f6f7;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .015em;
}

.ntd-header .ntd-brand .brand-platform {
    display: block;
    margin-top: 4px;
    color: #ff9900;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ntd-header .command-context {
    min-width: 205px;
    display: grid;
    justify-items: end;
    align-content: center;
    gap: 5px;
    text-align: right;
}

.ntd-header .command-context-data {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: #a8adb5;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .10em;
}

.ntd-header .command-context-data .live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #48d58b;
    box-shadow: 0 0 9px rgba(72,213,139,.45);
}

.ntd-header .command-context-title {
    display: block;
    margin: 0;
    color: #f5f6f7;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .045em;
}

.ntd-header .command-context-clock {
    display: block;
    margin: 0;
    color: #7f8794;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .ntd-header .command-context-title {
        display: none;
    }
}


/* =========================================================
   GLOBAL SHELL PARITY v1.0
   Master: Ringkasan / RUP
   ========================================================= */

.ntd-header {
    min-height: 100px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.ntd-nav {
    min-height: 58px;

    display: flex;
    align-items: center;

    gap: 4px;

    margin-top: 1px;

    border-bottom: 1px solid rgba(255,255,255,.07);
}

.ntd-nav a {
    display: block;
    position: relative;

    padding: 19px 13px 17px;

    color: #858e9a;

    font-size: 9px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: .11em;

    white-space: nowrap;

    text-decoration: none;
    text-transform: uppercase;
}

.ntd-nav a:hover,
.ntd-nav a.active {
    color: #fff;
}

.ntd-nav a.active::after {
    content: "";
    position: absolute;

    left: 13px;
    right: 13px;
    bottom: -1px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            #991900,
            #ff9900
        );
}

.ntd-shell,
.ntd-header,
.ntd-nav {
    background: transparent;
}


@media (max-width: 1100px) {
    .ntd-nav a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* =========================================================
   GLOBAL BACKGROUND PARITY v1.0
   Master: Dashboard / Ringkasan / RUP
   ========================================================= */

body.tender-page,
body.td-page,
body.ntd-page {
    background:
        radial-gradient(
            circle at 75% 0%,
            rgba(153,25,0,.17),
            transparent 35%
        ),
        radial-gradient(
            circle at 0% 35%,
            rgba(255,153,0,.04),
            transparent 30%
        ),
        #090b0e;
}

