@font-face {
    font-family: "Unbounded";
    src: url("/fonts/unbounded/Unbounded-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
}

.body_wrapper {
    grid-template-columns: minmax(0, 1fr);
}

.body_wrapper > header,
.body_wrapper > main,
.body_wrapper > footer {
    min-width: 0;
}

.ct-explorer {
    --ct-font-display: "Unbounded", "Segoe UI", sans-serif;
    --ct-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --ct-ink: #152033;
    --ct-muted: #667085;
    --ct-line: #e2e8f0;
    --ct-soft: #f4f7fb;
    --ct-surface: #ffffff;
    --ct-page: #f8fafc;
    --ct-primary: #e6007a;
    --ct-primary-soft: #fff0f7;
    --ct-secondary: #7259ff;
    --ct-cyan: #00a8bd;
    --ct-green: #15946f;
    --ct-amber: #b96b00;
    --ct-shadow: 0 20px 55px rgba(27, 39, 71, .08);
    width: min(1480px, calc(100% - 24px));
    margin: 24px auto 0;
    color: var(--ct-ink);
    font-family: var(--ct-font-body);
}

.darkmode--activated .ct-explorer {
    --ct-ink: #f5f7fb;
    --ct-muted: #aeb8cb;
    --ct-line: #29344a;
    --ct-soft: #131b2a;
    --ct-surface: #0d1421;
    --ct-page: #090f19;
    --ct-primary-soft: #2b1021;
    --ct-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.ct-explorer *,
.ct-explorer *::before,
.ct-explorer *::after {
    box-sizing: border-box;
}

.ct-explorer button,
.ct-explorer input,
.ct-explorer select {
    font-family: inherit;
}

.ct-explorer h1,
.ct-explorer h2,
.ct-explorer h3,
.ct-explorer h4,
.ct-explorer p {
    margin-top: 0;
}

.ct-hero h1,
.ct-network-header h2,
.ct-section-heading h3,
.ct-learn h2,
.ct-core-cube strong,
.ct-metric-card > strong,
.ct-timeline__content strong,
.ct-core-details h4,
.ct-radar-card strong,
.ct-directory__count strong,
.ct-learn__grid h3 {
    font-family: var(--ct-font-display);
    font-synthesis: none;
}

.ct-eyebrow,
.ct-section-kicker,
.ct-explorer .ct-network-switcher__button,
.ct-explorer .ct-mode-switcher button {
    font-family: var(--ct-font-display);
    font-synthesis: none;
}

.ct-explorer a {
    color: inherit;
}

.ct-hero {
    position: relative;
    min-height: 480px;
    padding: clamp(42px, 7vw, 94px);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    align-items: center;
    gap: 40px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 34px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(4, 9, 22, .98), rgba(13, 19, 43, .96) 56%, rgba(33, 12, 42, .94)),
        radial-gradient(circle at 70% 50%, rgba(230, 0, 122, .35), transparent 38%);
    box-shadow: 0 34px 80px rgba(13, 17, 33, .24);
}

.ct-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.ct-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
    pointer-events: none;
}

.ct-hero__glow--one {
    width: 330px;
    height: 330px;
    right: 8%;
    top: -130px;
    background: rgba(230, 0, 122, .24);
}

.ct-hero__glow--two {
    width: 260px;
    height: 260px;
    left: 42%;
    bottom: -190px;
    background: rgba(62, 204, 255, .22);
}

.ct-hero__content,
.ct-hero__visual {
    position: relative;
    z-index: 1;
}

.ct-eyebrow,
.ct-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--ct-primary);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ct-hero .ct-eyebrow {
    color: #ff79be;
}

.ct-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #43e6ad;
    box-shadow: 0 0 0 6px rgba(67, 230, 173, .12), 0 0 18px rgba(67, 230, 173, .8);
}

.ct-hero h1 {
    max-width: 840px;
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 720;
}

.ct-hero h1 span {
    color: transparent;
    background: linear-gradient(92deg, #fff 8%, #ff79be 49%, #7de5ff 96%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ct-hero__lead {
    max-width: 720px;
    margin-bottom: 30px;
    color: #cbd4e7;
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.65;
}

.ct-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.ct-network-switcher,
.ct-mode-switcher {
    display: inline-flex;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(15px);
}

.ct-network-switcher__button,
.ct-mode-switcher button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border: 0;
    border-radius: 10px;
    color: #bfc9db;
    background: transparent;
    font-size: 13px;
    font-weight: 560;
    text-decoration: none;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.ct-network-switcher__button:hover,
.ct-mode-switcher button:hover {
    color: #fff;
}

.ct-network-switcher__button[aria-current="page"],
.ct-mode-switcher button[aria-pressed="true"] {
    color: #fff;
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    transform: translateY(-1px);
}

.ct-network-switcher__button[data-network-target="polkadot"][aria-current="page"] {
    background: linear-gradient(135deg, #e6007a, #c5006a);
    box-shadow: 0 0 0 2px rgba(255, 80, 169, .38), 0 12px 28px rgba(230, 0, 122, .3);
}

.ct-network-switcher__button[data-network-target="kusama"][aria-current="page"] {
    color: #10141e;
    background: #f4f4f5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .38), 0 12px 28px rgba(0, 0, 0, .28);
}

.ct-network-mark {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    flex: 0 0 auto;
    object-fit: contain;
}

.ct-network-switcher__button .network-brand-symbol--polkadot {
    filter: invert(1);
}

.ct-network-switcher__button .network-brand-symbol--kusama {
    filter: none;
}

.ct-network-switcher__button[data-network-target="kusama"][aria-current="page"] .network-brand-symbol--kusama {
    filter: invert(1);
}

.ct-hero__visual {
    min-height: 310px;
    display: grid;
    place-items: center;
}

.ct-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    animation: ct-spin 24s linear infinite;
}

.ct-orbit--outer {
    width: 310px;
    height: 310px;
}

.ct-orbit--inner {
    width: 225px;
    height: 225px;
    animation-direction: reverse;
    animation-duration: 17s;
}

.ct-orbit span {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: #e6007a;
    box-shadow: 0 0 22px rgba(230, 0, 122, .75);
}

.ct-orbit span:nth-child(1) { left: 24px; top: 49px; }
.ct-orbit span:nth-child(2) { right: -7px; top: 142px; background: #48d6ef; box-shadow: 0 0 22px rgba(72, 214, 239, .75); }
.ct-orbit span:nth-child(3) { left: 112px; bottom: -7px; background: #7668ff; box-shadow: 0 0 22px rgba(118, 104, 255, .75); }

.ct-core-cube {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 32px 60px rgba(0, 0, 0, .32), 0 0 60px rgba(230, 0, 122, .16);
    backdrop-filter: blur(18px);
    transform: rotate(-4deg);
}

.ct-core-cube__label {
    margin-bottom: 5px;
    color: #ff75bc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .22em;
}

.ct-core-cube strong {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.ct-core-cube small {
    margin-top: 7px;
    color: #aeb9cc;
    font-size: 12px;
    letter-spacing: .08em;
}

@keyframes ct-spin {
    to { transform: rotate(360deg); }
}

.ct-network-panel {
    margin-bottom: 56px;
}

.ct-network-panels {
    position: relative;
    margin-top: 42px;
}

.ct-network-panel {
    transition: opacity .18s ease;
}

.ct-network-panels.is-loading .ct-network-panel {
    opacity: .42;
    pointer-events: none;
}

.ct-network-loader {
    position: absolute;
    z-index: 8;
    top: 24px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border: 1px solid var(--ct-line);
    border-radius: 999px;
    color: var(--ct-ink);
    background: var(--ct-surface);
    box-shadow: var(--ct-shadow);
    transform: translateX(-50%);
}

.ct-network-loader[hidden] {
    display: none;
}

.ct-network-loader span {
    width: 16px;
    height: 16px;
    border: 2px solid var(--ct-line);
    border-top-color: var(--ct-primary);
    border-radius: 50%;
    animation: ct-spin .7s linear infinite;
}

.ct-network-loader strong {
    font-size: 13px;
    white-space: nowrap;
}

.ct-explorer[data-active-network="polkadot"] [data-network-panel="kusama"],
.ct-explorer[data-active-network="kusama"] [data-network-panel="polkadot"] {
    display: none;
}

.ct-network-header {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.ct-network-header h2,
.ct-section-heading h3,
.ct-learn h2 {
    margin-bottom: 0;
    color: var(--ct-ink);
    font-weight: 820;
    letter-spacing: -.035em;
}

.ct-network-header h2 {
    font-size: clamp(27px, 3vw, 40px);
}

.ct-network-header .ct-section-kicker {
    margin-bottom: 12px;
    padding: 9px 13px;
    gap: 8px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 620;
    letter-spacing: -.025em;
    line-height: 1;
    text-transform: none;
}

.ct-network-heading-mark {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    object-fit: contain;
}

.ct-network-header .network-brand-symbol--polkadot {
    filter: none;
}

.ct-network-header .network-brand-symbol--kusama {
    filter: invert(1);
}

[data-network-panel="polkadot"] .ct-network-header .ct-section-kicker {
    color: #d60072;
    background: #fff0f7;
}

[data-network-panel="kusama"] .ct-network-header .ct-section-kicker {
    color: #5b43d6;
    background: #f1eeff;
}

.darkmode--activated [data-network-panel="polkadot"] .ct-network-header .ct-section-kicker {
    color: #ff79be;
    background: #2b1021;
}

.darkmode--activated [data-network-panel="kusama"] .ct-network-header .ct-section-kicker {
    color: #b7aaff;
    background: #1b1832;
}

.darkmode--activated .ct-network-header .network-brand-symbol--polkadot {
    filter: invert(1);
}

.darkmode--activated .ct-network-header .network-brand-symbol--kusama {
    filter: none;
}

.ct-source-status {
    min-width: 430px;
    padding: 12px 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--ct-line);
    border-radius: 14px;
    color: var(--ct-muted);
    background: var(--ct-surface);
}

.ct-source-status__item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ct-source-status__dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #de8d1b;
    box-shadow: 0 0 0 5px rgba(222, 141, 27, .12);
}

.ct-source-status__item.is-fresh .ct-source-status__dot {
    background: #20b784;
    box-shadow: 0 0 0 5px rgba(32, 183, 132, .12);
}

.ct-source-status strong,
.ct-source-status span,
.ct-source-status small {
    display: block;
}

.ct-source-status strong {
    color: var(--ct-ink);
    font-size: 13px;
}

.ct-source-status span,
.ct-source-status__block {
    font-size: 12px;
}

.ct-source-status__block {
    padding-left: 12px;
    border-left: 1px solid var(--ct-line);
    text-align: right;
}

.ct-source-status__block small {
    font-size: inherit;
    opacity: .72;
}

.ct-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ct-metric-card {
    min-height: 218px;
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--ct-line);
    border-radius: 20px;
    background: var(--ct-surface);
    box-shadow: 0 14px 32px rgba(24, 39, 75, .045);
}

.ct-metric-card::after {
    content: "";
    width: 110px;
    height: 110px;
    position: absolute;
    right: -52px;
    top: -52px;
    border-radius: 50%;
    background: var(--ct-card-glow, rgba(230, 0, 122, .08));
}

.ct-metric-card--cycle { --ct-card-accent: #7259ff; --ct-card-glow: rgba(114, 89, 255, .12); }
.ct-metric-card--phase { --ct-card-accent: #0d9ead; --ct-card-glow: rgba(13, 158, 173, .12); }
.ct-metric-card--available { --ct-card-accent: #15946f; --ct-card-glow: rgba(21, 148, 111, .12); }
.ct-metric-card--price { --ct-card-accent: #e6007a; --ct-card-glow: rgba(230, 0, 122, .11); }

.ct-metric-card__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: var(--ct-card-accent);
    background: color-mix(in srgb, var(--ct-card-accent) 10%, transparent);
}

.ct-metric-card__icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.ct-metric-card__label {
    display: block;
    margin-bottom: 5px;
    color: var(--ct-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ct-metric-card > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ct-ink);
    font-size: clamp(25px, 2.45vw, 37px);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 650;
}

.ct-metric-card > strong small {
    font-size: .44em;
    letter-spacing: 0;
}

.ct-metric-card p {
    margin-bottom: 0;
    color: var(--ct-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ct-countdown {
    display: inline-block;
    margin-top: 10px;
    color: var(--ct-card-accent);
    font-size: 12px;
    font-weight: 800;
}

.ct-section {
    margin-top: 22px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid var(--ct-line);
    border-radius: 24px;
    background: var(--ct-surface);
    box-shadow: 0 14px 38px rgba(24, 39, 75, .045);
}

.ct-section-heading {
    margin-bottom: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.ct-section-heading h3 {
    font-size: clamp(23px, 2.6vw, 32px);
}

.ct-section-heading > p {
    max-width: 520px;
    margin-bottom: 1px;
    color: var(--ct-muted);
    font-size: 13px;
    line-height: 1.55;
    text-align: right;
}

.ct-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.ct-timeline__phase {
    position: relative;
    min-width: 0;
    padding-top: 20px;
}

.ct-timeline__track {
    height: 6px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: var(--ct-line);
}

.ct-timeline__phase:first-child .ct-timeline__track {
    border-radius: 99px 0 0 99px;
}

.ct-timeline__phase:last-child .ct-timeline__track {
    right: 50%;
    border-radius: 0 99px 99px 0;
}

.ct-timeline__track span {
    height: 100%;
    display: block;
    background: linear-gradient(90deg, var(--ct-secondary), var(--ct-primary));
}

.ct-timeline__marker {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border: 3px solid var(--ct-surface);
    border-radius: 50%;
    background: var(--ct-line);
    box-shadow: 0 0 0 1px var(--ct-line);
}

.ct-timeline__phase.is-complete .ct-timeline__marker,
.ct-timeline__phase.is-current .ct-timeline__marker {
    background: var(--ct-primary);
    box-shadow: 0 0 0 1px var(--ct-primary);
}

.ct-timeline__phase.is-current .ct-timeline__marker {
    box-shadow: 0 0 0 1px var(--ct-primary), 0 0 0 7px rgba(230, 0, 122, .12);
}

.ct-timeline__content {
    padding: 16px 18px 0 0;
}

.ct-timeline__status {
    display: block;
    margin-bottom: 7px;
    color: var(--ct-muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ct-timeline__phase.is-current .ct-timeline__status {
    color: var(--ct-primary);
}

.ct-timeline__content strong,
.ct-timeline__content small,
.ct-timeline__content time {
    display: block;
}

.ct-timeline__content strong {
    margin-bottom: 4px;
    font-size: 15px;
}

.ct-timeline__content small {
    min-height: 37px;
    color: var(--ct-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ct-timeline__content time {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 750;
}

.ct-timeline__blocks {
    margin-top: 8px;
    color: var(--ct-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
}

.ct-core-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
}

.ct-core-map-card,
.ct-core-details {
    border: 1px solid var(--ct-line);
    border-radius: 18px;
    background: var(--ct-soft);
}

.ct-core-map-card {
    padding: 20px;
}

.ct-core-legend {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    color: var(--ct-muted);
    font-size: 13px;
}

.ct-core-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ct-core-legend i {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 3px;
}

.ct-core-map {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    gap: 8px;
}

.ct-core {
    aspect-ratio: 1;
    min-height: 46px;
    position: relative;
    display: grid;
    place-items: center;
    border: 1px solid var(--ct-core-border);
    border-radius: 10px;
    color: var(--ct-core-ink);
    background: var(--ct-core-bg);
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.ct-core:hover,
.ct-core:focus-visible,
.ct-core.is-selected {
    z-index: 2;
    outline: none;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 9px 20px rgba(17, 24, 39, .15);
}

.ct-core.is-selected {
    box-shadow: 0 0 0 3px var(--ct-surface), 0 0 0 5px var(--ct-ink);
}

.ct-core small {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 8px;
}

.ct-core.is-reserved,
.ct-core-legend .is-reserved { --ct-core-bg: #fce8f3; --ct-core-border: #f5b7d7; --ct-core-ink: #a5065a; background: var(--ct-core-bg); }
.ct-core.is-renewed,
.ct-core-legend .is-renewed { --ct-core-bg: #e5f8f1; --ct-core-border: #9bdec5; --ct-core-ink: #087151; background: var(--ct-core-bg); }
.ct-core.is-bulk,
.ct-core-legend .is-bulk { --ct-core-bg: #e8edff; --ct-core-border: #b9c6ff; --ct-core-ink: #394db2; background: var(--ct-core-bg); }
.ct-core.is-lease,
.ct-core-legend .is-lease { --ct-core-bg: #fff3dc; --ct-core-border: #f2d095; --ct-core-ink: #8b5700; background: var(--ct-core-bg); }
.ct-core.is-shared,
.ct-core-legend .is-shared { --ct-core-bg: #f1eaff; --ct-core-border: #cbb5f4; --ct-core-ink: #6740a5; background: repeating-linear-gradient(135deg, #f1eaff, #f1eaff 5px, #e6d9ff 5px, #e6d9ff 10px); }
.ct-core.is-idle,
.ct-core-legend .is-idle { --ct-core-bg: var(--ct-surface); --ct-core-border: var(--ct-line); --ct-core-ink: var(--ct-muted); background: var(--ct-core-bg); }

.ct-core-details {
    min-height: 300px;
    padding: 24px;
}

.ct-core-details-backdrop,
.ct-core-details__close {
    display: none;
}

.ct-core-details__empty {
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ct-core-details__glyph {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
    display: grid;
    place-items: center;
    border: 1px dashed var(--ct-line);
    border-radius: 16px;
    color: var(--ct-secondary);
    background: var(--ct-surface);
    font-size: 27px;
}

.ct-core-details h4 {
    margin-bottom: 8px;
    color: var(--ct-ink);
    font-size: 20px;
    line-height: 1.25;
}

.ct-core-details p {
    max-width: 235px;
    margin-bottom: 0;
    color: var(--ct-muted);
    font-size: 12px;
    line-height: 1.55;
}

.ct-core-details__topline {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--ct-muted);
    font-size: 12px;
}

.ct-core-details__topline > span:first-child strong {
    color: var(--ct-ink);
    font-size: 18px;
}

.ct-status-pill,
.ct-access-pill,
.ct-mini-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-weight: 750;
}

.ct-status-pill {
    padding: 6px 9px;
    color: var(--ct-secondary);
    background: color-mix(in srgb, var(--ct-secondary) 11%, transparent);
    font-size: 12px;
}

.ct-core-details dl {
    margin: 20px 0;
}

.ct-core-details dl > div {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    border-bottom: 1px solid var(--ct-line);
}

.ct-core-details dt {
    color: var(--ct-muted);
    font-size: 12px;
    font-weight: 600;
}

.ct-core-details dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 700;
}

.ct-core-details a {
    color: var(--ct-primary);
    font-size: 12px;
    font-weight: 800;
}

.ct-radar__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ct-radar-card {
    padding: 20px;
    border: 1px solid var(--ct-line);
    border-top: 3px solid var(--ct-radar-accent);
    border-radius: 15px;
    background: var(--ct-soft);
}

.ct-radar-card--renewed { --ct-radar-accent: #15946f; }
.ct-radar-card--new { --ct-radar-accent: #7259ff; }
.ct-radar-card--open { --ct-radar-accent: #e6007a; }
.ct-radar-card--projects { --ct-radar-accent: #0d9ead; }

.ct-radar-card > span {
    display: block;
    min-height: 34px;
    color: var(--ct-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
    text-transform: uppercase;
}

.ct-radar-card strong {
    display: block;
    margin: 7px 0 9px;
    color: var(--ct-ink);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 650;
}

.ct-radar-card p {
    margin-bottom: 0;
    color: var(--ct-muted);
    font-size: 12px;
    line-height: 1.45;
}

.ct-section-heading--directory {
    align-items: center;
}

.ct-directory__count {
    min-width: 116px;
    padding: 10px 14px;
    border-left: 2px solid var(--ct-primary);
}

.ct-directory__count strong,
.ct-directory__count span {
    display: block;
}

.ct-directory__count strong {
    font-size: 23px;
    line-height: 1;
}

.ct-directory__count span {
    margin-top: 5px;
    color: var(--ct-muted);
    font-size: 12px;
}

.ct-directory__toolbar {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 220px;
    gap: 12px;
}

.ct-search {
    position: relative;
    margin: 0;
}

.ct-search svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    fill: var(--ct-muted);
    pointer-events: none;
}

.ct-search input,
.ct-access-filter select {
    width: 100%;
    height: 48px;
    border: 1px solid var(--ct-line);
    border-radius: 12px;
    color: var(--ct-ink);
    background: var(--ct-soft);
    font-size: 16px;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.ct-search input {
    padding: 0 16px 0 46px;
}

.ct-access-filter {
    margin: 0;
}

.ct-access-filter select {
    padding: 0 13px;
}

.ct-search input:focus,
.ct-access-filter select:focus {
    border-color: var(--ct-primary);
    box-shadow: 0 0 0 3px rgba(230, 0, 122, .1);
}

.ct-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--ct-line);
    border-radius: 15px;
}

.ct-directory-table {
    width: 100%;
    min-width: 940px;
    margin: 0;
    border-collapse: collapse;
    color: var(--ct-ink);
    background: var(--ct-surface);
}

.ct-directory-table th,
.ct-directory-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--ct-line);
    vertical-align: middle;
    text-align: left;
}

.ct-directory-table th {
    color: var(--ct-muted);
    background: var(--ct-soft);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ct-directory-table td {
    font-size: 12px;
}

.ct-directory-table tbody tr:last-child td {
    border-bottom: 0;
}

.ct-directory-table tbody tr:hover td {
    background: color-mix(in srgb, var(--ct-primary) 2.5%, var(--ct-surface));
}

.ct-project {
    min-width: 215px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.ct-project img,
.ct-project__initials {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border: 1px solid var(--ct-line);
    border-radius: 12px;
    background: var(--ct-soft);
}

.ct-project img {
    padding: 3px;
    object-fit: contain;
}

.ct-project__initials {
    display: grid;
    place-items: center;
    color: var(--ct-primary);
    font-size: 12px;
    font-weight: 900;
}

.ct-project a,
.ct-project strong,
.ct-project small,
.ct-directory-table td > strong,
.ct-directory-table td > small {
    display: block;
}

.ct-project a,
.ct-project strong {
    color: var(--ct-ink);
    font-weight: 800;
}

.ct-project a:hover {
    color: var(--ct-primary);
}

.ct-project small,
.ct-directory-table td > small {
    margin-top: 3px;
    color: var(--ct-muted);
    font-size: 12px;
}

.ct-directory-table code {
    padding: 4px 7px;
    border-radius: 6px;
    color: var(--ct-secondary);
    background: color-mix(in srgb, var(--ct-secondary) 9%, transparent);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
}

.ct-technical-period {
    min-width: 170px;
}

.ct-technical-period + .ct-technical-period {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid var(--ct-line);
}

.ct-technical-period__core,
.ct-technical-period small {
    display: block;
}

.ct-technical-period__core {
    margin-bottom: 6px;
    color: var(--ct-ink);
    font-size: 12px;
    font-weight: 750;
}

.ct-technical-period code {
    display: inline-block;
    white-space: nowrap;
}

.ct-technical-period small {
    margin-top: 6px;
    color: var(--ct-muted);
    font-size: 12px;
}

.ct-core-list {
    max-width: 170px;
    line-height: 1.45;
}

.ct-mini-badge {
    margin-top: 5px;
    padding: 3px 7px;
    color: #6740a5;
    background: #f1eaff;
    font-size: 11px;
}

.ct-access-pill {
    padding: 6px 9px;
    font-size: 12px;
}

.ct-access-pill.is-renewed { color: #087151; background: #e5f8f1; }
.ct-access-pill.is-bulk { color: #394db2; background: #e8edff; }
.ct-access-pill.is-reserved { color: #a5065a; background: #fce8f3; }
.ct-access-pill.is-lease { color: #8b5700; background: #fff3dc; }

.ct-directory__empty {
    padding: 54px 24px;
    color: var(--ct-muted);
    text-align: center;
}

.ct-directory__empty strong,
.ct-directory__empty span {
    display: block;
}

.ct-directory__empty strong {
    margin-bottom: 6px;
    color: var(--ct-ink);
}

.ct-empty-state {
    padding: 70px 24px;
    border: 1px dashed var(--ct-line);
    border-radius: 20px;
    text-align: center;
    background: var(--ct-surface);
}

.ct-empty-state h3 {
    color: var(--ct-ink);
}

.ct-empty-state p {
    margin-bottom: 0;
    color: var(--ct-muted);
}

.ct-learn {
    margin: 72px 0 30px;
    padding: clamp(34px, 5vw, 62px);
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, #141a2a, #21142c 62%, #152438);
}

.ct-section-heading--centered {
    display: block;
    text-align: center;
}

.ct-learn .ct-section-heading--centered p {
    max-width: none;
    margin-top: 10px;
    text-align: center;
}

.ct-learn h2 {
    color: #fff;
    font-size: clamp(27px, 3.5vw, 42px);
}

.ct-learn__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ct-learn__grid article {
    min-height: 178px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .045);
}

.ct-learn__grid article > span {
    color: #ff70b9;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ct-learn__grid h3 {
    margin: 20px 0 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.ct-learn__grid p {
    margin-bottom: 0;
    color: #aeb9ca;
    font-size: 12px;
    line-height: 1.55;
}

.ct-page-footer {
    margin-bottom: 44px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: var(--ct-muted);
    font-size: 12px;
}

.ct-page-footer p {
    margin-bottom: 0;
}

.ct-page-footer a {
    color: var(--ct-primary);
    font-weight: 750;
}

.ct-explorer[data-mode="essentials"] .ct-advanced {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .ct-orbit {
        animation: none;
    }

    .ct-core,
    .ct-core-details,
    .ct-core-details-backdrop,
    .ct-network-switcher__button,
    .ct-mode-switcher button {
        transition: none !important;
    }

    .ct-network-loader span {
        animation: none !important;
    }
}

@media (min-width: 901px) {
    .ct-eyebrow,
    .ct-section-kicker {
        font-size: 13px;
    }

    .ct-network-switcher__button {
        min-width: 142px;
        min-height: 52px;
        padding: 11px 20px;
        font-size: 16px;
        font-weight: 650;
    }

    .ct-mode-switcher button {
        min-height: 46px;
        padding: 10px 17px;
        font-size: 14px;
    }

    .ct-core-cube__label,
    .ct-core-cube small {
        font-size: 12px;
    }

    .ct-source-status strong {
        font-size: 14px;
    }

    .ct-source-status span,
    .ct-source-status__block {
        font-size: 12px;
    }

    .ct-metric-card__label {
        font-size: 13px;
    }

    .ct-metric-card p,
    .ct-section-heading > p {
        font-size: 14px;
    }

    .ct-countdown {
        font-size: 13px;
    }

    .ct-timeline__status {
        font-size: 12px;
    }

    .ct-timeline__content strong {
        font-size: 16px;
        font-weight: 600;
    }

    .ct-timeline__content small {
        font-size: 13px;
    }

    .ct-timeline__content time {
        font-size: 13px;
    }

    .ct-timeline__blocks {
        font-size: 12px;
    }

    .ct-core-legend {
        font-size: 13px;
    }

    .ct-core {
        font-size: 13px;
    }

    .ct-core small {
        font-size: 11px;
    }

    .ct-core-details p {
        font-size: 14px;
    }

    .ct-core-details__topline,
    .ct-core-details dd,
    .ct-core-details a {
        font-size: 13px;
    }

    .ct-status-pill {
        font-size: 12px;
    }

    .ct-core-details dt {
        font-size: 12px;
    }

    .ct-radar-card > span {
        font-size: 12px;
    }

    .ct-radar-card p,
    .ct-page-footer {
        font-size: 13px;
    }

    .ct-directory__count span,
    .ct-directory-table th {
        font-size: 12px;
    }

    .ct-directory-table td {
        font-size: 14px;
    }

    .ct-project small,
    .ct-directory-table td > small,
    .ct-directory-table code {
        font-size: 12px;
    }

    .ct-technical-period__core,
    .ct-technical-period small {
        font-size: 12px;
    }

    .ct-mini-badge {
        font-size: 11px;
    }

    .ct-access-pill {
        font-size: 12px;
    }

    .ct-learn__grid article > span {
        font-size: 12px;
    }

    .ct-learn__grid h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .ct-learn__grid p {
        font-size: 14px;
    }
}

@media (max-width: 1180px) {
    .ct-hero {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .ct-orbit--outer {
        width: 270px;
        height: 270px;
    }

    .ct-metrics,
    .ct-radar__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ct-core-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 900px) {
    body.ct-core-sheet-open {
        overflow: hidden;
    }

    .ct-explorer {
        width: min(100%, calc(100% - 12px));
        margin-top: 12px;
    }

    .ct-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 48px 30px;
        border-radius: 24px;
    }

    .ct-hero__visual {
        display: none;
    }

    .ct-network-header,
    .ct-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .ct-source-status {
        width: 100%;
    }

    .ct-section-heading > p {
        max-width: none;
        text-align: left;
    }

    .ct-timeline {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ct-timeline__phase {
        min-height: 112px;
        padding: 0 0 18px 34px;
    }

    .ct-timeline__track {
        width: 6px;
        height: auto;
        inset: 0 auto 0 5px;
        border-radius: 99px;
    }

    .ct-timeline__track span {
        width: 100% !important;
        height: var(--ct-mobile-progress, 100%);
    }

    .ct-timeline__marker {
        top: 0;
        left: 0;
    }

    .ct-timeline__content {
        padding: 0;
    }

    .ct-timeline__content small {
        min-height: auto;
    }

    .ct-core-layout {
        grid-template-columns: 1fr;
    }

    .ct-core-details {
        width: auto;
        min-height: 0;
        max-height: calc(100dvh - 86px);
        position: fixed;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        z-index: 4201;
        padding: 24px;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-radius: 24px;
        box-shadow: 0 28px 80px rgba(10, 16, 31, .36);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(calc(100% + 36px));
        transition: transform .24s ease, opacity .2s ease, visibility .2s ease;
    }

    .ct-core-details.is-mobile-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .ct-core-details-backdrop {
        position: fixed;
        inset: 0;
        z-index: 4200;
        display: block;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(8, 13, 26, .58);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        cursor: default;
        transition: opacity .2s ease, visibility .2s ease;
    }

    .ct-core-details-backdrop.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .ct-core-details__close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 2;
        display: grid;
        place-items: center;
        padding: 0;
        border: 1px solid var(--ct-line);
        border-radius: 50%;
        color: var(--ct-ink);
        background: var(--ct-surface);
        cursor: pointer;
    }

    .ct-core-details__close svg {
        width: 19px;
        height: 19px;
        fill: currentColor;
    }

    .ct-core-details__content {
        padding-top: 4px;
    }

    .ct-core-details__topline {
        padding-right: 42px;
    }

    .ct-core-details__empty {
        display: none;
    }

    .ct-learn__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .ct-hero {
        padding: 38px 20px;
    }

    .ct-hero h1 {
        font-size: clamp(38px, 12vw, 55px);
    }

    .ct-network-panels {
        margin-top: 34px;
    }

    .ct-hero__actions,
    .ct-network-switcher,
    .ct-mode-switcher {
        width: 100%;
    }

    .ct-network-switcher__button,
    .ct-mode-switcher button {
        flex: 1;
        padding-inline: 8px;
    }

    .ct-network-header {
        align-items: stretch;
    }

    .ct-source-status {
        min-width: 0;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .ct-source-status__block {
        width: 100%;
        padding: 8px 0 0;
        border-width: 1px 0 0;
        text-align: left;
    }

    .ct-metrics,
    .ct-radar__grid,
    .ct-learn__grid {
        grid-template-columns: 1fr;
    }

    .ct-metric-card {
        min-height: 0;
    }

    .ct-section {
        padding: 20px 14px;
        border-radius: 18px;
    }

    .ct-core-map-card {
        padding: 14px;
    }

    .ct-core-map {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
    }

    .ct-core {
        min-height: 42px;
    }

    .ct-directory__toolbar {
        grid-template-columns: 1fr;
    }

    .ct-section-heading--directory {
        flex-direction: row;
    }

    .ct-directory__count {
        min-width: 92px;
    }

    .ct-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .ct-directory-table {
        min-width: 0;
        display: block;
        background: transparent;
    }

    .ct-directory-table thead {
        width: 1px;
        height: 1px;
        position: absolute;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .ct-directory-table tbody {
        display: grid;
        gap: 12px;
    }

    .ct-directory-table tbody tr {
        display: block;
        overflow: hidden;
        border: 1px solid var(--ct-line);
        border-radius: 14px;
        background: var(--ct-surface);
    }

    .ct-directory-table tbody tr[hidden] {
        display: none;
    }

    .ct-directory-table tbody tr:last-child td {
        border-bottom: 1px solid var(--ct-line);
    }

    .ct-directory-table td {
        width: 100%;
        min-height: 46px;
        position: relative;
        display: block;
        padding: 12px 14px 12px 118px;
        border-bottom: 1px solid var(--ct-line);
        background: var(--ct-surface);
    }

    .ct-directory-table td::before {
        content: attr(data-label);
        width: 90px;
        position: absolute;
        top: 14px;
        left: 14px;
        color: var(--ct-muted);
        font-size: 12px;
        font-weight: 750;
        line-height: 1.3;
    }

    .ct-directory-table .ct-directory-table__project {
        min-height: 0;
        padding: 15px 14px;
        background: var(--ct-soft);
    }

    .ct-directory-table__project::before {
        display: none;
    }

    .ct-directory-table tbody tr td:last-child,
    .ct-explorer[data-mode="essentials"] .ct-directory-table tbody tr td:nth-child(5) {
        border-bottom: 0;
    }

    .ct-project,
    .ct-technical-period {
        min-width: 0;
    }

    .ct-project > div {
        min-width: 0;
    }

    .ct-project a,
    .ct-project strong,
    .ct-project small {
        overflow-wrap: anywhere;
    }

    .ct-page-footer {
        flex-direction: column;
    }
}
