:root { color-scheme: dark; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; }
* { box-sizing: border-box; }
html, body { width: 100%; margin: 0; min-height: 100%; background: #010406; }
body { color: #f5f5f5; }
button, a { font: inherit; -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.mobile-profile-page { min-width: 320px; overflow-x: hidden; }
.mobile-profile-shell { position: relative; width: 100%; min-height: 1511px; margin: 0; overflow: hidden; background: #010406; }
.mobile-profile-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.mobile-profile-glow--orange { top: -120px; right: -110px; width: 250px; height: 250px; background: rgba(139, 72, 20, .34); }
.mobile-profile-glow--violet { top: 410px; left: 20px; width: 330px; height: 310px; background: rgba(78, 30, 138, .24); }
.mobile-profile-main { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 18px; padding: 24px 16px 112px; }
.mobile-profile-user { display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 60px; }
.mobile-profile-user__avatar { position: relative; width: 60px; height: 60px; overflow: hidden; border: 2px solid #ffe199; border-radius: 50%; background: #161719; }
.mobile-profile-user__avatar > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.mobile-profile-user__copy { min-width: 0; }
.mobile-profile-user__name-row { display: flex; align-items: center; gap: 4px; min-width: 0; }
.mobile-profile-user__name-row strong { max-width: 92px; overflow: hidden; font-size: 16px; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-profile-user__vip { box-sizing: border-box; width: 24px; height: 24px; padding: 3px; }
.mobile-profile-user__member-tip { max-width: 82px; overflow: hidden; color: #777; font-size: 10px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-profile-user__id-row { display: flex; gap: 4px; margin-top: 4px; color: #8d8f92; font-size: 12px; line-height: 18px; }
.mobile-profile-user__id-row button { padding: 0; border: 0; background: none; color: inherit; text-decoration: underline; }
.mobile-profile-user__session { min-width: 74px; height: 28px; padding: 0 13px; border: 0; border-radius: 18px; background: rgba(255,255,255,.1); font-size: 12px; white-space: nowrap; }
.mobile-profile-stats { display: grid; grid-template-columns: repeat(4, 1fr); height: 44px; color: inherit; text-decoration: none; }
.mobile-profile-stats:focus-visible { outline: 2px solid #f8de72; outline-offset: -2px; }
.mobile-profile-stats div { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.mobile-profile-stats strong { font-size: 16px; line-height: 22px; font-weight: 500; }
.mobile-profile-stats span { color: #aaaeb3; font-size: 12px; line-height: 18px; }
.mobile-profile-wallets { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; height: 96px; }
.mobile-profile-wallet { position: relative; height: 96px; overflow: hidden; color: #fff; text-decoration: none; }
.mobile-profile-wallet::before { content: ""; position: absolute; z-index: 1; inset: 0; background: url("/static/images/mobile-profile-figma/wallet-glow-pink.svg") 9px 3px / 140px 121px no-repeat, url("/static/images/mobile-profile-figma/wallet-glow-violet.svg") -22px 3px / 140px 121px no-repeat; pointer-events: none; }
.mobile-profile-wallet::after { content: ""; position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 70px; background: center / 100% 70px no-repeat; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); -webkit-clip-path: path("M0 8C0 3.58172 3.58172 0 8 0H92.1803C97.2081 0 102.051 1.89367 105.746 5.30393L120.254 18.6961C123.949 22.1063 128.792 24 133.82 24H160C164.418 24 168 27.5817 168 32V62C168 66.4183 164.418 70 160 70H8C3.58172 70 0 66.4183 0 62V8Z"); clip-path: path("M0 8C0 3.58172 3.58172 0 8 0H92.1803C97.2081 0 102.051 1.89367 105.746 5.30393L120.254 18.6961C123.949 22.1063 128.792 24 133.82 24H160C164.418 24 168 27.5817 168 32V62C168 66.4183 164.418 70 160 70H8C3.58172 70 0 66.4183 0 62V8Z"); pointer-events: none; }
.mobile-profile-wallet--member::after { background-image: url("/static/images/mobile-profile-figma/wallet-member.svg"); }
.mobile-profile-wallet--coins::after { background-image: url("/static/images/mobile-profile-figma/wallet-coins.svg"); }
.mobile-profile-wallet > img { position: absolute; z-index: 0; right: -4px; top: -2px; width: 95px; height: 85px; object-fit: contain; }
.mobile-profile-wallet__art { position: absolute; z-index: 0; top: 0; display: block; overflow: hidden; }
.mobile-profile-wallet__art img { position: absolute; display: block; max-width: none; }
.mobile-profile-wallet--member .mobile-profile-wallet__art { left: 77px; width: 91px; height: 83px; }
.mobile-profile-wallet--member .mobile-profile-wallet__art img { top: -14.61%; left: -.22%; width: 109.89%; height: 120.15%; }
.mobile-profile-wallet--coins .mobile-profile-wallet__art { left: 79px; width: 89px; height: 74px; }
.mobile-profile-wallet--coins .mobile-profile-wallet__art img { top: -19.41%; left: -.2%; width: 103.37%; height: 125.18%; }
.mobile-profile-wallet > .mobile-profile-wallet__copy { position: absolute; z-index: 3; left: 12px; top: 38px; display: flex; width: 72px; flex-direction: column; align-items: flex-start; gap: 4px; }
.mobile-profile-wallet strong { width: 100%; font-family: "Alimama ShuHeiTi", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 18px; line-height: 24px; text-align: center; white-space: nowrap; }
.mobile-profile-wallet small { font-size: 12px; line-height: 18px; }
.mobile-profile-wallet small b { font-weight: 400; }
.mobile-profile-wallet--coins .mobile-profile-wallet__copy small { display: flex; align-items: flex-start; width: 88px; white-space: nowrap; }
.mobile-profile-wallet--coins .mobile-profile-wallet__copy small b { min-width: 0; flex: 1; font-size: 12px; line-height: 14px; overflow-wrap: anywhere; white-space: normal; word-break: break-all; }
.mobile-profile-wallet em { position: absolute; z-index: 4; right: 7px; bottom: 8px; height: 24px; padding: 3px 8px; border-radius: 99px; background: #9f71fe; font-size: 12px; line-height: 18px; font-style: normal; }
.mobile-profile-wallet--coins em { background: #fb50aa; }
.mobile-profile-download { display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 12px; height: 52px; padding: 6px 16px; border-radius: 12px; background: linear-gradient(#1f1f20, #151415); color: #fff; text-decoration: none; }
.mobile-profile-download > img { width: 40px; height: 40px; border-radius: 8px; }
.mobile-profile-download > span { display: flex; flex-direction: column; min-width: 0; }
.mobile-profile-download strong { font-size: 16px; line-height: 22px; }
.mobile-profile-download strong em { color: #f8c700; font-style: normal; }
.mobile-profile-download small { color: #777; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mobile-profile-download > b { min-width: 89px; padding: 6px 14px; border: 1px solid rgba(255,210,95,.75); border-radius: 99px; background: linear-gradient(#fff, #ffeab6 52%, #ffd25f); box-shadow: 0 0 16px rgba(255,195,42,.48); color: #4d3510; font-size: 14px; text-align: center; }
.mobile-profile-activities { min-height: 298px; padding: 16px 11px 12px; border: 1px solid #8d5ec9; border-radius: 8px; background: linear-gradient(130deg, rgba(71,26,97,.28), rgba(18,15,23,.9)); }
.mobile-profile-activities h1 { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 12px; color: #ffe1a3; font-size: 18px; line-height: 24px; }
.mobile-profile-activities h1 i { width: 6px; height: 6px; transform: rotate(45deg); background: #fff; box-shadow: 10px -7px 0 -2px #fff; }
.mobile-profile-activities a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(129,82,168,.4); background: linear-gradient(145deg, #2b153d, #0d0d11); color: #ffe7bd; text-decoration: none; }
.mobile-profile-activities__large { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.mobile-profile-activities__large a { height: 126px; padding-bottom: 11px; border-radius: 10px; }
.mobile-profile-activities__large img { position: absolute; top: 10px; width: 78px; height: 78px; object-fit: contain; }
.mobile-profile-activities b { position: relative; z-index: 1; font-size: 14px; line-height: 20px; white-space: nowrap; }
.mobile-profile-badge { position: absolute; z-index: 2; top: 0; left: 0; display: grid; width: 42px; height: 32px; place-items: center; padding: 0 11px 9px 0; color: #fff; font-size: 10px; font-weight: 600; line-height: 12px; background-position: 0 0; background-repeat: no-repeat; background-size: 42px 32px; }
.mobile-profile-badge__text { display: block; transform: rotate(-15deg); transform-origin: center; white-space: nowrap; }
.mobile-profile-badge--hot { background-image: url("/static/images/mobile-profile-badge-hot.svg"); }
.mobile-profile-badge--daily { background-image: url("/static/images/mobile-profile-badge-daily.svg"); }
.mobile-profile-badge--recommended { background-image: url("/static/images/mobile-profile-badge-recommended.svg"); }
.mobile-profile-activities__small { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-top: 10px; }
.mobile-profile-activities__small a { height: 96px; padding-bottom: 9px; border-radius: 10px; }
.mobile-profile-activities__small img { position: absolute; top: 6px; width: 58px; height: 58px; object-fit: contain; }
.mobile-profile-activities__small b { font-size: 12px; line-height: 18px; }
.mobile-profile-activities a.is-unavailable { opacity: .5; filter: grayscale(.45); cursor: not-allowed; }
.mobile-profile-activities__large[hidden], .mobile-profile-activities__small[hidden] { display: none; }
.mobile-profile-library { min-height: 342px; padding: 18px 12px; border-radius: 12px; background: #0d0f11; }
.mobile-profile-library.has-pagination { padding-bottom: 0; }
.mobile-profile-library__tabs { display: flex; gap: 28px; height: 36px; }
.mobile-profile-library__tabs button { position: relative; padding: 0; border: 0; background: none; color: #777b80; font-size: 14px; }
.mobile-profile-library__tabs button.is-active { color: #f4f4f4; font-weight: 500; }
.mobile-profile-library__tabs button.is-active::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 16px; height: 3px; transform: translateX(-50%); border-radius: 12px; background: #e9b54b; }
.mobile-profile-library__filters { display: flex; gap: 12px; margin-top: 12px; }
.mobile-profile-library__filters button { width: 58px; height: 24px; padding: 0; border: 1px solid #656565; border-radius: 99px; background: transparent; color: #b4b5b7; font-size: 12px; }
.mobile-profile-library__filters button.is-active { border-color: #e9b54b; background: #e9b54b; color: #050505; font-weight: 500; }
.mobile-profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 8px; margin-top: 12px; }
.mobile-profile-card { position: relative; }
.mobile-profile-card__action { position: absolute; z-index: 3; top: 2px; right: 2px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: rgba(0,0,0,.42); cursor: pointer; -webkit-tap-highlight-color: transparent; }
.mobile-profile-card__action:focus-visible { outline: 2px solid #e9b54b; outline-offset: 2px; }
.mobile-profile-card__action:disabled { cursor: wait; }
.mobile-profile-card__unlike .mobile-like-motion-graphic { width: 32px; height: 32px; flex-basis: 32px; }
.mobile-profile-card__like-count { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.mobile-profile-card__unfavorite .favorite-motion--card { --favorite-motion-icon-size: 24px; }
.mobile-profile-grid[hidden] { display: none; }
.mobile-profile-loading { min-height: 238px; padding-top: 104px; color: #777b80; font-size: 12px; text-align: center; }
.mobile-profile-loading[hidden] { display: none; }
.mobile-profile-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 238px; padding-top: 6px; text-align: center; }
.mobile-profile-empty[hidden] { display: none; }
.mobile-profile-empty > img { width: 120px; height: 120px; object-fit: contain; }
.mobile-profile-empty strong { margin-top: 8px; font-size: 14px; line-height: 20px; }
.mobile-profile-empty p { margin: 8px 0; color: #55595e; font-size: 12px; line-height: 18px; }
.mobile-profile-empty button { height: 24px; padding: 0 12px; border: .5px solid #e9b54b; border-radius: 99px; background: transparent; color: #e9b54b; font-size: 10px; }
