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

body {
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    background: radial-gradient(circle at 0% 70%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 28%),
                radial-gradient(circle at 100% 20%, rgba(255,255,255,.14) 0, rgba(255,255,255,0) 24%),
                linear-gradient(180deg, #5f72d8 0%, #6c57b4 58%, #6f4fb0 100%);
    color: #fff;
    overflow-x: hidden;
}

._x7k2m {
    position: fixed;
    right: 18px;
    top: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    z-index: 10;
    font-size: 18px;
    transition: all 0.3s ease;
}

._x7k2m:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1.05);
}

._p3n9q {
    max-width: 430px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 20px 16px 28px;
}

._c8w1a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 20px;
    font-weight: 800;
}

._c8w1a img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
}

._h4e6b {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

._h4e6b img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
}

._t2r5c {
    text-align: center;
    margin-bottom: 18px;
}

._t2r5c h1 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 800;
}

._t2r5c p {
    font-size: 15px;
    line-height: 1.35;
    opacity: .92;
}

._m9j0d {
    background: rgba(255,255,255,.92);
    border-radius: 16px;
    padding: 24px 18px 16px;
    color: #282a32;
    box-shadow: 0 14px 34px rgba(0,0,0,.16);
    backdrop-filter: blur(8px);
}

._m9j0d h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 800;
}

._m9j0d ._s1u7e {
    text-align: center;
    color: #666b78;
    margin-bottom: 16px;
    font-size: 15px;
}

._f6k3g ._d4p8h {
    margin-bottom: 12px;
}

._a2c5i {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #d8dce8;
    border-radius: 12px;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}

._a2c5i:focus-within {
    border-color: #6b6ff3;
    box-shadow: 0 0 0 3px rgba(107,111,243,.14);
}

._a2c5i ._b7d1j {
    width: 42px;
    text-align: center;
    font-size: 16px;
    color: #7b8194;
    user-select: none;
}

._a2c5i input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #333;
    font-size: 15px;
    height: 46px;
    padding-right: 10px;
}

._a2c5i input::placeholder {
    color: #a2a8b8;
}

._w3l9k {
    border: none;
    background: transparent;
    color: #5e66f0;
    font-size: 13px;
    padding: 0 12px;
    cursor: pointer;
    height: 46px;
}

._e8q4n {
    display: flex;
    justify-content: flex-end;
    margin: 8px 2px 10px;
}

._e8q4n a {
    color: #69708a;
    text-decoration: none;
    font-size: 13px;
}

._g5t2o {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #6074da, #6c59bb);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 4px;
    transition: all 0.3s ease;
}

._g5t2o:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(96, 116, 218, 0.4);
}

._g5t2o:active {
    transform: translateY(0);
}

._i1f6p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    border: 1px solid #cfd5ec;
    color: #5f6ade;
    border-radius: 12px;
    padding: 0 16px;
    height: 46px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    background: #f6f8ff;
    transition: all 0.3s ease;
}

._i1f6p:hover {
    background: #eef1ff;
    border-color: #5f6ade;
}

._k9s3r {
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-14px);
    top: 18px;
    background: #5e66f0;
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    opacity: 0;
    transition: .25s;
    z-index: 2000;
    max-width: 90%;
    text-align: center;
    font-size: 13px;
}

._k9s3r._v4h8s {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

._y2u7t {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

._n6m1u {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    animation: _kf9x2 1s linear infinite;
}

@keyframes _kf9x2 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    ._p3n9q {
        padding: 15px 12px 24px;
    }

    ._h4e6b img {
        height: 185px;
    }

    ._t2r5c h1 {
        font-size: 24px;
    }

    ._m9j0d {
        padding: 20px 16px 14px;
    }
}

@media (max-width: 480px) {
    ._h4e6b img {
        height: 185px;
    }

    ._t2r5c h1 {
        font-size: 22px;
    }

    ._t2r5c p {
        font-size: 14px;
    }
}
