:root {
    color-scheme: dark;
    --bg: #040812;
    --bg-2: #081624;
    --panel: rgba(8, 17, 30, .82);
    --panel-solid: #0a1321;
    --line: rgba(202, 232, 255, .13);
    --line-strong: rgba(27, 218, 245, .36);
    --text: #f7fbff;
    --muted: rgba(226, 238, 248, .72);
    --soft: rgba(226, 238, 248, .48);
    --cyan: #18d9f2;
    --cyan-2: #6df4ff;
    --blue: #0984de;
    --deep: #043760;
    --green: #68f2b1;
    --yellow: #ffd15d;
    --danger: #ff7182;
    --radius: 8px;
    --max: 1120px;
    --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
    --display: "Fraunces", Georgia, serif;
}

/* Public home refinement: cleaner brand composition, no fake dashboard mockup. */
.wb-logo-full {
    width: 68px;
    filter: drop-shadow(0 0 16px rgba(24, 217, 242, .2));
}

.wb-links {
    gap: 6px;
    padding: 6px;
    overflow: visible;
}

.wb-nav-glider {
    display: none;
}

.wb-links a {
    min-width: auto;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 10px;
    color: rgba(236, 246, 255, .7);
}

.wb-links a.is-active,
.wb-links a:hover {
    color: #031018;
    background: linear-gradient(135deg, var(--cyan-2), var(--cyan) 62%, #38aaff);
    box-shadow: 0 14px 34px rgba(24, 217, 242, .18);
}

h1,
.wb-page-title {
    font-size: clamp(42px, 5.2vw, 66px);
    line-height: .98;
}

.cw-hero {
    min-height: calc(100vh - 74px);
    padding: 64px 0 72px;
}

.cw-hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
    gap: 56px;
}

.cw-hero-copy h1 {
    max-width: 560px;
}

.wb-lead {
    max-width: 545px;
}

.cw-brand-stage {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.cw-brand-stage::before {
    content: "";
    position: absolute;
    inset: 54px 18px;
    z-index: -2;
    border: 1px solid rgba(24, 217, 242, .14);
    border-radius: 34px;
    background:
        linear-gradient(rgba(202, 232, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(202, 232, 255, .045) 1px, transparent 1px),
        radial-gradient(circle at 42% 42%, rgba(24, 217, 242, .17), transparent 34%),
        rgba(255, 255, 255, .026);
    background-size: 34px 34px, 34px 34px, auto, auto;
    transform: rotate(-2deg);
}

.cw-brand-halo {
    position: absolute;
    width: 360px;
    aspect-ratio: 1;
    border: 1px solid rgba(24, 217, 242, .24);
    border-radius: 50%;
    opacity: .82;
    animation: brandHalo 14s linear infinite;
}

.cw-brand-halo::before,
.cw-brand-halo::after {
    content: "";
    position: absolute;
    inset: 38px;
    border: 1px dashed rgba(109, 244, 255, .17);
    border-radius: inherit;
}

.cw-brand-halo::after {
    inset: 78px;
    border-style: solid;
    border-color: rgba(9, 132, 222, .28);
}

.cw-brand-plate {
    position: relative;
    width: min(100%, 420px);
    min-height: 260px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(24, 217, 242, .28);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(24, 217, 242, .16), transparent 44%),
        linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .028)),
        rgba(5, 12, 24, .82);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .14);
    overflow: hidden;
}

.cw-brand-plate img {
    position: relative;
    z-index: 3;
    width: 292px;
    filter: drop-shadow(0 24px 58px rgba(24, 217, 242, .2));
}

.cw-brand-thread {
    position: absolute;
    left: -12%;
    width: 124%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(24, 217, 242, .76), rgba(109, 244, 255, .42), transparent);
    transform: rotate(-10deg);
}

.cw-brand-thread--a {
    top: 35%;
}

.cw-brand-thread--b {
    top: 52%;
    background: linear-gradient(90deg, transparent, rgba(9, 132, 222, .68), rgba(24, 217, 242, .44), transparent);
    transform: rotate(8deg);
}

.cw-brand-thread--c {
    bottom: 27%;
    background: linear-gradient(90deg, transparent, rgba(104, 242, 177, .48), rgba(24, 217, 242, .4), transparent);
    transform: rotate(-2deg);
}

.cw-signal-card {
    position: absolute;
    z-index: 4;
    width: 184px;
    padding: 15px 16px;
    border: 1px solid rgba(202, 232, 255, .18);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .032)),
        rgba(7, 13, 26, .8);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .36);
    backdrop-filter: blur(20px);
}

.cw-signal-card span,
.cw-signal-card small {
    display: block;
    color: var(--soft);
    font-size: 12px;
}

.cw-signal-card strong {
    display: block;
    margin: 3px 0;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-size: 21px;
    line-height: 1.1;
}

.cw-signal-card--top {
    top: 48px;
    right: 34px;
}

.cw-signal-card--left {
    left: 4px;
    bottom: 106px;
}

.cw-signal-card--bottom {
    right: 66px;
    bottom: 46px;
}

.cw-mode-switch {
    max-width: 480px;
}

.wb-footer {
    background:
        linear-gradient(90deg, rgba(24, 217, 242, .07), transparent 42%),
        rgba(2, 6, 12, .82);
}

.wb-footer-grid {
    min-height: 230px;
    grid-template-columns: minmax(260px, 1fr) minmax(120px, .42fr) minmax(130px, .42fr) auto;
    align-items: start;
    padding: 38px 0;
}

.wb-footer-brand img {
    width: 162px;
}

.wb-footer-col {
    display: grid;
    gap: 10px;
    color: var(--muted);
    font-weight: 750;
}

.wb-footer-col strong,
.wb-footer-meta strong {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wb-footer-col a {
    color: var(--muted);
}

.wb-footer-col a:hover {
    color: var(--cyan-2);
}

.wb-footer-meta {
    display: grid;
    gap: 10px;
    justify-items: end;
    color: var(--soft);
}

@keyframes brandHalo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

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

    .cw-brand-stage {
        min-height: 440px;
    }

    .wb-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wb-footer-meta {
        justify-items: start;
    }
}

@media (max-width: 720px) {
    .wb-logo-full {
        width: 56px;
    }

    .cw-hero {
        padding: 46px 0 58px;
    }

    .cw-brand-stage {
        min-height: 360px;
    }

    .cw-brand-stage::before {
        inset: 42px 0;
    }

    .cw-brand-plate {
        width: 100%;
        min-height: 220px;
    }

    .cw-brand-plate img {
        width: 232px;
    }

    .cw-signal-card {
        width: 154px;
        padding: 12px;
    }

    .cw-signal-card--top {
        top: 22px;
        right: 0;
    }

    .cw-signal-card--left {
        left: 0;
        bottom: 64px;
    }

    .cw-signal-card--bottom {
        right: 20px;
        bottom: 14px;
    }

    .wb-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Art direction for the public landing: black-square minimalism with wave motion. */
.wb-art-page .wb-header {
    border-bottom-color: rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .72);
}

.wb-art-page .wb-nav {
    min-height: 78px;
}

.wb-art-page .wb-logo-full {
    width: 68px;
    opacity: .95;
}

.wb-art-page .wb-links {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .025);
}

.wb-art-page .wb-links a {
    color: rgba(255, 255, 255, .6);
}

.wb-art-page .wb-links a.is-active,
.wb-art-page .wb-links a:hover {
    color: #001116;
    background: linear-gradient(135deg, #7affff, #18d9f2);
}

.art-site {
    color: #fff;
    background: radial-gradient(circle at 50% -10%, rgba(24, 217, 242, .1), transparent 34%);
    overflow: hidden;
}

.art-hero {
    position: relative;
    min-height: calc(100vh - 78px);
    display: grid;
    align-items: center;
    padding: 70px 0 120px;
    isolation: isolate;
    background: radial-gradient(120% 90% at 12% 8%, rgba(9, 63, 96, .5), transparent 58%), var(--bg);
}

.art-noise {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .38;
    background:
        linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.art-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .74fr) minmax(320px, .86fr);
    gap: 70px;
    align-items: center;
}

.art-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #6df4ff;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.art-kicker::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

.art-copy h1 {
    max-width: 640px;
    color: #fff;
    font-family: var(--display);
    font-optical-sizing: auto;
    font-size: clamp(42px, 6.4vw, 76px);
    font-weight: 560;
    line-height: 1.02;
    letter-spacing: -.01em;
}

.art-copy p:not(.art-kicker) {
    max-width: 500px;
    margin-top: 24px;
    color: rgba(238, 247, 255, .68);
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.7;
}

.art-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.art-tagline {
    margin-top: 22px;
    color: rgba(226, 238, 248, .46);
    font-family: var(--mono);
    font-size: 12.5px;
    letter-spacing: .02em;
}

/* Hero visual: a live breaking wave instead of a static brand tile. */
.art-wave-scene {
    position: relative;
}

.art-wave-panel {
    position: relative;
    min-height: 360px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background:
        radial-gradient(120% 140% at 82% 8%, rgba(24, 217, 242, .16), transparent 55%),
        linear-gradient(190deg, #0b2437 0%, #051019 55%, #020407 100%);
    box-shadow: 0 50px 130px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(24, 217, 242, .05);
    overflow: hidden;
}

.art-wave-panel canvas {
    display: block;
    width: 100%;
    height: 360px;
}

.art-wave-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px 7px 11px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(4, 10, 18, .58);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #eaf9ff;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.art-wave-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #68f2b1;
    box-shadow: 0 0 0 3px rgba(104, 242, 177, .2);
}

.art-wave-meta {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    margin: 14px 4px 0;
    color: rgba(226, 238, 248, .4);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.art-reveal,
.art-three,
.art-details,
.art-final {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(1, 3, 6, .3);
}

.art-glass {
    padding: 40px 44px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(8, 18, 28, .42);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.art-reveal {
    padding: 110px 0;
}

.art-reveal-grid {
    display: grid;
    grid-template-columns: 90px minmax(0, .95fr) minmax(260px, .58fr);
    gap: 34px;
    align-items: start;
}

.art-index {
    color: rgba(109, 244, 255, .62);
    font-family: var(--mono);
    font-size: 14px;
    letter-spacing: .18em;
}

.art-reveal h2,
.art-details h2,
.art-final h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 64px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: 0;
}

.art-reveal-grid > p,
.art-details p,
.art-three p {
    color: rgba(238, 247, 255, .66);
    font-size: 16px;
    line-height: 1.72;
}

.art-three {
    padding: 44px 0 108px;
}

.art-three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .08);
}

.art-three article {
    min-height: 260px;
    padding: 28px;
    background:
        radial-gradient(circle at 18% 0%, rgba(24, 217, 242, .16), transparent 34%),
        rgba(6, 12, 20, .45);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
}

.art-three span {
    color: #6df4ff;
    font-family: var(--mono);
    font-size: 13px;
}

.art-three h3 {
    margin-top: 72px;
    font-size: 24px;
}

.art-three p {
    margin-top: 14px;
}

.art-details {
    padding: 110px 0;
}

.art-details-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, .72fr);
    gap: 70px;
    align-items: start;
}

.art-accordion {
    display: grid;
    gap: 12px;
}

.art-accordion details {
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(8, 16, 26, .38);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
}

.art-accordion summary {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: #fff;
    font-weight: 850;
    cursor: pointer;
}

.art-accordion p {
    padding: 0 18px 20px;
}

.art-final {
    padding: 120px 0;
}

.art-final .wb-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.art-final h2 {
    max-width: 820px;
}

.art-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(1, 3, 6, .88);
}

.art-footer-grid {
    min-height: 132px;
    display: grid;
    grid-template-columns: minmax(260px, auto) minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}

.art-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    white-space: nowrap;
}

.art-footer-brand img {
    width: 48px;
}

.art-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    color: rgba(255, 255, 255, .58);
    font-weight: 750;
}

.art-footer a:hover {
    color: #6df4ff;
}

.art-footer span {
    color: rgba(255, 255, 255, .42);
}

@keyframes artSweep {
    0%, 100% {
        transform: translateX(-6%) rotate(-8deg);
    }
    50% {
        transform: translateX(6%) rotate(7deg);
    }
}

@keyframes artWave {
    0%, 100% {
        transform: translateX(-1.5%) scaleY(1);
    }
    50% {
        transform: translateX(1.5%) scaleY(.72);
    }
}

@media (max-width: 980px) {
    .art-hero-grid,
    .art-reveal-grid,
    .art-details-grid,
    .art-final .wb-container {
        grid-template-columns: 1fr;
    }

    .art-wave-panel {
        min-height: 300px;
    }

    .art-wave-panel canvas {
        height: 300px;
    }

    .art-three-grid {
        grid-template-columns: 1fr;
    }

    .art-three article {
        min-height: 210px;
    }

    .art-three h3 {
        margin-top: 46px;
    }
}

@media (max-width: 720px) {
    .art-hero {
        padding: 44px 0 104px;
    }

    .art-copy h1 {
        font-size: 46px;
    }

    .art-actions .wb-btn {
        flex: 1 1 130px;
    }

    .art-wave-panel {
        min-height: 260px;
    }

    .art-wave-panel canvas {
        height: 260px;
    }

    .art-reveal,
    .art-details,
    .art-final {
        padding: 78px 0;
    }

    .art-footer-grid {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 22px;
        padding: 28px 0;
    }

    .art-footer nav {
        justify-content: flex-start;
    }
}

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

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

#wb-breakwater {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: var(--font);
    font-size: 15px;
    line-height: 1.55;
    background:
        linear-gradient(rgba(202, 232, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(202, 232, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 18% 8%, rgba(24, 217, 242, .14), transparent 28%),
        radial-gradient(circle at 84% 14%, rgba(9, 132, 222, .14), transparent 32%),
        linear-gradient(135deg, #040812 0%, #071521 52%, #030711 100%);
    background-size: 42px 42px, 42px 42px, auto, auto, auto;
    overflow-x: hidden;
}

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

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    border: 0;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wb-container {
    width: min(var(--max), calc(100% - 40px));
    margin-inline: auto;
}

.wb-shell {
    min-height: 100vh;
}

.wb-public {
    background-color: var(--bg);
}

.wb-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid var(--line);
    background: rgba(4, 8, 18, .78);
    backdrop-filter: blur(22px);
}

.wb-nav {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.wb-brand {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
}

.wb-logo-full {
    width: 68px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(24, 217, 242, .18));
}

.wb-burger {
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: var(--text);
    cursor: pointer;
    flex-shrink: 0;
}

.wb-burger svg {
    width: 18px;
    height: 18px;
}

.wb-nav-panel {
    display: contents;
}

.wb-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    overflow: hidden;
}

.wb-nav-glider {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 90px;
    height: 34px;
    border-radius: 9px;
    background:
        linear-gradient(135deg, rgba(109, 244, 255, .88), rgba(24, 217, 242, .68)),
        rgba(255, 255, 255, .18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .58),
        0 12px 28px rgba(24, 217, 242, .24);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), width .28s ease;
}

.wb-links a {
    position: relative;
    z-index: 1;
    min-width: 90px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 9px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.wb-links a.is-active,
.wb-links a:hover {
    color: #04111a;
}

.wb-links:has(a:nth-of-type(2).is-active) .wb-nav-glider,
.wb-links:has(a:nth-of-type(2):hover) .wb-nav-glider {
    transform: translateX(94px);
}

.wb-links:has(a:nth-of-type(3).is-active) .wb-nav-glider,
.wb-links:has(a:nth-of-type(3):hover) .wb-nav-glider {
    width: 136px;
    transform: translateX(188px);
}

.wb-links:has(a:nth-of-type(4).is-active) .wb-nav-glider,
.wb-links:has(a:nth-of-type(4):hover) .wb-nav-glider {
    width: 72px;
    transform: translateX(328px);
}

.wb-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wb-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid rgba(202, 232, 255, .22);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.wb-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(24, 217, 242, .58);
    background: rgba(24, 217, 242, .09);
}

.wb-btn--primary {
    color: #031018;
    border-color: transparent;
    background: linear-gradient(135deg, var(--cyan-2), var(--cyan) 52%, #37a9ff);
    box-shadow: 0 18px 44px rgba(24, 217, 242, .24);
}

.wb-btn--ghost {
    background: transparent;
}

.wb-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--cyan-2);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wb-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--cyan-2), var(--blue));
}

h1,
.wb-page-title {
    color: #fff;
    font-size: clamp(50px, 6vw, 78px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: 0;
}

h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.04;
    font-weight: 880;
    letter-spacing: 0;
}

h3 {
    color: #fff;
    font-size: 19px;
    line-height: 1.24;
    font-weight: 850;
    letter-spacing: 0;
}

.wb-lead {
    max-width: 560px;
    margin-top: 20px;
    color: var(--muted);
    font-size: clamp(17px, 1.6vw, 19px);
    line-height: 1.68;
}

.cw-hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: flex;
    align-items: center;
    padding: 72px 0 80px;
    overflow: hidden;
    isolation: isolate;
}

.cw-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(116deg, transparent 0 18%, rgba(24, 217, 242, .12) 18.1%, transparent 18.7% 62%, rgba(9, 132, 222, .15) 62.1%, transparent 62.8%),
        linear-gradient(176deg, transparent 0 36%, rgba(109, 244, 255, .08) 36.2%, transparent 36.8%);
}

.cw-ambient {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.cw-ambient span {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 217, 242, .54), transparent);
    transform: rotate(-8deg);
}

.cw-ambient span:nth-child(1) {
    width: 42vw;
    left: 4vw;
    top: 21%;
}

.cw-ambient span:nth-child(2) {
    width: 54vw;
    right: -8vw;
    top: 58%;
    background: linear-gradient(90deg, transparent, rgba(9, 132, 222, .5), transparent);
}

.cw-ambient span:nth-child(3) {
    width: 34vw;
    left: 30vw;
    bottom: 12%;
    background: linear-gradient(90deg, transparent, rgba(109, 244, 255, .32), transparent);
}

.cw-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    gap: 58px;
    align-items: center;
}

.cw-hero-copy {
    position: relative;
    z-index: 2;
}

.cw-hero-copy h1 {
    max-width: 600px;
}

.wb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cw-mode-switch {
    position: relative;
    width: min(100%, 520px);
    min-height: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-top: 30px;
    padding: 6px;
    border: 1px solid rgba(202, 232, 255, .18);
    border-radius: 16px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    overflow: hidden;
}

.cw-switch-glass {
    position: absolute;
    left: 6px;
    top: 6px;
    width: calc((100% - 12px) / 3);
    height: calc(100% - 12px);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .52), rgba(109, 244, 255, .32)),
        rgba(24, 217, 242, .24);
    border: 1px solid rgba(255, 255, 255, .36);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        inset 0 -18px 30px rgba(4, 55, 96, .16),
        0 18px 44px rgba(24, 217, 242, .2);
    backdrop-filter: blur(18px);
    animation: liquidSwitch 7s cubic-bezier(.2, .8, .2, 1) infinite;
}

.cw-mode-switch button {
    position: relative;
    z-index: 1;
    min-height: 44px;
    border-radius: 12px;
    background: transparent;
    color: var(--text);
    font-size: 13px;
    font-weight: 850;
    cursor: default;
}

@keyframes liquidSwitch {
    0%, 24% {
        transform: translateX(0);
    }
    33%, 57% {
        transform: translateX(100%);
    }
    66%, 90% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.cw-product-stage {
    position: relative;
    min-height: 580px;
    perspective: 1400px;
}

.cw-glass-card {
    position: absolute;
    inset: 34px 18px 36px 42px;
    border: 1px solid rgba(24, 217, 242, .28);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(24, 217, 242, .14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .035)),
        rgba(7, 15, 28, .78);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    padding: 18px;
    transform: rotateY(-8deg) rotateX(4deg);
}

.cw-card-top {
    height: 50px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(0, 0, 0, .26);
}

.cw-card-top img {
    width: 128px;
    height: auto;
}

.cw-card-top em {
    justify-self: end;
    color: var(--soft);
    font-style: normal;
    font-size: 12px;
}

.cw-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    font-weight: 850;
}

.cw-live-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
}

.cw-flow-board {
    position: relative;
    height: 310px;
    margin-top: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background:
        linear-gradient(rgba(202, 232, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(202, 232, 255, .045) 1px, transparent 1px),
        rgba(0, 0, 0, .22);
    background-size: 32px 32px;
}

.cw-flow-line {
    position: absolute;
    left: 12%;
    width: 76%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 217, 242, .72), rgba(109, 244, 255, .54), transparent);
}

.cw-flow-line-one {
    top: 44%;
    transform: rotate(-8deg);
}

.cw-flow-line-two {
    top: 57%;
    transform: rotate(11deg);
    background: linear-gradient(90deg, transparent, rgba(9, 132, 222, .72), rgba(24, 217, 242, .45), transparent);
}

.cw-brand-core {
    position: absolute;
    z-index: 2;
    width: 152px;
    height: 108px;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(24, 217, 242, .34);
    border-radius: 22px;
    background: rgba(4, 8, 18, .86);
    box-shadow: 0 24px 70px rgba(24, 217, 242, .17);
}

.cw-brand-core img {
    width: 124px;
    height: auto;
}

.cw-node {
    position: absolute;
    z-index: 3;
    min-width: 92px;
    display: inline-flex;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid rgba(202, 232, 255, .2);
    border-radius: 999px;
    background: rgba(4, 8, 18, .9);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
}

.cw-node-a {
    left: 9%;
    top: 42%;
}

.cw-node-b {
    right: 12%;
    top: 28%;
}

.cw-node-c {
    right: 15%;
    bottom: 19%;
}

.cw-node-d {
    left: 12%;
    bottom: 20%;
}

.cw-card-feed {
    display: grid;
    gap: 9px;
    margin-top: 14px;
}

.cw-card-feed div {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
}

.cw-card-feed span {
    color: var(--cyan-2);
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 850;
}

.cw-card-feed b {
    color: var(--muted);
    font-size: 13px;
}

.cw-floating-panel {
    position: absolute;
    z-index: 4;
    width: 190px;
    padding: 16px;
    border: 1px solid rgba(202, 232, 255, .18);
    border-radius: 16px;
    background: rgba(8, 15, 29, .82);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px);
}

.cw-floating-panel span,
.cw-floating-panel small {
    display: block;
    color: var(--soft);
    font-size: 12px;
}

.cw-floating-panel strong {
    display: block;
    margin: 4px 0;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-size: 22px;
}

.cw-floating-panel--left {
    left: 0;
    bottom: 80px;
}

.cw-floating-panel--right {
    right: 0;
    top: 84px;
}

.wb-section {
    padding: 72px 0;
}

.wb-section-head {
    max-width: 780px;
    margin-bottom: 32px;
}

.wb-section-head--compact {
    max-width: 650px;
}

.wb-section-head p,
.cw-showcase-copy p,
.wb-final-panel p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 16px;
}

.cw-route-section {
    border-top: 1px solid var(--line);
    background: rgba(0, 0, 0, .14);
}

.cw-route-grid,
.wb-usecase-grid,
.wb-feature-grid,
.wb-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cw-route-card,
.wb-card {
    position: relative;
    min-height: 210px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .026)),
        rgba(8, 14, 28, .78);
    overflow: hidden;
}

.cw-route-card::before,
.wb-card::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--cyan-2), var(--cyan), var(--blue));
}

.cw-route-card--accent {
    border-color: rgba(24, 217, 242, .34);
    background:
        linear-gradient(135deg, rgba(24, 217, 242, .13), transparent 42%),
        rgba(8, 14, 28, .84);
}

.cw-route-card span {
    display: inline-flex;
    margin-bottom: 42px;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-weight: 900;
}

.cw-route-card p,
.wb-card p {
    margin-top: 10px;
    color: var(--muted);
}

.cw-showcase {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(24, 217, 242, .08), transparent 35%),
        rgba(0, 0, 0, .18);
}

.cw-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
    gap: 46px;
    align-items: center;
}

.cw-stack {
    display: grid;
    gap: 10px;
}

.cw-stack div,
.wb-stack-list div,
.wb-checklist span,
.wb-arch-row {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .04);
}

.cw-stack b,
.wb-stack-list b,
.wb-arch-row span {
    color: #fff;
    font-weight: 850;
}

.cw-stack span,
.wb-stack-list span,
.wb-arch-row b {
    max-width: 310px;
    color: var(--muted);
    font-weight: 600;
    text-align: right;
}

.wb-final-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    border: 1px solid rgba(24, 217, 242, .28);
    border-radius: var(--radius);
    background:
        linear-gradient(110deg, rgba(24, 217, 242, .12), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .026));
}

.wb-footer {
    border-top: 1px solid var(--line);
    background: rgba(2, 6, 12, .72);
}

.wb-footer-grid {
    min-height: 190px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 32px;
    align-items: center;
}

.wb-footer img {
    width: 180px;
    height: auto;
}

.wb-footer p {
    max-width: 360px;
    margin-top: 12px;
    color: var(--muted);
}

.wb-footer nav {
    display: flex;
    gap: 18px;
    color: var(--muted);
    font-weight: 750;
}

.wb-footer span {
    color: var(--soft);
}

/* Secondary public pages */
.wb-page-hero {
    padding: 78px 0 38px;
}

.wb-page-hero-grid,
.wb-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 42px;
    align-items: center;
}

.wb-page-hero h1 {
    font-family: var(--display);
    font-optical-sizing: auto;
    font-weight: 560;
    font-size: clamp(38px, 5.6vw, 62px);
    line-height: 1.04;
    letter-spacing: -.01em;
}

.wb-mini-console,
.wb-architecture-card {
    border: 1px solid rgba(24, 217, 242, .28);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(24, 217, 242, .11), transparent 38%),
        rgba(8, 14, 28, .82);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

.wb-mini-console {
    display: grid;
    gap: 12px;
    padding: 26px;
    font-family: var(--mono);
}

.wb-mini-console span,
.wb-mini-console em {
    color: var(--muted);
    font-style: normal;
}

.wb-mini-console strong {
    color: var(--green);
    font-size: 22px;
}

.wb-pricing-grid {
    align-items: stretch;
}

.wb-plan-card {
    display: flex;
    flex-direction: column;
}

.wb-plan-card h2 {
    font-size: 30px;
}

.wb-plan-code {
    width: fit-content;
    margin-bottom: 16px;
    padding: 5px 9px;
    border: 1px solid rgba(24, 217, 242, .28);
    border-radius: 999px;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 900;
}

.wb-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 18px 0;
}

.wb-price strong {
    color: #fff;
    font-size: 38px;
    font-weight: 900;
}

.wb-price span,
.wb-plan-card li {
    color: var(--muted);
}

.wb-plan-card ul {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.wb-plan-card li {
    position: relative;
    padding-left: 18px;
}

.wb-plan-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--cyan-2);
}

.wb-plan-card .wb-btn {
    width: 100%;
    margin-top: auto;
}

.wb-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.wb-timeline article,
.wb-faq-list article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .035);
}

.wb-timeline span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-weight: 900;
}

.wb-timeline p,
.wb-faq-list p {
    margin-top: 10px;
    color: var(--muted);
}

.wb-dark-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(0, 0, 0, .18);
}

.wb-faq {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 36px;
}

.wb-faq-list {
    display: grid;
    gap: 12px;
}

.wb-checklist {
    display: grid;
    gap: 10px;
}

/* Auth */
.wb-auth-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wb-auth-story,
.wb-auth-panel {
    padding: 56px min(64px, 6vw);
}

.wb-auth-story {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.wb-auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

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

.wb-proof {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .035);
}

.wb-proof strong {
    display: block;
    color: #fff;
    font-family: var(--mono);
}

.wb-proof span {
    color: var(--muted);
    font-size: 12px;
}

.wb-auth-panel {
    display: grid;
    place-items: center;
    border-left: 1px solid var(--line);
}

.wb-form-card {
    width: min(420px, 100%);
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel-solid);
}

.wb-form-card > p {
    margin: 8px 0 20px;
    color: var(--muted);
}

.wb-form {
    display: grid;
    gap: 14px;
}

.wb-form label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-weight: 700;
}

.wb-form input,
.wb-form select {
    min-height: 46px;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .04);
    padding: 0 12px;
    outline: none;
}

.wb-form input:focus,
.wb-form select:focus {
    border-color: rgba(24, 217, 242, .65);
}

.wb-form-footer {
    margin-top: 18px;
    color: var(--muted);
    text-align: center;
}

.wb-form-footer a,
.wb-route-step a {
    color: var(--cyan-2);
    font-weight: 850;
}

.wb-alert {
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid rgba(255, 113, 130, .38);
    border-radius: var(--radius);
    background: rgba(255, 113, 130, .1);
    color: #ffdce0;
}

.wb-alert--success {
    border-color: rgba(104, 242, 177, .36);
    background: rgba(104, 242, 177, .1);
    color: #dcffec;
}

/* Dashboard */
.wb-dashboard-body {
    background: var(--bg);
}

.wb-app-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
}

.wb-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 22px;
    border-right: 1px solid var(--line);
    background: rgba(4, 8, 18, .86);
}

.wb-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(2, 4, 9, .6);
}

.wb-overlay.open {
    display: block;
}

.wb-sidebar-close,
.wb-burger--open {
    display: none;
}

.wb-user-box,
.wb-metric,
.wb-workspace .wb-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .035);
}

.wb-user-box {
    padding: 14px;
}

.wb-user-box strong {
    display: block;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-user-box span {
    color: var(--muted);
    font-size: 12px;
}

.wb-side-nav {
    display: grid;
    gap: 6px;
}

.wb-side-nav a,
.wb-logout button {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    background: transparent;
    color: var(--muted);
    cursor: pointer;
}

.wb-side-nav svg,
.wb-logout svg {
    width: 18px;
    height: 18px;
}

.wb-side-nav a:hover,
.wb-side-nav a.is-active {
    color: #fff;
    border-color: var(--line);
    background: rgba(24, 217, 242, .09);
}

.wb-logout {
    margin-top: auto;
}

.wb-app-main {
    min-width: 0;
    padding: 32px min(40px, 4vw) 60px;
}

.wb-app-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.wb-app-top p {
    margin-top: 8px;
    color: var(--muted);
}

.wb-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.wb-metric {
    min-height: auto;
    padding: 18px;
}

.wb-metric strong {
    display: block;
    color: #fff;
    font-size: 24px;
}

.wb-workspace {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.wb-table-wrap {
    overflow-x: auto;
}

.wb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.wb-table th,
.wb-table td {
    padding: 11px 10px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.wb-table th {
    color: var(--soft);
    font-size: 11px;
    text-transform: uppercase;
}

.wb-table td {
    color: var(--muted);
}

.wb-link-button {
    border: 0;
    background: transparent;
    color: var(--danger);
    cursor: pointer;
    font-weight: 800;
}

@media (max-width: 1060px) {
    .cw-hero-grid,
    .cw-showcase-grid,
    .wb-page-hero-grid,
    .wb-split,
    .wb-faq {
        grid-template-columns: 1fr;
    }

    .cw-product-stage {
        min-height: 560px;
    }

    .cw-glass-card {
        inset: 28px 40px 28px;
    }

    .cw-floating-panel--left {
        left: 18px;
    }

    .cw-floating-panel--right {
        right: 18px;
    }

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

@media (max-width: 900px) {
    .wb-nav {
        padding: 14px 0;
        position: relative;
    }

    .wb-burger {
        display: inline-flex;
    }

    .wb-nav-panel {
        display: flex;
        flex-direction: column;
        gap: 14px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        padding: 16px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #050a14;
        box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s;
        z-index: 60;
    }

    .wb-nav-panel.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .wb-links {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        background: transparent;
        border: 0;
        padding: 0;
    }

    .wb-links a {
        width: 100%;
        min-width: 0;
    }

    .wb-nav-glider {
        display: none;
    }

    .wb-actions {
        width: 100%;
        flex-direction: column;
    }

    .wb-actions .wb-btn {
        width: 100%;
    }

    .cw-route-grid,
    .wb-usecase-grid,
    .wb-feature-grid,
    .wb-pricing-grid,
    .wb-dashboard-grid,
    .wb-workspace {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wb-auth-page,
    .wb-app-layout {
        grid-template-columns: 1fr;
    }

    .wb-auth-panel {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .wb-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: min(300px, 84vw);
        z-index: 80;
        transform: translateX(-100%);
        transition: transform .22s ease;
    }

    .wb-sidebar.open {
        transform: translateX(0);
    }

    .wb-sidebar-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 18px;
        right: 18px;
        width: 32px;
        height: 32px;
        border: 1px solid var(--line);
        border-radius: 50%;
        background: transparent;
        color: var(--muted);
        cursor: pointer;
    }

    .wb-burger--open {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: rgba(255, 255, 255, .04);
        color: var(--text);
        cursor: pointer;
    }
}

@media (max-width: 640px) {
    .wb-container {
        width: min(100% - 28px, var(--max));
    }

    .wb-logo-full {
        width: 56px;
    }

    .wb-actions {
        width: 100%;
    }

    .wb-actions .wb-btn {
        flex: 1;
    }

    h1,
    .wb-page-title {
        font-size: 44px;
    }

    h2 {
        font-size: 32px;
    }

    .cw-hero {
        min-height: auto;
        padding: 54px 0 62px;
    }

    .cw-mode-switch {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .cw-switch-glass {
        display: none;
    }

    .cw-mode-switch button {
        background: rgba(255, 255, 255, .06);
    }

    .cw-route-grid,
    .wb-usecase-grid,
    .wb-feature-grid,
    .wb-pricing-grid,
    .wb-timeline,
    .wb-dashboard-grid,
    .wb-workspace,
    .wb-proof-row {
        grid-template-columns: 1fr;
    }

    .cw-product-stage {
        min-height: 500px;
    }

    .cw-glass-card {
        inset: 16px 0 92px;
        transform: none;
        border-radius: 16px;
    }

    .cw-flow-board {
        height: 250px;
    }

    .cw-card-top img {
        width: 104px;
    }

    .cw-brand-core {
        width: 124px;
        height: 90px;
    }

    .cw-brand-core img {
        width: 98px;
    }

    .cw-floating-panel {
        width: calc(50% - 8px);
        bottom: 0;
        top: auto;
    }

    .cw-floating-panel--left {
        left: 0;
    }

    .cw-floating-panel--right {
        right: 0;
    }

    .cw-stack div,
    .wb-stack-list div,
    .wb-checklist span,
    .wb-arch-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .cw-stack span,
    .wb-stack-list span,
    .wb-arch-row b {
        text-align: left;
    }

    .wb-final-panel,
    .wb-footer-grid {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .wb-footer nav {
        flex-wrap: wrap;
    }
}

/* Final public home override: keeps the page away from generated dashboard mockups. */
.wb-logo-full {
    width: 68px;
    filter: drop-shadow(0 0 16px rgba(24, 217, 242, .2));
}

.wb-links {
    gap: 6px;
    padding: 6px;
    overflow: visible;
}

.wb-nav-glider {
    display: none;
}

.wb-links a {
    min-width: auto;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 10px;
    color: rgba(236, 246, 255, .7);
}

.wb-links a.is-active,
.wb-links a:hover {
    color: #031018;
    background: linear-gradient(135deg, var(--cyan-2), var(--cyan) 62%, #38aaff);
    box-shadow: 0 14px 34px rgba(24, 217, 242, .18);
}

h1,
.wb-page-title {
    font-size: clamp(42px, 5.2vw, 66px);
    line-height: .98;
}

.cw-hero {
    min-height: calc(100vh - 74px);
    padding: 64px 0 72px;
}

.cw-hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
    gap: 56px;
}

.cw-hero-copy h1 {
    max-width: 560px;
}

.wb-lead {
    max-width: 545px;
}

.cw-brand-stage {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.cw-brand-stage::before {
    content: "";
    position: absolute;
    inset: 54px 18px;
    z-index: -2;
    border: 1px solid rgba(24, 217, 242, .14);
    border-radius: 34px;
    background:
        linear-gradient(rgba(202, 232, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(202, 232, 255, .045) 1px, transparent 1px),
        radial-gradient(circle at 42% 42%, rgba(24, 217, 242, .17), transparent 34%),
        rgba(255, 255, 255, .026);
    background-size: 34px 34px, 34px 34px, auto, auto;
    transform: rotate(-2deg);
}

.cw-brand-halo {
    position: absolute;
    width: 360px;
    aspect-ratio: 1;
    border: 1px solid rgba(24, 217, 242, .24);
    border-radius: 50%;
    opacity: .82;
    animation: brandHalo 14s linear infinite;
}

.cw-brand-halo::before,
.cw-brand-halo::after {
    content: "";
    position: absolute;
    inset: 38px;
    border: 1px dashed rgba(109, 244, 255, .17);
    border-radius: inherit;
}

.cw-brand-halo::after {
    inset: 78px;
    border-style: solid;
    border-color: rgba(9, 132, 222, .28);
}

.cw-brand-plate {
    position: relative;
    width: min(100%, 420px);
    min-height: 260px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(24, 217, 242, .28);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(24, 217, 242, .16), transparent 44%),
        linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .028)),
        rgba(5, 12, 24, .82);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .14);
    overflow: hidden;
}

.cw-brand-plate img {
    position: relative;
    z-index: 3;
    width: 292px;
    filter: drop-shadow(0 24px 58px rgba(24, 217, 242, .2));
}

.cw-brand-thread {
    position: absolute;
    left: -12%;
    width: 124%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(24, 217, 242, .76), rgba(109, 244, 255, .42), transparent);
    transform: rotate(-10deg);
}

.cw-brand-thread--a {
    top: 35%;
}

.cw-brand-thread--b {
    top: 52%;
    background: linear-gradient(90deg, transparent, rgba(9, 132, 222, .68), rgba(24, 217, 242, .44), transparent);
    transform: rotate(8deg);
}

.cw-brand-thread--c {
    bottom: 27%;
    background: linear-gradient(90deg, transparent, rgba(104, 242, 177, .48), rgba(24, 217, 242, .4), transparent);
    transform: rotate(-2deg);
}

.cw-signal-card {
    position: absolute;
    z-index: 4;
    width: 184px;
    padding: 15px 16px;
    border: 1px solid rgba(202, 232, 255, .18);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .032)),
        rgba(7, 13, 26, .8);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .36);
    backdrop-filter: blur(20px);
}

.cw-signal-card span,
.cw-signal-card small {
    display: block;
    color: var(--soft);
    font-size: 12px;
}

.cw-signal-card strong {
    display: block;
    margin: 3px 0;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-size: 21px;
    line-height: 1.1;
}

.cw-signal-card--top {
    top: 48px;
    right: 34px;
}

.cw-signal-card--left {
    left: 4px;
    bottom: 106px;
}

.cw-signal-card--bottom {
    right: 66px;
    bottom: 46px;
}

.cw-mode-switch {
    max-width: 480px;
}

.wb-footer {
    background:
        linear-gradient(90deg, rgba(24, 217, 242, .07), transparent 42%),
        rgba(2, 6, 12, .82);
}

.wb-footer-grid {
    min-height: 230px;
    grid-template-columns: minmax(260px, 1fr) minmax(120px, .42fr) minmax(130px, .42fr) auto;
    align-items: start;
    padding: 38px 0;
}

.wb-footer-brand img {
    width: 162px;
}

.wb-footer-col {
    display: grid;
    gap: 10px;
    color: var(--muted);
    font-weight: 750;
}

.wb-footer-col strong,
.wb-footer-meta strong {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wb-footer-col a {
    color: var(--muted);
}

.wb-footer-col a:hover {
    color: var(--cyan-2);
}

.wb-footer-meta {
    display: grid;
    gap: 10px;
    justify-items: end;
    color: var(--soft);
}

@keyframes brandHalo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

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

    .cw-brand-stage {
        min-height: 440px;
    }

    .wb-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wb-footer-meta {
        justify-items: start;
    }
}

@media (max-width: 720px) {
    .wb-logo-full {
        width: 56px;
    }

    .cw-hero {
        padding: 46px 0 58px;
    }

    .cw-brand-stage {
        min-height: 360px;
    }

    .cw-brand-stage::before {
        inset: 42px 0;
    }

    .cw-brand-plate {
        width: 100%;
        min-height: 220px;
    }

    .cw-brand-plate img {
        width: 232px;
    }

    .cw-signal-card {
        width: 154px;
        padding: 12px;
    }

    .cw-signal-card--top {
        top: 22px;
        right: 0;
    }

    .cw-signal-card--left {
        left: 0;
        bottom: 64px;
    }

    .cw-signal-card--bottom {
        right: 20px;
        bottom: 14px;
    }

    .wb-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------------------
   Elegance pass: scroll reveal, hero parallax, and refined hover states
   for the art-* public site. Additive only — nothing above is touched.
   ------------------------------------------------------------------- */

@media (prefers-reduced-motion: no-preference) {
    /* Scoped to html.js (set by an inline script at the very top of
       <head>, before paint) so a page with JS blocked or failing never
       ends up with permanently invisible content — the unscoped
       [data-reveal] selector would hide it with no way to recover. */
    .js [data-reveal] {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1);
        will-change: opacity, transform;
    }

    .js [data-reveal].is-visible {
        opacity: 1;
        transform: none;
    }

    .js [data-reveal="stagger"] > * {
        opacity: 0;
        transform: translateY(18px);
        transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
    }

    /* :where() around just .is-visible keeps this rule's specificity tied
       with the hidden-state rule above (so normal source order — this one
       wins, it comes later) without adding a THIRD class-level selector
       that would outrank a real interactive state like
       .art-three article:hover. Wrapping the whole selector in :where()
       (an earlier attempt) zeroed specificity too far and the rule lost
       to the hidden-state rule instead, leaving content stuck invisible. */
    .js [data-reveal="stagger"]:where(.is-visible) > * {
        opacity: 1;
        transform: none;
    }

    [data-reveal="stagger"].is-visible > *:nth-child(1) { transition-delay: 0ms; }
    [data-reveal="stagger"].is-visible > *:nth-child(2) { transition-delay: 90ms; }
    [data-reveal="stagger"].is-visible > *:nth-child(3) { transition-delay: 180ms; }
}

/* Hero: pointer-reactive glow over the wave panel, driven by
   wavebreak-motion.js setting --glowX/--glowY on the scene element. */
.art-wave-scene {
    --glowX: 82%;
    --glowY: 8%;
}

.art-wave-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .8;
    background: radial-gradient(circle at var(--glowX) var(--glowY), rgba(109, 244, 255, .2), transparent 48%);
    transition: opacity .4s ease;
    pointer-events: none;
}

.art-wave-scene:not(:hover) .art-wave-panel {
    animation: ambientGlow 10s ease-in-out infinite;
}

@keyframes ambientGlow {
    0%, 100% { box-shadow: 0 50px 130px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(24, 217, 242, .05); }
    50% { box-shadow: 0 50px 140px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(24, 217, 242, .12); }
}

/* Feature grid: lift, glowing top edge and a quiet number-to-accent
   transition instead of a flat bordered box. */
.art-three article {
    position: relative;
    overflow: hidden;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), background .45s ease;
}

.art-three article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyan-2), transparent);
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.art-three article:hover {
    transform: translateY(-6px);
    background:
        radial-gradient(circle at 18% 0%, rgba(24, 217, 242, .24), transparent 44%),
        rgba(8, 16, 26, .55);
}

.art-three article:hover::before {
    transform: scaleX(1);
}

.art-three span {
    display: inline-block;
    transition: color .35s ease, text-shadow .35s ease;
}

.art-three article:hover span {
    color: #fff;
    text-shadow: 0 0 18px rgba(24, 217, 242, .7);
}

/* Accordion: smoother open state, glowing left rule on the active item. */
.art-accordion details {
    position: relative;
    transition: border-color .35s ease, background .35s ease;
}

.art-accordion details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--cyan-2);
    transform: scaleY(0);
    transform-origin: 50% 0%;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}

.art-accordion details[open] {
    border-color: rgba(24, 217, 242, .34);
    background: rgba(24, 217, 242, .04);
}

.art-accordion details[open]::before {
    transform: scaleY(1);
}

.art-accordion summary {
    transition: color .25s ease;
}

.art-accordion summary::-webkit-details-marker {
    display: none;
}

.art-accordion summary::after {
    content: "+";
    margin-left: auto;
    color: var(--cyan-2);
    font-family: var(--mono);
    font-size: 18px;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.art-accordion details[open] summary::after {
    transform: rotate(45deg);
}

/* Buttons: a touch more presence on the primary CTA without changing size. */
.wb-btn--primary {
    position: relative;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s ease;
}

.wb-btn--primary:hover {
    /* .wb-btn:hover sets a dim, near-black background that otherwise wins
       here (same specificity, and this rule never re-declared it) —
       that's the "button goes dark on hover" bug: the bright gradient was
       getting silently replaced. Re-affirm it explicitly, slightly
       brighter, instead of leaving it to fall through. */
    background: linear-gradient(135deg, #9dffff, var(--cyan-2) 52%, var(--cyan));
    border-color: transparent;
    transform: translateY(-2px) scale(1.015);
    box-shadow: 0 22px 54px rgba(24, 217, 242, .36);
}

/* Section rhythm: replace the flat hairline between art-* sections with a
   soft glow seam so the page doesn't feel like it's cut into blocks. */
.art-reveal,
.art-three,
.art-details,
.art-final {
    border-top-color: transparent;
    background-image: linear-gradient(180deg, rgba(24, 217, 242, .16), transparent 60%), linear-gradient(180deg, rgba(1, 3, 6, .3), rgba(1, 3, 6, .3));
    background-repeat: no-repeat;
    background-size: 100% 1px, 100% 100%;
    background-position: top, top;
}

@media (max-width: 720px) {
    .art-three article:hover {
        transform: none;
    }
}

/* Dashboard: the cabinet never actually received the site's styling —
   .wb-logo and .wb-brand-word had zero rules, so the raw brand image
   rendered at native resolution and bled across the whole layout. */
.wb-brand {
    gap: 10px;
}

.wb-brand-name {
    font-family: "Michroma", var(--font);
    font-size: 16px;
    letter-spacing: .01em;
    white-space: nowrap;
}

.wb-brand-wave {
    color: rgba(255, 255, 255, .92);
}

.wb-brand-break {
    background: linear-gradient(120deg, var(--cyan-2), var(--cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wb-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(24, 217, 242, .28));
}

/* The header uses the standalone mark. Its source canvas has intentional
   transparent breathing room, so scale the artwork without growing the bar. */
.wb-header .wb-logo-full {
    width: 48px;
    height: 42px;
    flex: 0 0 48px;
    transform: scale(1.35);
    object-fit: contain;
}

@media (max-width: 720px) {
    .wb-brand-name { font-size: 14px; }
    .wb-header .wb-logo-full { width: 44px; height: 38px; flex-basis: 44px; }
}

.wb-brand-word {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.wb-brand-word span {
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: .02em;
}

.wb-brand-word small {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wb-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(24, 217, 242, .32);
    border-radius: 999px;
    background: rgba(24, 217, 242, .1);
    color: var(--cyan-2);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.wb-app-top .wb-pill {
    align-self: flex-start;
}

.wb-metric,
.wb-workspace .wb-card {
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), border-color .25s ease, background .25s ease;
}

.wb-metric:hover,
.wb-workspace .wb-card:hover {
    transform: translateY(-2px);
    border-color: rgba(24, 217, 242, .3);
    background: rgba(24, 217, 242, .05);
}

.wb-metric p {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}

.wb-card-action {
    margin-top: 14px;
}

@media (max-width: 640px) {
    .wb-logo {
        width: 30px;
        height: 30px;
    }
}

/* Access page: one link, one QR code, nothing else. */
.wb-connect {
    display: flex;
    justify-content: center;
}

.wb-access-empty,
.wb-connect-card {
    max-width: 560px;
    text-align: center;
    padding: 40px 32px;
}

.wb-access-empty p,
.wb-connect-card > p {
    margin: 10px auto 22px;
    max-width: 420px;
    color: var(--muted);
}

.wb-access-empty form,
.wb-connect-card form.wb-connect-revoke {
    display: inline-block;
}

.wb-qr-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.wb-qr {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #e8fbff;
    box-shadow: 0 20px 50px rgba(24, 217, 242, .16);
}

.wb-qr img,
.wb-qr canvas {
    display: block;
    border-radius: 6px;
}

.wb-link-row {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.wb-link-row input {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .035);
    color: var(--soft);
    font-family: var(--mono);
    font-size: 12px;
}

.wb-link-row .wb-btn {
    white-space: nowrap;
}

.wb-hint {
    color: var(--muted);
    font-size: 13px;
}

.wb-connect-revoke {
    margin-top: 18px;
}

@media (max-width: 640px) {
    .wb-access-empty,
    .wb-connect-card {
        padding: 28px 20px;
    }

    .wb-link-row {
        flex-direction: column;
    }
}
