/* Personal center v2 — one coherent profile workspace */
@media (min-width:1024px){
  .profile-page{--pc-ink:#132236;--pc-muted:#65758a;--pc-line:#e1e7ee;--pc-soft:#f4f7fa;--pc-accent:#b38a42;padding-top:32px!important}
  .profile-page .desktop-topbar{width:min(1104px,calc(100vw - 336px))!important;max-width:1104px!important;min-height:64px!important;margin:0 auto 12px!important;padding:0!important;border:0!important;background:transparent!important}
  .profile-page .desktop-topbar .topbar-title strong{font-size:25px!important;letter-spacing:-.02em}.profile-page .desktop-topbar .topbar-title span{margin-top:4px!important;font-size:11px!important;color:var(--pc-muted)!important}
  .profile-page .desktop-topbar .member-chip{min-height:44px!important;padding:7px 15px!important;border-color:#e5d5b3!important;border-radius:10px!important;background:#fffaf0!important;box-shadow:none!important}
  .profile-member-card{isolation:isolate;position:relative!important;display:grid!important;grid-template-columns:56px minmax(230px,.85fr) 1px minmax(440px,1.6fr)!important;grid-template-rows:auto!important;align-items:center!important;gap:20px!important;width:min(1104px,calc(100vw - 336px))!important;max-width:1104px!important;min-height:148px!important;margin:0 auto!important;padding:24px 26px!important;border:1px solid #203b56!important;border-radius:16px!important;background:linear-gradient(118deg,#102840 0%,#153a54 64%,#193f57 100%)!important;box-shadow:0 14px 32px -26px rgba(9,30,49,.72)!important;overflow:hidden!important}
  .profile-member-card::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(420px circle at var(--mouse-x,82%) var(--mouse-y,20%),rgba(211,177,105,.14),transparent 70%);opacity:.7;transition:opacity .25s ease-out;pointer-events:none}
  .profile-member-card::after{content:"";grid-column:3;grid-row:1;width:1px;height:88px;background:rgba(255,255,255,.13)}
  .profile-member-card .avatar-large{grid-column:1;grid-row:1;width:56px!important;height:56px!important;border:1px solid rgba(255,255,255,.28)!important;background:rgba(255,255,255,.1)!important;font-size:18px!important;box-shadow:none!important}
  .profile-member-copy{grid-column:2;grid-row:1;min-width:0}.profile-member-copy .eyebrow,.profile-member-copy h1{display:none!important}.profile-name-row{display:flex!important;align-items:center!important;gap:10px!important}.profile-member-copy strong{font-size:20px!important;line-height:1.25!important}.profile-member-copy small{margin-top:7px!important;color:rgba(255,255,255,.66)!important;font-size:11px!important;line-height:1.5!important}.profile-name-edit{min-height:30px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;background:rgba(255,255,255,.07)!important;color:#fff!important;font-size:10px!important;transition:background .2s ease,border-color .2s ease}.profile-name-edit:hover,.profile-name-edit:focus-visible{border-color:rgba(255,255,255,.4)!important;background:rgba(255,255,255,.13)!important}
  .profile-more{display:none!important}
  .profile-member-stats{grid-column:4!important;grid-row:1!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;margin:0!important;color:rgba(255,255,255,.63)!important}.profile-member-stats span{display:flex!important;min-width:0;flex-direction:column-reverse;gap:7px;padding:0 15px;border-left:1px solid rgba(255,255,255,.1);font-size:9px!important;white-space:nowrap}.profile-member-stats span:first-child{border-left:0}.profile-member-stats b{margin:0!important;color:#fff!important;font:650 20px/1 system-ui,-apple-system,"Segoe UI",sans-serif!important;font-variant-numeric:tabular-nums}
  .profile-member-stats .profile-stat-gold b{color:#e7c986!important}
  .profile-essential-layout{width:min(1104px,calc(100vw - 336px))!important;max-width:1104px!important;margin:14px auto 0!important}
  .learning-summary-compact{display:none!important}
  .profile-essential-actions{position:relative!important;box-sizing:border-box!important;width:min(1104px,calc(100vw - 336px))!important;min-width:min(1104px,calc(100vw - 336px))!important;max-width:min(1104px,calc(100vw - 336px))!important;margin:0!important;padding:42px 0 0!important;border:1px solid var(--pc-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px -24px rgba(17,34,54,.48)!important;overflow:hidden!important}
  .profile-essential-actions::before{content:"账号设置";position:absolute;top:0;right:20px;left:20px;height:42px;display:flex;align-items:center;border-bottom:1px solid var(--pc-line);color:var(--pc-ink);font-size:13px;font-weight:700}
  .profile-essential-actions .service-card{min-height:64px!important;padding:11px 20px!important}.profile-essential-actions .service-card+.service-card{border-top:1px solid #e8edf2!important}.profile-essential-actions .service-card:hover{background:#f7f9fb!important}.profile-essential-actions .menu-main{padding:0!important}.profile-essential-actions .service-eyebrow{display:none!important}.profile-essential-actions .menu-main b{margin:0!important;color:var(--pc-ink)!important;font-size:13px!important}.profile-essential-actions .menu-main>small:last-child{margin-top:3px!important;color:var(--pc-muted)!important;font-size:10px!important}.profile-essential-actions .status-pill{font-size:10px!important}.profile-essential-actions .service-link i{font-size:18px!important}
}
@media (max-width:1023px){
  .profile-member-card .profile-member-stats{display:grid!important;grid-template-columns:repeat(2,1fr)}
  .learning-summary-compact{display:none!important}
}
@media (prefers-reduced-motion:reduce){.profile-member-card::before,.profile-name-edit{transition:none!important}}
