:root {
    --ts-bg: #070a12;
    --ts-bg-soft: #0d1220;
    --ts-surface: rgba(255,255,255,.052);
    --ts-surface-strong: rgba(255,255,255,.085);
    --ts-border: rgba(255,255,255,.11);
    --ts-border-soft: rgba(255,255,255,.068);

    --ts-text: #f7f9ff;
    --ts-muted: rgba(247,249,255,.64);
    --ts-faint: rgba(247,249,255,.36);

    --ts-purple: #6c5ce7;
    --ts-purple-2: #9688ff;
    --ts-cyan: #00d2ff;
    --ts-blue: #74a5e0;
    --ts-green: #43e6a5;
    --ts-orange: #ff9b5e;
    --ts-gold: #ffd166;
    --ts-red: #ff5d78;

    --ts-page-bg-start: #070a12;
    --ts-page-bg-mid: #090d17;
    --ts-page-bg-end: #070a12;

    --ts-site-bg-start: #070a12;
    --ts-site-bg-mid: #0a0f1a;
    --ts-site-bg-end: #070a12;

    --ts-header-bg: rgba(6,8,14,.12);
    --ts-header-scrolled-bg: rgba(7,10,17,.72);

    --ts-menu-bg-start: rgba(20,25,38,.985);
    --ts-menu-bg-end: rgba(7,10,17,.99);

    --ts-footer-bg-start: rgba(7,10,16,.97);
    --ts-footer-bg-end: #05070c;

    --ts-window-bg-start: rgba(255,255,255,.074);
    --ts-window-bg-end: rgba(255,255,255,.018);

    --ts-grow-accent: #74a5e0;
    --ts-grow-accent-rgb: 116,165,224;

    --ts-create-accent: #74a5e0;
    --ts-create-accent-rgb: 116,165,224;

    --ts-radius: 24px;
    --ts-radius-sm: 16px;

    --ts-header-height: 82px;
    --ts-content-width: 1240px;
    --ts-page-width: 1400px;

    --ts-ease: cubic-bezier(.22,1,.36,1);
    --ts-ease-smooth: cubic-bezier(.16,1,.3,1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background: var(--ts-bg);
    scroll-behavior: auto;
}

body {
    min-height: 100%;
    overflow-x: hidden;
    background:
        linear-gradient(
            180deg,
            var(--ts-page-bg-start) 0%,
            var(--ts-page-bg-mid) 45%,
            var(--ts-page-bg-end) 100%
        );
    color: var(--ts-text);
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.ts-mobile-menu-active {
    overflow: hidden;
}

body,
button,
input,
textarea,
select {
    font-family: "Inter", sans-serif;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    border: 0;
    outline: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

::selection {
    background: rgba(108,92,231,.4);
    color: #fff;
}

.ts-site-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 15% 12%,
            rgba(108,92,231,.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 84% 28%,
            rgba(0,210,255,.08),
            transparent 26%
        ),
        radial-gradient(
            circle at 72% 85%,
            rgba(var(--ts-create-accent-rgb),.045),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            var(--ts-site-bg-start) 0%,
            var(--ts-site-bg-mid) 50%,
            var(--ts-site-bg-end) 100%
        );
}

.ts-site-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.018),
            transparent 18%,
            transparent 82%,
            rgba(255,255,255,.014)
        );
}

.ts-site-background::after {
    content: "";
    position: absolute;
    inset: -15%;
    opacity: .5;
    background:
        radial-gradient(
            ellipse at center,
            transparent 35%,
            rgba(0,0,0,.24) 100%
        );
}

#ts-particles-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .92;
    mix-blend-mode: screen;
    pointer-events: none;
}

.ts-noise {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: .02;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

.ts-ambient {
    position: absolute;
    width: 48vw;
    height: 48vw;
    min-width: 420px;
    min-height: 420px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .15;
    will-change: transform;
}

.ts-ambient-1 {
    top: -22vw;
    left: -16vw;
    background:
        radial-gradient(
            circle,
            rgba(108,92,231,.75),
            rgba(108,92,231,.10) 60%,
            transparent 76%
        );
}

.ts-ambient-2 {
    top: 25%;
    right: -24vw;
    background:
        radial-gradient(
            circle,
            rgba(0,210,255,.62),
            rgba(0,210,255,.07) 60%,
            transparent 76%
        );
}

.ts-ambient-3 {
    bottom: -28vw;
    left: 25%;
    background:
        radial-gradient(
            circle,
            rgba(80,56,255,.55),
            rgba(80,56,255,.08) 58%,
            transparent 75%
        );
}

.ts-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(108,92,231,.07),
            transparent 35%
        ),
        rgba(1,3,8,.78);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity .45s ease,
        visibility .45s ease;
}

.ts-menu-overlay.ts-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ts-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: var(--ts-header-height);
    margin: 0;
    background: var(--ts-header-bg);
    border-bottom: 1px solid transparent;
    transition:
        background .45s ease,
        border-color .45s ease,
        backdrop-filter .45s ease,
        box-shadow .45s ease;
}

.ts-site-header.ts-scrolled {
    background: var(--ts-header-scrolled-bg);
    border-color: rgba(255,255,255,.065);
    box-shadow:
        0 14px 55px rgba(0,0,0,.18),
        inset 0 -1px rgba(255,255,255,.012);
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.ts-header-inner {
    position: relative;
    width: min(var(--ts-page-width), calc(100% - 50px));
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.ts-brand {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: max-content;
}

.ts-brand-mark {
    display: grid;
    place-items: center;
    /*width: 42px;
    height: 42px;
    flex: 0 0 42px;*/
    overflow: hidden;
    /*border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );
    box-shadow:
        0 12px 35px rgba(0,0,0,.22),
        0 0 30px rgba(108,92,231,.13),
        inset 0 1px rgba(255,255,255,.045);*/

    width: 55px;
    height: 55px;
    flex: 0 0 55px;
}

.ts-brand-mark img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.ts-brand-name {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.035em;
    white-space: nowrap;
}

.ts-brand-name span {
    color: rgba(255,255,255,.34);
    font-weight: 400;
}

.ts-main-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 100%;
}

.ts-main-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.ts-main-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    padding: 0 14px;
    color: rgba(255,255,255,.57);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .135em;
    transition: color .3s ease;
}

.ts-main-link::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 18px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background:
        linear-gradient(
            90deg,
            var(--ts-purple),
            var(--ts-cyan)
        );
    box-shadow: 0 0 10px rgba(0,210,255,.22);
    transition: transform .45s var(--ts-ease);
}

.ts-main-link i {
    color: rgba(255,255,255,.28);
    font-size: 10px;
    transform: rotate(0deg);
    transition:
        transform .42s var(--ts-ease),
        color .3s ease;
}

.ts-main-item:hover .ts-main-link,
.ts-main-item.ts-menu-open .ts-main-link {
    color: #fff;
}

.ts-main-item:hover .ts-main-link::after,
.ts-main-item.ts-menu-open .ts-main-link::after {
    transform: scaleX(1);
}

.ts-main-item:hover .ts-main-link i,
.ts-main-item.ts-menu-open .ts-main-link i {
    color: var(--ts-cyan);
    transform: rotate(180deg);
}

.ts-main-submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    min-width: 225px;
    padding: 10px;
    transform: translate(-50%, -10px) scale(.985);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            var(--ts-menu-bg-start),
            var(--ts-menu-bg-end)
        );
    box-shadow:
        0 28px 90px rgba(0,0,0,.52),
        0 0 45px rgba(108,92,231,.055),
        inset 0 1px rgba(255,255,255,.04);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    transition:
        opacity .27s ease,
        transform .38s var(--ts-ease),
        visibility .27s ease;
}

.ts-main-submenu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-left: 1px solid rgba(255,255,255,.10);
    border-top: 1px solid rgba(255,255,255,.10);
    background: #151b29;
    transform: translateX(-50%) rotate(45deg);
}

.ts-main-item:hover .ts-main-submenu,
.ts-main-item.ts-menu-open .ts-main-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.ts-main-submenu a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 11px;
    color: rgba(255,255,255,.48);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .075em;
    transition:
        color .25s ease,
        background .25s ease,
        padding-left .3s var(--ts-ease);
}

.ts-main-submenu a::before {
    content: "";
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--ts-cyan);
    opacity: 0;
    transform: scale(.5);
    transition:
        opacity .25s ease,
        transform .25s ease;
}

.ts-main-submenu a:hover {
    color: #fff;
    padding-left: 16px;
    background: rgba(255,255,255,.05);
}

.ts-main-submenu a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.ts-header-actions {
    justify-self: end;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.ts-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 41px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 100px;
    background: rgba(255,255,255,.9);
    /*background: rgba(255,255,255,.035);*/
    color: rgba(255,255,255,.80);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s var(--ts-ease);
}

.ts-login-button i {
    color: rgba(255,255,255,.80);
    font-size: 12px;
    transition: transform .3s var(--ts-ease);
}

.ts-login-button:hover {
    color: #fff;
    background: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.24);
    box-shadow:
        0 12px 38px rgba(0,0,0,.20),
        0 0 25px rgba(0,210,255,.05);
    transform: translateY(-2px);
}

.ts-login-button:hover i {
    transform: translateX(2px);
}

.ts-mobile-menu-button {
    display: none;
    position: relative;
    width: 42px;
    height: 42px;
    margin-left: auto;
    background: transparent;
    cursor: pointer;
}

.ts-mobile-menu-button span {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 1px;
    background: #fff;
    transition:
        top .35s var(--ts-ease),
        transform .35s var(--ts-ease),
        opacity .2s ease;
}

.ts-mobile-menu-button span:first-child {
    top: 16px;
}

.ts-mobile-menu-button span:last-child {
    top: 25px;
}

.ts-mobile-menu-button[aria-expanded="true"] span:first-child {
    top: 21px;
    transform: rotate(45deg);
}

.ts-mobile-menu-button[aria-expanded="true"] span:last-child {
    top: 21px;
    transform: rotate(-45deg);
}

.ts-mobile-nav {
    display: none;
}

.ts-section-progress {
    position: fixed;
    right: 28px;
    top: 50%;
    z-index: 70;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ts-progress-label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,.33);
    font-family: "Space Grotesk", sans-serif;
    font-size: 9px;
    letter-spacing: .14em;
}

#ts-progress-current {
    color: #fff;
}

.ts-progress-line {
    position: relative;
    width: 1px;
    height: 112px;
    overflow: hidden;
    background: rgba(255,255,255,.11);
}

.ts-progress-line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background:
        linear-gradient(
            180deg,
            var(--ts-purple),
            var(--ts-cyan)
        );
    box-shadow: 0 0 12px rgba(0,210,255,.35);
}

.ts-section {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.ts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(
            ellipse at center,
            rgba(255,255,255,.012),
            transparent 67%
        );
}

.ts-section-container {
    position: relative;
    z-index: 4;
    width: min(var(--ts-content-width), calc(100% - 120px));
    margin: 0 auto;
}

.ts-section-glow {
    position: absolute;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .13;
    pointer-events: none;
}

.ts-section-heading,
.ts-automation-heading {
    position: relative;
    z-index: 3;
}

.ts-section-number {
    margin-bottom: 20px;
    color: rgba(255,255,255,.37);
    font-family: "Space Grotesk", sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .20em;
}

.ts-section-heading h2,
.ts-automation-heading h2 {
    max-width: 920px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 6.2vw, 92px);
    line-height: .95;
    font-weight: 600;
    letter-spacing: -.062em;
}

.ts-section-heading h2 span,
.ts-automation-heading h2 span {
    display: block;
    background:
        linear-gradient(
            100deg,
            var(--ts-purple-2) 0%,
            var(--ts-cyan) 100%
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-section-heading p,
.ts-automation-heading p {
    max-width: 610px;
    margin-top: 27px;
    color: var(--ts-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ts-center-heading {
    text-align: center;
}

.ts-center-heading h2,
.ts-center-heading p {
    margin-right: auto;
    margin-left: auto;
}

.ts-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 21px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .09em;
    cursor: pointer;
    transition:
        transform .35s var(--ts-ease),
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        color .35s ease;
}

.ts-button:hover {
    color: #fff;
    transform: translateY(-3px);
}

.ts-button-primary {
    color: #fff;
    background:
        linear-gradient(
            105deg,
            var(--ts-purple),
            #4a97ff
        );
    box-shadow:
        0 18px 55px rgba(108,92,231,.21),
        0 0 35px rgba(0,210,255,.035);
}

.ts-button-primary:hover {
    box-shadow:
        0 23px 75px rgba(108,92,231,.34),
        0 0 50px rgba(0,210,255,.05);
}

.ts-button-ghost {
    color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.028);
}

.ts-button-ghost:hover {
    color: #fff;
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.24);
}

.ts-hero {
    min-height: 100svh;
    padding-top: var(--ts-header-height);
}

.ts-hero-media {
    position: absolute;
    inset: 0;
    z-index: -5;
    overflow: hidden;
}

.ts-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 74% 47%,
            rgba(108,92,231,.18),
            transparent 28%
        ),
        radial-gradient(
            circle at 86% 62%,
            rgba(0,210,255,.10),
            transparent 23%
        );
}

.ts-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.02);
    will-change: transform;
}

.ts-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(
            90deg,
            rgba(4,6,12,.82) 0%,
            rgba(4,6,12,.68) 34%,
            rgba(4,6,12,.28) 72%,
            rgba(4,6,12,.48) 100%
        ),
        linear-gradient(
            180deg,
            rgba(3,5,10,.24),
            rgba(3,5,10,.18) 45%,
            rgba(3,5,10,.72) 100%
        );
}

.ts-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .20;
    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );
    background-size: 85px 85px;
    mask-image:
        radial-gradient(
            circle at 74% 50%,
            black,
            transparent 63%
        );
    pointer-events: none;
}

.ts-hero-content {
    position: relative;
    z-index: 10;
    width: min(var(--ts-content-width), calc(100% - 120px));
    margin: 0 auto;
    padding: 70px 0;
    will-change: transform, opacity;
}

.ts-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: var(--ts-blue);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
}

.ts-eyebrow-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--ts-cyan);
    box-shadow: 0 0 16px rgba(0,210,255,.95);
}

.ts-hero-title {
    max-width: 950px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(58px, 8vw, 124px);
    line-height: .9;
    font-weight: 600;
    letter-spacing: -.075em;
}

.ts-hero-line {
    display: block;
}

.ts-hero-gradient {
    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #b4bcff 43%,
            var(--ts-cyan) 100%
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-hero-description {
    max-width: 580px;
    margin-top: 35px;
    color: rgba(255,255,255,.67);
    font-size: 17px;
    line-height: 1.75;
}

.ts-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 35px;
}

.ts-hero-meta {
    display: flex;
    align-items: flex-start;
    gap: 55px;
    margin-top: 68px;
}

.ts-hero-meta div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ts-hero-meta strong {
    color: rgba(255,255,255,.84);
    font-size: 9px;
    letter-spacing: .16em;
}

.ts-hero-meta span {
    color: rgba(255,255,255,.38);
    font-size: 10px;
}

.ts-hero-visual {
    position: absolute;
    top: 50%;
    right: clamp(10px, 4vw, 70px);
    width: min(48vw, 700px);
    height: min(48vw, 700px);
    z-index: 6;
    transform: translateY(-50%);
    pointer-events: none;
    will-change: transform;
}

.ts-hero-visual::before {
    content: "";
    position: absolute;
    inset: 13%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(108,92,231,.19),
            transparent 65%
        );
    filter: blur(35px);
}

.ts-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255,255,255,.082);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.ts-orbit-1 {
    width: 44%;
    height: 44%;
}

.ts-orbit-2 {
    width: 67%;
    height: 67%;
    border-color: rgba(255,255,255,.07);
}

.ts-orbit-3 {
    width: 91%;
    height: 91%;
    border-color: rgba(255,255,255,.055);
}

.ts-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 166px;
    height: 166px;
    padding: 1px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background:
        conic-gradient(
            from 0deg,
            var(--ts-purple),
            var(--ts-cyan),
            transparent 42%,
            var(--ts-purple)
        );
    box-shadow:
        0 0 80px rgba(108,92,231,.17),
        0 0 145px rgba(0,210,255,.08);
}

.ts-core-inner {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: inherit;
    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255,255,255,.065),
            transparent 35%
        ),
        #0a0e17;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    box-shadow: inset 0 0 48px rgba(108,92,231,.12);
}

.ts-floating-node {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 94px;
    transform: translate(-50%,-50%);
    will-change: left, top;
    transition:
        filter .4s ease;
}

.ts-floating-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 30% 25%,
            rgba(255,255,255,.11),
            transparent 35%
        ),
        rgba(9,13,22,.90);
    color: rgba(255,255,255,.78);
    box-shadow:
        0 16px 40px rgba(0,0,0,.34),
        inset 0 0 20px rgba(255,255,255,.025);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition:
        border-color .3s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease,
        transform .4s var(--ts-ease);
}

.ts-floating-label {
    color: rgba(255,255,255,.43);
    font-family: "Space Grotesk", sans-serif;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .13em;
    white-space: nowrap;
    text-shadow: 0 2px 12px rgba(0,0,0,.8);
    transition:
        color .3s ease,
        transform .4s var(--ts-ease);
}

.ts-floating-node:hover {
    filter:
        drop-shadow(0 0 18px rgba(0,210,255,.12))
        drop-shadow(0 0 30px rgba(108,92,231,.08));
}

.ts-floating-node:hover .ts-floating-icon {
    border-color: rgba(0,210,255,.48);
    background: rgba(0,210,255,.08);
    color: var(--ts-cyan);
    box-shadow:
        0 0 35px rgba(0,210,255,.13),
        inset 0 0 20px rgba(0,210,255,.055);
    transform: translateY(-4px) scale(1.06);
}

.ts-floating-node:hover .ts-floating-label {
    color: rgba(255,255,255,.82);
    transform: translateY(-2px);
}

.ts-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.31);
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .20em;
    pointer-events: none;
}

.ts-scroll-indicator > div {
    animation: tsScrollBounce 2.2s ease-in-out infinite;
}

@keyframes tsScrollBounce {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

.ts-grow-section {
    min-height: 91svh;
    background:
        radial-gradient(
            circle at 24% 40%,
            rgba(116,165,224,.055),
            transparent 31%
        ),
        radial-gradient(
            circle at 78% 74%,
            rgba(116,165,224,.075),
            transparent 34%
        );
}

.ts-grow-glow {
    right: -250px;
    bottom: -230px;
    background:
        radial-gradient(
            circle,
            rgba(116,165,224,.72),
            transparent 72%
        );
}

.ts-grow-view {
    position: relative;
    min-height: 345px;
    margin-top: 68px;
}

.ts-grow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ts-grow-grid.ts-hidden {
    display: none;
}

.ts-grow-card {
    position: relative;
    min-height: 300px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.078);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.062),
            rgba(255,255,255,.019)
        );
    box-shadow:
        0 20px 60px rgba(0,0,0,.16),
        inset 0 1px rgba(255,255,255,.025);
    cursor: pointer;
    transition:
        transform .48s var(--ts-ease),
        border-color .38s ease,
        background .38s ease,
        box-shadow .38s ease;
}

.ts-grow-card::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: var(--ts-grow-accent);
    filter: blur(70px);
    opacity: 0;
    transition: opacity .45s ease;
}

.ts-grow-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,255,255,.18);
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.025)
        );
    box-shadow:
        0 28px 75px rgba(0,0,0,.23),
        0 0 35px rgba(116,165,224,.07);
}

.ts-grow-card:hover::before {
    opacity: .15;
}

.ts-grow-card-icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(116,165,224,.10);
    color: var(--ts-grow-accent);
    box-shadow: 0 0 25px rgba(116,165,224,.045);
}

.ts-grow-card h3 {
    position: relative;
    z-index: 2;
    margin-top: 42px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.03em;
}

.ts-grow-card p {
    position: relative;
    z-index: 2;
    max-width: 245px;
    margin-top: 11px;
    color: rgba(255,255,255,.38);
    font-size: 11px;
    line-height: 1.75;
}

.ts-grow-arrow {
    position: absolute;
    right: 25px;
    bottom: 21px;
    z-index: 3;
    color: rgba(255,255,255,.30);
    font-size: 20px;
    transition:
        color .3s ease,
        transform .35s var(--ts-ease);
}

.ts-grow-card:hover .ts-grow-arrow {
    color: #fff;
    transform: translateX(6px);
}

.ts-grow-detail {
    display: none;
    position: relative;
    width: 100%;
    min-height: 345px;
    padding: 40px 80px 40px 40px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(116,165,224,.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.018)
        );
    box-shadow:
        0 35px 95px rgba(0,0,0,.27),
        0 0 55px rgba(116,165,224,.045),
        inset 0 1px rgba(255,255,255,.035);
}

.ts-grow-detail.ts-active {
    display: flex;
    align-items: center;
    gap: 54px;
}

.ts-grow-detail::before {
    content: "";
    position: absolute;
    left: -170px;
    top: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(116,165,224,.11);
    filter: blur(75px);
}

.ts-grow-detail-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.45);
    cursor: pointer;
    transition:
        transform .35s var(--ts-ease),
        color .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.ts-grow-detail-close:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.20);
    transform: rotate(90deg);
}

.ts-grow-detail-icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
    border: 1px solid rgba(116,165,224,.32);
    border-radius: 30px;
    background: rgba(116,165,224,.09);
    color: var(--ts-grow-accent);
    font-size: 31px;
    box-shadow: 0 0 60px rgba(116,165,224,.09);
}

.ts-grow-detail-content {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 20px;
}

.ts-grow-detail-content .ts-section-number {
    margin-bottom: 13px;
}

.ts-grow-detail-content h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(32px,4vw,52px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em;
}

.ts-grow-detail-content > p {
    max-width: 100%;
    margin-top: 14px;
    color: rgba(255,255,255,.53);
    font-size: 14px;
    line-height: 1.7;

    white-space: pre-line;
}

.ts-grow-detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 25px;
}

.ts-grow-detail-list > div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.57);
    font-size: 10px;
}

.ts-grow-detail-list i {
    color: var(--ts-grow-accent);
}

.ts-create-section {
    background:
        radial-gradient(
            circle at 84% 48%,
            rgba(116,165,224,.085),
            transparent 37%
        ),
        radial-gradient(
            circle at 16% 78%,
            rgba(108,92,231,.045),
            transparent 28%
        );
}

.ts-create-glow {
    right: -250px;
    top: 0;
    background:
        radial-gradient(
            circle,
            rgba(116,165,224,.72),
            transparent 72%
        );
}

.ts-create-stage {
    display: grid;
    grid-template-columns: minmax(290px,.68fr) minmax(0,1.32fr);
    align-items: center;
    gap: 70px;
    margin-top: 80px;
}

.ts-create-copy {
    min-width: 0;
    overflow: hidden;
}

.ts-create-tools-shell {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
}

.ts-create-tools {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-height: 430px;
    padding-right: 6px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.13) transparent;
}

.ts-create-tools::-webkit-scrollbar {
    width: 4px;
}

.ts-create-tools::-webkit-scrollbar-track {
    background: transparent;
}

.ts-create-tools::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,255,255,.13);
}

.ts-create-tool {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) 20px;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 64px;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 17px;
    background: transparent;
    color: rgba(255,255,255,.55);
    text-align: left;
    cursor: pointer;
    transform: translateX(0);
    transition:
        background .32s ease,
        border-color .32s ease,
        color .32s ease,
        box-shadow .32s ease;
}

.ts-create-tool:hover,
.ts-create-tool.active {
    color: #fff;
    border-color: rgba(116,165,224,.18);
    background:
        linear-gradient(
            90deg,
            rgba(116,165,224,.065),
            rgba(255,255,255,.022)
        );
    box-shadow:
        0 10px 30px rgba(0,0,0,.10),
        inset 0 0 25px rgba(116,165,224,.018);
}

.ts-create-tool-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(116,165,224,.085);
    color: var(--ts-create-accent);
    font-size: 14px;
    transition:
        background .3s ease,
        box-shadow .3s ease,
        transform .3s var(--ts-ease);
}

.ts-create-tool.active .ts-create-tool-icon {
    background: rgba(116,165,224,.14);
    box-shadow:
        0 0 26px rgba(116,165,224,.085),
        0 0 45px rgba(116,165,224,.025);
}

.ts-create-tool:hover .ts-create-tool-icon {
    transform: translateY(-2px);
}

.ts-create-tool-content {
    min-width: 0;
}

.ts-create-tool-content strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .01em;
}

.ts-create-tool-content small {
    display: block;
    max-width: 245px;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(255,255,255,.31);
    font-size: 9px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts-create-tool-arrow {
    color: rgba(255,255,255,.19);
    font-size: 10px;
    opacity: 0;
    transition:
        opacity .25s ease,
        color .25s ease;
}

.ts-create-tool.active .ts-create-tool-arrow,
.ts-create-tool:hover .ts-create-tool-arrow {
    opacity: 1;
    color: var(--ts-create-accent);
}

.ts-create-arrow {
    display: none;
}

.ts-create-visual {
    position: relative;
    min-width: 0;
    perspective: 1300px;
    isolation: isolate;
    transition: perspective .8s var(--ts-ease);
}

.ts-create-visual::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 12%;
    bottom: 7%;
    z-index: -1;
    border-radius: 38px;
    background:
        radial-gradient(
            ellipse at center,
            rgba(116,165,224,.18),
            rgba(108,92,231,.09) 35%,
            rgba(0,210,255,.06) 58%,
            transparent 78%
        );
    filter: blur(55px);
    opacity: 0;
    transform: scale(.82);
    transition:
        opacity .75s ease,
        transform .9s var(--ts-ease),
        filter .75s ease;
}

.ts-create-visual::after {
    content: "";
    position: absolute;
    left: 17%;
    right: 17%;
    bottom: -4%;
    height: 18%;
    z-index: -1;
    border-radius: 50%;
    background:
        radial-gradient(
            ellipse,
            rgba(116,165,224,.18),
            rgba(108,92,231,.08) 42%,
            transparent 72%
        );
    filter: blur(28px);
    opacity: 0;
    transform: translateY(10px) scale(.85);
    transition:
        opacity .75s ease,
        transform .8s var(--ts-ease);
}

.ts-create-visual:hover {
    perspective: 2400px;
}

.ts-create-visual:hover::before {
    opacity: 1;
    transform: scale(1);
    filter: blur(62px);
}

.ts-create-visual:hover::after {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.ts-create-visual:hover .ts-creative-window {
    transform:
        rotateY(0deg)
        rotateX(0deg)
        translateZ(12px);
    box-shadow:
        0 48px 130px rgba(0,0,0,.38),
        0 0 75px rgba(116,165,224,.10),
        0 0 120px rgba(108,92,231,.045),
        inset 0 1px rgba(255,255,255,.045);
    border-color: rgba(116,165,224,.20);
}

.ts-creative-window {
    position: relative;
    min-height: 475px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.115);
    border-radius: 27px;
    background:
        linear-gradient(
            145deg,
            var(--ts-window-bg-start),
            var(--ts-window-bg-end)
        );
    box-shadow:
        0 45px 120px rgba(0,0,0,.34),
        inset 0 1px rgba(255,255,255,.035);
    transform:
        rotateY(-7deg)
        rotateX(2deg);
    transition:
        transform .8s var(--ts-ease),
        box-shadow .8s var(--ts-ease),
        border-color .8s ease;
}

.ts-creative-window:hover {
    transform:
        rotateY(0)
        rotateX(0);
}

.ts-window-top {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 49px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: rgba(0,0,0,.13);
}

.ts-window-top > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
}

.ts-window-top label {
    margin: 0 auto;
    color: rgba(255,255,255,.26);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .17em;
}

.ts-creative-content {
    position: relative;
    min-height: calc(475px - 49px);
    padding: 27px 30px 30px;
}

.ts-create-preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ts-create-preview-label {
    color: rgba(255,255,255,.25);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .16em;
}

.ts-create-preview-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ts-create-accent);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .13em;
}

.ts-create-preview-status::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
    animation: tsStatusPulse 1.6s ease-in-out infinite;
}

@keyframes tsStatusPulse {
    50% {
        opacity: .30;
    }
}

.ts-create-preview {
    position: relative;
    min-height: 310px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(116,165,224,.10),
            transparent 40%
        ),
        rgba(0,0,0,.10);
}

.ts-create-preview-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 18px;
    margin-top: 16px;
}

.ts-create-preview-bottom span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.31);
    font-size: 8px;
}

.ts-create-preview-bottom i {
    color: var(--ts-green);
}

.ts-preview-composition {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ts-preview-composition > span {
    position: absolute;
    left: 24px;
    bottom: 18px;
    color: rgba(255,255,255,.17);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .22em;
}

.ts-preview-image {
    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(116,165,224,.30),
            transparent 24%
        ),
        radial-gradient(
            circle at 72% 65%,
            rgba(0,210,255,.18),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgba(108,92,231,.14),
            rgba(255,255,255,.015)
        );
}

.ts-preview-shape {
    position: absolute;
    border-radius: 30px;
    filter: blur(.2px);
}

.ts-preview-shape-a {
    width: 46%;
    height: 60%;
    left: 8%;
    top: 14%;
    background:
        linear-gradient(
            145deg,
            rgba(116,165,224,.45),
            rgba(0,210,255,.045)
        );
    transform: rotate(-14deg);
    box-shadow: 0 30px 70px rgba(116,165,224,.15);
}

.ts-preview-shape-b {
    width: 28%;
    height: 38%;
    right: 10%;
    top: 11%;
    border: 1px solid rgba(0,210,255,.26);
    background: rgba(0,210,255,.05);
    transform: rotate(18deg);
}

.ts-preview-shape-c {
    width: 34%;
    height: 42%;
    right: 16%;
    bottom: 8%;
    background:
        linear-gradient(
            145deg,
            rgba(116,165,224,.26),
            rgba(255,255,255,.015)
        );
    transform: rotate(-8deg);
}

.ts-preview-video {
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.025),
            rgba(0,0,0,.17)
        ),
        radial-gradient(
            circle at 50% 50%,
            rgba(0,210,255,.12),
            transparent 42%
        );
}

.ts-preview-video-frame {
    position: absolute;
    left: 13%;
    top: 11%;
    width: 74%;
    height: 58%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(108,92,231,.18),
            rgba(0,210,255,.05)
        );
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
}

.ts-preview-video-frame i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 13px;
}

.ts-preview-track {
    position: absolute;
    left: 13%;
    right: 13%;
    bottom: 14%;
    height: 10%;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 10px;
    background:
        linear-gradient(
            90deg,
            rgba(108,92,231,.31) 0 18%,
            transparent 18% 21%,
            rgba(0,210,255,.24) 21% 44%,
            transparent 44% 48%,
            rgba(116,165,224,.24) 48% 78%,
            transparent 78%
        );
}

.ts-preview-montage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 42px 28px 60px;
}

.ts-preview-montage div {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            rgba(108,92,231,.16),
            rgba(255,255,255,.025)
        );
}

.ts-preview-montage div:nth-child(2) {
    background:
        linear-gradient(
            145deg,
            rgba(0,210,255,.14),
            rgba(255,255,255,.025)
        );
    transform: translateY(18px);
}

.ts-preview-montage div:nth-child(3) {
    background:
        linear-gradient(
            145deg,
            rgba(116,165,224,.17),
            rgba(255,255,255,.025)
        );
}

.ts-preview-montage div:nth-child(4) {
    background:
        linear-gradient(
            145deg,
            rgba(67,230,165,.10),
            rgba(255,255,255,.025)
        );
    transform: translateY(18px);
}

.ts-preview-audio {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-audio-wave {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 150px;
}

.ts-audio-wave i {
    width: 5px;
    height: 30px;
    border-radius: 8px;
    background:
        linear-gradient(
            180deg,
            var(--ts-create-accent),
            var(--ts-cyan)
        );
    animation: tsAudioWave 1.15s ease-in-out infinite;
}

.ts-audio-wave i:nth-child(2) {
    height: 65px;
    animation-delay: .08s;
}

.ts-audio-wave i:nth-child(3) {
    height: 105px;
    animation-delay: .16s;
}

.ts-audio-wave i:nth-child(4) {
    height: 72px;
    animation-delay: .24s;
}

.ts-audio-wave i:nth-child(5) {
    height: 135px;
    animation-delay: .32s;
}

.ts-audio-wave i:nth-child(6) {
    height: 94px;
    animation-delay: .40s;
}

.ts-audio-wave i:nth-child(7) {
    height: 128px;
    animation-delay: .48s;
}

.ts-audio-wave i:nth-child(8) {
    height: 73px;
    animation-delay: .56s;
}

.ts-audio-wave i:nth-child(9) {
    height: 103px;
    animation-delay: .64s;
}

.ts-audio-wave i:nth-child(10) {
    height: 54px;
    animation-delay: .72s;
}

.ts-audio-wave i:nth-child(11) {
    height: 32px;
    animation-delay: .80s;
}

@keyframes tsAudioWave {
    50% {
        transform: scaleY(.45);
        opacity: .48;
    }
}

.ts-preview-music {
    display: grid;
    place-items: center;
}

.ts-music-disc {
    position: absolute;
    left: 18%;
    top: 22%;
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255,255,255,.10),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgba(116,165,224,.30),
            rgba(0,210,255,.08)
        );
    box-shadow: 0 30px 70px rgba(116,165,224,.16);
    animation: tsDiscRotate 9s linear infinite;
}

.ts-music-disc::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    background: #0d111a;
}

.ts-music-disc i {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.78);
    font-size: 25px;
}

@keyframes tsDiscRotate {
    to {
        transform: rotate(360deg);
    }
}

.ts-music-wave {
    position: absolute;
    right: 15%;
    bottom: 22%;
    width: 35%;
    height: 80px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 7px,
            rgba(0,210,255,.34) 7px 10px
        );
    mask-image:
        linear-gradient(
            90deg,
            transparent,
            black 15%,
            black 85%,
            transparent
        );
}

.ts-preview-ai {
    display: grid;
    place-items: center;
    background:
        radial-gradient(
            circle at center,
            rgba(116,165,224,.13),
            transparent 39%
        );
}

.ts-ai-orb {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255,255,255,.16),
            transparent 18%
        ),
        radial-gradient(
            circle,
            rgba(116,165,224,.34),
            rgba(0,210,255,.06) 55%,
            transparent 72%
        );
    box-shadow:
        0 0 90px rgba(116,165,224,.20),
        0 0 150px rgba(0,210,255,.07);
    animation: tsAiOrbPulse 3s ease-in-out infinite;
}

.ts-ai-lines {
    position: absolute;
    width: 80%;
    height: 80%;
    border: 1px dashed rgba(255,255,255,.10);
    border-radius: 50%;
    animation: tsAiLines 16s linear infinite;
}

@keyframes tsAiOrbPulse {
    50% {
        transform: scale(1.06);
    }
}

@keyframes tsAiLines {
    to {
        transform: rotate(360deg);
    }
}

.ts-preview-avatar {
    display: grid;
    place-items: center;
}

.ts-avatar-head {
    position: absolute;
    top: 16%;
    display: grid;
    place-items: center;
    width: 115px;
    height: 115px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            rgba(116,165,224,.22),
            rgba(0,210,255,.05)
        );
    color: rgba(255,255,255,.78);
    font-size: 32px;
}

.ts-avatar-body {
    position: absolute;
    bottom: 13%;
    width: 200px;
    height: 120px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 90px 90px 25px 25px;
    background:
        linear-gradient(
            145deg,
            rgba(116,165,224,.18),
            rgba(255,255,255,.025)
        );
}

.ts-preview-analytics {
    padding: 48px 55px 55px;
}

.ts-chart {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    height: 210px;
}

.ts-chart i {
    flex: 1;
    min-width: 14px;
    border-radius: 10px 10px 4px 4px;
    background:
        linear-gradient(
            180deg,
            rgba(0,210,255,.45),
            rgba(116,165,224,.16)
        );
    animation: tsChartPulse 2s ease-in-out infinite;
}

.ts-chart i:nth-child(1) {
    height: 33%;
    animation-delay: .05s;
}

.ts-chart i:nth-child(2) {
    height: 52%;
    animation-delay: .15s;
}

.ts-chart i:nth-child(3) {
    height: 67%;
    animation-delay: .25s;
}

.ts-chart i:nth-child(4) {
    height: 78%;
    animation-delay: .35s;
}

.ts-chart i:nth-child(5) {
    height: 94%;
    animation-delay: .45s;
}

@keyframes tsChartPulse {
    50% {
        opacity: .65;
        transform: scaleY(.93);
        transform-origin: bottom;
    }
}

.ts-connect-section {
    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(67,230,165,.075),
            transparent 42%
        ),
        radial-gradient(
            circle at 14% 80%,
            rgba(0,210,255,.035),
            transparent 24%
        );
}

.ts-connect-glow {
    left: 50%;
    top: 47%;
    transform: translate(-50%,-50%);
    background:
        radial-gradient(
            circle,
            rgba(67,230,165,.72),
            transparent 72%
        );
}

.ts-network {
    position: relative;
    width: min(800px, 86vw);
    height: 560px;
    margin: 55px auto 0;
}

.ts-network-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.ts-line {
    stroke: rgba(67,230,165,.47);
    stroke-width: 1.5;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    filter:
        drop-shadow(0 0 4px rgba(67,230,165,.34))
        drop-shadow(0 0 10px rgba(67,230,165,.12));
}

.ts-network-core {
    position: absolute;
    left: 50%;
    top: 260px;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 122px;
    height: 122px;
    border: 1px solid rgba(67,230,165,.37);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 32% 28%,
            rgba(255,255,255,.065),
            transparent 30%
        ),
        rgba(10,17,20,.94);
    box-shadow:
        0 0 80px rgba(67,230,165,.11),
        inset 0 0 35px rgba(67,230,165,.05);
    transform: translate(-50%,-50%);
}

.ts-network-core span {
    color: var(--ts-green);
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.ts-person {
    position: absolute;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.51);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .13em;
    transform: translate(-50%,-50%);
}

.ts-person-1,
.ts-person-2,
.ts-person-3,
.ts-person-4 {
    left: 0;
    top: 0;
}

.ts-avatar {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 25%,
            rgba(255,255,255,.05),
            transparent 30%
        ),
        rgba(8,14,20,.91);
    color: var(--ts-green);
    box-shadow:
        0 18px 40px rgba(0,0,0,.32),
        inset 0 0 18px rgba(67,230,165,.03);
    transition:
        border-color .3s ease,
        transform .35s var(--ts-ease),
        box-shadow .35s ease;
}

.ts-person:hover .ts-avatar {
    transform: translateY(-5px);
    border-color: rgba(67,230,165,.30);
    box-shadow:
        0 22px 48px rgba(0,0,0,.32),
        0 0 30px rgba(67,230,165,.08);
}

.ts-network-stats-anchor {
    position: absolute;
    left: 50%;
    top: 530px;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 13px;
    border: 1px solid rgba(67,230,165,.13);
    border-radius: 100px;
    background: rgba(67,230,165,.035);
    color: rgba(67,230,165,.65);
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    transform: translate(-50%,-50%);
}

.ts-network-pulse {
    position: absolute;
    left: 50%;
    top: 260px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(67,230,165,.48);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    animation: tsNetworkPulse 3.2s linear infinite;
}

.ts-network-pulse-2 {
    animation-delay: 1.06s;
}

.ts-network-pulse-3 {
    animation-delay: 2.12s;
}

@keyframes tsNetworkPulse {
    0% {
        width: 28px;
        height: 28px;
        opacity: .46;
    }

    100% {
        width: 390px;
        height: 390px;
        opacity: 0;
    }
}

.ts-connect-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px;
    margin-top: -2px;
    text-align: center;
}

.ts-connect-stats div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ts-connect-stats strong {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .17em;
}

.ts-connect-stats span {
    color: rgba(255,255,255,.31);
    font-size: 10px;
}

.ts-automate-section {
    background:
        radial-gradient(
            circle at 23% 45%,
            rgba(0,210,255,.075),
            transparent 35%
        ),
        radial-gradient(
            circle at 82% 70%,
            rgba(108,92,231,.05),
            transparent 26%
        );
}

.ts-automate-glow {
    left: -290px;
    top: 25%;
    background:
        radial-gradient(
            circle,
            rgba(0,210,255,.68),
            transparent 72%
        );
}

.ts-automation-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 82px;
}

.ts-flow-card {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 128px;
    height: 128px;
    flex: 0 0 128px;
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.056),
            rgba(255,255,255,.018)
        );
    box-shadow:
        0 18px 50px rgba(0,0,0,.15),
        inset 0 1px rgba(255,255,255,.025);
    color: rgba(255,255,255,.55);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    transition:
        transform .4s var(--ts-ease),
        border-color .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}

.ts-flow-card:hover {
    transform: translateY(-9px);
    border-color: rgba(0,210,255,.31);
    background: rgba(0,210,255,.045);
    box-shadow:
        0 22px 58px rgba(0,0,0,.21),
        0 0 28px rgba(0,210,255,.045);
}

.ts-flow-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(0,210,255,.07);
    color: var(--ts-cyan);
    font-size: 15px;
}

.ts-ai-flow {
    border-color: rgba(108,92,231,.40);
    box-shadow:
        0 0 60px rgba(108,92,231,.09),
        inset 0 1px rgba(255,255,255,.03);
}

.ts-ai-flow .ts-flow-icon {
    background: rgba(108,92,231,.13);
    color: var(--ts-purple-2);
}

.ts-flow-connector {
    position: relative;
    width: 57px;
    height: 1px;
    flex: 0 0 57px;
    overflow: hidden;
    background: rgba(255,255,255,.11);
}

.ts-flow-connector span {
    position: absolute;
    left: -18px;
    top: 0;
    width: 18px;
    height: 1px;
    background: var(--ts-cyan);
    box-shadow: 0 0 10px rgba(0,210,255,.95);
    animation: tsFlowData 1.9s linear infinite;
}

@keyframes tsFlowData {
    from {
        left: -18px;
    }

    to {
        left: calc(100% + 18px);
    }
}

.ts-automation-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px 35px;
    margin-top: 46px;
}

.ts-automation-features > div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.37);
    font-size: 10px;
}

.ts-automation-features i {
    color: var(--ts-cyan);
    font-size: 9px;
}

.ts-ai-section {
    background:
        radial-gradient(
            circle at 50% 43%,
            rgba(108,92,231,.12),
            transparent 43%
        ),
        radial-gradient(
            circle at 17% 76%,
            rgba(0,210,255,.045),
            transparent 24%
        );
}

.ts-ai-glow {
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    background:
        radial-gradient(
            circle,
            rgba(108,92,231,.72),
            transparent 72%
        );
}

.ts-ai-heading {
    text-align: center;
}

.ts-ai-heading h2,
.ts-ai-heading p {
    margin-left: auto;
    margin-right: auto;
}

.ts-ai-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    align-items: center;
    gap: 75px;
    width: min(920px, 100%);
    margin: 50px auto 0;
}

.ts-ai-main {
    position: relative;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ts-ai-avatar {
    position: relative;
    z-index: 5;
    width: min(310px, 30vw);
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(108,92,231,.38);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(108,92,231,.15),
            rgba(0,210,255,.025) 67%
        );
    box-shadow:
        0 0 100px rgba(108,92,231,.12),
        0 0 55px rgba(0,210,255,.04),
        inset 0 0 50px rgba(255,255,255,.025);
}

.ts-ai-avatar::before {
    content: "";
    position: absolute;
    inset: 6%;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    pointer-events: none;
}

.ts-ai-avatar img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ts-ai-ring {
    position: absolute;
    left: 50%;
    top: 46%;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.ts-ring-a {
    width: 355px;
    height: 355px;
}

.ts-ring-b {
    width: 480px;
    height: 480px;
}

.ts-ai-main-info {
    position: relative;
    z-index: 8;
    margin-top: 19px;
    text-align: center;
}

.ts-ai-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--ts-green);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .16em;

    display: none;
}

.ts-ai-status span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ts-green);
    box-shadow: 0 0 11px var(--ts-green);
}

.ts-ai-main-info h3 {
    margin-top: 8px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -.03em;
}

.ts-ai-main-info p {
    margin-top: 4px;
    color: rgba(255,255,255,.35);
    font-size: 10px;
}

.ts-ai-members {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ts-ai-member {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 65px;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition:
        border-color .3s ease,
        background .3s ease;
}

.ts-ai-member:hover,
.ts-ai-member.active {
    border-color: rgba(255,255,255,.10);
    background: rgba(255,255,255,.047);
}

.ts-member-image {
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
}

.ts-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ts-ai-member strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.ts-ai-member small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.31);
    font-size: 8px;
}

.ts-ai-description {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

.ts-ai-label {
    color: rgba(255,255,255,.24);
    font-size: 8px;
    letter-spacing: .17em;
}

.ts-ai-description p {
    max-width: 570px;
    margin: 9px auto 0;
    color: rgba(255,255,255,.39);
    font-size: 14px;
    line-height: 1.65;
}

.ts-final-section {
    min-height: 100svh;
    justify-content: center;
    text-align: center;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(108,92,231,.13),
            transparent 36%
        ),
        radial-gradient(
            circle at 84% 25%,
            rgba(0,210,255,.05),
            transparent 22%
        );
}

.ts-final-grid {
    position: absolute;
    inset: 0;
    opacity: .19;
    background-image:
        linear-gradient(
            rgba(255,255,255,.032) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.032) 1px,
            transparent 1px
        );
    background-size: 80px 80px;
    mask-image:
        radial-gradient(
            circle at center,
            black,
            transparent 74%
        );
}

.ts-final-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(690px, 78vw);
    height: min(690px, 78vw);
    transform: translate(-50%,-50%);
    pointer-events: none;
    opacity: .56;
}

.ts-final-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background:
        linear-gradient(
            135deg,
            rgba(108,92,231,.25),
            rgba(0,210,255,.10)
        );
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    box-shadow:
        0 0 80px rgba(108,92,231,.22),
        inset 0 0 35px rgba(255,255,255,.025);
}

.ts-final-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.ts-final-orbit-one {
    width: 300px;
    height: 300px;
}

.ts-final-orbit-two {
    width: 490px;
    height: 490px;
}

.ts-final-orbit-three {
    width: 680px;
    height: 680px;
}

.ts-final-content {
    position: relative;
    z-index: 5;
}

.ts-final-content h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(52px, 7vw, 101px);
    line-height: .92;
    font-weight: 600;
    letter-spacing: -.07em;
}

.ts-final-content h3 {
    margin-top: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(27px,3.2vw,46px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.04em;
    background:
        linear-gradient(
            90deg,
            var(--ts-purple-2),
            var(--ts-cyan)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-final-content > p {
    margin-top: 24px;
    color: rgba(255,255,255,.33);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.ts-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}

.ts-site-footer {
    position: relative;
    z-index: 40;
    border-top: 1px solid rgba(255,255,255,.07);
    background:
        linear-gradient(
            180deg,
            var(--ts-footer-bg-start),
            var(--ts-footer-bg-end)
        );
    box-shadow:
        0 -20px 60px rgba(0,0,0,.14);
}

.ts-footer-container {
    position: relative;
    width: min(var(--ts-page-width), calc(100% - 50px));
    min-height: 100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.ts-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.43);
    font-size: 10px;
    white-space: nowrap;
}

.ts-footer-brand .ts-brand-mark {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    border-radius: 9px;
}

.ts-footer-groups {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 0;
}

.ts-footer-group-item {
    position: relative;
}

.ts-footer-group-item::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 100%;
    height: 17px;
    z-index: 1;
}

.ts-footer-group-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 4px;
    background: transparent;
    color: rgba(255,255,255,.36);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .09em;
    white-space: nowrap;
    cursor: pointer;
    transition: color .3s ease;
}

.ts-footer-group-title i {
    color: rgba(255,255,255,.23);
    font-size: 7px;
    transition:
        transform .35s var(--ts-ease),
        color .3s ease;
}

.ts-footer-group-item:hover .ts-footer-group-title,
.ts-footer-group-item.ts-footer-open .ts-footer-group-title {
    color: #fff;
}

.ts-footer-group-item:hover .ts-footer-group-title i,
.ts-footer-group-item.ts-footer-open .ts-footer-group-title i {
    color: var(--ts-cyan);
    transform: rotate(180deg);
}

.ts-footer-submenu {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    min-width: 250px;
    padding: 9px;
    z-index: 10;
    transform: translate(-50%, 10px) scale(.985);
    transform-origin: bottom center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 17px;
    background:
        linear-gradient(
            145deg,
            var(--ts-menu-bg-start),
            var(--ts-menu-bg-end)
        );
    box-shadow:
        0 28px 78px rgba(0,0,0,.48),
        inset 0 1px rgba(255,255,255,.035);
    backdrop-filter: blur(23px) saturate(140%);
    -webkit-backdrop-filter: blur(23px) saturate(140%);
    transition:
        opacity .27s ease,
        transform .38s var(--ts-ease),
        visibility .27s ease;
}

.ts-footer-submenu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 9px;
    height: 9px;
    background: #121723;
    border-right: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);
    transform: translateX(-50%) rotate(45deg);
}

.ts-footer-group-item:hover .ts-footer-submenu,
.ts-footer-group-item.ts-footer-open .ts-footer-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.ts-footer-submenu a {
    display: flex;
    align-items: center;
    min-height: 37px;
    padding: 0 12px;
    border-radius: 10px;
    color: rgba(255,255,255,.46);
    font-size: 9px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition:
        color .25s ease,
        background .25s ease,
        padding-left .3s var(--ts-ease);
}

.ts-footer-submenu a:hover {
    color: #fff;
    background: rgba(255,255,255,.05);
    padding-left: 16px;
}

.ts-menu-dot {
    color: rgba(255,255,255,.14);
    font-size: 10px;
    user-select: none;
}

.ts-footer-copy {
    color: rgba(255,255,255,.19);
    font-size: 8px;
    white-space: nowrap;
}

.ts-reveal {
    opacity: 0;
}

@media (max-width: 1200px) {
    .ts-header-inner,
    .ts-footer-container {
        width: min(100% - 36px, var(--ts-page-width));
    }

    .ts-section-container,
    .ts-hero-content {
        width: min(100% - 70px, var(--ts-content-width));
    }

    .ts-main-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ts-hero-visual {
        right: -7vw;
        opacity: .70;
    }

    .ts-grow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ts-create-stage {
        gap: 45px;
    }

    .ts-ai-stage {
        gap: 50px;
    }

    .ts-connect-stats {
        gap: 60px;
    }

    .ts-grow-detail.ts-active {
        gap: 42px;
    }

    .ts-grow-detail-content {
        padding-left: 10px;
    }

    .ts-section-progress { display: none; }
}

@media (max-width: 980px) {
    :root {
        --ts-header-height: 72px;
    }

    .ts-site-header {
        top: 0;
        left: 0;
        right: 0;
        height: var(--ts-header-height);
    }

    .ts-header-inner {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .ts-brand-name {
        display: none;
    }

    .ts-main-nav {
        display: none;
    }

    .ts-header-actions {
        margin-left: auto;
        margin-right: 6px;
    }

    .ts-mobile-menu-button {
        display: block;
    }

    .ts-mobile-nav {
        position: fixed;
        top: var(--ts-header-height);
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 101;
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin: 0;
        padding: 18px 18px 22px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        background:
            linear-gradient(
                180deg,
                rgba(10,13,21,.99),
                rgba(6,8,14,.99)
            );
        box-shadow: 0 30px 65px rgba(0,0,0,.40);
        backdrop-filter: blur(24px) saturate(140%);
        -webkit-backdrop-filter: blur(24px) saturate(140%);
        transform: translate3d(0,-110%,0);
        transform-origin: top center;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition:
            transform .5s var(--ts-ease),
            opacity .3s ease,
            visibility .3s ease;
    }

    .ts-mobile-nav.ts-mobile-open {
        transform: translate3d(0,0,0);
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .ts-mobile-nav-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .ts-mobile-nav-group a {
        display: flex;
        align-items: center;
        min-height: 52px;
        padding: 0 15px;
        border: 1px solid rgba(255,255,255,.065);
        border-radius: 14px;
        background: rgba(255,255,255,.028);
        color: rgba(255,255,255,.56);
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .10em;
        transition:
            color .25s ease,
            background .25s ease,
            border-color .25s ease;
    }

    .ts-mobile-nav-group a:hover {
        color: #fff;
        background: rgba(255,255,255,.06);
        border-color: rgba(255,255,255,.14);
    }

    .ts-mobile-login {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 49px;
        border: 1px solid rgba(0,210,255,.18);
        border-radius: 14px;
        background: rgba(0,210,255,.038);
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .09em;
        cursor: pointer;
    }

    .ts-mobile-login i {
        color: var(--ts-blue);
    }

    .ts-section-progress {
        display: none;
    }

    .ts-section-container,
    .ts-hero-content {
        width: min(100% - 50px, var(--ts-content-width));
    }

    .ts-hero-content {
        padding-top: 55px;
    }

    .ts-hero-visual {
        right: -14vw;
        opacity: .43;
    }

    .ts-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4,6,12,.94) 0%,
                rgba(4,6,12,.84) 53%,
                rgba(4,6,12,.55) 100%
            ),
            linear-gradient(
                180deg,
                rgba(3,5,10,.30),
                rgba(3,5,10,.82)
            );
    }

    .ts-create-stage {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 55px;
    }

    .ts-create-copy {
        width: 100%;
        min-width: 0;
        overflow: visible;
    }

    .ts-create-tools-shell {
        position: relative;
        display: block;
        width: 100%;
        min-width: 0;
        padding: 0;
    }

    .ts-create-tools {
        display: flex;
        flex-direction: row;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        max-height: none;
        padding: 5px 0 8px;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        scroll-padding-left: 0;
        scroll-padding-right: 0;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        transform: translateZ(0);
    }

    .ts-create-tools::-webkit-scrollbar {
        display: none;
    }

    .ts-create-tool {
        grid-template-columns: 44px minmax(0,1fr) 0;
        width: 245px;
        min-width: 245px;
        max-width: 245px;
        flex: 0 0 245px;
        min-height: 69px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ts-create-tool:first-child {
        margin-left: 0 !important;
    }

    .ts-create-tool-content small {
        max-width: 165px;
    }

    .ts-create-tool-arrow {
        display: none;
    }

    .ts-create-arrow {
        position: absolute;
        top: 50%;
        z-index: 12;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        margin: 0;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 50%;
        background:
            radial-gradient(
                circle at 35% 30%,
                rgba(255,255,255,.08),
                rgba(255,255,255,.025)
            );
        color: rgba(255,255,255,.62);
        font-size: 10px;
        cursor: pointer;
        transform: translateY(-50%);
        box-shadow:
            0 10px 30px rgba(0,0,0,.22),
            0 0 20px rgba(116,165,224,.04);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        transition:
            color .25s ease,
            background .25s ease,
            border-color .25s ease,
            transform .3s var(--ts-ease),
            box-shadow .3s ease;
    }

    .ts-create-arrow-prev {
        left: 0;
    }

    .ts-create-arrow-next {
        right: 0;
    }

    .ts-create-arrow:hover {
        color: #fff;
        background: rgba(255,255,255,.075);
        border-color: rgba(255,255,255,.20);
        box-shadow:
            0 12px 35px rgba(0,0,0,.26),
            0 0 26px rgba(116,165,224,.07);
    }

    .ts-create-arrow:active {
        transform: translateY(-50%) scale(.94);
    }

    .ts-create-arrow[hidden] {
        display: none !important;
    }

    .ts-create-visual {
        order: 2;
        perspective: 1300px;
    }

    .ts-create-visual:hover {
        perspective: 1300px;
    }

    .ts-creative-window {
        min-height: 440px;
        transform: none;
    }

    .ts-create-visual:hover .ts-creative-window {
        transform: none;
    }

    .ts-create-visual::before {
        left: 5%;
        right: 5%;
        top: 7%;
        bottom: 4%;
    }

    .ts-create-visual::after {
        left: 13%;
        right: 13%;
        bottom: -2%;
    }

    .ts-creative-content {
        min-height: calc(440px - 49px);
    }

    .ts-create-preview {
        min-height: 275px;
    }

    .ts-network {
        width: min(760px, 90vw);
    }

    .ts-automation-flow {
        flex-wrap: wrap;
        gap: 10px;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .ts-flow-connector {
        display: none;
    }

    .ts-ai-stage {
        grid-template-columns: 1fr;
        gap: 30px;
        width: min(620px, 100%);
    }

    .ts-ai-main {
        min-height: 440px;
    }

    .ts-ai-avatar {
        width: 260px;
    }

    .ts-ai-description {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 5px;
    }

    .ts-ai-members {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ts-ai-member:last-child {
        grid-column: 1 / 3;
    }

    .ts-footer-container {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 24px 0;
        gap: 17px;
    }

    .ts-footer-groups {
        order: 2;
        flex-wrap: wrap;
    }

    .ts-footer-copy {
        order: 3;
    }

    .ts-footer-group-item::before {
        height: 12px;
        left: -7px;
        right: -7px;
    }

    .ts-grow-detail.ts-active {
        gap: 32px;
    }
}

@media (max-width: 700px) {
    :root {
        --ts-header-height: 68px;
    }

    html,
    body {
        margin: 0;
        padding: 0;
    }

    .ts-site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 68px;
        margin: 0;
        transform: none;
    }

    .ts-header-inner {
        width: calc(100% - 28px);
        height: 100%;
        margin: 0 auto;
    }

    .ts-mobile-nav {
        top: 68px;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
    }

    .ts-brand-mark {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }

    .ts-header-actions {
        margin-right: 0;
    }

    .ts-login-button {
        min-height: 38px;
        padding: 0 13px;
    }

    .ts-login-button span {
        display: inline;
    }

    .ts-section {
        min-height: auto;
        padding: 110px 0;
    }

    .ts-section-container,
    .ts-hero-content {
        width: calc(100% - 32px);
    }

    .ts-hero {
        min-height: 100svh;
        padding: 90px 0 70px;
    }

    .ts-hero-content {
        padding: 35px 0;
    }

    .ts-hero-title {
        font-size: clamp(47px,14vw,75px);
        line-height: .92;
    }

    .ts-hero-description {
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.7;
    }

    .ts-hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: min(330px, 100%);
    }

    .ts-button {
        width: 100%;
    }

    .ts-hero-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 19px;
        margin-top: 47px;
    }

    .ts-hero-meta div:last-child {
        grid-column: 1 / 3;
    }

    .ts-hero-visual {
        width: 112vw;
        height: 112vw;
        right: -42vw;
        top: 59%;
        opacity: .18;
    }

    .ts-core {
        width: 120px;
        height: 120px;
    }

    .ts-core-inner {
        font-size: 28px;
    }

    .ts-floating-node {
        width: 76px;
        gap: 5px;
    }

    .ts-floating-icon {
        width: 43px;
        height: 43px;
        font-size: 11px;
    }

    .ts-floating-label {
        font-size: 7px;
    }

    .ts-scroll-indicator {
        display: none;
    }

    .ts-section-heading h2,
    .ts-automation-heading h2 {
        font-size: clamp(42px,12.8vw,64px);
    }

    .ts-section-heading p,
    .ts-automation-heading p {
        margin-top: 20px;
        font-size: 13px;
    }

    .ts-grow-section {
        padding-bottom: 90px;
    }

    .ts-grow-view {
        margin-top: 45px;
        min-height: 0;
    }

    .ts-grow-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ts-grow-card {
        min-height: 205px;
        padding: 22px;
    }

    .ts-grow-card h3 {
        margin-top: 28px;
        font-size: 19px;
    }

    .ts-grow-card p {
        max-width: 310px;
        font-size: 10px;
    }

    .ts-grow-detail {
        min-height: 0;
        padding: 26px;
    }

    .ts-grow-detail.ts-active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 21px;
    }

    .ts-grow-detail-icon {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
        border-radius: 20px;
        font-size: 21px;

        display: none;
    }

    .ts-grow-detail-content {
        width: 100%;
        padding-left: 0;
    }

    .ts-grow-detail-content h3 {
        font-size: 35px;
    }

    .ts-grow-detail-list {
        flex-direction: column;
        gap: 9px;
    }

    .ts-create-section {
        padding-top: 100px;
    }

    .ts-create-stage {
        gap: 25px;
        margin-top: 45px;
    }

    .ts-create-copy {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .ts-create-tools-shell {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .ts-create-tools {
        display: flex;
        flex-direction: row;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 5px 0 8px;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        scroll-padding-left: 0;
        scroll-padding-right: 0;
        scrollbar-width: none;
    }

    .ts-create-tool {
        width: 210px;
        min-width: 210px;
        max-width: 210px;
        flex-basis: 210px;
        flex-shrink: 0;
        margin: 0 !important;
        transform: none !important;
    }

    .ts-create-tool:first-child {
        margin-left: 0 !important;
    }

    .ts-create-tool:last-child {
        margin-right: 0 !important;
    }

    .ts-create-arrow {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .ts-create-arrow-prev {
        left: 0;
    }

    .ts-create-arrow-next {
        right: 0;
    }

    .ts-create-tool-content strong {
        font-size: 11px;
    }

    .ts-create-tool-content small {
        max-width: 145px;
        font-size: 8px;
    }

    .ts-creative-window {
        min-height: 380px;
    }

    .ts-creative-content {
        min-height: calc(380px - 49px);
        padding: 22px 18px;
    }

    .ts-create-preview {
        min-height: 230px;
    }

    .ts-create-preview-bottom {
        gap: 7px 12px;
    }

    .ts-preview-video-frame {
        height: 55%;
    }

    .ts-preview-montage {
        padding: 32px 18px 44px;
    }

    .ts-music-disc {
        width: 120px;
        height: 120px;
    }

    .ts-chart {
        gap: 8px;
        height: 160px;
    }

    .ts-preview-analytics {
        padding: 40px 25px 45px;
    }

    .ts-connect-section {
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .ts-network {
        width: 100%;
        height: 440px;
        margin-top: 42px;
    }

    .ts-network-core {
        width: 84px;
        height: 84px;
        top: 205px;
    }

    .ts-network-core span {
        font-size: 21px;
    }

    .ts-person {
        font-size: 7px;
    }

    .ts-person-1,
    .ts-person-2,
    .ts-person-3,
    .ts-person-4 {
        transform: translate(-50%,-50%) scale(.90);
    }

    .ts-network-stats-anchor {
        top: 420px;
    }

    .ts-network-pulse {
        top: 205px;
    }

    .ts-avatar {
        width: 50px;
        height: 50px;
    }

    .ts-line {
        stroke-width: 1.05;
    }

    .ts-connect-stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 2px;
    }

    .ts-automate-section {
        padding-top: 110px;
    }

    .ts-automation-flow {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        max-width: none;
        margin-top: 45px;
    }

    .ts-flow-card {
        width: 100%;
        height: 105px;
        flex-basis: auto;
    }

    .ts-flow-icon {
        width: 41px;
        height: 41px;
        border-radius: 12px;
    }

    .ts-automation-features {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        margin-top: 32px;
    }

    .ts-ai-section {
        padding-top: 110px;
    }

    .ts-ai-stage {
        margin-top: 42px;
    }

    .ts-ai-main {
        min-height: 390px;
    }

    .ts-ai-avatar {
        width: min(235px,65vw);
    }

    .ts-ring-a {
        width: 295px;
        height: 295px;
    }

    .ts-ring-b {
        width: 375px;
        height: 375px;
    }

    .ts-ai-main-info h3 {
        font-size: 26px;
    }

    .ts-ai-members {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .ts-ai-member:last-child {
        grid-column: 1 / 3;
    }

    .ts-ai-member {
        grid-template-columns: 38px minmax(0,1fr);
        min-height: 58px;
    }

    .ts-member-image {
        width: 38px;
        height: 38px;
    }

    .ts-final-section {
        min-height: 100svh;
        padding: 100px 16px;
    }

    .ts-final-content h2 {
        font-size: clamp(47px,14vw,70px);
    }

    .ts-final-content h3 {
        font-size: clamp(25px,7vw,36px);
    }

    .ts-final-actions {
        flex-direction: column;
        align-items: stretch;
        width: min(320px,100%);
        margin-right: auto;
        margin-left: auto;
    }

    .ts-final-core {
        width: 105vw;
        height: 105vw;
        opacity: .32;
    }

    .ts-final-logo {
        width: 80px;
        height: 80px;
        font-size: 22px;
    }

    .ts-final-orbit-one {
        width: 230px;
        height: 230px;
    }

    .ts-final-orbit-two {
        width: 340px;
        height: 340px;
    }

    .ts-final-orbit-three {
        width: 500px;
        height: 500px;
    }

    .ts-site-footer {
        padding: 10px 0;
    }

    .ts-footer-container {
        width: calc(100% - 28px);
        gap: 15px;
    }

    .ts-footer-groups {
        width: 100%;
        gap: 7px;
        display: flex;
        flex-direction: column;
    }

    .ts-menu-dot {
        display: none;
    }

    .ts-footer-group-item {
        position: relative;
        width: 100%;
    }

    .ts-footer-group-item::before {
        display: none;
    }

    .ts-footer-group-title {
        justify-content: center;
        width: 100%;
        min-height: 40px;
        padding: 0 10px;
        border: 1px solid rgba(255,255,255,.065);
        border-radius: 11px;
        background: rgba(255,255,255,.025);
    }

    .ts-footer-submenu {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(100% + 9px);
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 9px;
        z-index: 20;
        transform: translateY(10px) scale(.985);
        transform-origin: bottom center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .ts-footer-group-item:hover .ts-footer-submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .ts-footer-group-item.ts-footer-open .ts-footer-submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .ts-footer-submenu::after {
        display: none;
    }

    .ts-footer-submenu a {
        min-height: 38px;
    }

    .ts-footer-brand,
    .ts-footer-copy {
        justify-self: center;
    }

    .ts-footer-copy {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .ts-login-button {
        padding: 0 12px;
    }

    .ts-login-button span {
        display: inline;
    }

    .ts-login-button i {
        margin: 0;
    }

    .ts-mobile-nav-group {
        grid-template-columns: 1fr;
    }

    .ts-hero-meta {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ts-hero-meta div:last-child {
        grid-column: auto;
    }

    .ts-hero-visual {
        width: 122vw;
        height: 122vw;
        right: -52vw;
        opacity: .16;
    }

    .ts-floating-label {
        font-size: 6.5px;
    }

    .ts-automation-flow {
        grid-template-columns: 1fr 1fr;
    }

    .ts-flow-card {
        height: 98px;
    }

    .ts-ai-members {
        grid-template-columns: 1fr;
    }

    .ts-ai-member:last-child {
        grid-column: auto;
    }

    .ts-ai-description p {
        font-size: 9px;
    }

    .ts-creative-window {
        min-height: 350px;
    }

    .ts-creative-content {
        min-height: calc(350px - 49px);
        padding: 18px 14px;
    }

    .ts-create-preview {
        min-height: 205px;
    }

    .ts-preview-shape-a {
        width: 50%;
    }

    .ts-preview-shape-b {
        width: 30%;
    }

    .ts-preview-shape-c {
        width: 36%;
    }

    .ts-preview-montage {
        gap: 5px;
        padding: 25px 12px 36px;
    }

    .ts-audio-wave {
        gap: 4px;
    }

    .ts-audio-wave i {
        width: 4px;
    }

    .ts-music-disc {
        width: 90px;
        height: 90px;
    }

    .ts-music-disc i {
        font-size: 18px;
    }

    .ts-avatar-head {
        width: 90px;
        height: 90px;
        font-size: 25px;
    }

    .ts-avatar-body {
        width: 160px;
        height: 100px;
    }

    .ts-preview-analytics {
        padding: 30px 15px 38px;
    }

    .ts-chart {
        height: 135px;
        gap: 5px;
    }

    .ts-network {
        height: 400px;
    }

    .ts-network-core {
        top: 185px;
    }

    .ts-network-pulse {
        top: 185px;
    }

    .ts-network-stats-anchor {
        top: 380px;
    }

    .ts-person-1 {
        left: 12%;
        top: 10%;
    }

    .ts-person-2 {
        left: 88%;
        top: 10%;
    }

    .ts-person-3 {
        left: 18%;
        top: 82%;
    }

    .ts-person-4 {
        left: 82%;
        top: 82%;
    }

    .ts-line {
        stroke-width: .95;
    }

    .ts-network-pulse-1,
    .ts-network-pulse-2,
    .ts-network-pulse-3 {
        display: none;
    }

    .ts-create-tools-shell {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .ts-create-tools {
        width: 100%;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .ts-create-arrow {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 9px;
    }

    .ts-create-arrow-prev {
        left: 0;
    }

    .ts-create-arrow-next {
        right: 0;
    }

    .ts-create-tool {
        width: 195px;
        min-width: 195px;
        max-width: 195px;
        flex-basis: 195px;
        margin: 0 !important;
        transform: none !important;
    }
}

@media (min-width: 981px) {
    .ts-main-nav {
        transform: translateX(0);
    }
}

@media (pointer: coarse) {
    .ts-main-submenu {
        transition-duration: .2s;
    }

    .ts-grow-card:hover {
        transform: none;
    }

    .ts-flow-card:hover {
        transform: none;
    }

    .ts-button:hover {
        transform: none;
    }

    .ts-floating-node:hover {
        filter: none;
    }

    .ts-floating-node:hover .ts-floating-icon {
        transform: none;
    }

    .ts-floating-node:hover .ts-floating-label {
        transform: none;
    }

    .ts-create-visual:hover {
        perspective: 1300px;
    }

    .ts-create-visual:hover .ts-creative-window {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .ts-reveal {
        opacity: 1 !important;
    }

    .ts-create-tool,
    .ts-flow-card,
    .ts-ai-member,
    .ts-network-core,
    .ts-person,
    .ts-line {
        opacity: 1 !important;
        transform: none !important;
    }
}


@media (max-width: 1440px) {
    .ts-hero-visual { opacity: 0.2 !important; display: none; }
}


@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
    html.ts-performance-small *,
    html.ts-performance-small *::before,
    html.ts-performance-small *::after,
    body.ts-performance-small *,
    body.ts-performance-small *::before,
    body.ts-performance-small *::after {
        animation: none !important;
    }
}

@media (max-width: 980px), (pointer: coarse) {
    .ts-footer-group-item:hover .ts-footer-group-title {
        color: rgba(255,255,255,.36);
    }

    .ts-footer-group-item:hover .ts-footer-group-title i {
        color: rgba(255,255,255,.23);
        transform: rotate(0deg);
    }

    .ts-footer-group-item:hover .ts-footer-submenu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(-50%, 10px) scale(.985);
    }

    .ts-footer-group-item.ts-footer-open .ts-footer-group-title {
        color: #fff;
    }

    .ts-footer-group-item.ts-footer-open .ts-footer-group-title i {
        color: var(--ts-cyan);
        transform: rotate(180deg);
    }
}

@media (max-width: 700px), (pointer: coarse) {
    .ts-footer-group-item:hover .ts-footer-submenu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px) scale(.985);
    }

    .ts-footer-group-item.ts-footer-open .ts-footer-submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }
}


a:not(.sidenav-link):not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.page-link):not(.carousel-control-prev):not(.carousel-control-next) {
    color: rgba(255, 255, 255, .57) !important;
}

.ts-login-button span { color: rgba(0, 0, 0, .9) !important; }
.ts-login-button i { color: rgba(0, 0, 0, .9) !important; }
.ts-login-button:hover { background: rgba(255, 255, 255, 1) !important; }
.ts-login-button:hover span { color: rgba(0, 0, 0, .9) !important; }
.ts-login-button:hover i { color: rgba(0, 0, 0, .9) !important; }





#modalEnter {
    z-index: 1055 !important;
}

#modalEnter .modal-dialog {
    width: calc(100% - 32px) !important;
    max-width: 470px !important;
    margin: 1.75rem auto !important;
    transform: none !important;
}

#modalEnter .modal-content {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.105) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(
            circle at 12% 8%,
            rgba(108,92,231,.16),
            transparent 31%
        ),
        radial-gradient(
            circle at 88% 16%,
            rgba(0,210,255,.10),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(18,24,38,.98),
            rgba(7,11,20,.985)
        ) !important;
    box-shadow:
        0 40px 120px rgba(0,0,0,.58),
        0 0 90px rgba(108,92,231,.08),
        inset 0 1px rgba(255,255,255,.055) !important;
    color: #f7f9ff !important;
    backdrop-filter: blur(28px) saturate(145%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(145%) !important;
}

#modalEnter .modal-content::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        linear-gradient(
            135deg,
            transparent 0%,
            rgba(255,255,255,.025) 42%,
            transparent 70%
        ) !important;
}

#modalEnter .modal-header {
    position: relative !important;
    z-index: 2 !important;
    min-height: 96px !important;
    padding: 28px 62px 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.065) !important;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.012)
        ) !important;
}

#modalEnter .modal-header::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -1px !important;
    width: 90px !important;
    height: 1px !important;
    transform: translateX(-50%) !important;
    background:
        linear-gradient(
            90deg,
            transparent,
            #00d2ff,
            transparent
        ) !important;
    box-shadow: 0 0 14px rgba(0,210,255,.35) !important;
}

#modalEnter .modal-header h3 {
    width: 100% !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 29px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
}

#modalEnter .modal-header h3::after {
    content: "Access your TalentStream account" !important;
    display: block !important;
    margin-top: 10px !important;
    color: rgba(247,249,255,.36) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 9px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    letter-spacing: .15em !important;
    text-transform: uppercase !important;
}

#modalEnter .close {
    display: grid !important;
    place-items: center !important;
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 5 !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.045) !important;
    color: rgba(255,255,255,.45) !important;
    opacity: 1 !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        transform .35s var(--ts-ease) !important;
}

#modalEnter .close span {
    display: block !important;
    margin-top: -2px !important;
    color: inherit !important;
    font-size: 23px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
}

#modalEnter .close:hover {
    background: rgba(255,255,255,.085) !important;
    border-color: rgba(0,210,255,.32) !important;
    color: #fff !important;
    transform: rotate(90deg) !important;
}

#modalEnter .modal-body {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 42px 25px !important;
    background: transparent !important;
    color: #f7f9ff !important;
}

#modalEnter .md-form {
    position: relative !important;
    width: 100% !important;
    min-height: 88px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

#modalEnter .md-form label,
#modalEnter #lb_name {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 8px 3px !important;
    padding: 0 !important;
    color: rgba(247,249,255,.42) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 9px !important;
    line-height: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    transform: none !important;
    pointer-events: auto !important;
}

#modalEnter .md-form label .span-modal-txtclr,
#modalEnter .md-form label span {
    color: inherit !important;
    font-size: 9px !important;
    line-height: 13px !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
}

#modalEnter .md-form > input {
    position: relative !important;
    display: block !important;
}

#modalEnter i.fafix5,
#modalEnter i.fafix5.prefix,
#modalEnter .md-form i.fafix5 {
    position: absolute !important;
    top: 49px !important;
    left: 18px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    color: rgba(247,249,255,.34) !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center !important;
    pointer-events: none !important;
    float: none !important;
    transition: color .3s ease, transform .3s ease !important;
}

#modalEnter i.fafix5 + input {
    padding-left: 50px !important;
}

#modalEnter .ts-fcc,
#modalEnter .form-control-colors,
#modalEnter .form-control-colors-2,
#modalEnter input.form-control {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 50px !important;
    padding-right: 17px !important;
    border: 1px solid rgba(255,255,255,.105) !important;
    border-radius: 16px !important;
    outline: none !important;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        ) !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 56px !important;
    box-shadow:
        inset 0 1px rgba(255,255,255,.025),
        0 10px 35px rgba(0,0,0,.10) !important;
    transition:
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease !important;
}

#modalEnter .ts-fcc::placeholder,
#modalEnter .form-control-colors::placeholder,
#modalEnter .form-control-colors-2::placeholder {
    color: rgba(247,249,255,.27) !important;
    opacity: 1 !important;
}

#modalEnter .ts-fcc:hover,
#modalEnter .form-control-colors:hover,
#modalEnter .form-control-colors-2:hover {
    border-color: rgba(255,255,255,.16) !important;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.065),
            rgba(255,255,255,.022)
        ) !important;
}

#modalEnter .ts-fcc:focus,
#modalEnter .form-control-colors:focus,
#modalEnter .form-control-colors-2:focus {
    border-color: rgba(0,210,255,.38) !important;
    background:
        linear-gradient(
            145deg,
            rgba(0,210,255,.055),
            rgba(255,255,255,.025)
        ) !important;
    color: #fff !important;
    outline: none !important;
    box-shadow:
        0 0 0 3px rgba(0,210,255,.06),
        0 15px 40px rgba(0,0,0,.16),
        0 0 30px rgba(0,210,255,.04) !important;
}

#modalEnter .md-form:focus-within i.fafix5 {
    color: #00d2ff !important;
}

#modalEnter #pass1.ts-padding {
    padding-left: 50px !important;
    padding-right: 55px !important;
}

#modalEnter i#pass11.pass-eye,
#modalEnter .md-form i.pass-eye {
    position: absolute !important;
    top: 49px !important;
    right: 13px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 11 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    color: rgba(116,165,224,.72) !important;
    font-size: 15px !important;
    line-height: 32px !important;
    text-align: center !important;
    cursor: pointer !important;
    float: none !important;
    pointer-events: auto !important;
    transition:
        color .25s ease,
        transform .25s var(--ts-ease) !important;
}

#modalEnter i#pass11.pass-eye:hover,
#modalEnter .md-form i.pass-eye:hover {
    color: #00d2ff !important;
    transform: translateY(-50%) scale(1.08) !important;
}

#modalEnter #forg_pass {
    min-height: auto !important;
    margin: -2px 2px 5px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: rgba(247,249,255,.38) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 9px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    letter-spacing: .04em !important;
    cursor: pointer !important;
    transition: color .25s ease !important;
}

#modalEnter #forg_pass:hover {
    color: #00d2ff !important;
    text-decoration: none !important;
}

#modalEnter .text-center {
    position: relative !important;
}

#modalEnter .ts-login-btn,
#modalEnter #submit-reg3a {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 25px 0 0 !important;
    padding: 0 20px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 16px !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .15em !important;
    background:
        linear-gradient(
            105deg,
            #6c5ce7 0%,
            #5669ef 48%,
            #00aee1 100%
        ) !important;
    box-shadow:
        0 18px 45px rgba(108,92,231,.20),
        0 0 35px rgba(0,210,255,.045),
        inset 0 1px rgba(255,255,255,.18) !important;
    outline: none !important;
    cursor: pointer !important;
    transition:
        transform .35s var(--ts-ease),
        box-shadow .35s ease,
        border-color .35s ease,
        filter .35s ease !important;
}

#modalEnter .ts-login-btn:hover,
#modalEnter #submit-reg3a:hover {
    border-color: rgba(255,255,255,.22) !important;
    box-shadow:
        0 23px 65px rgba(108,92,231,.29),
        0 0 45px rgba(0,210,255,.075),
        inset 0 1px rgba(255,255,255,.22) !important;
    transform: translateY(-3px) !important;
    filter: brightness(1.035) !important;
}

#modalEnter .ts-login-btn:active,
#modalEnter #submit-reg3a:active {
    transform: translateY(-1px) scale(.99) !important;
}

#modalEnter .ts-login-btn i,
#modalEnter #submit-reg3a i {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
    color: rgba(255,255,255,.85) !important;
    pointer-events: none !important;
}

#modalEnter #login-error {
    min-height: 18px !important;
    margin-top: 10px !important;
    color: #ff5d78 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

#modalEnter .modal-footer {
    position: relative !important;
    z-index: 2 !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255,255,255,.055) !important;
    border-bottom: 0 !important;
    background: rgba(255,255,255,.018) !important;
}

#modalEnter #op_block {
    position: relative !important;
    z-index: 2 !important;
    padding: 0 42px 30px !important;
    background: transparent !important;
}

#modalEnter #op_block .md-form {
    width: 100% !important;
    min-height: 88px !important;
    margin: 22px auto 0 !important;
}

#modalEnter #send_pass_txt {
    padding-left: 50px !important;
}

#modalEnter #send_pass1.btn-success {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 14px auto 8px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(67,230,165,.17) !important;
    border-radius: 15px !important;
    background:
        linear-gradient(
            105deg,
            #11998e,
            #2dcc73
        ) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    box-shadow:
        0 15px 40px rgba(17,153,142,.16),
        inset 0 1px rgba(255,255,255,.18) !important;
    transition:
        transform .35s var(--ts-ease),
        box-shadow .3s ease,
        filter .3s ease !important;
}

#modalEnter #send_pass1.btn-success:hover {
    transform: translateY(-2px) !important;
    box-shadow:
        0 20px 50px rgba(17,153,142,.24),
        inset 0 1px rgba(255,255,255,.20) !important;
    filter: brightness(1.03) !important;
}

#modalEnter #result_pass {
    min-height: 18px !important;
    margin-top: 7px !important;
    color: rgba(247,249,255,.45) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

#modalEnter .form-control-colors:-webkit-autofill,
#modalEnter .form-control-colors:-webkit-autofill:hover,
#modalEnter .form-control-colors:-webkit-autofill:focus,
#modalEnter input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #101724 inset !important;
    transition: background-color 9999s ease-out !important;
}

body.modal-open .modal-backdrop {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(108,92,231,.10),
            transparent 32%
        ),
        #02040a !important;
    opacity: .78 !important;
}

@media (max-width: 600px) {
    #modalEnter .modal-dialog {
        width: calc(100% - 20px) !important;
        max-width: none !important;
        margin: 10px auto !important;
    }

    #modalEnter .modal-content {
        border-radius: 23px !important;
    }

    #modalEnter .modal-header {
        min-height: 88px !important;
        padding: 25px 50px 20px !important;
    }

    #modalEnter .modal-header h3 {
        font-size: 25px !important;
    }

    #modalEnter .modal-body {
        padding: 25px 22px 22px !important;
    }

    #modalEnter #op_block {
        padding: 0 22px 25px !important;
    }

    #modalEnter i.fafix5,
    #modalEnter .md-form i.fafix5 {
        left: 16px !important;
    }

    #modalEnter i#pass11.pass-eye,
    #modalEnter .md-form i.pass-eye {
        right: 11px !important;
    }

    #modalEnter .ts-login-btn,
    #modalEnter #submit-reg3a {
        height: 54px !important;
        min-height: 54px !important;
    }
}


#modalEnter #send_pass1,
#modalEnter #send_pass1.btn,
#modalEnter #send_pass1.btn-success {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 14px auto 8px !important;
    padding: 0 18px !important;
    text-align: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

#modalEnter #send_pass1::before,
#modalEnter #send_pass1::after {
    display: none !important;
}

#modalEnter #send_pass1.btn-success {
    box-sizing: border-box !important;
}

#modalEnter #send_pass1.btn-success:hover,
#modalEnter #send_pass1.btn-success:focus,
#modalEnter #send_pass1.btn-success:active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
}
















#multiLoginWarningModal {
    z-index: 1060 !important;
}

#multiLoginWarningModal .modal-dialog {
    width: calc(100% - 32px) !important;
    max-width: 560px !important;
    margin: 1.75rem auto !important;
    transform: none !important;
}

#multiLoginWarningModal .modal-content {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,77,120,.24) !important;
    border-radius: 27px !important;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255,77,120,.17),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 78%,
            rgba(116,165,224,.11),
            transparent 33%
        ),
        linear-gradient(
            145deg,
            #121722 0%,
            #090d16 58%,
            #070a11 100%
        ) !important;
    box-shadow:
        0 40px 125px rgba(0,0,0,.62),
        0 0 80px rgba(255,77,120,.10),
        0 0 145px rgba(116,165,224,.045),
        inset 0 1px rgba(255,255,255,.055) !important;
    color: #f7f9ff !important;
    backdrop-filter: blur(28px) saturate(145%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(145%) !important;
}

#multiLoginWarningModal .modal-content::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        linear-gradient(
            135deg,
            rgba(255,77,120,.045),
            transparent 34%,
            transparent 66%,
            rgba(116,165,224,.035)
        ) !important;
}

#multiLoginWarningModal .modal-content::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 75% !important;
    height: 75% !important;
    z-index: 0 !important;
    transform: translate(-50%,-50%) !important;
    border-radius: 50% !important;
    background:
        radial-gradient(
            circle,
            rgba(255,77,120,.07),
            rgba(116,165,224,.035) 42%,
            transparent 72%
        ) !important;
    filter: blur(45px) !important;
    pointer-events: none !important;
}

#multiLoginWarningModal .modal-header {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 110px !important;
    padding: 31px 55px 24px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.065) !important;
    background:
        linear-gradient(
            180deg,
            rgba(255,77,120,.055),
            rgba(255,255,255,.012)
        ) !important;
}

#multiLoginWarningModal .modal-header::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -1px !important;
    width: 130px !important;
    height: 1px !important;
    transform: translateX(-50%) !important;
    background:
        linear-gradient(
            90deg,
            transparent,
            #ff5d78 25%,
            #74a5e0 75%,
            transparent
        ) !important;
    box-shadow:
        0 0 14px rgba(255,93,120,.42),
        0 0 20px rgba(116,165,224,.18) !important;
}

#multiLoginWarningModal .modal-header img {
    position: absolute !important;
    top: -25px !important;
    left: 15px !important;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    border-radius: 14px !important;
    padding: 8px !important;
    border: 1px solid rgba(255,93,120,.28) !important;
    background:
        linear-gradient(
            145deg,
            rgba(255,93,120,.12),
            rgba(116,165,224,.06)
        ) !important;
    box-shadow:
        0 0 25px rgba(255,93,120,.14),
        inset 0 1px rgba(255,255,255,.06) !important;
    filter:
        grayscale(1)
        brightness(.82)
        sepia(.22)
        hue-rotate(305deg)
        saturate(2.3) !important;
}

#multiLoginWarningModal .modal-title {
    width: 100% !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: -.025em !important;
    text-align: center !important;
    text-shadow:
        0 0 25px rgba(255,93,120,.08) !important;
}

#multiLoginWarningModal .modal-title i {
    color: #ff5d78 !important;
    margin-right: 7px !important;
    font-size: 17px !important;
    filter: drop-shadow(0 0 7px rgba(255,93,120,.32)) !important;
}

#multiLoginWarningModal .modal-body {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    min-height: 150px !important;
    margin: 0 !important;
    padding: 30px 42px 28px !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(247,249,255,.73) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-align: left !important;
}

#multiLoginWarningModal .modal-body::before {
    content: "" !important;
    display: none !important; /*block*/
    width: 44px !important;
    height: 3px !important;
    margin: 0 auto 21px !important;
    border-radius: 100px !important;
    background:
        linear-gradient(
            90deg,
            #ff5d78,
            #74a5e0
        ) !important;
    box-shadow:
        0 0 14px rgba(255,93,120,.28),
        0 0 22px rgba(116,165,224,.10) !important;
}

#multiLoginWarningModal .modal-body strong {
    color: #fff !important;
}

#multiLoginWarningModal .modal-body a {
    color: #74a5e0 !important;
}

#multiLoginWarningModal .modal-footer {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 105px !important;
    padding: 20px 35px 29px !important;
    border: 0 !important;
    border-top: 1px solid rgba(255,255,255,.055) !important;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.012),
            rgba(255,77,120,.025)
        ) !important;
}

#multiLoginWarningModal .modal-footer > a {
    display: block !important;
    width: min(260px,100%) !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#multiLoginWarningModal #customLogout,
#multiLoginWarningModal #customLogout.btn,
#multiLoginWarningModal #customLogout.btn-danger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 1px solid rgba(255,93,120,.48) !important;
    border-radius: 15px !important;
    outline: none !important;
    background:
        linear-gradient(
            105deg,
            #b92948 0%,
            #e04464 48%,
            #74a5e0 140%
        ) !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: .15em !important;
    box-shadow:
        0 16px 45px rgba(255,77,120,.17),
        0 0 30px rgba(255,77,120,.08),
        inset 0 1px rgba(255,255,255,.17) !important;
    cursor: pointer !important;
    transition:
        transform .35s var(--ts-ease),
        box-shadow .35s ease,
        border-color .35s ease,
        filter .35s ease !important;
}

#multiLoginWarningModal #customLogout i {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 9px 0 0 !important;
    color: rgba(255,255,255,.90) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    transform: none !important;
}

#multiLoginWarningModal #customLogout:hover {
    border-color: rgba(255,255,255,.36) !important;
    box-shadow:
        0 22px 58px rgba(255,77,120,.25),
        0 0 42px rgba(255,77,120,.12),
        0 0 30px rgba(116,165,224,.06),
        inset 0 1px rgba(255,255,255,.22) !important;
    transform: translateY(-3px) !important;
    filter: brightness(1.045) !important;
}

#multiLoginWarningModal #customLogout:active {
    transform: translateY(-1px) scale(.99) !important;
}

body.modal-open:has(#multiLoginWarningModal.show) .modal-backdrop {
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(255,77,120,.17),
            transparent 30%
        ),
        radial-gradient(
            circle at 50% 72%,
            rgba(116,165,224,.11),
            transparent 32%
        ),
        #03050a !important;
    opacity: .84 !important;
}

body.modal-open:has(#modalEnter.show) .modal-backdrop {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(108,92,231,.10),
            transparent 32%
        ),
        #02040a !important;
    opacity: .78 !important;
}

@media (max-width: 600px) {
    #multiLoginWarningModal .modal-dialog {
        width: calc(100% - 20px) !important;
        max-width: none !important;
        margin: 10px auto !important;
    }

    #multiLoginWarningModal .modal-content {
        border-radius: 23px !important;
    }

    #multiLoginWarningModal .modal-header {
        min-height: 105px !important;
        padding: 30px 32px 23px !important;
    }

    #multiLoginWarningModal .modal-title {
        font-size: 17px !important;
    }

    #multiLoginWarningModal .modal-title i {
        font-size: 15px !important;
    }

    #multiLoginWarningModal .modal-body {
        min-height: 135px !important;
        padding: 26px 23px 24px !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    #multiLoginWarningModal .modal-footer {
        min-height: 95px !important;
        padding: 17px 22px 25px !important;
    }

    #multiLoginWarningModal .modal-footer > a {
        width: 100% !important;
    }

    #multiLoginWarningModal #customLogout {
        height: 51px !important;
        min-height: 51px !important;
    }

    #multiLoginWarningModal .modal-header img {
        left: 10px !important;
        width: 43px !important;
        height: 43px !important;
    }
}




