/* Ghostman overlay styles (scoped) */
.gm-overlay{
  position:fixed; inset:0; z-index:2147483647;
  background:rgba(0,0,0,.72);
  display:grid; place-items:center;
}
.gm-panel{
  width:min(860px,92%); max-height:82vh; overflow:auto;
  background:#0f1524; color:#e8eef6;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px; box-shadow:0 18px 60px rgba(0,0,0,.6);
}
.gm-header{
  position:sticky; top:0; z-index:1;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 16px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-bottom:1px solid rgba(255,255,255,.06);
}
.gm-title{ font-weight:800; letter-spacing:-.2px; }
.gm-close{
  appearance:none; border:0; width:32px; height:32px; border-radius:10px;
  background:#121a2e; color:#e8eef6; font-size:20px; line-height:1;
  display:grid; place-items:center; cursor:pointer;
}
.gm-close:hover{ filter:brightness(1.06); }
.gm-body{ padding:14px; display:flex; flex-direction:column; gap:18px; }

.gm-sect{ display:flex; flex-direction:column; gap:10px; }
.gm-sect-title{ font-weight:800; font-size:14px; }
.gm-sect-title .gm-swid{
  font-weight:700; margin-left:8px; font-size:12px; color:#98a3b3;
  border:1px solid rgba(255,255,255,.12); padding:2px 6px; border-radius:999px;
  background:rgba(255,255,255,.03);
}
.gm-note{ font-size:12px; color:#98a3b3; }

.gm-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(240px,1fr));
  gap:12px;
}

/* ESPN team card */
.gm-team-card{
  display:flex; align-items:center; gap:12px;
  padding:10px; border-radius:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08);
}
.gm-team-card img{
  width:42px; height:42px; border-radius:10px; object-fit:cover; flex:0 0 auto;
  background:#0b0f1a; border:1px solid rgba(255,255,255,.10);
}
.gm-meta{ display:flex; flex-direction:column; min-width:0; flex:1; }
.gm-name{ font-weight:800; font-size:14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.gm-league{ font-size:12px; color:#98a3b3; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.gm-use{
  appearance:none; border:0; border-radius:10px; cursor:pointer;
  padding:8px 10px; font-weight:800; background:#77e0ff; color:#06121a; white-space:nowrap;
}

/* Ghost profile pill */
.gm-ghost-card{
  display:flex; align-items:center; gap:10px;
  padding:10px; border-radius:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08);
}
.gm-ghost-dot{ width:12px; height:12px; border-radius:999px; box-shadow:0 0 0 2px rgba(255,255,255,.08); }
.gm-remove{
  margin-left:auto; appearance:none; border:0; border-radius:10px; cursor:pointer;
  padding:8px 10px; background:#2a3347; color:#e8eef6; font-weight:800;
}
.gm-remove:hover{ filter:brightness(1.06); }
/* ghostman — logos + team card */
.gm-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  max-height:54vh;
  overflow:auto;
}
.gm-item{display:flex;flex-direction:column;gap:8px}
.gm-card{
  display:flex;gap:10px;align-items:center;padding:10px;border-radius:12px;cursor:pointer;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  text-align:left;
}
.gm-card:hover{border-color:rgba(255,255,255,.22)}
.gm-card.active{box-shadow:0 0 0 2px rgba(97,208,149,.35) inset}
.gm-logo{
  width:44px;height:44px;border-radius:10px;flex:0 0 44px;
  background:#172033 center/cover no-repeat;color:#98a3b3;font-weight:900;display:grid;place-items:center;
}
.gm-meta{min-width:0}
.gm-name{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gm-sub{font-size:12px;color:#98a3b3}
.gm-actions{display:flex;gap:8px}
.gm-btn{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#e8eef6;cursor:pointer}
.gm-btn.primary{border:0;background:#61d095;color:#06121a;font-weight:800}
.gm-btn.danger{color:#ff8b8b}
.gm-x{border:0;background:transparent;color:#98a3b3;font-size:20px;line-height:1;padding:6px 8px;border-radius:10px;cursor:pointer}
.gm-foot{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-top:12px}
.gm-dont{display:flex;align-items:center;gap:8px;font-size:12px;color:#98a3b3}
.gm-empty-box{grid-column:1/-1;padding:18px;border:1px dashed rgba(255,255,255,.18);border-radius:12px;color:#98a3b3;text-align:center}

/* team card */
.gm-box{padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
.gm-title{font-weight:800;margin-bottom:8px}
.gm-list{display:flex;flex-direction:column;gap:6px}
.gm-row{display:grid;grid-template-columns:64px 1fr 56px;gap:8px;align-items:center}
.gm-row .gm-pos{font-weight:800;color:#98a3b3}
.gm-row .gm-player{font-weight:600}
.gm-row .gm-nfl{font-size:12px;color:#98a3b3;text-align:right}
.gm-logo-sm{
  width:24px;height:24px;border-radius:6px;background:#172033 center/cover no-repeat;
  display:grid;place-items:center;color:#98a3b3;font-size:11px;font-weight:900
}
.gm-team{font-weight:600}
.gm-record{font-size:12px;color:#98a3b3;text-align:right}
.gm-empty{color:#98a3b3;font-size:12px}
.gm-link{font-weight:800;text-decoration:none}
