/**
 * DAPP ???????? ?? ??? UI????????? ui-index-preview??
 * ?????????? ?? ???? ?? ???? ?? ???????? ?? ?? CSS
 */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

html.aum-dapp-white-pages {
    --brand-primary: #2A6BFF;
    --brand-hover: #1A4FD9;
    --brand-light: rgba(42, 107, 255, 0.08);
    --brand-ultra-light: rgba(42, 107, 255, 0.04);
    --bg-page: #F4F6FA;
    --bg-card: #FFFFFF;
    --bg-input: #F8FAFC;
    --bg-overlay: rgba(0, 0, 0, 0.40);
    --text-title: #0B1426;
    --text-body: #1A2A3A;
    --text-secondary: #5A7A9A;
    --text-weak: #8AA4C8;
    --text-muted: #8AA4C8;
    --border-card: #E8EDF4;
    --border-divider: #EDF1F8;
    --border-input: #E0E6ED;
    --border-focus: #2A6BFF;
    --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.04);
    --shadow-card-hover: 0 8px 28px rgba(42, 107, 255, 0.10);
    --shadow-btn: 0 4px 16px rgba(42, 107, 255, 0.25);
    --shadow-dropdown: 0 8px 40px rgba(0, 0, 0, 0.08);
    --radius-btn: 12px;
    --radius-input: 10px;
    --radius-tag: 20px;
    --color-success: #2ECC71;
    --color-danger: #FF5A6B;
    --vx-font: 'Plus Jakarta Sans', -apple-system, 'PingFang SC', sans-serif;
}

/* ???? AUMMUSE ??? ?? ?????????? ???? */
html.aum-dapp-white-pages .text-gem,
html.aum-page-whitepaper .text-gem,
html.aum-page-official .text-gem {
    background: linear-gradient(90deg, #1A4FD9 0%, #2A6BFF 48%, #6BA3FF 100%) !important;
    background-size: 100% auto !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    filter: none !important;
    animation: none !important;
    box-shadow: none !important;
}

html.aum-dapp-white-pages .brand-logo,
html.aum-page-official .brand-logo,
html.aum-page-whitepaper .hero-logo {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    object-fit: cover !important;
}

/* ???? ????? ???? */
html.aum-page-whitepaper.aum-dapp-white-pages {
    --sapphire: #2A6BFF;
    --sapphire-light: #2A6BFF;
    --sapphire-dark: #1A4FD9;
    --bg-deep: #F4F6FA;
    --bg-card: #FFFFFF;
    --bg-input: #F8FAFC;
    --text-primary: #0B1426;
    --text-body: #1A2A3A;
    --text-muted: #5A7A9A;
    --text-faint: #8AA4C8;
    --border-card: #E8EDF4;
    --border-divider: #EDF1F8;
    --glow-top: rgba(42, 107, 255, 0.06);
    --glow-mid: rgba(42, 107, 255, 0.04);
    --glow-bottom: rgba(42, 107, 255, 0.05);
    --btn-shadow: rgba(42, 107, 255, 0.25);
    --success: #2ECC71;
}

html.aum-page-whitepaper.aum-dapp-white-pages body {
    background: var(--bg-page) !important;
    color: var(--text-body) !important;
    font-family: var(--vx-font) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages body::before {
    background:
        radial-gradient(ellipse 92% 58% at 50% -10%, var(--glow-top), transparent 58%),
        radial-gradient(circle at 12% 76%, var(--glow-mid), transparent 44%),
        var(--bg-page) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages body::after {
    background: radial-gradient(ellipse 120% 82% at 50% 108%, var(--glow-bottom), transparent 52%) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .top-bar {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid var(--border-card) !important;
    box-shadow: var(--shadow-card) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .back-home {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    color: var(--text-secondary) !important;
    border-radius: var(--radius-btn) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages #backHomeBtn {
    background: linear-gradient(155deg, #2A6BFF 0%, #1A4FD9 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: var(--shadow-btn) !important;
    animation: none !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages #backHomeBtn span,
html.aum-page-whitepaper.aum-dapp-white-pages #backHomeBtn i {
    color: #FFFFFF !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .top-badge {
    color: var(--text-muted) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .hero {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    box-shadow: var(--shadow-card) !important;
    border-radius: var(--radius-card) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .hero h1 {
    color: var(--brand-primary) !important;
    -webkit-text-fill-color: var(--brand-primary) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .hero-sub.text-gem {
    filter: none !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .hero-logo {
    border: none !important;
    box-shadow: none !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .hero-logo-wrap .logo-stroke,
html.aum-page-whitepaper.aum-dapp-white-pages .hero-logo-wrap .logo-stroke-glow {
    display: none !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    box-shadow: var(--shadow-card) !important;
    border-radius: var(--radius-card) !important;
    margin-bottom: 14px !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section h2 {
    color: var(--brand-primary) !important;
    border-bottom-color: var(--border-divider) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section h2 i {
    color: var(--brand-primary) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section h3 {
    color: var(--text-title) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section p,
html.aum-page-whitepaper.aum-dapp-white-pages .section li,
html.aum-page-whitepaper.aum-dapp-white-pages .section-lead {
    color: var(--text-secondary) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .pill {
    background: var(--brand-light) !important;
    border-color: rgba(42, 107, 255, 0.18) !important;
    color: var(--brand-primary) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .hl {
    color: var(--brand-primary) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages a {
    color: var(--brand-primary) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .wp-glow-footer {
    color: var(--text-muted) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .token-row {
    background: var(--bg-input) !important;
    border-color: var(--border-card) !important;
}

/* ???? ???? official ???? */
html.aum-page-official.aum-dapp-white-pages {
    --sapphire: #2A6BFF;
    --sapphire-light: #2A6BFF;
    --sapphire-dark: #1A4FD9;
    --bg-deep: #F4F6FA;
    --bg-card: #FFFFFF;
    --bg-input: #F8FAFC;
    --text-primary: #0B1426;
    --text-body: #1A2A3A;
    --text-muted: #5A7A9A;
    --text-faint: #8AA4C8;
    --border-card: #E8EDF4;
    --border-divider: #EDF1F8;
    --btn-shadow: rgba(42, 107, 255, 0.25);
}

html.aum-page-official.aum-dapp-white-pages body {
    background: var(--bg-page) !important;
    color: var(--text-body) !important;
    font-family: var(--vx-font) !important;
}

html.aum-page-official.aum-dapp-white-pages body::before,
html.aum-page-official.aum-dapp-white-pages body::after {
    background: radial-gradient(ellipse 90% 50% at 50% -15%, rgba(42, 107, 255, 0.06), transparent 60%), var(--bg-page) !important;
}

html.aum-page-official.aum-dapp-white-pages .topnav {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid var(--border-card) !important;
    box-shadow: var(--shadow-card) !important;
}

html.aum-page-official.aum-dapp-white-pages .brand span.text-gem {
    filter: none !important;
}

html.aum-page-official.aum-dapp-white-pages .nav-back-dapp {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    color: var(--brand-primary) !important;
    border-radius: var(--radius-btn) !important;
}

html.aum-page-official.aum-dapp-white-pages .nav-link,
html.aum-page-official.aum-dapp-white-pages .nav-btn {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    color: var(--text-secondary) !important;
}

html.aum-page-official.aum-dapp-white-pages .nav-link:hover {
    color: var(--brand-primary) !important;
    background: var(--brand-light) !important;
    border-color: rgba(42, 107, 255, 0.22) !important;
}

html.aum-page-official.aum-dapp-white-pages .hero h1,
html.aum-page-official.aum-dapp-white-pages .hero .lead {
    color: var(--text-title) !important;
}

html.aum-page-official.aum-dapp-white-pages .hero .sub,
html.aum-page-official.aum-dapp-white-pages .hero p {
    color: var(--text-secondary) !important;
}

html.aum-page-official.aum-dapp-white-pages .cta-primary {
    background: linear-gradient(155deg, #2A6BFF 0%, #1A4FD9 100%) !important;
    color: #FFFFFF !important;
    box-shadow: var(--shadow-btn) !important;
    border: none !important;
}

html.aum-page-official.aum-dapp-white-pages .cta-secondary {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    color: var(--text-secondary) !important;
    box-shadow: var(--shadow-card) !important;
}

html.aum-page-official.aum-dapp-white-pages .feature-card,
html.aum-page-official.aum-dapp-white-pages .stat-card,
html.aum-page-official.aum-dapp-white-pages .panel {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    box-shadow: var(--shadow-card) !important;
    border-radius: var(--radius-card) !important;
}

html.aum-page-official.aum-dapp-white-pages .feature-card h3,
html.aum-page-official.aum-dapp-white-pages .stat-card .val {
    color: var(--text-title) !important;
}

html.aum-page-official.aum-dapp-white-pages .feature-card p,
html.aum-page-official.aum-dapp-white-pages .stat-card .label {
    color: var(--text-secondary) !important;
}

/* ???? ???????? ?? ?????????????????? ???? */
html.aum-page-song.aum-dapp-white-pages .share-entry-bar {
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid var(--border-card) !important;
    box-shadow: var(--shadow-card) !important;
}

html.aum-page-song.aum-dapp-white-pages .share-entry-home {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    color: var(--brand-primary) !important;
    border-radius: var(--radius-btn) !important;
    box-shadow: var(--shadow-card) !important;
}

html.aum-page-song.aum-dapp-white-pages .hash-label {
    color: var(--text-muted) !important;
}

html.aum-page-song.aum-dapp-white-pages .hash-value {
    color: var(--text-secondary) !important;
}

html.aum-page-song.aum-dapp-white-pages .action-btn {
    color: var(--text-secondary) !important;
}

html.aum-page-song.aum-dapp-white-pages .action-btn i {
    color: var(--text-muted) !important;
}

html.aum-page-song.aum-dapp-white-pages .action-btn span {
    color: var(--text-secondary) !important;
}

html.aum-page-song.aum-dapp-white-pages .action-btn.liked,
html.aum-page-song.aum-dapp-white-pages .action-btn.liked i,
html.aum-page-song.aum-dapp-white-pages .action-btn.liked span {
    color: var(--color-danger) !important;
}

/* ===== Official v410.323 ?? ?????? + ?? Logo ???? ?? PC ???? Refero ??? ===== */

html.aum-page-official.aum-dapp-white-pages .nav-back-dapp,
html.aum-page-official.aum-dapp-white-pages body.from-dapp .nav-back-dapp {
    display: none !important;
}

/* ????Logo ????????????? ui-motion.css?? */
html.aum-page-official.aum-dapp-white-pages .logo-stroke,
html.aum-page-official.aum-dapp-white-pages .logo-stroke-glow {
    display: block !important;
}

/* ???? ??? / ??????1023???????? v410.310 ????????????????? ???? */
@media (max-width: 1023px) {
    html.aum-page-official.aum-dapp-white-pages .shell {
        max-width: 480px !important;
        padding: 0 16px 48px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    html.aum-page-official.aum-dapp-white-pages .topnav {
        padding: 10px 0 12px !important;
        margin: 0 !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        background: transparent !important;
        box-shadow: none !important;
        border-bottom: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        position: relative !important;
    }

    html.aum-page-official.aum-dapp-white-pages .brand {
        flex: 1 !important;
        min-width: 0 !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .nav-actions {
        margin-left: auto !important;
        flex-shrink: 0 !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-logo {
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-sub.text-gem,
    html.aum-page-official.aum-dapp-white-pages .section-title.text-gem {
        filter: none !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 20px 0 44px !important;
        text-align: center !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-visual {
        order: -1 !important;
        justify-content: center !important;
        padding-right: 0 !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-copy {
        order: 0 !important;
        margin: 0 auto !important;
        max-width: 640px !important;
        text-align: center !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero h1.text-gem {
        font-size: clamp(1.75rem, 6vw, 2.4rem) !important;
        letter-spacing: 0.04em !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        margin-bottom: 14px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-sub {
        font-size: 1rem !important;
        margin-bottom: 12px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-desc {
        color: var(--text-secondary) !important;
        font-size: 0.86rem !important;
        line-height: 1.65 !important;
        margin: 0 auto 20px !important;
        max-width: 520px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-row {
        width: 100% !important;
        max-width: none !important;
        gap: 10px !important;
        align-items: stretch !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-primary,
    html.aum-page-official.aum-dapp-white-pages .cta-secondary {
        width: 100% !important;
        min-width: unset !important;
        max-width: none !important;
        padding: 14px 18px !important;
        border-radius: var(--radius-btn) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-primary {
        font-size: 0.94rem !important;
        animation: none !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-secondary {
        justify-content: center !important;
        font-size: 0.86rem !important;
    }

    html.aum-page-official.aum-dapp-white-pages .chain-strip {
        width: 100% !important;
        margin-top: 14px !important;
        gap: 8px !important;
        justify-content: stretch !important;
    }

    html.aum-page-official.aum-dapp-white-pages .chain-pill {
        flex: 1 1 calc(50% - 4px) !important;
        justify-content: center !important;
        text-align: center !important;
        min-width: 0 !important;
        padding: 10px 8px !important;
        font-size: 0.72rem !important;
        border-radius: var(--radius-btn) !important;
        box-shadow: var(--shadow-card) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-logo-wrap {
        width: min(168px, 44vw) !important;
        height: min(168px, 44vw) !important;
        margin: 0 auto !important;
    }

    html.aum-page-official.aum-dapp-white-pages .token-panel {
        width: 100% !important;
        padding: 18px 16px !important;
        margin-bottom: 16px !important;
        border-radius: var(--radius-card) !important;
        box-shadow: var(--shadow-card) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .token-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-bottom: 40px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card:hover {
        transform: none !important;
        box-shadow: var(--shadow-card) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .site-foot {
        display: block !important;
        text-align: center !important;
        border-top: none !important;
        padding-top: 0 !important;
    }

    html.aum-page-official.aum-dapp-white-pages .foot-links {
        justify-content: center !important;
    }
}

/* ???? PC ???????1024??Refero??Coinbase Wallet / Pitch / Glassnode ???? ??????????? ???? */
@media (min-width: 1024px) {
    html.aum-page-official.aum-dapp-white-pages .shell {
        max-width: 1280px !important;
        padding: 0 48px 96px !important;
    }

    /* ???????????? + ?????????? Hero ?????????/DAPP ??? */
    html.aum-page-official.aum-dapp-white-pages .topnav {
        position: relative !important;
        top: auto !important;
        z-index: 10 !important;
        padding: 28px 0 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
    }

    html.aum-page-official.aum-dapp-white-pages .nav-link {
        display: none !important;
    }

    html.aum-page-official.aum-dapp-white-pages .nav-btn {
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        font-size: 1rem !important;
    }

    /* Hero???? Logo ?? ?????+???? */
    html.aum-page-official.aum-dapp-white-pages .hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 64px !important;
        padding: 40px 0 88px !important;
        min-height: min(82vh, 780px) !important;
        text-align: left !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-visual {
        order: 1 !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding-right: 0 !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-copy {
        order: 2 !important;
        margin: 0 !important;
        max-width: 540px !important;
        text-align: left !important;
        justify-self: end !important;
        width: 100% !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero h1.text-gem {
        font-size: clamp(3rem, 4.8vw, 4.5rem) !important;
        font-weight: 800 !important;
        letter-spacing: -0.03em !important;
        line-height: 1.04 !important;
        margin-bottom: 14px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-sub {
        font-size: clamp(1.1rem, 1.5vw, 1.4rem) !important;
        font-weight: 700 !important;
        margin-bottom: 18px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-desc {
        font-size: 1.0625rem !important;
        line-height: 1.78 !important;
        max-width: 28em !important;
        margin: 0 0 32px !important;
        color: var(--text-secondary) !important;
    }

    /* ?????????��???????��? chain ??? */
    html.aum-page-official.aum-dapp-white-pages .chain-strip {
        display: none !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 440px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-primary {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 52px !important;
        padding: 0 28px !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        border-radius: var(--radius-pill) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    html.aum-page-official.aum-dapp-white-pages .cta-secondary {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 52px !important;
        padding: 0 22px !important;
        font-size: 0.9375rem !important;
        font-weight: 600 !important;
        border-radius: var(--radius-pill) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        white-space: nowrap !important;
        box-shadow: var(--shadow-card) !important;
        border: 1px solid var(--border-card) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-logo-wrap {
        width: min(480px, 100%) !important;
        height: min(480px, 100%) !important;
        margin: 0 !important;
        filter: drop-shadow(0 32px 64px rgba(42, 107, 255, 0.22)) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-logo {
        box-shadow:
            0 24px 64px rgba(42, 107, 255, 0.28),
            0 0 0 1px rgba(255, 255, 255, 0.75) inset !important;
        border: 4px solid #FFFFFF !important;
        background: #FFFFFF !important;
    }

    html.aum-page-official.aum-dapp-white-pages .logo-stroke {
        inset: -8px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .logo-stroke-glow {
        inset: -24px !important;
    }

    /* ????????PC ??? band + ?????????????????? */
    html.aum-page-official.aum-dapp-white-pages .token-panel {
        margin: 0 -48px 64px !important;
        padding: 48px 64px !important;
        border-radius: 0 !important;
        border: none !important;
        border-top: 1px solid var(--border-divider) !important;
        border-bottom: 1px solid var(--border-divider) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 250, 0.92) 100%) !important;
        box-shadow: none !important;
    }

    html.aum-page-official.aum-dapp-white-pages .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 28px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .token-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .token-row {
        background: var(--bg-card) !important;
        border: 1px solid var(--border-card) !important;
        border-radius: 14px !important;
        padding: 16px 18px !important;
        box-shadow: var(--shadow-card) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .contract-box {
        font-size: 1rem !important;
        padding: 20px 24px !important;
        text-align: center !important;
        margin-top: 8px !important;
    }

    /* ?????PC ?????????Glassnode / Kraken ??? */
    html.aum-page-official.aum-dapp-white-pages .feat-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 24px !important;
        margin-bottom: 72px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card {
        padding: 28px 22px !important;
        min-height: 180px !important;
        border-radius: 18px !important;
        transition: transform 0.28s ease, box-shadow 0.28s ease !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card:hover {
        transform: translateY(-6px) !important;
        box-shadow: var(--shadow-card-hover) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card h3 {
        font-size: 1.0625rem !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card p {
        font-size: 0.9375rem !important;
        line-height: 1.7 !important;
    }

    html.aum-page-official.aum-dapp-white-pages .site-foot {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 20px !important;
        padding-top: 40px !important;
        margin-top: 24px !important;
        border-top: 1px solid var(--border-divider) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .orb {
        opacity: 0.38 !important;
        filter: blur(80px) saturate(140%) !important;
    }

    html.aum-page-official.aum-dapp-white-pages .bg-grid {
        opacity: 0.06 !important;
    }
}

@media (min-width: 1400px) {
    html.aum-page-official.aum-dapp-white-pages .shell {
        max-width: 1360px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .hero-logo-wrap {
        width: min(560px, 100%) !important;
        height: min(560px, 100%) !important;
    }
}

/* v410.314 ?? ??0C.11 ??????????? CSS?? */
html.aum-page-official.aum-dapp-white-pages .section-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--text-title) !important;
}

html.aum-page-official.aum-dapp-white-pages .hero-desc {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--text-secondary) !important;
    line-height: 1.65 !important;
}

html.aum-page-official.aum-dapp-white-pages .cta-primary {
    font-size: 15px !important;
    font-weight: 600 !important;
}

html.aum-page-official.aum-dapp-white-pages .cta-secondary {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--brand-primary) !important;
}

html.aum-page-official.aum-dapp-white-pages .feat-card h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--text-title) !important;
}

html.aum-page-official.aum-dapp-white-pages .feat-card p {
    font-size: 13px !important;
    color: var(--text-secondary) !important;
}

html.aum-page-official.aum-dapp-white-pages .foot-copy,
html.aum-page-official.aum-dapp-white-pages .contract-label {
    font-size: 11px !important;
    color: var(--text-muted) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--text-title) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section p,
html.aum-page-whitepaper.aum-dapp-white-pages .section li,
html.aum-page-whitepaper.aum-dapp-white-pages .section-lead {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: var(--text-body) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .section h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--text-title) !important;
}

html.aum-page-whitepaper.aum-dapp-white-pages .wp-glow-footer {
    font-size: 11px !important;
}

/* v410.323 ?? PC ???????????? ??0C.11 13px ?????? */
@media (min-width: 1024px) {
    html.aum-page-official.aum-dapp-white-pages .hero-desc {
        font-size: 1.125rem !important;
        line-height: 1.78 !important;
    }

    html.aum-page-official.aum-dapp-white-pages .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 28px !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card h3 {
        font-size: 1.0625rem !important;
    }

    html.aum-page-official.aum-dapp-white-pages .feat-card p {
        font-size: 0.9375rem !important;
        line-height: 1.7 !important;
    }
}

/* ===== ��0C.11 д����ҳ�� #F4F6FA �� ��Ƭ #FFFFFF ===== */
html.aum-dapp-white-pages {
    --bg-page: #F4F6FA;
    --bg-card: #FFFFFF;
}

html.aum-dapp-white-pages body {
    background-color: #F4F6FA !important;
}

html.aum-page-official.aum-dapp-white-pages .token-panel,
html.aum-page-official.aum-dapp-white-pages .feat-card {
    background: #FFFFFF !important;
}

@media (max-width: 1023px) {
    html.aum-page-official.aum-dapp-white-pages .token-row,
    html.aum-page-official.aum-dapp-white-pages .contract-box {
        background: #FFFFFF !important;
    }

    html.aum-page-official.aum-dapp-white-pages .orb {
        opacity: 0.28 !important;
    }
}

/* VI-GD-01 · copyright.html 版权中心 */
html.aum-page-copyright.aum-copyright-preview.aum-dapp-white-pages {
    --gd-marquee-h: 36px;
    --gd-marquee-dur: 48s;
    --gd-rank-tab-h: 44px;
    --gd-empty-min-h: min(48vh, 360px);
    --gd-disclaimer-fs: 12px;
    --gd-pending-pill-h: 22px;
}

html.aum-page-copyright.aum-copyright-preview.aum-dapp-white-pages body {
    background-color: var(--bg-page) !important;
    color: var(--text-body) !important;
}
