:root {
            --chroma-brand: #de3f5c;
            --chroma-brand-hover: #c4324d;
            --chroma-brand-glow: rgba(222, 63, 92, 0.25);
            --chroma-bg: #0d111a;
            --chroma-surface: #161c2b;
            --chroma-surface-alt: #1e2638;
            --chroma-border: #2a354d;
            --chroma-heading: #f0f4fc;
            --chroma-body: #a2b0cb;
            --chroma-accent: #38bdf8;
            --radius-main: 18px;
            --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.35);
            --shadow-sharp: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px var(--chroma-brand-glow);
            --shadow-glass: inset 0 1px 1px rgba(255, 255, 255, 0.1);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
            background-color: var(--chroma-bg);
            color: var(--chroma-body);
            line-height: 1.7;
            word-break: break-word;
            overflow-wrap: break-word;
            -webkit-font-smoothing: antialiased;
        }

        /* 顶层导航栏 */
        .drip {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(13, 17, 26, 0.85);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--chroma-border);
        }

        .orbit-omni {
            max-width: 1320px;
            margin: 0 auto;
            padding: 16px 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .glyph-orbit {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }

        .glyph-orbit .glyph {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .glyph-orbit .glyph img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .brand-name {
            font-size: 1.35rem;
            font-weight: 800;
            color: var(--chroma-heading);
            letter-spacing: -0.5px;
        }

        .brand-name span {
            color: var(--chroma-brand);
        }

        .omni {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
        }

        .cylon {
            color: var(--chroma-body);
            text-decoration: none;
            padding: 8px 18px;
            border-radius: 10px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.35s ease;
        }

        .cylon:hover {
            color: var(--chroma-heading);
            background: rgba(255, 255, 255, 0.05);
        }

        .cylon.pulse {
            color: #fff;
            background: var(--chroma-brand);
            box-shadow: 0 4px 15px var(--chroma-brand-glow);
        }

        .cylon.pulse:hover {
            background: var(--chroma-brand-hover);
        }

        /* 主界面顶层容器 */
        main {
            display: block;
            width: 100%;
        }

        /* Hero 页面区域 - card_float 布局 */
        .scope-intro {
            position: relative;
            padding: 60px 24px 100px;
            max-width: 1320px;
            margin: 0 auto;
            min-height: 640px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .prism-bg {
            position: absolute;
            inset: 0;
            border-radius: var(--radius-main);
            overflow: hidden;
            border: 1px solid var(--chroma-border);
            box-shadow: var(--shadow-soft);
        }

        .prism-bg .nodes-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.65) contrast(1.1);
        }

        .prism-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(13, 17, 26, 0.95) 0%, rgba(13, 17, 26, 0.4) 60%, rgba(222, 63, 92, 0.2) 100%);
        }

        /* Float Card */
        .stack-float {
            position: relative;
            z-index: 10;
            max-width: 580px;
            background: rgba(22, 28, 43, 0.92);
            backdrop-filter: blur(20px);
            padding: 44px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: var(--shadow-sharp);
            margin-left: 40px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .glow-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 14px;
            border-radius: 30px;
            background: rgba(222, 63, 92, 0.15);
            border: 1px solid rgba(222, 63, 92, 0.4);
            color: #ff6b84;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .glow-tag .spark-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--chroma-brand);
            box-shadow: 0 0 10px var(--chroma-brand);
        }

        .focal-chroma {
            font-size: clamp(1.8rem, 3.5vw, 2.6rem);
            font-weight: 900;
            color: var(--chroma-heading);
            line-height: 1.25;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }

        .trace-chroma {
            font-size: 1.05rem;
            color: #b0c0de;
            margin-bottom: 28px;
            line-height: 1.7;
        }

        .point-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 32px;
        }

        .click-launch {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, var(--chroma-brand) 0%, #b82b45 100%);
            color: #ffffff;
            padding: 14px 32px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1rem;
            text-decoration: none;
            box-shadow: 0 8px 25px var(--chroma-brand-glow);
            transition: all 0.35s ease;
        }

        .click-launch:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(222, 63, 92, 0.45);
        }

        .click-subtle {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.06);
            color: var(--chroma-heading);
            padding: 14px 24px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.35s ease;
        }

        .click-subtle:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
        }

        /* 界面结构数据面板 (data_ui) */
        .frame-metrics {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .blend-metric {
            flex: 1;
            min-width: 110px;
        }

        .focal-num {
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--chroma-accent);
            font-family: monospace;
        }

        .trace-knob {
            font-size: 0.8rem;
            color: #7e8da9;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* 顶层区块 2: 四大核心柱石 (div - capability) */
        .frame-capability {
            max-width: 1320px;
            margin: 80px auto;
            padding: 0 24px;
        }

        .layer-drip {
            text-align: center;
            max-width: 760px;
            margin: 0 auto 50px;
        }

        .focal-sec {
            font-size: 2.1rem;
            font-weight: 800;
            color: var(--chroma-heading);
            margin-bottom: 14px;
            letter-spacing: -0.5px;
        }

        .trace-sec {
            font-size: 1.05rem;
            color: var(--chroma-body);
        }

        .orbit-matrix {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }

        .stack-pill {
            flex: 1;
            min-width: 270px;
            background: var(--chroma-surface);
            border: 1px solid var(--chroma-border);
            border-radius: var(--radius-main);
            padding: 32px 28px;
            transition: all 0.35s ease;
            position: relative;
            overflow: hidden;
        }

        .stack-pill:hover {
            transform: translateY(-6px);
            border-color: rgba(222, 63, 92, 0.4);
            box-shadow: var(--shadow-soft);
        }

        .spark-knob {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: linear-gradient(135deg, rgba(222, 63, 92, 0.15) 0%, rgba(56, 189, 248, 0.15) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            color: var(--chroma-brand);
        }

        .focal-blend {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--chroma-heading);
            margin-bottom: 12px;
        }

        .trace-blend {
            font-size: 0.95rem;
            color: var(--chroma-body);
            line-height: 1.65;
        }

        .point-tech {
            margin-top: 16px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .glow-chip {
            font-size: 0.75rem;
            padding: 3px 10px;
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.04);
            color: #8da0c4;
            border: 1px solid rgba(255, 255, 255, 0.06);
        }

        /* 顶层区块 3: 服务通道与深度切片 (article - acquire) */
        .scope-acquire {
            max-width: 1320px;
            margin: 100px auto 80px;
            padding: 0 24px;
        }

        .orbit-channels {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
        }

        .exten-channel {
            flex: 1;
            min-width: 320px;
            background: linear-gradient(180deg, var(--chroma-surface) 0%, var(--chroma-surface-alt) 100%);
            border-radius: var(--radius-main);
            border: 1px solid var(--chroma-border);
            padding: 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: var(--shadow-soft);
            transition: all 0.35s ease;
        }

        .exten-channel:hover {
            border-color: rgba(56, 189, 248, 0.4);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
        }

        .layer-top {
            margin-bottom: 24px;
        }

        .focal-chan {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--chroma-heading);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .trace-chan {
            font-size: 0.95rem;
            color: var(--chroma-body);
            margin-bottom: 20px;
        }

        .point-highlights {
            list-style: none;
            margin-bottom: 24px;
        }

        .blend-hl {
            font-size: 0.9rem;
            color: #b0c0de;
            padding: 6px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .blend-hl::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: var(--chroma-brand);
        }

        .cylon-chan {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 20px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.05);
            color: var(--chroma-heading);
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.35s ease;
            margin-top: auto;
        }

        .cylon-chan:hover {
            background: var(--chroma-brand);
            color: #fff;
            border-color: var(--chroma-brand);
        }

        /* 深度深度切片：技术与生态展开区 */
        .weave-deepdive {
            margin-top: 70px;
            background: var(--chroma-surface);
            border-radius: 20px;
            border: 1px solid var(--chroma-border);
            padding: 40px;
            display: flex;
            flex-wrap: wrap;
            gap: 36px;
            align-items: center;
        }

        .frame-deep-info {
            flex: 1;
            min-width: 300px;
        }

        .focal-deep {
            font-size: 1.6rem;
            font-weight: 800;
            color: var(--chroma-heading);
            margin-bottom: 16px;
        }

        .trace-deep {
            font-size: 0.98rem;
            color: var(--chroma-body);
            margin-bottom: 20px;
            line-height: 1.75;
        }

        .frame-code-preview {
            flex: 1;
            min-width: 300px;
            background: #090c14;
            border-radius: 12px;
            padding: 20px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            font-family: monospace;
            font-size: 0.85rem;
            color: #8da0c4;
            overflow-x: auto;
        }

        .code-line {
            display: block;
            margin-bottom: 6px;
        }

        .code-keyword {
            color: var(--chroma-brand);
        }

        .code-func {
            color: var(--chroma-accent);
        }

        .code-str {
            color: #a3e635;
        }

        /* 页脚区域 */
        .sync-shift {
            background: #090c13;
            border-top: 1px solid var(--chroma-border);
            padding: 60px 24px 30px;
        }

        .orbit-shift {
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .frame-shift-brand {
            max-width: 360px;
            flex: 1;
            min-width: 250px;
        }

        .focal-shift-glyph {
            font-size: 1.5rem;
            font-weight: 900;
            color: var(--chroma-heading);
            margin-bottom: 14px;
        }

        .focal-shift-glyph span {
            color: var(--chroma-brand);
        }

        .trace-shift {
            font-size: 0.9rem;
            color: #6c7c9c;
            line-height: 1.7;
        }

        .point-shift-links {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
        }

        .blend-shift-col {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .focal-col {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--chroma-heading);
            margin-bottom: 6px;
        }

        .cylon-shift {
            color: #7a8ba9;
            text-decoration: none;
            font-size: 0.88rem;
            transition: color 0.35s ease;
        }

        .cylon-shift:hover {
            color: var(--chroma-brand);
        }

        .base-bottom {
            max-width: 1320px;
            margin: 0 auto;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #53627c;
        }

        /* 响应式断点控制 */
        @media (max-width: 1024px) {
            .stack-float {
                margin-left: 20px;
                max-width: 500px;
                padding: 32px;
            }
        }

        @media (max-width: 768px) {
            .drip {
                position: relative;
            }

            .orbit-omni {
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
            }

            .omni {
                width: 100%;
                justify-content: flex-start;
                gap: 4px;
            }

            .cylon {
                padding: 6px 12px;
                font-size: 0.88rem;
            }

            .scope-intro {
                padding: 20px 12px;
                min-height: auto;
            }

            .stack-float {
                margin: 0;
                max-width: 100%;
                padding: 24px;
                border-radius: 16px;
            }

            .focal-chroma {
                font-size: 1.7rem;
            }

            .frame-capability,
            .scope-acquire {
                margin: 50px auto;
            }

            .stack-pill,
            .exten-channel {
                min-width: 100%;
            }

            .weave-deepdive {
                padding: 24px;
            }

            .base-bottom {
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }
        }

.omni-drip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--chroma-body);
}
.omni-drip,
.omni-drip *,
.omni-drip *::before,
.omni-drip *::after {
    box-sizing: border-box;
}

.omni-drip nav,
.omni-drip div,
.omni-drip section,
.omni-drip article,
.omni-drip aside,
.omni-drip p,
.omni-drip h1,
.omni-drip h2,
.omni-drip h3,
.omni-drip h4,
.omni-drip h5,
.omni-drip h6,
.omni-drip a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.omni-drip p,
.omni-drip h1,
.omni-drip h2,
.omni-drip h3,
.omni-drip h4,
.omni-drip h5,
.omni-drip h6 {
    text-decoration: none;
}

.omni-drip img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.omni-drip {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.omni-drip a.omni-cylon.omni-pulse,
.omni-drip a.omni-cylon {
    --aisite-shell-nav-padding: 8px 18px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.omni-drip a.omni-cylon.omni-pulse,
.omni-drip a.omni-cylon.omni-pulse:hover,
.omni-drip a.omni-cylon.omni-pulse:focus,
.omni-drip a.omni-cylon.omni-pulse:active,
.omni-drip a.omni-cylon.omni-pulse.active,
.omni-drip a.omni-cylon.omni-pulse[aria-current="page"],
.omni-drip a.omni-cylon,
.omni-drip a.omni-cylon:hover,
.omni-drip a.omni-cylon:focus,
.omni-drip a.omni-cylon:active,
.omni-drip a.omni-cylon.active,
.omni-drip a.omni-cylon[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.omni-drip{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(13, 17, 26, 0.85);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #2a354d;
        }

.omni-drip .omni-orbit-omni{
            max-width: 1320px;
            margin: 0 auto;
            padding: 16px 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.omni-drip .omni-glyph-orbit{
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }

.omni-drip .omni-glyph-orbit .omni-glyph{
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.omni-drip .omni-glyph-orbit .omni-glyph img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.omni-drip .omni-brand-name{
            font-size: 1.35rem;
            font-weight: 800;
            color: #f0f4fc;
            letter-spacing: -0.5px;
        }

.omni-drip .omni-brand-name span{
            color: #de3f5c;
        }

.omni-drip .omni-omni{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
        }

.omni-drip .omni-cylon{
            color: #a2b0cb;
            text-decoration: none;
            padding: 8px 18px;
            border-radius: 10px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.35s ease;
        }

.omni-drip .omni-cylon:hover{
            color: #f0f4fc;
            background: rgba(255, 255, 255, 0.05);
        }

.omni-drip .omni-cylon.omni-pulse{
            color: #fff;
            background: #de3f5c;
            box-shadow: 0 4px 15px rgba(222, 63, 92, 0.25);
        }

.omni-drip .omni-cylon.omni-pulse:hover{
            background: #c4324d;
        }

@media (max-width: 768px){.omni-drip{
                position: relative;
            }

.omni-drip .omni-orbit-omni{
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
            }

.omni-drip .omni-omni{
                width: 100%;
                justify-content: flex-start;
                gap: 4px;
            }

.omni-drip .omni-cylon{
                padding: 6px 12px;
                font-size: 0.88rem;
            }}

.omni-drip {
    background: rgb(13, 17, 26);
    background-image: none;
}

.sync-sync-shift {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--chroma-body);
}
.sync-sync-shift,
.sync-sync-shift *,
.sync-sync-shift *::before,
.sync-sync-shift *::after {
    box-sizing: border-box;
}

.sync-sync-shift nav,
.sync-sync-shift div,
.sync-sync-shift section,
.sync-sync-shift article,
.sync-sync-shift aside,
.sync-sync-shift p,
.sync-sync-shift h1,
.sync-sync-shift h2,
.sync-sync-shift h3,
.sync-sync-shift h4,
.sync-sync-shift h5,
.sync-sync-shift h6,
.sync-sync-shift a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.sync-sync-shift p,
.sync-sync-shift h1,
.sync-sync-shift h2,
.sync-sync-shift h3,
.sync-sync-shift h4,
.sync-sync-shift h5,
.sync-sync-shift h6 {
    text-decoration: none;
}

.sync-sync-shift img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.sync-sync-shift {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.sync-sync-shift a,
.sync-sync-shift a:hover,
.sync-sync-shift a:focus,
.sync-sync-shift a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.sync-sync-shift{
            background: #090c13;
            border-top: 1px solid #2a354d;
            padding: 60px 24px 30px;
        }

.sync-sync-shift .sync-orbit-shift{
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-between;
            margin-bottom: 40px;
        }

.sync-sync-shift .sync-frame-shift-brand{
            max-width: 360px;
            flex: 1;
            min-width: 250px;
        }

.sync-sync-shift .sync-focal-shift-glyph{
            font-size: 1.5rem;
            font-weight: 900;
            color: #f0f4fc;
            margin-bottom: 14px;
        }

.sync-sync-shift .sync-focal-shift-glyph span{
            color: #de3f5c;
        }

.sync-sync-shift .sync-trace-shift{
            font-size: 0.9rem;
            color: #6c7c9c;
            line-height: 1.7;
        }

.sync-sync-shift .sync-point-shift-links{
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
        }

.sync-sync-shift .sync-blend-shift-col{
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

.sync-sync-shift .sync-focal-col{
            font-size: 0.95rem;
            font-weight: 700;
            color: #f0f4fc;
            margin-bottom: 6px;
        }

.sync-sync-shift .sync-cylon-shift{
            color: #7a8ba9;
            text-decoration: none;
            font-size: 0.88rem;
            transition: color 0.35s ease;
        }

.sync-sync-shift .sync-cylon-shift:hover{
            color: #de3f5c;
        }

.sync-sync-shift .sync-base-bottom{
            max-width: 1320px;
            margin: 0 auto;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #53627c;
        }

@media (max-width: 768px){.sync-sync-shift .sync-base-bottom{
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }}