/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,17): run-time error CSS1039: Token not allowed after unary operator: '-ink'
(43,22): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(166,17): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(178,22): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(179,31): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(201,17): run-time error CSS1039: Token not allowed after unary operator: '-soft'
(227,46): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(232,28): run-time error CSS1039: Token not allowed after unary operator: '-line-strong'
(265,28): run-time error CSS1039: Token not allowed after unary operator: '-line'
(267,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow'
(293,17): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(301,22): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(302,31): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(320,17): run-time error CSS1039: Token not allowed after unary operator: '-soft'
(346,22): run-time error CSS1039: Token not allowed after unary operator: '-cyan'
(380,17): run-time error CSS1039: Token not allowed after unary operator: '-amber'
(479,22): run-time error CSS1039: Token not allowed after unary operator: '-mint'
(484,22): run-time error CSS1039: Token not allowed after unary operator: '-amber'
(502,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(572,17): run-time error CSS1039: Token not allowed after unary operator: '-mint'
 */
:root {
    color-scheme: dark;
    --bg: #03050b;
    --bg-2: #07111f;
    --ink: #f6fbff;
    --soft: #c5d4e9;
    --muted: #7f8da4;
    --line: rgba(255, 255, 255, 0.14);
    --line-strong: rgba(255, 255, 255, 0.24);
    --glass: rgba(8, 14, 28, 0.68);
    --glass-strong: rgba(8, 14, 28, 0.86);
    --cyan: #28d9ff;
    --mint: #43f2c2;
    --violet: #8d7cff;
    --pink: #ff5fa8;
    --amber: #ffd089;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(40, 217, 255, 0.12), transparent 28rem),
        radial-gradient(circle at 92% 8%, rgba(141, 124, 255, 0.16), transparent 26rem),
        linear-gradient(180deg, #03050b 0%, #07111f 45%, #03050b 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

body::selection {
    color: #031015;
    background: var(--mint);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.page-wrap {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.site-shell {
    position: relative;
    overflow: hidden;
}

.hero-section {
    min-height: 100svh;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: clamp(-120px, -8vw, -72px);
    padding-bottom: clamp(120px, 10vw, 170px);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(90deg, rgba(3, 5, 11, 0.98) 0%, rgba(3, 5, 11, 0.86) 34%, rgba(3, 5, 11, 0.34) 62%, rgba(3, 5, 11, 0.72) 100%),
        linear-gradient(180deg, rgba(3, 5, 11, 0.1) 0%, rgba(3, 5, 11, 0.92) 100%),
        url("assets/generated/hero-brains-landscape.png");
    background-size: cover;
    background-position: center;
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.02);
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-section::before {
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: linear-gradient(90deg, black, transparent 72%);
    opacity: 0.45;
}

.hero-section::after {
    inset: auto -12% -1px -12%;
    z-index: -1;
    height: clamp(210px, 28vw, 380px);
    background:
        linear-gradient(180deg, rgba(3,5,11,0) 0%, rgba(4,9,17,0.72) 42%, #07111f 84%, #07111f 100%),
        radial-gradient(ellipse at center, rgba(40,217,255,0.18), transparent 64%);
    filter: blur(1px);
}

.top-brand {
    width: min(1220px, calc(100% - 44px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 5;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.brand img {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    box-shadow: 0 0 36px rgba(67, 242, 194, 0.24);
}

.brand span {
    font-size: 15px;
}

.hero-content {
    min-height: calc(100svh - 82px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    align-items: center;
    gap: clamp(32px, 5vw, 80px);
    padding: clamp(48px, 7vw, 112px) 0 72px;
}

.hero-copy {
    max-width: 760px;
}

.eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--mint);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--mint);
    box-shadow: 0 0 18px var(--mint);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 0;
    max-width: 840px;
    font-size: clamp(56px, 7.8vw, 112px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.hero-lede {
    max-width: 660px;
    margin: 26px 0 0;
    color: var(--soft);
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.primary-action,
.secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 950;
}

.primary-action {
    color: #041016;
    background: linear-gradient(135deg, var(--mint), #bcf5ff 58%, #ffe0ac);
    box-shadow: 0 22px 72px rgba(67, 242, 194, 0.26);
}

.secondary-action {
    border: 1px solid var(--line-strong);
    background: rgba(255,255,255,0.08);
    color: #f0f7ff;
    backdrop-filter: blur(18px);
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 720px;
    margin: 36px 0 0;
}

.hero-highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    background: rgba(6, 11, 22, 0.58);
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    backdrop-filter: blur(18px);
}

.hero-card,
.platform-panel,
.tool-card,
.intro-strip article,
.info-grid article {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px);
}

.hero-card {
    padding: 28px;
    border-radius: 32px;
    align-self: center;
}

.status-pill,
.tool-status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.status-pill {
    color: var(--mint);
    background: rgba(67,242,194,0.1);
}

.status-pill span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 18px var(--mint);
}

.hero-card h2 {
    margin: 22px 0 12px;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.hero-card p,
.hero-card li,
.section-heading p,
.tool-card p,
.platform-panel p,
.info-grid p,
.site-footer p,
.site-footer span {
    color: var(--soft);
    line-height: 1.65;
}

.hero-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.hero-card li {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
}

.hero-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan);
}

.intro-strip,
.tools-section,
.platform-section,
.bottom-info {
    padding: clamp(72px, 9vw, 120px) 0 0;
}

.intro-strip {
    position: relative;
    z-index: 2;
}

.bottom-info {
    padding-bottom: clamp(72px, 8vw, 110px);
}

.intro-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.intro-strip article,
.info-grid article {
    padding: 26px;
    border-radius: 28px;
}

.intro-strip span {
    display: block;
    margin-bottom: 22px;
    color: var(--amber);
    font-weight: 950;
}

.intro-strip h2,
.info-grid h3,
.tool-card h3,
.platform-list h3 {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2,
.platform-panel h2 {
    margin-bottom: 14px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.032em;
    text-wrap: balance;
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tool-card {
    min-height: 385px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tool-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -38% 18%;
    height: 190px;
    background: radial-gradient(circle, rgba(40,217,255,0.2), transparent 62%);
    pointer-events: none;
}

.tool-card:hover {
    transform: translateY(-5px);
    border-color: rgba(67,242,194,0.4);
    background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.052));
}

.tool-card.featured {
    grid-column: span 1;
    border-color: rgba(67,242,194,0.38);
}

.tool-visual {
    aspect-ratio: 1;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
}

.tool-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-visual {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 40% 35%, rgba(67,242,194,0.22), transparent 34%),
        linear-gradient(135deg, rgba(40,217,255,0.18), rgba(141,124,255,0.14));
}

.logo-visual img {
    width: 42%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 24px 80px rgba(67,242,194,0.28);
}

.tool-status {
    margin-bottom: 14px;
}

.tool-status.live {
    color: #06120f;
    background: var(--mint);
}

.tool-status.soon {
    color: #09101f;
    background: var(--amber);
}

.tool-status.planned {
    color: #eef3ff;
    background: rgba(141,124,255,0.22);
}

.tool-card h3 {
    font-size: 23px;
}

.tool-card p {
    flex: 1;
    margin-bottom: 18px;
}

.tool-card small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.platform-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: clamp(28px, 5vw, 76px);
    padding: clamp(30px, 5vw, 56px);
    border-radius: 38px;
    background:
        radial-gradient(circle at 12% 15%, rgba(67,242,194,0.14), transparent 24rem),
        linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
}

.platform-list {
    display: grid;
    gap: 14px;
}

.platform-list article {
    padding: 0 0 18px 24px;
    border-left: 1px solid rgba(67,242,194,0.38);
}

.platform-list article:last-child {
    padding-bottom: 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.site-footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    background: #02040a;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(0, 0.7fr));
    gap: 32px;
    padding: 54px 0 36px;
}

.footer-brand {
    margin-bottom: 16px;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.site-footer a,
.site-footer span {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
}

.site-footer a:hover {
    color: var(--mint);
}

.footer-bottom a {
    display: inline;
    margin: 0;
    color: #ffffff;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(67,242,194,0.55);
    text-underline-offset: 3px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 0 34px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.js-ready .reveal-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.js-ready .reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .hero-bg {
        background-image:
            linear-gradient(180deg, rgba(3, 5, 11, 0.38) 0%, rgba(3, 5, 11, 0.7) 36%, rgba(3, 5, 11, 0.98) 74%),
            url("assets/generated/hero-brains-mobile.png");
        background-position: top center;
    }

    .top-brand,
    .page-wrap {
        width: min(760px, calc(100% - 32px));
    }

    .hero-content,
    .platform-panel {
        grid-template-columns: 1fr;
    }

    .hero-content {
        align-items: end;
        padding-top: 48svh;
    }

    .hero-card {
        max-width: 520px;
    }

    .intro-strip,
    .tool-grid,
    .info-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .top-brand,
    .page-wrap {
        width: calc(100% - 24px);
    }

    .top-brand {
        min-height: 68px;
    }

    .brand img {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }


    .hero-content {
        min-height: calc(100svh - 68px);
        padding-top: 40svh;
        padding-bottom: 44px;
    }

    h1 {
        font-size: clamp(46px, 16vw, 66px);
        letter-spacing: -0.025em;
    }

    .hero-lede {
        font-size: 17px;
    }

    .hero-actions,
    .hero-highlights {
        grid-template-columns: 1fr;
    }

    .primary-action,
    .secondary-action {
        width: 100%;
        min-height: 52px;
    }

    .hero-highlights {
        display: grid;
        margin-top: 28px;
    }

    .hero-card,
    .intro-strip article,
    .info-grid article details {
        border-radius: 24px;
        padding: 22px;
    }

    .intro-strip,
    .tool-grid,
    .info-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .tool-card {
        min-height: auto;
        border-radius: 26px;
    }

    .tool-visual {
        max-height: 310px;
    }

    .section-heading h2,
    .platform-panel h2 {
        font-size: clamp(34px, 12vw, 48px);
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

