*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.svg1 path {
    fill: #ffffff;
}

.svg2 path {
    fill: #5d8efa;
}

.m-text {
    fill: #ffffff;
}

.p-col1 {
    color: #009cde;
}

.coinbase {
    columns: #4e4f4f;
}

.hub-color {
    color: #545555 !important;
}

:root {
    --bg: #0a0c0e;
    --surface: #0f1113;
    --border: rgba(255, 255, 255, 0.08);
    --border2: rgba(255, 255, 255, 0.13);
    --text: #ffffff;
    --muted: #9ca3af;
    --dim: #4b5563;
    --green: #00d084;
    --green-glow: rgba(0, 208, 132, 0.2);
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

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


nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 58px;
    backdrop-filter: blur(20px);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.3px;
    margin-right: 36px
}

.mint-mark {
    width: 24px;
    height: 24px
}

.nav-center {
    margin-left: 200px;
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1
}

.nav-item {
    position: relative
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    font-size: 14.5px;
    font-weight: 450;
    color: white;
    border-radius: 999px;
    transition: color .15s, background .15s;
    cursor: pointer;
}

.nav-link:hover {
    background: rgba(255, 255, 255, .05)
}

.nav-link .chev {
    width: 11px;
    height: 11px;
    transition: transform .2s;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8
}

.nav-item:hover .chev {
    transform: rotate(180deg)
}


.dd {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 235px;
    background: #111416;
    border: 1px solid var(--border2);
    border-radius: 12px;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .15s, transform .15s;
    box-shadow: 0 28px 56px rgba(0, 0, 0, .75);
}

.nav-item:hover .dd {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.dd-sec {
    padding: 8px 10px 5px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--dim)
}

.dd-a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background .12s
}

.dd-a:hover {
    background: rgba(255, 255, 255, .06)
}

.dd-a .dt {
    font-size: 13.5px;
    font-weight: 500;
    color: #ddd
}

.dd-a .ds {
    font-size: 11.5px;
    color: var(--dim);
    margin-top: 1px
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto
}

.btn-ghost {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: rgba(255, 255, 255, .05);
    border-radius: 999px;
    transition: all .15s
}

.btn-ghost:hover {
    color: white
}

.btn-solid {
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a;
    background: white;
    border-radius: 999px;
    transition: opacity .15s
}

.btn-solid:hover {
    opacity: .88
}


.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 24px 0;
    overflow: hidden;
    background-image: url("https://www.mintlify.com/hero/bg-dark.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}


.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 60%,
            #000 100%);

    pointer-events: none;
}

.hero-stars {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        radial-gradient(1px 1px at 8% 12%, rgba(255, 255, 255, .7) 0%, transparent 100%),
        radial-gradient(1px 1px at 22% 7%, rgba(255, 255, 255, .5) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 38% 18%, rgba(130, 210, 255, .8) 0%, transparent 100%),
        radial-gradient(1px 1px at 52% 9%, rgba(255, 255, 255, .6) 0%, transparent 100%),
        radial-gradient(1px 1px at 67% 15%, rgba(255, 255, 255, .5) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 83% 8%, rgba(255, 255, 255, .7) 0%, transparent 100%),
        radial-gradient(1px 1px at 91% 22%, rgba(255, 255, 255, .4) 0%, transparent 100%),
        radial-gradient(1px 1px at 14% 32%, rgba(255, 255, 255, .5) 0%, transparent 100%),
        radial-gradient(1px 1px at 58% 4%, rgba(255, 255, 255, .6) 0%, transparent 100%),
        radial-gradient(1px 1px at 76% 28%, rgba(255, 255, 255, .35) 0%, transparent 100%),
        radial-gradient(1px 1px at 32% 38%, rgba(130, 210, 255, .5) 0%, transparent 100%),
        radial-gradient(1px 1px at 94% 14%, rgba(255, 255, 255, .4) 0%, transparent 100%),
        radial-gradient(1px 1px at 45% 28%, rgba(255, 255, 255, .3) 0%, transparent 100%),
        radial-gradient(1px 1px at 3% 22%, rgba(255, 255, 255, .45) 0%, transparent 100%),
        radial-gradient(1px 1px at 70% 6%, rgba(255, 255, 255, .4) 0%, transparent 100%);
}


.hero-aurora {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 90% 25% at 50% 32%, rgba(0, 200, 120, .2) 0%, transparent 70%),
        radial-gradient(ellipse 50% 18% at 40% 38%, rgba(0, 180, 100, .14) 0%, transparent 60%),
        radial-gradient(ellipse 40% 14% at 62% 35%, rgba(0, 160, 90, .1) 0%, transparent 55%);
}

.hero-mountains {
    position: absolute;
    bottom: 28%;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 2;
}

.hero-mountains svg {
    width: 100%;
    height: 100%
}


.hero-trees-left {
    position: absolute;
    bottom: 26%;
    left: 0;
    width: 180px;
    height: 260px;
    z-index: 3;
    opacity: .7;
}

.hero-trees-right {
    position: absolute;
    bottom: 26%;
    right: 0;
    width: 160px;
    height: 220px;
    z-index: 3;
    opacity: .5;
    transform: scaleX(-1);
}


.hero-scene-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42%;
    z-index: 3;
    background: linear-gradient(to top, #0a0c0e 0%, #0a0c0e 18%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 0;
    margin-top: 30px;
}

.hero-content h1 {
    font-size: 61px;
    font-weight: 600;
    letter-spacing: -3.5px;
    line-height: 70px;
    margin-bottom: 22px;
    color: white;
    text-shadow: 0 4px 40px rgba(0, 0, 0, .4);
    word-spacing: 7px;
}

.hero-content p {
    font-size: 18px;
    color: white;
    line-height: 1.65;
    max-width: 500px;
    margin: 0 auto 38px;
}

.hero-email {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: 5px 5px 5px 22px;
    max-width: 400px;
    width: 100%;
    margin-bottom: 72px;
    backdrop-filter: blur(12px);
}

.hero-email input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Inter', sans-serif;
    min-width: 0;
}

.hero-email input::placeholder {
    color: rgba(255, 255, 255, .38)
}

.hero-email button {
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #0a0a0a;
    background: white;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    transition: opacity .15s;
}

.hero-email button:hover {
    opacity: .88
}

.hero-mockup-outer {
    position: relative;
}

.hero-mockup-outer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top,
            #0a0f0e 0%,
            transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to top,
            #08090a 0%,
            #000000 35%,
            rgba(0, 0, 0, 0.98) 50%,
            rgba(0, 0, 0, 0.9) 65%,
            rgba(0, 0, 0, 0.6) 80%,
            transparent 100%);
    pointer-events: none;
    z-index: 5;
}

.hero-mockup-outer {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

.hero-mockup {
    background: #0c0e10;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.m-topbar {
    display: flex;
    align-items: center;
    gap: 0;
    background: #080a0c;
    border-bottom: 1px solid var(--border);
    padding: 0 18px;
    height: 42px;
}

.m-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px
}

.m-tabs {
    display: flex;
    align-items: stretch;
    flex: 1
}

.m-tab {
    padding: 0 16px;
    font-size: 13px;
    color: var(--dim);
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color .12s;
    height: 42px;
}

.m-tab.on {
    color: var(--green);
    border-bottom-color: var(--green)
}

.m-search {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    color: var(--dim);
    margin-right: 8px;
}

.m-ask {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 208, 132, .08);
    border: 1px solid rgba(0, 208, 132, .18);
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 12px;
    color: var(--green);
    font-weight: 600;
}

.m-body {
    display: grid;
    grid-template-columns: 215px 1fr 195px;
    min-height: 370px
}

.m-sidebar {
    border-right: 1px solid var(--border);
    padding: 14px;
    background: #080a0c
}

.si {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 9px;
    border-radius: 7px;
    font-size: 12.5px;
    color: var(--dim);
    margin-bottom: 1px;
    cursor: pointer;
    transition: all .12s;
}

.si:hover {
    background: rgba(255, 255, 255, .04);
    color: #bbb
}

.si.on {
    background: rgba(0, 208, 132, .1);
    color: var(--green)
}

.si svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5
}

.si-div {
    height: 1px;
    background: var(--border);
    margin: 8px 0
}

.m-main {
    padding: 26px 32px
}

.m-eyebrow {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 7px
}

.m-h1 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 5px
}

.m-desc {
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 460px
}

.m-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
}

.m-card {
    background: rgba(0, 208, 132, .04);
    border: 1px solid rgba(0, 208, 132, .16);
    border-radius: 10px;
    padding: 13px;
    cursor: pointer;
    transition: border-color .15s;
}

.m-card:hover {
    border-color: rgba(0, 208, 132, .3)
}

.m-card-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: rgba(0, 208, 132, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.m-card-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--green);
    fill: none;
    stroke-width: 1.5
}

.m-card-t {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px
}

.m-card-d {
    font-size: 11px;
    color: var(--dim)
}

.m-toc {
    border-left: 1px solid var(--border);
    padding: 14px;
    background: #080a0c
}

.toc-h {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--dim);
    margin-bottom: 10px
}

.toc-l {
    font-size: 12px;
    color: var(--dim);
    padding: 4px 0;
    cursor: pointer;
    transition: color .12s
}

.toc-l:hover {
    color: #bbb
}

.toc-l.on {
    color: var(--green)
}


.logos-sec {
    padding: 0;
    background: #08090a;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 70px 270px 40px 270px;
}

.lg-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

.lg-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lg-cell:nth-child(4n) {
    border-right: none
}

.lg-text {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.4px;
    color: rgba(255, 255, 255, .45);
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lg-cell:hover .lg-text {
    color: rgba(255, 255, 255, .75)
}


.int-sec {
    padding: 100px 24px;
    background: #08090a;
}

.int-inner {
    max-width: 1100px;
    margin: 0 auto
}

.sec-h {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -2.5px;
    text-align: center;
    margin-bottom: 14px
}

.sec-sub {
    font-size: 16px;
    color: var(--muted);
    text-align: center;
    line-height: 24px;
    max-width: 580px;
    margin: 0 auto 56px
}

.feat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px
}

.asst-sec {
    grid-column: 1 / -1;
}

.f-card {
    background: #08090a;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
    overflow: hidden;
    position: relative;
    transition: border-color .2s;
}


.f-ey {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 18px
}

.f-card h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.6px;
    margin-bottom: 11px;
    line-height: 31px;
}

.f-card p {
    font-size: 16px;
    color: var(--muted);
    line-height: 24px;
    max-width: 350px;
}


.llm-mockup {
    margin-top: 28px;
    background: #080a0c;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    min-height: 170px;
    position: relative
}

.llm-pill-row {
    display: flex;
    align-items: center;
    background: rgba(0, 208, 132, .08);
    border: 1px solid rgba(0, 208, 132, .2);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 10px;
}

.llm-green-bar {
    height: 9px;
    border-radius: 4px;
    background: var(--green);
    flex: 1;
    margin-right: 8px
}

.llm-icon-box {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: rgba(0, 208, 132, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.llm-icon-box svg {
    width: 9px;
    height: 9px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2
}

.llm-gray-row {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    margin-bottom: 8px
}

.copy-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: white;
    color: #0a0a0a;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 11px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.copy-badge svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2
}

.cursor-ava {
    position: absolute;
    right: 14px;
    bottom: 50px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c6ef4, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #080a0c;
}

.sparkle-tl {
    position: absolute;
    left: 26%;
    top: 15%
}

.sparkle-tr {
    position: absolute;
    right: 22%;
    top: 14%
}


.ag-mockup {
    margin-top: 28px;
    background: #080a0c;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 24px;
    min-height: 170px;
    display: flex;
    align-items: center
}

.ag-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%
}

.ag-circ {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 208, 132, .3);
}

.ag-circ svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: none;
    stroke-width: 2.5
}

.ag-circ.pend {
    background: transparent;
    border: 2px solid var(--border2)
}

.ag-circ.pend svg {
    stroke: var(--dim);
    stroke-width: 1.5;
    stroke-dasharray: 3 3
}

.ag-line {
    flex: 1;
    height: 2px;
    border-radius: 1px;
    background: rgba(0, 208, 132, .25)
}

.ag-line.done {
    background: var(--green)
}


.asst-inner {
    background: #08090a;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center
}

.asst-ey {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 14px
}

.asst-inner h2 {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 14px
}

.asst-inner>p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 50px
}

.asst-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 12px;
    align-items: start
}

.a-col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.a-panel {
    background: #0d0f11;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden
}

.a-ph {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dim)
}

.a-ph svg {
    width: 10px;
    height: 10px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5
}

.a-pb {
    padding: 11px
}

.a-sk {
    height: 7px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .06);
    margin-bottom: 7px
}

.a-sk.w5 {
    width: 50%
}

.a-sk.w6 {
    width: 60%
}

.a-sk.w8 {
    width: 80%
}

.a-sk-sq {
    height: 34px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
    display: inline-block
}

.mcp-panel {
    background: #0d0f11;
    border: 1px solid rgba(0, 208, 132, .3);
    border-radius: 12px;
    overflow: hidden
}

.mcp-ph {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--green)
}

.mcp-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 5px var(--green)
}

.mcp-pb {
    padding: 11px
}

.mcp-bar {
    height: 8px;
    border-radius: 4px;
    background: var(--green);
    margin-bottom: 7px;
    opacity: .9
}

.mcp-bar2 {
    width: 72%;
    height: 8px;
    border-radius: 4px;
    background: rgba(0, 208, 132, .45)
}

.ai-panel {
    background: #0d0f11;
    border: 2px solid rgba(0, 208, 132, .28);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 208, 132, .07)
}

.ai-top {
    padding: 16px 18px 14px;
    border-bottom: 1px solid var(--border)
}

.ai-res-bar {
    height: 30px;
    border-radius: 8px;
    background: var(--green);
    opacity: .85;
    margin-bottom: 0
}

.ai-bottom {
    padding: 12px
}

.ai-input {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 8px 12px;
    font-size: 12px;
    color: var(--dim)
}

.ai-send {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0
}

.ai-send svg {
    width: 9px;
    height: 9px;
    stroke: white;
    fill: none;
    stroke-width: 2.5
}

.ent-sec {
    padding: 100px 24px;
    background-color: #151616;
}

.ent-inner {
    max-width: 1100px;
    margin: 0 auto
}

.ent-hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 56px
}

.ent-h-left {
    max-width: 650px
}

.ent-ey {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 14px
}

.ent-h-left h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.05;
    margin-bottom: 14px
}

.ent-h-left p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    font-weight: 400;
}

.btn-border {
    display: inline-block;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 500;
    color: #0a0a0a;
    border: 1.5px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    flex-shrink: 0;
    line-height: 24px;
    transition: all .15s;
    background: white;
}

.btn-solid {
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 600;

    background: white;
    border-radius: 999px;
    transition: opacity .15s
}

.btn-solid:hover {
    opacity: .88
}


.btn-border:hover {
    opacity: .88
}

.ent-feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    margin-bottom: 52px
}

.ef-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 208, 132, .1);
    border: 1.5px solid rgba(0, 208, 132, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

.ef-icon svg {
    width: 18px;
    height: 18px
}

.ef h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.3px;
    margin-bottom: 9px
}

.ef p {
    font-size: 16px;
    font-weight: 400;
    color: #b8baba;
    line-height: 1.7
}

.ant-card {
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 500px;
    margin-bottom: 0;
    background: #0d1f33;
    background-image: url("./assets//anthropic.svg");
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ant-left {
    padding: 65px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ant-tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.1px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 14px
}

.ant-left h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 1.35;
    margin-bottom: 20px;
    color: white
}

.ant-story {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    padding-bottom: 2px;
    width: fit-content
}

.ant-stats {
    display: flex;
    gap: 36px;
    margin-top: 28px;
    padding-top: 22px;
}

.sn {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 1;
    color: white
}

.sl {
    font-size: 14px;
    font-weight: 400;
    color: rgb(100% 99.99% 99.99% / 0.8);
    margin-top: 5px;
    line-height: 1.5
}

.ant-right {
    position: relative;
    overflow: hidden;
    background: #0a1520
}

.ant-sky {
    position: absolute;
    inset: 0;
}

.ant-mtn {
    position: absolute;
    left: 0;
    right: 0
}


.ant-arch-wrap {
    position: absolute;
    right: 12%;
    bottom: 0;
    width: 28%;
    height: 85%
}

.ant-arch-outer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #c8880a;
    border-radius: 50% 50% 0 0/60% 60% 0 0;
    border-bottom: none;

}

.ant-arch-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 72%;
    height: 88%;
    border: 6px solid #7a4808;
    border-radius: 50% 50% 0 0/60% 60% 0 0;
    border-bottom: none
}

.ant-pillars {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 65%;
    height: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly
}

.ant-pillar {
    width: 3px;
    border-radius: 2px 2px 0 0;
    opacity: .8
}

.ant-pillar:nth-child(1) {
    height: 35%
}

.ant-pillar:nth-child(2) {
    height: 55%
}

.ant-pillar:nth-child(3) {
    height: 70%
}

.ant-pillar:nth-child(4) {
    height: 55%
}

.ant-pillar:nth-child(5) {
    height: 35%
}

.ant-left-fade {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, #0a1a2e 0%, transparent 100%);
    z-index: 1
}

.ls-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 20px;
    margin-top: 20px;
}

.ls-item {
    padding: 24px 36px;

    display: flex;
    align-items: center;
    gap: 7px
}

.ls-item:last-child {
    border-right: none
}

.ls-t {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.3px;
    color: rgba(255, 255, 255, .4);
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 6px
}

.ls-item:hover .ls-t {
    color: rgba(255, 255, 255, .75)
}

.cust-sec {
    padding: 100px 24px;
    background-color: #08090a;
}

.cust-inner {
    max-width: 1100px;
    margin: 0 auto
}

.cust-inner>h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 10px
}

.cust-inner>p {
    font-size: 16px;
    font-weight: 400;
    color: var(--muted);
    text-align: center;
    line-height: 1.65;
    max-width: 500px;
    margin: 0 auto 50px
}

.cust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.cc {
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s, border-color .2s
}



.cc-img {
    border-radius: 16px;
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.cc-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
}

.cc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.perp-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.cc-img.perp {
    background: linear-gradient(135deg, #041c2e 0%, #063040 40%, #083d50 60%, #0a4858 100%)
}

.cc-img.xtwit {
    background: linear-gradient(135deg, #080808 0%, #101010 50%, #181818 100%)
}

.cc-img.kalshi {
    background: linear-gradient(135deg, #001808 0%, #003a15 30%, #00a040 60%, #ffe020 90%)
}

.cc-body {
    padding-block: 15px;
}

.cc-img {
    position: relative;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
}

.cc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.x-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.x-logo svg {
    width: 40px;
    height: auto;
}

.cc-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 9px
}

.cc-read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
    transition: color .15s
}

.cc:hover .cc-read {
    color: white
}

.cc-read svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2
}

.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px
}

.c-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s
}

.c-btn:hover {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .08)
}

.c-btn svg {
    width: 14px;
    height: 14px;
    stroke: white;
    fill: none;
    stroke-width: 2
}

.cta-sec {
    padding: 100px 24px;
    text-align: center;
    background-color: #08090a;
}

.cta-inner {
    max-width: 600px;
    margin: 0 auto
}

.cta-inner h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2.5px;
    line-height: 44px;
    margin-bottom: 14px
}

.cta-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 36px
}

.cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 72px
}

.btn-white {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    color: #08090a;
    background: white;
    border-radius: 999px;
    transition: opacity .15s
}

.btn-white:hover {
    opacity: .88
}

.btn-dark {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background: #08090a;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    transition: all .15s
}

.btn-dark:hover {
    border-color: #161718;
    background: #161718
}

.cta-feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden
}

.cf {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 28px;
    border-right: 1px solid var(--border)
}

.cf:last-child {
    border-right: none
}

.cf:first-child {
    padding-right: 40px;
}

.cf:last-child {
    padding-left: 40px;
}

.cf-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(0, 208, 132, .09);

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.cf-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--green);
    fill: none;
    stroke-width: 1.5
}

.cf h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px
}

.cf p {
    font-size: 16px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 12px
}

.cf a {
    font-size: 15px;
    font-weight: 500;
    color: var(--green);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap .15s
}

.cf a:hover {
    gap: 8px
}

.cf a svg {
    width: 12px;
    height: 12px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2.5
}

footer {
    background: var(--bg);
}

.ft-outer {
    max-width: 1060px;
    margin: 0 auto;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    padding: 0 40px;
}

.ft-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0 32px;

}

.footer_hr {
    border: 1px solid var(--border);
}

.ft-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.2px;
    color: white;
}

.ft-socials {
    display: flex;
    align-items: center;
    gap: 22px
}

.ft-socials a {
    color: rgba(255, 255, 255, .4);
    transition: color .15s;
    display: flex;
    align-items: center;
}

.ft-socials a:hover {
    color: rgba(255, 255, 255, .85)
}

.ft-socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ft-socials a:first-child svg {
    fill: currentColor;
    stroke: none
}

.ft-links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 52px 0 60px;
}



.fc-head {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 24px;
    display: block;
}

.fc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.fc-list a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .82);
    transition: color .15s;
}

.fc-list a:hover {
    color: white
}


.ft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 24px;
}

.ft-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    padding: 7px 16px 7px 12px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
}

.ft-s-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 6px var(--green);
    flex-shrink: 0;
}

.ft-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, .4)
}

.ft-theme {
    display: flex;
    align-items: center;
    gap: 2px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    padding: 3px;
}

.th-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, .35);
    transition: all .12s;
}

.th-btn:hover {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .7)
}

.th-btn.on {
    background: rgba(255, 255, 255, .12);
    color: white
}

.th-btn svg {
    width: 13px;
    height: 13px;
    fill: currentColor
}