
    .banner_480.svelte-1bin366 {
        margin: 20px;
        padding: 20px;
        background-color: #f1f1f1;
        border-radius: 20px;
    }

    .avatar_240.svelte-1bin366 {
        display: block;
        width: 240px;
        height: 240px;
        background-color: #eeeeee;
    }

    .black_card.svelte-1bin366 {
        margin: 20px;
        padding: 20px;
        height: 160px;
        /*aspect-ratio: 4 / 1;*/
        max-height: 340px;
        background-color: #0f0f0f;
        border-radius: 20px;
    }

    .wallet.svelte-1bin366 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: #ffffff;
        align-items: center;
    }

    .wallet_item.svelte-1bin366 {
        display: block;
        height: 140px;

    }

    .content.svelte-1bin366 {
        display: flex;
        margin: 20px;
        padding: 20px;
        height: auto;
        aspect-ratio: 5 / 1;
        background-color: #f0f0f0;
        border-radius: 20px;
        justify-content: space-around;
        align-items: center; /* 子项垂直居中（提升体验） */
        gap: 10px;
        overflow-x: auto;
    }

    .content_item.svelte-1bin366 {
        width: 120px;
        text-align: center; /* 文字水平居中 */
        color: #fff; /* 适配深色背景，文字显白 */
        flex-shrink: 0; /* 禁止子项被压缩（保持120px宽度） */
        color: var(--text-primary);
    }

    .content_item.svelte-1bin366 .icon_100:where(.svelte-1bin366) {
        display: block;
        width: 100px;
        height: 100px;
        background-color: #eeeeee;
    }
