/*
 * Home page styles
 *
 * This file is loaded after the shared styles. Add CSS used only by
 * index.html here and begin selectors with .index-tech when practical.
 */

body.index-tech {
    --tech-ink: #101813;
    --tech-panel: #fbfdfb;
    --tech-shell: #09110c;
    --tech-shell-soft: #101b14;
    --tech-green: #63d471;
    --tech-green-dark: #236a32;
    --tech-green-faint: rgba(99, 212, 113, 0.12);
    --tech-orange: #f7931a;
    --tech-line: rgba(31, 63, 39, 0.18);
    --theme-page: #080808;
    --theme-main: #0e0e0f;
    --theme-surface: #151516;
    --theme-surface-raised: #1b1b1c;
    --theme-soft: #222223;
    --theme-text: #dce7df;
    --theme-muted: #a4b2a7;
    --theme-heading: #f3f8f4;
    --theme-accent: #7bd184;
    --theme-border: rgba(255, 255, 255, 0.14);
    --theme-nav: rgba(17, 29, 21, 0.96);
    --theme-footer: #080808;
    background: var(--theme-page);
    color: var(--theme-text);
    color-scheme: dark;
}

body.index-tech.theme-light {
    --theme-page: #ffffff;
    --theme-main: #f5f7f4;
    --theme-surface: #ffffff;
    --theme-surface-raised: #f9faf9;
    --theme-soft: #eff8ed;
    --theme-text: #333b35;
    --theme-muted: #626c64;
    --theme-heading: #172019;
    --theme-accent: #477f3e;
    --theme-border: rgba(31, 63, 39, 0.16);
    --theme-nav: rgba(255, 255, 255, 0.95);
    --theme-footer: #f1f1f1;
    color-scheme: light;
}

.index-tech .hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 34%, rgba(40, 115, 58, 0.25), transparent 34%),
        linear-gradient(145deg, #07100a 0%, #0d1710 58%, #09100b 100%);
    color: #e9f6ec;
}

.index-tech .hero::before {
    z-index: 2;
    content: "RootSeed // Bitcoin Self-Custody";
    color: var(--tech-green);
}

.index-tech .hero::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 4px
        ),
        linear-gradient(90deg, transparent 49.9%, rgba(99, 212, 113, 0.06) 50%, transparent 50.1%);
    opacity: 0.7;
    transition: opacity 220ms ease;
}

.index-tech .hero .container {
    position: relative;
    z-index: 4;
    width: min(100%, 720px);
}

.rootseed-story {
    position: relative;
    z-index: 4;
    width: 200px;
    margin: -100px auto 30px;
}

.rootseed-story.is-open::after {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 100%;
    width: 32px;
    height: 100%;
    content: "";
}

.index-tech #what-we-do {
    scroll-margin-top: calc(var(--topbar-height) + 24px);
}

.index-tech .hero-logo-container {
    border: 2px solid rgba(99, 212, 113, 0.5);
    background: #e8efe9;
    box-shadow:
        0 0 0 8px rgba(99, 212, 113, 0.06),
        0 22px 60px rgba(0, 0, 0, 0.42);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.index-tech .rootseed-story .hero-logo-container {
    margin: 0;
}

.index-tech .hero-logo-container:hover {
    transform: scale(1.04);
    box-shadow:
        0 0 0 11px rgba(99, 212, 113, 0.08),
        0 28px 70px rgba(0, 0, 0, 0.5);
}

.rootseed-story__trigger {
    position: relative;
    z-index: 2;
    display: flex;
    appearance: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #dce7df;
    cursor: pointer;
    outline: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.rootseed-story__trigger:hover .hero-logo-container,
.rootseed-story.is-open .hero-logo-container {
    transform: scale(1.04);
    box-shadow:
        0 0 0 11px rgba(99, 212, 113, 0.08),
        0 28px 70px rgba(0, 0, 0, 0.5);
}

.rootseed-story__trigger:focus-visible {
    outline: 3px solid var(--tech-orange);
    outline-offset: 3px;
}

.rootseed-story__wordmark {
    position: relative;
    padding: 6px 4px 9px;
    color: var(--tech-green);
    font: 700 0.9rem/1 var(--tech-mono);
    letter-spacing: 0.18em;
    text-shadow: 0 0 18px rgba(99, 212, 113, 0.18);
    transition:
        color 180ms ease,
        letter-spacing 180ms ease,
        transform 180ms ease;
}

.rootseed-story__wordmark::after {
    position: absolute;
    right: 20%;
    bottom: 0;
    left: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tech-green), transparent);
    content: "";
    opacity: 0.7;
    transition:
        right 180ms ease,
        left 180ms ease,
        opacity 180ms ease;
}

.rootseed-story.is-open .rootseed-story__wordmark {
    color: var(--tech-green);
    letter-spacing: 0.2em;
    transform: scale(1.06);
}

.rootseed-story.is-open .rootseed-story__wordmark::after {
    right: 0;
    left: 0;
    opacity: 1;
}

.rootseed-story__popover {
    position: absolute;
    z-index: 5;
    top: 35%;
    left: calc(100% + 32px);
    width: min(410px, calc(100vw - 48px));
    padding: 22px 24px;
    visibility: hidden;
    border: 1px solid rgba(99, 212, 113, 0.42);
    border-radius: 14px;
    background: #101b14;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
    color: #dce7df;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translate(-8px, -50%);
    transition:
        opacity 180ms ease,
        transform 180ms ease,
        visibility 180ms ease;
}

.rootseed-story__popover::before {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid rgba(99, 212, 113, 0.42);
    border-left: 1px solid rgba(99, 212, 113, 0.42);
    background: #101b14;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.rootseed-story.is-open .rootseed-story__popover {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -50%);
}

@media (min-width: 1101px) {
    .rootseed-story:hover .rootseed-story__popover {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate(0, -50%);
    }

    .rootseed-story:hover::after {
        position: absolute;
        z-index: 4;
        top: 0;
        left: 100%;
        width: 32px;
        height: 100%;
        content: "";
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .rootseed-story:hover .rootseed-story__popover {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    .rootseed-story:hover::after {
        position: absolute;
        z-index: 4;
        top: 100%;
        left: 0;
        width: 100%;
        height: 26px;
        content: "";
    }
}

.rootseed-story__popover strong {
    display: block;
    margin-bottom: 10px;
    color: var(--tech-green);
    font: 700 0.9rem/1.3 var(--tech-mono);
    letter-spacing: 0.03em;
}

.rootseed-story__popover p {
    margin: 0;
    color: #dce7df;
    font-size: 0.92rem;
    line-height: 1.55;
}

.rootseed-story__popover p + p {
    margin-top: 10px;
}

.index-tech .hero-terminal {
    position: relative;
    width: min(100%, 660px);
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #e8f3ea;
    font-family: var(--tech-mono);
    text-align: center;
    backdrop-filter: none;
}

.index-tech .hero-terminal::before {
    display: none;
    content: none;
}

.index-tech .hero-terminal__static {
    color: #f5faf6;
    font-family: var(--tech-mono);
    font-weight: 700;
}

.index-tech .hero-terminal__typed {
    color: var(--tech-green);
    font-family: var(--tech-mono);
}

.index-tech .hero-terminal__typed::before {
    content: "> ";
    color: #8b9c90;
}

.index-tech .hero-cursor {
    background: var(--tech-green);
    box-shadow: 0 0 10px var(--tech-green);
}

.index-tech .scroll-down {
    z-index: 2;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.index-tech .scroll-down svg {
    fill: var(--tech-green);
}

.hero-theme-toggle {
    position: absolute;
    z-index: 3;
    top: calc(var(--topbar-height) + 18px);
    right: clamp(24px, 5vw, 72px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 6px 8px 6px 12px;
    border: 1px solid rgba(99, 212, 113, 0.38);
    border-radius: 999px;
    background: rgba(8, 17, 11, 0.78);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
    color: #e9f6ec;
    font: 600 0.72rem/1 var(--tech-mono);
    letter-spacing: 0.05em;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.hero-theme-toggle__label {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    line-height: 1;
}

.hero-theme-toggle:hover {
    transform: translateY(-2px);
}

.hero-theme-toggle:focus-visible {
    outline: 3px solid var(--tech-orange);
    outline-offset: 3px;
}

.hero-theme-toggle__track {
    position: relative;
    width: 46px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #1d3223;
    box-shadow: inset 0 0 0 1px rgba(99, 212, 113, 0.28);
    transition: background 180ms ease;
}

.hero-theme-toggle__thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tech-green);
    color: #09200e;
    transition:
        transform 180ms ease,
        background 180ms ease;
}

.hero-theme-toggle__icon {
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-theme-toggle__sun {
    display: none;
}

.index-tech.theme-light .hero-theme-toggle__moon {
    display: none;
}

.index-tech.theme-light .hero-theme-toggle__sun {
    display: inline;
}

.index-tech.theme-light .hero {
    background:
        radial-gradient(circle at 50% 34%, rgba(247, 147, 26, 0.16), transparent 34%),
        linear-gradient(145deg, #f9fcf6 0%, #e8f2e8 58%, #f7f4e8 100%);
    color: #142019;
}

.index-tech.theme-light .hero::before {
    color: #245f30;
}

.index-tech.theme-light .hero::after {
    background:
        repeating-linear-gradient(
            0deg,
            rgba(20, 60, 30, 0.025) 0,
            rgba(20, 60, 30, 0.025) 1px,
            transparent 1px,
            transparent 4px
        ),
        linear-gradient(90deg, transparent 49.9%, rgba(35, 106, 50, 0.08) 50%, transparent 50.1%);
}

.index-tech.theme-light .hero-logo-container {
    border-color: rgba(35, 106, 50, 0.42);
    background: #fff;
    box-shadow:
        0 0 0 8px rgba(35, 106, 50, 0.05),
        0 22px 52px rgba(25, 56, 32, 0.18);
}

.index-tech.theme-light .rootseed-story__trigger {
    color: #172019;
}

.index-tech.theme-light .rootseed-story__wordmark {
    color: #236a32;
}

.index-tech.theme-light .rootseed-story.is-open .rootseed-story__wordmark {
    color: #236a32;
}

.index-tech.theme-light .rootseed-story__popover {
    border-color: rgba(35, 106, 50, 0.34);
    background: #fff;
    box-shadow: 0 24px 60px rgba(25, 56, 32, 0.2);
    color: #333b35;
}

.index-tech.theme-light .rootseed-story__popover::before {
    border-color: rgba(35, 106, 50, 0.34);
    background: #fff;
}

.index-tech.theme-light .rootseed-story__popover strong {
    color: #236a32;
}

.index-tech.theme-light .rootseed-story__popover p {
    color: #333b35;
}

.index-tech.theme-light .hero-terminal__static {
    color: #152219;
}

.index-tech.theme-light .hero-terminal__typed {
    color: #236a32;
}

.index-tech.theme-light .hero-terminal__typed::before {
    color: #68776c;
}

.index-tech.theme-light .hero-cursor {
    background: #236a32;
    box-shadow: 0 0 8px rgba(35, 106, 50, 0.35);
}

.index-tech.theme-light .scroll-down svg {
    fill: #236a32;
}

.index-tech.theme-light .hero-theme-toggle {
    border-color: rgba(35, 106, 50, 0.3);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 28px rgba(25, 56, 32, 0.13);
    color: #1d3925;
}

.index-tech.theme-light .hero-theme-toggle__track {
    background: #dbe9dc;
    box-shadow: inset 0 0 0 1px rgba(35, 106, 50, 0.2);
}

.index-tech.theme-light .hero-theme-toggle__thumb {
    background: var(--tech-orange);
    color: #fff;
    transform: translateX(20px);
}

.index-tech .topbar {
    display: flex;
    border-bottom: 1px solid var(--theme-border);
    background: var(--theme-nav);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
    opacity: 1;
    transform: translateY(0);
    backdrop-filter: blur(14px);
}

.index-tech .topbar a,
.index-tech #hamburger-menu a {
    color: var(--theme-text);
}

.index-tech #hamburger-menu {
    background: var(--theme-nav);
    color: var(--theme-text);
}

.index-tech #hamburger-button img {
    filter: invert(1);
}

.index-tech.theme-light #hamburger-button img {
    filter: none;
}

.index-tech main.content {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.025), transparent 24rem),
        radial-gradient(circle at 92% 72%, rgba(247, 147, 26, 0.025), transparent 26rem),
        var(--theme-main);
    color: var(--theme-text);
    transition:
        color 200ms ease,
        background-color 200ms ease;
}

.index-tech main .container_small,
.index-tech .homepage-content-section,
.index-tech .private-contact {
    color: var(--theme-text) !important;
}

.index-tech .what-we-do-card,
.index-tech .why-it-matters-card,
.index-tech .how-we-work-card,
.index-tech .security-updates-panel,
.index-tech .private-contact__intro,
.index-tech main .card {
    color: var(--theme-text);
    transition: color 200ms ease;
}

.index-tech .what-we-do-card h3,
.index-tech .what-we-do-card h4,
.index-tech .why-it-matters-card h3,
.index-tech .how-we-work-card h3,
.index-tech .security-updates-panel h2,
.index-tech .private-contact__intro h2,
.index-tech .homepage-section-heading,
.index-tech .offering-card__number,
.index-tech .offering-details summary,
.index-tech .nostr-card__cta {
    color: var(--theme-accent) !important;
}

.index-tech main p,
.index-tech main li,
.index-tech .private-contact__intro p,
.index-tech .security-updates-panel__description,
.index-tech .offering-card p,
.index-tech .offering-modules span,
.index-tech .offering-modules .offering-module__detail,
.index-tech .offering-card .offering-details__note {
    color: var(--theme-text);
}

.index-tech main strong,
.index-tech .offering-card h3,
.index-tech .offering-details__body h4,
.index-tech .offering-modules strong,
.index-tech .professional-guidance__main-copy strong,
.index-tech .network-card__intro h3 {
    color: var(--theme-heading);
}

.index-tech .note-card__link,
.index-tech .note-card__toggle,
.index-tech .note-module__close {
    color: var(--theme-accent);
}

.index-tech .offering-card__content,
.index-tech .offering-details,
.index-tech .network-card__intro {
    border-color: var(--theme-border);
}

.index-tech .offering-card__eyebrow,
.index-tech .note-card__time,
.index-tech .note-module__time,
.index-tech .network-status__label,
.index-tech .network-status__meta {
    color: var(--theme-muted);
}

.index-tech .offering-details__icon,
.index-tech .offering-modules li::before,
.index-tech .note-card__link,
.index-tech .note-card__toggle,
.index-tech .note-module__close {
    border-color: var(--theme-border);
    background: var(--theme-soft);
}

.index-tech .offering-modules li::before {
    color: var(--theme-accent);
}

.index-tech .note-card__link:hover,
.index-tech .note-card__toggle:hover,
.index-tech .note-module__close:hover {
    border-color: var(--theme-accent);
    background: var(--theme-surface);
}

.index-tech .bold-numbers li::marker {
    color: var(--theme-accent);
}

.index-tech .content-subheading {
    margin: 20px 0 6px;
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: 1rem;
}

.index-tech main.content > .container_small,
.index-tech main.content > .private-contact,
.index-tech main.content > .network-fun {
    margin-bottom: clamp(72px, 8vw, 104px) !important;
}

.index-tech #why-it-matters {
    margin-bottom: clamp(56px, 7vw, 72px) !important;
}

.index-tech .why-contact-layout {
    display: grid;
    width: min(100%, 800px);
    margin: 0 auto clamp(72px, 8vw, 104px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 4vw, 48px);
    row-gap: clamp(56px, 7vw, 72px);
    align-items: start;
}

.index-tech .why-contact-layout #why-it-matters,
.index-tech .why-contact-layout .private-contact {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
}

.index-tech .why-contact-layout .private-contact {
    order: -1;
}

.index-tech .why-contact-layout .loss-examples-section {
    width: 100%;
    max-width: none;
    margin: 0;
    grid-column: 1 / -1;
}

.index-tech .connect-section {
    width: min(100%, 800px);
    margin: 0 auto clamp(56px, 7vw, 72px);
}

.index-tech #connect-title {
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: 23pt;
    font-weight: 500;
    line-height: 1.2;
}

.index-tech .events-nostr-layout {
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
}

.index-tech .connect-section__heading {
    width: 100%;
    margin: 0 0 24px;
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: clamp(1.2rem, 2vw, 1.3rem);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.index-tech .events-nostr-layout > .container_small {
    width: 100%;
    max-width: none;
    margin: 0;
}

.index-tech .connect-section__content {
    position: relative;
    width: 100%;
}

.index-tech .connect-section__content h4 {
    margin: 0 0 8px;
    color: var(--theme-heading);
    font-family: var(--heading-font);
    font-size: 1.05rem;
    line-height: 1.35;
}

.index-tech .events-section .connect-section__content h4 {
    padding-right: 84px;
}

.index-tech .connect-section__link {
    color: var(--theme-accent);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.index-tech .loss-examples-section {
    max-width: 800px;
}

.index-tech .loss-examples-section .loss-examples-heading {
    margin-top: 0;
}

.index-tech .private-contact__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "heading"
        "copy";
    row-gap: 18px;
    align-items: start;
}

.index-tech .private-contact__heading {
    grid-area: heading;
}

.index-tech .private-contact__copy {
    grid-area: copy;
    min-width: 0;
}

.index-tech .private-contact__copy::after {
    display: block;
    clear: both;
    content: "";
}

.index-tech .private-contact__visual {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 14px 20px;
}

.index-tech .nostr-content-logo {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 0 10px 14px;
    object-fit: contain;
}

.index-tech .private-contact__portrait {
    width: 180px;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 1;
    border: 3px solid var(--logo-ring-green);
    border-radius: 50%;
    background: var(--theme-soft);
}

.index-tech .private-contact__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 5%;
    transform: translate(-45%, 20%) scale(2.5) scaleX(-1);
    transform-origin: center;
}

.index-tech .private-contact__intro .private-contact__cta {
    margin: 18px 0 0 !important;
}

.index-tech .loss-examples-heading {
    margin: clamp(48px, 7vw, 72px) 0 24px;
}

.index-tech .loss-examples-heading .content-subheading {
    max-width: 680px;
    margin: 8px 0;
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    font-weight: 500;
    line-height: 1.2;
}

.index-tech .loss-examples-heading__description {
    max-width: 62ch;
    margin: 0;
    color: var(--theme-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.index-tech .incident-price-chart {
    margin: 30px 0 34px;
}

.index-tech .incident-price-chart__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.index-tech .incident-price-chart__title {
    color: var(--theme-heading);
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 700;
}

.index-tech .incident-price-chart__scale {
    color: var(--theme-muted);
    font-family: var(--tech-mono);
    font-size: 0.68rem;
    letter-spacing: 0.05em;
}

.index-tech .incident-price-chart__plot {
    position: relative;
    width: 100%;
    height: 400px;
}

.index-tech .incident-price-chart__svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.index-tech .incident-price-chart__grid {
    stroke: var(--theme-border);
    stroke-width: 1;
}

.index-tech .incident-price-chart__axis-label {
    fill: var(--theme-muted);
    font-family: var(--tech-mono);
    font-size: 11px;
}

.index-tech .incident-price-chart__area {
    fill: url("#incident-chart-area");
}

.index-tech .incident-price-chart__line {
    fill: none;
    stroke: var(--theme-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.index-tech .incident-price-chart__marker {
    position: absolute;
    z-index: 2;
    top: var(--marker-y);
    left: var(--marker-x);
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--theme-heading);
    text-align: left;
    transform: translate(-50%, -50%);
}

.index-tech .incident-price-chart__marker[open] {
    z-index: 5;
}

.index-tech .incident-price-chart__marker summary {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    list-style: none;
}

.index-tech .incident-price-chart__marker summary::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    background: #e63946;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%);
    animation: incident-marker-pulse 1.9s ease-out infinite;
}

.index-tech .incident-price-chart__marker summary::-webkit-details-marker {
    display: none;
}

.index-tech .incident-price-chart__marker-label,
.index-tech .incident-price-chart__marker-date {
    display: block;
    position: static;
    width: auto;
    text-align: left;
    opacity: 1;
    transform: none;
}

.index-tech .incident-price-chart__marker-label {
    margin-bottom: 3px;
    color: var(--theme-heading);
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.25;
}

.index-tech .incident-price-chart__marker-date {
    margin-bottom: 12px;
    color: var(--theme-muted);
    font-family: var(--tech-mono);
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.index-tech .incident-price-chart__marker-arrow {
    display: none;
}

.index-tech .incident-price-chart__marker summary:hover,
.index-tech .incident-price-chart__marker summary:focus-visible,
.index-tech .incident-price-chart__marker[open] summary {
    background: transparent;
}

.index-tech .incident-price-chart__marker summary:hover::before,
.index-tech .incident-price-chart__marker summary:focus-visible::before,
.index-tech .incident-price-chart__marker[open] summary::before {
    background: #ff3344;
    box-shadow:
        0 0 0 7px rgba(230, 57, 70, 0.24),
        0 5px 12px rgba(0, 0, 0, 0.34);
}

.index-tech .incident-price-chart__marker summary:focus-visible {
    outline: 3px solid var(--theme-heading);
    outline-offset: 6px;
}

.index-tech .incident-price-chart__marker-detail {
    position: absolute;
    top: 50px;
    left: 50%;
    width: min(360px, calc(100vw - 48px));
    max-height: 230px;
    padding: 14px;
    overflow: auto;
    border: 1px solid var(--theme-border);
    border-radius: 8px;
    background: var(--theme-surface-raised);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
    color: var(--theme-text);
    transform: translateX(var(--detail-shift, -50%));
}

.index-tech .incident-price-chart__marker-detail p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
}

.index-tech .incident-price-chart__marker--android {
    --detail-shift: 0%;
}

.index-tech .incident-price-chart__marker--coldcard,
.index-tech .incident-price-chart__marker--adform {
    --detail-shift: -100%;
}

@keyframes incident-marker-pulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(230, 57, 70, 0.5),
            0 5px 14px rgba(0, 0, 0, 0.28);
    }
    70%,
    100% {
        box-shadow:
            0 0 0 12px rgba(230, 57, 70, 0),
            0 5px 14px rgba(0, 0, 0, 0.28);
    }
}

.index-tech .incident-price-chart__hint {
    margin: 4px 0 0;
    color: var(--theme-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.index-tech .custody-question {
    position: relative;
    margin: 34px 0 20px;
    padding: 28px 0 18px;
    background: transparent;
}

.index-tech .custody-question::before {
    content: none;
}

.index-tech .custody-question__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--theme-muted);
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.65;
    text-transform: none;
}

.index-tech .custody-question__header {
    max-width: 680px;
    margin-bottom: 26px;
}

.index-tech .custody-question h4 {
    margin: 0;
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    font-weight: 500;
    line-height: 1.2;
}

.index-tech .custody-question__sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 58px);
}

.index-tech .custody-question__section {
    min-width: 0;
    padding: 0;
}

.index-tech .custody-question__number {
    display: block;
    margin-bottom: 12px;
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 500;
    line-height: 1;
}

.index-tech .custody-question h5 {
    margin: 0;
    color: var(--theme-heading);
    font-family: var(--heading-font);
    font-size: 1.06rem;
    line-height: 1.35;
}

.index-tech .custody-question p {
    max-width: 65ch;
    margin: 15px 0 0;
    color: var(--theme-text);
    line-height: 1.65;
}

.index-tech .custody-question__figures {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.index-tech .custody-question__figures > span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--theme-muted);
    font: 600 0.66rem/1.35 var(--tech-mono);
    text-transform: uppercase;
}

.index-tech .custody-question__figures strong {
    color: var(--theme-heading);
    font-family: var(--heading-font);
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    letter-spacing: -0.02em;
    text-transform: none;
}

.index-tech .custody-question__benefits {
    display: grid;
    gap: 11px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.index-tech .custody-question__benefits li {
    position: relative;
    padding-left: 22px;
    color: var(--theme-text);
    line-height: 1.5;
}

.index-tech .custody-question__benefits li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-accent);
    box-shadow: 0 0 8px rgba(99, 212, 113, 0.3);
    content: "";
    transform: translateY(-50%);
}

@media (max-width: 680px) {
    .index-tech .custody-question__sections {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

.index-tech .what-we-do-card__media {
    float: right;
    width: 210px;
    height: auto;
    max-width: 100%;
    margin: 48px 0 16px 24px;
    justify-self: auto;
}

.index-tech .what-we-do-card {
    display: block;
}

.index-tech .what-we-do-card::after {
    display: block;
    clear: both;
    content: "";
}

.index-tech .what-we-do-photo-frame {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
    border: 3px solid var(--logo-ring-green);
    border-radius: 50%;
    background: var(--theme-soft);
}

.index-tech .what-we-do-photo-frame .how-we-work-photo {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: 0 !important;
    object-fit: cover;
    object-position: left center;
}

.index-tech .work-steps {
    position: relative;
    height: 144px;
    margin-top: 18px;
    isolation: isolate;
    transition: height 280ms ease;
}

.index-tech #how-we-work .how-we-work-card {
    margin-bottom: 0 !important;
}

.index-tech .work-steps:has(.work-step.is-active),
.index-tech .work-steps:has(.work-step:focus-visible) {
    height: 380px;
}

.index-tech .work-step {
    position: absolute;
    display: block;
    width: 33.3333%;
    height: 72px;
    padding: 13px 14px 30px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--tech-green);
    box-shadow: none;
    color: #09250f;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transform-origin: center top;
    transition:
        height 260ms ease,
        box-shadow 260ms ease,
        transform 260ms ease;
}

.index-tech .work-step--context {
    z-index: 1;
    top: 72px;
    left: 0;
    background: #245f30;
    color: #f7fff8;
}

.index-tech .work-step--analyse {
    z-index: 2;
    top: 36px;
    left: 33.3333%;
    background: #3f8848;
    color: #f7fff8;
}

.index-tech .work-step--build {
    z-index: 3;
    top: 0;
    right: auto;
    left: 66.6666%;
    width: 33.3334%;
}

.index-tech .work-step__label {
    display: block;
    max-width: calc(100% - 32px);
}

.index-tech .work-step__heading {
    display: flex;
    min-width: 0;
    max-width: 100%;
    align-items: baseline;
    gap: 8px;
}

.index-tech .work-step__number {
    display: inline-block;
    font-family: var(--heading-font);
    font-size: clamp(0.92rem, 1.5vw, 1.1rem);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
}

.index-tech .work-step__title {
    display: block;
    font-family: var(--heading-font);
    font-size: clamp(0.92rem, 1.5vw, 1.1rem);
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
}

.index-tech .work-step__toggle {
    position: absolute;
    bottom: 8px;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    transform: translateX(-50%);
}

.index-tech .work-step__toggle::before {
    position: absolute;
    top: 4px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: translateX(-50%) rotate(45deg);
    transform-origin: center;
    transition: transform 180ms ease;
}

.index-tech .work-step.is-active .work-step__toggle::before {
    transform: translate(-50%, 4px) rotate(225deg);
}

.index-tech .work-step__description {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 0.88rem;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(12px);
    transition:
        max-height 240ms ease,
        margin-top 240ms ease,
        opacity 180ms ease,
        transform 240ms ease;
}

.index-tech .work-step.is-active {
    z-index: 10;
    height: 290px;
    box-shadow: none;
    transform: translateY(-8px);
}

.index-tech .work-step:focus-visible {
    outline: 3px solid var(--theme-heading);
    outline-offset: 3px;
}

.index-tech .work-step.is-active .work-step__description {
    max-height: 210px;
    margin-top: 14px;
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) and (min-width: 769px) {
    .index-tech .work-steps:has(.work-step:hover) {
        height: 380px;
    }

    .index-tech .work-step:hover,
    .index-tech .work-step:focus-visible {
        z-index: 10;
        height: 290px;
        box-shadow: none;
        transform: translateY(-8px);
    }

    .index-tech .work-step:hover .work-step__description,
    .index-tech .work-step:focus-visible .work-step__description {
        max-height: 210px;
        margin-top: 14px;
        opacity: 1;
        transform: translateY(0);
    }
}

.index-tech .offering-card .offering-details__note,
.index-tech .offerings-cta {
    color: var(--theme-text);
}

.index-tech .note-module__overlay {
    background: rgba(0, 0, 0, 0.72);
}

.index-tech .note-module__panel {
    border: 1px solid var(--theme-border);
    background: var(--theme-surface);
    color: var(--theme-text);
}

.index-tech .network-status {
    border-color: var(--theme-border);
    background: transparent;
    color: var(--theme-text);
}

.index-tech .network-status__item + .network-status__item {
    border-color: var(--theme-border);
}

.index-tech .network-status__value {
    color: var(--theme-heading);
}

.index-tech .supply-progress {
    background: var(--theme-soft);
}

.index-tech footer {
    border-top: 1px solid var(--theme-border);
    background: var(--theme-footer);
    color: var(--theme-muted);
    transition:
        color 200ms ease,
        background-color 200ms ease;
}

.index-tech footer h4,
.index-tech footer a {
    color: var(--theme-text);
}

.index-tech .footer-bottom,
.index-tech footer p {
    color: var(--theme-text);
}

.index-tech.theme-light main.content {
    background:
        radial-gradient(circle at 8% 12%, rgba(105, 168, 91, 0.07), transparent 24rem),
        radial-gradient(circle at 92% 72%, rgba(247, 147, 26, 0.045), transparent 26rem),
        var(--theme-main);
}

.index-tech .what-we-do-card,
.index-tech .why-it-matters-card,
.index-tech .how-we-work-card,
.index-tech .security-updates-panel,
.index-tech .private-contact__intro,
.index-tech main .card:not(.offering-card) {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.index-tech .what-we-do-card,
.index-tech .why-it-matters-card,
.index-tech .how-we-work-card,
.index-tech .security-updates-panel,
.index-tech .private-contact__intro {
    padding: 0 !important;
}

.index-tech .offering-card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    gap: 0;
}

.index-tech .offering-card,
.index-tech #notes-grid .card {
    padding: 20px;
    border: 1px solid rgba(190, 197, 202, 0.17) !important;
    border-radius: 8px !important;
    background: #16191b !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24) !important;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.index-tech .offering-card:hover {
    border-color: #6f767c !important;
    background: #1a1e21 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3) !important;
}

.index-tech.theme-light .offering-card,
.index-tech.theme-light #notes-grid .card {
    border-color: var(--theme-border) !important;
    background: #f9faf9 !important;
    box-shadow: 0 7px 20px rgba(16, 24, 40, 0.07) !important;
}

.index-tech.theme-light .offering-card:hover {
    border-color: var(--theme-accent) !important;
    background: #ffffff !important;
    box-shadow: 0 11px 26px rgba(16, 24, 40, 0.12) !important;
}

.index-tech .offerings-section {
    max-width: 800px !important;
}

.index-tech .offerings-intro {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.index-tech .offerings-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.index-tech .offering-card__number {
    display: block;
    margin-bottom: 28px;
    padding: 0;
    color: var(--theme-accent);
    font-size: 2rem;
    font-weight: 700;
}

.index-tech .offering-card__content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 0;
    border: 0;
}

.index-tech .offering-card__eyebrow,
.index-tech .offering-card__content > p,
.index-tech .offering-card .offering-details {
    display: none;
}

.index-tech .offering-card h3 {
    margin: 0 0 28px;
    color: var(--theme-heading);
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.35;
}

.index-tech .offering-card__price {
    display: grid;
    gap: 4px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--theme-border);
}

.index-tech .offering-card__price-label {
    color: var(--theme-muted);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.index-tech .offering-card__price strong {
    color: var(--theme-heading);
    font-family: var(--heading-font);
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    line-height: 1.15;
}

.index-tech .offering-card__alternative-row {
    position: relative;
    display: flex;
    min-height: 24px;
    align-items: center;
    gap: 7px;
}

.index-tech .offering-card__alternative {
    min-width: 0;
    flex: 1;
    color: var(--theme-heading);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.35;
}

.index-tech .price-conversion-info {
    display: inline-flex;
    flex: 0 0 auto;
}

.index-tech .price-conversion-info__button {
    display: inline-grid;
    width: 18px;
    height: 18px;
    padding: 0;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    color: var(--theme-muted);
    font-family: Georgia, serif;
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.index-tech .price-conversion-info__button:hover,
.index-tech .price-conversion-info__button:focus-visible,
.index-tech .price-conversion-info.is-open
    .price-conversion-info__button {
    border-color: #7b8287;
    background: #3b4044;
    color: #f1f3f4;
}

.index-tech .price-conversion-info__button:focus-visible {
    outline: 2px solid #8a9196;
    outline-offset: 3px;
}

.index-tech .price-conversion-info__tooltip {
    position: absolute;
    z-index: 20;
    right: -8px;
    bottom: calc(100% + 10px);
    width: min(270px, calc(100vw - 56px));
    padding: 11px 12px;
    visibility: hidden;
    border: 1px solid rgba(190, 197, 202, 0.3);
    border-radius: 6px;
    background: #24282b;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    color: #d6dadd;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.45;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition:
        opacity 140ms ease,
        transform 140ms ease,
        visibility 140ms ease;
}

.index-tech .price-conversion-info__tooltip::after {
    position: absolute;
    top: 100%;
    right: 10px;
    border: 6px solid transparent;
    border-top-color: #24282b;
    content: "";
}

.index-tech .price-conversion-info.is-open
    .price-conversion-info__tooltip,
.index-tech .price-conversion-info__button:focus-visible
    + .price-conversion-info__tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) {
    .index-tech
        .price-conversion-info:hover
        .price-conversion-info__tooltip {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.index-tech.theme-light .price-conversion-info__tooltip {
    border-color: var(--theme-border);
    background: #f1f3f2;
    box-shadow: 0 10px 24px rgba(16, 24, 20, 0.16);
    color: var(--theme-text);
}

.index-tech.theme-light .price-conversion-info__tooltip::after {
    border-top-color: #f1f3f2;
}

.index-tech .offering-card__price-note {
    color: var(--theme-muted);
    font-size: 0.78rem;
    line-height: 1.4;
}

.index-tech .offerings-pricing-note {
    margin: 16px 0 0;
    color: var(--theme-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.index-tech .offering-card__button {
    width: fit-content;
    margin-top: 14px;
}

.index-tech .offering-card__button:focus-visible {
    outline: 3px solid var(--tech-orange);
    outline-offset: 3px;
}

@media (min-width: 769px) {
    .index-tech .offering-card {
        min-height: 230px;
        padding: 14px;
    }

    .index-tech .offering-card__number {
        margin-bottom: 18px;
        font-size: 1.5rem;
    }

    .index-tech .offering-card h3 {
        margin-bottom: 20px;
        font-size: clamp(0.85rem, 1.15vw, 1rem);
        line-height: 1.3;
    }

    .index-tech .offering-card__price {
        padding-top: 14px;
    }

    .index-tech .offering-card__price-label {
        font-size: 0.62rem;
    }

    .index-tech .offering-card__price strong {
        font-size: 0.95rem;
    }

    .index-tech .offering-card__alternative {
        font-size: 0.72rem;
    }

    .index-tech .offering-card__button {
        font-size: 0.76rem;
    }
}

body.support-modal-open {
    overflow: hidden;
}

.index-tech .support-modal[hidden] {
    display: none;
}

.index-tech .support-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.index-tech .support-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 4, 5, 0.82);
    backdrop-filter: blur(4px);
}

.index-tech .support-modal__panel {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: calc(100vh - 64px);
    padding: 24px;
    overflow: auto;
    border: 1px solid rgba(190, 197, 202, 0.2);
    border-radius: 8px;
    background: #16191b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
    color: #d2d6d9;
}

.index-tech .support-modal__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(190, 197, 202, 0.14);
}

.index-tech .support-modal__number {
    color: var(--theme-accent);
    font-family: var(--heading-font);
    font-size: 1.3rem;
    font-weight: 750;
}

.index-tech .support-modal__header h3 {
    margin: 0;
    color: #e4e7e9;
    font-family: var(--heading-font);
    font-size: clamp(1.2rem, 3vw, 1.65rem);
    line-height: 1.3;
}

.index-tech .support-modal__close {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(190, 197, 202, 0.2);
    border-radius: 50%;
    background: #24282b;
    color: #d6dadd;
    cursor: pointer;
}

.index-tech .support-modal__close span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
}

.index-tech .support-modal__close span::before,
.index-tech .support-modal__close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.index-tech .support-modal__close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.index-tech .support-modal__close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.index-tech .support-modal__close:hover {
    border-color: #747b81;
    background: #30353a;
    color: #f1f3f4;
}

.index-tech .support-modal__body > p {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.7;
}

.index-tech .support-modal__body .offering-details__body {
    padding-top: 0;
}

.index-tech
    .support-modal__body
    .offering-details__body
    h4:not(:first-child) {
    margin-top: 28px;
}

.index-tech .support-modal__body .offering-details__note {
    background: #24282b;
    color: #d2d6d9;
}

.index-tech .support-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(190, 197, 202, 0.2);
}

.index-tech .support-modal__invitation {
    min-width: 200px;
    flex: 1;
    margin: 0;
    color: #d2d6d9;
    font-size: 0.92rem;
    line-height: 1.55;
}

.index-tech .support-modal__contact {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 0;
    border-radius: 6px;
    background: var(--brand-green-shine);
    box-shadow: var(--brand-green-shadow);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition:
        filter 0.2s ease,
        box-shadow 0.2s ease;
}

.index-tech .support-modal__contact:hover,
.index-tech .support-modal__contact:focus-visible {
    background: var(--brand-green-shine);
    color: #fff;
    filter: brightness(0.95);
}

.index-tech.theme-light .support-modal__panel {
    border-color: var(--theme-border);
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
    color: var(--theme-text);
}

.index-tech.theme-light .support-modal__overlay {
    background: rgba(0, 0, 0, 0.72);
}

.index-tech.theme-light .support-modal__header {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
}

.index-tech.theme-light .support-modal__header h3 {
    color: var(--theme-heading);
}

.index-tech.theme-light .support-modal__close {
    border-color: var(--theme-border);
    background: var(--theme-soft);
    color: var(--theme-accent);
}

.index-tech.theme-light .support-modal__close:hover {
    border-color: var(--theme-accent);
    background: var(--theme-surface);
    color: var(--theme-accent);
}

.index-tech.theme-light .support-modal__footer {
    border-color: var(--theme-border);
}

.index-tech.theme-light .support-modal__invitation {
    color: var(--theme-text);
}

.index-tech.theme-light
    .support-modal__body
    .offering-details__note {
    background: #f9f9f9;
    color: var(--theme-text);
}

.index-tech:not(.theme-light) .support-modal__body p,
.index-tech:not(.theme-light) .support-modal__body li,
.index-tech:not(.theme-light) .support-modal__body span {
    color: #d2d6d9;
}

.index-tech:not(.theme-light) .support-modal__body h4,
.index-tech:not(.theme-light) .support-modal__body strong {
    color: #e4e7e9;
}

.index-tech:not(.theme-light)
    .security-updates-panel__description {
    color: #a4aaaf;
}

.index-tech:not(.theme-light) .incident-price-chart__marker-detail {
    border-color: rgba(190, 197, 202, 0.17);
    background: #16191b;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
    color: #d2d6d9;
}

.index-tech:not(.theme-light) .incident-price-chart__marker-detail p {
    color: #d2d6d9;
}

.index-tech:not(.theme-light) .incident-price-chart__marker-label {
    color: #e4e7e9;
}

.index-tech:not(.theme-light) .incident-price-chart__marker-date {
    color: #8e959a;
}

.index-tech:not(.theme-light) #notes-grid .note-card__text {
    color: #d2d6d9;
}

.index-tech:not(.theme-light) #notes-grid .note-card__time {
    color: #8e959a;
}

.index-tech:not(.theme-light) .offering-card__button,
.index-tech:not(.theme-light) #notes-grid .note-card__toggle,
.index-tech:not(.theme-light) #notes-grid .note-card__link {
    border-color: rgba(190, 197, 202, 0.2);
    background: #24282b;
    color: #d6dadd;
}

.index-tech:not(.theme-light) .offering-card__button:hover,
.index-tech:not(.theme-light) .offering-card__button:focus-visible,
.index-tech:not(.theme-light) #notes-grid .note-card__toggle:hover,
.index-tech:not(.theme-light) #notes-grid .note-card__link:hover {
    border-color: #747b81;
    background: #30353a;
    color: #f1f3f4;
}

.index-tech:not(.theme-light) .note-module__overlay {
    background: rgba(3, 4, 5, 0.82);
    backdrop-filter: blur(4px);
}

.index-tech:not(.theme-light) .note-module__panel {
    border-color: rgba(190, 197, 202, 0.2);
    background: #16191b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
    color: #d2d6d9;
}

.index-tech:not(.theme-light) .note-module__time {
    color: #8e959a;
}

.index-tech:not(.theme-light) .note-module__text {
    color: #d2d6d9;
}

.index-tech:not(.theme-light) .note-module__close,
.index-tech:not(.theme-light) .note-module__link {
    border-color: rgba(190, 197, 202, 0.2);
    background: #24282b;
    color: #d6dadd;
}

.index-tech:not(.theme-light) .note-module__close:hover,
.index-tech:not(.theme-light) .note-module__link:hover {
    border-color: #747b81;
    background: #30353a;
    color: #f1f3f4;
}

.index-tech .section-heading--right {
    width: 100%;
    text-align: right;
}

.index-tech .section-heading--left {
    width: 100%;
    text-align: left;
}

.index-tech:not(.theme-light) .network-card__intro,
.index-tech:not(.theme-light) .network-status,
.index-tech:not(.theme-light)
    .network-status__item
    + .network-status__item {
    border: 0;
}

.index-tech .network-card,
.index-tech .nostr-card {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 1100px) {
    .rootseed-story.is-open::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 26px;
    }

    .rootseed-story__popover {
        top: calc(100% + 26px);
        left: 50%;
        transform: translate(-50%, -8px);
    }

    .rootseed-story.is-open .rootseed-story__popover {
        transform: translate(-50%, 0);
    }

    .rootseed-story__popover::before {
        top: -7px;
        left: 50%;
        border: 0;
        border-top: 1px solid rgba(99, 212, 113, 0.42);
        border-left: 1px solid rgba(99, 212, 113, 0.42);
        transform: translateX(-50%) rotate(45deg);
    }

    .index-tech.theme-light .rootseed-story__popover::before {
        border-color: rgba(35, 106, 50, 0.34);
    }
}

.index-tech .offerings-cta,
.index-tech .offering-card .offering-details__note {
    border-radius: 0;
    background: transparent;
}

@media (max-width: 768px) {
    .index-tech .why-contact-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .index-tech .why-contact-layout .private-contact {
        order: 3;
    }

    .index-tech .why-contact-layout #why-it-matters {
        order: 1;
    }

    .index-tech .why-contact-layout .loss-examples-section {
        order: 2;
    }

    .index-tech .events-nostr-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .hero-theme-toggle {
        top: calc(var(--topbar-height) + 14px);
        right: 16px;
        min-height: 38px;
        padding: 5px;
    }

    .hero-theme-toggle__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .rootseed-story {
        width: 160px;
        margin: -60px auto 34px;
    }

    .index-tech .hero-logo-container {
        width: 160px;
        height: 160px;
    }

    .rootseed-story__popover {
        top: calc(100% + 18px);
        width: calc(100vw - 32px);
        max-height: calc(100vh - var(--topbar-height) - 32px);
        padding: 18px 20px;
        overflow-y: auto;
    }

    .rootseed-story.is-open::after {
        height: 18px;
    }

    .index-tech .hero-terminal {
        padding: 0;
    }

    .index-tech .what-we-do-card__media {
        float: none;
        width: min(100%, 210px);
        order: 2;
        margin: 20px auto 0;
    }

    .index-tech .what-we-do-card {
        display: flex;
        flex-direction: column;
    }

    .index-tech .what-we-do-card__copy {
        order: 1;
    }

    .index-tech .private-contact__intro {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "heading"
            "copy";
        row-gap: 16px;
    }

    .index-tech .private-contact__portrait {
        width: 180px;
    }

    .index-tech .work-steps {
        display: flex;
        height: auto !important;
        min-height: 0;
        flex-direction: column;
        gap: 0;
        margin-top: 18px;
    }

    .index-tech .work-step {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 60px;
        max-height: 60px;
        padding: 12px 14px 28px;
        border-radius: 2px;
        transform: none;
        transition:
            max-height 280ms ease,
            box-shadow 240ms ease,
            transform 240ms ease;
    }

    .index-tech .work-step--context {
        margin-left: 0;
    }

    .index-tech .work-step--analyse {
        width: calc(100% - 16px);
        margin-left: 16px;
    }

    .index-tech .work-step--build {
        width: calc(100% - 32px);
        margin-left: 32px;
    }

    .index-tech .work-step__number {
        font-size: clamp(0.72rem, 3.5vw, 0.9rem);
    }

    .index-tech .work-step__heading {
        gap: 6px;
    }

    .index-tech .work-step__title {
        font-size: clamp(0.72rem, 3.5vw, 0.9rem);
    }

    .index-tech .work-step__toggle {
        top: auto;
        right: auto;
        bottom: 6px;
        left: 50%;
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .index-tech .work-step.is-active {
        height: auto;
        max-height: 440px;
        transform: translateY(-3px);
    }

    .index-tech .work-step.is-active .work-step__description {
        max-height: 360px;
    }

    .index-tech .incident-price-chart__header {
        display: block;
    }

    .index-tech .incident-price-chart__scale {
        display: block;
        margin-top: 3px;
    }

    .index-tech .incident-price-chart__plot {
        height: 400px;
        min-height: 0;
        aspect-ratio: auto;
    }

    .index-tech .incident-price-chart__axis-label {
        display: none;
    }

    .index-tech .incident-price-chart__marker-label {
        font-size: 0.95rem;
    }

    .index-tech .incident-price-chart__marker {
        margin-top: -22px;
        margin-left: -22px;
        transform: none;
    }

    .index-tech .incident-price-chart__marker[open] {
        z-index: 1001;
    }

    .index-tech .incident-price-chart__marker-detail {
        position: fixed;
        top: 50%;
        left: 50%;
        width: min(360px, calc(100vw - 32px));
        max-height: min(60vh, 420px);
        max-height: min(60dvh, 420px);
        padding: 18px;
        overscroll-behavior: contain;
        transform: translate(-50%, -50%);
    }

    .index-tech .offerings-list {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-columns: auto;
        grid-auto-flow: row;
        gap: 14px;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .index-tech .offering-card {
        width: 100%;
        min-height: 190px;
        scroll-snap-align: none;
    }

    .index-tech .support-modal {
        padding: 16px;
    }

    .index-tech .support-modal__panel {
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - 32px);
        padding: 24px;
        overflow-x: hidden;
    }

    .index-tech .support-modal__header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 10px;
    }

}

@media (max-width: 480px) {
    .index-tech .private-contact__copy {
        display: flex;
        flex-direction: column;
    }

    .index-tech .private-contact__copy::after {
        display: none;
    }

    .index-tech .private-contact__copy > p {
        order: 1;
    }

    .index-tech .private-contact__visual {
        float: none;
        width: fit-content;
        order: 2;
        margin: 20px auto 0;
    }

    .index-tech .private-contact__cta {
        order: 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-tech .hero *,
    .index-tech .hero *::before,
    .index-tech .hero *::after,
    .index-tech main.content,
    .index-tech main .card,
    .index-tech .work-steps,
    .index-tech .work-step,
    .index-tech .work-step__description,
    .index-tech .incident-price-chart__marker summary,
    .index-tech .incident-price-chart__marker summary::before,
    .index-tech footer {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Page-specific classes formerly expressed as inline styles. */
.index-tech .homepage-content-section {
    max-width: 800px;
    margin: 0 auto 40px;
    color: #333;
    font-family: var(--body-font);
    line-height: 1.6;
    text-align: left;
}

.index-tech .homepage-panel {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 4px;
}

.index-tech .homepage-panel--accent {
    border-left: 0 solid var(--brand-green);
}

.index-tech .homepage-feature-card {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    border-left: none;
    border-radius: 4px;
}

.index-tech .homepage-copy-heading {
    margin: 0 0 8px;
    color: var(--brand-green);
    font-family: var(--heading-font);
    font-size: 23pt;
    font-weight: 500;
}

.index-tech .flexible-copy {
    min-width: 200px;
    flex: 1;
}

.index-tech .wide-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.index-tech .copy-spacing {
    margin: 0 0 14px;
}

.index-tech .inline-crypto-name {
    white-space: nowrap;
}

.index-tech .inline-crypto-logo {
    display: inline-block;
    width: 1.08em;
    height: 1.08em;
    margin-left: 0.22em;
    vertical-align: -0.18em;
    object-fit: contain;
}

.index-tech .flush-copy {
    margin: 0;
}

.index-tech .connect-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.index-tech .event-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    border-radius: 50%;
}

.index-tech .incident-price-chart__marker--android {
    --marker-x: 8%;
    --marker-y: 72%;
}

.index-tech .incident-price-chart__marker--ledger {
    --marker-x: 80%;
    --marker-y: 40%;
}

.index-tech .incident-price-chart__marker--coldcard {
    --marker-x: 94%;
    --marker-y: 18%;
}

.index-tech .incident-price-chart__marker--adform {
    --marker-x: 97%;
    --marker-y: 26%;
}

/* Meanwhile in Bitcoin: supply and block clocks */
.index-tech .network-fun {
    --network-bg: #090909;
    --network-panel: #121212;
    --network-panel-raised: #1a1a1a;
    --network-ink: #ffffff;
    --network-muted: #a5a5a5;
    --network-line: #4a4a4a;
    --network-soft-line: #292929;
    --network-green: var(--theme-accent);
    --network-orange: #f7931a;
    color: var(--network-ink);
}

.index-tech .network-fun[hidden] {
    display: none !important;
}

.index-tech.theme-light .network-fun {
    --network-bg: #f4f4f4;
    --network-panel: #ffffff;
    --network-panel-raised: #ededed;
    --network-ink: #0b0b0b;
    --network-muted: #666666;
    --network-line: #9a9a9a;
    --network-soft-line: #d4d4d4;
}

.index-tech .homepage-section-title {
    color: var(--theme-accent) !important;
    font-family: var(--heading-font) !important;
    font-size: 23pt !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.index-tech main.content .network-fun .network-card {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--network-ink);
}

.index-tech .network-card__intro {
    padding: 0;
    border: 0;
}

.index-tech .network-card__intro h2 {
    margin: 40px 0;
    color: var(--theme-accent) !important;
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: normal;
}

.index-tech .network-fun .network-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    overflow: visible;
    color: var(--network-ink);
}

.index-tech .network-status__item--supply,
.index-tech .network-status__item--clock {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px clamp(10px, 3vw, 24px) 10px;
    color: var(--network-ink);
}

.index-tech .supply-clock,
.index-tech .block-clock {
    display: flex;
    width: min(100%, 238px);
    flex-direction: column;
    align-items: center;
    color: var(--network-ink);
}

.index-tech .block-clock {
    position: relative;
}

.index-tech .supply-clock {
    --supply-progress: 0deg;
}

.index-tech .supply-clock__face,
.index-tech .block-clock__face {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    padding: 7px;
    border: 1px solid var(--network-line);
    border-radius: 50%;
    box-shadow:
        0 0 0 4px color-mix(in srgb, var(--network-line) 24%, transparent),
        0 14px 34px rgba(0, 0, 0, 0.2);
}

.index-tech .supply-clock__face {
    background: conic-gradient(
        from -90deg,
        var(--network-green) 0 var(--supply-progress),
        var(--network-line) var(--supply-progress) 360deg
    );
    transition: background 700ms ease;
}

.index-tech .block-clock__face {
    background: var(--network-panel-raised);
}

.index-tech .supply-clock__face::before,
.index-tech .block-clock__face::before {
    position: absolute;
    inset: 7px;
    border: 1px solid var(--network-line);
    border-radius: inherit;
    background: var(--network-panel-raised);
    content: "";
}

.index-tech .network-clock__ticks {
    position: absolute;
    z-index: 1;
    inset: 14px;
    border-radius: 50%;
}

.index-tech .network-clock__ticks i {
    position: absolute;
    inset: 0;
    transform: rotate(calc(var(--tick) * 30deg));
}

.index-tech .network-clock__ticks i::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 9px;
    border-radius: 99px;
    background: var(--network-green);
    content: "";
    transform: translateX(-50%);
}

.index-tech .supply-clock .network-clock__ticks i::before {
    background: #0b0b0b;
}

.index-tech .difficulty-gauge__needle {
    --difficulty-angle: -120deg;
    position: absolute;
    z-index: 3;
    inset: 14px;
    border-radius: 50%;
    pointer-events: none;
    transform: rotate(var(--difficulty-angle));
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.index-tech .difficulty-gauge__needle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: calc(50% - 4px);
    background: linear-gradient(to top, #ffffff, var(--network-green));
    box-shadow: 0 0 8px color-mix(in srgb, var(--network-green) 54%, transparent);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    content: "";
    transform: translate(-50%, -100%);
}

.index-tech .difficulty-gauge__needle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: var(--network-green);
    box-shadow: 0 0 8px color-mix(in srgb, var(--network-green) 48%, transparent);
    content: "";
    transform: translate(-50%, -50%);
}

.index-tech .difficulty-gauge__scale {
    position: absolute;
    z-index: 4;
    inset: 0;
    color: var(--network-muted);
    font: 700 0.58rem/1 var(--tech-mono);
    letter-spacing: 0.03em;
    pointer-events: none;
}

.index-tech .difficulty-gauge__scale > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    margin-left: -21px;
    color: var(--network-ink);
    text-align: center;
    text-shadow:
        0 1px 3px var(--network-panel),
        0 0 5px var(--network-panel);
    transform: rotate(var(--scale-angle)) translateY(-128px)
        rotate(var(--label-angle));
    transform-origin: 50% 0;
}

.index-tech .supply-clock__inner,
.index-tech .block-clock__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    margin: 29px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--network-soft-line);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--network-green) 8%, transparent), transparent 48%),
        var(--network-panel);
    box-shadow:
        inset 0 0 28px rgba(0, 0, 0, 0.13),
        0 0 0 6px color-mix(in srgb, var(--network-panel) 78%, transparent);
    text-align: center;
}

.index-tech .network-clock__status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--network-muted);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.index-tech .network-fun .network-status__dot {
    background: #7d7d7d;
}

.index-tech .network-fun .network-status__dot.is-live {
    background: var(--network-green);
    box-shadow: 0 0 7px color-mix(in srgb, var(--network-green) 60%, transparent);
}

.index-tech .network-clock__symbol {
    margin: 9px 0 3px;
    color: var(--network-orange);
    font-family: Arial, sans-serif;
    font-size: clamp(1.35rem, 3.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 18px rgba(247, 147, 26, 0.25);
}

.index-tech .supply-clock__value,
.index-tech .difficulty-gauge__value {
    display: block;
    max-width: 100%;
    color: var(--network-ink) !important;
    font-family: var(--tech-mono);
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    white-space: nowrap;
}

.index-tech .supply-clock__value {
    font-size: clamp(0.72rem, 1.45vw, 0.9rem);
    letter-spacing: -0.045em;
}

.index-tech .difficulty-gauge__value {
    font-size: clamp(1.05rem, 2.4vw, 1.3rem);
    letter-spacing: -0.045em;
}

.index-tech .network-clock__updated {
    margin-top: 7px;
    color: var(--network-muted);
    font-size: 0.55rem;
    line-height: 1.3;
}

.index-tech .network-clock__metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--network-muted);
    font-size: 0.58rem;
    letter-spacing: 0.045em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.index-tech .supply-clock > .network-clock__metric,
.index-tech .difficulty-info {
    margin-top: 14px;
}

.index-tech .network-clock__metric strong {
    color: var(--network-ink) !important;
    font-family: var(--tech-mono);
    font-size: 0.88rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.01em;
}

.index-tech .difficulty-info {
    position: relative;
    z-index: 6;
}

.index-tech .difficulty-info__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.index-tech .difficulty-info__trigger {
    display: inline-grid;
    width: 18px;
    height: 18px;
    appearance: none;
    place-items: center;
    padding: 0;
    border: 1px solid var(--network-line);
    border-radius: 50%;
    background: var(--network-panel-raised);
    color: var(--network-ink);
    font: italic 700 0.7rem/1 Georgia, serif;
    cursor: help;
}

.index-tech .difficulty-info__trigger:hover,
.index-tech .difficulty-info__trigger:focus-visible,
.index-tech .difficulty-info.is-open .difficulty-info__trigger {
    border-color: var(--network-green);
    background: var(--network-green);
    color: #090909;
    outline: none;
}

.index-tech .difficulty-info__trigger:focus-visible {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--network-green) 24%, transparent);
}

.index-tech .difficulty-info__popover {
    position: absolute;
    z-index: 10;
    bottom: calc(100% + 14px);
    left: 50%;
    display: block;
    width: min(340px, calc(100vw - 48px));
    padding: 18px 20px;
    visibility: hidden;
    border: 1px solid rgba(99, 212, 113, 0.42);
    border-radius: 12px;
    background: #101b14;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.42);
    color: #dce7df;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition:
        opacity 180ms ease,
        transform 180ms ease,
        visibility 180ms ease;
}

.index-tech .difficulty-info__popover::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(99, 212, 113, 0.42);
    border-bottom: 1px solid rgba(99, 212, 113, 0.42);
    background: #101b14;
    content: "";
    transform: translateX(-50%) rotate(45deg);
}

.index-tech .difficulty-info__popover > strong {
    display: block;
    margin-bottom: 9px;
    color: var(--tech-green) !important;
    font: 700 0.84rem/1.3 var(--tech-mono);
}

.index-tech .difficulty-info__popover > span {
    display: block;
    color: #dce7df;
    font-family: var(--body-font);
    font-size: 0.84rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
}

.index-tech .difficulty-info__popover > span + span {
    margin-top: 9px;
}

.index-tech.theme-light .difficulty-info__popover {
    border-color: rgba(35, 106, 50, 0.34);
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(25, 56, 32, 0.2);
    color: #333b35;
}

.index-tech.theme-light .difficulty-info__popover::after {
    border-color: rgba(35, 106, 50, 0.34);
    background: #ffffff;
}

.index-tech.theme-light .difficulty-info__popover > strong {
    color: #236a32 !important;
}

.index-tech.theme-light .difficulty-info__popover > span {
    color: #333b35;
}

.index-tech .difficulty-info.is-open .difficulty-info__popover {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

@media (hover: hover) and (min-width: 769px) {
    .index-tech .difficulty-info:hover .difficulty-info__popover {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }
}

@media (min-width: 1101px) {
    .index-tech .block-clock {
        z-index: 6;
    }

    .index-tech .difficulty-info__popover {
        top: 50%;
        bottom: auto;
        left: calc(100% + 10px);
        width: min(260px, calc(50vw - 340px));
        transform: translate(8px, -50%);
    }

    .index-tech .difficulty-info__popover::after {
        top: 50%;
        bottom: auto;
        left: -7px;
        border: 0;
        border-bottom: 1px solid rgba(99, 212, 113, 0.42);
        border-left: 1px solid rgba(99, 212, 113, 0.42);
        transform: translateY(-50%) rotate(45deg);
    }

    .index-tech.theme-light .difficulty-info__popover::after {
        border-color: rgba(35, 106, 50, 0.34);
    }

    .index-tech .difficulty-info.is-open .difficulty-info__popover,
    .index-tech .difficulty-info:hover .difficulty-info__popover {
        transform: translate(0, -50%);
    }
}

@media (max-width: 768px) {
    .index-tech .network-card__intro {
        padding: 0;
    }

    .index-tech .network-fun .network-status {
        grid-template-columns: 1fr;
    }

    .index-tech .network-status__item--supply,
    .index-tech .network-status__item--clock {
        padding: 18px 10px 12px;
    }

    .index-tech .network-status__item--clock {
        margin-top: 10px;
    }

    .index-tech .supply-clock,
    .index-tech .block-clock {
        width: min(100%, 224px);
    }

    .index-tech .difficulty-info__popover {
        width: min(340px, calc(100vw - 40px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-tech .supply-clock__face,
    .index-tech .difficulty-gauge__needle,
    .index-tech .difficulty-info__popover {
        transition: none;
    }
}
