  .pso-profile-shell {
    padding-top: 2.8rem;
  }

  .pso-profile-shell .pso-signin-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pso-profile-shell .pso-profile-card,
  .pso-profile-shell #pso-member-gate,
  .pso-profile-shell .pso-profile-timeline-item,
  .pso-profile-shell .pso-profile-stat,
  .pso-profile-shell .pso-profile-badge,
  .pso-profile-shell .pso-profile-favorite-chip,
  .pso-profile-shell .pso-seat-zone,
  .pso-profile-shell .pso-profile-toggle,
  .pso-profile-shell .pso-profile-row,
  .pso-profile-shell .pso-profile-field-grid > *,
  .pso-profile-shell .pso-profile-inline-actions > * {
    animation-duration: 720ms;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both;
    will-change: transform, opacity;
  }

  .pso-profile-shell .pso-profile-card {
    animation-name: psoProfileCardReveal;
  }

  .pso-profile-shell .pso-profile-card:nth-child(1) {
    animation-delay: 100ms;
  }

  .pso-profile-shell .pso-profile-card:nth-child(2) {
    animation-delay: 190ms;
  }

  .pso-profile-shell #pso-concerts-card {
    animation-delay: 280ms;
  }

  .pso-profile-shell .pso-profile-row,
  .pso-profile-shell .pso-profile-field-grid > *,
  .pso-profile-shell .pso-profile-inline-actions > * {
    animation-name: psoProfileItemRise;
  }

  .pso-profile-shell .pso-profile-row:nth-child(1) { animation-delay: 180ms; }
  .pso-profile-shell .pso-profile-row:nth-child(2) { animation-delay: 240ms; }
  .pso-profile-shell .pso-profile-row:nth-child(3) { animation-delay: 300ms; }

  .pso-profile-shell .pso-profile-field-grid > :nth-child(1) { animation-delay: 250ms; }
  .pso-profile-shell .pso-profile-field-grid > :nth-child(2) { animation-delay: 320ms; }
  .pso-profile-shell .pso-profile-field-grid > :nth-child(3) { animation-delay: 390ms; }

  .pso-profile-shell .pso-profile-inline-actions > :nth-child(1) { animation-delay: 420ms; }
  .pso-profile-shell .pso-profile-inline-actions > :nth-child(2) { animation-delay: 480ms; }
  .pso-profile-shell .pso-profile-inline-actions > :nth-child(3) { animation-delay: 540ms; }

  .pso-profile-shell #pso-member-gate {
    animation-name: psoProfileCardReveal;
    animation-delay: 520ms;
  }

  .pso-profile-shell .pso-profile-stat,
  .pso-profile-shell .pso-profile-timeline-item,
  .pso-profile-shell .pso-profile-badge,
  .pso-profile-shell .pso-profile-favorite-chip,
  .pso-profile-shell .pso-seat-zone,
  .pso-profile-shell .pso-profile-toggle {
    animation-name: psoProfileItemRise;
  }

  .pso-profile-shell .pso-profile-stat:nth-child(1) { animation-delay: 260ms; }
  .pso-profile-shell .pso-profile-stat:nth-child(2) { animation-delay: 330ms; }

  .pso-profile-shell .pso-profile-timeline-item:nth-child(1) { animation-delay: 340ms; }
  .pso-profile-shell .pso-profile-timeline-item:nth-child(2) { animation-delay: 420ms; }
  .pso-profile-shell .pso-profile-timeline-item:nth-child(3) { animation-delay: 500ms; }

  @keyframes psoProfileCardReveal {
    from {
      opacity: 0;
      transform: translateY(26px) scale(0.985);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes psoProfileItemRise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .pso-profile-shell .pso-profile-card,
    .pso-profile-shell #pso-member-gate,
    .pso-profile-shell .pso-profile-timeline-item,
    .pso-profile-shell .pso-profile-stat,
    .pso-profile-shell .pso-profile-badge,
    .pso-profile-shell .pso-profile-favorite-chip,
    .pso-profile-shell .pso-seat-zone,
    .pso-profile-shell .pso-profile-toggle,
    .pso-profile-shell .pso-profile-row,
    .pso-profile-shell .pso-profile-field-grid > *,
    .pso-profile-shell .pso-profile-inline-actions > * {
      animation: none !important;
      transition: none !important;
      transform: none !important;
    }
  }

  .pso-profile-member-card-editor {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(242,166,160,0.28);
    display: grid;
    gap: 0.85rem;
  }

  .pso-profile-member-card-head h4 {
    margin: 0 0 0.3rem;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.08rem;
  }

  .pso-profile-member-card-head p {
    margin: 0;
  }

  .pso-profile-member-card-status,
  .pso-profile-member-card-empty {
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(242,166,160,0.22);
    background: rgba(86, 48, 44, 0.78);
    color: rgba(243,235,220,0.84);
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .pso-profile-member-card-status.is-error {
    border-color: rgba(159,74,70,0.28);
    background: rgba(159,74,70,0.08);
    color: #7f2d29;
  }

  .pso-profile-member-card-empty[hidden],
  .pso-profile-member-card-form[hidden] {
    display: none !important;
  }

  .pso-profile-member-card-form {
    display: grid;
    gap: 0.8rem;
  }

  .pso-profile-card-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(242,166,160,0.2);
    background: rgba(86, 48, 44, 0.8);
  }

  .pso-profile-card-summary div {
    min-width: 0;
  }

  .pso-profile-card-summary strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--white);
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .pso-profile-member-card-actions {
    display: flex;
    justify-content: flex-start;
  }

  .pso-profile-favorites-editor[hidden] {
    display: none !important;
  }

  .pso-profile-favorites-editor {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(242,166,160,0.28);
  }

  .pso-profile-favorites-status {
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(242,166,160,0.2);
    background: rgba(86, 48, 44, 0.8);
    color: rgba(243,235,220,0.84);
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .pso-profile-favorites-status.is-error {
    border-color: rgba(159,74,70,0.28);
    background: rgba(159,74,70,0.08);
    color: #7f2d29;
  }

  .pso-profile-favorite-entry-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    align-items: center;
  }

  .pso-profile-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.8rem;
  }

  .pso-profile-favorite-help {
    margin: 0.45rem 0 0;
    font-size: 0.88rem;
  }

  .pso-profile-favorite-help a {
    color: var(--gold-light);
    text-decoration: underline;
    text-underline-offset: 0.14em;
  }

  .pso-profile-favorite-help a:hover,
  .pso-profile-favorite-help a:focus-visible {
    color: var(--white);
  }

  .pso-profile-favorite-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(242,166,160,0.14);
    border: 1px solid rgba(242,166,160,0.24);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 0.84rem;
    line-height: 1.3;
  }

  .pso-profile-chip-remove {
    border: 0;
    background: rgba(70, 42, 39, 0.72);
    color: rgba(243,235,220,0.92);
    border-radius: 999px;
    padding: 0.2rem 0.48rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    cursor: pointer;
  }

  .pso-profile-chip-remove:hover,
  .pso-profile-chip-remove:focus-visible {
    background: rgba(217,119,6,0.22);
    outline: none;
  }

  .pso-profile-favorite-empty {
    margin: 0;
    color: rgba(243,235,220,0.72);
    font-size: 0.92rem;
  }

  .pso-profile-summary-grid,
  .pso-profile-experience-grid {
    display: grid;
    gap: 1.2rem;
    margin-top: 1.4rem;
  }

  .pso-profile-summary-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.85fr);
  }

  .pso-profile-experience-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pso-profile-card-summary {
    grid-template-columns: 1fr;
  }

  .pso-profile-card {
    background:
      radial-gradient(circle at top right, rgba(242,166,160,0.12), transparent 34%),
      linear-gradient(180deg, rgba(125, 51, 47, 0.94), rgba(88, 54, 48, 0.96));
    border: 1px solid rgba(242,166,160,0.24);
    border-radius: 22px;
    padding: 1.35rem;
    box-shadow: 0 18px 38px rgba(28, 28, 28, 0.18);
  }

  .pso-profile-card h2,
  .pso-profile-card h3 {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    margin-bottom: 0.45rem;
  }

  .pso-profile-card h2 {
    font-size: 1.7rem;
  }

  .pso-profile-card h3 {
    font-size: 1.38rem;
  }

  .pso-profile-card p {
    color: rgba(243,235,220,0.82);
  }

  .pso-profile-row {
    padding: 0.35rem 0;
    color: rgba(243,235,220,0.88);
  }

  .pso-profile-identity-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
  }

  .pso-profile-avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--gold-light), var(--gold-pale));
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 26px rgba(0,0,0,0.22);
  }

  .pso-profile-role-pill,
  .pso-profile-chip,
  .pso-profile-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: 'Jost', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .pso-profile-role-pill {
    padding: 0.35rem 0.7rem;
    background: rgba(242,166,160,0.16);
    border: 1px solid rgba(242,166,160,0.28);
    color: var(--white);
    margin-top: 0.4rem;
  }

  .pso-profile-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
  }

  [data-member-only][hidden],
  [data-member-panel][hidden] {
    display: none !important;
  }

  .pso-profile-member-gate[hidden] {
    display: none !important;
  }

  #pso-admin-dashboard-link[hidden] {
    display: none !important;
  }

  .pso-profile-member-gate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: stretch;
    margin-top: 1.2rem;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(242,166,160,0.22);
    background: linear-gradient(145deg, rgba(86, 48, 44, 0.82), rgba(70, 42, 39, 0.86));
  }

  .pso-profile-member-gate-head {
    display: grid;
    gap: 0.25rem;
  }

  .pso-profile-member-gate.is-unlocked {
    border-color: rgba(217,119,6,0.32);
    background: linear-gradient(145deg, rgba(105, 58, 53, 0.88), rgba(86, 48, 44, 0.88));
  }

  .pso-profile-gate-label {
    display: block;
    color: var(--crimson);
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
  }

  .pso-profile-gate-copy,
  .pso-profile-locked-copy {
    margin: 0;
    color: rgba(243,235,220,0.82);
    font-size: 0.9rem;
  }

  .pso-profile-gate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: flex-end;
  }

  .pso-profile-member-request {
    display: grid;
    gap: 0.55rem;
  }

  .pso-profile-request-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .pso-profile-request-note,
  .pso-profile-pending-copy {
    margin: 0;
    color: rgba(243,235,220,0.8);
    font-size: 0.88rem;
  }

  .pso-profile-pending-copy {
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(242,166,160,0.28);
    background: rgba(105, 58, 53, 0.82);
  }

  .pso-profile-field-grid .pso-field--full {
    grid-column: 1 / -1;
  }

  .pso-field input,
  .pso-field textarea,
  .pso-field select {
    background: rgba(250, 243, 224, 0.92);
    border: 1px solid rgba(139, 30, 45, 0.16);
    border-radius: 12px;
    color: var(--ink);
    font-family: 'Jost', sans-serif;
    font-size: 0.96rem;
    min-height: 52px;
    padding: 0.9rem 1rem;
  }

  .pso-field textarea {
    min-height: 118px;
    resize: vertical;
  }

  .pso-field input:focus,
  .pso-field select:focus,
  .pso-field textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 161, 74, 0.16);
    outline: none;
  }

  .pso-profile-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1rem;
  }

  .pso-profile-note {
    font-size: 0.9rem;
    color: rgba(243,235,220,0.72);
  }

  body.pso-chat-modal-open {
    overflow: hidden;
  }

  .pso-profile-chat-modal[hidden] {
    display: none !important;
  }

  .pso-profile-chat-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 1.25rem;
  }

  .pso-profile-chat-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(25, 17, 15, 0.68);
    backdrop-filter: blur(6px);
  }

  .pso-profile-chat-dialog {
    position: relative;
    width: min(760px, 100%);
    max-height: min(86vh, 820px);
    overflow: auto;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(242,166,160,0.24);
    background:
      radial-gradient(circle at top right, rgba(242,166,160,0.12), transparent 34%),
      linear-gradient(180deg, rgba(125, 51, 47, 0.96), rgba(88, 54, 48, 0.98));
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
  }

  .pso-profile-chat-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
  }

  .pso-profile-chat-head h3 {
    margin: 0 0 0.35rem;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
  }

  .pso-profile-chat-head p {
    margin: 0;
    color: rgba(243,235,220,0.82);
  }

  .pso-profile-chat-dialog .pso-chat-window {
    min-height: 260px;
    max-height: 48vh;
    overflow-y: auto;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(250, 243, 224, 0.94);
    border: 1px solid rgba(139, 30, 45, 0.16);
  }

  .pso-profile-admin-chat-grid[hidden] {
    display: none !important;
  }

  .pso-profile-admin-chat-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.25fr);
    gap: 0.9rem;
    align-items: start;
  }

  .pso-profile-admin-chat-directory {
    display: grid;
    gap: 0.75rem;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 0.2rem;
  }

  .pso-profile-admin-chat-thread-head {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(242,166,160,0.24);
    background: rgba(86, 48, 44, 0.74);
  }

  .pso-profile-admin-chat-thread-head strong {
    display: block;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.04rem;
    margin-bottom: 0.25rem;
  }

  .pso-profile-admin-chat-thread-head p {
    margin: 0;
  }

  .pso-profile-admin-chat-empty {
    margin: 0;
    padding: 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(242,166,160,0.2);
    background: rgba(86, 48, 44, 0.78);
    color: rgba(243,235,220,0.84);
  }

  .pso-profile-admin-chat-empty strong {
    display: block;
    color: var(--white);
    margin-bottom: 0.3rem;
  }

  .pso-profile-admin-chat-empty p {
    margin: 0;
  }

  .pso-profile-chat-dialog .pso-chat-message {
    max-width: 80%;
    margin-bottom: 0.75rem;
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    line-height: 1.55;
    color: var(--ink);
    word-break: break-word;
  }

  .pso-profile-chat-dialog .pso-chat-message strong {
    display: block;
    margin-bottom: 0.25rem;
  }

  .pso-profile-chat-dialog .pso-chat-message.user {
    margin-left: auto;
    background: #ead7c3;
  }

  .pso-profile-chat-dialog .pso-chat-message.admin {
    margin-right: auto;
    background: #efe7dc;
  }

  .pso-profile-chat-dialog .pso-chat-empty {
    margin: 0;
    color: #7a6b5f;
    font-style: italic;
  }

  .pso-profile-chat-dialog .pso-chat-compose {
    display: grid;
    gap: 0.75rem;
  }

  .pso-profile-chat-dialog .pso-chat-compose textarea {
    min-height: 132px;
    resize: vertical;
    border: 1px solid rgba(139, 30, 45, 0.16);
    background: rgba(250, 243, 224, 0.94);
    border-radius: 14px;
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
    font-family: 'Source Serif 4', serif;
    color: var(--ink);
    box-sizing: border-box;
  }

  @media (max-width: 700px) {
    .pso-profile-chat-head {
      flex-direction: column;
    }

    .pso-profile-admin-chat-grid {
      grid-template-columns: 1fr;
    }

    .pso-profile-admin-chat-directory {
      max-height: 180px;
    }

    .pso-profile-chat-dialog {
      padding: 1rem;
    }

    .pso-profile-chat-dialog .pso-chat-message {
      max-width: 92%;
    }
  }

  .pso-admin-summary-grid {
    align-items: start;
  }

  .pso-admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pso-admin-requests-card {
    margin-top: 1.4rem;
  }

  .pso-admin-chat-panel {
    margin-top: 1.4rem;
  }

  .pso-admin-requests-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
  }

  .pso-admin-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
  }

  .pso-admin-filter-row .pso-button.is-active {
    border-color: rgba(217,119,6,0.34);
    background: linear-gradient(180deg, rgba(250,243,224,0.94), rgba(231,216,194,0.96));
    color: #231d1b;
  }

  .pso-admin-request-list {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.15rem;
  }

  .pso-admin-request-card {
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(217,119,6,0.16);
    background: rgba(223,204,180,0.88);
  }

  .pso-admin-request-card.is-empty {
    text-align: center;
  }

  .pso-admin-request-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
  }

  .pso-admin-request-head strong {
    display: block;
    color: var(--crimson-deep);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 0.35rem;
  }

  .pso-admin-request-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 1rem;
    margin-top: 0.85rem;
  }

  .pso-admin-request-meta {
    margin-top: 0.8rem;
    color: rgba(35,29,27,0.74);
  }

  .pso-admin-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.9rem;
  }

  .pso-admin-chat-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.3fr);
    gap: 1rem;
    margin-top: 1.15rem;
  }

  .pso-admin-chat-directory {
    display: grid;
    gap: 0.8rem;
    align-content: start;
  }

  .pso-admin-chat-entry {
    width: 100%;
    text-align: left;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(217,119,6,0.16);
    background: rgba(223,204,180,0.88);
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .pso-admin-chat-entry:hover,
  .pso-admin-chat-entry:focus-visible,
  .pso-admin-chat-entry.is-active {
    transform: translateY(-1px);
    border-color: rgba(159,74,70,0.28);
    box-shadow: 0 10px 24px rgba(35,29,27,0.12);
    outline: none;
  }

  .pso-admin-chat-entry-head {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: center;
  }

  .pso-admin-chat-entry-head strong {
    color: var(--crimson-deep);
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
  }

  .pso-admin-chat-entry-meta {
    display: block;
    margin-top: 0.35rem;
    color: rgba(35,29,27,0.72);
    font-size: 0.84rem;
  }

  .pso-admin-chat-entry p {
    margin: 0.6rem 0 0;
    color: rgba(35,29,27,0.84);
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .pso-admin-chat-thread-panel {
    display: grid;
    gap: 0.9rem;
  }

  .pso-admin-chat-thread-head strong {
    display: block;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }

  .pso-admin-chat-thread-head p {
    margin: 0;
  }

  .pso-admin-chat-panel .pso-chat-window {
    min-height: 280px;
    max-height: 480px;
    overflow-y: auto;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(250, 243, 224, 0.94);
    border: 1px solid rgba(139, 30, 45, 0.16);
  }

  .pso-admin-chat-panel .pso-chat-message {
    max-width: 80%;
    margin-bottom: 0.75rem;
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    line-height: 1.55;
    color: var(--ink);
    word-break: break-word;
  }

  .pso-admin-chat-panel .pso-chat-message strong {
    display: block;
    margin-bottom: 0.25rem;
  }

  .pso-admin-chat-panel .pso-chat-message.user {
    margin-left: auto;
    background: #ead7c3;
  }

  .pso-admin-chat-panel .pso-chat-message.admin {
    margin-right: auto;
    background: #efe7dc;
  }

  .pso-admin-chat-panel .pso-chat-empty {
    margin: 0;
    color: #7a6b5f;
    font-style: italic;
  }

  .pso-admin-chat-panel .pso-chat-compose {
    display: grid;
    gap: 0.75rem;
  }

  .pso-admin-chat-panel .pso-chat-compose textarea {
    min-height: 132px;
    resize: vertical;
    border: 1px solid rgba(139, 30, 45, 0.16);
    background: rgba(250, 243, 224, 0.94);
    border-radius: 14px;
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
    font-family: 'Source Serif 4', serif;
    color: var(--ink);
    box-sizing: border-box;
  }

  .pso-admin-status-pill {
    margin-top: 0.1rem;
  }

  .pso-admin-status-pill.is-pending {
    border-color: rgba(217,119,6,0.24);
    background: rgba(217,119,6,0.14);
    color: #8a4a06;
  }

  .pso-admin-status-pill.is-approved {
    border-color: rgba(83,127,95,0.28);
    background: rgba(83,127,95,0.1);
    color: var(--success);
  }

  .pso-admin-status-pill.is-rejected {
    border-color: rgba(159,74,70,0.24);
    background: rgba(159,74,70,0.1);
    color: var(--error);
  }

  .pso-admin-status-pill.is-chat-only {
    border-color: rgba(72,106,148,0.24);
    background: rgba(72,106,148,0.1);
    color: #335b87;
  }

  .pso-profile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
  }

  .pso-profile-stat {
    padding: 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(242,166,160,0.2);
    background: rgba(86, 48, 44, 0.8);
  }

  .pso-profile-stat-label {
    display: block;
    margin-bottom: 0.3rem;
    color: rgba(243,235,220,0.64);
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .pso-profile-stat strong {
    display: block;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
  }

  .pso-profile-progress-group {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .pso-profile-progress-label {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(243,235,220,0.72);
  }

  .pso-profile-progress-track {
    position: relative;
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(35,29,27,0.08);
  }

  .pso-profile-progress-track span {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--progress-width, 50%);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--crimson), var(--gold-light));
  }

  .pso-profile-badges {
    border: 1px solid rgba(242,166,160,0.26);
    background: rgba(86, 48, 44, 0.76);
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .pso-profile-badge {
    padding: 0.42rem 0.78rem;
    border: 1px solid rgba(242,166,160,0.26);
    background: rgba(242,166,160,0.14);
    color: var(--white);
  }

  .pso-profile-timeline {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
  }

  .pso-profile-timeline-item {
    position: relative;
    padding: 0.95rem 0.95rem 0.95rem 1.1rem;
    border-left: 2px solid rgba(217,119,6,0.22);
    background: rgba(86, 48, 44, 0.78);
    border-radius: 0 14px 14px 0;
  }

  .pso-profile-timeline-item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 1.05rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold-light);
    box-shadow: 0 0 0 4px rgba(217,119,6,0.12);
  }

  .pso-profile-timeline-item.is-upcoming::before {
    background: var(--crimson);
    box-shadow: 0 0 0 4px rgba(242,166,160,0.18);
  }

  .pso-profile-timeline-date {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 0.35rem;
  }

  .pso-profile-timeline-item strong {
    display: block;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
  }

  .pso-profile-meta-row,
  .pso-profile-favorites,
  .pso-profile-resource-links,
  .pso-profile-settings {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .pso-profile-chip {
    padding: 0.42rem 0.78rem;
    background: rgba(242,166,160,0.12);
    border: 1px solid rgba(242,166,160,0.24);
    color: var(--white);
  }

  .pso-profile-seat-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
  }

  .pso-seat-zone {
    padding: 1rem 0.8rem;
    border-radius: 16px;
    border: 1px solid rgba(242,166,160,0.2);
    background: rgba(86, 48, 44, 0.8);
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .pso-seat-zone span {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(243,235,220,0.66);
  }

  .pso-seat-zone strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
  }

  .pso-seat-zone.is-active {
    border-color: rgba(242,166,160,0.34);
    background: linear-gradient(145deg, rgba(125, 51, 47, 0.88), rgba(105, 58, 53, 0.9));
    transform: translateY(-2px);
  }

  .pso-profile-range-group {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .pso-profile-range-group input[type='range'] {
    width: 100%;
    accent-color: var(--gold);
  }

  .pso-profile-resource-links a,
  .pso-profile-favorites a,
  .pso-profile-panel-links a {
    color: var(--gold-light);
    text-decoration: none;
  }

  .pso-profile-resource-links a:hover,
  .pso-profile-favorites a:hover,
  .pso-profile-panel-links a:hover {
    color: var(--white);
    text-decoration: underline;
  }

  .pso-profile-settings {
    flex-direction: column;
    align-items: stretch;
  }

  .pso-profile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(86, 48, 44, 0.8);
    border: 1px solid rgba(242,166,160,0.2);
  }

  .pso-profile-toggle label {
    color: rgba(243,235,220,0.88);
    font-family: 'Jost', sans-serif;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
  }

  .pso-profile-panel-links {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
  }

  .pso-profile-locked-copy {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px dashed rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.03);
  }

  @media (max-width: 1100px) {
    .pso-profile-summary-grid,
    .pso-profile-experience-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 700px) {
    .pso-profile-member-gate,
    .pso-profile-field-grid,
    .pso-profile-request-grid,
    .pso-admin-request-grid,
    .pso-admin-chat-grid,
    .pso-profile-stats,
    .pso-profile-seat-map,
    .pso-profile-favorite-entry-row {
      grid-template-columns: 1fr;
    }

    .pso-admin-requests-head {
      flex-direction: column;
    }

    .pso-profile-member-gate {
      flex-direction: column;
      align-items: stretch;
    }

    .pso-profile-gate-actions {
      justify-content: stretch;
    }

    .pso-profile-identity-head {
      grid-template-columns: 1fr;
      justify-items: start;
    }
  }