:root {
    color-scheme: dark;
    --page: #020817;
    --panel: rgba(4, 15, 40, 0.91);
    --panel-soft: rgba(7, 20, 48, 0.78);
    --text: #f5f8ff;
    --copy: #aab7d1;
    --muted: #7f8da7;
    --cyan: #4cc3ff;
    --blue: #3788ff;
    --purple: #a76cff;
    --pink: #d957ff;
    --green: #46e6a8;
    --gold: #ffd166;
    --line: rgba(76, 195, 255, 0.22);
    --display: Montserrat, Inter, Arial, sans-serif;
    --body: Inter, Arial, sans-serif;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background:
        linear-gradient(rgba(2, 8, 23, 0.48), rgba(2, 8, 23, 0.61)),
        url("/img/tool-background-1.png") center top / cover fixed,
        var(--page);
    font-family: var(--body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

button {
    color: inherit;
    font: inherit;
}

body.workspace-open {
    overflow: hidden;
}

:focus-visible {
    outline: 3px solid rgba(76, 195, 255, 0.75);
    outline-offset: 3px;
}

.laboratory-page {
    width: min(1580px, calc(100% - 24px));
    margin: 0 auto;
    padding: 12px 0 8px;
}

.laboratory-hero,
.laboratories-section,
.platform-proof {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.laboratory-hero {
    background:
        linear-gradient(125deg, rgba(4, 16, 39, 0.97), rgba(7, 12, 35, 0.96) 52%, rgba(34, 8, 54, 0.94));
}

.laboratory-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 720px;
    height: 720px;
    right: -230px;
    top: -330px;
    border: 1px solid rgba(119, 125, 255, 0.27);
    border-radius: 50%;
    box-shadow:
        0 0 0 78px rgba(174, 49, 255, 0.038),
        0 0 0 164px rgba(98, 66, 255, 0.025);
}

.laboratory-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 520px;
    height: 520px;
    left: -250px;
    bottom: -340px;
    border-radius: 50%;
    background: rgba(24, 119, 242, 0.13);
    filter: blur(75px);
}

.laboratory-topbar {
    min-height: 84px;
    padding: 12px clamp(18px, 2.5vw, 32px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid rgba(76, 195, 255, 0.14);
    background: rgba(2, 7, 19, 0.26);
}

.laboratory-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.laboratory-brand img {
    display: block;
    width: clamp(150px, 13vw, 195px);
    height: auto;
    object-fit: contain;
}

.brand-divider {
    width: 1px;
    height: 46px;
    background: rgba(145, 169, 211, 0.22);
}

.brand-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.brand-copy strong {
    color: #f2f7ff;
    font: 800 0.9rem/1.25 var(--display);
}

.brand-copy small {
    margin-top: 4px;
    color: var(--cyan);
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.laboratory-status {
    min-height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(70, 230, 168, 0.38);
    border-radius: 11px;
    color: #c9fbed;
    background: rgba(4, 30, 37, 0.64);
    font-size: 0.63rem;
    white-space: nowrap;
}

.laboratory-status strong {
    color: #effff9;
}

.status-light,
.card-status > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(70, 230, 168, 0.88);
}

.tab-accent-purple { --tab-accent: var(--purple); }
.tab-accent-pink { --tab-accent: var(--pink); }
.tab-accent-green { --tab-accent: var(--green); }

.hero-grid {
    min-height: 560px;
    padding: clamp(42px, 5.8vw, 88px) clamp(27px, 5.2vw, 78px) clamp(38px, 5vw, 70px);
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(390px, 0.7fr);
    align-items: center;
    gap: clamp(42px, 7vw, 105px);
}

.eyebrow,
.section-kicker {
    margin: 0;
    color: var(--cyan);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.hero-copy h1 {
    max-width: 970px;
    margin: 13px 0 19px;
    color: #fff;
    font: 900 clamp(2.9rem, 5.7vw, 5.7rem)/0.98 var(--display);
    letter-spacing: -0.06em;
}

.hero-copy h1 span {
    display: inline-block;
    padding-right: 0.1em;

    color: transparent;
    background: linear-gradient(
        92deg,
        var(--cyan),
        var(--blue) 43%,
        #af7cff 71%,
        #df66ff
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    max-width: 840px;
    margin: 0;
    color: #b7c4d9;
    font-size: clamp(0.94rem, 1.2vw, 1.08rem);
    line-height: 1.78;
}

.hero-actions {
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
}

.primary-action {
    min-height: 48px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(76, 195, 255, 0.58);
    border-radius: 11px;
    color: #03111e;
    background: linear-gradient(100deg, #4cc3ff, #77e0ff);
    box-shadow: 0 12px 27px rgba(76, 195, 255, 0.19);
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.primary-action svg {
    width: 17px;
    height: 17px;
}

.primary-action:hover,
.primary-action:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(100deg, #76dcff, #c172ff);
    box-shadow: 0 16px 34px rgba(76, 195, 255, 0.25);
}

.hero-assurance {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8f9eb6;
    font-size: 0.64rem;
    font-weight: 700;
}

.hero-assurance svg {
    width: 18px;
    height: 18px;
    color: var(--green);
}

.laboratory-network {
    position: relative;
    width: min(100%, 470px);
    aspect-ratio: 1;
    justify-self: center;
}

.network-orbit {
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(76, 195, 255, 0.2);
    border-radius: 50%;
}

.orbit-one {
    box-shadow:
        0 0 50px rgba(76, 195, 255, 0.05),
        inset 0 0 50px rgba(208, 35, 232, 0.035);
}

.orbit-two {
    inset: 27%;
    border-color: rgba(208, 35, 232, 0.24);
    transform: rotate(45deg);
}

.laboratory-network::before,
.laboratory-network::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 14%;
    bottom: 14%;
    width: 1px;
    background: linear-gradient(transparent, rgba(76, 195, 255, 0.21), transparent);
}

.laboratory-network::after {
    left: 14%;
    right: 14%;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 1px;
}

.network-core {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(76, 195, 255, 0.48);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 30%, rgba(76, 195, 255, 0.2), transparent 45%),
        rgba(3, 14, 37, 0.96);
    box-shadow:
        0 0 0 10px rgba(76, 195, 255, 0.025),
        0 0 0 22px rgba(208, 35, 232, 0.018),
        0 18px 55px rgba(0, 0, 0, 0.5),
        0 0 42px rgba(76, 195, 255, 0.13);
    transform: translate(-50%, -50%);
}

.network-core > span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(76, 195, 255, 0.38);
    border-radius: 12px;
    color: var(--cyan);
    background: rgba(76, 195, 255, 0.08);
}

.network-core svg {
    width: 24px;
    height: 24px;
}

.network-core strong {
    margin-top: 9px;
    color: #f4f7ff;
    font: 800 0.78rem/1.2 var(--display);
}

.network-core small {
    margin-top: 2px;
    color: var(--cyan);
    font-size: 0.51rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.network-node {
    position: absolute;
    z-index: 4;
    min-width: 100px;
    min-height: 49px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(76, 195, 255, 0.28);
    border-radius: 12px;
    background: rgba(5, 15, 39, 0.94);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.network-node span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 8px;
    font-size: 0.52rem;
    font-weight: 900;
}

.network-node strong {
    color: #eaf2ff;
    font-size: 0.65rem;
}

.node-build {
    left: 4%;
    top: 19%;
    color: var(--cyan);
}

.node-create {
    right: 1%;
    top: 20%;
    color: var(--purple);
}

.node-voice {
    left: 4%;
    bottom: 18%;
    color: var(--pink);
}

.node-launch {
    right: 1%;
    bottom: 19%;
    color: var(--green);
}

.hero-metrics {
    margin: 0 clamp(22px, 4vw, 58px) 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(76, 195, 255, 0.14);
    border-radius: 14px;
    background: rgba(3, 13, 33, 0.64);
}

.hero-metrics > div {
    min-width: 0;
    min-height: 76px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(76, 195, 255, 0.12);
}

.hero-metrics > div:first-child {
    border-left: 0;
}

.hero-metrics strong {
    color: #edf5ff;
    font: 800 0.82rem/1.3 var(--display);
}

.hero-metrics span {
    margin-top: 3px;
    color: #77869f;
    font-size: 0.6rem;
    font-weight: 700;
}

.laboratories-section {
    margin-top: 22px;
    padding: clamp(35px, 4.5vw, 68px) clamp(22px, 3.8vw, 56px) clamp(40px, 5vw, 74px);
    background: rgba(3, 12, 30, 0.91);
}

.laboratories-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(76, 195, 255, 0.07), transparent 28%),
        radial-gradient(circle at 92% 100%, rgba(208, 35, 232, 0.06), transparent 30%);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
    align-items: end;
    gap: 40px;
}

.section-heading h2,
.proof-copy h2 {
    margin: 8px 0 0;
    color: #f5f8ff;
    font: 850 clamp(1.9rem, 3.4vw, 3.25rem)/1.13 var(--display);
    letter-spacing: -0.045em;
}

.section-heading > p,
.proof-copy > p:not(.section-kicker) {
    margin: 0;
    color: #9aa9c0;
    font-size: 0.82rem;
    line-height: 1.75;
}

.laboratory-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.laboratory-card {
    --accent: var(--cyan);
    --mx: 50%;
    --my: 50%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    padding: clamp(22px, 2.6vw, 34px);
    display: flex;
    flex-direction: column;
    border: 1px solid color-mix(in srgb, var(--accent) 31%, transparent);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(7, 21, 48, 0.96), rgba(3, 11, 30, 0.95));
    box-shadow: 0 19px 52px rgba(0, 0, 0, 0.27);
    transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.laboratory-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.laboratory-card::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 230px;
    height: 230px;
    right: -120px;
    top: -125px;
    border: 1px solid color-mix(in srgb, var(--accent) 23%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 0 34px color-mix(in srgb, var(--accent) 2.5%, transparent);
}

.laboratory-card:hover,
.laboratory-card:focus-within {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--accent) 60%, transparent);
    box-shadow: 0 25px 64px rgba(0, 0, 0, 0.36), 0 0 28px color-mix(in srgb, var(--accent) 8%, transparent);
}

.accent-purple { --accent: var(--purple); }
.accent-pink { --accent: var(--pink); }
.accent-green { --accent: var(--green); }

.card-glow {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle 220px at var(--mx) var(--my), color-mix(in srgb, var(--accent) 12%, transparent), transparent 72%);
    transition: opacity 180ms ease;
    pointer-events: none;
}

.laboratory-card:hover .card-glow,
.laboratory-card:focus-within .card-glow {
    opacity: 1;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.card-number {
    color: color-mix(in srgb, var(--accent) 75%, #fff 25%);
    font: 900 0.62rem/1 var(--display);
    letter-spacing: 0.08em;
}

.card-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a8b7cc;
    font-size: 0.54rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.card-status > span {
    width: 7px;
    height: 7px;
}

.card-icon {
    width: 52px;
    height: 52px;
    margin-top: 26px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--accent) 43%, transparent);
    border-radius: 14px;
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 9%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.card-icon svg {
    width: 27px;
    height: 27px;
}

.card-stage {
    margin: 17px 0 0;
    color: var(--accent);
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.laboratory-card h3 {
    margin: 7px 0 0;
    color: #f3f7ff;
    font: 850 clamp(1.35rem, 2vw, 1.8rem)/1.2 var(--display);
    letter-spacing: -0.035em;
}

.card-description {
    margin: 11px 0 0;
    color: #9eadc3;
    font-size: 0.78rem;
    line-height: 1.72;
}

.card-outcome {
    margin-top: 20px;
    padding: 13px 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 11px;
    background: rgba(2, 10, 27, 0.55);
}

.card-outcome span {
    color: #73829a;
    font-size: 0.51rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.card-outcome strong {
    margin-top: 3px;
    color: #dce7f6;
    font-size: 0.67rem;
}

.capability-list {
    margin: 19px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 13px;
    list-style: none;
}

.capability-list li {
    min-width: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    color: #8999b0;
    font-size: 0.65rem;
    line-height: 1.5;
}

.capability-list li > span {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
    border-radius: 50%;
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 6%, transparent);
}

.capability-list svg {
    width: 11px;
    height: 11px;
    stroke-width: 2.3;
}

.model-row {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.model-row > span {
    padding: 5px 8px;
    border: 1px solid color-mix(in srgb, var(--accent) 23%, transparent);
    border-radius: 999px;
    color: #a7b4c8;
    background: color-mix(in srgb, var(--accent) 5%, rgba(2, 10, 27, 0.7));
    font-size: 0.51rem;
    font-weight: 800;
}

.card-action {
    min-height: 48px;
    margin-top: 23px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid color-mix(in srgb, var(--accent) 46%, transparent);
    border-radius: 11px;
    color: #eaf4ff;
    background: color-mix(in srgb, var(--accent) 9%, rgba(4, 18, 41, 0.84));
    font-size: 0.68rem;
    font-weight: 900;
    text-decoration: none;
    transition: color 170ms ease, background 170ms ease, transform 170ms ease;
}

.card-action svg {
    width: 17px;
    height: 17px;
    color: var(--accent);
    transition: transform 170ms ease;
}

.card-action:hover,
.card-action:focus-visible {
    color: #03101e;
    background: var(--accent);
    transform: translateY(-1px);
}

.card-action:hover svg,
.card-action:focus-visible svg {
    color: #03101e;
    transform: translateX(3px);
}

.platform-proof {
    margin-top: 22px;
    padding: clamp(38px, 5vw, 72px) clamp(23px, 4vw, 60px);
    background:
        linear-gradient(125deg, rgba(4, 16, 39, 0.96), rgba(8, 12, 35, 0.95) 55%, rgba(29, 8, 48, 0.93));
}

.platform-proof::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 480px;
    height: 480px;
    right: -180px;
    bottom: -290px;
    border: 1px solid rgba(208, 35, 232, 0.17);
    border-radius: 50%;
    box-shadow: 0 0 0 62px rgba(208, 35, 232, 0.025);
}

.proof-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.72fr);
    align-items: end;
    gap: 45px;
}

.proof-copy .section-kicker {
    grid-column: 1 / -1;
    margin-bottom: -30px;
}

.proof-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.proof-grid article {
    padding: 20px;
    border: 1px solid rgba(76, 195, 255, 0.14);
    border-radius: 13px;
    background: rgba(3, 14, 34, 0.65);
}

.proof-grid article > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(76, 195, 255, 0.3);
    border-radius: 10px;
    color: var(--cyan);
    background: rgba(76, 195, 255, 0.07);
}

.proof-grid svg {
    width: 20px;
    height: 20px;
}

.proof-grid h3 {
    margin: 13px 0 0;
    color: #edf4ff;
    font: 800 0.82rem/1.35 var(--display);
}

.proof-grid p {
    margin: 7px 0 0;
    color: #8898b0;
    font-size: 0.66rem;
    line-height: 1.62;
}

.laboratory-footer {
    margin-top: 28px;
    padding: 36px 20px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-top: 1px solid rgba(76, 195, 255, 0.14);
    color: var(--muted);
    text-align: center;
}

.laboratory-footer img {
    width: 170px;
    height: auto;
    object-fit: contain;
}

.laboratory-footer p {
    margin: 3px 0 0;
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.laboratory-footer span,
.laboratory-footer small {
    font-size: 0.62rem;
    line-height: 1.5;
}

.laboratory-footer .footer-copyright {
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.lab-workspace[hidden] {
    display: none !important;
}

.lab-workspace {
    --workspace-toolbar-height: 70px;
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    grid-template-rows: var(--workspace-toolbar-height) minmax(0, 1fr);
    color: var(--text);
    background: #020817;
}

.workspace-toolbar {
    min-width: 0;
    height: var(--workspace-toolbar-height);
    padding: 8px 10px 8px 14px;
    display: grid;
    grid-template-columns: minmax(175px, 225px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(76, 195, 255, 0.28);
    background:
        linear-gradient(110deg, rgba(3, 14, 35, 0.99), rgba(5, 10, 29, 0.99) 57%, rgba(25, 7, 41, 0.99));
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.workspace-identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.workspace-identity img {
    width: 90px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

.workspace-identity > span {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.workspace-identity strong {
    overflow: hidden;
    color: #f2f7ff;
    font-size: 0.61rem;
    font-weight: 850;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workspace-identity small {
    margin-top: 2px;
    color: var(--cyan);
    font-size: 0.46rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.workspace-tabs {
    min-width: 0;
    display: flex;
    align-items: stretch;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(76, 195, 255, 0.72) rgba(255, 255, 255, 0.04);
}

.workspace-tabs::-webkit-scrollbar {
    height: 3px;
}

.workspace-tabs::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
}

.workspace-tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--pink));
}

.workspace-tab {
    --tab-accent: var(--cyan);
    min-width: max-content;
    min-height: 46px;
    padding: 8px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(76, 195, 255, 0.15);
    border-radius: 10px;
    color: #8999b0;
    background: rgba(3, 13, 33, 0.75);
    font-size: 0.58rem;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.workspace-tab:hover,
.workspace-tab:focus-visible,
.workspace-tab.is-active {
    color: #f0f7ff;
    border-color: color-mix(in srgb, var(--tab-accent) 53%, transparent);
    background: color-mix(in srgb, var(--tab-accent) 10%, rgba(3, 13, 33, 0.92));
}

.workspace-tab.is-active {
    box-shadow: inset 0 -2px 0 var(--tab-accent);
}

.workspace-home-tab svg {
    width: 15px;
    height: 15px;
    color: var(--cyan);
}

.workspace-tab-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tab-accent);
    box-shadow: 0 0 9px color-mix(in srgb, var(--tab-accent) 75%, transparent);
}

.workspace-close {
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 116, 154, 0.32);
    border-radius: 11px;
    color: #ff9ab6;
    background: rgba(62, 13, 31, 0.48);
    cursor: pointer;
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.workspace-close:hover,
.workspace-close:focus-visible {
    color: #fff;
    border-color: rgba(255, 116, 154, 0.65);
    background: rgba(109, 21, 49, 0.72);
    transform: translateY(-1px);
}

.workspace-close svg {
    width: 18px;
    height: 18px;
}

.workspace-frame-stack {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(rgba(2, 8, 23, 0.55), rgba(2, 8, 23, 0.6)),
        url("/img/tool-background-1.png") center / cover,
        #020817;
}

.laboratory-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    border: 0;
    background: #020817;
}

.laboratory-frame.is-active {
    display: block;
}

.workspace-loading {
    position: absolute;
    z-index: 5;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #dce9fa;
    background: rgba(2, 8, 23, 0.93);
    pointer-events: none;
}

.workspace-loading[hidden] {
    display: none;
}

.workspace-loading > span {
    width: 35px;
    height: 35px;
    border: 3px solid rgba(76, 195, 255, 0.16);
    border-top-color: var(--cyan);
    border-right-color: var(--pink);
    border-radius: 50%;
    animation: workspace-spin 750ms linear infinite;
}

.workspace-loading strong {
    font-size: 0.66rem;
    letter-spacing: 0.06em;
}

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

.enhanced [data-lab-card] {
    opacity: 0;
    transform: translateY(15px);
}

.enhanced [data-lab-card].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 460ms ease var(--reveal-delay, 0ms),
        transform 460ms ease var(--reveal-delay, 0ms),
        border-color 190ms ease,
        box-shadow 190ms ease;
}

.enhanced [data-lab-card].is-visible:hover,
.enhanced [data-lab-card].is-visible:focus-within {
    transform: translateY(-4px);
}

@media (max-width: 1180px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
        gap: 38px;
    }

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

@media (max-width: 940px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .laboratory-network {
        width: min(470px, 80vw);
    }

    .section-heading,
    .proof-copy {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 16px;
    }

    .proof-copy .section-kicker {
        grid-column: auto;
        margin-bottom: 0;
    }

    .laboratory-grid {
        grid-template-columns: 1fr;
    }

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

    .workspace-identity {
        display: none;
    }
}

@media (max-width: 720px) {
    .laboratory-page {
        width: min(100% - 14px, 1580px);
        padding-top: 7px;
    }

    .laboratory-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .laboratory-brand {
        align-items: flex-start;
    }

    .laboratory-brand img {
        width: 150px;
    }

    .brand-divider {
        display: none;
    }

    .brand-copy small {
        font-size: 0.5rem;
    }

    .hero-grid {
        min-height: 0;
        padding: 38px 21px 32px;
    }

    .hero-copy h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .primary-action {
        width: 100%;
    }

    .laboratory-network {
        width: min(400px, 90vw);
    }

    .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 17px 22px;
    }

    .hero-metrics > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(76, 195, 255, 0.12);
    }

    .hero-metrics > div:nth-child(4) {
        border-top: 1px solid rgba(76, 195, 255, 0.12);
    }

    .laboratories-section,
    .platform-proof {
        padding: 35px 18px 40px;
    }

    .capability-list {
        grid-template-columns: 1fr;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .lab-workspace {
        --workspace-toolbar-height: 62px;
    }

    .workspace-toolbar {
        padding: 7px;
        gap: 7px;
    }

    .workspace-tab {
        min-height: 44px;
        padding: 7px 11px;
    }

    .workspace-close {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 520px) {
    .laboratory-brand {
        width: 100%;
        flex-direction: column;
        gap: 9px;
    }

    .laboratory-status {
        width: 100%;
        justify-content: center;
    }

    .laboratory-network {
        width: 100%;
        aspect-ratio: 0.92;
    }

    .network-core {
        width: 128px;
        height: 128px;
    }

    .network-node {
        min-width: 88px;
        min-height: 43px;
        padding: 7px 9px;
    }

    .network-node span {
        width: 23px;
        height: 23px;
    }

    .node-build,
    .node-voice {
        left: 0;
    }

    .node-create,
    .node-launch {
        right: 0;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-metrics > div,
    .hero-metrics > div:nth-child(3),
    .hero-metrics > div:nth-child(4) {
        border-top: 1px solid rgba(76, 195, 255, 0.12);
        border-left: 0;
    }

    .hero-metrics > div:first-child {
        border-top: 0;
    }

    .workspace-tab {
        padding: 7px 10px;
    }

    .workspace-tab-dot {
        width: 6px;
        height: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .enhanced [data-lab-card] {
        opacity: 1;
        transform: none;
    }
}
