
.star-module .ranking{overflow-x:auto;background:#fff}
.star-module .ranking-head{padding:9px 12px;grid-template-columns:none;gap:8px;align-items:center}
.star-module .rank-row{min-height:45px;padding:7px 12px;grid-template-columns:none;gap:8px;align-items:center}
.star-module .rank-person b,.star-module .employee-name-line{display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-size:11px}
.star-module .rank-person>span{color:var(--muted);font-size:8px}
.star-module .week-heading{text-align:right;line-height:1.15}
.star-module .week-heading b{display:block;color:#53555d;font-size:8px}
.star-module .week-heading small{display:block;margin-top:2px;color:#a0a2a8;font-size:7px;text-transform:none;letter-spacing:0}
.star-module .week-value{text-align:right;font-size:12px;font-weight:900;white-space:nowrap}
.star-module .week-value.empty{color:#b7b9bf;font-weight:700}
.star-module .week-winner{display:inline-flex;align-items:center;gap:3px;color:#a66c00}
.star-module .week-winner:after{content:"★";color:var(--gold);font-size:11px;filter:drop-shadow(0 1px 1px rgba(166,108,0,.18))}
.star-module .delta{white-space:nowrap}
.star-module .employee-badges{display:inline-flex;align-items:center;gap:3px;flex-wrap:wrap}
.star-module .employee-balance{display:inline-flex;padding:2px 5px;border:1px solid #f3c9a9;border-radius:999px;background:#fff4ec;color:#a7470b;font-size:7px;font-weight:850;line-height:1.25;white-space:nowrap}
.star-module .employee-balance.bh{border-color:#c9d9f7;background:#eef5ff;color:#2d65aa}
.star-module .winner-person h4,.star-module .most-stars-copy b,.star-module .holder-copy b{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.star-module .holder-copy b{font-size:10px}
.star-module .holder-copy>span{display:block;color:var(--muted);font-size:8px}
.star-module .employee-copy{min-width:0}
.star-module .employee b{font-size:9px}
.star-module .balance-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.star-module .balance-fields label{display:grid;gap:4px;color:var(--muted);font-size:9px}
.star-module .balance-fields .input{min-height:36px;padding:6px 9px}
.star-module .prereq{padding:12px 14px;border:1px solid #bfe8d6;border-radius:12px;background:var(--green-soft);display:flex;align-items:center;gap:12px}
.star-module .dialog-foot{padding:12px 20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fafafa}
@media(max-width:560px){
  .star-module .ranking-head,.star-module .rank-row{grid-template-columns:none;padding-left:9px;padding-right:9px}
  .star-module .star-table{min-width:470px}
  .star-module .balance-fields{grid-template-columns:1fr 1fr}
  .star-module .dialog-foot{align-items:flex-start;flex-direction:column}
}
