:root {
    --primary: #00d084;
    --secondary: #08b7ff;
    --accent: #ffb547;
    --page-bg: #05070b;
    --surface: rgba(255, 255, 255, .045);
    --surface-strong: rgba(255, 255, 255, .07);
    --text: #f8fafc;
    --muted: rgba(226, 232, 240, .62);
    --muted-soft: rgba(226, 232, 240, .42);
    --line: rgba(255, 255, 255, .10);
    --line-strong: rgba(255, 255, 255, .16);
    --radius: 14px;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--page-bg); }

body {
    min-width: 320px;
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 88% 8%, rgba(0, 208, 132, .08), transparent 28%),
        radial-gradient(circle at 4% 42%, rgba(8, 183, 255, .045), transparent 25%),
        var(--page-bg);
    font-family: var(--font-sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.public-menu-open { overflow: hidden; }

img, svg, video { max-width: 100%; height: auto; }

a { color: inherit; }

.public-wrap {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

/* Shared navigation mirrors the official homepage chrome. */
.public-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 12px 0;
    background: linear-gradient(180deg, rgba(3, 5, 9, .78), rgba(3, 5, 9, .24));
}

.public-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .10), transparent);
    pointer-events: none;
}

.public-nav {
    width: min(1328px, calc(100% - 48px));
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px 0 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(5, 8, 13, .72);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.public-brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-right: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.05em;
}

.public-brand > img {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(0, 208, 132, .35));
}

.public-brand::after {
    content: "多财商城";
    display: inline-flex;
    margin-left: 6px;
    padding: 4px 7px;
    border: 1px solid rgba(0, 208, 132, .22);
    border-radius: 7px;
    color: #b7ffe5;
    background: rgba(0, 208, 132, .10);
    font: 700 10px/1 var(--font-mono);
    letter-spacing: .04em;
}

.public-links {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.public-links a {
    height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
    color: rgba(226, 232, 240, .72);
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    white-space: nowrap;
    transition: color .2s, background .2s;
}

.public-links a:hover,
.public-links a.active {
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.public-links a.active { box-shadow: inset 0 -2px 0 var(--primary); }

.public-nav-actions { display: flex; align-items: center; gap: 8px; margin-left: 8px; }

.public-nav-demo,
.public-nav-user {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
    transition: transform .2s, background .2s, border-color .2s;
}

.public-nav-demo { color: #d7fff0; border-color: rgba(0, 208, 132, .30); background: rgba(0, 208, 132, .12); }
.public-nav-user { color: #03110c; border-color: var(--primary); background: var(--primary); }
.public-nav-demo:hover,
.public-nav-user:hover { transform: translateY(-1px); }
.public-nav-demo:hover { background: rgba(0, 208, 132, .18); }
.public-nav-user:hover { background: #20e49b; border-color: #20e49b; }

.public-menu-toggle {
    width: 42px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid var(--line-strong);
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    font-size: 21px;
    cursor: pointer;
}

.public-mobile-nav {
    width: min(420px, calc(100% - 24px));
    margin: 10px 12px 0 auto;
    padding: 12px;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: rgba(5, 8, 13, .96);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .46);
    backdrop-filter: blur(20px);
}

.public-mobile-nav[hidden] { display: none; }
.public-mobile-nav nav { display: grid; gap: 6px; }
.public-mobile-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: rgba(226, 232, 240, .78);
    background: rgba(255, 255, 255, .035);
    text-decoration: none;
    font-weight: 650;
}
.public-mobile-nav a i { color: var(--primary); }
.public-mobile-nav a.active { color: #fff; border-color: rgba(0, 208, 132, .24); background: rgba(0, 208, 132, .10); }
.public-mobile-nav a.primary { color: #03110c; background: var(--primary); }
.public-mobile-nav a.primary i { color: #03110c; }

/* Page introduction */
.public-main { padding: 118px 0 92px; }

.public-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--muted-soft);
    font-size: 12px;
    font-family: var(--font-mono);
}

.public-breadcrumb a { color: var(--muted); text-decoration: none; }
.public-breadcrumb a:hover { color: var(--primary); }

.public-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 58px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background:
        linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
        radial-gradient(circle at 82% 32%, rgba(0, 208, 132, .15), transparent 31%),
        linear-gradient(135deg, #08131a 0%, #071018 48%, #05070b 100%);
    background-size: 56px 56px, 56px 56px, auto, auto;
    box-shadow: 0 34px 100px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.public-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -90px;
    bottom: -170px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(0, 208, 132, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(0, 208, 132, .035), 0 0 0 112px rgba(8, 183, 255, .018);
}

.public-kicker {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid rgba(0, 208, 132, .24);
    border-radius: 9px;
    color: #b7ffe5;
    background: rgba(0, 208, 132, .09);
    font: 750 12px/1 var(--font-mono);
    letter-spacing: .08em;
}

.public-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 16px rgba(0, 208, 132, .8);
}

.public-hero h1 {
    max-width: 900px;
    margin: 22px 0 14px;
    color: #fff;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.06;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.public-lead {
    max-width: 790px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.9;
}

.public-actions,
.public-filter { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 28px; }

.public-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 18px;
    border: 1px solid var(--primary);
    border-radius: 12px;
    color: #03110c;
    background: var(--primary);
    box-shadow: 0 14px 34px rgba(0, 208, 132, .18);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s, background .2s, box-shadow .2s;
}

.public-button:hover { color: #03110c; background: #20e49b; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0, 208, 132, .24); }
.public-button.secondary { color: #fff; border-color: var(--line-strong); background: rgba(255, 255, 255, .055); box-shadow: none; }
.public-button.secondary:hover { color: #fff; border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .10); }

.public-filter a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--muted);
    background: rgba(255, 255, 255, .04);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s, border-color .2s, background .2s;
}

.public-filter a:hover { color: #fff; border-color: var(--line-strong); background: rgba(255, 255, 255, .07); }
.public-filter a.active { color: #03110c; border-color: var(--primary); background: var(--primary); }

/* Content sections and application cards */
.public-section { margin-top: 58px; }

.public-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.public-section-head h2 { margin: 0; color: #fff; font-size: 28px; line-height: 1.25; letter-spacing: -.025em; }
.public-section-head p { margin: 7px 0 0; color: var(--muted); }

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

.public-card,
.release-card {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
    transition: transform .24s, border-color .24s, background .24s;
}

.public-card { padding: 18px; }
.public-card:hover { transform: translateY(-4px); border-color: rgba(0, 208, 132, .28); background: rgba(255, 255, 255, .06); }
.public-card h2,
.public-card h3 { margin: 0; color: #fff; line-height: 1.35; }
.public-card p { color: var(--muted); }
.public-page-article a.public-card { text-decoration: none; }

.app-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 11px;
    color: rgba(226, 232, 240, .38);
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        #0a0f17;
    background-size: 24px 24px;
    font: 750 12px/1 var(--font-mono);
    letter-spacing: .08em;
}

.app-cover::after { content: ""; position: absolute; inset: auto 12% -40% 12%; height: 65%; background: radial-gradient(circle, rgba(0, 208, 132, .15), transparent 68%); pointer-events: none; }
.app-cover img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.app-cover img.is-fallback { width: 42%; height: 42%; padding: 0; object-fit: contain; opacity: .72; }

.app-title { margin-top: 13px !important; font-size: 20px; letter-spacing: -.02em; }
.app-desc { min-height: 54px; margin: 8px 0 13px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.public-meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; color: var(--muted-soft); font-size: 12px; font-family: var(--font-mono); }
.public-chip { min-height: 25px; display: inline-flex; align-items: center; padding: 4px 8px; border: 1px solid rgba(8, 183, 255, .18); border-radius: 7px; color: #a9e3ff; background: rgba(8, 183, 255, .08); font: 700 11px/1 var(--font-mono); }
.public-chip.success { color: #b7ffe5; border-color: rgba(0, 208, 132, .22); background: rgba(0, 208, 132, .09); }
.public-chip.warning { color: #ffe0a6; border-color: rgba(255, 181, 71, .24); background: rgba(255, 181, 71, .09); }

.app-price { margin-top: 16px; color: var(--accent); font-size: 22px; font-weight: 850; letter-spacing: -.02em; }
.app-price small { margin-left: 6px; color: var(--muted-soft); font-size: 12px; font-weight: 500; }
.app-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 15px; }
.app-actions .public-button { min-height: 38px; flex: 1; padding: 8px 11px; font-size: 12px; box-shadow: none; }

.public-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.public-info-grid .public-card { height: 100%; padding: 24px; }
.public-info-grid .public-card h2 { font-size: 18px; }
.public-info-grid .public-card p { margin: 9px 0 0; line-height: 1.85; }

/* Release history */
.release-list { display: grid; gap: 16px; }
.release-card { position: relative; overflow: hidden; padding: 26px 28px 26px 32px; }
.release-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--primary), rgba(8, 183, 255, .45)); }
.release-card:hover { border-color: rgba(0, 208, 132, .24); background: rgba(255, 255, 255, .055); }
.release-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.release-head h2 { margin: 10px 0 0; color: #fff; font-size: 22px; letter-spacing: -.02em; }
.release-date { color: var(--muted-soft); white-space: nowrap; font: 12px/1.6 var(--font-mono); }
.release-body { margin-top: 16px; color: var(--muted); line-height: 1.9; overflow-wrap: anywhere; }
.hash-list { margin-top: 18px; padding-top: 15px; border-top: 1px dashed var(--line); }
.hash-line { color: var(--muted-soft); font: 11px/1.8 var(--font-mono); overflow-wrap: anywhere; }
.hash-line code { color: #b7ffe5; }

.public-empty,
.public-error {
    padding: 54px 24px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--radius);
    color: var(--muted);
    background: rgba(255, 255, 255, .03);
    text-align: center;
}

.public-pagination { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 30px; }
.public-pagination a,
.public-pagination span { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--surface); text-decoration: none; font: 700 12px/1 var(--font-mono); }
.public-pagination a:hover { color: #fff; border-color: var(--line-strong); }
.public-pagination span.current { color: #03110c; border-color: var(--primary); background: var(--primary); }

/* Official-site footer */
.public-footer { padding: 54px 0; border-top: 1px solid rgba(255, 255, 255, .08); color: var(--muted-soft); background: #030509; }
.public-footer-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }
.public-footer-logo { display: flex; align-items: center; min-height: 52px; }
.public-footer-logo img { display: block; width: 190px; height: auto; filter: drop-shadow(0 0 18px rgba(0, 208, 132, .16)); }
.public-footer-brand p { max-width: 420px; margin: 8px 0 0; color: rgba(226, 232, 240, .50); line-height: 1.8; }
.public-footer-meta { justify-self: end; text-align: right; }
.public-footer-records { width: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 20px; flex-wrap: wrap; font-size: 12px; }
.public-footer-records:empty { display: none; }
.public-footer-records + .public-footer-records { margin-top: 16px; }
.public-footer a { color: var(--muted); text-decoration: none; }
.public-footer a:hover { color: #fff; }
.public-footer-records a { display: inline-flex; align-items: center; gap: 6px; }
.public-footer-records img { width: auto; height: 16px; opacity: .6; transition: opacity .2s; }
.public-footer-records a:hover img { opacity: .9; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (max-width: 1180px) {
    .public-brand::after { display: none; }
    .public-links a { padding-inline: 9px; }
}

@media (max-width: 900px) {
    .public-links { display: none; }
    .public-nav-actions { margin-left: auto; }
    .public-nav-user { display: none; }
    .public-menu-toggle { display: inline-flex; margin-left: 0; }
    .public-wrap { width: min(100% - 36px, 1280px); }
    .public-grid,
    .public-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .public-footer-layout { grid-template-columns: 1fr; gap: 28px; }
    .public-footer-meta { justify-self: start; text-align: left; }
    .public-footer-records { justify-content: flex-start; }
}

@media (max-width: 768px) {
    .public-header { padding: 9px 10px; }
    .public-header .public-nav { width: 100%; min-height: 54px; padding: 0 10px 0 14px; border-radius: 16px; }
    .public-nav-actions { gap: 0; }
    .public-nav-demo { height: 40px; margin-right: 8px; padding-inline: 12px; }
    .public-main { padding-top: 96px; }
    .public-hero { min-height: 330px; padding: 42px 34px; border-radius: 20px; }
    .public-hero h1 { font-size: clamp(36px, 10vw, 50px); }
    .public-section { margin-top: 46px; }
    .public-section-head,
    .release-head { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    .public-wrap { width: min(100% - 24px, 1280px); }
    .public-brand { font-size: 19px; }
    .public-main { padding-bottom: 68px; }
    .public-breadcrumb { margin-bottom: 12px; }
    .public-hero { min-height: 0; padding: 34px 22px 32px; border-radius: 18px; }
    .public-hero::after { right: -240px; bottom: -260px; }
    .public-hero h1 { margin-top: 19px; font-size: 38px; letter-spacing: -.045em; }
    .public-lead { font-size: 15px; line-height: 1.8; }
    .public-filter { gap: 7px; }
    .public-filter a { min-height: 35px; padding: 6px 10px; font-size: 12px; }
    .public-grid,
    .public-info-grid { grid-template-columns: 1fr; }
    .public-section-head h2 { font-size: 24px; }
    .public-card { padding: 15px; }
    .release-card { padding: 22px 20px 22px 24px; }
    .public-actions .public-button { width: 100%; }
    .app-actions .public-button { width: auto; }
    .public-footer {
        position: relative;
        overflow: hidden;
        padding: 38px 0 max(26px, env(safe-area-inset-bottom));
        background:
            radial-gradient(circle at 20% 0%, rgba(0, 208, 132, .10), transparent 34%),
            radial-gradient(circle at 88% 45%, rgba(8, 183, 255, .07), transparent 32%),
            linear-gradient(180deg, #05070b 0%, #030509 100%);
    }
    .public-footer::before {
        content: "";
        position: absolute;
        top: 0;
        right: 18px;
        left: 18px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(0, 208, 132, .56), transparent);
    }
    .public-footer-layout { position: relative; z-index: 1; display: block; }
    .public-footer-brand {
        position: relative;
        overflow: hidden;
        padding: 18px 16px;
        border: 1px solid rgba(255, 255, 255, .09);
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
        text-align: center;
    }
    .public-footer-brand::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 120px;
        height: 1px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, rgba(0, 208, 132, .65), transparent);
    }
    .public-footer-logo { justify-content: center; min-height: 0; margin-bottom: 8px; }
    .public-footer-logo img { width: 170px; }
    .public-footer-brand p { margin: 0 auto; font-size: 12px; line-height: 1.65; letter-spacing: .10em; }
    .public-footer-meta {
        display: block;
        margin-top: 12px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 20px;
        background: rgba(255, 255, 255, .032);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
        text-align: center;
    }
    .public-footer-records { justify-content: center; gap: 8px; }
    .public-footer-records + .public-footer-records { margin-top: 8px; }
    .public-footer-records-primary { padding-bottom: 8px; border-bottom: 1px dashed rgba(255, 255, 255, .09); }
    .public-footer-copyright { flex: 1 0 100%; display: block; padding: 0 4px 2px; color: rgba(226, 232, 240, .38); font-size: 11px; line-height: 1.5; }
    .public-footer-records a {
        min-height: 34px;
        max-width: 100%;
        flex: 1 1 100%;
        justify-content: center;
        padding: 8px 10px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 999px;
        background: rgba(255, 255, 255, .045);
        color: rgba(226, 232, 240, .52);
        font-size: 11px;
        line-height: 1.35;
        text-align: center;
    }
    .public-footer-records-primary a[href*="miit.gov.cn"],
    .public-footer-records-primary a[href*="12377.cn"] { width: auto; flex: 1 1 calc(50% - 4px); }
    .public-footer-records-secondary a { border-radius: 12px; }
    .public-footer-records img { height: 14px; opacity: .68; }
}

@media (max-width: 360px) {
    .public-wrap { width: min(100% - 18px, 1280px); }
    .public-header { padding-inline: 7px; }
    .public-nav { padding-left: 11px; }
    .public-nav-demo { padding-inline: 10px; font-size: 12px; }
    .public-hero { padding: 28px 18px; }
    .public-hero h1 { font-size: 34px; }
}
