* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: #eef1f6;
    color: #111827;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

.stage {
    width: min(1536px, 100vw);
    height: var(--stage-height, 1024px);
    margin: 0 auto;
    overflow: hidden;
}

.canvas {
    position: relative;
    width: 1536px;
    min-height: 1024px;
    margin: 0;
    overflow: hidden;
    background: #f4f6f9;
    box-shadow: 0 24px 80px rgba(20, 25, 40, 0.12);
    transform: scale(var(--stage-scale, 1));
    transform-origin: top left;
}

.nav {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 240px 1fr 420px;
    align-items: center;
    height: 62px;
    padding: 0 30px;
    background: #fff;
    border-bottom: 1px solid #edf0f5;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-mark {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ee1f25;
}

.brand-mark::before {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 18px;
    height: 18px;
    color: #fff;
    content: "";
    background:
    linear-gradient(currentColor, currentColor) 50% 0 / 4px 18px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) 0 50% / 18px 4px no-repeat;
    transform: rotate(45deg);
}

.brand-mark::after {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ee1f25;
    content: "";
}

.brand-title {
    display: block;
    color: #111827;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.brand-sub {
    display: block;
    margin-top: 4px;
    color: #111827;
    font-size: 8px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 42px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.menu a {
    position: relative;
    color: #101828;
    text-decoration: none;
}

.menu .active {
    color: #ed1c24;
}

.menu .active::after {
    position: absolute;
    right: 0;
    bottom: -21px;
    left: 0;
    height: 3px;
    border-radius: 3px;
    background: #ed1c24;
    content: "";
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    padding-left: 26px;
    border-left: 1px solid #dadde4;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
}

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

.phone {
    color: #ed1c24;
}

.phone-text {
    margin-left: 2px;
    color: #111827;
    font-size: 11px;
    font-weight: 500;
}

.hero {
    position: relative;
    width: 1536px;
    height: 464px;
    overflow: hidden;
    background: linear-gradient(90deg, #080a29 0%, #121447 55%, #170829 100%);
    color: #fff;
}

.hero-bg,
.portrait,
.year-badge,
.media-img {
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portrait {
    position: absolute;
    top: 61px;
    left: 744px;
    width: 462px;
    height: 403px;
    object-fit: contain;
}

.year-badge {
    position: absolute;
    top: 268px;
    left: 1218px;
    width: 142px;
    height: 142px;
    object-fit: contain;
}

.hero-copy {
    position: absolute;
    top: 78px;
    left: 204px;
}

.hero h1 {
    margin: 0;
    font-size: 76px;
    line-height: 92px;
    font-weight: 900;
}

.hero h2 {
    margin: 12px 0 0;
    font-size: 40px;
    line-height: 58px;
    font-weight: 900;
}

.hero-identity {
    margin: 6px 0 0;
    font-size: 23px;
    line-height: 32px;
    font-weight: 800;
}

.hero-line {
    margin-top: 6px;
    font-size: 18px;
    line-height: 28px;
}

.hero-line strong {
    margin: 0 14px 0 4px;
    color: #ff431c;
    font-size: 20px;
}

.hero-features {
    position: absolute;
    top: 350px;
    left: 124px;
    display: grid;
    grid-template-columns: repeat(5, 120px);
    gap: 0;
}

.hero-feature {
    display: grid;
    grid-template-rows: 50px 22px 24px;
    justify-items: center;
    align-items: center;
    width: 120px;
    height: 110px;
    padding-top: 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.08);
}

.hero-feature + .hero-feature {
    margin-left: -1px;
}

.feature-icon {
    position: relative;
    width: 42px;
    height: 42px;
    color: var(--feature-color, #78fff0);
}

.feature-title {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.feature-sub {
    color: #d8ddf2;
    font-size: 11px;
    line-height: 16px;
}

.timeline {
    position: relative;
    width: 1536px;
    height: 134px;
    background: #fff;
}

.timeline-title {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 135px;
    color: #111827;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    text-align: center;
}

.timeline-title::after {
    position: absolute;
    top: -20px;
    right: -1px;
    width: 1px;
    height: 76px;
    background: #e9edf5;
    content: "";
}

.timeline-track {
    position: absolute;
    top: 30px;
    left: 216px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    width: 1287px;
    height: 100px;
    border: 1px solid #f2c7c3;
    border-radius: 8px;
    background: #fff;
}

.timeline-item {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.timeline-item + .timeline-item {
    border-left: 1px solid #eef1f6;
}

.timeline-item::before {
    position: absolute;
    top: -7px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e3000f;
    content: "";
    transform: translateX(-50%);
}

.timeline-year {
    color: #e3000f;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
}

.timeline-desc {
    margin-top: 3px;
    color: #596375;
    font-size: 10px;
    line-height: 14px;
}

.result-highlight {
    color: #e3000f;
    font-weight: 900;
}

.cards-wrap {
    display: grid;
    grid-template-columns: 480px 462px 502px;
    gap: 14px;
    height: 280px;
    padding: 10px 32px 16px;
    overflow: hidden;
    background: #f5f7fb;
}

.info-card {
    position: relative;
    height: 254px;
    border: 1px solid #e4e8f0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(31, 43, 68, 0.08);
    overflow: hidden;
}

.card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px 0 19px;
}

.card-title {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
}

.card-title.compact {
    font-size: 17px;
}

.more-link {
    color: #647084;
    font-size: 12px;
    white-space: nowrap;
}

.book-row {
    width: 440px;
    height: 104px;
    margin: 7px 19px 0;
    object-fit: cover;
}

.honors {
    display: grid;
    grid-template-columns: repeat(3, 136px);
    gap: 8px;
    margin: 12px 23px 0;
}

.honor {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    width: 136px;
    height: 64px;
    padding: 0 10px;
    border: 1px solid #e8ebf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(22, 33, 55, 0.06);
}

.honor-icon {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border: 1.5px solid #e60012;
    border-radius: 50%;
    background: #fff4f2;
    color: #e60012;
    font-size: 17px;
    font-weight: 900;
}

.honor b {
    display: block;
    color: #111827;
    font-size: 12px;
    line-height: 18px;
}

.honor span {
    display: block;
    color: #6c7482;
    font-size: 9px;
    line-height: 14px;
}

.team-photo {
    width: 422px;
    height: 132px;
    margin: 3px 19px 0;
    border-radius: 4px;
    object-fit: cover;
}

.quote {
    width: 340px;
    margin: 18px auto 0;
    color: #9a5827;
    font-size: 16px;
    line-height: 21px;
    font-weight: 900;
    text-align: center;
}

.ai-subcards {
    display: grid;
    grid-template-columns: 225px 225px;
    gap: 12px;
    padding: 7px 19px 0;
}

.ai-subcard {
    position: relative;
    width: 225px;
    height: 180px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px #edf0f6;
    overflow: hidden;
}

.ai-subcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 62%, rgba(255, 255, 255, 0.18) 100%);
}

.ai-subcard.creation .ai-veil {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.54) 55%, rgba(255, 255, 255, 0.05) 100%);
}

.ai-tag {
    position: absolute;
    top: 18px;
    left: 16px;
    margin: 0;
    font-size: 19px;
    line-height: 26px;
    font-weight: 900;
}

.ai-subcard.education .ai-tag {
    color: #0852f2;
}

.ai-subcard.creation .ai-tag {
    color: #eb0f14;
}

.ai-copy {
    position: absolute;
    top: 54px;
    left: 16px;
    width: 186px;
    margin: 0;
    color: #404f6b;
    font-size: 11.5px;
    line-height: 22px;
    font-weight: 700;
}

.ai-subcard.creation .ai-copy {
    width: 134px;
    line-height: 21px;
}

.side-toolbar {
    position: absolute;
    z-index: 8;
    top: 196px;
    right: 2px;
    width: 68px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.tool {
    display: grid;
    place-items: center;
    gap: 6px;
    height: 92px;
    background: #f23118;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 12px;
    font-weight: 800;
}

.tool-sign {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.signup {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    height: 84px;
    color: #fff;
    background: linear-gradient(90deg, #16005b 0%, #7a0044 32%, #ed1c24 72%, #ff2b14 100%);
}

.signup-inner {
    display: grid;
    grid-template-columns: 250px 12px 218px 206px 206px 80px 190px 126px;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 0 64px;
}

.signup-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.signup-title span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
}

.field {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.96);
    color: #a3a8b5;
    font-size: 14px;
    white-space: nowrap;
}

.field-icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid #a3a8b5;
    border-radius: 50%;
}

.code-button {
    display: grid;
    place-items: center;
    height: 44px;
    border-radius: 4px;
    background: #ed1c24;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.submit {
    display: grid;
    place-items: center;
    height: 48px;
    border-radius: 6px;
    background: #ffce19;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.signup-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    white-space: nowrap;
}

.signup-phone::before {
    width: 23px;
    height: 23px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    content: "";
    transform: rotate(34deg);
}

.brand-mark::before,
.brand-mark::after,
.signup-phone::before {
    display: none;
}

.svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-mark {
    display: grid;
    place-items: center;
    color: #fff;
}

.brand-mark .svg-icon {
    width: 21px;
    height: 21px;
    stroke-width: 2.4;
}

.action .svg-icon {
    width: 22px;
    height: 22px;
}

.phone .svg-icon {
    color: #ed1c24;
}

.feature-icon {
    display: grid;
    place-items: center;
}

.feature-icon .svg-icon {
    width: 42px;
    height: 42px;
    stroke-width: 1.8;
}

.tool-sign .svg-icon {
    width: 25px;
    height: 25px;
    stroke-width: 2.1;
}

.honor-icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    color: #e60012;
    stroke: #e60012;
    stroke-width: 2.4;
    fill: none;
    overflow: visible;
    transform: translate(-50%, -50%);
}

.honor-icon .svg-icon * {
    stroke: #e60012;
}

.field-icon {
    border: 0;
    border-radius: 0;
    color: #a3a8b5;
}

.field-icon .svg-icon {
    width: 18px;
    height: 18px;
}

.signup-phone .svg-icon {
    width: 27px;
    height: 27px;
    color: #fff;
}

.play-dot .svg-icon {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    fill: currentColor;
    stroke: none;
}

@media (max-width: 1535px) {
    .canvas {
        transform-origin: top left;
    }
}

