@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
        ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
        *,
        :before,
        :after,
        ::backdrop {
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
            --tw-ease: initial;
        }
    }
}
@layer theme {
    :root,
    :host {
        --font-sans:
            "Instrument Sans", ui-sans-serif, system-ui, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        --font-serif:
            ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        --font-mono:
            ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
        --color-blue-300: oklch(80.9% 0.105 251.813);
        --color-blue-700: oklch(48.8% 0.243 264.376);
        --color-blue-800: oklch(42.4% 0.199 265.638);
        --color-gray-100: oklch(96.7% 0.003 264.542);
        --color-gray-200: oklch(92.8% 0.006 264.531);
        --color-gray-300: oklch(87.2% 0.01 258.338);
        --color-gray-400: oklch(70.7% 0.022 261.325);
        --color-gray-500: oklch(55.1% 0.027 264.364);
        --color-gray-600: oklch(44.6% 0.03 256.802);
        --color-gray-700: oklch(37.3% 0.034 259.733);
        --color-gray-800: oklch(27.8% 0.033 256.848);
        --color-gray-900: oklch(21% 0.034 264.665);
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --font-weight-medium: 500;
        --radius-md: 0.375rem;
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --default-transition-duration: 0.15s;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}
@layer base {
    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji"
        );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b,
    strong {
        font-weight: bolder;
    }
    code,
    kbd,
    samp,
    pre {
        font-family: var(
            --default-mono-font-family,
            ui-monospace,
            SFMono-Regular,
            Menlo,
            Monaco,
            Consolas,
            "Liberation Mono",
            "Courier New",
            monospace
        );
        font-feature-settings: var(
            --default-mono-font-feature-settings,
            normal
        );
        font-variation-settings: var(
            --default-mono-font-variation-settings,
            normal
        );
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol,
    ul,
    menu {
        list-style: none;
    }
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
    }
    @supports (not ((-webkit-appearance: -apple-pay-button))) or
        (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentColor;
        }
        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button,
    input:where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button {
        height: auto;
    }
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer components;
@layer utilities {
    .static {
        position: static;
    }
    .container {
        width: 100%;
    }
    @media (min-width: 40rem) {
        .container {
            max-width: 40rem;
        }
    }
    @media (min-width: 48rem) {
        .container {
            max-width: 48rem;
        }
    }
    @media (min-width: 64rem) {
        .container {
            max-width: 64rem;
        }
    }
    @media (min-width: 80rem) {
        .container {
            max-width: 80rem;
        }
    }
    @media (min-width: 96rem) {
        .container {
            max-width: 96rem;
        }
    }
    .-ml-px {
        margin-left: -1px;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .hidden {
        display: none;
    }
    .inline-flex {
        display: inline-flex;
    }
    .table {
        display: table;
    }
    .h-5 {
        height: calc(var(--spacing) * 5);
    }
    .w-5 {
        width: calc(var(--spacing) * 5);
    }
    .cursor-default {
        cursor: default;
    }
    .cursor-not-allowed {
        cursor: not-allowed;
    }
    .items-center {
        align-items: center;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-items-center {
        justify-items: center;
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .rounded-l-md {
        border-top-left-radius: var(--radius-md);
        border-bottom-left-radius: var(--radius-md);
    }
    .rounded-r-md {
        border-top-right-radius: var(--radius-md);
        border-bottom-right-radius: var(--radius-md);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-gray-300 {
        border-color: var(--color-gray-300);
    }
    .bg-gray-200 {
        background-color: var(--color-gray-200);
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .leading-5 {
        --tw-leading: calc(var(--spacing) * 5);
        line-height: calc(var(--spacing) * 5);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .text-gray-500 {
        color: var(--color-gray-500);
    }
    .text-gray-600 {
        color: var(--color-gray-600);
    }
    .text-gray-700 {
        color: var(--color-gray-700);
    }
    .text-gray-800 {
        color: var(--color-gray-800);
    }
    .shadow-sm {
        --tw-shadow:
            0 1px 3px 0 var(--tw-shadow-color, #0000001a),
            0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .ring-gray-300 {
        --tw-ring-color: var(--color-gray-300);
    }
    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
            var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
            var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .transition {
        transition-property:
            color,
            background-color,
            border-color,
            outline-color,
            text-decoration-color,
            fill,
            stroke,
            --tw-gradient-from,
            --tw-gradient-via,
            --tw-gradient-to,
            opacity,
            box-shadow,
            transform,
            translate,
            scale,
            rotate,
            filter,
            -webkit-backdrop-filter,
            backdrop-filter,
            display,
            content-visibility,
            overlay,
            pointer-events;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
    }
    .duration-150 {
        --tw-duration: 0.15s;
        transition-duration: 0.15s;
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }
    @media (hover: hover) {
        .hover\:bg-gray-100:hover {
            background-color: var(--color-gray-100);
        }
        .hover\:text-gray-400:hover {
            color: var(--color-gray-400);
        }
        .hover\:text-gray-700:hover {
            color: var(--color-gray-700);
        }
    }
    .focus\:border-blue-300:focus {
        border-color: var(--color-blue-300);
    }
    .focus\:ring:focus {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0
            calc(1px + var(--tw-ring-offset-width))
            var(--tw-ring-color, currentcolor);
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .focus\:outline-none:focus {
        --tw-outline-style: none;
        outline-style: none;
    }
    .active\:bg-gray-100:active {
        background-color: var(--color-gray-100);
    }
    .active\:text-gray-500:active {
        color: var(--color-gray-500);
    }
    .active\:text-gray-700:active {
        color: var(--color-gray-700);
    }
    .active\:text-gray-800:active {
        color: var(--color-gray-800);
    }
    @media (min-width: 40rem) {
        .sm\:flex {
            display: flex;
        }
        .sm\:hidden {
            display: none;
        }
        .sm\:flex-1 {
            flex: 1;
        }
        .sm\:items-center {
            align-items: center;
        }
        .sm\:justify-between {
            justify-content: space-between;
        }
        .sm\:gap-2 {
            gap: calc(var(--spacing) * 2);
        }
    }
    .rtl\:flex-row-reverse:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        flex-direction: row-reverse;
    }
    @media (prefers-color-scheme: dark) {
        .dark\:border-gray-600 {
            border-color: var(--color-gray-600);
        }
        .dark\:bg-gray-700 {
            background-color: var(--color-gray-700);
        }
        .dark\:bg-gray-800 {
            background-color: var(--color-gray-800);
        }
        .dark\:text-gray-200 {
            color: var(--color-gray-200);
        }
        .dark\:text-gray-300 {
            color: var(--color-gray-300);
        }
        .dark\:text-gray-400 {
            color: var(--color-gray-400);
        }
        .dark\:text-gray-600 {
            color: var(--color-gray-600);
        }
        @media (hover: hover) {
            .dark\:hover\:bg-gray-900:hover {
                background-color: var(--color-gray-900);
            }
            .dark\:hover\:text-gray-200:hover {
                color: var(--color-gray-200);
            }
            .dark\:hover\:text-gray-300:hover {
                color: var(--color-gray-300);
            }
        }
        .dark\:focus\:border-blue-700:focus {
            border-color: var(--color-blue-700);
        }
        .dark\:focus\:border-blue-800:focus {
            border-color: var(--color-blue-800);
        }
        .dark\:active\:bg-gray-700:active {
            background-color: var(--color-gray-700);
        }
        .dark\:active\:text-gray-300:active {
            color: var(--color-gray-300);
        }
    }
}
:root {
    --forest-950: #03180f;
    --forest-900: #062318;
    --forest-800: #0b3a27;
    --forest-700: #0f5b3a;
    --forest-500: #1fa463;
    --leaf: #75d66b;
    --gold: #f7dc4f;
    --foam: #e7fff2;
    --mist: #e7fff2b8;
    --font-display: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
    --font-serif: "Cormorant Garamond", Georgia, serif;
}
* {
    box-sizing: border-box;
}
html {
    background: var(--forest-950);
    min-height: 100%;
}
body {
    min-height: 100vh;
    color: var(--foam);
    font-family: var(--font-sans);
    margin: 0;
    overflow-x: hidden;
}
button {
    font: inherit;
}
.landing-shell {
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 42%, #75d66b29, #0000 30%),
        radial-gradient(circle at 8% 14%, #f7dc4f1f, #0000 26%),
        linear-gradient(140deg, #03180f, #062318 46%, #0d3424);
    min-height: 100vh;
    padding: 24px clamp(18px, 4vw, 58px) 34px;
    position: relative;
    overflow: hidden;
}
.ambient-layer,
.ambient-layer span {
    pointer-events: none;
    position: absolute;
    inset: 0;
}
.ambient-layer {
    z-index: -1;
    opacity: 0.92;
}
.ambient-layer:before {
    content: "";
    background-image:
        radial-gradient(circle, #e7fff2a3 0 1px, #0000 1.6px),
        radial-gradient(circle, #f7dc4f66 0 1px, #0000 1.8px);
    background-position:
        0 0,
        38px 62px;
    background-size:
        118px 118px,
        172px 172px;
    animation: 28s linear infinite starsDrift;
    position: absolute;
    inset: -20%;
}
.aurora {
    filter: blur(70px);
    opacity: 0.34;
    border-radius: 999px;
    width: 46vw;
    height: 46vw;
}
.aurora-a {
    background: #31a261;
    animation: 18s ease-in-out infinite alternate auroraFloat;
    top: -18%;
    left: -10%;
}
.aurora-b {
    background: #1c7d59;
    animation: 22s ease-in-out infinite alternate-reverse auroraFloat;
    bottom: -22%;
    right: -18%;
}
.site-header {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: min(1220px, 100%);
    margin: 0 auto;
    display: flex;
}
.brand-lockup {
    color: inherit;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    display: inline-flex;
}
.brand-lockup img {
    object-fit: contain;
    filter: drop-shadow(0 10px 20px #00000061);
    width: 74px;
    height: 58px;
}
.brand-lockup strong,
.brand-lockup small {
    display: block;
}
.brand-lockup strong {
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    font-weight: 700;
    line-height: 1.1;
}
.brand-lockup small {
    color: var(--mist);
    margin-top: 4px;
    font-size: 0.82rem;
}
.header-actions {
    align-items: center;
    gap: 12px;
    display: flex;
}
.sound-toggle,
.live-chip {
    min-height: 42px;
    color: var(--foam);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #03180f7a;
    border: 1px solid #e7fff238;
    border-radius: 999px;
    box-shadow: inset 0 1px #ffffff14;
}
.sound-toggle {
    cursor: pointer;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    display: inline-flex;
}
.sound-toggle:hover,
.sound-toggle[aria-pressed="true"] {
    border-color: #75d66bb8;
    box-shadow:
        0 0 22px #1fa46342,
        inset 0 1px #ffffff24;
}
.sound-icon {
    border: 2px solid var(--leaf);
    border-left: 0;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: relative;
}
.sound-icon:before {
    content: "";
    background: var(--leaf);
    clip-path: polygon(0 32%, 45% 32%, 100% 0, 100% 100%, 45% 68%, 0 68%);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: -6px;
}
.live-chip {
    color: #e7fff2e0;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    font-size: 0.9rem;
    display: inline-flex;
}
.live-chip i {
    background: var(--leaf);
    border-radius: 50%;
    width: 9px;
    height: 9px;
    animation: 1.8s ease-in-out infinite liveBlink;
    box-shadow:
        0 0 0 6px #75d66b26,
        0 0 18px #75d66be6;
}
.hero-grid {
    grid-template-columns: minmax(300px, 0.86fr) minmax(380px, 1.14fr);
    align-items: center;
    gap: clamp(26px, 4vw, 56px);
    width: min(1220px, 100%);
    min-height: calc(100vh - 206px);
    margin: 0 auto;
    padding: clamp(36px, 5vw, 70px) 0 28px;
    display: grid;
}
.hero-copy {
    grid-area: 1/1;
    max-width: 610px;
}
.eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    margin: 0 0 18px;
    font-size: 0.9rem;
    font-weight: 700;
}
h1 {
    color: #fff;
    max-width: 720px;
    font-family: var(--font-serif);
    letter-spacing: 0;
    text-shadow: 0 14px 34px #0000003d;
    margin: 0;
    font-size: clamp(2.65rem, 4.55vw, 4.35rem);
    font-weight: 700;
    line-height: 0.98;
}
.hero-lede {
    color: #e7fff2c7;
    max-width: 570px;
    margin: 24px 0 0;
    font-size: clamp(1.02rem, 1.5vw, 1.16rem);
    line-height: 1.75;
}
.metrics-strip {
    grid-area: 2/1;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: -54px;
    display: grid;
}
.metrics-strip div {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #06231894;
    border: 1px solid #e7fff229;
    border-radius: 8px;
    min-height: 96px;
    padding: 18px;
}
.metrics-strip strong {
    color: #fff;
    font-family: var(--font-serif);
    font-size: clamp(1.38rem, 2.5vw, 2.05rem);
    font-weight: 700;
    line-height: 1;
    display: block;
}
.metrics-strip span {
    color: #e7fff2a8;
    margin-top: 9px;
    font-size: 0.86rem;
    line-height: 1.35;
    display: block;
}
.globe-stage {
    perspective: 1200px;
    grid-area: 1/2 / span 2;
    place-items: center;
    min-height: clamp(430px, 58vw, 710px);
    display: grid;
    position: relative;
}
.orbit-ring {
    aspect-ratio: 1;
    border: 1px solid #e7fff233;
    border-radius: 50%;
    width: min(86vw, 680px);
    position: absolute;
    transform: rotateX(67deg) rotate(-18deg);
    box-shadow: 0 0 60px #1fa4631a;
}
.orbit-two {
    border-color: #f7dc4f33;
    width: min(78vw, 590px);
    transform: rotateX(73deg) rotate(24deg);
}
.globe-wrap {
    aspect-ratio: 1;
    width: min(80vw, 520px);
    transform-style: preserve-3d;
    animation: 7s ease-in-out infinite alternate globeFloat;
    position: relative;
}
.globe {
    background:
        radial-gradient(circle at 34% 28%, #ffffff47, #0000 13%),
        radial-gradient(circle at 62% 74%, #03180f66, #0000 34%),
        linear-gradient(120deg, #0a6745, #113c2b 45%, #051f16);
    border-radius: 50%;
    position: absolute;
    inset: 4%;
    overflow: hidden;
    box-shadow:
        inset -42px -36px 74px #00000075,
        inset 22px 18px 46px #e7fff21f,
        0 0 0 1px #e7fff22e,
        0 34px 90px #0000006b,
        0 0 86px #1fa4633d;
}
.globe:after {
    content: "";
    mix-blend-mode: screen;
    pointer-events: none;
    background: linear-gradient(90deg, #ffffff24, #0000 22% 70%, #0000004d);
    border-radius: 50%;
    position: absolute;
    inset: 0;
}
.globe-shadow {
    z-index: 8;
    pointer-events: none;
    background: radial-gradient(circle at 40% 36%, #0000 38%, #00000059 72%);
    border-radius: 50%;
    position: absolute;
    inset: -10%;
}
.globe-map {
    background-image: var(--atlas-url);
    filter: drop-shadow(0 3px 2px #03180f80);
    opacity: 0.95;
    background-repeat: repeat-x;
    background-size: 50% 100%;
    width: 220%;
    animation: 24s linear infinite mapRotate;
    position: absolute;
    inset: 0;
    transform: translate(-4%);
}
.globe-grid {
    mix-blend-mode: screen;
    opacity: 0.58;
    background:
        repeating-linear-gradient(
            90deg,
            #0000 0 10.6%,
            #e7fff226 10.8% 11%,
            #0000 11.2% 22%
        ),
        repeating-linear-gradient(
            0deg,
            #0000 0 13.8%,
            #e7fff229 14% 14.25%,
            #0000 14.5% 28%
        );
    border-radius: 50%;
    position: absolute;
    inset: 0;
}
.signal-point {
    --x: 50%;
    --y: 50%;
    left: var(--x);
    top: var(--y);
    z-index: 11;
    background: #fffad1;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    position: absolute;
    box-shadow: 0 0 20px #f7dc4ff2;
}
.signal-point:before,
.signal-point:after {
    content: "";
    border: 1px solid #f7dc4fb8;
    border-radius: 50%;
    animation: 2.8s ease-out infinite pulseWave;
    position: absolute;
    inset: -12px;
}
.signal-point:after {
    animation-delay: 1.3s;
}
.signal-point i {
    background: var(--forest-700);
    border-radius: 50%;
    position: absolute;
    inset: 3px;
}
.point-zanzibar {
    --x: 58%;
    --y: 52%;
}
.point-london {
    --x: 47%;
    --y: 29%;
    animation-delay: 0.3s;
}
.point-dubai {
    --x: 63%;
    --y: 40%;
    animation-delay: 0.7s;
}
.point-mumbai {
    --x: 72%;
    --y: 49%;
    animation-delay: 1s;
}
.point-newyork {
    --x: 27%;
    --y: 38%;
    animation-delay: 1.4s;
}
.route {
    z-index: 10;
    transform-origin: 0;
    opacity: 0.8;
    background: linear-gradient(90deg, #0000, #f7dc4fbd, #0000);
    border-radius: 50%;
    height: 2px;
    animation: 2.7s ease-in-out infinite routeGlow;
    position: absolute;
}
.route-one {
    width: 26%;
    top: 31%;
    left: 47%;
    transform: rotate(34deg);
}
.route-two {
    width: 31%;
    animation-delay: 0.8s;
    top: 40%;
    left: 30%;
    transform: rotate(21deg);
}
.route-three {
    width: 18%;
    animation-delay: 1.4s;
    top: 53%;
    left: 59%;
    transform: rotate(-16deg);
}
.message-orbit {
    transform-style: preserve-3d;
    border-radius: 50%;
    animation: 17s linear infinite cardOrbit;
    position: absolute;
    inset: 9%;
}
.orbit-email {
    animation-duration: 22s;
    animation-direction: reverse;
    inset: 15%;
}
.orbit-alert {
    animation-duration: 26s;
    inset: 4%;
}
.message-card {
    color: #e7fff2d1;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #051f1694;
    border: 1px solid #e7fff233;
    border-radius: 8px;
    width: clamp(168px, 18vw, 218px);
    min-height: 88px;
    padding: 14px 16px;
    animation:
        17s linear infinite reverse cardFace,
        6s ease-in-out infinite cardBlur;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
    box-shadow:
        0 24px 48px #00000047,
        inset 0 1px #ffffff1a;
}
.orbit-email .message-card {
    animation-duration: 22s, 7s;
    top: auto;
    bottom: 4%;
}
.orbit-alert .message-card {
    animation-duration: 26s, 8s;
    top: 42%;
    left: 12%;
}
.message-card span {
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 0.74rem;
    font-weight: 700;
    display: inline-flex;
}
.message-card strong,
.message-card small {
    display: block;
}
.message-card strong {
    color: #fff;
    font-size: 0.96rem;
    line-height: 1.2;
}
.message-card small {
    color: #e7fff29e;
    margin-top: 7px;
    font-size: 0.78rem;
}
.status-dock {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: min(1220px, 100%);
    margin: 0 auto;
    display: grid;
}
.status-dock article {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #03180f85;
    border: 1px solid #e7fff229;
    border-radius: 8px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 16px;
    display: grid;
}
.channel-icon {
    background: #75d66b24;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    position: relative;
}
.sms-icon:before,
.email-icon:before,
.api-icon:before {
    content: "";
    border: 2px solid var(--leaf);
    position: absolute;
    inset: 11px;
}
.sms-icon:before {
    border-radius: 7px;
}
.sms-icon:after {
    content: "";
    border-left: 2px solid var(--leaf);
    border-bottom: 2px solid var(--leaf);
    background: #75d66b24;
    width: 10px;
    height: 8px;
    position: absolute;
    bottom: 8px;
    left: 17px;
    transform: skew(-22deg);
}
.email-icon:before {
    border-radius: 4px;
}
.email-icon:after {
    content: "";
    border-left: 2px solid var(--leaf);
    border-bottom: 2px solid var(--leaf);
    width: 18px;
    height: 12px;
    position: absolute;
    top: 15px;
    left: 12px;
    transform: rotate(-45deg);
}
.api-icon:before {
    border-radius: 50%;
}
.api-icon:after {
    content: "";
    background: var(--leaf);
    border-radius: 50%;
    position: absolute;
    inset: 18px;
    box-shadow:
        -11px 0 #75d66bbf,
        11px 0 #75d66bbf;
}
.status-dock strong,
.status-dock small {
    display: block;
}
.status-dock strong {
    color: #fff;
    font-size: 1rem;
}
.status-dock small {
    color: #e7fff29e;
    margin-top: 4px;
    font-size: 0.84rem;
}
.status-dock b {
    color: #c7ffc5;
    background: #75d66b21;
    border-radius: 999px;
    justify-self: end;
    padding: 7px 10px;
    font-size: 0.76rem;
}
@keyframes starsDrift {
    to {
        transform: translate(-118px, 118px);
    }
}
@keyframes auroraFloat {
    to {
        transform: translate(12%, 8%) scale(1.08);
    }
}
@keyframes liveBlink {
    50% {
        opacity: 0.52;
        transform: scale(0.84);
    }
}
@keyframes globeFloat {
    0% {
        transform: translateY(12px) rotateX(0);
    }
    to {
        transform: translateY(-14px) rotateX(4deg);
    }
}
@keyframes mapRotate {
    0% {
        transform: translate(-4%);
    }
    to {
        transform: translate(-54%);
    }
}
@keyframes pulseWave {
    0% {
        opacity: 0.9;
        transform: scale(0.25);
    }
    to {
        opacity: 0;
        transform: scale(2.8);
    }
}
@keyframes routeGlow {
    50% {
        opacity: 0.2;
        filter: blur(2px);
    }
}
@keyframes cardOrbit {
    to {
        transform: rotate(360deg);
    }
}
@keyframes cardFace {
    to {
        transform: translate(-50%) rotate(-360deg);
    }
}
@keyframes cardBlur {
    0%,
    to {
        opacity: 0.42;
        filter: blur(1.2px);
    }
    45%,
    68% {
        opacity: 0.96;
        filter: blur();
    }
}
@media (max-width: 980px) {
    .site-header {
        align-items: flex-start;
    }
    .hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .hero-copy {
        grid-area: auto;
        max-width: 760px;
    }
    .globe-stage {
        grid-area: auto;
        min-height: 620px;
    }
    .metrics-strip {
        grid-area: auto;
        margin-top: 0;
    }
    .status-dock {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 680px) {
    .landing-shell {
        padding: 18px 14px 24px;
    }
    .site-header {
        flex-direction: column;
    }
    .header-actions {
        justify-content: space-between;
        width: 100%;
    }
    .brand-lockup img {
        width: 64px;
        height: 52px;
    }
    .live-chip {
        font-size: 0.78rem;
    }
    .hero-grid {
        padding-top: 34px;
    }
    h1 {
        font-size: clamp(2.55rem, 11vw, 3.35rem);
    }
    .metrics-strip {
        grid-template-columns: 1fr;
    }
    .globe-stage {
        min-height: 440px;
    }
    .message-card {
        width: 156px;
        min-height: 78px;
        padding: 12px;
    }
    .message-card strong {
        font-size: 0.86rem;
    }
    .status-dock article {
        grid-template-columns: auto 1fr;
    }
    .status-dock b {
        grid-column: 2;
        justify-self: start;
    }
}
@media (prefers-reduced-motion: reduce) {
    *,
    :before,
    :after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-ease {
    syntax: "*";
    inherits: false;
}
