.activity-content { color-scheme: light; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; --pink: #f81e7b; --teal: #0faaa4; --color-primary-500: #f81e7b; --color-primary-alpha-10: #fff0f6; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #f4fafa; color: #191919; }
.activity-content { font-size: 14px; line-height: 1.45; }
:where(.activity-content) button, :where(.activity-content) a, :where(.activity-content) input { font: inherit; -webkit-tap-highlight-color: transparent; }
:where(.activity-content) button { cursor: pointer; border: 0; color: inherit; background: none; }
:where(.activity-content) a { color: inherit; text-decoration: none; }
:where(.activity-content) button:focus-visible, :where(.activity-content) a:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; }
:where(.activity-content) button:disabled { opacity: .5; cursor: wait; }
:where(.activity-content) [hidden] { display: none !important; }
:where(.activity-content) h1, :where(.activity-content) h2, :where(.activity-content) p { margin: 0; }
:where(.activity-content) em { color: var(--pink); font-style: normal; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.activity-shell { --comment-photo-safe-top: env(safe-area-inset-top, 0px); --comment-photo-nav-height: calc(56px + var(--comment-photo-safe-top)); position: relative; max-width: 480px; min-height: 100dvh; margin: 0 auto; padding-top: var(--comment-photo-safe-top); background: #f4fafa url('./assets/background.svg') top center / 100% auto no-repeat; }
.comment-photo-desktop-navigation { display: none; }
.navbar { height: 56px; padding: 0 16px; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; }
.navbar h1 { font-size: 18px; font-weight: 600; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.back { display: flex; align-items: center; width: 44px; height: 44px; }
.back img { width: 24px; height: 24px; }
.records-link { font-size: 12px; color: #0008; text-align: right; }
.records-backdrop { display: none; }
.navbar-actions { text-align: right; white-space: nowrap; }
.desktop-rules-button { display: none; }
@media (max-width: 768px) {
  .activity-shell { padding-top: 0; }
  #activity-view { padding-top: var(--comment-photo-nav-height); }
  #activity-view > .navbar { position: fixed; z-index: 100; isolation: isolate; top: 0; left: 50%; width: min(100vw, 480px); height: var(--comment-photo-nav-height); padding: var(--comment-photo-safe-top) 16px 0; transform: translateX(-50%); }
  #activity-view > .navbar::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; background: rgba(238, 251, 246, .92); border-bottom: 1px solid rgba(15, 170, 164, .12); box-shadow: 0 8px 18px rgba(32, 88, 83, .08); -webkit-backdrop-filter: blur(14px) saturate(130%); backdrop-filter: blur(14px) saturate(130%); transition: opacity 180ms ease; pointer-events: none; }
  #activity-view > .navbar.is-scrolled::before { opacity: 1; }
  #activity-view main { overflow: clip; }
  #activity-view .hero { height: 196px; margin: 0 8px 0 20px; }
  #activity-view .hero-copy { padding-top: 28px; }
  #activity-view .hero h2 { font-size: 32px; font-weight: 900; line-height: 40px; letter-spacing: -1.6px; }
  #activity-view .hero-copy > strong { font-size: 44px; font-weight: 900; line-height: 52px; letter-spacing: -1.5px; }
  #activity-view .daily-vip { min-height: 32px; margin-top: 4px; padding: 6px 10px; line-height: 18px; background: rgba(244, 255, 255, .76); }
  #activity-view .hero-art { top: 20px; right: 0; width: 192px; height: 158px; }
  #activity-view .hero-art img { height: 121.67%; object-fit: fill; transform: translateY(-8.33%); }
  #activity-view .rules-button { top: 0; right: 0; width: 32px; height: 32px; padding: 0; }
  #activity-view .steps { bottom: 8px; line-height: 18px; }
  #activity-view .cards { padding: 0 16px; gap: 16px; }
  #activity-view .reward-summary { min-height: 72px; padding: 12px; gap: 12px; }
  #activity-view .reward-summary-copy { min-width: 0; flex: 1; }
  #activity-view .reward-summary-copy > p { font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; }
  #activity-view .reward-summary-copy > small { margin-top: 8px; font-size: 12px; line-height: 18px; white-space: nowrap; }
  #activity-view .reward-summary-copy > small em:first-child { color: var(--teal); }
  #activity-view .daily-count { display: flex; flex: 0 0 auto; align-items: center; align-self: stretch; padding-left: 18px; border-left: 1px dashed rgba(15, 170, 164, .22); font-size: 14px; font-weight: 500; line-height: 20px; }
  #activity-view .card { padding: 16px 12px; border-radius: 12px; box-shadow: 0 0 6px rgba(0, 140, 107, .1); }
  #activity-view .card-heading { margin-bottom: 12px; }
  #activity-view .comment-copy { min-height: 56px; }
  #activity-view .platforms { justify-content: space-between; gap: 4px; padding: 4px 0; overflow: visible; }
  #activity-view .platforms button { width: 44px; min-width: 0; height: auto; flex: 0 1 44px; aspect-ratio: 1; }
  #activity-view .upload-card { min-height: 175px; }
  #activity-view .upload img { margin: 0; }
}
#activity-view main > .activity-assets-bar { position: relative; top: auto; left: auto; margin: 4px auto 0; transform: none; }
.reward-dialog { position: fixed; inset: 0; width: min(343px, calc(100vw - 16px)); height: min(511px, calc(100dvh - 16px)); max-width: none; max-height: none; margin: auto; padding: 0; overflow: visible; border: 0; background: transparent; color: #191919; }
.reward-dialog::backdrop { background: rgba(0, 0, 0, .7); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.reward-stage { position: absolute; left: 50%; top: calc(50% - 34px); width: 343px; height: 511px; transform: translate(-50%, -50%) scale(var(--reward-dialog-scale, 1)); transform-origin: center; }
.reward-celebration { position: relative; width: 343px; height: 511px; transform-origin: 50% 45%; }
.reward-orbit { position: absolute; z-index: 0; left: -71px; top: 38px; width: 484px; height: 478px; object-fit: contain; pointer-events: none; }
.reward-panel { position: absolute; z-index: 1; left: 21px; top: 129px; width: 300px; height: 322px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: inset 0 3px 4px rgba(255,255,255,.8); }
.reward-panel::before { content: ""; position: absolute; left: 0; top: 0; width: 300px; height: 85px; background: linear-gradient(180deg, #fd5995 0%, #fec7db 100%); filter: blur(10px); }
.reward-panel::after { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; box-shadow: inset 0 3px 4px rgba(255,255,255,.8); pointer-events: none; }
.reward-panel-shine { position: absolute; left: 0; top: 40px; width: 300px; height: 103px; background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.94) 0 12%, rgba(255,221,231,.84) 36%, rgba(255,255,255,0) 72%); pointer-events: none; }
.reward-panel-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; height: 100%; padding: 90px 24px 24px; }
.reward-panel h2 { font-size: 20px; font-weight: 600; line-height: 28px; text-align: center; white-space: nowrap; }
.reward-gift { position: absolute; z-index: 3; left: 54px; top: 0; width: 218px; height: 211px; object-fit: contain; pointer-events: none; }
.reward-items { display: flex; align-items: flex-start; justify-content: center; gap: 16px; height: 96px; margin-top: 12px; }
.reward-items > div { flex: 0 0 72px; min-width: 0; text-align: center; color: #f81e7b; }
.reward-items img { display: block; width: 72px; height: 72px; object-fit: contain; }
.reward-items p { margin-top: 4px; font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; }
.reward-items[data-count="4"] { gap: 4px; }
.reward-items[data-count="4"] > div { flex-basis: 60px; }
.reward-items[data-count="4"] img { width: 58px; height: 58px; margin: 7px auto; }
.reward-items[data-count="4"] p { margin-top: -3px; font-size: 12px; line-height: 18px; }
.reward-panel .primary { height: 44px; min-height: 44px; margin-top: auto; padding: 11px 24px; border: 1px solid #fff; background: linear-gradient(180deg, #e5005c 0%, #ff22ae 100%); box-shadow: inset 0 1px 18px #ffd9e8, inset 0 1px 4px #ffd9e8; line-height: 22px; }
.reward-panel .primary:active { transform: scale(.98); }
.reward-close { position: absolute; z-index: 4; left: 156px; top: 475px; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; }
.reward-close img { display: block; width: 36px; height: 36px; }
.reward-dialog[open]:not(.is-claiming) .reward-panel { animation: reward-panel-in .48s cubic-bezier(.2,.75,.25,1) both; }
.reward-dialog[open]:not(.is-claiming) .reward-gift { animation: reward-gift-in .68s cubic-bezier(.2,.8,.3,1.12) both; }
.reward-dialog[open]:not(.is-claiming) .reward-orbit { animation: reward-orbit-in .5s ease-out both, reward-orbit-spin 12s .5s linear infinite; }
.reward-dialog.is-claiming .reward-celebration { animation: reward-claim-collapse .3s cubic-bezier(.4,0,.7,.2) both; pointer-events: none; }
.reward-dialog.is-claiming .reward-close { opacity: 0; }
.reward-flight { position: fixed; z-index: 10; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%; background: radial-gradient(circle, #fff 0 10%, #fff5a4 22%, #ffd229 42%, rgba(255,178,0,.64) 57%, rgba(255,200,0,0) 74%); box-shadow: 0 0 18px #fff9a8, 0 0 42px #ffc400, 0 0 76px rgba(255,152,0,.88); pointer-events: none; }
.reward-flight::before, .reward-flight::after { content: ""; position: absolute; inset: -30px; background: linear-gradient(90deg, transparent 47%, rgba(255,245,167,.95) 49%, #fff 50%, rgba(255,245,167,.95) 51%, transparent 53%); }
.reward-flight::after { transform: rotate(90deg); }
.activity-assets-bar article.is-reward-arrived { animation: reward-asset-arrived .65s cubic-bezier(.2,.8,.3,1.15); }
@keyframes reward-panel-in { from { opacity: 0; transform: translateY(14px) scale(.95); } to { opacity: 1; transform: none; } }
@keyframes reward-gift-in { from { opacity: 0; transform: translateY(26px) scale(.72); } to { opacity: 1; transform: none; } }
@keyframes reward-orbit-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes reward-orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes reward-claim-collapse { 0% { opacity: 1; transform: scale(1); filter: brightness(1); } 72% { opacity: 1; transform: scale(.22); filter: brightness(1.55) saturate(1.35); } 100% { opacity: 0; transform: scale(.08); filter: brightness(2.2) saturate(1.5); } }
@keyframes reward-asset-arrived { 0%, 100% { transform: none; filter: none; } 38% { transform: translateY(-3px) scale(1.14); filter: brightness(1.24); } }
@media (prefers-reduced-motion: reduce) { .reward-dialog[open] .reward-panel, .reward-dialog[open] .reward-gift, .reward-dialog[open] .reward-orbit, .reward-dialog.is-claiming .reward-celebration, .activity-assets-bar article.is-reward-arrived { animation: none; } }
.hero { position: relative; height: 196px; margin: 0 8px 0 20px; }
.hero-copy { position: relative; z-index: 1; padding-top: 28px; pointer-events: none; }
.daily-vip-row { display: contents; }
.hero h2 { font-size: clamp(23px, 6.9vw, 29px); font-weight: 950; letter-spacing: -1.2px; line-height: 40px; }
.hero-copy > strong { display: block; color: #ff2b8b; font-size: 44px; line-height: 52px; font-weight: 950; letter-spacing: -1px; }
.daily-vip { display: inline-block; margin-top: 4px; padding: 7px 9px; border: 1px solid #a8f1ef; border-radius: 8px; background: #f4ffffb8; color: var(--teal); font-size: 12px; }
.hero-art { position: absolute; right: 0; top: 20px; width: 55.3%; height: 166px; overflow: hidden; animation: enter 1s ease-out both, float 3.6s 1s ease-in-out infinite; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-art::after { content: ""; position: absolute; inset: -30%; background: linear-gradient(120deg, transparent 40%, #ffffff60 49%, transparent 57%); transform: translateX(-110%); animation: shine 1s .15s ease-out both; pointer-events: none; }
.rules-button { position: absolute; z-index: 3; top: 0; right: 0; padding: 7px 4px; border-radius: 8px; background: #0003; color: white; font-size: 12px; }
.steps { position: absolute; bottom: 8px; left: 0; font-size: 12px; color: #0008; }
.steps span { color: var(--teal); padding: 0 2px; }
.cards { padding: 0 16px; display: grid; gap: 16px; }
.reward-summary { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-height: 72px; border: 1px solid #97ede9; border-radius: 12px; padding: 12px; background: linear-gradient(#e2ffff, white 62%); }
.reward-summary small { display: block; margin-top: 8px; font-size: 12px; color: #0008; }
.reward-summary span { color: var(--teal); }
.daily-count { white-space: nowrap; }
.card { padding: 16px 12px; border-radius: 12px; background: white; box-shadow: 0 0 6px #008c6b13; }
.card-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.card-heading h2 { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; }
.card-heading b { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #f21184; color: white; font-weight: 500; }
.refresh { display: flex; align-items: center; gap: 8px; padding: 3px 0; font-size: 12px; color: #0008; }
.refresh img { width: 16px; height: 16px; }
.comment-copy { padding: 8px 12px; min-height: 56px; border-radius: 12px; background: #0000000d; line-height: 20px; overflow-wrap: anywhere; }
.primary { display: block; width: 100%; min-height: 40px; padding: 9px 16px; border-radius: 999px; background: var(--pink); color: white; font-size: 16px; font-weight: 500; }
.comment-copy + .primary { margin-top: 8px; }
.platforms { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.platforms button { position: relative; padding: 0; width: 44px; height: 44px; flex: 0 1 44px; border-radius: 12px; }
.platforms button:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
.platforms button[aria-pressed="true"] { transform: none; filter: none; }
.platforms button[aria-pressed="true"]::after { content: ""; position: absolute; inset: -4px; border: 2px solid var(--pink); border-radius: 14px; pointer-events: none; }
.platforms button[aria-pressed="true"]:focus-visible { outline: 0; }
.platforms img { display: block; width: 100%; height: 100%; }
.hint { color: #888; font-size: 12px; line-height: 20px; margin: 10px 0; }
.upload-row { display: flex; gap: 12px; }
.upload, .photo-preview { position: relative; width: 111px; height: 111px; border-radius: 9px; overflow: hidden; }
.upload { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; background: #0000000d; border: 1px dashed #989898; color: #999; cursor: pointer; }
.upload img { width: 24px; height: 24px; margin: 0; }
.activity-content .upload:focus-within { outline: 0; background: #f5ffff; }
.upload span { font-size: 12px; }
.upload input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
#submit-actions { margin-top: 12px; }
#enlarge-photo { display: block; padding: 0; width: 100%; height: 100%; }
#photo { display: block; width: 100%; height: 100%; object-fit: cover; }
#remove-photo { position: absolute; top: 3px; right: 3px; background: #000a; color: white; border-radius: 50%; width: 28px; height: 28px; font-size: 22px; line-height: 24px; padding: 0; }
.preview-note { padding: 22px 16px max(28px, env(safe-area-inset-bottom)); color: #929b9b; font-size: 11px; text-align: center; line-height: 20px; }
#records-view { min-height: 100dvh; background: #fbfbfb; }
.records-panel { min-height: 100dvh; background: #fbfbfb; }
.records-desktop-close, .record-divider { display: none; }
#records-view .navbar { position: sticky; z-index: 3; top: 0; height: 48px; background: white; }
.record-tabs { position: sticky; z-index: 2; top: 48px; display: flex; background: white; }
.record-tabs button { position: relative; width: 25%; height: 36px; padding: 0; color: #0000008c; font-size: 14px; }
.record-tabs button[aria-pressed="true"] { color: #191919; font-weight: 500; }
.record-tabs button[aria-pressed="true"]::after { content: ""; position: absolute; width: 16px; height: 3px; bottom: 0; left: calc(50% - 8px); border-radius: 4px; background: var(--pink); }
.record-list { padding: 0 16px 32px; }
.record { padding: 12px 0; border-bottom: 1px solid #0000000d; }
.record-head { display: grid; grid-template-columns: 32px minmax(0, 1fr) 63px; align-items: center; gap: 8px; }
.record-head img { width: 32px; height: 32px; }
.record-head strong { min-width: 0; font-size: 14px; font-weight: 500; }
.badge { justify-self: center; padding: 3px 8px; border-radius: 99px; font-size: 12px; white-space: nowrap; }
.badge.pending { color: #b86301; background: #fef1e2; }
.badge.approved { color: #12b262; background: #12b26219; }
.badge.rejected { color: var(--pink); background: #f81e7b19; }
.record p { font-size: 12px; color: #0000008c; margin-top: 12px; line-height: 18px; }
.record-rejected-action { display: grid; grid-template-columns: minmax(0, 1fr) 63px; align-items: start; gap: 10px; margin-top: 12px; }
.record-rejected-action p { min-width: 0; margin: 0; }
.retry { justify-self: center; min-height: 28px; margin: 0; padding: 4px 6px; border: 1px solid var(--pink); background: transparent; color: var(--pink); font-size: 12px; line-height: 18px; white-space: nowrap; }
.record-empty { padding-top: 32px; color: #0000008c; font-size: 14px; text-align: center; }
.dialog { width: calc(100% - 64px); max-width: 340px; max-height: 85dvh; padding: 28px 24px 24px; border: 0; border-radius: 14px; color: #191919; background: white; }
.dialog::backdrop { background: #000b; }
.dialog h2 { margin: 0 0 16px; text-align: center; font-size: 20px; font-weight: 600; }
.rules-copy { padding-top: 12px; border-top: 1px solid #eee; font-size: 14px; line-height: 24px; color: #888; }
.rules-copy ol { padding-left: 20px; }
.dialog .primary { margin-top: 24px; }
.photo-dialog { padding: 12px; max-width: 440px; }
.photo-dialog > img { display: block; width: 100%; max-height: 65dvh; object-fit: contain; }
@keyframes enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes shine { to { transform: translateX(110%); } }
@media (max-width: 350px) { .hero { margin-left: 16px; } .hero h2 { font-size: 23px; } .daily-vip { font-size: 10px; padding-inline: 6px; } .reward-summary { font-size: 12px; } .reward-summary small { font-size: 10px; } .record-head strong { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .hero-art::after { display: none; } }
#rules-copy { white-space:pre-line; line-height:1.8; max-height:55vh; overflow:auto; margin:16px 0; }
.record p { overflow-wrap:anywhere; }
#more-records { width:calc(100% - 32px); margin:16px; }
:where(.activity-content) button:disabled { opacity:.5; cursor:not-allowed; }

@media (min-width: 769px) {
  html, body { background: #05070a; }
  .reward-panel .primary:focus-visible { outline: 0; filter: brightness(1.06); }
  .activity-shell { max-width: none; min-height: 766px; padding: 0; overflow: hidden; background: #fff url('./assets/desktop-background.svg') top center / 1920px 391px no-repeat; color: #191919; }
  #activity-view { position: relative; z-index: 1; min-height: 766px; }
  #activity-view > .navbar { display: none; }
  .comment-photo-desktop-navigation { --activity-desktop-breadcrumb-color: rgba(0, 0, 0, .9); position: absolute; z-index: 12; top: 32px; left: 50%; display: flex; align-items: center; justify-content: space-between; width: min(1200px, calc(100% - 48px)); height: 36px; transform: translateX(-50%); }
  .comment-photo-desktop-actions { display: flex; align-items: center; gap: 12px; }
  .comment-photo-desktop-actions .records-link,
  .comment-photo-desktop-actions .desktop-rules-button { display: inline-flex; align-items: center; justify-content: center; width: 86px; height: 34px; padding: 0; border: 1px solid rgba(0, 0, 0, .16); border-radius: 999px; background: rgba(255, 255, 255, .52); color: rgba(0, 0, 0, .72); font-size: 13px; line-height: 1; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
  .comment-photo-desktop-actions .records-link:hover,
  .comment-photo-desktop-actions .desktop-rules-button:hover { border-color: #f81e7b; background: rgba(255, 255, 255, .82); color: #f81e7b; }
  #activity-view main { position: relative; width: min(1200px, calc(100% - 48px)); height: 766px; margin: 0 auto; }
  #activity-view main > .activity-assets-bar { position: absolute; top: 95px; left: 0; margin: 0; transform: none; }
  #activity-view .hero { position: absolute; top: 95px; left: 0; width: 100%; height: 390px; margin: 0; }
  #activity-view .hero-copy { display: flex; align-items: baseline; flex-wrap: wrap; gap: 16px 12px; padding-top: 77px; }
  #activity-view .hero h2 { color: rgba(255, 255, 255, .9); font-size: 60px; font-weight: 500; line-height: 72px; letter-spacing: -8px; }
  #activity-view .hero-copy > strong { display: inline; color: #ff2b78; font-size: 72px; font-weight: 700; line-height: 88px; letter-spacing: -3px; }
  #activity-view .daily-vip-row { display: block; flex: 0 0 100%; }
  #activity-view .daily-vip { display: block; width: fit-content; max-width: max-content; min-height: 42px; margin-top: 0; padding: 8px 10px; border: 1px solid #a8f1ef; border-radius: 8px; background: rgba(244, 255, 255, .74); color: #0faaa4; font-size: 18px; font-weight: 500; line-height: 24px; }
  #activity-view .hero-art { top: 0; right: 0; width: 476px; height: 390px; overflow: hidden; animation: none; }
  #activity-view .hero-art img { position: absolute; top: -8.33%; left: 0; width: 100%; height: 121.67%; max-width: none; object-fit: cover; }
  #activity-view .hero-art::before,
  #activity-view .hero-art::after { display: none; }
  #activity-view .rules-button { display: none; }
  #activity-view .steps { top: 244px; bottom: auto; left: 0; color: rgba(255, 255, 255, .55); font-size: 18px; line-height: 24px; }
  #activity-view .steps span { padding: 0 12px; }
  #activity-view .cards { position: absolute; top: 509px; left: 0; display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 0; }
  #activity-view .reward-summary { position: absolute; top: -134px; left: 0; width: 527px; min-height: 84px; padding: 16px; border: 1px solid #97ede9; border-radius: 12px; background: linear-gradient(180deg, #3f5c5c 0%, #000 60%); box-shadow: none; color: rgba(255, 255, 255, .9); }
  #activity-view .reward-summary-copy { min-width: 0; flex: 1; }
  #activity-view .reward-summary-copy > p { font-size: 16px; font-weight: 500; line-height: 22px; white-space: nowrap; }
  #activity-view .reward-summary small { margin-top: 8px; color: rgba(255, 255, 255, .55); font-size: 14px; line-height: 20px; white-space: nowrap; }
  #activity-view .reward-summary em { color: #f81e7b; }
  #activity-view .daily-count { display: flex; align-items: center; align-self: stretch; min-width: 116px; margin-left: 16px; padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .9); font-size: 16px; font-weight: 500; line-height: 22px; }
  #activity-view .daily-count span { color: #0faaa4; }
  #activity-view .card { min-width: 0; min-height: 179px; padding: 16px 12px; border: 0; border-radius: 12px; background: #fff; box-shadow: 0 0 4px rgba(0, 140, 107, .1); }
  #activity-view .card-heading { margin-bottom: 12px; }
  #activity-view .card-heading h2 { color: #191919; font-size: 16px; font-weight: 600; }
  #activity-view .card-heading b { width: 24px; height: 24px; }
  #activity-view .refresh { color: rgba(25, 25, 25, .5); }
  #activity-view .refresh img { opacity: .72; }
  #activity-view .comment-copy { min-height: 56px; padding: 8px 12px; border: 0; border-radius: 12px; background: rgba(0, 0, 0, .05); color: rgba(0, 0, 0, .9); }
  #activity-view .platforms { justify-content: space-between; gap: 8px; padding-top: 0; }
  #activity-view .platforms button { width: 44px; height: 44px; flex: 0 0 44px; }
  #activity-view .upload, #activity-view .photo-preview { width: 100%; height: 110px; border-radius: 12px; }
  #activity-view .upload { flex-direction: row; border-color: rgba(0, 0, 0, .55); background: rgba(0, 0, 0, .05); color: rgba(0, 0, 0, .9); }
  #activity-view .upload img { opacity: .72; }
  #activity-view .upload span { font-size: 14px; }
  #activity-view .upload span::before { content: "+ 点击"; }
  #activity-view .upload span::after { content: " （JPG/PNG）"; }
  #activity-view .upload > img { display: none; }
  #activity-view .upload-card #submit-actions { position: absolute; top: calc(100% + 16px); left: 50%; display: block; width: calc((100% - 32px) / 3 - 24px); margin: 0; transform: translateX(-50%); }
  #activity-view .hint { color: rgba(25, 25, 25, .52); }
  #activity-view .preview-note { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); padding: 0; color: rgba(25, 25, 25, .48); }
  body.records-open .records-backdrop { display: block; position: fixed; z-index: 299; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(0, 0, 0, .7); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); cursor: default; }
  #records-view { position: fixed; z-index: 300; top: 50%; left: 50%; width: 440px; min-height: 0; overflow: visible; background: transparent; transform: translate(-50%, -50%); }
  #records-view .records-panel { width: 440px; min-height: 0; max-height: min(612px, calc(100dvh - 96px)); padding-bottom: 24px; overflow: hidden; border-radius: 12px; background: #fff; }
  #records-view .navbar { position: relative; z-index: 2; top: auto; display: block; height: 72px; padding: 32px 24px 0; background: #fff; }
  #records-view .navbar .back, #records-view .nav-spacer { display: none; }
  #records-view .navbar h1 { height: 28px; color: rgba(0, 0, 0, .9); font-size: 20px; font-weight: 500; line-height: 28px; text-align: center; }
  #records-view .record-tabs { position: relative; z-index: 1; top: auto; display: flex; align-items: flex-start; gap: 32px; height: 40px; padding: 0 24px; overflow: hidden; }
  #records-view .record-tabs button { flex: 0 0 auto; width: auto; height: 40px; color: rgba(0, 0, 0, .55); font-size: 16px; line-height: 22px; }
  #records-view .record-tabs button[aria-pressed="true"] { color: #292929; font-weight: 500; }
  #records-view .record-tabs button[aria-pressed="true"]::after { bottom: .5px; }
  #records-view .record-divider { display: block; height: 1px; margin: 12px 24px 0; background: rgba(0, 0, 0, .05); }
  #records-view .records-scroll { max-height: min(459px, calc(100dvh - 249px)); margin-top: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: rgba(0, 0, 0, .1) transparent; scrollbar-width: thin; }
  #records-view .records-scroll::-webkit-scrollbar { width: 3px; }
  #records-view .records-scroll::-webkit-scrollbar-track { background: transparent; }
  #records-view .records-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0, 0, 0, .1); }
  #records-view .record-list { display: flex; flex-direction: column; gap: 8px; padding: 0 24px; }
  #records-view .record { padding: 12px 0; }
  #records-view .record-head strong { font-size: 16px; line-height: 22px; }
  #records-view .badge { min-height: 24px; padding: 2px 8px; font-size: 14px; line-height: 20px; }
  #records-view .record p { margin-top: 12px; color: rgba(0, 0, 0, .55); font-size: 14px; line-height: 20px; }
  #records-view .record-rejected-action { display: block; margin-top: 12px; }
  #records-view .record-rejected-action p { margin: 0; }
  #records-view .retry { width: 100%; min-height: 40px; margin-top: 12px; padding: 8px 24px; border-radius: 999px; font-size: 16px; line-height: 22px; }
  #records-view #more-records { width: calc(100% - 48px); margin: 16px 24px 0; }
  #records-view .records-desktop-close { position: absolute; left: 202px; top: calc(100% + 24px); display: block; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; }
  #records-view .records-desktop-close img { display: block; width: 36px; height: 36px; }
  .dialog { max-width: 420px; }
  .reward-dialog { width: 343px; }
  .reward-dialog .reward-stage { top: calc(50% - 26px); }
}
