/* PRODUCTIVE PUBLIC-MATCH EMPTY STATE V1 */
#player-results .match-empty-state{
  box-sizing:border-box;
  width:100%;
  padding:28px;
  border:1px solid #d9e3e8;
  border-radius:20px;
  background:linear-gradient(145deg,#fff 0%,#f6fafb 100%);
  box-shadow:0 18px 42px rgba(34,52,70,.07);
  color:#202a39;
  text-align:left;
}
#player-results .match-empty-state__head{max-width:690px;margin:0 auto 22px;text-align:center}
#player-results .match-empty-state__eyebrow{display:block;margin-bottom:7px;color:#07847f;font-size:.62rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
#player-results .match-empty-state__head h3{margin:0;color:#202a39;font-size:1.25rem;line-height:1.2;letter-spacing:-.02em}
#player-results .match-empty-state__head p{margin:8px 0 0;color:#66788d;font-size:.76rem;line-height:1.55}
#player-results .match-empty-state__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:12px}
#player-results .match-empty-action{
  display:flex;
  min-width:0;
  min-height:194px;
  flex-direction:column;
  padding:18px;
  border:1px solid #d9e3e8;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(40,58,76,.045);
}
#player-results .match-empty-action__icon{display:grid;width:38px;height:38px;margin-bottom:15px;place-items:center;border:1px solid #c7e7e4;border-radius:12px;background:#eaf8f7;color:#087f7a}
#player-results .match-empty-action__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
#player-results .match-empty-action strong{color:#202a39;font-size:.81rem;line-height:1.35}
#player-results .match-empty-action p{margin:6px 0 16px;color:#6b7b8e;font-size:.66rem;line-height:1.5}
#player-results .match-empty-action button{
  width:100%;
  min-height:40px;
  margin-top:auto;
  padding:9px 11px;
  border:1px solid #bddbd9;
  border-radius:11px;
  background:#f0f8f7;
  color:#087f7a;
  font:inherit;
  font-size:.66rem;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
}
#player-results .match-empty-action button:hover{border-color:#83c9c5;background:#e1f3f1;transform:translateY(-1px)}
#player-results .match-empty-action button:focus-visible{outline:3px solid rgba(16,170,165,.24);outline-offset:2px}
#player-results .match-empty-action.is-alert-active{border-color:#9edbd6;background:linear-gradient(145deg,#fff 0%,#edf9f7 100%);box-shadow:0 0 0 3px rgba(16,170,165,.08)}
#player-results .match-empty-action.is-alert-active .match-empty-action__icon{background:#087f7a;color:#fff}
#player-results .match-empty-action--primary{border-color:#d7ccf7;background:linear-gradient(145deg,#fff 0%,#f7f3ff 100%)}
#player-results .match-empty-action--primary .match-empty-action__icon{border-color:#ddd2fb;background:#f0ebff;color:#7549e4}
#player-results .match-empty-action--primary button{border-color:#7549e4;background:linear-gradient(115deg,#7549e4,#6337d3);color:#fff;box-shadow:0 9px 20px rgba(117,73,228,.2)}
#player-results .match-empty-action--primary button:hover{border-color:#6337d3;background:linear-gradient(115deg,#6639da,#562cc4)}
#player-results .match-empty-state__privacy{display:flex;align-items:center;justify-content:center;gap:7px;margin:15px 0 0;color:#728298;font-size:.59rem;line-height:1.4;text-align:center}
#player-results .match-empty-state__privacy svg{width:13px;height:13px;flex:0 0 13px;fill:none;stroke:#087f7a;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1180px){
  #player-results .match-empty-state{padding:22px}
  #player-results .match-empty-state__options{grid-template-columns:1fr}
  #player-results .match-empty-action{min-height:0}
}
@media(max-width:520px){
  #player-results .match-empty-state{padding:17px 14px;border-radius:16px}
  #player-results .match-empty-state__head{margin-bottom:16px}
  #player-results .match-empty-state__head h3{font-size:1.08rem}
  #player-results .match-empty-state__options{gap:9px}
  #player-results .match-empty-action{padding:14px;border-radius:14px}
  #player-results .match-empty-action__icon{width:34px;height:34px;margin-bottom:11px}
  #player-results .match-empty-action p{margin-bottom:12px}
}
