.pm-header { min-height: 64px; display: grid; grid-template-columns: 46px minmax(0,1fr) 46px; align-items: center; gap: 4px; padding: 4px 0 8px; }
.pm-header__side { display: flex; justify-content: flex-start; }
.pm-header__side--end { justify-content: flex-end; }
.pm-header__copy { min-width: 0; text-align: center; }
.pm-header__copy p { overflow: hidden; text-overflow: ellipsis; color: var(--pm-muted); font-size: 8.5px; font-weight: 800; letter-spacing: 1.15px; white-space: nowrap; }
.pm-header__copy h1 { margin-top: 3px; overflow: hidden; text-overflow: ellipsis; font-size: 17px; font-weight: 740; letter-spacing: -.45px; white-space: nowrap; }
.pm-icon-button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(7,19,39,.07); border-radius: 14px; background: rgba(255,255,255,.7); box-shadow: 0 3px 12px rgba(7,19,39,.05); }
.pm-sport-screen .pm-icon-button { color: white; border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.07); }
.pm-avatar { width: 44px; height: 44px; position: relative; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg,var(--pm-blue),#09296f); color: white; font-size: 13px; font-weight: 800; box-shadow: 0 7px 15px rgba(23,70,176,.24); }
.pm-avatar img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.pm-avatar b { position: absolute; right: -1px; bottom: -1px; width: 10px; height: 10px; border: 2px solid var(--pm-canvas); border-radius: 50%; background: #11ad73; }
.pm-role-pill { min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 5px 10px 5px 6px; border: 1px solid var(--pm-line); border-radius: 15px; background: rgba(255,255,255,.76); box-shadow: 0 3px 10px rgba(7,19,39,.04); }
.pm-role-pill__icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 11px; color: var(--pm-blue); background: var(--pm-blue-soft); }
.pm-role-pill > span:nth-child(2) { display: grid; text-align: left; }
.pm-role-pill small { color: var(--pm-muted); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.pm-role-pill strong { font-size: 11px; }
.pm-section-head { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 11px; }
.pm-section-head h2 { font-size: 17px; letter-spacing: -.35px; }
.pm-section-head button { display: flex; align-items: center; gap: 2px; min-height: 44px; padding: 0 0 0 12px; background: transparent; color: var(--pm-blue); font-size: 11px; font-weight: 700; }
.pm-sport-screen .pm-section-head button { color: #9cbaff; }
.pm-status-pill { width: fit-content; min-height: 23px; display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 999px; font-size: 9px; font-weight: 750; line-height: 1; white-space: nowrap; }
.pm-status-pill--blue { color: var(--pm-blue); background: var(--pm-blue-soft); }
.pm-status-pill--red { color: #d62925; background: var(--pm-red-soft); }
.pm-status-pill--green { color: #087d58; background: #e2f6ef; }
.pm-status-pill--amber { color: #a85e00; background: #fff1d9; }
.pm-status-pill--violet { color: var(--pm-violet); background: #f0ebff; }
.pm-button { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 17px; font-size: 13px; font-weight: 760; transition: transform var(--pm-fast), box-shadow var(--pm-fast), filter var(--pm-fast); }
.pm-button--primary { color: #fff; background: linear-gradient(135deg,var(--pm-blue-2),var(--pm-blue)); box-shadow: 0 12px 24px rgba(23,70,176,.26), inset 0 1px rgba(255,255,255,.22); }
.pm-button--secondary { color: var(--pm-ink); border: 1px solid var(--pm-line); background: rgba(255,255,255,.82); box-shadow: 0 4px 12px rgba(7,19,39,.04); }
.pm-button:active { transform: translateY(2px) scale(.985); box-shadow: 0 4px 10px rgba(23,70,176,.18); }
.pm-list-card { overflow: hidden; border: 1px solid rgba(7,19,39,.055); border-radius: 21px; background: rgba(255,255,255,.86); box-shadow: 0 7px 24px rgba(7,19,39,.045); }
.pm-list-row { width: 100%; min-height: 65px; display: grid; grid-template-columns: 39px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 10px 12px; text-align: left; background: transparent; }
.pm-list-row + .pm-list-row { border-top: 1px solid var(--pm-line); }
.pm-list-row__icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: var(--pm-blue); background: var(--pm-blue-soft); }
.pm-list-row__icon--red { color: #d52e29; background: var(--pm-red-soft); }
.pm-list-row__icon--green { color: var(--pm-green); background: #e2f6ef; }
.pm-list-row__icon--violet { color: var(--pm-violet); background: #f0ebff; }
.pm-list-row__icon--amber { color: var(--pm-amber); background: #fff1d9; }
.pm-list-row__copy { min-width: 0; display: grid; gap: 4px; }
.pm-list-row__copy strong { overflow: hidden; text-overflow: ellipsis; font-size: 12px; white-space: nowrap; }
.pm-list-row__copy small { overflow: hidden; text-overflow: ellipsis; color: var(--pm-muted); font-size: 10px; white-space: nowrap; }
.pm-list-row__trailing { max-width: 90px; color: #8b93a1; font-size: 10px; font-weight: 700; }
.pm-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; margin-top: 12px; border: 1px solid var(--pm-line); border-radius: 18px; background: var(--pm-line); }
.pm-metrics div { display: grid; gap: 2px; padding: 12px 8px; text-align: center; background: rgba(255,255,255,.9); }
.pm-metrics strong { font-size: 16px; letter-spacing: -.5px; }
.pm-metrics small { color: var(--pm-muted); font-size: 8px; text-transform: uppercase; }
.pm-sport-screen .pm-metrics { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.08); }
.pm-sport-screen .pm-metrics div { background: rgba(255,255,255,.05); }
.pm-sport-screen .pm-metrics small { color: #93a1bc; }
.pm-stack-actions { display: grid; gap: 9px; margin-top: 16px; }
.pm-empty { min-height: 420px; display: grid; place-content: center; justify-items: center; gap: 11px; text-align: center; }
.pm-empty > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; color: var(--pm-blue); background: var(--pm-blue-soft); }
.pm-empty h3 { font-size: 20px; }
.pm-empty p { max-width: 270px; color: var(--pm-muted); font-size: 12px; line-height: 1.5; }
.pm-scrim { position: absolute; z-index: 60; inset: 0; background: rgba(2,8,18,.43); backdrop-filter: blur(4px); }
.pm-sheet { position: absolute; z-index: 65; left: 8px; right: 8px; bottom: 8px; max-height: 78%; overflow: auto; padding: 12px 16px calc(20px + var(--safe-bottom)); border: 1px solid rgba(255,255,255,.7); border-radius: 30px 30px 38px 38px; background: rgba(251,251,250,.96); box-shadow: var(--pm-shadow-float); }
.pm-sheet__grabber { width: 64px; height: 32px; position: relative; display: block; margin: -8px auto 1px; padding: 0; background: transparent; }
.pm-sheet__grabber::after { content: ""; position: absolute; left: 11px; right: 11px; top: 13px; height: 5px; border-radius: 10px; background: #d4d6dc; }
.pm-sheet__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pm-sheet__header small { color: var(--pm-blue); font-size: 8px; font-weight: 800; letter-spacing: 1.1px; }
.pm-sheet__header h2 { margin-top: 3px; font-size: 21px; letter-spacing: -.5px; }
.pm-sheet__intro { margin: 9px 0 15px; color: var(--pm-muted); font-size: 11px; line-height: 1.5; }
.pm-sheet__actions { display: grid; gap: 8px; margin-top: 16px; }
.pm-role-list { display: grid; gap: 7px; }
.pm-role-choice { min-height: 57px; display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 8px 11px; border: 1px solid var(--pm-line); border-radius: 17px; text-align: left; background: white; }
.pm-role-choice > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--pm-blue); background: var(--pm-blue-soft); }
.pm-role-choice div { min-width: 0; display: grid; gap: 3px; }
.pm-role-choice strong { font-size: 12px; }
.pm-role-choice small { overflow: hidden; text-overflow: ellipsis; color: var(--pm-muted); font-size: 8px; white-space: nowrap; }
.pm-role-choice.is-active { border-color: rgba(23,70,176,.28); background: #f7f9ff; box-shadow: inset 0 0 0 1px rgba(23,70,176,.1); }
.pm-pay-card { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; margin-top: 17px; padding: 13px; border-radius: 18px; background: #eef3ff; }
.pm-pay-card > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--pm-blue); }
.pm-pay-card > div { display: grid; gap: 3px; }
.pm-pay-card strong { font-size: 12px; }
.pm-pay-card small { color: var(--pm-muted); font-size: 9px; }
.pm-price-lines { display: grid; gap: 10px; margin-top: 15px; }
.pm-price-lines p { display: flex; justify-content: space-between; gap: 16px; color: var(--pm-muted); font-size: 11px; }
.pm-price-lines p strong { color: var(--pm-ink); }
.pm-price-lines__total { margin-top: 3px; padding-top: 12px; border-top: 1px solid var(--pm-line); color: var(--pm-ink) !important; font-size: 14px !important; }
.pm-legal { margin: 11px auto 0; max-width: 280px; color: var(--pm-muted); font-size: 8px; line-height: 1.4; text-align: center; }
.pm-payment-processing { min-height: 270px; display: grid; place-content: center; justify-items: center; gap: 10px; text-align: center; }
.pm-payment-processing small { color: var(--pm-blue); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }
.pm-payment-processing h2 { font-size: 20px; }
.pm-payment-processing p { max-width: 280px; color: var(--pm-muted); font-size: 10px; line-height: 1.5; }
.pm-spinner { width: 48px; height: 48px; margin-bottom: 7px; border: 4px solid #dce5fa; border-top-color: var(--pm-blue); border-radius: 50%; animation: pm-spin .75s linear infinite; }
.pm-recovery-state { display: flex; gap: 11px; align-items: center; padding: 14px; border: 1px solid #f2d7a8; border-radius: 18px; color: var(--pm-amber); background: #fff8e9; }
.pm-recovery-state div { display: grid; gap: 3px; color: var(--pm-ink); }
.pm-recovery-state strong { font-size: 11px; }
.pm-recovery-state small { color: var(--pm-muted); font-size: 9px; }
.pm-link-button, .pm-recovery-link { width: 100%; min-height: 44px; background: transparent; color: var(--pm-blue); font-size: 10px; font-weight: 700; }
.pm-toast { position: absolute; z-index: 90; left: 18px; right: 18px; top: 54px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; color: white; background: rgba(6,17,38,.93); box-shadow: var(--pm-shadow-float); backdrop-filter: blur(18px); font-size: 11px; font-weight: 650; pointer-events: none; }
.pm-toast--success svg { color: #5ee0b2; }
.pm-toast--info svg { color: #9db8ff; }
