:root { color-scheme: light; font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: #f4f1f2; color: #212121; }
button { font: inherit; cursor: pointer; }
.account-page { min-height: 100vh; max-width: 1054px; margin: 0 auto; padding: 24px 16px 48px; overflow: hidden; }
.profile-panel { position: relative; height: 324px; margin-bottom: 16px; }
.notification { position: absolute; z-index: 1; top: 17px; right: 14px; width: 32px; height: 32px; padding: 4px; border: 0; background: transparent; color: #222; }
.notification svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.user-info { height: 162px; display: flex; align-items: flex-start; padding: 24px 0 0 24px; }
.avatar { width: 132px; height: 132px; flex: none; margin-right: 24px; overflow: hidden; border-radius: 50%; }
.avatar img { display: block; width: 100%; height: 100%; }
.identity-copy { margin-top: 29px; }
.name-row { display: flex; align-items: center; gap: 16px; height: 32px; }
.name { font-size: 28px; font-weight: 600; line-height: 26px; letter-spacing: -.5px; }
.level { position: relative; display: inline-flex; align-items: center; height: 32px; padding: 0 12px 0 48px; border-radius: 48px; color: #be5d11; background: linear-gradient(180deg, #ffd8b2 0%, #fdc999 53%, #ffbb7a 100%); font-size: 24px; line-height: 32px; }
.level-v { position: absolute; top: -8px; left: -4px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ffc47f, #ff9f58); font-size: 27px; font-weight: 800; font-family: Georgia, serif; font-style: italic; }
.member-id { display: flex; align-items: center; gap: 8px; margin: 8px 0; padding: 0; border: 0; color: rgba(33, 33, 34, .6); background: transparent; font-size: 28px; line-height: 32px; }
.member-id svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.income-strip { display: flex; height: 138px; margin: 24px; padding: 24px; overflow: hidden; border-radius: 24px 24px 0 0; background: linear-gradient(90deg, rgba(26, 151, 125, .9), rgba(137, 213, 193, .9) 51.5%, rgba(26, 151, 125, .9)); }
.income-item { flex: 1; padding: 0 5px; border: 0; color: #fff; background: transparent; text-align: left; }
.income-item.income-link { text-decoration: none; }
.income-item strong { display: block; margin-bottom: 16px; font-family: "Arial Rounded MT Bold", "PingFang SC", sans-serif; font-size: 40px; font-weight: 500; line-height: 46px; text-align: center; letter-spacing: -1.2px; }
.income-item span { display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 24px; line-height: 28px; white-space: nowrap; }
.income-item i, .data-row > i, .channel-link i { display: inline-block; width: 12px; height: 12px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.income-item i { width: 11px; height: 11px; border-width: 2px; }
.balance-card { display: flex; align-items: center; justify-content: space-between; height: 136px; margin-bottom: 16px; padding: 24px 32px; border-radius: 16px; background: #fff; }
.balance-copy { min-width: 321px; }
.balance-copy strong { display: block; margin-bottom: 8px; font-family: "Arial Rounded MT Bold", "PingFang SC", sans-serif; font-size: 36px; font-weight: 500; line-height: 50px; letter-spacing: -1px; }
.balance-copy span { display: flex; align-items: center; gap: 8px; color: rgba(33, 33, 34, .6); font-size: 26px; line-height: 30px; }
.question, .data-row b { display: inline-grid; width: 26px; height: 26px; padding: 0; place-items: center; border: 2px solid currentColor; border-radius: 50%; color: inherit; background: transparent; font-size: 17px; font-weight: 600; line-height: 1; }
.balance-actions { display: flex; align-items: center; gap: 9px; }
.balance-actions button, .balance-actions .withdraw { display: inline-grid; width: 136px; height: 56px; padding: 8px 40px; place-items: center; border: 0; border-radius: 28px; font-size: 28px; line-height: 40px; text-decoration: none; }
.withdraw { color: #fff; background: #65c4aa; }
.details { color: #65c4aa; background: rgba(101, 196, 170, .125); }
.data-list { display: grid; gap: 16px; }
.data-row, .channel-section { width: 100%; min-height: 109px; border: 0; border-radius: 16px; background: #fff; }
.data-row { display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; color: #212121; text-align: left; font-size: 32px; line-height: 37px; }
.income-link { text-decoration: none; }
.data-row span { display: flex; align-items: center; gap: 8px; }
.data-row b { color: rgba(33, 33, 34, .4); border-width: 2px; font-size: 19px; }
.data-row > i { color: rgba(33, 33, 34, .4); width: 16px; height: 16px; border-width: 2px; }
.channel-section { padding: 24px 32px; }
.channel-section h2 { margin: 0 0 40px; font-size: 32px; font-weight: 700; line-height: 37px; }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 280px; row-gap: 40px; }
.channel-item { display: flex; align-items: center; flex-direction: column; justify-content: flex-start; min-width: 0; padding: 0; border: 0; color: #323233; background: transparent; font-size: 24px; line-height: 28px; text-align: center; text-decoration: none; }
.channel-item img { width: 56px; height: 56px; margin-bottom: 10px; object-fit: contain; }
.channel-item span { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.data-row:hover, .channel-item:hover { background: #fafafa; }
.withdraw:active, .details:active, .income-item:active { transform: scale(.98); }
.toast { position: fixed; z-index: 3; left: 50%; bottom: 48px; padding: 12px 20px; border-radius: 24px; color: #fff; background: rgba(33, 33, 33, .85); font-size: 15px; opacity: 0; transform: translate(-50%, 18px); transition: .22s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 640px) { .account-page { padding: 12px 10px 32px; } .profile-panel { height: 206px; margin-bottom: 11px; } .user-info { height: 104px; padding: 18px 0 0 14px; } .avatar { width: 80px; height: 80px; margin-right: 20px; } .identity-copy { margin-top: 14px; } .name-row { gap: 11px; } .name { font-size: 19px; } .level { height: 25px; padding: 0 9px 0 35px; font-size: 16px; line-height: 25px; } .level-v { top: -6px; left: -3px; width: 34px; height: 34px; font-size: 21px; } .member-id { gap: 5px; margin: 5px 0; font-size: 16px; line-height: 24px; } .member-id svg { width: 16px; height: 16px; } .income-strip { height: 86px; margin: 16px 14px; padding: 13px 7px; border-radius: 17px 17px 0 0; } .income-item { padding: 0 2px; } .income-item strong { margin-bottom: 6px; font-size: 23px; line-height: 27px; } .income-item span { gap: 6px; font-size: 14px; line-height: 20px; } .income-item i { width: 8px; height: 8px; } .balance-card { height: 108px; margin-bottom: 11px; padding: 14px 20px; } .balance-copy { min-width: 0; } .balance-copy strong { margin-bottom: 1px; font-size: 23px; line-height: 32px; } .balance-copy span { gap: 5px; font-size: 17px; } .question { width: 18px; height: 18px; font-size: 12px; } .balance-actions { flex-direction: column; gap: 6px; } .balance-actions button, .balance-actions .withdraw { width: 85px; height: 35px; padding: 5px 12px; font-size: 17px; line-height: 25px; } .data-list { gap: 11px; } .data-row { min-height: 69px; padding: 15px 20px; font-size: 20px; line-height: 28px; } .data-row b { width: 18px; height: 18px; font-size: 12px; } .data-row > i { width: 11px; height: 11px; } .channel-section { min-height: 244px; padding: 13px 19px 12px; } .channel-section h2 { margin: 0 0 25px; font-size: 18px; font-weight: 700; line-height: 20px; } .channel-grid { min-height: 173px; row-gap: 25px; } .channel-item { font-size: 15px; line-height: 17px; } .channel-item img { width: 35px; height: 35px; margin-bottom: 6px; } }
