/* Linggan Canvas Showcase - scoped to the showcase page. */
body.lcs-showcase-page {
    --lcs-bg: #070809;
    --lcs-surface: #111316;
    --lcs-surface-raised: #17191d;
    --lcs-border: rgba(255, 255, 255, .11);
    --lcs-border-strong: rgba(255, 255, 255, .18);
    --lcs-text: #f7f8fa;
    --lcs-muted: #999ea8;
    --lcs-faint: #686d76;
    --lcs-yellow: #facc15;
    --lcs-yellow-hover: #ffda36;
    --lcs-teal: #52c7bd;
    margin-top: 64px;
    background: var(--lcs-bg);
    color: var(--lcs-text);
}

body.lcs-showcase-page .header {
    height: 64px;
    background: #0b0c0e !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: none !important;
    transition: height .2s ease, background .2s ease, border-color .2s ease;
}

body.lcs-showcase-page .header.scrolled {
    background: #0d0e10 !important;
    border-bottom-color: rgba(255, 255, 255, .16);
}

body.lcs-showcase-page .header .container {
    width: 100%;
    max-width: 1480px !important;
    height: 64px;
    padding: 0 28px;
}

body.lcs-showcase-page .logo,
body.lcs-showcase-page .logo a {
    width: 64px;
    height: 64px;
}

body.lcs-showcase-page .logo a {
    background-size: contain;
}

body.lcs-showcase-page .logo.scaning::before {
    display: none;
}

body.lcs-showcase-page .nav-main {
    height: 64px;
    margin-left: 28px;
    color: #d9dce2;
}

body.lcs-showcase-page .nav-main > li,
body.lcs-showcase-page .nav-main > li > a,
body.lcs-showcase-page .nav-right a,
body.lcs-showcase-page .nav-left a {
    color: #c9cdd5 !important;
}

body.lcs-showcase-page .nav-main > li > a {
    height: 64px;
    padding: 21px 13px 19px;
    font-size: 14px;
    line-height: 24px;
}

body.lcs-showcase-page .nav-main > li > a:hover,
body.lcs-showcase-page .nav-right > li > a:hover,
body.lcs-showcase-page .nav-left > li > a:hover {
    color: #fff !important;
}

body.lcs-showcase-page .nav-main > li.current-menu-item > a::after,
body.lcs-showcase-page .nav-main > li.current-menu-parent > a::after,
body.lcs-showcase-page .nav-main > li.current_page_item > a::after,
body.lcs-showcase-page .nav-main > li.current-post-ancestor > a::after,
body.lcs-showcase-page .nav-main > li.current-menu-ancestor > a::after,
body.lcs-showcase-page .nav-main > li.current-category-ancestor > a::after {
    left: 13px;
    right: 13px;
    bottom: 0;
    width: auto;
    height: 2px;
    border-radius: 0;
    background: var(--lcs-yellow);
}

body.lcs-showcase-page .nav-main > li.menu-item-has-children::after {
    top: calc(50% - 5px);
    color: #6d727b !important;
}

body.lcs-showcase-page .nav-main .sub-menu,
body.lcs-showcase-page .nav-right .sub-menu {
    background: #17191d;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

body.lcs-showcase-page .nav-main > li > .sub-menu::before,
body.lcs-showcase-page .nav-right .sub-menu::before {
    display: none;
}

body.lcs-showcase-page .nav-main .sub-menu a,
body.lcs-showcase-page .nav-right .sub-menu a {
    color: #bfc3cb !important;
}

body.lcs-showcase-page .nav-main .sub-menu a:hover,
body.lcs-showcase-page .nav-right .sub-menu a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .07);
}

body.lcs-showcase-page .nav-right {
    height: 64px;
}

body.lcs-showcase-page .nav-right > li > a {
    padding-top: 22px;
    padding-bottom: 18px;
}

body.lcs-showcase-page .nav-right .nav-login.no {
    padding-top: 16px;
    padding-bottom: 14px;
}

body.lcs-showcase-page .nav-right .nav-login.yes {
    display: flex;
    height: 64px;
    align-items: center;
    padding: 0 0 0 13px;
}

body.lcs-showcase-page .nav-right .nav-login.yes > a {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 0;
}

body.lcs-showcase-page .nav-right .nav-login.yes .avatar {
    display: block;
    width: 36px;
    height: 36px;
}

body.lcs-showcase-page .nav-right .nav-login.yes > a > .vip {
    right: -4px;
    bottom: -3px;
}

body.lcs-showcase-page .nav-right .nav-search,
body.lcs-showcase-page .nav-right .nav-notice,
body.lcs-showcase-page .nav-right .nav-tougao,
body.lcs-showcase-page .nav-right .nav-cart {
    padding-top: 11px;
    padding-bottom: 11px;
}

body.lcs-showcase-page .nav-main > li.lcs-download-menu {
    margin: 12px 0 0 10px;
}

body.lcs-showcase-page .nav-main > li.lcs-download-menu > a {
    height: 40px;
    padding: 8px 16px;
    border-radius: 7px;
    background: var(--lcs-yellow);
    color: #111 !important;
    font-weight: 700;
    line-height: 24px;
}

body.lcs-showcase-page .nav-main > li.lcs-download-menu > a:hover {
    background: var(--lcs-yellow-hover);
    color: #111 !important;
}

body.lcs-showcase-page .nav-main > li.lcs-download-menu > a::after {
    display: none;
}

body.lcs-showcase-page .footer {
    margin: 0;
    background: #090a0c;
    border-top: 1px solid var(--lcs-border);
    color: #777c85;
}

body.lcs-showcase-page .footer a {
    color: #aeb2ba;
}

.lcs-site,
.lcs-site * {
    box-sizing: border-box;
}

.lcs-site {
    display: flex;
    overflow: hidden;
    background: var(--lcs-bg);
    color: var(--lcs-text);
    flex-direction: column;
    font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.lcs-hero { order: 0; }
.lcs-transform { order: 1; }
.lcs-workflow { order: 2; }
.lcs-capabilities { order: 3; }
.lcs-scenes { order: 4; }
.lcs-download { order: 5; }
.lcs-faq { order: 6; }

.lcs-site h1,
.lcs-site h2,
.lcs-site h3,
.lcs-site p,
.lcs-site ol,
.lcs-site ul {
    margin: 0;
}

.lcs-site a {
    color: inherit;
    text-decoration: none;
}

.lcs-shell {
    width: 100%;
    margin: 0 auto;
    padding-right: clamp(24px, 4vw, 88px);
    padding-left: clamp(24px, 4vw, 88px);
}

.lcs-hero {
    position: relative;
    min-height: min(880px, calc(100vh - 104px));
    overflow: hidden;
    isolation: isolate;
    background: #070809;
    border-bottom: 1px solid var(--lcs-border);
}

.lcs-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .32);
    content: "";
    pointer-events: none;
}

.lcs-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.lcs-hero-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .46;
    filter: saturate(.72) contrast(1.08);
    transform: scale(1.025);
    transition: transform .8s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
}

.lcs-hero-inner {
    display: grid;
    min-height: min(880px, calc(100vh - 104px));
    align-items: center;
    gap: 42px;
    grid-template-columns: minmax(460px, .78fr) minmax(720px, 1.22fr);
    padding: 74px clamp(24px, 4vw, 88px) 94px;
}

.lcs-hero-copy {
    width: 100%;
    max-width: 600px;
    justify-self: center;
    padding: 12px 0;
}

.lcs-hero-workflow {
    position: relative;
    width: 100%;
    max-width: 1320px;
    aspect-ratio: 1.58 / 1;
    justify-self: end;
    min-width: 0;
    isolation: isolate;
    transform: translateY(5px);
}

.lcs-hero-workflow::before {
    position: absolute;
    top: 50%;
    right: 4%;
    left: 10%;
    height: 1px;
    background: rgba(255, 255, 255, .055);
    content: "";
    pointer-events: none;
}

.lcs-workflow-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.lcs-workflow-node {
    position: absolute;
    z-index: 1;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 7px;
    background: #141619;
    box-shadow: 0 24px 62px rgba(0, 0, 0, .5);
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s cubic-bezier(.2, .8, .2, 1), opacity .28s ease;
}

.lcs-workflow-inputs {
    position: absolute;
    inset: 0;
}

.lcs-source-node {
    left: 1%;
    width: 14.25%;
    height: auto;
    aspect-ratio: 3 / 4;
    overflow: visible;
    opacity: .76;
}

.lcs-source-node:nth-child(1) { top: 1%; }
.lcs-source-node:nth-child(2) { top: 35.5%; }
.lcs-source-node:nth-child(3) { top: 70%; }

.lcs-source-node.is-active {
    z-index: 2;
    opacity: 1;
    border-color: rgba(250, 204, 21, .55);
    box-shadow: 0 0 0 1px rgba(250, 204, 21, .1), 0 26px 68px rgba(0, 0, 0, .58);
    transform: translateX(5px);
}

.lcs-crop {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #111316;
}

.lcs-crop::after {
    position: absolute;
    inset: 0;
    background: rgba(4, 5, 6, .08);
    content: "";
}

.lcs-crop img {
    position: absolute;
    max-width: none;
    height: auto;
    user-select: none;
}

.lcs-source-node .lcs-crop img {
    width: 1168%;
    left: -260%;
}

.lcs-crop-room img { top: -39%; }
.lcs-crop-product img { top: -172%; }
.lcs-crop-pose img { top: -326%; }

.lcs-node-label,
.lcs-result-state {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    height: 27px;
    align-items: center;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
    background: rgba(10, 11, 13, .84);
    color: #d9dce2;
    font-size: 10px;
    font-weight: 650;
}

.lcs-node-port,
.lcs-skill-port,
.lcs-skill-output,
.lcs-result-port {
    position: absolute;
    z-index: 4;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #b8bdc5;
    border-radius: 50%;
    background: #17191d;
    box-shadow: 0 0 0 2px rgba(7, 8, 9, .75);
}

.lcs-node-port {
    top: calc(50% - 5px);
    right: -5px;
}

.lcs-skill-node {
    top: 50%;
    left: 27%;
    display: flex;
    width: 31%;
    height: auto;
    flex-direction: column;
    padding: 0;
    border-color: rgba(250, 204, 21, .6);
    text-align: left;
    overflow: hidden;
    transform: translateY(-50%);
}

.lcs-skill-node.is-processing {
    border-color: rgba(250, 204, 21, .92);
    box-shadow: 0 0 0 1px rgba(250, 204, 21, .16), 0 28px 76px rgba(0, 0, 0, .58);
    transform: translateY(calc(-50% - 3px));
}

.lcs-skill-port { left: -5px; }
.lcs-skill-port-1 { top: 21%; }
.lcs-skill-port-2 { top: 29%; }
.lcs-skill-port-3 { top: 37%; }

.lcs-skill-output {
    top: 70%;
    right: -5px;
    border-color: #52c7bd;
    background: #163b39;
}

.lcs-skill-card-head {
    display: flex;
    width: 100%;
    height: 12%;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px;
    border-bottom: 1px solid #303238;
    background: #1b1c20;
}

.lcs-skill-card-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
}

.lcs-skill-card-title strong {
    overflow: hidden;
    color: #f4f4f5;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lcs-skill-card-mark {
    position: relative;
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    border: 1px solid rgba(250, 204, 21, .48);
    border-radius: 5px;
}

.lcs-skill-card-mark::before,
.lcs-skill-card-mark::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--lcs-yellow);
    content: "";
}

.lcs-skill-card-mark::before { top: 3px; left: 3px; }
.lcs-skill-card-mark::after { right: 3px; bottom: 3px; }

.lcs-skill-card-state {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9ca0a8;
    font-size: 9px;
    white-space: nowrap;
}

.lcs-skill-card-state::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    content: "";
}

.lcs-skill-card-body {
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
    padding: 10px 12px 0;
}

.lcs-skill-inputs {
    overflow: hidden;
    border: 1px solid #303238;
    border-radius: 6px;
    background: #141518;
}

.lcs-skill-slot {
    display: grid;
    height: 33px;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    grid-template-columns: 9px 36px minmax(0, 1fr) auto;
    border-bottom: 1px solid #292b30;
    color: #8f939b;
    font-size: 9px;
}

.lcs-skill-slot:last-child { border-bottom: 0; }
.lcs-skill-slot strong { overflow: hidden; color: #e5e7eb; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.lcs-skill-slot i { color: #6fba85; font-size: 8px; font-style: normal; }
.lcs-slot-dot { width: 8px; height: 8px; border: 2px solid var(--lcs-yellow); border-radius: 50%; background: var(--lcs-yellow); }

.lcs-skill-requirement {
    margin-top: 8px;
}

.lcs-skill-requirement span,
.lcs-skill-output-head {
    color: #8f939b;
    font-size: 9px;
}

.lcs-skill-requirement p {
    min-height: 30px;
    margin-top: 4px;
    padding: 7px 8px;
    border: 1px solid #303238;
    border-radius: 5px;
    background: #141518;
    color: #aeb1b7;
    font-size: 8px;
    line-height: 1.45;
}

.lcs-skill-output-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 1px 5px;
}

.lcs-skill-output-head strong { color: #d6d8dd; font-size: 9px; }

.lcs-skill-outputs {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
}

.lcs-skill-outputs > span {
    display: flex;
    height: 27px;
    align-items: center;
    gap: 5px;
    padding: 0 6px;
    border: 1px solid #5a511e;
    border-radius: 5px;
    background: #201e13;
    color: #d9dbe0;
    font-size: 8px;
    white-space: nowrap;
}

.lcs-skill-outputs i {
    display: flex;
    width: 13px;
    height: 13px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--lcs-yellow);
    color: #111;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
}

.lcs-skill-card-foot {
    width: 100%;
    padding: 8px 12px 11px;
}

.lcs-skill-card-foot > div {
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #303238;
    color: #858991;
    font-size: 8px;
}

.lcs-skill-card-foot > div strong { color: #d5d7dc; font-size: 8px; }

.lcs-skill-card-foot button {
    width: 100%;
    height: 31px;
    border: 0;
    border-radius: 5px;
    background: var(--lcs-yellow);
    color: #111;
    font-size: 10px;
    font-weight: 850;
    pointer-events: none;
}

.lcs-skill-progress {
    position: absolute;
    right: 12px;
    bottom: 7px;
    left: 12px;
    width: auto;
    height: 2px;
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    background: rgba(255, 255, 255, .09);
}

.lcs-skill-progress span {
    display: block;
    width: 34%;
    height: 100%;
    border-radius: inherit;
    background: var(--lcs-yellow);
    animation: lcs-skill-progress 7.5s cubic-bezier(.2, .75, .25, 1) infinite;
}

@keyframes lcs-skill-progress {
    0%, 34% { width: 12%; opacity: .45; }
    62%, 82% { width: 100%; opacity: 1; }
    100% { width: 100%; opacity: 0; }
}

.lcs-result-node {
    top: 12.1%;
    right: 0;
    width: 36%;
    height: auto;
    aspect-ratio: 3 / 4;
    overflow: visible;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.lcs-result-node.is-receiving {
    border-color: rgba(82, 199, 189, .72);
    box-shadow: 0 0 0 1px rgba(82, 199, 189, .16), 0 30px 78px rgba(0, 0, 0, .58);
    transform: translateX(-4px);
}

.lcs-crop-result img {
    top: -40%;
    left: -284%;
    width: 425%;
}

.lcs-source-node .lcs-crop img.lcs-node-image-custom,
.lcs-crop-result img.lcs-node-image-custom {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lcs-result-state {
    right: auto;
    width: max-content;
    gap: 6px;
}

.lcs-result-state i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lcs-teal);
}

.lcs-result-port {
    top: calc(50% - 5px);
    left: -5px;
    border-color: #52c7bd;
    background: #163b39;
}

.lcs-product-mark {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: #c9cdd4;
    font-size: 13px;
    font-weight: 600;
}

.lcs-product-mark img {
    width: 34px;
    height: 34px;
    border-radius: 7px;
}

.lcs-hero h1 {
    color: #fff;
    font-size: 88px;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
}

.lcs-hero-subtitle {
    margin-top: 23px !important;
    color: #e6e8ec;
    font-size: 25px;
    line-height: 1.45;
}

.lcs-hero-description {
    max-width: 510px;
    margin-top: 17px !important;
    color: #9ba0aa;
    font-size: 16px;
    line-height: 1.85;
}

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

.lcs-button {
    display: inline-flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border: 1px solid var(--lcs-border-strong);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.lcs-button:hover {
    transform: translateY(-1px);
}

.lcs-button-primary {
    border-color: var(--lcs-yellow);
    background: var(--lcs-yellow);
    color: #111 !important;
}

.lcs-button-primary:hover {
    border-color: var(--lcs-yellow-hover);
    background: var(--lcs-yellow-hover);
}

.lcs-button-secondary {
    background: rgba(17, 19, 22, .76);
    color: #eef0f3 !important;
}

.lcs-button-secondary:hover {
    border-color: rgba(255, 255, 255, .3);
    background: #1a1c20;
}

.lcs-icon {
    font-size: 19px;
    line-height: 1;
}

.lcs-play {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid currentColor;
}

.lcs-release-meta {
    margin-top: 16px;
    color: #6f747d;
    font-size: 12px;
}

.lcs-scroll-cue {
    position: absolute;
    bottom: 22px;
    left: 50%;
    z-index: 2;
    display: flex;
    width: 30px;
    height: 42px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 9px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 15px;
    transform: translateX(-50%);
}

.lcs-scroll-cue span {
    width: 3px;
    height: 8px;
    border-radius: 2px;
    background: var(--lcs-yellow);
    animation: lcs-scroll 1.8s ease-in-out infinite;
}

@keyframes lcs-scroll {
    0%, 100% { transform: translateY(0); opacity: .45; }
    50% { transform: translateY(12px); opacity: 1; }
}

.lcs-section-head {
    max-width: 660px;
}

.lcs-kicker {
    display: block;
    margin-bottom: 15px;
    color: var(--lcs-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.lcs-section-head h2,
.lcs-feature-copy h2,
.lcs-download h2 {
    color: #f8f9fb;
    font-size: 40px;
    font-weight: 750;
    line-height: 1.22;
    letter-spacing: 0;
}

.lcs-section-head > p,
.lcs-feature-copy > p,
.lcs-download p {
    margin-top: 17px;
    color: var(--lcs-muted);
    font-size: 15px;
    line-height: 1.8;
}

.lcs-workflow {
    padding: 94px 0 102px;
    background: #0c0d0f;
    border-bottom: 1px solid var(--lcs-border);
}

.lcs-workflow-track {
    position: relative;
    display: grid;
    margin-top: 60px;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.lcs-workflow-track::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 25%;
    height: 1px;
    background: var(--lcs-yellow);
    content: "";
}

.lcs-workflow-track li {
    min-height: 190px;
    padding: 30px 34px 10px 0;
    border-right: 1px solid var(--lcs-border);
}

.lcs-workflow-track li + li {
    padding-left: 34px;
}

.lcs-workflow-track li:last-child {
    border-right: 0;
}

.lcs-step-number {
    display: block;
    margin-bottom: 38px;
    color: var(--lcs-yellow);
    font-size: 12px;
    font-weight: 800;
}

.lcs-workflow-track strong {
    display: block;
    color: #f4f5f7;
    font-size: 18px;
}

.lcs-workflow-track p {
    margin-top: 10px;
    color: #7e838c;
    font-size: 13px;
    line-height: 1.75;
}

.lcs-capabilities {
    padding: 112px 0;
    background: #070809;
}

.lcs-feature-stage {
    display: grid;
    align-items: center;
    gap: 76px;
    grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr);
}

.lcs-feature-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border: 1px solid var(--lcs-border);
    border-radius: 8px;
    background: #0c0d0f;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}

.lcs-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lcs-media-status {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    height: 32px;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    background: rgba(12, 13, 15, .9);
    color: #c7cbd2;
    font-size: 11px;
}

.lcs-media-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lcs-teal);
}

.lcs-feature-list {
    margin-top: 38px !important;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--lcs-border);
}

.lcs-feature-list li {
    display: grid;
    gap: 16px;
    padding: 20px 0;
    grid-template-columns: 30px 1fr;
    border-bottom: 1px solid var(--lcs-border);
}

.lcs-feature-list li > span {
    padding-top: 2px;
    color: var(--lcs-yellow);
    font-size: 11px;
    font-weight: 800;
}

.lcs-feature-list strong {
    color: #e9ebef;
    font-size: 15px;
}

.lcs-feature-list p {
    margin-top: 5px;
    color: #777c85;
    font-size: 12px;
    line-height: 1.7;
}

.lcs-transform {
    position: relative;
    overflow: hidden;
    padding: 122px 0 110px;
    background: #08090b;
    border-top: 1px solid var(--lcs-border);
    border-bottom: 1px solid var(--lcs-border);
}

.lcs-transform::before {
    position: absolute;
    top: 48px;
    right: -1vw;
    color: transparent;
    content: "IDEAS / TRANSFORMED";
    font-size: clamp(72px, 9.5vw, 182px);
    font-weight: 850;
    line-height: 1;
    pointer-events: none;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .055);
    white-space: nowrap;
}

.lcs-transform-heading {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: end;
    gap: 28px 80px;
    margin-bottom: 58px;
    grid-template-columns: minmax(600px, 1.25fr) minmax(340px, .75fr);
}

.lcs-transform-index {
    grid-column: 1 / -1;
    color: var(--lcs-yellow);
    font-size: 10px;
    font-weight: 800;
}

.lcs-transform-heading h2 {
    margin: 0;
    color: #f7f8fa;
    font-size: clamp(54px, 5.6vw, 104px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: 0;
}

.lcs-transform-heading h2 strong {
    color: var(--lcs-yellow);
    font-weight: inherit;
}

.lcs-transform-heading p {
    max-width: 570px;
    margin: 0 0 7px;
    color: #898f99;
    font-size: 15px;
    line-height: 1.9;
}

.lcs-transform-stage {
    position: relative;
    z-index: 2;
    width: calc(100% - clamp(32px, 4.4vw, 84px));
    max-height: 800px;
    min-height: 520px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 21 / 9;
    background: #0d0f12;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.lcs-transform-media,
.lcs-transform-media img,
.lcs-transform-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lcs-transform-media img {
    opacity: 0;
    object-fit: cover;
    transform: scale(1.035);
    transition: opacity .8s ease, transform 7s cubic-bezier(.2, .75, .2, 1);
}

.lcs-transform-media img.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.lcs-transform-shade {
    z-index: 2;
    background: linear-gradient(90deg, rgba(5, 6, 8, .68) 0%, rgba(5, 6, 8, .08) 33%, transparent 57%), linear-gradient(0deg, rgba(4, 5, 7, .72) 0%, transparent 34%);
    pointer-events: none;
}

.lcs-transform-stage::after {
    position: absolute;
    z-index: 3;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .08);
    content: "";
    pointer-events: none;
}

.lcs-transform-copy {
    position: absolute;
    z-index: 4;
    bottom: 42px;
    left: clamp(28px, 4vw, 76px);
    display: grid;
    align-items: end;
    gap: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
}

.lcs-transform-copy > span {
    color: var(--lcs-yellow);
    font-size: 12px;
    font-weight: 850;
}

.lcs-transform-copy small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .64);
    font-size: 9px;
    font-weight: 800;
}

.lcs-transform-copy h3 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.4vw, 44px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .45);
}

.lcs-transform-state {
    position: absolute;
    z-index: 4;
    top: 24px;
    right: 70px;
    display: flex;
    height: 31px;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    background: rgba(9, 11, 14, .72);
    color: #cbd0d7;
    font-size: 9px;
    backdrop-filter: blur(10px);
}

.lcs-transform-state i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lcs-teal);
    box-shadow: 0 0 10px rgba(82, 199, 189, .65);
}

.lcs-transform-expand {
    position: absolute;
    z-index: 5;
    top: 24px;
    right: 26px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    background: rgba(9, 11, 14, .72);
    color: #d5d9df;
    cursor: pointer;
    font-size: 15px;
    backdrop-filter: blur(10px);
}

.lcs-transform-expand:hover {
    border-color: rgba(250, 204, 21, .55);
    color: var(--lcs-yellow);
}

.lcs-transform-nav {
    position: relative;
    z-index: 3;
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.lcs-transform-nav button {
    position: relative;
    display: grid;
    min-height: 94px;
    align-content: center;
    gap: 3px 12px;
    padding: 14px 28px 18px;
    border: 0;
    border-right: 1px solid var(--lcs-border);
    background: transparent;
    color: #7d838d;
    cursor: pointer;
    grid-template-columns: 27px 1fr;
    text-align: left;
}

.lcs-transform-nav button:last-child {
    border-right: 0;
}

.lcs-transform-nav button > span {
    color: #656b74;
    font-size: 10px;
    font-weight: 800;
    grid-row: 1 / 3;
}

.lcs-transform-nav strong {
    color: #aeb3bc;
    font-size: 13px;
    transition: color .2s ease;
}

.lcs-transform-nav small {
    color: #5f656e;
    font-size: 9px;
}

.lcs-transform-nav button > i {
    position: absolute;
    right: 28px;
    bottom: 0;
    left: 28px;
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, .07);
}

.lcs-transform-nav button > i b {
    display: block;
    width: 0;
    height: 100%;
    background: var(--lcs-yellow);
}

.lcs-transform-nav button.is-active > span,
.lcs-transform-nav button.is-active strong {
    color: var(--lcs-yellow);
}

.lcs-transform-nav button.is-active > i b {
    animation: lcs-transform-progress 6.4s linear forwards;
}

.lcs-transform.is-paused .lcs-transform-nav button.is-active > i b {
    animation-play-state: paused;
}

@keyframes lcs-transform-progress {
    from { width: 0; }
    to { width: 100%; }
}

.lcs-transform-stage:fullscreen {
    width: 100vw;
    max-height: none;
    min-height: 100vh;
    border: 0;
    background: #000;
}

.lcs-transform-stage:fullscreen .lcs-transform-media img {
    object-fit: contain;
}

.lcs-scenes {
    padding: 104px 0 112px;
    background: #101114;
    border-top: 1px solid var(--lcs-border);
    border-bottom: 1px solid var(--lcs-border);
}

.lcs-scene-grid {
    display: grid;
    margin-top: 54px;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--lcs-border-strong);
    border-bottom: 1px solid var(--lcs-border-strong);
}

.lcs-scene-grid article {
    min-height: 270px;
    padding: 34px 36px 38px;
    border-right: 1px solid var(--lcs-border);
    transition: background .18s ease;
}

.lcs-scene-grid article:last-child {
    border-right: 0;
}

.lcs-scene-grid article:hover {
    background: rgba(255, 255, 255, .035);
}

.lcs-scene-grid article > span {
    color: var(--lcs-yellow);
    font-size: 12px;
    font-weight: 700;
}

.lcs-scene-grid h3 {
    margin-top: 62px;
    color: #f2f3f5;
    font-size: 21px;
    line-height: 1.45;
}

.lcs-scene-grid p {
    margin-top: 13px;
    color: #7f848d;
    font-size: 13px;
    line-height: 1.8;
}

.lcs-download {
    padding: 86px 0;
    background: var(--lcs-yellow);
    color: #111;
}

.lcs-download-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.lcs-download .lcs-kicker,
.lcs-download h2,
.lcs-download p {
    color: #111;
}

.lcs-download p {
    max-width: 650px;
    opacity: .72;
}

.lcs-download-actions {
    display: flex;
    min-width: 250px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.lcs-download .lcs-button-primary {
    border-color: #111;
    background: #111;
    color: #fff !important;
}

.lcs-download .lcs-button-primary:hover {
    background: #242424;
}

.lcs-download-actions small {
    color: rgba(17, 17, 17, .62);
    text-align: center;
}

.lcs-download-pending {
    padding: 14px 20px;
    border: 1px solid rgba(17, 17, 17, .35);
    border-radius: 7px;
    font-weight: 700;
    text-align: center;
}

.lcs-faq {
    padding: 108px 0 122px;
    background: #090a0c;
}

.lcs-faq-layout {
    display: grid;
    align-items: start;
    gap: 100px;
    grid-template-columns: minmax(280px, .72fr) minmax(460px, 1.28fr);
}

.lcs-faq .lcs-section-head a {
    display: inline-block;
    margin-top: 24px;
    color: var(--lcs-yellow);
    font-size: 13px;
    font-weight: 700;
}

.lcs-faq-list {
    border-top: 1px solid var(--lcs-border-strong);
}

.lcs-faq-list details {
    border-bottom: 1px solid var(--lcs-border);
}

.lcs-faq-list summary {
    position: relative;
    padding: 24px 44px 24px 0;
    color: #e8eaee;
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
    list-style: none;
}

.lcs-faq-list summary::-webkit-details-marker {
    display: none;
}

.lcs-faq-list summary::after {
    position: absolute;
    top: 22px;
    right: 4px;
    color: #858a93;
    content: "+";
    font-size: 21px;
    font-weight: 300;
}

.lcs-faq-list details[open] summary::after {
    content: "−";
}

.lcs-faq-list details p {
    max-width: 680px;
    padding: 0 48px 24px 0;
    color: #7e838c;
    font-size: 13px;
    line-height: 1.8;
}

body.lcs-demo-open {
    overflow: hidden;
}

.lcs-demo-modal[hidden] {
    display: none !important;
}

.lcs-demo-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.lcs-demo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .84);
    backdrop-filter: blur(12px);
}

.lcs-demo-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(1320px, 94vw);
    max-height: min(860px, 90vh);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #111316;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .72);
    flex-direction: column;
    animation: lcs-demo-enter .26s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes lcs-demo-enter {
    from { opacity: 0; transform: translateY(14px) scale(.985); }
    to { opacity: 1; transform: none; }
}

.lcs-demo-header {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 22px;
    border-bottom: 1px solid var(--lcs-border);
    background: #17191d;
}

.lcs-demo-header > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.lcs-demo-mark {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lcs-yellow);
    box-shadow: 0 0 14px rgba(250, 204, 21, .6);
}

.lcs-demo-header h2 {
    color: #f4f5f7;
    font-size: 15px;
    font-weight: 720;
}

.lcs-demo-close {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #959aa3;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.lcs-demo-close:hover {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.lcs-demo-body {
    display: grid;
    min-height: 0;
    flex: 1;
    grid-template-columns: 240px minmax(0, 1fr);
}

.lcs-demo-list {
    min-height: 0;
    overflow-y: auto;
    padding: 20px 12px;
    border-right: 1px solid var(--lcs-border);
    background: #14161a;
}

.lcs-demo-list > span {
    display: block;
    padding: 0 10px 13px;
    color: #666c75;
    font-size: 9px;
    font-weight: 800;
}

.lcs-demo-list button {
    display: grid;
    width: 100%;
    min-height: 62px;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #8c929b;
    cursor: pointer;
    grid-template-columns: 25px 1fr;
    text-align: left;
}

.lcs-demo-list button:hover {
    background: rgba(255, 255, 255, .035);
    color: #fff;
}

.lcs-demo-list button.is-active {
    border-color: rgba(250, 204, 21, .36);
    background: rgba(250, 204, 21, .07);
}

.lcs-demo-list button > i {
    color: #686e77;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.lcs-demo-list button.is-active > i,
.lcs-demo-list button.is-active strong {
    color: var(--lcs-yellow);
}

.lcs-demo-list button > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.lcs-demo-list strong {
    overflow: hidden;
    color: #c5c9d0;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lcs-demo-list small {
    color: #60666f;
    font-size: 8px;
}

.lcs-demo-player {
    display: flex;
    min-width: 0;
    min-height: 0;
    padding: 18px 20px 22px;
    background: #0b0d10;
    flex-direction: column;
}

.lcs-demo-player-head {
    display: flex;
    min-height: 34px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.lcs-demo-player-head span {
    overflow: hidden;
    color: #dfe2e7;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lcs-demo-player-head small {
    color: #5f656e;
    font-size: 8px;
    font-weight: 800;
}

.lcs-demo-screen {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    background: #050607;
    border: 1px solid rgba(255, 255, 255, .1);
}

.lcs-demo-screen video,
.lcs-demo-screen iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.lcs-demo-screen video {
    object-fit: contain;
}

.lcs-demo-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #777d86;
    font-size: 10px;
}

.lcs-demo-loading[hidden] {
    display: none !important;
}

.lcs-demo-loading i {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(250, 204, 21, .2);
    border-top-color: var(--lcs-yellow);
    border-radius: 50%;
    animation: lcs-demo-spin .8s linear infinite;
}

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

[data-lcs-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

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

@media (max-width: 1180px) {
    body.lcs-showcase-page .header .container {
        padding: 0 18px;
    }

    body.lcs-showcase-page .nav-main {
        margin-left: 14px;
    }

    body.lcs-showcase-page .nav-main > li > a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 13px;
    }

    body.lcs-showcase-page .nav-main > li.lcs-download-menu {
        display: none;
    }

    .lcs-hero h1 {
        font-size: 64px;
    }

    .lcs-hero-inner {
        grid-template-columns: minmax(360px, .72fr) minmax(500px, 1.28fr);
    }

    .lcs-feature-stage {
        gap: 48px;
    }
}

@media (max-width: 960px) {
    .lcs-shell {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .lcs-hero-inner {
        grid-template-columns: 1fr;
        padding-right: 20px;
        padding-left: 20px;
    }

    .lcs-hero-copy {
        width: min(650px, 100%);
    }

    .lcs-hero-media img {
        opacity: .22;
    }

    .lcs-hero-workflow {
        width: min(760px, 100%);
        margin: 8px auto 0;
    }

    .lcs-workflow-track {
        grid-template-columns: repeat(2, 1fr);
    }

    .lcs-workflow-track li:nth-child(2) {
        border-right: 0;
    }

    .lcs-workflow-track li:nth-child(n + 3) {
        border-top: 1px solid var(--lcs-border);
    }

    .lcs-feature-stage,
    .lcs-faq-layout {
        grid-template-columns: 1fr;
    }

    .lcs-feature-copy {
        max-width: 700px;
    }

    .lcs-transform-heading {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .lcs-transform-heading p {
        max-width: 680px;
    }

    .lcs-transform-stage {
        min-height: 0;
    }

    .lcs-scene-grid {
        grid-template-columns: 1fr;
    }

    .lcs-scene-grid article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--lcs-border);
    }

    .lcs-scene-grid article:last-child {
        border-bottom: 0;
    }

    .lcs-scene-grid h3 {
        margin-top: 34px;
    }
}

@media (max-width: 768px) {
    body.lcs-showcase-page {
        margin-top: 60px;
    }

    body.lcs-showcase-page .header,
    body.lcs-showcase-page .header .container,
    body.lcs-showcase-page .logo,
    body.lcs-showcase-page .logo a {
        height: 60px;
    }

    body.lcs-showcase-page .header .container {
        padding: 0 14px;
    }

    body.lcs-showcase-page .nav-right .nav-login.yes {
        height: 60px;
    }

    body.lcs-showcase-page .nav-mobile-show {
        height: auto;
        min-height: 60px;
        background: #0d0e10 !important;
    }

    body.lcs-showcase-page .nav-mobile-show .nav-main {
        height: auto;
        background: #111316;
        border-top: 1px solid var(--lcs-border);
    }

    body.lcs-showcase-page .nav-mobile-show .nav-main > li {
        border-color: var(--lcs-border);
    }

    body.lcs-showcase-page .nav-mobile-show .nav-main > li > a,
    body.lcs-showcase-page .header.nav-mobile-show.scrolled .nav-main > li > a {
        height: auto;
        padding: 13px 0;
        color: #c9cdd5 !important;
    }

    .lcs-shell {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .lcs-hero,
    .lcs-hero-inner {
        min-height: 0;
    }

    .lcs-hero-inner {
        align-items: center;
        gap: 52px;
        padding: 72px 16px 86px;
    }

    .lcs-hero-copy {
        width: 100%;
    }

    .lcs-product-mark {
        margin-bottom: 22px;
    }

    .lcs-hero h1 {
        font-size: 48px;
    }

    .lcs-hero-subtitle {
        font-size: 19px;
    }

    .lcs-hero-description {
        font-size: 14px;
    }

    .lcs-hero-media img {
        left: 0;
        width: 100%;
        opacity: .18;
        object-position: 68% center;
    }

    .lcs-hero-workflow {
        aspect-ratio: .92 / 1;
    }

    .lcs-source-node {
        left: 0;
        width: 22.5%;
        height: auto;
    }

    .lcs-skill-node {
        top: 4%;
        left: 25.5%;
        width: 43%;
        height: 92%;
        transform: none;
    }

    .lcs-skill-node.is-processing { transform: translateY(-3px); }

    .lcs-result-node {
        top: 32.8%;
        width: 28%;
        height: auto;
    }

    .lcs-node-label {
        right: 5px;
        bottom: 5px;
        left: 5px;
        height: 22px;
        padding: 0 6px;
        font-size: 8px;
    }

    .lcs-skill-card-head { min-height: 38px; padding: 0 8px; }
    .lcs-skill-card-title { gap: 5px; }
    .lcs-skill-card-title strong { font-size: 9px; }
    .lcs-skill-card-mark { width: 15px; height: 15px; }
    .lcs-skill-card-mark::before,
    .lcs-skill-card-mark::after { width: 4px; height: 4px; }
    .lcs-skill-card-state { font-size: 7px; }
    .lcs-skill-card-body { padding: 6px 6px 0; }
    .lcs-skill-slot { height: 27px; gap: 3px; padding: 0 5px; grid-template-columns: 7px 26px minmax(0, 1fr); font-size: 7px; }
    .lcs-skill-slot strong { font-size: 7px; }
    .lcs-skill-slot i { display: none; }
    .lcs-slot-dot { width: 7px; height: 7px; }
    .lcs-skill-requirement { display: none; }
    .lcs-skill-output-head { margin-top: 6px; font-size: 7px; }
    .lcs-skill-output-head strong { font-size: 8px; }
    .lcs-skill-outputs { gap: 3px; }
    .lcs-skill-outputs > span { height: 24px; gap: 3px; padding: 0 4px; font-size: 7px; }
    .lcs-skill-outputs i { width: 11px; height: 11px; font-size: 7px; }
    .lcs-skill-card-foot { padding: 5px 6px 8px; }
    .lcs-skill-card-foot > div { height: 20px; font-size: 7px; }
    .lcs-skill-card-foot > div strong { font-size: 7px; }
    .lcs-skill-card-foot button { height: 27px; font-size: 8px; }
    .lcs-skill-port-1 { top: 17%; }
    .lcs-skill-port-2 { top: 25%; }
    .lcs-skill-port-3 { top: 33%; }
    .lcs-skill-output { top: 68%; }

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

    .lcs-button {
        width: 100%;
    }

    .lcs-section-head h2,
    .lcs-feature-copy h2,
    .lcs-download h2 {
        font-size: 32px;
    }

    .lcs-workflow,
    .lcs-capabilities,
    .lcs-transform,
    .lcs-scenes,
    .lcs-faq {
        padding-top: 76px;
        padding-bottom: 82px;
    }

    .lcs-transform::before {
        top: 34px;
        font-size: 72px;
    }

    .lcs-transform-heading {
        margin-bottom: 36px;
    }

    .lcs-transform-heading h2 {
        font-size: 48px;
        line-height: 1.04;
    }

    .lcs-transform-stage {
        width: calc(100% - 24px);
        height: 230px;
        min-height: 230px;
        aspect-ratio: auto;
        background: #050608;
    }

    .lcs-transform-media img {
        object-fit: contain;
    }

    .lcs-transform-copy {
        bottom: 18px;
        left: 20px;
        gap: 10px;
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .lcs-transform-copy small {
        display: none;
    }

    .lcs-transform-copy h3 {
        max-width: 280px;
        font-size: 18px;
    }

    .lcs-transform-state {
        display: none;
    }

    .lcs-transform-expand {
        top: 12px;
        right: 12px;
    }

    .lcs-transform-nav {
        padding-right: 12px;
        padding-left: 12px;
        margin-top: 10px;
    }

    .lcs-transform-nav button {
        min-height: 64px;
        justify-items: center;
        padding: 10px 4px 14px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lcs-transform-nav button > span,
    .lcs-transform-nav small {
        display: none;
    }

    .lcs-transform-nav button > i {
        right: 6px;
        left: 6px;
    }

    .lcs-transform-nav strong {
        font-size: 11px;
    }

    .lcs-workflow-track {
        margin-top: 42px;
        grid-template-columns: 1fr;
    }

    .lcs-workflow-track li,
    .lcs-workflow-track li + li {
        min-height: 0;
        padding: 22px 0 25px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid var(--lcs-border);
    }

    .lcs-step-number {
        margin-bottom: 20px;
    }

    .lcs-feature-stage {
        gap: 46px;
    }

    .lcs-feature-media {
        aspect-ratio: 4 / 3;
    }

    .lcs-scene-grid article {
        padding: 28px 5px 34px;
    }

    .lcs-download-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .lcs-download-actions {
        min-width: 0;
    }

    .lcs-faq-layout {
        gap: 48px;
    }

    .lcs-demo-modal {
        padding: 10px;
    }

    .lcs-demo-dialog {
        width: 100%;
        max-height: 92vh;
    }

    .lcs-demo-header {
        min-height: 56px;
    }

    .lcs-demo-body {
        display: flex;
        flex-direction: column;
    }

    .lcs-demo-list {
        display: flex;
        max-height: 78px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 9px;
        border-right: 0;
        border-bottom: 1px solid var(--lcs-border);
    }

    .lcs-demo-list > span {
        display: none;
    }

    .lcs-demo-list button {
        width: auto;
        min-width: 145px;
        min-height: 58px;
        margin: 0 6px 0 0;
    }

    .lcs-demo-player {
        padding: 12px;
    }

    .lcs-demo-screen {
        margin: auto 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lcs-site *,
    .lcs-site *::before,
    .lcs-site *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    [data-lcs-reveal] {
        opacity: 1;
        transform: none;
    }
}
