html,
body {
    min-height: 100%;
}

body.dist-home {
    margin: 0;
    background: #f5f6fa;
    color: #1b2840;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.src-homepage {
    min-height: 100vh;
}

.src-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

.src-header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.src-logo {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(18, 53, 118, 0.18);
    flex: 0 0 auto;
}

.src-logo:hover,
.src-logo:focus {
    color: #fff;
    text-decoration: none;
}

.src-header-right {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.src-nav {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    white-space: nowrap;
}

.src-nav a,
.src-header-contact {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(18, 53, 118, 0.18);
}

.src-nav a:hover,
.src-nav a:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
}

.src-header-auth {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.src-header-auth a {
    min-width: 58px;
    height: 34px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,0.72);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255,255,255,0.04);
}

.src-header-auth a:hover,
.src-header-auth a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}

.src-hero {
    position: relative;
    overflow: hidden;
    margin-top: -88px;
    padding-top: 176px;
    background:
        radial-gradient(circle at 26% 36%, rgba(255, 255, 255, 0.24), transparent 20%),
        radial-gradient(circle at 38% 52%, rgba(255, 255, 255, 0.14), transparent 18%),
        radial-gradient(circle at 76% 26%, rgba(255, 255, 255, 0.18), transparent 22%),
        radial-gradient(circle at 60% 74%, rgba(130, 214, 255, 0.18), transparent 20%),
        linear-gradient(135deg, #5d9af7 0%, #4280f0 45%, #3567ea 100%);
}

.src-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(117, 241, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(117, 241, 255, 0.18) 1px, transparent 1px);
    background-size: 132px 132px;
    clip-path: polygon(48% 0, 100% 0, 100% 100%, 28% 100%);
    transform: perspective(720px) rotateX(72deg);
    transform-origin: center 70%;
    opacity: 0.22;
}

.src-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 40% 42%, rgba(255,255,255,0.22), transparent 14%),
        radial-gradient(circle at 52% 48%, rgba(255,255,255,0.12), transparent 10%),
        radial-gradient(circle at 19% 82%, rgba(122, 182, 255, 0.24), transparent 11%);
}

.src-hero-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 180px;
    background-image: radial-gradient(rgba(255,255,255,0.28) 26%, transparent 28%);
    background-size: 30px 30px;
}

.src-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.src-hero-left {
    width: 44%;
    padding-top: 8px;
    color: #fff;
    margin-left: 8px;
}

.src-hero-slide h1 {
    margin: 0 0 26px;
    font-size: 64px;
    line-height: 1.14;
    font-weight: 700;
}

.src-hero-slide p {
    margin: 0;
    max-width: 520px;
    color: rgba(255,255,255,0.9);
    font-size: 17px;
    line-height: 1.95;
}

.src-hero-button {
    min-width: 250px;
    height: 50px;
    margin-top: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffbc46, #ff9436);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(255, 148, 54, 0.28);
}

.src-hero-button:hover,
.src-hero-button:focus {
    color: #fff;
    text-decoration: none;
}

.src-hero-right {
    position: relative;
    width: 52%;
    min-height: 590px;
}

.src-scene-shell {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 590px;
}

.src-scene-backdrop {
    position: absolute;
    border-radius: 32px;
    filter: blur(2px);
}

.src-scene-backdrop-left {
    left: 84px;
    top: 164px;
    width: 268px;
    height: 250px;
    background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(111, 220, 255, 0.08));
    border: 1px solid rgba(255,255,255,0.18);
}

.src-scene-backdrop-right {
    right: 34px;
    top: 110px;
    width: 208px;
    height: 208px;
    background: linear-gradient(180deg, rgba(255, 204, 102, 0.24), rgba(255,255,255,0.08));
    border: 1px solid rgba(255,255,255,0.14);
}

.src-device-mock,
.src-info-card,
.src-floating-chip,
.src-connector {
    position: absolute;
}

.src-device-mock {
    left: 126px;
    top: 106px;
    width: 286px;
    height: 410px;
    padding: 18px 16px;
    border-radius: 36px;
    background: linear-gradient(180deg, #fefefe 0%, #eef5ff 100%);
    box-shadow: 0 28px 62px rgba(26, 65, 155, 0.22);
}

.src-device-head {
    width: 112px;
    height: 8px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: rgba(38, 79, 150, 0.18);
}

.src-device-screen {
    height: 348px;
    padding: 20px 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    box-shadow: inset 0 0 0 1px rgba(51, 103, 193, 0.08);
}

.src-device-app {
    display: flex;
    align-items: center;
    gap: 12px;
}

.src-device-app-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffd15c, #ff9341 45%, #3076f1);
    box-shadow: 0 10px 18px rgba(48, 118, 241, 0.18);
}

.src-device-app-copy strong,
.src-device-list-row span,
.src-info-card strong,
.src-floating-chip {
    display: block;
}

.src-device-app-copy strong {
    color: #1e3764;
    font-size: 17px;
    font-weight: 700;
}

.src-device-app-copy small {
    display: block;
    margin-top: 4px;
    color: #7387a4;
    font-size: 12px;
}

.src-device-progress {
    height: 10px;
    margin: 22px 0 20px;
    border-radius: 999px;
    background: #e9f0fb;
    overflow: hidden;
}

.src-device-progress-bar {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2c75ef, #6bbcff);
}

.src-device-list {
    display: grid;
    gap: 12px;
}

.src-device-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 13px;
    border-radius: 18px;
    background: #f5f8fd;
}

.src-device-list-row span {
    color: #35507c;
    font-size: 14px;
    font-weight: 600;
}

.src-device-list-row em {
    padding: 6px 10px;
    border-radius: 999px;
    background: #e3f5ea;
    color: #218653;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.src-info-card {
    border-radius: 26px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 20px 36px rgba(31, 74, 168, 0.14);
}

.src-info-card-release {
    top: 54px;
    right: 18px;
    width: 232px;
    padding: 22px 22px 20px;
}

.src-info-card-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ebf3ff;
    color: #2b77ef;
    font-size: 12px;
    font-weight: 700;
}

.src-info-card strong {
    color: #1f3763;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.src-info-card p {
    margin: 10px 0 0;
    color: #7387a4;
    font-size: 13px;
    line-height: 1.7;
}

.src-info-card-qrcode {
    left: 58px;
    bottom: 112px;
    width: 182px;
    padding: 18px 18px 16px;
    text-align: center;
}

.src-qrcode-glyph {
    width: 74px;
    height: 74px;
    margin: 0 auto 12px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, #173c76 0 8px, transparent 8px 18px, #173c76 18px 26px, transparent 26px 48px, #173c76 48px 56px, transparent 56px),
        linear-gradient(#173c76 0 8px, transparent 8px 18px, #173c76 18px 26px, transparent 26px 48px, #173c76 48px 56px, transparent 56px),
        #fff;
    box-shadow: inset 0 0 0 8px #fff, 0 0 0 1px #dce7f8;
}

.src-info-card-status {
    right: 48px;
    bottom: 74px;
    width: 244px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.src-status-dot {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    border-radius: 50%;
    background: #22c06f;
    box-shadow: 0 0 0 8px rgba(34, 192, 111, 0.14);
    flex: 0 0 auto;
}

.src-connector {
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.82), rgba(255,255,255,0));
    transform-origin: left center;
    opacity: 0.72;
}

.src-connector-one {
    left: 336px;
    top: 170px;
    width: 150px;
    transform: rotate(-14deg);
}

.src-connector-two {
    left: 178px;
    bottom: 168px;
    width: 132px;
    transform: rotate(18deg);
}

.src-floating-chip {
    padding: 9px 16px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 14px 28px rgba(35, 80, 169, 0.22);
}

.src-floating-chip-ios {
    left: 88px;
    top: 126px;
    background: linear-gradient(135deg, #2b77ef, #5db8ff);
}

.src-floating-chip-android {
    right: 70px;
    top: 310px;
    background: linear-gradient(135deg, #8fcf51, #4fc98e);
}

.src-wave {
    position: relative;
    z-index: 2;
    margin-top: -122px;
}

.src-wave svg {
    display: block;
    width: 100%;
    height: 286px;
}

.src-apps {
    padding: 54px 0 46px;
}

.src-apps-tight {
    padding-top: 22px;
}

.src-section-head {
    text-align: center;
    margin-bottom: 32px;
}

.src-section-head h2 {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}

.src-section-head p,
.src-app-card p {
    margin: 0;
    color: #6b7d92;
    font-size: 15px;
    line-height: 1.85;
}

.src-app-card,
.src-app-empty {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(26, 39, 62, 0.08);
}

.src-app-card {
    height: 100%;
    position: relative;
    padding: 26px 24px 24px;
    overflow: hidden;
    border: 1px solid rgba(204, 220, 243, 0.75);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.src-app-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(64, 128, 240, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.72), rgba(246,250,255,0.92));
    opacity: 1;
    pointer-events: none;
}

.src-app-card > * {
    position: relative;
    z-index: 1;
}

.src-app-card:hover,
.src-app-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(73, 124, 233, 0.34);
    box-shadow: 0 24px 54px rgba(25, 59, 119, 0.14);
}

.src-app-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.src-app-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #edf4ff, #d9e7ff);
    color: #1f64e0;
    font-size: 16px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 10px 20px rgba(42, 98, 195, 0.10);
}

.src-app-platform {
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f9fbff, #eef4fb);
    border: 1px solid rgba(210, 221, 238, 0.9);
    color: #58708e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.src-app-card h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.32;
    font-weight: 700;
    color: #17283f;
}

.src-app-card p {
    min-height: 82px;
}

.src-app-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 24px;
}

.src-app-meta > div {
    padding: 14px 14px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(221, 231, 243, 0.88);
}

.src-app-meta dt {
    color: #6b7d92;
    font-size: 12px;
    font-weight: 600;
}

.src-app-meta dd {
    margin: 6px 0 0;
    color: #1b2840;
    font-size: 15px;
    font-weight: 700;
}

.src-app-button {
    width: 100%;
    min-height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f64e0, #2b77ef);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(31, 100, 224, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.src-app-button:hover,
.src-app-button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(31, 100, 224, 0.26);
}

.src-app-empty {
    padding: 42px 26px;
    text-align: center;
}

.src-footer {
    background: #1b2536;
    color: #fff;
    margin-top: 36px;
    padding: 42px 0 18px;
    border-top: 1px solid rgba(255,255,255,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.src-footer-main {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
}

.src-footer-left {
    display: flex;
    gap: 42px;
    flex: 1 1 auto;
}

.src-footer-left dl {
    margin: 0;
    min-width: 180px;
}

.src-footer-left dt {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.src-footer-left dd {
    margin: 0 0 10px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.8;
}

.src-footer-left a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
}

.src-footer-left a:hover,
.src-footer-left a:focus {
    color: #fff;
    text-decoration: none;
}

.src-footer-right {
    text-align: center;
    flex: 0 0 180px;
    padding: 12px 0 0;
}

.src-footer-qrcode {
    width: 108px;
    height: 108px;
    margin: 0 auto 10px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1d406f;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(0,0,0,0.14);
}

.src-footer-right p,
.src-footer-mobile {
    color: rgba(255,255,255,0.82);
    font-size: 13px;
}

.src-footer-right p {
    margin: 0;
}

.src-footer-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.src-footer-mobile a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
}

body.dist-landing {
    margin: 0;
    background: #f5f6fa;
    color: #1b2840;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.dist-site {
    min-height: 100vh;
}

.dist-header {
    background: rgba(255,255,255,0.94);
    border-bottom: 1px solid rgba(24, 40, 61, 0.08);
}

.dist-header-solid {
    position: relative;
}

.dist-header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dist-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #1b2840;
    text-decoration: none;
}

.dist-logo:hover,
.dist-logo:focus {
    color: #1b2840;
    text-decoration: none;
}

.dist-logo-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #16458c, #2a74ea);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.dist-logo-copy strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.dist-logo-copy small {
    display: block;
    margin-top: 3px;
    color: #6b7d92;
    font-size: 12px;
}

.dist-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.dist-header-link {
    color: #41546a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.dist-header-link:hover,
.dist-header-link:focus {
    color: #1f64e0;
    text-decoration: none;
}

.dist-landing-hero {
    padding: 40px 0 30px;
}

.dist-panel {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(24, 40, 61, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(18, 38, 67, 0.07);
}

.dist-detail-panel,
.dist-download-box,
.dist-info-panel,
.dist-shot-panel {
    padding: 28px;
}

.dist-detail-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.dist-detail-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #edf4ff, #d9e7ff);
    color: #1f64e0;
    font-size: 20px;
    font-weight: 700;
}

.dist-tag {
    display: inline-block;
    margin-bottom: 16px;
    color: #1f64e0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.dist-detail-copy h1 {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 700;
}

.dist-detail-copy p,
.dist-download-box-head p,
.dist-info-panel p,
.dist-shot-panel p {
    margin: 0;
    color: #6b7d92;
    font-size: 16px;
    line-height: 1.85;
}

.dist-device-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f4f7fb;
}

.dist-device-box p {
    margin: 0;
    color: #6b7d92;
}

.dist-device-chip {
    min-width: 70px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: #1f64e0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.dist-detail-meta dt {
    color: #6b7d92;
    font-size: 12px;
    font-weight: 600;
}

.dist-detail-meta dd {
    margin: 6px 0 0;
    color: #1b2840;
    font-size: 15px;
    font-weight: 700;
}

.dist-status-box {
    margin-top: 24px;
    padding: 16px 18px;
    border-left: 4px solid #1f64e0;
    background: #f8fbff;
    border-radius: 14px;
}

.dist-status-box strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.dist-download-box-head h2,
.dist-info-panel h2,
.dist-shot-panel h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.dist-download-actions {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.dist-download-action {
    display: block;
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(24, 40, 61, 0.09);
    text-decoration: none;
    transition: all 0.2s ease;
}

.dist-download-action span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.dist-download-action small {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.7;
}

.dist-download-action.is-primary {
    background: linear-gradient(135deg, #1f64e0, #2b77ef);
    color: #fff;
    box-shadow: 0 14px 30px rgba(31, 99, 223, 0.24);
}

.dist-download-action.is-primary small {
    color: rgba(255, 255, 255, 0.84);
}

.dist-download-action.is-secondary {
    background: #f8fbff;
    color: #18283d;
}

.dist-download-action.is-secondary small {
    color: #6b7d92;
}

.dist-download-action.is-disabled {
    background: #f1f4f7;
    color: #8a98a8;
    cursor: not-allowed;
}

.dist-download-action:hover,
.dist-download-action:focus {
    color: inherit;
    text-decoration: none;
}

.dist-qr-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(24, 40, 61, 0.08);
}

.dist-qr-mock {
    width: 94px;
    height: 94px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(45deg, #d9e7ff 25%, transparent 25%) -12px 0/24px 24px,
        linear-gradient(-45deg, #d9e7ff 25%, transparent 25%) -12px 0/24px 24px,
        linear-gradient(45deg, transparent 75%, #d9e7ff 75%) -12px 0/24px 24px,
        linear-gradient(-45deg, transparent 75%, #d9e7ff 75%) -12px 0/24px 24px,
        #f6f9fe;
    color: #173c76;
    font-weight: 700;
}

.dist-bullet-list {
    margin: 18px 0 0;
    padding-left: 20px;
    color: #6b7d92;
}

.dist-bullet-list li {
    margin-bottom: 10px;
    line-height: 1.75;
}

.dist-shot-mock {
    height: 160px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #edf4ff, #dbe7fb);
    color: #173c76;
    font-size: 15px;
    font-weight: 700;
}

.dist-footer {
    padding: 26px 0 36px;
}

.dist-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(27, 40, 64, 0.08);
}

.dist-footer-inner p,
.dist-footer-meta {
    color: #6b7d92;
    font-size: 13px;
}

.dist-footer-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .src-header-inner,
    .src-header-right,
    .src-nav,
    .src-footer-main,
    .src-footer-left,
    .dist-header-inner,
    .dist-header-actions,
    .dist-detail-head,
    .dist-qr-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .src-hero-inner {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 90px;
    }

    .src-hero-left,
    .src-hero-right {
        width: 100%;
    }

    .src-hero-right {
        min-height: 520px;
    }

    .src-scene-shell {
        min-height: 520px;
        margin-top: 24px;
    }

    .src-device-mock {
        left: 84px;
        top: 92px;
    }

    .src-info-card-release {
        right: 20px;
    }

    .src-info-card-qrcode {
        left: 18px;
        bottom: 82px;
    }

    .src-info-card-status {
        right: 18px;
        bottom: 46px;
    }

    .src-app-meta,
    .dist-detail-meta {
        grid-template-columns: 1fr;
    }

    .src-hero-slide h1,
    .dist-detail-copy h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .src-header-inner,
    .dist-header-inner {
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .src-hero {
        padding-top: 110px;
    }

    .src-hero-slide h1,
    .dist-detail-copy h1 {
        font-size: 30px;
    }

    .src-hero-right,
    .src-scene-shell {
        min-height: 430px;
    }

    .src-hero-right {
        display: flex;
        justify-content: center;
    }

    .src-scene-shell {
        width: 286px;
        max-width: 100%;
        margin-top: 18px;
    }

    .src-scene-backdrop-left {
        left: 18px;
        top: 118px;
        width: 154px;
        height: 152px;
    }

    .src-scene-backdrop-right {
        right: 8px;
        top: 84px;
        width: 112px;
        height: 112px;
    }

    .src-device-mock {
        left: 40px;
        top: 74px;
        width: 178px;
        height: 280px;
        padding: 14px 12px;
        border-radius: 28px;
    }

    .src-device-head {
        width: 78px;
        margin-bottom: 12px;
    }

    .src-device-screen {
        height: 228px;
        padding: 14px 12px;
        border-radius: 20px;
    }

    .src-device-app-icon {
        width: 34px;
        height: 34px;
        border-radius: 11px;
    }

    .src-device-app-copy strong {
        font-size: 14px;
    }

    .src-device-app-copy small,
    .src-device-list-row span,
    .src-device-list-row em,
    .src-info-card p {
        font-size: 11px;
    }

    .src-device-progress {
        margin: 16px 0 14px;
    }

    .src-device-list {
        gap: 8px;
    }

    .src-device-list-row {
        padding: 10px;
        border-radius: 14px;
    }

    .src-info-card-release {
        top: 36px;
        right: 0;
        width: 106px;
        padding: 10px 10px 9px;
        border-radius: 18px;
    }

    .src-info-card-kicker {
        margin-bottom: 8px;
        padding: 4px 8px;
        font-size: 10px;
    }

    .src-info-card strong {
        font-size: 13px;
    }

    .src-info-card-qrcode {
        left: 0;
        bottom: 38px;
        width: 92px;
        padding: 9px 8px 8px;
        border-radius: 18px;
    }

    .src-qrcode-glyph {
        width: 46px;
        height: 46px;
        margin-bottom: 8px;
        border-radius: 12px;
        box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #dce7f8;
    }

    .src-info-card-status {
        right: 0;
        bottom: 16px;
        width: 116px;
        padding: 10px 10px;
        gap: 8px;
        border-radius: 18px;
    }

    .src-status-dot {
        width: 10px;
        height: 10px;
        margin-top: 3px;
        box-shadow: 0 0 0 5px rgba(34, 192, 111, 0.14);
    }

    .src-connector-one {
        left: 202px;
        top: 116px;
        width: 42px;
    }

    .src-connector-two {
        left: 84px;
        bottom: 92px;
        width: 42px;
    }

    .src-floating-chip {
        padding: 6px 10px;
        font-size: 10px;
        box-shadow: 0 8px 18px rgba(35, 80, 169, 0.22);
    }

    .src-floating-chip-ios {
        left: 4px;
        top: 88px;
    }

    .src-floating-chip-android {
        right: 2px;
        top: 230px;
    }

    .src-app-card,
    .src-app-empty,
    .dist-detail-panel,
    .dist-download-box,
    .dist-info-panel,
    .dist-shot-panel {
        padding: 20px;
    }
}

body.ff-clone-page {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    color: #30374a;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.ff-wechat-blocked {
    overflow: hidden;
}

.ff-modal-open {
    overflow: hidden;
}

.ff-clone,
.ff-clone-main {
    min-height: 100vh;
}

.ff-clone-top {
    height: 152px;
    background: #fff url("/downloads/target-desktop.png") center top / cover no-repeat;
}

.ff-clone-main {
    display: flex;
    justify-content: center;
    padding: 66px 16px 0;
}

.ff-clone-card {
    width: 100%;
    max-width: 920px;
    text-align: center;
}

.ff-icon-shell {
    width: 164px;
    height: 164px;
    margin: 0 auto 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
}

.ff-icon-shell img {
    width: 108px;
    height: 108px;
    border-radius: 24px;
    object-fit: cover;
}

.ff-icon-shell span {
    width: 108px;
    height: 108px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffce78, #2682f5);
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ff-title {
    margin: 0;
    color: #24385a;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.18;
}

.ff-meta {
    margin-top: 26px;
    color: #4b566f;
    font-size: 18px;
    line-height: 1.8;
}

.ff-meta span {
    display: inline-block;
    margin: 0 10px;
}

.ff-divider {
    width: 100%;
    max-width: 920px;
    height: 1px;
    margin: 44px auto 58px;
    background: #e0e0e0;
}

.ff-download-btn {
    width: 182px;
    height: 52px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2780e6;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transition: background 0.18s ease;
}

.ff-download-btn:hover,
.ff-download-btn:focus {
    color: #fff;
    text-decoration: none;
    background: #1c75dd;
}

.ff-download-btn.is-disabled {
    background: #b5c0d4;
    cursor: not-allowed;
}

.ff-download-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.ff-download-btn span {
    font-size: 20px;
    font-weight: 600;
}

.ff-install-target {
    margin: 18px 0 0;
    color: #4d5568;
    font-size: 18px;
    font-weight: 600;
}

.ff-qrcode {
    width: 150px;
    height: 150px;
    margin: 42px auto 0;
    padding: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-sizing: border-box;
}

.ff-qrcode img,
.ff-qrcode canvas {
    display: block;
    width: 132px;
    height: 132px;
}

.ff-qrcode-text {
    margin-top: 12px;
    color: #888;
    font-size: 18px;
}

.ff-copy-section {
    width: 100%;
    max-width: 860px;
    margin: 72px auto 0;
    text-align: left;
}

.ff-copy-section h2 {
    margin: 0 0 18px;
    color: #1f2f4c;
    font-size: 28px;
    font-weight: 700;
}

.ff-copy-section p {
    margin: 0;
    color: #384861;
    font-size: 18px;
    line-height: 1.75;
}

.ff-footer {
    padding: 122px 0 34px;
    text-align: center;
}

.ff-footer-link {
    border: 0;
    padding: 0;
    background: transparent;
    color: #1f75ec;
    font-size: 16px;
    line-height: 1.5;
}

.ff-footer-separator {
    margin: 0 8px;
    color: #1f75ec;
}

.ff-wechat-guide {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    background: rgba(20, 24, 32, 0.78);
}

.ff-wechat-guide.is-visible {
    display: block;
}

.ff-wechat-guide-arrow {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 108px;
    height: 136px;
    pointer-events: none;
}

.ff-wechat-guide-arrow svg {
    width: 100%;
    height: 100%;
}

.ff-wechat-guide-arrow path {
    fill: none;
    stroke: #fff;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ff-wechat-guide-content {
    position: absolute;
    top: 172px;
    left: 44px;
    right: 34px;
}

.ff-wechat-guide-step {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ff-wechat-guide-step + .ff-wechat-guide-step {
    margin-top: 14px;
}

.ff-wechat-guide-index {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #33b6ff, #1f6fff);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    flex: 0 0 auto;
}

.ff-wechat-guide-step p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.ff-wechat-guide-strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    margin: 0 6px;
    border-radius: 8px;
    background: rgba(34, 38, 46, 0.92);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: middle;
}

.ff-wechat-guide-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(34, 38, 46, 0.96);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
}

.ff-wechat-guide-pill i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.16);
    flex: 0 0 auto;
}

.ff-wechat-guide-pill i::before,
.ff-wechat-guide-pill i::after {
    content: "";
    position: absolute;
}

.ff-wechat-guide-pill i::before {
    inset: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.ff-wechat-guide-pill i::after {
    left: 7px;
    top: 1px;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
}

.ff-wechat-guide-note {
    margin: 24px 0 0 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.75;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.ff-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    background: rgba(0, 0, 0, 0.36);
}

.ff-modal-backdrop.is-visible {
    display: block;
}

.ff-modal {
    position: fixed;
    inset: 0;
    z-index: 1210;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.ff-modal.is-visible {
    display: flex;
}

.ff-modal-body {
    width: 100%;
    max-width: 520px;
    padding: 28px 28px 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.ff-modal-body h3 {
    margin: 0 0 18px;
    color: #1f2f4c;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.ff-modal-body p {
    margin: 0 0 16px;
    color: #4c5870;
    font-size: 15px;
    line-height: 1.85;
}

.ff-modal-body-compact {
    max-width: 420px;
    padding-top: 26px;
    text-align: center;
}

.ff-modal-body-compact p {
    margin-bottom: 22px;
}

.ff-modal-action {
    min-width: 120px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #2780e6;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.ff-modal-action.is-muted {
    background: #edf2fb;
    color: #35507c;
}

.ff-report-field {
    display: block;
    margin: 18px 0 0;
}

.ff-report-field span {
    display: block;
    margin-bottom: 8px;
    color: #31415f;
    font-size: 14px;
    font-weight: 600;
}

.ff-report-field textarea,
.ff-report-field input {
    width: 100%;
    border: 1px solid #d6deea;
    border-radius: 12px;
    padding: 12px 14px;
    color: #31415f;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.ff-report-actions {
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 991px) {
    .ff-clone-main {
        padding-top: 54px;
    }

    .ff-title {
        font-size: 40px;
    }

    .ff-meta {
        font-size: 17px;
    }

    .ff-copy-section {
        margin-top: 64px;
    }
}

@media (max-width: 767px) {
    .ff-clone-top {
        height: 44px;
        background-size: 1440px auto;
        background-position: center top;
    }

    .ff-clone-main {
        padding: 48px 14px 0;
    }

    .ff-icon-shell {
        width: 122px;
        height: 122px;
        margin-bottom: 22px;
        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.10);
    }

    .ff-icon-shell img,
    .ff-icon-shell span {
        width: 84px;
        height: 84px;
        border-radius: 20px;
    }

    .ff-icon-shell span {
        font-size: 28px;
    }

    .ff-title {
        font-size: 26px;
    }

    .ff-meta {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .ff-meta span {
        margin: 0 6px;
    }

    .ff-divider {
        margin: 30px auto 28px;
    }

    .ff-download-btn {
        width: 214px;
        height: 50px;
        border-radius: 999px;
    }

    .ff-download-btn span {
        font-size: 18px;
    }

    .ff-install-target {
        margin-top: 16px;
        font-size: 16px;
    }

    .ff-qrcode {
        width: 130px;
        height: 130px;
        padding: 7px;
        margin-top: 30px;
    }

    .ff-qrcode img,
    .ff-qrcode canvas {
        width: 114px;
        height: 114px;
    }

    .ff-qrcode-text {
        font-size: 15px;
    }

    .ff-copy-section {
        margin-top: 54px;
    }

    .ff-copy-section h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .ff-copy-section p {
        font-size: 16px;
    }

    .ff-footer {
        padding: 106px 0 28px;
    }

    .ff-wechat-guide-arrow {
        top: 14px;
        right: 10px;
        width: 72px;
        height: 92px;
    }

    .ff-wechat-guide-content {
        top: 144px;
        left: 18px;
        right: 18px;
    }

    .ff-wechat-guide-step {
        gap: 10px;
        align-items: flex-start;
    }

    .ff-wechat-guide-step p {
        font-size: 15px;
    }

    .ff-wechat-guide-strong {
        min-width: 32px;
        height: 24px;
        margin: 0 4px;
        font-size: 16px;
    }

    .ff-wechat-guide-pill {
        gap: 6px;
        margin-left: 4px;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 7px;
    }

    .ff-wechat-guide-pill i {
        width: 14px;
        height: 14px;
    }

    .ff-wechat-guide-pill i::before {
        inset: 2px;
        border-width: 1.5px;
    }

    .ff-wechat-guide-pill i::after {
        left: 5px;
        top: 1px;
        width: 1.5px;
        height: 10px;
    }

    .ff-wechat-guide-note {
        margin: 16px 0 0 30px;
        font-size: 12px;
    }
}
