.pfm-calls{
  --pfm-calls-red:#9f1d17;
  --pfm-calls-red-dark:#7f1712;
  --pfm-calls-ink:#172033;
  --pfm-calls-muted:#667085;
  --pfm-calls-line:#e5e7eb;
  --pfm-calls-soft:#f7f8fa;
  position:relative;
  margin:22px 0;
  padding:0;
  border:1px solid var(--pfm-calls-line);
  border-radius:16px;
  background:#fff;
  color:var(--pfm-calls-ink);
  box-shadow:none;
  overflow:hidden;
  box-sizing:border-box;
  font-family:Roboto,"Helvetica Neue",Arial,sans-serif!important;
}
.pfm-calls,.pfm-calls *{box-sizing:border-box;font-family:Roboto,"Helvetica Neue",Arial,sans-serif!important}
.pfm-calls .screen-reader-text{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}
.pfm-calls[hidden],.pfm-calls [hidden]{display:none!important}

.pfm-calls__header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:18px 20px 0!important;
  background:#fff!important;
}
.pfm-calls__kicker{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:var(--pfm-calls-red)!important;
  -webkit-text-fill-color:var(--pfm-calls-red)!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}
.pfm-calls__lock{
  display:block!important;
  margin:0!important;
  color:var(--pfm-calls-muted)!important;
  -webkit-text-fill-color:var(--pfm-calls-muted)!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.pfm-calls__body{padding:13px 20px 20px!important;background:#fff!important}
.pfm-calls__question{
  max-width:800px!important;
  margin:0 0 16px!important;
  color:var(--pfm-calls-ink)!important;
  -webkit-text-fill-color:var(--pfm-calls-ink)!important;
  font-size:clamp(20px,2vw,24px)!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:-.018em!important;
  text-transform:none!important;
}

.pfm-calls__form{margin:0!important}
.pfm-calls__choices{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.pfm-calls__choice{position:relative!important;display:block!important;min-width:0!important;margin:0!important;cursor:pointer!important}
.pfm-calls__choice input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.pfm-calls__choice-frame{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:56px!important;
  padding:12px 14px!important;
  border:1px solid var(--pfm-calls-line)!important;
  border-radius:11px!important;
  background:var(--pfm-calls-soft)!important;
  color:var(--pfm-calls-ink)!important;
  box-shadow:none!important;
  transition:border-color .14s ease,background-color .14s ease!important;
}
.pfm-calls__choice-frame.has-team-logo{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;justify-content:start!important;padding:9px 12px!important}
.pfm-calls__choice-logo{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important}
.pfm-calls__choice-logo img{display:block!important;width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;margin:0!important}
.pfm-calls__choice-copy{display:flex!important;min-width:0!important;flex-direction:column!important;gap:2px!important}
.pfm-calls__choice-copy strong{display:block!important;color:var(--pfm-calls-ink)!important;-webkit-text-fill-color:var(--pfm-calls-ink)!important;font-size:14px!important;line-height:1.25!important;font-weight:850!important;overflow-wrap:anywhere!important}
.pfm-calls__choice-copy small{display:block!important;color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:9px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.07em!important;text-transform:uppercase!important}
.pfm-calls__choice-mark{display:none!important}
.pfm-calls__choice:hover .pfm-calls__choice-frame{border-color:#c8ced8!important;background:#fff!important}
.pfm-calls__choice input:checked+.pfm-calls__choice-frame{border:2px solid var(--pfm-calls-red)!important;background:#fff!important;box-shadow:none!important}
.pfm-calls__choice input:focus-visible+.pfm-calls__choice-frame,.pfm-calls__submit:focus-visible,.pfm-calls__record-toggle:focus-visible{outline:3px solid #d6a313!important;outline-offset:3px!important}

.pfm-calls__actions{display:flex!important;align-items:center!important;gap:13px!important;margin-top:14px!important}
.pfm-calls__submit{
  appearance:none!important;
  min-height:44px!important;
  padding:10px 18px!important;
  border:1px solid var(--pfm-calls-red)!important;
  border-radius:9px!important;
  background:var(--pfm-calls-red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  cursor:pointer!important;
  box-shadow:none!important;
  text-transform:none!important;
}
.pfm-calls__submit:hover{border-color:var(--pfm-calls-red-dark)!important;background:var(--pfm-calls-red-dark)!important}
.pfm-calls__submit:disabled{opacity:.62!important;cursor:wait!important}
.pfm-calls__change-note{color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:11px!important;line-height:1.4!important;font-weight:600!important}
.pfm-calls__form-error{margin:11px 0 0!important;color:#991b1b!important;font-size:12px!important;font-weight:800!important}
.pfm-calls__closed-note{margin:0!important;padding:12px 0!important;border:0!important;border-top:1px solid var(--pfm-calls-line)!important;border-radius:0!important;background:#fff!important;color:#475467!important;font-size:13px!important;line-height:1.45!important}

.pfm-calls__receipt{display:grid!important;gap:0!important}
.pfm-calls__receipt-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"label state" "pick state"!important;
  gap:3px 14px!important;
  padding:3px 0 15px!important;
  border:0!important;
  background:#fff!important;
}
.pfm-calls__receipt-label{grid-area:label!important;color:var(--pfm-calls-red)!important;-webkit-text-fill-color:var(--pfm-calls-red)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.pfm-calls__receipt-pick{grid-area:pick!important;color:var(--pfm-calls-ink)!important;-webkit-text-fill-color:var(--pfm-calls-ink)!important;font-size:22px!important;line-height:1.15!important;font-weight:850!important}
.pfm-calls__receipt-state{grid-area:state!important;align-self:center!important;justify-self:end!important;color:#475467!important;-webkit-text-fill-color:#475467!important;font-size:11px!important;font-weight:700!important;white-space:nowrap!important}
.pfm-calls__receipt-state.is-correct{color:#067647!important;-webkit-text-fill-color:#067647!important}.pfm-calls__receipt-state.is-incorrect{color:#9f1239!important;-webkit-text-fill-color:#9f1239!important}.pfm-calls__receipt-state.is-void,.pfm-calls__receipt-state.is-push{color:#475467!important;-webkit-text-fill-color:#475467!important}
.pfm-calls__comparison{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;margin:0!important;border:0!important;border-top:1px solid var(--pfm-calls-line)!important;background:#fff!important}
.pfm-calls__comparison>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:12px 0!important;background:#fff!important;border-right:0!important}
.pfm-calls__comparison>div+div{border-top:1px solid var(--pfm-calls-line)!important}
.pfm-calls__comparison span{display:block!important;margin:0!important;color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}
.pfm-calls__comparison strong{display:block!important;color:var(--pfm-calls-ink)!important;-webkit-text-fill-color:var(--pfm-calls-ink)!important;font-size:15px!important;font-weight:850!important;text-align:right!important}
.pfm-calls__community{padding:14px 0 0!important;border-top:1px solid var(--pfm-calls-line)!important}
.pfm-calls__community-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:10px!important}.pfm-calls__community-head>span{color:var(--pfm-calls-ink)!important;font-size:13px!important;font-weight:850!important}.pfm-calls__community-head small{color:var(--pfm-calls-muted)!important;font-size:10px!important;font-weight:700!important}
.pfm-calls__community-bars{display:grid!important;gap:8px!important}.pfm-calls__community-row>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:3px!important;color:#475467!important;font-size:11px!important;font-weight:700!important}.pfm-calls__community-row strong{color:var(--pfm-calls-ink)!important}.pfm-calls__bar{display:block!important;height:4px!important;background:#eceff3!important;overflow:hidden!important}.pfm-calls__bar i{display:block!important;height:100%!important;background:var(--pfm-calls-red)!important}
.pfm-calls__threshold{margin:0!important;padding:12px 0 0!important;border:0!important;background:#fff!important;color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:11px!important;line-height:1.45!important;font-weight:600!important}
.pfm-calls__record-toggle{justify-self:start!important;margin-top:12px!important;padding:10px 0 0!important;border:0!important;border-top:1px solid var(--pfm-calls-line)!important;background:transparent!important;color:var(--pfm-calls-red)!important;-webkit-text-fill-color:var(--pfm-calls-red)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;cursor:pointer!important;text-transform:none!important}
.pfm-calls__record-toggle:hover{text-decoration:underline!important;text-underline-offset:3px!important}
.pfm-calls__record{margin-top:8px!important;padding:12px 0 0!important;border:0!important;border-top:1px solid var(--pfm-calls-line)!important;background:#fff!important}
.pfm-calls__record-score{display:flex!important;align-items:baseline!important;gap:9px!important;margin-bottom:8px!important}.pfm-calls__record-score strong{font-size:20px!important;font-weight:850!important}.pfm-calls__record-score span{color:var(--pfm-calls-muted)!important;font-size:11px!important;font-weight:700!important}.pfm-calls__record-list{display:grid!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}.pfm-calls__record-list li{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;padding:8px 0!important;border-top:1px solid var(--pfm-calls-line)!important;font-size:11px!important;line-height:1.4!important}.pfm-calls__record-list b{white-space:nowrap!important}.pfm-calls__record-empty{margin:0!important;color:var(--pfm-calls-muted)!important;font-size:11px!important}

.pfm-calls.is-just-voted .pfm-calls__receipt-hero{animation:pfm-call-lock .2s ease-out both!important}@keyframes pfm-call-lock{0%{opacity:.55;transform:translateY(2px)}100%{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.pfm-calls *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Matchup Calls use the same PFM shell, with the teams carrying the visual weight. */
.pfm-calls--matchup{margin:20px 0!important;border-radius:16px!important}
.pfm-calls--matchup .pfm-calls__header{padding:17px 20px 0!important;border:0!important}
.pfm-calls--matchup .pfm-calls__body{padding:11px 20px 20px!important}
.pfm-calls__matchup-board{margin:0 0 14px!important;padding:0 0 14px!important;border:0!important;border-bottom:1px solid var(--pfm-calls-line)!important;background:#fff!important;color:var(--pfm-calls-ink)!important}
.pfm-calls__matchup-week{display:block!important;margin:0 0 10px!important;color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:9px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.pfm-calls__matchup-teams{display:grid!important;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr)!important;align-items:center!important;gap:8px!important}
.pfm-calls__matchup-team{display:grid!important;grid-template-columns:52px auto!important;align-items:center!important;justify-content:end!important;gap:9px!important;min-width:0!important}.pfm-calls__matchup-team--home{justify-content:start!important}
.pfm-calls__matchup-logo{display:flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;min-width:52px!important}.pfm-calls__matchup-logo img{display:block!important;width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;margin:0!important;object-fit:contain!important}
.pfm-calls__matchup-team small{display:block!important;margin:0 0 2px!important;color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:8px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.pfm-calls__matchup-team strong{display:block!important;min-width:0!important;margin:0!important;color:var(--pfm-calls-ink)!important;-webkit-text-fill-color:var(--pfm-calls-ink)!important;font-size:18px!important;line-height:1!important;font-weight:900!important;letter-spacing:.01em!important;overflow-wrap:anywhere!important}
.pfm-calls__matchup-at{display:block!important;color:#98a2b3!important;-webkit-text-fill-color:#98a2b3!important;font-size:9px!important;line-height:1!important;font-weight:850!important;letter-spacing:.06em!important;text-align:center!important}
.pfm-calls__matchup-prompt{margin:10px 0 0!important;color:#344054!important;-webkit-text-fill-color:#344054!important;font-size:12px!important;line-height:1.35!important;font-weight:750!important}
.pfm-calls--matchup .pfm-calls__choices{grid-template-columns:1fr!important;gap:8px!important}
.pfm-calls--matchup .pfm-calls__choice-frame.has-team-logo{min-height:62px!important;padding:8px 12px!important;border-radius:10px!important;background:var(--pfm-calls-soft)!important}
.pfm-calls--matchup .pfm-calls__choice-logo{width:44px!important;height:44px!important;min-width:44px!important}.pfm-calls--matchup .pfm-calls__choice-logo img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important}.pfm-calls--matchup .pfm-calls__choice-copy strong{font-size:14px!important;line-height:1.2!important}
.pfm-calls--matchup .pfm-calls__actions{margin-top:12px!important}

@media(max-width:760px){
  .pfm-calls{margin:18px 0!important;border-radius:14px!important}
  .pfm-calls__header{padding:16px 17px 0!important}
  .pfm-calls__body{padding:12px 17px 17px!important}
  .pfm-calls__question{font-size:21px!important}
  .pfm-calls__actions{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}
  .pfm-calls__submit{width:100%!important}
  .pfm-calls__receipt-hero{grid-template-columns:1fr!important;grid-template-areas:"label" "pick" "state"!important}
  .pfm-calls__receipt-state{justify-self:start!important;margin-top:3px!important}
  .pfm-calls--matchup{margin:16px 0!important}
  .pfm-calls--matchup .pfm-calls__header{padding:15px 17px 0!important}
  .pfm-calls--matchup .pfm-calls__body{padding:10px 17px 17px!important}
}
@media(max-width:430px){
  .pfm-calls__header{align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
  .pfm-calls__lock{white-space:normal!important}
  .pfm-calls__choices{grid-template-columns:1fr!important}
  .pfm-calls__choice-frame{min-height:52px!important}
  .pfm-calls__comparison{grid-template-columns:1fr!important}
  .pfm-calls__receipt-pick{font-size:21px!important}
  .pfm-calls__matchup-teams{grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr)!important;gap:5px!important}
  .pfm-calls__matchup-team{grid-template-columns:40px auto!important;gap:6px!important}
  .pfm-calls__matchup-logo{width:40px!important;height:40px!important;min-width:40px!important}.pfm-calls__matchup-logo img{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}.pfm-calls__matchup-team strong{font-size:16px!important}.pfm-calls__matchup-prompt{font-size:11px!important}
}
@media(max-width:340px){
  .pfm-calls__header{padding:14px 14px 0!important}
  .pfm-calls__body{padding:11px 14px 15px!important}
  .pfm-calls__question{font-size:20px!important}
  .pfm-calls__choice-frame.has-team-logo{grid-template-columns:38px minmax(0,1fr)!important;padding-left:9px!important}
  .pfm-calls__choice-logo{width:38px!important;height:38px!important;min-width:38px!important}.pfm-calls__choice-logo img{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important}
  .pfm-calls__matchup-team{grid-template-columns:34px auto!important;gap:5px!important}.pfm-calls__matchup-logo{width:34px!important;height:34px!important;min-width:34px!important}.pfm-calls__matchup-logo img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important}.pfm-calls__matchup-team strong{font-size:15px!important}
}

/* v1.0.5: saved matchups stay in the exact same pick-card language as the pre-pick state. */
.pfm-calls--matchup .pfm-calls__official-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-top:14px!important;padding:11px 0 0!important;border-top:1px solid var(--pfm-calls-line)!important;background:#fff!important}
.pfm-calls--matchup .pfm-calls__official-row span{display:block!important;margin:0!important;color:var(--pfm-calls-muted)!important;-webkit-text-fill-color:var(--pfm-calls-muted)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}
.pfm-calls--matchup .pfm-calls__official-row strong{display:block!important;min-width:0!important;color:var(--pfm-calls-ink)!important;-webkit-text-fill-color:var(--pfm-calls-ink)!important;font-size:13px!important;font-weight:850!important;text-align:right!important;overflow-wrap:anywhere!important}
.pfm-calls--matchup .pfm-calls__pre:not([hidden])+.pfm-calls__receipt:not([hidden]){margin-top:0!important}
.pfm-calls--matchup .pfm-calls__change-note{font-size:11px!important;font-weight:700!important}
@media(max-width:430px){.pfm-calls--matchup .pfm-calls__official-row{align-items:flex-start!important}.pfm-calls--matchup .pfm-calls__official-row strong{max-width:65%!important}}

/* v1.0.8 — keep Team DNA → PFM Call → Road Ahead, but let hierarchy and
   the football decision carry the emphasis. No decorative rails, tinted header
   bands, gradients, or app-style confirmation treatments. */
.pfm-calls--matchup{
  --pfm-calls-ink:var(--pfm-dashboard-ink,#101724);
  --pfm-calls-muted:var(--pfm-dashboard-muted,#697586);
  --pfm-calls-line:var(--pfm-dashboard-border,#dfe5ec);
  --pfm-calls-soft:var(--pfm-dashboard-soft,#f6f8fb);
  margin:20px 0!important;
  border:1px solid var(--pfm-calls-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.pfm-calls--matchup .pfm-calls__header{
  padding:16px 20px 8px!important;
  border:0!important;
  background:#fff!important;
}
.pfm-calls--matchup .pfm-calls__kicker{
  font-size:13px!important;
  letter-spacing:.075em!important;
}
.pfm-calls--matchup .pfm-calls__lock{
  font-size:11px!important;
}
.pfm-calls--matchup .pfm-calls__body{
  padding:7px 20px 18px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-board,
.pfm-calls--matchup .pfm-calls__form,
.pfm-calls--matchup .pfm-calls__receipt{
  width:100%!important;
  max-width:1040px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.pfm-calls--matchup .pfm-calls__matchup-board{
  margin-top:0!important;
  margin-bottom:12px!important;
  padding:0 0 12px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-week{
  margin-bottom:8px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-teams{
  max-width:430px!important;
  margin-inline:auto!important;
}
.pfm-calls--matchup .pfm-calls__matchup-logo{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-logo img{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-team{
  grid-template-columns:48px auto!important;
  gap:7px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-team strong{
  font-size:18px!important;
}
.pfm-calls--matchup .pfm-calls__matchup-prompt{
  margin-top:9px!important;
  font-size:12px!important;
  font-weight:800!important;
}
.pfm-calls--matchup .pfm-calls__choices{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
}
.pfm-calls--matchup .pfm-calls__choice-frame.has-team-logo{
  min-height:58px!important;
  padding:7px 11px!important;
  border:1px solid var(--pfm-calls-line)!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.pfm-calls--matchup .pfm-calls__choice:hover .pfm-calls__choice-frame{
  border-color:#c8ced8!important;
  background:var(--pfm-calls-soft)!important;
}
.pfm-calls--matchup .pfm-calls__choice input:checked+.pfm-calls__choice-frame{
  border:2px solid var(--pfm-calls-red)!important;
  background:#fff!important;
  box-shadow:none!important;
}
.pfm-calls--matchup .pfm-calls__choice-logo{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
}
.pfm-calls--matchup .pfm-calls__choice-logo img{
  width:36px!important;
  height:36px!important;
  max-width:36px!important;
  max-height:36px!important;
}
.pfm-calls--matchup .pfm-calls__choice-copy strong{
  font-size:13px!important;
  font-weight:900!important;
}
.pfm-calls--matchup .pfm-calls__actions{
  display:flex!important;
  align-items:center!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  gap:9px 12px!important;
  margin-top:12px!important;
}
.pfm-calls--matchup .pfm-calls__submit{
  width:auto!important;
  min-height:44px!important;
  padding:10px 18px!important;
  border:1px solid var(--pfm-calls-red)!important;
  border-radius:9px!important;
  background:var(--pfm-calls-red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:13px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
.pfm-calls--matchup .pfm-calls__submit:hover{
  border-color:var(--pfm-calls-red-dark)!important;
  background:var(--pfm-calls-red-dark)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.pfm-calls--matchup .pfm-calls__submit:disabled{
  background:var(--pfm-calls-red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.pfm-calls--matchup .pfm-calls__change-note{
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.pfm-calls--matchup .pfm-calls__official-row{
  margin-top:12px!important;
  padding-top:10px!important;
}

@media(max-width:620px){
  .pfm-calls--matchup{
    margin:20px 0!important;
    border-radius:14px!important;
  }
  .pfm-calls--matchup .pfm-calls__header{
    padding:15px 15px 7px!important;
  }
  .pfm-calls--matchup .pfm-calls__body{
    padding:7px 15px 15px!important;
  }
  .pfm-calls--matchup .pfm-calls__choices{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .pfm-calls--matchup .pfm-calls__choice-frame.has-team-logo{
    min-height:54px!important;
  }
  .pfm-calls--matchup .pfm-calls__actions{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:6px!important;
  }
  .pfm-calls--matchup .pfm-calls__submit{
    width:100%!important;
  }
}
@media(max-width:360px){
  .pfm-calls--matchup .pfm-calls__matchup-teams{
    grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr)!important;
  }
  .pfm-calls--matchup .pfm-calls__matchup-team{
    grid-template-columns:34px auto!important;
    gap:5px!important;
  }
  .pfm-calls--matchup .pfm-calls__matchup-logo{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }
  .pfm-calls--matchup .pfm-calls__matchup-logo img{
    width:32px!important;
    height:32px!important;
    max-width:32px!important;
    max-height:32px!important;
  }
  .pfm-calls--matchup .pfm-calls__matchup-team strong{
    font-size:15px!important;
  }
}


/* v1.0.9 — restore Call History and add post-pick team share/record context without changing the PFM visual system. */
.pfm-calls--matchup .pfm-calls__matchup-record{
  display:block!important;
  margin-top:3px!important;
  color:var(--pfm-calls-muted)!important;
  -webkit-text-fill-color:var(--pfm-calls-muted)!important;
  font-size:11px!important;
  line-height:1.15!important;
  font-weight:750!important;
  letter-spacing:.01em!important;
}
.pfm-calls--matchup .pfm-calls__choice-share{
  display:block!important;
  margin-top:2px!important;
  color:var(--pfm-calls-muted)!important;
  -webkit-text-fill-color:var(--pfm-calls-muted)!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:750!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.pfm-calls--matchup .pfm-calls__record-toggle{
  width:auto!important;
  min-height:38px!important;
  margin-top:10px!important;
  padding:9px 0 0!important;
  border:0!important;
  border-top:1px solid var(--pfm-calls-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--pfm-calls-red)!important;
  -webkit-text-fill-color:var(--pfm-calls-red)!important;
  font-size:11px!important;
  font-weight:800!important;
}
.pfm-calls--matchup .pfm-calls__record{
  margin-top:0!important;
  padding-top:10px!important;
  border-top:0!important;
}
@media(max-width:360px){
  .pfm-calls--matchup .pfm-calls__matchup-record,
  .pfm-calls--matchup .pfm-calls__choice-share{font-size:10px!important}
}

/* v1.0.21: connect anonymous Calls to My PFM after the pick is saved. */
.pfm-calls__mypfm{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:12px 0 0!important;
  padding:14px 15px!important;
  border:1px solid var(--pfm-calls-line)!important;
  border-radius:12px!important;
  background:#f8fafc!important;
  color:var(--pfm-calls-ink)!important;
}
.pfm-calls__mypfm-copy{min-width:0!important}
.pfm-calls__mypfm-label{
  display:block!important;
  margin:0 0 3px!important;
  color:var(--pfm-calls-red)!important;
  -webkit-text-fill-color:var(--pfm-calls-red)!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pfm-calls__mypfm strong{
  display:block!important;
  margin:0!important;
  color:var(--pfm-calls-ink)!important;
  -webkit-text-fill-color:var(--pfm-calls-ink)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
.pfm-calls__mypfm p{
  margin:4px 0 0!important;
  color:var(--pfm-calls-muted)!important;
  -webkit-text-fill-color:var(--pfm-calls-muted)!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:600!important;
}
.pfm-calls__mypfm-action{
  display:flex!important;
  align-items:flex-end!important;
  flex-direction:column!important;
  gap:5px!important;
  flex:0 0 auto!important;
}
.pfm-calls__mypfm-action a,
.pfm-calls__mypfm--saved a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:9px 14px!important;
  border:1px solid var(--pfm-calls-red)!important;
  border-radius:9px!important;
  background:var(--pfm-calls-red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:850!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.pfm-calls__mypfm-action a:hover,
.pfm-calls__mypfm-action a:focus-visible,
.pfm-calls__mypfm--saved a:hover,
.pfm-calls__mypfm--saved a:focus-visible{
  border-color:var(--pfm-calls-red-dark)!important;
  background:var(--pfm-calls-red-dark)!important;
  outline:3px solid #d6a313!important;
  outline-offset:2px!important;
}
.pfm-calls__mypfm-action small{
  display:block!important;
  color:var(--pfm-calls-muted)!important;
  -webkit-text-fill-color:var(--pfm-calls-muted)!important;
  font-size:9px!important;
  line-height:1.25!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.pfm-calls__mypfm--saved{
  justify-content:flex-start!important;
  gap:12px!important;
  padding:11px 13px!important;
  background:#fff!important;
}
.pfm-calls__mypfm--saved .pfm-calls__mypfm-label{margin:0!important}
.pfm-calls__mypfm--saved strong{font-size:12px!important}
.pfm-calls__mypfm--saved a{
  min-height:34px!important;
  margin-left:auto!important;
  padding:7px 11px!important;
  background:#fff!important;
  color:var(--pfm-calls-red)!important;
  -webkit-text-fill-color:var(--pfm-calls-red)!important;
}
.pfm-calls__mypfm--saved a:hover,
.pfm-calls__mypfm--saved a:focus-visible{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
@media(max-width:620px){
  .pfm-calls__mypfm{align-items:stretch!important;flex-direction:column!important;gap:11px!important;padding:13px!important}
  .pfm-calls__mypfm-action{align-items:stretch!important;width:100%!important}
  .pfm-calls__mypfm-action a{width:100%!important;text-align:center!important}
  .pfm-calls__mypfm-action small{text-align:center!important;white-space:normal!important}
  .pfm-calls__mypfm--saved{align-items:center!important;flex-direction:row!important;gap:8px!important}
  .pfm-calls__mypfm--saved a{width:auto!important}
}
@media(max-width:360px){
  .pfm-calls__mypfm--saved{align-items:flex-start!important;flex-direction:column!important}
  .pfm-calls__mypfm--saved a{width:100%!important;margin-left:0!important}
}
