h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating>.form-control-plaintext:focus::placeholder,
.form-floating>.form-control:focus::placeholder {
    text-align: start;
}

:root {
    --blue: #2764ed;
    --ink: #14213d;
    --muted: #66738f;
    --line: #e6ebf4;
    --soft: #f4f8ff;
    --shadow: 0 18px 50px rgba(39, 100, 237, .12)
}

body {
    color: var(--ink);
    font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
    line-height: 1.65
}

.site-container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.narrow {
    max-width: 860px
}

a {
    color: inherit;
    text-decoration: none
}

.site-shell {
    min-height: 100dvh;
}

.site-header {
    height: 76px;
    border-bottom: 1px solid #e2e8f2;
    background: #fffffff2;
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 50
}

.nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-weight: 800;
    font-size: 20px
}

.brand-mark {
    display: grid;
    place-items: center;
    width: auto;
    height: 1em;
    color: #fff;
}

.main-nav {
    display: flex;
    gap: 38px;
    font-weight: 600
}

.main-nav a {
    position: relative;
    padding: 25px 0;
    color: #3e4a64
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--blue)
}

.main-nav a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    height: 2px;
    background: var(--blue)
}

.nav-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 24px
}

.hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #fff, #f5f9ff 55%, #ecf4ff)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    padding: 75px 0
}

.hero-visual {
    position: relative;
    max-width: 600px;
    margin: auto;
    width: 100%
}

.float-card {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 15px 35px rgba(28, 61, 126, .18);
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px
}

.float-card b {
    font-size: 22px;
    color: var(--blue)
}

.float-card span {
    color: #65708a
}

.float-a {
    left: -28px;
    bottom: 36px
}

.float-b {
    right: -20px;
    top: 45px
}

.float-b .spark {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #fff;
    background: #6a5df3;
    border-radius: 8px
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px)
}

.orb-one {
    width: 260px;
    height: 260px;
    background: rgba(58, 125, 247, .08);
    right: 5%;
    top: 6%
}

.orb-two {
    width: 180px;
    height: 180px;
    background: rgba(115, 88, 234, .08);
    left: 45%;
    bottom: -60px
}

.hero h1 {
    font-size: 64px;
    line-height: 1.12;
    margin: 0 0 24px
}

.hero h1 span {
    color: #3d67ed
}

.eyebrow {
    display: inline-block;
    color: var(--blue);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 13px
}

.hero-lead {
    font-size: 18px;
    color: var(--muted);
    max-width: 580px;
    margin-bottom: 32px
}

.hero-actions,
.hero-points {
    display: flex;
    gap: 14px
}

.hero-points {
    gap: 24px;
    margin-top: 28px;
    font-size: 14px;
    color: #526079
}

.hero-points b {
    color: var(--blue)
}

.btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 12px;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.btn-primary {
    background: linear-gradient(135deg, #3475f6, #2258dd);
    color: #fff;
    box-shadow: 0 10px 26px #2764ed47
}

.btn-pay {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    padding: 13px 24px;
    background: linear-gradient(135deg, #3475f6, #2258dd);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 0 10px 26px #2764ed47;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-pay:hover:not(:disabled) {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 13px 30px #2764ed5c;
}

.btn-pay:active:not(:disabled) {
    transform: translateY(0);
}

.btn-pay:focus-visible {
    outline: 3px solid #2764ed40;
    outline-offset: 3px;
}

.btn-pay>span {
    font-size: 20px;
    line-height: 1;
}

.btn-secondary {
    background: #fff;
    border: 1px solid #dce4f1;
    color: #35425d
}

.visual-window {
    padding: 11px;
    border-radius: 22px;
    background: #ffffffbf;
    box-shadow: 0 35px 80px #224b9f33
}

.window-bar {
    height: 42px;
    background: #f6f8fc;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 7px;
    color: #7c879c;
    font-size: 11px
}

.window-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8deea
}

.window-bar i:first-child {
    background: #ff7c73
}

.window-bar i:nth-child(2) {
    background: #ffc85a
}

.window-bar i:nth-child(3) {
    background: #57d38c
}

.visual-body {
    height: 320px;
    display: flex;
    background: #17233e;
    padding: 15px
}

.side-tools {
    width: 52px;
    background: #233251;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding: 14px
}

.side-tools b {
    color: #7da6ff
}

.side-tools i {
    width: 20px;
    height: 20px;
    background: #344665;
    border-radius: 6px
}

.video-canvas {
    flex: 1;
    margin-left: 13px;
    border-radius: 10px;
    background: linear-gradient(145deg, #5586ef, #764fdc 60%, #f182a6);
    display: grid;
    place-items: center;
    position: relative
}

.play-icon,
.case-play {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--blue);
    border-radius: 50%;
    padding-left: 4px
}

.timeline {
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 13px;
    height: 38px;
    background: #14203bbf;
    display: flex;
    gap: 5px;
    padding: 7px
}

.timeline i {
    flex: 1;
    background: #5c7ed2
}

.section {
    padding: 94px 0
}

.section-tint {
    background: #f6f9ff
}

.section-heading {
    text-align: center;
    margin: 0 auto 48px;
    max-width: 700px
}

.section-heading h2 {
    font-size: 38px;
    margin: 0 0 10px
}

.section-heading p,
.skill-card p,
.case-info small,
.contact-card p {
    color: var(--muted)
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.skill-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 8px 30px #183b7a0a
}

.skill-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    margin-bottom: 23px
}

.icon-recreate {
    background: #2875f3
}

.icon-ugc {
    background: #895ce9
}

.icon-editor {
    background: #13aacf
}

.skill-card h3 {
    font-size: 20px;
    margin: 0 0 10px
}

.skill-card p {
    font-size: 14px;
    min-height: 68px
}

.skill-card ul {
    list-style: none;
    padding: 17px 0;
    margin: 0 0 20px;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    font-size: 12px
}

.skill-card li span {
    color: var(--blue);
    margin-right: 4px
}

.btn-download {
    width: 100%;
    background: #eef4ff;
    color: var(--blue)
}

.case-card {
    border: 0;
    text-align: left;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px #183b7a14;
    cursor: pointer;
    color: var(--ink)
}

.case-preview {
    height: 220px;
    display: grid;
    place-items: center;
    position: relative
}

.case-blue .case-preview {
    background: #377cf2
}

.case-violet .case-preview {
    background: #a060e5
}

.case-cyan .case-preview {
    background: #27a9dc
}

.case-preview em {
    position: absolute;
    left: 17px;
    top: 14px;
    color: #ffffffbf;
    font-size: 10px;
    letter-spacing: 2px
}

.case-info {
    display: flex;
    flex-direction: column;
    padding: 20px 22px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.service-grid article {
    display: flex;
    align-items: center;
    gap: 14px
}

.service-grid article>span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #edf4ff;
    color: var(--blue);
    font-size: 21px
}

.service-grid h3 {
    font-size: 15px;
    margin: 0
}

.service-grid p {
    font-size: 12px;
    color: var(--muted);
    margin: 2px 0 0
}

.case-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: #0a1226b8;
    display: grid;
    place-items: center;
    padding: 15px
}

.case-dialog {
    width: min(820px, 100%);
    border-radius: 18px;
    background: #fff;
    overflow: hidden
}

.modal-head {
    height: 58px;
    padding: 0 18px 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal-head button {
    border: 0;
    border-radius: 50%;
    font-size: 21px
}

.case-dialog-preview {
    height: 300px;
    display: grid;
    place-items: center
}

.case-dialog>p {
    padding: 0 24px 22px;
    color: var(--muted)
}

/* New landing page: isolated under .new-home to preserve the original home page. */
.new-home {
    --new-bg: #080a0f;
    --new-panel: #11141c;
    --new-lime: #d9ff57;
    --new-purple: #8f79ff;
    --new-line: rgba(255, 255, 255, .11);
    overflow: hidden;
    color: #f7f7f3;
    background: var(--new-bg);
}

.new-home em {
    color: var(--new-lime);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.new-hero {
    position: relative;
    min-height: 830px;
    padding: 84px 0 0;
    isolation: isolate;
    background:
        radial-gradient(circle at 73% 38%, rgba(143, 121, 255, .22), transparent 28%),
        radial-gradient(circle at 21% 12%, rgba(217, 255, 87, .08), transparent 27%),
        linear-gradient(180deg, #07080b, #0b0e15);
}

.new-grid-glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .28;
    background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.new-hero-inner {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 50px;
    align-items: center;
    min-height: 620px;
}

.new-proof {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border: 1px solid rgba(217, 255, 87, .24);
    border-radius: 999px;
    color: #dfe7c2;
    background: rgba(217, 255, 87, .06);
    font-size: 12px;
    font-weight: 700;
}

.proof-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--new-lime);
    box-shadow: 0 0 14px var(--new-lime);
}

.new-hero h1 {
    max-width: 620px;
    margin: 24px 0;
    color: #fff;
    font-size: clamp(50px, 5.3vw, 78px);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.new-hero-copy>p {
    max-width: 570px;
    margin: 0;
    color: #a8adba;
    font-size: 17px;
    line-height: 1.85;
}

.new-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.new-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.new-btn:hover {
    transform: translateY(-2px);
}

.new-btn-light {
    color: #090b0e;
    background: var(--new-lime);
    box-shadow: 0 14px 36px rgba(217, 255, 87, .16);
}

.new-btn-ghost {
    color: #f4f5f7;
    border-color: var(--new-line);
    background: rgba(255, 255, 255, .035);
}

.new-btn-ghost:hover {
    background: rgba(255, 255, 255, .09);
}

.new-trust-row {
    display: flex;
    gap: 25px;
    margin-top: 38px;
    color: #858b99;
    font-size: 12px;
}

.new-trust-row span {
    display: flex;
    gap: 7px;
}

.new-trust-row b {
    color: var(--new-lime);
    font-size: 10px;
}

.new-product-stage {
    position: relative;
    min-height: 550px;
    perspective: 1200px;
}

.stage-halo {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 121, 255, .2), rgba(143, 121, 255, .03) 52%, transparent 70%);
    filter: blur(6px);
}

.stage-card {
    position: absolute;
    top: 62px;
    width: 230px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 18px;
    background: rgba(20, 23, 32, .92);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .52);
    backdrop-filter: blur(18px);
}

.stage-card-main {
    z-index: 3;
    left: 50%;
    width: 272px;
    transform: translateX(-50%);
}

.stage-card-left {
    z-index: 1;
    left: 1%;
    top: 104px;
    transform: rotateY(12deg) rotateZ(-4deg);
    opacity: .86;
}

.stage-card-right {
    z-index: 2;
    right: 0;
    top: 94px;
    transform: rotateY(-12deg) rotateZ(5deg);
    opacity: .9;
}

.stage-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    padding: 0 7px;
    color: #8f96a6;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}

.stage-card-top i {
    color: var(--new-lime);
    font-style: normal;
}

.live-dot:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff5353;
}

.portrait-scene {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(160deg, #323746, #151824);
}

.portrait-main {
    background: radial-gradient(circle at 50% 26%, #947ff5 0 7%, transparent 8%), linear-gradient(155deg, #32296d, #7b61eb 45%, #242136);
}

.portrait-one {
    background: radial-gradient(circle at 50% 42%, #f4d3bd 0 8%, transparent 8.5%), linear-gradient(145deg, #153d39, #41a18d 53%, #17231f);
}

.portrait-two {
    background: linear-gradient(145deg, #7c422d, #ef8a5c 55%, #2c1820);
}

.scene-tag,
.product-chip {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    font-size: 8px;
    font-weight: 800;
}

.product-chip {
    color: #181821;
    background: var(--new-lime);
    border: 0;
}

.person-shape {
    position: absolute;
    width: 140px;
    height: 200px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-radius: 70px 70px 20px 20px;
    background: linear-gradient(145deg, #e6a87b, #bf664f);
}

.person-shape i {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -50px;
    left: 43px;
    border-radius: 50% 50% 44% 44%;
    background: #d59676;
    box-shadow: 0 -12px 0 3px #2d211e;
}

.product-shape {
    position: absolute;
    width: 112px;
    height: 174px;
    left: 50%;
    top: 82px;
    transform: translateX(-50%) rotate(-5deg);
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 20px 20px 30px 30px;
    background: linear-gradient(145deg, #f6f0ff, #bfb2ff);
    box-shadow: 0 24px 55px rgba(10, 4, 43, .38);
}

.product-shape i:first-child {
    position: absolute;
    width: 50px;
    height: 25px;
    left: 30px;
    top: -20px;
    border-radius: 12px 12px 3px 3px;
    background: #e7e1ff;
}

.product-shape i:last-child {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 33px;
    top: 57px;
    border: 1px solid #715fd1;
    border-radius: 50%;
}

.stage-play {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 18px;
    width: 43px;
    height: 43px;
    transform: translateX(-50%);
    border: 0;
    border-radius: 50%;
    color: #10121a;
    background: rgba(255, 255, 255, .9);
}

.chart-bars {
    position: absolute;
    inset: auto 20px 42px;
    height: 170px;
    display: flex;
    gap: 10px;
    align-items: end;
}

.chart-bars i {
    flex: 1;
    border-radius: 6px 6px 2px 2px;
    background: rgba(255, 255, 255, .82);
}

.chart-bars i:nth-child(1) {
    height: 38%;
}

.chart-bars i:nth-child(2) {
    height: 60%;
}

.chart-bars i:nth-child(3) {
    height: 78%;
    background: var(--new-lime);
}

.chart-bars i:nth-child(4) {
    height: 100%;
}

.stage-caption {
    display: flex;
    flex-direction: column;
    padding: 13px 8px 10px;
}

.stage-caption b {
    font-size: 13px;
}

.stage-caption span {
    color: #777e8e;
    font-size: 10px;
}

.stage-float {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 12px;
    background: rgba(24, 27, 37, .93);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    backdrop-filter: blur(16px);
}

.stage-float-a {
    left: 2%;
    bottom: 40px;
    padding: 11px 14px;
}

.stage-float-a>span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #16190f;
    background: var(--new-lime);
}

.stage-float-a div {
    display: flex;
    flex-direction: column;
}

.stage-float-a b {
    font-size: 11px;
}

.stage-float-a small {
    color: #808797;
    font-size: 9px;
}

.stage-float-b {
    right: 1%;
    bottom: 60px;
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding: 11px 16px;
}

.stage-float-b b {
    color: var(--new-lime);
    font-size: 20px;
}

.stage-float-b span {
    color: #8c92a0;
    font-size: 9px;
}

.new-capability-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    padding-top: 18px;
    border-top: 1px solid var(--new-line);
    color: #9298a6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.new-capability-bar i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #464b57;
}

.new-section {
    padding: 120px 0;
}

.new-story {
    color: #17191f;
    background: #f1f0ea;
}

.new-section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.new-section-heading h2 {
    margin: 10px 0 14px;
    font-size: clamp(38px, 4.4vw, 58px);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.new-section-heading p {
    margin: 0;
    color: #737782;
    font-size: 15px;
}

.new-kicker {
    color: #8a897f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2em;
}

.new-heading-split {
    max-width: none;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
    text-align: left;
}

.new-heading-split p {
    max-width: 520px;
    padding-bottom: 8px;
    line-height: 1.8;
}

.new-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.new-flow-grid article {
    position: relative;
    padding-top: 40px;
}

.flow-number {
    position: absolute;
    top: 0;
    left: 0;
    color: #85877e;
    font: italic 18px Georgia, serif;
}

.flow-visual {
    height: 290px;
    margin-bottom: 28px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: #e7e5de;
}

.new-flow-grid h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.new-flow-grid p {
    margin: 0;
    color: #73766f;
    font-size: 13px;
}

.mini-label {
    color: #777970;
    font-size: 10px;
    font-weight: 800;
}

.fake-input {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 11px;
    color: #74776e;
    background: #f7f6f1;
    font-size: 11px;
}

.fake-input i {
    color: #6255d9;
    font-size: 18px;
}

.fake-input span {
    flex: 1;
}

.fake-input b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    color: #fff;
    background: #17191d;
}

.prompt-lines {
    margin-top: 36px;
    padding: 20px;
    border-radius: 12px;
    background: #dcd9cf;
}

.prompt-lines i {
    display: block;
    width: 100%;
    height: 8px;
    margin: 10px 0;
    border-radius: 99px;
    background: #c5c2b8;
}

.prompt-lines i:nth-child(2) {
    width: 82%
}

.prompt-lines i:nth-child(3) {
    width: 56%
}

.flow-process {
    position: relative;
    display: grid;
    align-content: end;
    gap: 8px;
    background: linear-gradient(155deg, #28233e, #101117);
}

.process-orbit {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 115px;
    height: 115px;
    transform: translateX(-50%);
    border: 1px solid rgba(217, 255, 87, .28);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.process-orbit:before,
.process-orbit:after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.process-orbit:after {
    inset: 34px;
    background: rgba(217, 255, 87, .07)
}

.process-orbit span {
    z-index: 2;
    color: var(--new-lime);
    font-weight: 900;
}

.process-orbit i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--new-lime);
}

.process-orbit i:nth-of-type(1) {
    top: -3px
}

.process-orbit i:nth-of-type(2) {
    right: 6px;
    bottom: 18px
}

.process-orbit i:nth-of-type(3) {
    left: 4px;
    bottom: 21px
}

.process-status {
    display: flex;
    justify-content: space-between;
    padding: 8px 11px;
    border-radius: 7px;
    color: #9096a2;
    background: rgba(255, 255, 255, .05);
    font-size: 9px;
}

.process-status b {
    color: #7f8a63
}

.process-status.active {
    color: #fff;
    background: rgba(217, 255, 87, .1)
}

.process-status.active b {
    color: var(--new-lime)
}

.flow-output {
    position: relative;
    background: linear-gradient(150deg, #e2dfd5, #cfccc0);
}

.output-card {
    position: absolute;
    top: 40px;
    width: 112px;
    height: 170px;
    display: flex;
    align-items: end;
    padding: 10px;
    border: 5px solid #f4f2eb;
    border-radius: 13px;
    color: #fff;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
    font-size: 8px;
    font-weight: 900;
}

.output-a {
    left: 30px;
    transform: rotate(-8deg);
    background: linear-gradient(145deg, #35656e, #59ab9e);
}

.output-b {
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    background: linear-gradient(145deg, #6f56c4, #bc81e7)
}

.output-c {
    right: 30px;
    transform: rotate(8deg);
    background: linear-gradient(145deg, #ad5d3e, #f1a85c)
}

.output-ready {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    padding: 7px 13px;
    border-radius: 99px;
    color: #17191e;
    background: var(--new-lime);
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
}

.new-bento-section {
    color: #f4f4f2;
    background: #0a0c11;
}

.new-bento-section .new-kicker {
    color: #828997;
}

.new-bento-section .new-section-heading p {
    color: #8b919f
}

.new-bento-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: 320px 260px;
    gap: 18px;
}

.bento-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--new-line);
    border-radius: 22px;
    background: linear-gradient(145deg, #141721, #0f1118);
}

.bento-wide {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 30px;
    align-items: center;
}

.bento-tall {
    grid-row: span 2
}

.bento-small {
    display: flex;
    align-items: center;
    gap: 28px
}

.bento-purple {
    background: linear-gradient(140deg, #6b55ce, #2a2446)
}

.bento-copy {
    position: relative;
    z-index: 2
}

.bento-copy h3 {
    margin: 14px 0 9px;
    font-size: 20px
}

.bento-copy p {
    margin: 0;
    color: #8e95a4;
    font-size: 12px
}

.bento-purple .bento-copy p {
    color: #c3b9e7
}

.bento-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--new-line);
    border-radius: 9px;
    color: var(--new-lime);
    background: rgba(255, 255, 255, .05)
}

.analysis-board {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 12px;
    padding: 15px;
    border: 1px solid var(--new-line);
    border-radius: 15px;
    background: #0a0c12;
    transform: rotate(-2deg)
}

.analysis-video {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 9px;
    background: linear-gradient(145deg, #543e9d, #d0828e)
}

.analysis-video span {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 7px
}

.analysis-video i {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #111;
    background: #fff;
    font-style: normal;
    font-size: 10px
}

.analysis-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px;
    color: #777e8c;
    font-size: 8px
}

.analysis-data>span {
    margin-bottom: 18px;
    color: #c7cad1
}

.analysis-data b {
    margin: 5px 0;
    color: #9da3af;
    font-weight: 500
}

.analysis-data i {
    width: var(--w);
    height: 5px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--new-lime), #667049)
}

.variant-stack {
    display: grid;
    gap: 12px;
    margin-top: 38px
}

.variant-stack>div {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    padding: 15px;
    border: 1px solid var(--new-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .03)
}

.variant-stack span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 9px;
    color: #13150e;
    background: var(--new-lime);
    font-weight: 900
}

.variant-stack b {
    font-size: 11px
}

.variant-stack small {
    color: #727987;
    font-size: 9px
}

.metric-ring {
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: conic-gradient(var(--new-lime) 0 68%, #262a33 68%)
}

.metric-ring:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #11141c
}

.metric-ring span {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: center
}

.metric-ring b {
    font-size: 25px
}

.metric-ring small {
    color: #838a99;
    font-size: 9px
}

.spark-field {
    position: absolute;
    inset: 0
}

.spark-field i {
    position: absolute;
    color: rgba(217, 255, 87, .7);
    font-style: normal
}

.spark-field i:nth-child(1) {
    right: 15%;
    top: 15%;
    font-size: 62px
}

.spark-field i:nth-child(2) {
    right: 40%;
    top: 23%;
    font-size: 20px
}

.spark-field i:nth-child(3) {
    right: 25%;
    bottom: 8%;
    font-size: 30px
}

.new-skills {
    color: #17191f;
    background: #f1f0ea;
}

.new-skill-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.new-skill-card {
    position: relative;
    min-height: 380px;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    background: #e7e5de;
    transition: transform .25s ease, box-shadow .25s ease;
}

a.new-skill-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(28, 29, 25, .1)
}

.new-skill-card.featured {
    background: #17191f;
    color: #fff
}

.new-skill-card.upcoming {
    opacity: .78
}

.skill-index {
    color: #898b83;
    font: italic 16px Georgia, serif
}

.skill-arrow,
.skill-state {
    position: absolute;
    right: 25px;
    top: 23px
}

.skill-arrow {
    font-size: 22px
}

.skill-state {
    color: #8d8f87;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em
}

.skill-symbol {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 56px 0 26px;
    border-radius: 18px;
    color: #fff;
    font-size: 23px;
    font-weight: 900
}

.skill-symbol-blue {
    background: linear-gradient(145deg, #336eea, #6da6ff)
}

.skill-symbol-purple {
    background: linear-gradient(145deg, #7055de, #b895ff)
}

.skill-symbol-orange {
    background: linear-gradient(145deg, #dd6d3f, #ffae69)
}

.new-skill-card h3 {
    margin: 0 0 10px;
    font-size: 21px
}

.new-skill-card p {
    min-height: 64px;
    margin: 0;
    color: #73766f;
    font-size: 12px
}

.new-skill-card.featured p {
    color: #9299a7
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px
}

.skill-tags span {
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 99px;
    color: #6e716a;
    font-size: 9px
}

.featured .skill-tags span {
    border-color: var(--new-line);
    color: #9ba2af
}

.new-final-cta {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(circle at 50% 100%, rgba(143, 121, 255, .28), transparent 42%), #090b10;
}

.new-final-cta:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    left: 50%;
    bottom: -350px;
    transform: translateX(-50%);
    border: 1px solid rgba(217, 255, 87, .28);
    border-radius: 50%;
    box-shadow: 0 0 100px rgba(217, 255, 87, .07)
}

.new-final-inner {
    position: relative;
    z-index: 1
}

.new-final-cta h2 {
    margin: 13px 0 14px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.1;
    letter-spacing: -.045em
}

.new-final-cta p {
    margin: 0;
    color: #8b919e
}

.new-final-cta .new-hero-actions {
    justify-content: center
}

@media (max-width: 1000px) {
    .new-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 36px;
        text-align: center;
    }

    .new-hero-copy>p {
        margin: auto;
    }

    .new-hero-actions,
    .new-trust-row {
        justify-content: center
    }

    .new-product-stage {
        min-height: 550px;
        max-width: 720px;
        width: 100%;
        margin: auto
    }

    .new-heading-split {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center
    }

    .new-heading-split p {
        margin: auto
    }

    .new-bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .bento-tall {
        grid-row: auto
    }

    .bento-card {
        min-height: 300px
    }
}

@media (max-width: 760px) {
    .new-hero {
        padding-top: 54px
    }

    .new-hero h1 {
        font-size: 48px
    }

    .new-trust-row {
        gap: 12px;
        flex-wrap: wrap
    }

    .new-product-stage {
        min-height: 465px;
        transform: scale(.82);
        transform-origin: top center;
        margin-bottom: -80px
    }

    .stage-card-left {
        left: -60px
    }

    .stage-card-right {
        right: -60px
    }

    .new-capability-bar {
        overflow: auto;
        gap: 26px;
        justify-content: flex-start;
        white-space: nowrap
    }

    .new-capability-bar i {
        flex: 0 0 auto
    }

    .new-section {
        padding: 84px 0
    }

    .new-flow-grid,
    .new-skill-grid {
        grid-template-columns: 1fr
    }

    .flow-visual {
        height: 280px
    }

    .new-bento-grid {
        display: block
    }

    .bento-card {
        margin-bottom: 14px
    }

    .bento-wide {
        display: block
    }

    .analysis-board {
        margin-top: 24px
    }

    .bento-small {
        min-height: 250px
    }
}

@media (max-width: 480px) {
    .new-hero-inner {
        padding-top: 10px
    }

    .new-hero h1 {
        font-size: 40px
    }

    .new-hero-copy>p {
        font-size: 15px
    }

    .new-btn {
        width: 100%
    }

    .new-product-stage {
        transform: scale(.68);
        width: 140%;
        margin-left: -20%;
        margin-bottom: -145px
    }

    .stage-float-a {
        left: 10%
    }

    .stage-float-b {
        right: 8%
    }

    .new-section-heading h2 {
        font-size: 36px
    }

    .new-heading-split {
        gap: 10px
    }

    .new-bento-grid .bento-card {
        padding: 23px
    }

    .analysis-board {
        grid-template-columns: 1fr
    }

    .analysis-video {
        height: 130px
    }

    .analysis-data {
        display: none
    }

    .new-final-cta {
        padding: 90px 0
    }

    .new-final-cta h2 {
        font-size: 38px
    }
}

.page-hero {
    text-align: center;
    padding: 80px 0 76px;
    background: linear-gradient(135deg, #f8fbff, #edf4ff)
}

.page-hero h1 {
    font-size: 44px;
    margin: 0 0 8px
}

.page-hero p {
    color: var(--muted);
    margin: 0
}

.step-line {
    max-width: 690px;
    margin: 0 auto 46px;
    display: flex;
    align-items: center;
    justify-content: center
}

.step-line span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9aa5b8;
    font-size: 13px;
    white-space: nowrap
}

.nav-actions { display: flex; align-items: center; gap: 16px; white-space: nowrap }
.nav-actions a { color: #aeb1b4; transition: color .2s }
.nav-actions a:hover, .nav-actions a.router-link-active { color: #fff }
.nav-login, .nav-register, .nav-keys { font-size: 13px }
.nav-register { border: 1px solid #60656a; padding: 9px 14px }

.step-line b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e9edf4
}

.step-line .active {
    color: var(--blue);
    font-weight: 700
}

.step-line .active b {
    background: var(--blue);
    color: #fff
}

.step-line i {
    height: 1px;
    background: #dfe5ef;
    width: 110px;
    margin: 0 16px
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.package-card {
    position: relative;
    border: 2px solid var(--line);
    border-radius: 19px;
    padding: 27px 25px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff
}

.package-card.selected {
    border-color: var(--blue);
    box-shadow: 0 14px 35px #2764ed1f
}

.package-card .price {
    font-size: 39px;
    font-weight: 850;
    margin: 20px 0 4px
}

.package-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.package-card small,
.credits {
    color: var(--muted)
}

.credits b {
    font-size: 18px;
    color: var(--blue)
}

.unit-price {
    color: var(--muted)
}

.unit-price b {
    font-size: 18px;
    color: #ef4f43
}

.recommend-badge {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue);
    color: #fff;
    padding: 3px 17px;
    font-size: 11px
}

.form-panel {
    max-width: 780px;
    margin: 35px auto 0;
    padding: 33px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff
}

.text-input {
    width: 100%;
    padding: 13px;
    border: 1px solid #dce3ee;
    border-radius: 11px
}

.field-label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px
}

.safe-tip {
    display: block;
    color: #8b96aa;
    font-size: 12px;
    text-align: center;
}

.payment-choice {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border: 0;
    padding: 0;
    margin: 28px 0
}

.payment-option {
    position: relative;
    width: 180px;
    height: 76px;
    padding: 10px 18px;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease
}

.payment-option.selected {
    border-color: #7561ee;
    background: linear-gradient(135deg, #f5f2ff, #fff);
    box-shadow: 0 0 0 2px rgba(117, 97, 238, .58), 0 10px 24px rgba(104, 82, 225, .2);
    transform: translateY(-2px)
}

.payment-option:not(.selected) {
    opacity: .62;
    filter: saturate(.68)
}

.payment-option:hover {
    opacity: 1;
    filter: none
}

.payment-option-check {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: #7561ee;
    box-shadow: 0 5px 14px rgba(59, 43, 156, .32);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.payment-option:focus-visible {
    outline: 3px solid #9abaff;
    outline-offset: 2px
}

.payment-option img {
    display: block;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff
}

.table-wrap table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px
}

.table-wrap th {
    background: #eef4ff;
    text-align: left;
    padding: 16px 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5
}

.table-wrap td {
    padding: 17px 22px;
    border-top: 1px solid var(--line);
    font-size: 14px;
    line-height: 1.6
}

.credit-pill {
    background: #edf4ff;
    color: var(--blue);
    padding: 5px 10px;
    border-radius: 999px
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.faq-list details {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff
}

.faq-list summary {
    list-style: none;
    display: flex;
    gap: 17px;
    padding: 21px 24px;
    font-weight: 700
}

.faq-list summary i {
    margin-left: auto;
    color: var(--blue)
}

.faq-list details p {
    margin: 0;
    padding: 0 64px 23px;
    color: var(--muted)
}

.contact-wrap {
    max-width: 850px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.contact-card {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 20px
}

.contact-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: #17b56b;
    font-weight: 800
}

.mail-icon {
    background: var(--blue)
}

.contact-card h2 {
    font-size: 18px;
    margin: 2px 0
}

.support-note {
    grid-column: 1/-1;
    display: flex;
    gap: 18px;
    padding: 24px 28px;
    border-radius: 18px;
    background: #edf4ff
}

.error-action {
    margin-top: 24px !important
}

.site-footer {
    border-top: 1px solid var(--line);
    padding: 28px 0;
    color: #8590a4;
    font-size: 12px
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-content {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) 2.4fr minmax(150px, .7fr);
    gap: 36px;
    padding-top: 8px;
}

.footer-intro p,
.footer-legal p,
.footer-social h2,
.footer-link-group h2 {
    margin: 0;
}

.footer-intro p {
    margin-top: 18px;
    line-height: 1.7;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 20px;
}

.footer-link-group,
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-link-group h2,
.footer-social h2 {
    margin-bottom: 5px;
    color: #f4f4f2;
    font-size: 12px;
    font-weight: 600;
}

.footer-link-group a,
.footer-social button,
.footer-social-pending {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.footer-link-group a:hover,
.footer-social button:hover {
    color: var(--ink);
}

.footer-social button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.footer-bilibili-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.footer-bilibili-link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.footer-social-pending {
    color: #555d6d;
}

.footer-legal {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    line-height: 1.7;
    text-align: center;
}

.standalone-status-page {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 32px 20px;
    background: #080808;
    color: #f4f4f2;
    color-scheme: dark;
    text-align: center;
}

.standalone-status-content {
    width: min(100%, 520px);
}

.standalone-status-code {
    margin: 0 0 18px;
    color: #8875ff;
    font: 700 12px/1 ui-monospace, SFMono-Regular, monospace;
    letter-spacing: .18em;
}

.standalone-status-content h1 {
    margin: 0;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.2;
}

.standalone-status-content > p:not(.standalone-status-code) {
    margin: 16px 0 28px;
    color: #8b8b90;
    line-height: 1.7;
}

.standalone-status-link {
    display: inline-flex;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 6px;
    color: #f4f4f2;
    text-decoration: none;
}

.standalone-status-link:hover,
.standalone-status-link:focus-visible {
    border-color: #8875ff;
    color: #fff;
}

.wechat-dialog-backdrop {
    position: fixed;
    z-index: 20;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, .72);
}

.wechat-dialog {
    position: relative;
    width: min(100%, 340px);
    padding: 28px;
    background: #161619;
    color: #f4f4f2;
    text-align: center;
}

.wechat-dialog h2 {
    margin: 0 0 20px;
    font-size: 18px;
}

.wechat-dialog img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #fff;
}

.wechat-dialog p {
    margin: 14px 0 0;
    color: #8b8b90;
    font-size: 12px;
}

.wechat-dialog-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #8b8b90;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.footer-link-group a:focus-visible,
.footer-social button:focus-visible,
.wechat-dialog-close:focus-visible {
    outline: 2px solid #8875ff;
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px 22px;
    }

    .footer-intro,
    .footer-links,
    .footer-legal {
        grid-column: 1 / -1;
    }

    .footer-links {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    .footer-social {
        grid-column: 1 / -1;
    }

    .footer-legal {
        display: block;
    }

    .footer-legal p + p {
        margin-top: 6px;
    }
}

.brand-footer {
    font-size: 15px;
    color: var(--ink)
}

.brand-footer .brand-mark {
    width: auto;
    height: 1em;
}

.payment-page,
.success-page {
    min-height: calc(100vh - 76px);
    background: linear-gradient(140deg, #f8fbff, #edf4ff);
    padding: 52px 0 80px
}

.payment-card,
.success-card {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 23px;
    padding: 33px 40px;
    text-align: center;
    box-shadow: var(--shadow)
}

.payment-head {
    display: flex;
    justify-content: center;
    gap: 12px
}

.order-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    border-block: 1px solid var(--line);
    color: var(--muted)
}

.order-summary strong {
    font-size: 22px;
    color: #ef4f43
}

.qr-box {
    width: 310px;
    height: 310px;
    margin: 15px auto 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.qr-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.qr-frame,
.qr-image {
    display: block;
    width: min(310px, 100%);
    height: min(310px, 100%);
    border: 0;
    object-fit: contain
}

.qr-image {
    width: min(300px, 100%);
    height: auto;
    aspect-ratio: 1
}

.waiting {
    color: #e59616
}

.order-no {
    color: #a0a9b8;
    font-size: 11px
}

.back-link {
    display: block;
    text-align: center;
    margin-top: 23px;
    color: var(--muted)
}

.success-card {
    max-width: 590px;
    padding: 45px
}

.success-check {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    background: #19b968;
    color: #fff;
    font-size: 37px
}

.success-card h1 {
    font-size: 35px;
    margin: 0
}

.key-box {
    background: #f4f7fc;
    border: 1px solid #e1e7f1;
    border-radius: 15px;
    padding: 17px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
    text-align: left
}

.key-box small {
    grid-column: 1/-1;
    color: var(--muted)
}

.key-box code {
    color: var(--blue)
}

.key-box button {
    border: 0;
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
    padding: 8px 8px
}

.save-warning {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: #fff8e8;
    padding: 14px 16px;
    border-radius: 12px;
    margin: 18px 0 18px;
    color: #816929
}

.static-message {
    text-align: center;
    color: var(--blue);
    font-size: 13px
}

@media(max-width:900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .hero-copy {
        text-align: center
    }

    .hero-lead {
        margin-inline: auto
    }

    .hero-actions,
    .hero-points {
        justify-content: center
    }

    .hero h1 {
        font-size: 55px
    }

    .card-grid {
        grid-template-columns: 1fr 1fr
    }

    .service-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:680px) {
    .site-container {
        width: calc(100% - 28px)
    }

    .site-header {
        height: 66px
    }

    .brand {
        font-size: 17px
    }

    .nav-toggle {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        padding: 0;
        line-height: 1
    }

    .main-nav {
        display: none;
        position: absolute;
        left: 14px;
        right: 14px;
        top: calc(100% + 1px);
        flex-direction: column;
        gap: 0;
        background: #fff;
        border: 1px solid var(--line);
        padding: 8px;
        z-index: 1
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        padding: 12px 15px
    }

    .main-nav a.active:after {
        left: 15px;
        right: 15px;
        bottom: 0
    }

    .hero-grid {
        padding: 62px 0
    }

    .hero h1 {
        font-size: 43px
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-points {
        flex-wrap: wrap
    }

    .visual-body {
        height: 245px
    }

    .section {
        padding: 68px 0
    }

    .section-heading h2 {
        font-size: 30px
    }

    .card-grid,
    .package-grid,
    .contact-wrap {
        grid-template-columns: 1fr
    }

    .service-grid {
        grid-template-columns: 1fr
    }

    .page-hero {
        padding: 60px 0
    }

    .page-hero h1 {
        font-size: 36px
    }

    .faq-list details p {
        padding: 0 24px 20px
    }

    .step-line i {
        width: 25px;
        margin: 0 7px
    }

    .step-line span {
        font-size: 11px
    }

    .form-panel {
        padding: 23px 18px
    }

    .payment-choice {
        gap: 10px
    }

    .payment-option {
        width: 150px;
        height: 70px;
    }

    .payment-card,
    .success-card {
        padding: 28px 19px
    }

    .key-box {
        grid-template-columns: 1fr
    }

    .key-box button {
        width: 100%
    }

    .footer-row {
        flex-direction: column;
        gap: 8px
    }
}

/* Shared dark visual language for customer-facing application pages. */
.lz-app-page {
    --lz-app-bg: #080808;
    --lz-app-panel: #111113;
    --lz-app-panel-raised: #161619;
    --lz-app-text: #f4f4f2;
    --lz-app-muted: #8b8b90;
    --lz-app-line: rgba(255, 255, 255, .1);
    --lz-app-violet: #8875ff;
    --lz-app-cyan: #62dce2;
    min-height: calc(100dvh - 76px);
    overflow: hidden;
    background: var(--lz-app-bg);
    color: var(--lz-app-text);
    color-scheme: dark;
}

.lz-app-page *,
.lz-app-page *::before,
.lz-app-page *::after {
    box-sizing: border-box;
}

.lz-app-page .page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 166px 0 92px;
    border-bottom: 1px solid var(--lz-app-line);
    background:
        radial-gradient(circle at 50% 26%, rgba(111, 83, 237, .24), transparent 32%),
        radial-gradient(circle at 18% 78%, rgba(45, 183, 196, .08), transparent 22%),
        #080808;
}

.lz-app-page .page-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.lz-app-page .page-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -270px;
    width: 520px;
    height: 520px;
    transform: translateX(-50%);
    border: 1px solid rgba(137, 117, 255, .18);
    border-radius: 50%;
    box-shadow: 0 0 100px rgba(104, 79, 225, .08);
}

.lz-app-page .page-hero .site-container {
    position: relative;
    z-index: 1;
}

.lz-app-page .eyebrow {
    margin-bottom: 18px;
    color: #9c8cff;
    font: 750 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .2em;
}

.lz-app-page .eyebrow::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin: 0 10px 3px 0;
    background: var(--lz-app-violet);
}

.lz-app-page .page-hero h1 {
    margin: 0 0 16px;
    color: var(--lz-app-text);
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 560;
    line-height: 1.04;
    letter-spacing: -.055em;
}

.lz-app-page .page-hero p {
    max-width: 620px;
    margin: 0 auto;
    color: #929297;
    font-size: 16px;
    line-height: 1.8;
}

.lz-app-page .section,
.lz-app-page .pricing-section {
    padding: 88px 0 110px;
    background:
        radial-gradient(circle at 80% 10%, rgba(105, 82, 226, .07), transparent 25%),
        var(--lz-app-bg);
}

.lz-recharge-page .recharge-section {
    min-height: calc(100dvh - 76px);
    padding-top: 132px;
}

.lz-recharge-page .recharge-intro {
    margin: 0 auto 42px;
    color: #929297;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.lz-pricing-page .pricing-section {
    min-height: calc(100dvh - 76px);
    padding-top: 132px;
}

.lz-pricing-page .pricing-intro {
    margin: 0 auto 42px;
    color: #929297;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.lz-faq-page>.section {
    min-height: calc(100dvh - 76px);
    padding-top: 132px;
}

.lz-app-page .step-line {
    margin-bottom: 52px;
}

.lz-app-page .step-line span {
    color: #616167;
}

.lz-app-page .step-line b {
    border: 1px solid var(--lz-app-line);
    background: #161619;
    color: #727278;
}

.lz-app-page .step-line .active {
    color: #d6d1ff;
}

.lz-app-page .step-line .active b {
    border-color: rgba(136, 117, 255, .6);
    background: #6958d5;
    color: #fff;
    box-shadow: 0 0 24px rgba(105, 88, 213, .25);
}

.lz-app-page .step-line i {
    background: linear-gradient(90deg, #242429, #594da8, #242429);
}

.lz-app-page .package-grid {
    gap: 18px;
}

.lz-app-page .package-card {
    min-height: 260px;
    row-gap: 16px;
    border: 1px solid var(--lz-app-line);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(112, 88, 226, .09), transparent 36%),
        var(--lz-app-panel);
    color: var(--lz-app-text);
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.lz-app-page .package-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, .22);
    background-color: var(--lz-app-panel-raised);
}

.lz-app-page .package-card:focus-visible {
    outline: 3px solid rgba(136, 117, 255, .48);
    outline-offset: 3px;
}

.lz-app-page .package-card.selected {
    border-color: rgba(150, 132, 255, .7);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .35), 0 0 45px rgba(105, 82, 226, .1);
}

.lz-app-page .package-card .price {
    color: #fff;
    font-weight: 600;
    letter-spacing: -.04em;
}

.lz-app-page .package-card small,
.lz-app-page .credits,
.lz-app-page .unit-price,
.lz-app-page .field-help {
    color: var(--lz-app-muted);
}

.lz-app-page .credits b {
    color: #a99cff;
}

.lz-app-page .unit-price b {
    color: var(--lz-app-cyan);
}

.lz-app-page .recommend-badge {
    top: -1px;
    border-radius: 0 0 7px 7px;
    background: linear-gradient(90deg, #6553ce, #8d76ff);
}

.lz-app-page .form-panel,
.lz-app-page .payment-card,
.lz-app-page .success-card {
    border: 1px solid var(--lz-app-line);
    background: var(--lz-app-panel);
    color: var(--lz-app-text);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
}

.lz-app-page .form-panel {
    border-radius: 18px;
}

.lz-recharge-page .form-panel>.btn-pay {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.lz-app-page .text-input {
    border-color: var(--lz-app-line);
    background: #0b0b0d;
    color: #f4f4f2;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.lz-app-page .text-input::placeholder {
    color: #56565c;
}

.lz-app-page .text-input:focus {
    outline: none;
    border-color: rgba(136, 117, 255, .75);
    box-shadow: 0 0 0 3px rgba(136, 117, 255, .12);
}

.lz-app-page .payment-option {
    border: 1px solid var(--lz-app-line);
    background: #f5f5f3;
}

.lz-app-page .payment-option.selected {
    border-color: #a897ff;
    background: linear-gradient(135deg, #f3f0ff, #fff);
    box-shadow: 0 0 0 2px rgba(136, 117, 255, .62), 0 14px 30px rgba(74, 55, 173, .3);
}

.lz-app-page .btn-pay,
.lz-app-page .btn-primary {
    border: 0;
    background: #f3f3f1;
    color: #0b0b0b;
    box-shadow: none;
}

.lz-app-page .btn-pay:hover:not(:disabled),
.lz-app-page .btn-primary:hover {
    background: #8875ff;
    color: #fff;
    box-shadow: 0 14px 38px rgba(105, 81, 225, .2);
}

.lz-app-page .safe-tip,
.lz-app-page .scan-tip,
.lz-app-page .order-no,
.lz-app-page .back-link {
    color: #707077;
}

.lz-recharge-page .back-link,
.lz-recharge-page .back-link:hover {
    color: #fff;
}

.lz-app-page .payment-page,
.lz-app-page .success-page {
    min-height: auto;
    padding: 0;
    background: transparent;
}

.lz-app-page .order-summary {
    border-color: var(--lz-app-line);
    color: var(--lz-app-muted);
}

.lz-app-page .order-summary strong {
    color: var(--lz-app-cyan);
}

.lz-app-page .key-box {
    border-color: var(--lz-app-line);
    background: #09090b;
}

.lz-app-page .key-box code {
    color: #a99cff;
}

.lz-app-page .save-warning {
    background: rgba(255, 190, 76, .09);
    color: #d8bd83;
}

.lz-app-page .pricing-note {
    margin-bottom: 22px;
    border-color: var(--lz-app-line);
    background: rgba(255, 255, 255, .035);
    color: var(--lz-app-muted);
}

.lz-app-page .pricing-note span {
    background: #6c5ad8;
}

.lz-app-page .table-wrap {
    border-color: var(--lz-app-line);
    border-radius: 16px;
    background: var(--lz-app-panel);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .28);
}

.lz-app-page .table-wrap th {
    border-bottom: 1px solid var(--lz-app-line);
    background: #17171a;
    color: #d4d4d8;
    font-size: 14px;
    letter-spacing: .04em;
}

.lz-app-page .table-wrap td {
    border-color: var(--lz-app-line);
    color: #c5c5c8;
    font-size: 14px;
}

.lz-app-page .table-wrap tbody tr {
    transition: background-color .18s ease;
}

.lz-app-page .table-wrap tbody tr:hover {
    background: rgba(136, 117, 255, .055);
}

.lz-app-page .pricing-table .feature-cell {
    border-color: var(--lz-app-line);
    background: #0e0e10;
    color: #fff;
}

.lz-app-page .pricing-table .price-value {
    color: #e3e3e4;
}

.lz-app-page .credit-pill {
    border: 1px solid rgba(136, 117, 255, .2);
    background: rgba(136, 117, 255, .1);
    color: #b2a6ff;
}

.lz-app-page .faq-list {
    gap: 12px;
}

.lz-app-page .faq-list details {
    overflow: hidden;
    border-color: var(--lz-app-line);
    border-radius: 14px;
    background: var(--lz-app-panel);
    transition: border-color .2s ease, background-color .2s ease;
}

.lz-app-page .faq-list details:hover,
.lz-app-page .faq-list details[open] {
    border-color: rgba(151, 132, 255, .34);
    background: #141417;
}

.lz-app-page .faq-list summary {
    align-items: center;
    padding: 24px 26px;
    color: #e9e9e7;
    cursor: pointer;
}

.lz-app-page .faq-list summary:focus-visible {
    outline: 2px solid #8875ff;
    outline-offset: -3px;
}

.lz-app-page .faq-list summary span {
    color: #6659ae;
    font: 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .08em;
}

.lz-app-page .faq-list summary i {
    color: #a99cff;
    font-style: normal;
    font-size: 20px;
    transition: transform .2s ease;
}

.lz-app-page .faq-list details[open] summary i {
    transform: rotate(45deg);
}

.lz-app-page .faq-list details p {
    padding-bottom: 26px;
    color: var(--lz-app-muted);
}

.lz-app-page .contact-wrap {
    max-width: 980px;
    gap: 18px;
}

.lz-app-page .contact-card {
    min-height: 190px;
    align-items: flex-start;
    border-color: var(--lz-app-line);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(101, 79, 225, .1), transparent 40%),
        var(--lz-app-panel);
    transition: transform .25s ease, border-color .25s ease;
}

.lz-app-page .contact-card-content {
    min-width: 0;
    flex: 1;
}

.lz-app-page .contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(151, 132, 255, .38);
}

.lz-app-page .contact-icon {
    border: 1px solid rgba(98, 220, 226, .22);
    background: rgba(98, 220, 226, .1);
    color: var(--lz-app-cyan);
}

.lz-app-page .mail-icon {
    border-color: rgba(136, 117, 255, .24);
    background: rgba(136, 117, 255, .12);
    color: #ac9fff;
}

.lz-app-page .contact-card small {
    color: #66666c;
    font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .14em;
}

.lz-app-page .contact-card h2 {
    color: #f2f2f0;
    overflow-wrap: anywhere;
}

.lz-app-page .contact-card p {
    color: var(--lz-app-muted);
}

.lz-app-page .contact-channel-visual {
    width: min(230px, 100%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid var(--lz-app-line);
    border-radius: 16px;
}

.lz-app-page .contact-qr {
    height: auto;
    object-fit: contain;
    background: #fff;
}

.lz-app-page .contact-email-visual {
    height: auto;
    object-fit: cover;
    background: #0d0d18;
}

.lz-app-page .support-note {
    border: 1px solid var(--lz-app-line);
    background: linear-gradient(110deg, rgba(108, 90, 216, .14), rgba(98, 220, 226, .045));
}

.lz-app-page .support-note>span {
    color: #a99cff;
}

.lz-app-page .support-note h3 {
    margin: 0 0 3px;
    color: #f2f2f0;
}

.lz-app-page .support-note p {
    margin: 0;
    color: var(--lz-app-muted);
}

@media (max-width: 760px) {
    .lz-app-page .page-hero {
        padding: 132px 0 70px;
    }

    .lz-app-page .page-hero h1 {
        font-size: 46px;
    }

    .lz-app-page .section,
    .lz-app-page .pricing-section {
        padding: 64px 0 82px;
    }

    .lz-recharge-page .recharge-section {
        padding-top: 112px;
    }

    .lz-recharge-page .recharge-intro {
        margin-bottom: 34px;
        font-size: 14px;
    }

    .lz-pricing-page .pricing-section {
        padding-top: 112px;
    }

    .lz-pricing-page .pricing-intro {
        margin-bottom: 34px;
        font-size: 14px;
    }

    .lz-faq-page>.section {
        padding-top: 112px;
    }

    .lz-app-page .package-card {
        min-height: auto;
    }

    .lz-app-page .contact-card {
        min-height: 160px;
    }
}

@media (max-width: 480px) {
    .lz-app-page .page-hero h1 {
        font-size: 40px;
    }

    .lz-app-page .page-hero p {
        font-size: 14px;
    }

    .lz-app-page .faq-list summary {
        padding: 20px;
    }

    .lz-app-page .faq-list details p {
        padding: 0 20px 22px;
    }

    .lz-app-page .contact-card,
    .lz-app-page .support-note {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .lz-app-page *,
    .lz-app-page *::before,
    .lz-app-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

.main-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
    font-size: 15px;
    white-space: nowrap
}

.nav-logout { border: 0; background: transparent; padding: 8px 0; color: #aeb1b4; cursor: pointer; font-size: 13px }
.nav-logout:hover { color: #fff }
.auth-section { min-height: 100dvh; display: grid; place-items: center;  background: radial-gradient(circle at 18% 42%, rgba(98,220,226,.08), transparent 24%), radial-gradient(circle at 76% 12%, rgba(109,87,224,.2), transparent 30%), linear-gradient(145deg, #080808, #111116 70%, #080808) }
.auth-layout { width: min(1160px, 100%); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 500px); gap: clamp(48px, 8vw, 120px); align-items: center }
.auth-hero-side { min-width: 0 }
.auth-hero-side .lz-hero-copy { max-width: 700px }
.auth-hero-side .lz-hero-copy h1 { font-size: clamp(48px, 5.3vw, 82px) }
.auth-hero-side .lz-hero-lead { max-width: 560px }
.auth-panel { width: min(100%, 500px); padding: 42px; border: 1px solid var(--lz-app-line); background: rgba(17,17,19,.92); box-shadow: 0 28px 80px rgba(0,0,0,.42) }
.register-panel { border: 0 }
.auth-panel h1 { margin: 0 0 12px; color: var(--lz-app-text); font-size: 38px; font-weight: 560; line-height: 1.15 }
.auth-lead { margin: 0 0 30px; color: var(--lz-app-muted); line-height: 1.7 }
.auth-form { display: grid; gap: 10px }
.auth-form label { margin-top: 8px; color: #d6d6d8; font-size: 13px }
.auth-form label small { color: var(--lz-app-muted) }
.auth-form .text-input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--lz-app-line); border-radius: 8px }
.auth-submit { width: 100%; margin-top: 14px }
.auth-switch { margin: 25px 0 0; color: var(--lz-app-muted); text-align: center; font-size: 13px }
.auth-switch a { color: #b2a6ff }
.auth-links { display: flex; justify-content: center; gap: 10px; margin: 25px 0 0; color: var(--lz-app-muted); font-size: 13px }
.auth-links a, .auth-home a { color: #b2a6ff }
.auth-home { margin: 14px 0 0; color: var(--lz-app-muted); text-align: center; font-size: 13px }
.auth-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 25px }
.auth-footer-links .auth-switch, .auth-footer-links .auth-home { margin: 0 }
.auth-resend { display: block; min-height: 38px; margin: 4px auto 0; border: 0; background: transparent; color: #b2a6ff; cursor: pointer; font-size: 13px }
.auth-resend:disabled { color: #5d5d64; cursor: not-allowed }
.auth-steps { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #626269; font: 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em }
.auth-steps .active { color: #b2a6ff }
.auth-steps i { width: 30px; height: 1px; background: var(--lz-app-line) }
.auth-back { display: block; margin: 18px auto 0; border: 0; background: transparent; color: var(--lz-app-muted); cursor: pointer; font-size: 13px }
.profile-section { min-height: calc(100dvh - 76px); padding-top: 72px }
.profile-container { max-width: 820px }
.profile-content { display: grid; gap: 18px }
.profile-details, .profile-balance-card { border: 1px solid var(--lz-app-line); background: var(--lz-app-panel); }
.profile-details { padding: 4px 24px }
.profile-detail-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 62px; border-bottom: 1px solid var(--lz-app-line); color: var(--lz-app-muted); font-size: 14px }
.profile-detail-row:last-child { border-bottom: 0 }
.profile-detail-row strong { color: var(--lz-app-text); font-size: 14px; font-weight: 550; text-align: right; overflow-wrap: anywhere }
.profile-status { color: #ffb86b !important }
.profile-status.verified { color: #72d8b0 !important }
.profile-balance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px }
.profile-balance-card { min-height: 160px; padding: 24px; }
.profile-balance-card span { display: block; color: var(--lz-app-muted); font-size: 13px }
.profile-balance-card strong { display: inline-block; margin-top: 22px; color: var(--lz-app-text); font-size: 38px; font-weight: 600; line-height: 1 }
.profile-balance-card small { margin-left: 8px; color: var(--lz-app-muted); font-size: 13px }
.profile-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 8px }
.profile-actions .btn { min-width: 120px; text-align: center }
.profile-page .credit-summary-card { border-color: var(--lz-app-line); background: var(--lz-app-panel); box-shadow: none }
.profile-page .credit-summary-card>span { color: var(--lz-app-muted) }
.profile-page .credit-summary-card strong { color: #7f9cff }
.profile-page .credit-summary-card.consumed strong { color: #a797ff }
.profile-page .credit-summary-card small { color: var(--lz-app-muted) }
.profile-page .credit-summary-card p { color: var(--lz-app-muted) }
@media (max-width: 560px) {
    .profile-section { padding-top: 48px }
    .profile-details { padding: 4px 18px }
    .profile-balance-grid { grid-template-columns: 1fr }
    .profile-balance-card { min-height: 135px }
    .profile-actions { flex-direction: column }
    .profile-actions .btn { width: 100% }
}
.state-message { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 8px; color: var(--lz-app-muted); text-align: center }
.state-message strong { color: var(--lz-app-text); font-size: 20px }
.state-error, .form-error { color: #ff8f8f }
.keys-section { min-height: calc(100dvh - 76px) }
.keys-table-wrap { overflow-x: auto }
.keys-table { width: 100%; min-width: 760px; table-layout: fixed }
.keys-table th:nth-child(1) { width: 18% }
.keys-table th:nth-child(2) { width: 42% }
.keys-table th:nth-child(3) { width: 18% }
.keys-table th:nth-child(4) { width: 22% }
.key-value { display: flex; align-items: center; gap: 12px; min-width: 0 }
.key-value code { min-width: 0; flex: 1; overflow-x: auto; white-space: nowrap; color: #b2a6ff; font: 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace }
.key-visibility { width: 38px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(178,166,255,.55); border-radius: 7px; background: rgba(136,117,255,.12); color: #d4ccff; cursor: pointer }
.key-eye-icon { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; color: inherit; transition: color .2s }
.key-eye-icon circle { fill: currentColor; stroke: none }
.key-eye-icon.is-visible { color: #fff }
.key-visibility:hover, .key-visibility:focus-visible { border-color: #b2a6ff; background: rgba(136,117,255,.25); outline: none }
@media (max-width: 820px) { .auth-section { padding: 100px 14px 70px } .auth-layout { grid-template-columns: 1fr; gap: 40px; max-width: 520px } .auth-hero-side .lz-hero-copy h1 { font-size: 52px } .auth-panel { padding: 30px 22px } .auth-panel h1 { font-size: 32px } }

.nav-wrap {
    position: relative;
    justify-content: flex-start
}

.pricing-section {
    padding-top: 60px;
    background: #fbfcff
}

.pricing-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 14px 18px;
    border: 1px solid #dce7fb;
    border-radius: 13px;
    background: #f2f7ff;
    color: #52617a;
    font-size: 13px
}

.pricing-note span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: none;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-weight: 800
}

.pricing-note p {
    margin: 0
}

.pricing-note.pricing-note-after-table {
    margin-top: 18px;
    margin-bottom: 0
}

.lz-app-page .pricing-promotion {
    position: relative;
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr);
    column-gap: 30px;
    margin-bottom: 18px;
    padding: 28px 30px;
    overflow: hidden;
    border: 1px solid rgba(151, 132, 255, .48);
    border-radius: 16px;
    background:
        radial-gradient(circle at 0 0, rgba(123, 96, 255, .3), transparent 38%),
        radial-gradient(circle at 100% 100%, rgba(98, 220, 226, .1), transparent 34%),
        #111113;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32), 0 0 34px rgba(111, 86, 231, .09);
    color: var(--lz-app-muted);
    font-size: 13px;
    line-height: 1.7
}

.lz-app-page .pricing-promotion::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #7f67ff, #b18cff 48%, #62dce2)
}

.lz-app-page .pricing-promotion-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    align-self: start;
    min-height: 82px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: linear-gradient(135deg, #7059df, #947cff);
    box-shadow: 0 14px 32px rgba(92, 67, 210, .3);
    color: #fff
}

.lz-app-page .pricing-promotion-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: none;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    background: rgba(255, 255, 255, .17);
    box-shadow: 0 7px 18px rgba(50, 31, 138, .24);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

.lz-app-page .pricing-promotion-title-copy {
    display: flex;
    min-width: 0;
    flex-direction: column
}

.lz-app-page .pricing-promotion-title-copy strong {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .04em
}

.lz-app-page .pricing-promotion-title-copy small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .68);
    font: 700 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .16em
}

.lz-app-page .pricing-promotion>p {
    margin: 0 0 15px;
    color: #d6d6da;
    font-weight: 600
}

.lz-app-page .pricing-promotion-period {
    display: inline-block;
    margin-left: 8px;
    color: #a99cff;
    font-weight: 700
}

.lz-app-page .pricing-promotion ul {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.lz-app-page .pricing-promotion li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .055);
    color: #a0a0a6
}

.lz-app-page .pricing-promotion strong {
    color: #eeeef0;
    font-weight: 650
}

.lz-app-page .pricing-promotion-discount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-height: 48px;
    padding: 8px 5px;
    border: 1px solid rgba(177, 159, 255, .38);
    border-radius: 10px;
    background: rgba(136, 117, 255, .16);
    color: #cfc7ff;
    font-size: 12px;
    font-weight: 800
}

.lz-app-page .pricing-promotion-discount b {
    margin-right: 2px;
    color: #fff;
    font-size: 22px;
    line-height: 1
}

.lz-app-page .pricing-promotion-offer {
    display: flex;
    min-width: 0;
    flex-direction: column
}

.lz-app-page .pricing-promotion-offer>span {
    margin-top: 3px
}

.lz-app-page .pricing-promotion-offer b {
    color: #b8acff;
    font-weight: 800
}

@media (max-width: 760px) {
    .lz-app-page .pricing-promotion {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px 20px
    }

    .lz-app-page .pricing-promotion>p,
    .lz-app-page .pricing-promotion ul {
        grid-column: 1
    }

    .lz-app-page .pricing-promotion>p {
        margin-bottom: 0
    }

    .lz-app-page .pricing-promotion ul {
        grid-template-columns: 1fr
    }
}

.pricing-table {
    min-width: 1050px
}

.pricing-table th,
.pricing-table td {
    white-space: nowrap
}

.pricing-table .feature-cell {
    min-width: 170px;
    border-right: 1px solid var(--line);
    vertical-align: middle;
    background: #fbfdff
}

.pricing-table .price-value {
    color: var(--ink);
    font-variant-numeric: tabular-nums
}

.pricing-table .discounted-value {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap
}

.pricing-table .discounted-value del {
    color: #8b96a8;
    text-decoration-thickness: 1.5px
}

.pricing-table .discounted-value strong {
    color: #e87516;
    font-weight: 800
}

.credit-query-section {
    min-height: 520px;
    background: linear-gradient(180deg, #fff 0%, #f9fbff 100%)
}

.credit-query-container {
    max-width: 920px
}

.credit-query-form {
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 14px 45px rgba(24, 59, 122, .07)
}

.credit-query-form>label {
    display: block;
    margin-bottom: 10px;
    font-weight: 750
}

.credit-query-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px
}

.credit-query-controls input {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid #d8e0ed;
    border-radius: 12px;
    color: var(--ink);
    outline: none
}

.credit-query-controls input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(39, 100, 237, .1)
}

.credit-query-form>small {
    display: block;
    margin-top: 9px;
    color: #8b96aa
}

.query-message {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 17px;
    border: 1px solid #ffd1d7;
    border-radius: 12px;
    background: #fff4f5;
    color: #bf3347;
    font-size: 14px
}

.query-message>span {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #df4055;
    color: #fff;
    font-weight: 800
}

.credit-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px
}

.credit-summary-card {
    position: relative;
    overflow: hidden;
    padding: 22px 24px;
    border: 1px solid #dce6f7;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 59, 122, .05)
}

.credit-summary-card::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -38px;
    top: -42px;
    border-radius: 50%;
    background: rgba(39, 100, 237, .08)
}

.credit-summary-card>span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700
}

.credit-summary-card div {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 3px
}

.credit-summary-card strong {
    color: var(--blue);
    font-size: 34px;
    line-height: 1.25;
    font-variant-numeric: tabular-nums
}

.credit-summary-card small {
    color: #78859b
}

.credit-summary-card p {
    margin: 2px 0 0;
    color: #97a1b2;
    font-size: 12px
}

.credit-summary-card.consumed strong {
    color: #6c58df
}

.credit-summary-card.consumed::after {
    background: rgba(108, 88, 223, .08)
}

.query-result-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 42px 0 16px
}

.query-result-head .eyebrow {
    margin-bottom: 4px
}

.query-result-head h2 {
    margin: 0;
    font-size: 26px
}

.query-result-head>span {
    color: var(--muted);
    font-size: 13px
}

.usage-table table {
    min-width: 680px
}

.usage-table th:nth-child(2),
.usage-table td:nth-child(2) {
    width: 180px
}

@media(max-width:900px) {
    .main-nav {
        gap: 18px
    }
}

@media(max-width:680px) {
    .main-nav {
        left: 14px;
        right: 14px;
        transform: none;
        font-size: inherit;
        white-space: normal
    }

    .credit-query-form {
        padding: 23px 18px
    }

    .credit-query-controls {
        grid-template-columns: 1fr
    }

    .credit-query-controls .btn {
        width: 100%
    }

    .credit-summary {
        grid-template-columns: 1fr
    }

    .query-result-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }
}

.lz-usage-page .credit-query-form {
    border-color: var(--lz-app-line);
    background:
        radial-gradient(circle at 100% 0, rgba(112, 88, 226, .1), transparent 34%),
        var(--lz-app-panel);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .34)
}

.lz-usage-page .credit-query-form>label {
    color: #e6e6e4
}

.lz-usage-page .credit-query-controls input {
    border-color: var(--lz-app-line);
    background: #0b0b0d;
    color: var(--lz-app-text)
}

.lz-usage-page .credit-query-controls input::placeholder {
    color: #56565c
}

.lz-usage-page .credit-query-controls input:focus {
    border-color: rgba(136, 117, 255, .75);
    box-shadow: 0 0 0 3px rgba(136, 117, 255, .12)
}

.lz-usage-page .credit-query-form>small {
    color: #68686e
}

.lz-usage-page .form-error {
    margin: 12px 0 0;
    color: #ff6b6b
}

.lz-usage-page .query-results {
    margin-top: 28px
}

.lz-usage-page .credit-summary {
    margin-top: 0
}

.lz-usage-page .credit-summary-card {
    border-color: var(--lz-app-line);
    background: var(--lz-app-panel);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .25)
}

.lz-usage-page .credit-summary-card::after {
    background: rgba(98, 220, 226, .07)
}

.lz-usage-page .credit-summary-card>span,
.lz-usage-page .credit-summary-card p,
.lz-usage-page .credit-summary-card small {
    color: var(--lz-app-muted)
}

.lz-usage-page .credit-summary-card strong {
    color: var(--lz-app-cyan)
}

.lz-usage-page .credit-summary-card.consumed strong {
    color: #a99cff
}

.lz-usage-page .credit-summary-card.consumed::after {
    background: rgba(136, 117, 255, .09)
}

.lz-recharge-page .qr-frame {
    width: 300px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
}



.lz-recharge-page .qr-frame {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
}