.profile-person.profile-login {
  right: 16px;
  width: calc(100% - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.profile-login > div { flex: 1; min-width: 0; }
.profile-login > svg { flex: 0 0 auto; opacity: .86; }
.profile-authenticated {
  left: 16px;
  right: 16px;
  width: auto;
  min-width: 0;
}
.profile-copy { flex: 1; min-width: 0; }
.profile-person h1,.profile-person p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-logout {
  flex: 0 0 auto;
  display: grid;
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  background: #ffffff1c;
  color: #fff;
  place-items: center;
  cursor: pointer;
}
.profile-logout:hover,.profile-logout:focus-visible { background: #ffffff32; border-color: #ffffff88; outline: 0; }
.profile-logout svg { width: 16px; height: 16px; }
.account-list { margin-top: 10px; }
.account-list > button,.account-list > .setting-row {
  width: 100%;
  min-height: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  text-align: left;
}
.setting-icon { display: grid; width: 24px; color: var(--rose); place-items: center; }
.setting-icon svg { width: 19px; height: 19px; }
.account-list > button > svg:last-child { margin-left: auto; color: #aaa; }
.following-summary { display: flex; align-items: baseline; gap: 7px; margin: 6px 0 22px; padding: 16px; border-radius: 8px; background: #fff1f5; color: #8a3b57; }
.following-summary b { font-size: 26px; }
.following-summary span { font-size: 12px; }
.follow-row { position: relative; padding-right: 35px; }
.follow-row .story-row { min-height: 92px; }
.unfollow { position: absolute; right: 0; top: 29px; display: grid; width: 31px; height: 31px; border: 0; border-radius: 50%; background: #f6f6f7; color: #999ca4; place-items: center; }
.empty-state { grid-column: 1 / -1; width: 100%; min-height: 180px; display: grid; align-content: center; justify-items: center; gap: 7px; color: #a0a2aa; text-align: center; }
.empty-state p { max-width: 270px; margin: 0; font-size: 12px; line-height: 1.55; }
.feature-overlay { z-index: 35; padding: 0; background: #16151c88; }
.feature-modal { width: min(520px,100%); max-height: min(88dvh,820px); padding: 0; overflow: hidden; border-radius: 8px 8px 0 0; display: grid; grid-template-rows: auto minmax(0,1fr); }
.feature-head { min-height: 76px; padding: 17px 20px 13px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.feature-head h2 { margin: 4px 0 0; font-size: 20px; }
.feature-head .eyebrow { font-size: 10px; }
.feature-head > button { display: grid; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f4f4f6; color: #737680; place-items: center; }
.panel-body { min-height: 0; overflow-y: auto; padding: 18px 20px calc(24px + env(safe-area-inset-bottom)); }
.panel-search { height: 43px; padding: 0 12px; border: 1px solid #e2e2e6; border-radius: 7px; background: #f7f7f8; display: flex; align-items: center; gap: 8px; color: #999ca5; }
.panel-search:focus-within { border-color: #ff9cbd; box-shadow: 0 0 0 3px #fff0f5; }
.panel-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font: inherit; font-size: 14px; }
.search-results { display: grid; gap: 1px; margin-top: 13px; }
.search-results > button { min-width: 0; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); display: grid; grid-template-columns: 53px minmax(0,1fr) 20px; align-items: center; gap: 11px; text-align: left; }
.search-cover { width: 53px; height: 70px; border-radius: 5px; object-fit: cover; }
.search-results button > span { min-width: 0; display: grid; gap: 4px; }
.search-results b,.search-results small,.search-results em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-results b { font-size: 14px; }
.search-results small,.search-results em { color: var(--muted); font-size: 11px; font-style: normal; }
.search-results button > svg { color: #b1b3ba; }
.history-list { display: grid; gap: 2px; }
.history-row { min-width: 0; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); display: grid; grid-template-columns: 68px minmax(0,1fr) 24px; align-items: center; gap: 11px; text-align: left; }
.history-cover { width: 68px; height: 88px; border-radius: 6px; object-fit: cover; }
.history-row > span { min-width: 0; display: grid; gap: 6px; }
.history-row b,.history-row small,.history-row u { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.history-row b { font-size: 14px; }
.history-row small,.history-row u { color: var(--muted); font-size: 11px; text-decoration: none; }
.history-row i { height: 4px; border-radius: 3px; overflow: hidden; background: #eeeeF1; }
.history-row i em { display: block; height: 100%; background: var(--rose); }
.settings-form { display: grid; gap: 0; }
.toggle-row { min-height: 78px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.toggle-row > span { min-width: 0; display: grid; gap: 5px; }
.toggle-row b { font-size: 14px; }
.toggle-row small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.toggle-row input { position: absolute; opacity: 0; pointer-events: none; }
.toggle-row i { position: relative; flex: 0 0 auto; width: 43px; height: 25px; border-radius: 13px; background: #d9dbe0; transition: .2s; }
.toggle-row i:after { content: ""; position: absolute; left: 3px; top: 3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px #0003; transition: .2s; }
.toggle-row input:checked + i { background: var(--rose); }
.toggle-row input:checked + i:after { transform: translateX(18px); }
.settings-form > .primary-button { margin-top: 20px; }
.security-sections { display: grid; gap: 28px; }
.account-form { display: grid; gap: 13px; }
.account-form + .account-form { padding-top: 25px; border-top: 8px solid #f6f6f7; }
.form-title { display: flex; align-items: center; gap: 10px; margin-bottom: 2px; }
.form-title > span { display: grid; width: 37px; height: 37px; border-radius: 7px; background: #fff0f5; color: var(--rose); place-items: center; }
.form-title > div { display: grid; gap: 3px; }
.form-title b { font-size: 15px; }
.form-title small { color: var(--muted); font-size: 11px; }
.account-form label { display: grid; gap: 6px; color: #686b75; font-size: 12px; }
.account-form input,.account-form select,.account-form textarea { width: 100%; min-width: 0; height: 43px; padding: 0 11px; border: 1px solid #dedee3; border-radius: 6px; outline: 0; background: #fff; color: var(--ink); font: inherit; font-size: 14px; }
.account-form textarea { min-height: 108px; padding-top: 10px; resize: vertical; }
.account-form input:focus,.account-form select:focus,.account-form textarea:focus { border-color: #ff9cbd; box-shadow: 0 0 0 3px #fff0f5; }
.help-body { display: grid; gap: 28px; }
.faq-list,.ticket-list { display: grid; }
.faq-list h3,.ticket-list h3 { margin: 0 0 8px; font-size: 15px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 50px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 650; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details > p { margin: -1px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.feedback-form { padding-top: 24px; border-top: 8px solid #f6f6f7; }
.ticket-list { padding-top: 24px; border-top: 8px solid #f6f6f7; gap: 10px; }
.ticket { padding: 14px; border: 1px solid #e8e8ec; border-radius: 7px; }
.ticket header { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ticket header b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.ticket > p,.admin-reply p { margin: 8px 0; color: #666a74; font-size: 12px; line-height: 1.55; white-space: pre-wrap; }
.ticket > small { color: #a0a2a9; font-size: 10px; }
.ticket-status { flex: 0 0 auto; padding: 3px 6px; border-radius: 4px; background: #fff3db; color: #94651c; font-size: 9px; }
.ticket-status.replied { background: #e9f7f1; color: #24775c; }
.ticket-status.closed { background: #f0f1f3; color: #777b84; }
.admin-reply { margin-top: 11px; padding: 11px; border-left: 3px solid var(--rose); background: #fff7fa; }
.admin-reply b { color: #a53d64; font-size: 11px; }
.feedback-login { min-height: 190px; display: grid; align-content: center; justify-items: center; gap: 10px; text-align: center; }
.feedback-login p { max-width: 290px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.feedback-login button { padding: 0 18px; }
.player-meta-v2 .favorite.active { background: #fff0f5; color: #d84275; }
@media(min-width:700px){.feature-overlay{padding:22px;place-items:center}.feature-modal{border-radius:8px;max-height:min(84dvh,820px)}}
@media(max-width:360px){.profile-person{gap:9px}.profile-person h1{font-size:18px}.avatar{width:52px;height:52px}.profile-logout{width:34px;padding:0;justify-content:center}.profile-logout span{display:none}.quick-grid span{font-size:10px}.feature-head,.panel-body{padding-left:16px;padding-right:16px}}
