
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

    :root {
        --deep-blue: #1b2e6f;
        --title-blue: #24367a;
        --text-blue: #7482a1;
        --muted-blue: #97a4be;
        --primary-start: #1766ff;
        --primary-end: #5c95ff;
        --number-start: #62b1ff;
        --number-end: #1166ff;
        --card-border: rgba(209, 223, 248, 0.95);
        --card-shadow: 0 26px 60px rgba(110, 138, 199, 0.16);
    }

    * {
        box-sizing: border-box;
    }

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

    body {
        position: relative;
        overflow-x: hidden;
        min-height: 100vh;
        font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
        color: var(--deep-blue);
        background:
            radial-gradient(circle at 20% 29%, rgba(195, 214, 255, 0.28) 0, rgba(195, 214, 255, 0.28) 34px, transparent 35px),
            radial-gradient(circle at 100% 42%, rgba(205, 220, 255, 0.26) 0, rgba(205, 220, 255, 0.26) 168px, transparent 169px),
            radial-gradient(circle at 0 64%, rgba(198, 217, 255, 0.34) 0, rgba(198, 217, 255, 0.34) 150px, transparent 151px),
            linear-gradient(180deg, #ffffff 0%, #f9fbff 48%, #f2f6ff 100%);
    }

    body::before,
    body::after {
        content: "";
        position: fixed;
        pointer-events: none;
        border-radius: 50%;
        z-index: 0;
    }

    body::before {
        left: -118px;
        top: 178px;
        width: 246px;
        height: 246px;
        border: 1px solid rgba(181, 198, 236, 0.16);
        box-shadow:
            0 0 0 24px rgba(181, 198, 236, 0.06),
            0 0 0 50px rgba(181, 198, 236, 0.035);
    }

    body::after {
        right: -188px;
        top: 130px;
        width: 444px;
        height: 444px;
        border: 1px solid rgba(181, 198, 236, 0.11);
        box-shadow:
            0 0 0 72px rgba(181, 198, 236, 0.04),
            0 0 0 138px rgba(181, 198, 236, 0.028);
    }

    .page {
        position: relative;
        z-index: 1;
        min-height: 100vh;
        padding: 42px 32px 24px;
        overflow: hidden;
        isolation: isolate;
    }

    .page::before,
    .page::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
        min-width: 1320px;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }

    .page::before {
        bottom: -112px;
        height: 330px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(223, 233, 255, 0.7) 100%);
    }

    .page::after {
        bottom: -196px;
        height: 420px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, rgba(210, 224, 255, 0.42) 100%);
    }

    .ambient,
    .ambient::before,
    .ambient::after {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .ambient::before,
    .ambient::after {
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 166%;
        border-radius: 50%;
        z-index: 0;
    }

    .ambient::before {
        bottom: -124px;
        height: 400px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8%, rgba(201, 218, 255, 0.2) 100%);
    }

    .ambient::after {
        bottom: -248px;
        height: 540px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 28%, rgba(233, 240, 255, 0.82) 100%);
    }

    .ambient-dots,
    .ambient-dots::before,
    .ambient-plus,
    .ambient-plus::before,
    .ambient-plus::after,
    .ambient-orb {
        position: absolute;
        pointer-events: none;
    }

    .ambient-dots {
        top: 224px;
        left: 82px;
        width: 114px;
        height: 86px;
        z-index: 1;
        background-image: radial-gradient(circle, rgba(144, 175, 240, 0.34) 0 2px, transparent 2.2px);
        background-size: 18px 18px;
    }

    .ambient-dots::before {
        content: "";
        right: -1014px;
        top: 98px;
        width: 82px;
        height: 68px;
        opacity: 0.55;
        background-image: radial-gradient(circle, rgba(160, 188, 244, 0.24) 0 2px, transparent 2.2px);
        background-size: 16px 16px;
    }

    .ambient-plus {
        top: 276px;
        right: 516px;
        width: 18px;
        height: 18px;
        z-index: 1;
    }

    .ambient-plus::before,
    .ambient-plus::after {
        content: "";
        background: rgba(150, 181, 247, 0.48);
        border-radius: 999px;
    }

    .ambient-plus::before {
        inset: 7px 0;
    }

    .ambient-plus::after {
        inset: 0 7px;
    }

    .ambient-plus.second {
        top: 308px;
        right: 486px;
        width: 16px;
        height: 16px;
        transform: scale(0.84);
    }

    .ambient-orb {
        top: 210px;
        left: 274px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: radial-gradient(circle at 38% 34%, rgba(223, 234, 255, 0.96) 0%, rgba(185, 207, 253, 0.82) 100%);
        opacity: 0.75;
        z-index: 1;
    }

    .content {
        position: relative;
        z-index: 2;
        max-width: 1240px;
        margin: 0 auto;
        min-height: calc(100vh - 68px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 392px);
        align-items: center;
        gap: 86px;
    }

    .copy {
        max-width: 620px;
        padding-left: 50px;
        transform: translateY(-8px);
    }

    h1,
    h2,
    p {
        margin: 0;
    }

    .status-code {
        font-size: clamp(8.1rem, 15.2vw, 12rem);
        line-height: 0.84;
        font-weight: 800;
        font-family: "Inter", "Segoe UI", Arial, sans-serif;
        background: linear-gradient(180deg, var(--number-start) 0%, var(--number-end) 90%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        filter: drop-shadow(0 12px 26px rgba(69, 127, 241, 0.09));
        margin-bottom: 30px !important;
    }

    .main-title {
        font-size: clamp(3.4rem, 5.6vw, 4.95rem);
        line-height: 1.02;
        letter-spacing: -0.03em;
        font-weight: 400;
        font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
        color: var(--title-blue);
        font-size: 38px;
    }

    .description {
        margin-top: 20px;
        max-width: 610px;
        font-size: clamp(1.1rem, 1.05vw, 1.58rem);
        line-height: 1.92;
        letter-spacing: -0.01em;
        color: var(--text-blue);
        font-weight: 500;
    }

    .ticket-card {
        position: relative;
        width: 100%;
        border-radius: 26px;
        padding: 34px 32px 26px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%);
        border: 1px solid var(--card-border);
        box-shadow: var(--card-shadow);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .ticket-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
        pointer-events: none;
    }

    .ticket-card::after {
        content: "";
        position: absolute;
        right: 38px;
        top: 96px;
        width: 72px;
        height: 64px;
        opacity: 0.5;
        background-image: radial-gradient(circle, rgba(174, 197, 246, 0.22) 0 2px, transparent 2.2px);
        background-size: 16px 16px;
        pointer-events: none;
    }

    .card-icon-wrap {
        width: 112px;
        height: 112px;
        margin: 0 auto;
        border-radius: 50%;
        background: radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0.84) 30%, rgba(229, 237, 255, 0.98) 100%);
        display: grid;
        place-items: center;
    }

    .card-icon-wrap img {
        display: block;
        width: 82px;
        height: 82px;
        object-fit: contain;
    }

    .card-title {
        margin-top: 20px;
        text-align: center;
        font-size: 2rem;
        line-height: 1.15;
        font-weight: 800;
        font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
        color: var(--title-blue);
        letter-spacing: -0.03em;
    }

    .card-subtitle {
        margin-top: 18px;
        text-align: center;
        font-size: 1.02rem;
        line-height: 1.8;
        color: #8b97b0;
    }

    .action-button {
        margin-top: 26px;
        width: 100%;
        min-height: 72px;
        border-radius: 16px;
        padding: 18px 18px;
        background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
        color: #ffffff;
        font-size: 1.72rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.01em;
        font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        box-shadow: 0 18px 38px rgba(28, 101, 242, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .action-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 22px 42px rgba(28, 101, 242, 0.24);
    }

    .action-button:active {
        transform: translateY(0);
    }

    .action-button svg {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
        fill: currentColor;
    }

    .card-note {
        margin-top: 18px;
        text-align: center;
        font-size: 0.98rem;
        line-height: 1.8;
        color: #96a1b7;
    }

    .floating-cube {
        position: absolute;
        right: 6.7%;
        bottom: 124px;
        width: 128px;
        z-index: 1;
        pointer-events: none;
        filter: drop-shadow(0 16px 24px rgba(121, 151, 212, 0.12));
        animation: float-cube 6s ease-in-out infinite;
    }

    .floating-cube img {
        display: block;
        width: 100%;
        height: auto;
    }

    @keyframes float-cube {

        0%,
        100% {
            transform: translate3d(0, 0, 0);
        }

        50% {
            transform: translate3d(0, -8px, 0);
        }
    }

    @media (max-width: 1180px) {
        .content {
            gap: 68px;
            grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
        }

        .ambient-dots::before {
            right: -856px;
        }

        .floating-cube {
            right: 2.8%;
        }
    }

    @media (max-width: 960px) {
        body::after {
            right: -214px;
            top: 154px;
            width: 390px;
            height: 390px;
        }

        .page {
            padding: 34px 22px 18px;
        }

        .page::before {
            bottom: -86px;
            height: 250px;
        }

        .page::after {
            bottom: -150px;
            height: 320px;
        }

        .ambient::before {
            bottom: -94px;
            height: 300px;
        }

        .ambient::after {
            bottom: -188px;
            height: 400px;
        }

        .content {
            min-height: auto;
            grid-template-columns: 1fr;
            gap: 38px;
            padding: 70px 0 96px;
        }

        .copy {
            max-width: 100%;
            padding-left: 0;
            text-align: center;
            transform: none;
        }

        .description {
            margin-right: auto;
            margin-left: auto;
        }

        .ticket-card {
            max-width: 390px;
            margin: 0 auto;
        }

        .ambient-dots {
            top: 164px;
            left: 30px;
        }

        .ambient-dots::before,
        .ambient-plus,
        .ambient-plus.second,
        .ambient-orb {
            display: none;
        }

        .floating-cube {
            right: 28px;
            bottom: 26px;
            width: 110px;
        }
    }

    @media (max-width: 640px) {
        body::before {
            left: -92px;
            top: 118px;
            width: 188px;
            height: 188px;
            box-shadow:
                0 0 0 18px rgba(181, 198, 236, 0.05),
                0 0 0 36px rgba(181, 198, 236, 0.03);
        }

        body::after {
            right: -156px;
            top: 90px;
            width: 300px;
            height: 300px;
            box-shadow:
                0 0 0 48px rgba(181, 198, 236, 0.036),
                0 0 0 96px rgba(181, 198, 236, 0.024);
        }

        .page {
            padding: 24px 16px 12px;
        }

        .page::before {
            bottom: -64px;
            height: 200px;
        }

        .page::after {
            bottom: -108px;
            height: 250px;
        }

        .ambient::before {
            bottom: -84px;
            height: 230px;
        }

        .ambient::after {
            bottom: -142px;
            height: 300px;
        }

        .content {
            gap: 28px;
            padding: 64px 0 88px;
        }

        .status-code {
            font-size: clamp(6.6rem, 29vw, 8rem);
        }

        .main-title {
            margin-top: 8px;
            font-size: clamp(2.25rem, 10vw, 3rem);
            line-height: 1.05;
        }

        .description {
            margin-top: 16px;
            font-size: 1rem;
            line-height: 1.9;
        }

        .ticket-card {
            max-width: 100%;
            padding: 26px 20px 22px;
            border-radius: 22px;
        }

        .ticket-card::after {
            right: 18px;
            top: 86px;
            width: 62px;
            height: 56px;
            background-size: 14px 14px;
        }

        .card-icon-wrap {
            width: 102px;
            height: 102px;
        }

        .card-icon-wrap img {
            width: 74px;
            height: 74px;
        }

        .card-title {
            margin-top: 16px;
            font-size: 1.68rem;
        }

        .card-subtitle,
        .card-note {
            font-size: 0.95rem;
            line-height: 1.72;
        }

        .action-button {
            min-height: 62px;
            margin-top: 22px;
            font-size: 1.38rem;
            border-radius: 14px;
            padding: 16px 14px;
        }

        .action-button svg {
            width: 23px;
            height: 23px;
            flex-basis: 23px;
        }

        .ambient-dots {
            top: 132px;
            left: 18px;
            width: 92px;
            height: 74px;
            background-size: 16px 16px;
        }

        .floating-cube {
            right: 10px;
            bottom: 18px;
            width: 86px;
        }
    }
    .aboutimgdiv{
        display:none;
    }
