:root {
    color-scheme: dark;
    --bg: #07060c;
    --line: rgba(226, 214, 255, .16);
    --line-strong: rgba(226, 214, 255, .30);
    --text: #fbf8ff;
    --muted: rgba(243, 236, 255, .72);
    --soft: rgba(243, 236, 255, .52);
    --purple: #8b5cf6;
    --purple-3: #d8b4fe;
    --green: #b8ff7a;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    background:
        radial-gradient(circle at 16% 0%, rgba(139, 92, 246, .34), transparent 34%),
        radial-gradient(circle at 92% 10%, rgba(168, 85, 247, .20), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(79, 70, 229, .18), transparent 40%),
        var(--bg);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

.nova-roadmap-shell {
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
    padding: 18px 0 34px;
}

.nova-roadmap-nav {
    position: sticky;
    top: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(10, 9, 16, .72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, .30);
}

.nova-roadmap-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.nova-roadmap-brand > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .34), transparent 34%),
        linear-gradient(135deg, var(--purple), #5036cb);
    color: white;
    font-weight: 950;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .12),
        0 0 30px rgba(139, 92, 246, .52);
}

.nova-roadmap-brand strong,
.nova-roadmap-brand em {
    display: block;
}

.nova-roadmap-brand strong {
    font-size: 17px;
    line-height: 1;
}

.nova-roadmap-brand em {
    margin-top: 3px;
    color: var(--soft);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.nova-roadmap-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nova-roadmap-actions a,
.nova-roadmap-cta a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.nova-roadmap-actions a:last-child,
.nova-roadmap-cta a {
    border-color: rgba(255, 255, 255, .10);
    background: linear-gradient(135deg, var(--purple), #5136cc);
    color: white;
    box-shadow: 0 0 24px rgba(139, 92, 246, .34);
}

.nova-roadmap-hero {
    max-width: 940px;
    padding: 72px 0 42px;
}

.nova-roadmap-hero p,
.nova-roadmap-board p,
.nova-roadmap-cta p {
    margin: 0 0 9px;
    color: var(--purple-3);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nova-roadmap-hero h1 {
    margin: 0;
    font-size: clamp(45px, 7vw, 86px);
    line-height: .92;
    letter-spacing: -.075em;
}

.nova-roadmap-hero span,
.nova-roadmap-board span,
.nova-roadmap-lanes p {
    display: block;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.58;
    font-weight: 650;
}

.nova-roadmap-hero span {
    max-width: 760px;
    margin-top: 22px;
}

.nova-roadmap-lanes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nova-roadmap-lanes article,
.nova-roadmap-board,
.nova-roadmap-cta {
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 0% 0%, rgba(139, 92, 246, .16), transparent 40%),
        rgba(255, 255, 255, .045);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}

.nova-roadmap-lanes article {
    padding: 22px;
    border-radius: 28px;
}

.nova-roadmap-lanes strong {
    display: inline-flex;
    width: fit-content;
    padding: 7px 10px;
    border: 1px solid rgba(216, 180, 254, .24);
    border-radius: 999px;
    color: var(--purple-3);
    background: rgba(139, 92, 246, .14);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nova-roadmap-lanes h2 {
    margin: 16px 0 9px;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.045em;
}

.nova-roadmap-lanes p {
    margin: 0;
    font-size: 14px;
}

.nova-roadmap-lanes ul {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.nova-roadmap-lanes li {
    padding: 10px 11px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(0, 0, 0, .18);
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

.nova-roadmap-board {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 18px;
    margin-top: 20px;
    padding: 26px;
    border-radius: 32px;
}

.nova-roadmap-board h2,
.nova-roadmap-cta h2 {
    margin: 0;
    font-size: clamp(31px, 4vw, 50px);
    line-height: 1;
    letter-spacing: -.052em;
}

.nova-roadmap-board > div > span {
    margin-top: 15px;
}

.nova-roadmap-stack {
    display: grid;
    gap: 12px;
}

.nova-roadmap-stack div {
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(0, 0, 0, .18);
}

.nova-roadmap-stack strong,
.nova-roadmap-stack span {
    display: block;
}

.nova-roadmap-stack strong {
    color: var(--green);
    font-size: 14px;
    font-weight: 950;
}

.nova-roadmap-stack span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.nova-roadmap-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding: 26px;
    border-radius: 32px;
}

.nova-roadmap-cta a {
    min-width: 150px;
}

.nova-roadmap-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 6px 0;
    color: var(--soft);
    font-size: 13px;
    font-weight: 800;
}

.nova-roadmap-footer div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 980px) {
    .nova-roadmap-lanes,
    .nova-roadmap-board {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .nova-roadmap-shell {
        width: min(100% - 18px, 760px);
        padding-top: 9px;
    }

    .nova-roadmap-nav {
        top: 8px;
        border-radius: 22px;
    }

    .nova-roadmap-brand em,
    .nova-roadmap-actions a:first-child,
    .nova-roadmap-actions a:nth-child(2),
    .nova-roadmap-actions a:nth-child(3),
    .nova-roadmap-actions a:nth-child(4) {
        display: none;
    }

    .nova-roadmap-hero {
        padding-top: 44px;
    }

    .nova-roadmap-board,
    .nova-roadmap-cta {
        padding: 18px;
        border-radius: 27px;
    }

    .nova-roadmap-cta,
    .nova-roadmap-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .nova-roadmap-cta a {
        width: 100%;
    }
}

/* NOVA_ROADMAP_ENDGAME_20260711 */

.nova-roadmap-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.nova-roadmap-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.nova-roadmap-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.nova-roadmap-hero {
    max-width: 920px;
}

.nova-roadmap-hero h1 {
    max-width: 860px;
    text-wrap: balance;
}

.nova-roadmap-hero > span {
    display: block;
    max-width: 780px;
}

.nova-roadmap-lanes > article {
    min-width: 0;
}

.nova-roadmap-lanes h2 {
    text-wrap: balance;
}

.nova-roadmap-board > div:first-child {
    max-width: 720px;
}

.nova-roadmap-board h2 {
    text-wrap: balance;
}

.nova-roadmap-stack > div {
    min-width: 0;
}

.nova-roadmap-cta h2 {
    text-wrap: balance;
}

.nova-roadmap-footer {
    align-items: center;
}

.nova-roadmap-footer > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 16px;
}

@media (max-width: 860px) {
    .nova-roadmap-nav {
        grid-template-columns: 1fr;
    }

    .nova-roadmap-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .nova-roadmap-shell {
        width: min(100% - 28px, 1180px);
    }

    .nova-roadmap-actions {
        gap: 6px;
    }

    .nova-roadmap-footer {
        align-items: flex-start;
    }

    .nova-roadmap-footer > div {
        justify-content: flex-start;
    }
}
