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

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

body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #f6ead2;
    background: #120c08;
}

.BeiJing {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse at top, rgba(232, 195, 122, 0.18), transparent 55%),
        linear-gradient(160deg, #1a120c 0%, #0c0907 45%, #24180f 100%);
    z-index: 0;
}

.ZhuKa {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: 420px;
    margin: 10vh auto 0;
    padding: 36px 28px 28px;
    border: 1px solid rgba(232, 195, 122, 0.28);
    border-radius: 18px;
    background: rgba(20, 14, 10, 0.78);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
}

.LogoQu {
    text-align: center;
    margin-bottom: 28px;
}

.LogoTu {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
}

.LogoTu svg {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 28px;
    letter-spacing: 6px;
    font-weight: 700;
    color: #f3d9a0;
}

.FuBiao {
    margin-top: 8px;
    color: #cbb48a;
    font-size: 13px;
    letter-spacing: 2px;
}

label {
    display: block;
    margin-bottom: 16px;
}

label span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #d7c39a;
}

input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(232, 195, 122, 0.35);
    border-radius: 10px;
    background: rgba(8, 6, 4, 0.65);
    color: #fff7e6;
    font-size: 16px;
    outline: none;
}

input:focus {
    border-color: #e8c37a;
}

button {
    width: 100%;
    height: 48px;
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #e8c37a, #c89a42);
    color: #2a1c0b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.CiAnNiu {
    margin-top: 12px;
    background: transparent;
    border: 1px solid rgba(232, 195, 122, 0.45);
    color: #e8c37a;
    font-weight: 600;
    display: none;
}

.DingWeiZhuangTai {
    margin: 4px 0 4px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: #e8c37a;
}

.DingWeiZhuangTai.ShiBai {
    color: #ffb4a2;
}

.DingWeiZhuangTai.ChengGong {
    color: #b7e3b0;
}

.TiShi {
    min-height: 20px;
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
    color: #e8c37a;
}
