.pk-board,
.pk-board *{
  box-sizing:border-box
}

.pk-board{
  width:100%;
  max-width:100%;
  min-width:0;
  color:#17191a
}

/* ===========================
   页头
=========================== */

.pk-board-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px
}

.pk-board-toolbar h2{
  margin:0;
  font-size:24px;
  font-weight:900
}

.pk-board-toolbar p{
  margin:5px 0 0;
  color:#8a929c;
  font-size:13px
}

.pk-score-btn{
  flex:0 0 auto;
  border:0;
  border-radius:13px;
  padding:11px 18px;
  background:#ecce48;
  color:#17191a;
  font-weight:900;
  cursor:pointer
}

/* ===========================
   排行 + 最近加扣分
=========================== */

.pk-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(310px,1fr);
  gap:18px;
  align-items:start;
  width:100%;
  min-width:0
}

.pk-ranking-panel,
.pk-recent-panel,
.pk-chart-card,
.pk-rule-card,
.pk-roster-table-card,
.pk-ledger-panel{
  min-width:0;
  border:1px solid #e1e5e8;
  border-radius:17px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.035)
}

.pk-ranking-panel{
  overflow:hidden
}

/* 必须是正常内容栏，不能悬浮、不能盖左侧导航 */
.pk-recent-panel{
  position:static!important;
  inset:auto!important;
  float:none!important;
  width:auto!important;
  max-width:none!important;
  padding:18px
}

.pk-ranking-hero{
  padding:21px 20px 14px;
  color:#fff;
  background:
    linear-gradient(
      135deg,
      #121415 0%,
      #1b1e1f 55%,
      #2b2f31 100%
    )
}

.pk-ranking-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:15px;
  flex-wrap:wrap
}

.pk-ranking-title h2{
  width:100%;
  margin:2px 0 0;
  font-size:23px
}

.pk-ranking-title>span{
  margin-left:auto;
  color:#ccd1d5;
  font-size:12px
}

.pk-asof{
  color:#ecce48;
  font-size:13px;
  font-weight:900
}

.pk-top-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:end;
  margin-top:18px
}

.pk-top-card{
  position:relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  min-height:184px;
  padding:14px 14px 46px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px 15px 0 0;
  background:rgba(255,255,255,.06);
  color:#fff;
  text-align:left;
  cursor:pointer
}

.pk-top-champion{
  min-height:216px;
  border-color:#ecce48;
  background:
    linear-gradient(
      180deg,
      rgba(236,206,72,.25),
      rgba(255,255,255,.05)
    )
}

.pk-top-third{
  min-height:165px
}

.pk-top-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px
}

.pk-medal{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:rgba(255,255,255,.1)
}

.pk-top-champion .pk-medal{
  background:#ecce48;
  color:#17191a
}

.pk-rank-badge{
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  font-size:12px;
  font-weight:900
}

.pk-top-champion .pk-rank-badge{
  background:#ecce48;
  color:#17191a
}

.pk-top-team{
  margin-top:auto;
  padding-top:16px;
  font-size:17px;
  font-weight:900
}

.pk-top-score{
  margin-top:3px;
  font-size:39px;
  line-height:1;
  font-weight:1000
}

.pk-top-score small{
  margin-left:3px;
  font-size:12px;
  font-weight:500;
  color:#ccd1d5
}

.pk-top-meta{
  margin-top:7px;
  color:#cdd2d5;
  font-size:12px
}

.pk-top-rank{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:grid;
  place-items:center;
  height:38px;
  border-top:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  font-size:17px;
  font-weight:900
}

.pk-top-champion .pk-top-rank{
  border-color:#ecce48;
  background:#ecce48;
  color:#17191a
}

/* ===========================
   通用表格
=========================== */

.pk-table-shell{
  width:100%;
  max-width:100%;
  overflow:auto
}

.pk-ranking-table,
.pk-ledger-table,
.pk-roster-table{
  width:100%;
  border-collapse:collapse
}

.pk-ranking-table{
  table-layout:fixed
}

.pk-ranking-table th,
.pk-ranking-table td,
.pk-ledger-table th,
.pk-ledger-table td,
.pk-roster-table th,
.pk-roster-table td{
  padding:11px 13px;
  border-bottom:1px solid #edf0f2;
  text-align:left;
  vertical-align:middle
}

.pk-ranking-table th,
.pk-ledger-table th,
.pk-roster-table th{
  background:#fafbfc;
  color:#626b74;
  font-size:12px;
  font-weight:700
}

.pk-ranking-table th:first-child{
  width:72px
}

.pk-ranking-table th:nth-child(2){
  width:32%
}

.pk-ranking-table th:not(:nth-child(2)),
.pk-ranking-table td:not(:nth-child(2)){
  text-align:center
}

.pk-rank-row{
  cursor:pointer
}

.pk-rank-row:hover{
  background:#fffdf3
}

.pk-rank-no{
  display:inline-grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:50%;
  background:#f1f3f5;
  font-size:12px;
  font-weight:900
}

.pk-rank-no.top{
  background:#ecce48;
  color:#17191a
}

.pk-team-cell{
  display:flex;
  align-items:center;
  gap:8px;
  text-align:left
}

.pk-team-dot{
  flex:0 0 auto;
  width:8px;
  height:8px;
  border-radius:50%
}

.pk-team-cell b,
.pk-team-cell small{
  display:block
}

.pk-team-cell small{
  margin-top:2px;
  color:#99a1aa;
  font-size:10px
}

.pk-positive{
  color:#078960!important
}

.pk-negative{
  color:#d52233!important
}

.pk-total{
  font-size:17px
}

/* ===========================
   最近加扣分
=========================== */

.pk-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:13px
}

.pk-panel-head h2{
  margin:0;
  font-size:18px
}

.pk-panel-head p{
  margin:4px 0 0;
  color:#818a94;
  font-size:12px
}

.pk-history-icon{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:11px;
  background:#fff4b4;
  color:#6b5600;
  font-size:18px
}

.pk-recent-card{
  display:block;
  width:100%;
  margin:0 0 9px;
  padding:12px;
  border:1px solid #e7eaed;
  border-radius:13px;
  background:#fafbfc;
  text-align:left;
  cursor:pointer
}

.pk-recent-card:hover{
  border-color:#dec23d;
  background:#fffdf3
}

.pk-recent-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px
}

.pk-recent-top b{
  font-size:14px
}

.pk-recent-top span{
  margin-left:6px;
  color:#9aa2ab;
  font-size:10px
}

.pk-recent-top strong{
  padding:4px 7px;
  border-radius:8px;
  font-size:12px
}

.pk-recent-top .plus{
  background:#d7f7eb;
  color:#087e5e
}

.pk-recent-top .minus{
  background:#ffe2e5;
  color:#bd2637
}

.pk-recent-category{
  margin-top:5px;
  font-size:12px;
  font-weight:800
}

.pk-recent-note{
  margin-top:6px;
  color:#7b858f;
  font-size:11px;
  line-height:1.45
}

/* ===========================
   四项指标
=========================== */

.pk-metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:18px
}

.pk-metric-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-width:0;
  padding:16px;
  border:1px solid #e1e5e8;
  border-radius:15px;
  background:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 2px 7px rgba(0,0,0,.03)
}

.pk-metric-card:hover{
  transform:translateY(-1px);
  border-color:#dec23d
}

.pk-metric-card small,
.pk-metric-card strong,
.pk-metric-card span{
  display:block
}

.pk-metric-card small{
  color:#747e88;
  font-size:12px
}

.pk-metric-card strong{
  margin-top:3px;
  font-size:27px
}

.pk-metric-card span{
  margin-top:4px;
  color:#9aa2aa;
  font-size:10px
}

.pk-metric-card i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#fff4b4;
  font-style:normal
}

/* ===========================
   人数图 + 规则
=========================== */

.pk-roster-overview{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);
  gap:18px;
  margin-top:18px
}

.pk-chart-card,
.pk-rule-card{
  padding:18px
}

.pk-block-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px
}

.pk-block-title h2{
  margin:0;
  font-size:18px
}

.pk-block-title p{
  margin:4px 0 0;
  color:#818a94;
  font-size:11px
}

.pk-block-title>span{
  padding:5px 10px;
  border-radius:999px;
  background:#f2f4f6;
  color:#5f6871;
  font-size:11px;
  font-weight:700
}

.pk-bar-chart{
  display:grid;
  grid-template-columns:repeat(10,minmax(0,1fr));
  gap:10px;
  height:240px;
  margin-top:16px;
  padding-top:12px
}

.pk-bar-item{
  display:grid;
  grid-template-rows:18px 1fr 20px;
  align-items:end;
  min-width:0;
  text-align:center
}

.pk-bar-value{
  color:#6b747d;
  font-size:10px
}

.pk-bar-track{
  position:relative;
  height:175px;
  border-bottom:1px solid #e4e7ea
}

.pk-bar{
  position:absolute;
  left:12%;
  right:12%;
  bottom:0;
  min-height:2px;
  border-radius:6px 6px 2px 2px
}

.pk-bar-item>span{
  padding-top:5px;
  color:#69727c;
  font-size:10px
}

.pk-rule-card{
  border-color:#17191a;
  background:#17191a;
  color:#fff
}

.pk-rule-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between
}

.pk-rule-head small{
  color:#ecce48;
  font-weight:900
}

.pk-rule-head h2{
  margin:4px 0 0;
  font-size:20px
}

.pk-rule-head i{
  display:grid;
  place-items:center;
  width:39px;
  height:39px;
  border-radius:11px;
  background:#ecce48;
  color:#17191a;
  font-style:normal
}

.pk-rule-card ol{
  display:grid;
  gap:13px;
  margin:24px 0 0;
  padding:0;
  list-style:none
}

.pk-rule-card li{
  display:flex;
  gap:12px;
  color:#d9dde0;
  font-size:12px;
  line-height:1.7
}

.pk-rule-card li b{
  color:#ecce48;
  font-family:monospace;
  font-size:11px
}

/* ===========================
   10战队卡
=========================== */

.pk-team-count-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:18px
}

.pk-team-count-card{
  min-width:0;
  padding:14px;
  border:1px solid #e0e4e7;
  border-radius:14px;
  background:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 2px 6px rgba(0,0,0,.025)
}

.pk-team-count-card:hover{
  transform:translateY(-1px);
  border-color:#dec23d
}

.pk-team-card-head{
  display:flex;
  justify-content:space-between
}

.pk-team-card-head span{
  color:#91a0b1;
  font-size:10px;
  font-weight:800
}

.pk-team-card-head i{
  width:8px;
  height:8px;
  border-radius:50%
}

.pk-team-count-card h3{
  margin:11px 0 0;
  font-size:14px
}

.pk-team-count-card strong{
  display:block;
  margin-top:5px;
  font-size:23px
}

.pk-team-count-card strong small{
  margin-left:3px;
  color:#99a2ac;
  font-size:11px;
  font-weight:500
}

.pk-team-count-card p{
  margin:5px 0 0;
  color:#71808f;
  font-size:10px
}

/* ===========================
   花名册
=========================== */

.pk-roster-table-card{
  overflow:hidden;
  margin-top:18px
}

.pk-roster-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px;
  border-bottom:1px solid #e4e7ea
}

.pk-tabs{
  display:flex;
  flex:0 0 auto;
  gap:2px;
  padding:3px;
  border-radius:11px;
  background:#f0f2f4
}

.pk-tabs button{
  border:0;
  border-radius:8px;
  padding:7px 12px;
  background:transparent;
  color:#606a74;
  cursor:pointer
}

.pk-tabs button.active{
  background:#fff;
  color:#17191a;
  box-shadow:0 1px 4px rgba(0,0,0,.08)
}

.pk-tabs span{
  margin-left:4px;
  padding:1px 5px;
  border-radius:999px;
  background:#fff;
  font-size:9px
}

.pk-roster-filters{
  display:flex;
  justify-content:flex-end;
  gap:7px;
  min-width:0
}

.pk-roster-filters input,
.pk-roster-filters select,
.pk-export-btn{
  height:36px;
  border:1px solid #dde2e6;
  border-radius:11px;
  background:#fff
}

.pk-roster-filters input{
  width:245px;
  padding:0 12px
}

.pk-roster-filters select{
  max-width:160px;
  padding:0 9px
}

.pk-export-btn{
  padding:0 12px;
  cursor:pointer
}

.pk-roster-count{
  padding:10px 14px;
  border-bottom:1px solid #edf0f2;
  color:#727c86;
  font-size:11px
}

.pk-roster-table{
  min-width:980px
}

.pk-roster-table td{
  max-width:250px;
  font-size:11px
}

.pk-roster-table td small{
  display:block;
  overflow:hidden;
  margin-top:2px;
  color:#929ba5;
  font-size:9px;
  text-overflow:ellipsis;
  white-space:nowrap
}

.pk-normal{
  font-weight:500
}

.pk-code{
  color:#657381;
  font-family:monospace;
  font-size:9px!important
}

.pk-group-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 8px;
  border-radius:999px;
  background:#f1f3f5;
  font-size:9px;
  font-weight:700;
  white-space:nowrap
}

.pk-group-badge span{
  width:6px;
  height:6px;
  border-radius:50%
}

.pk-status-badge{
  display:inline-flex;
  padding:4px 8px;
  border-radius:999px;
  font-size:9px;
  font-weight:700;
  white-space:nowrap
}

.pk-status-badge.retained{
  background:#e5f8ef;
  color:#087c59
}

.pk-status-badge.added{
  background:#fff2d7;
  color:#a86600
}

.pk-status-badge.review{
  background:#ffe5e8;
  color:#bd2637
}

/* ===========================
   积分流水
=========================== */

.pk-ledger-panel{
  margin-top:18px;
  padding:17px
}

.pk-ledger-table{
  min-width:800px
}

.pk-ledger-table th:nth-child(1){
  width:95px
}

.pk-ledger-table th:nth-child(2){
  width:110px
}

.pk-ledger-table th:nth-child(3){
  width:130px
}

.pk-ledger-table th:nth-child(4){
  width:70px
}

.pk-ledger-table th:nth-child(6){
  width:100px
}

.pk-ledger-table th:nth-child(7){
  width:125px
}

.pk-ledger-table td{
  font-size:11px
}

.pk-note-cell{
  white-space:normal
}

/* ===========================
   战队详情
=========================== */

.pk-detail-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px
}

.pk-detail-summary>div{
  padding:12px;
  border-radius:11px;
  background:#f4f6f7;
  text-align:center
}

.pk-detail-summary small,
.pk-detail-summary strong{
  display:block
}

.pk-detail-summary small{
  color:#818b95;
  font-size:10px
}

.pk-detail-summary strong{
  margin-top:4px;
  font-size:21px
}

.pk-detail-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:18px
}

.pk-detail-title-row h3{
  margin:0
}

.pk-detail-title-row p{
  margin:3px 0 0;
  color:#8a939d;
  font-size:11px
}

.pk-detail-filter{
  display:flex;
  gap:3px;
  margin:13px 0;
  padding:3px;
  border-radius:10px;
  background:#f0f2f4
}

.pk-detail-filter button{
  border:0;
  border-radius:8px;
  padding:6px 12px;
  background:transparent;
  cursor:pointer
}

.pk-detail-filter button.active{
  background:#fff;
  font-weight:800;
  box-shadow:0 1px 4px rgba(0,0,0,.08)
}

.pk-view-team-btn{
  width:100%;
  margin-top:12px;
  padding:10px;
  border:1px solid #dde2e6;
  border-radius:11px;
  background:#fff;
  cursor:pointer
}

.pk-loading,
.pk-empty{
  padding:24px;
  color:#89929b;
  text-align:center
}

/* ===========================
   响应式
=========================== */

@media(max-width:1200px){
  .pk-main-grid,
  .pk-roster-overview{
    grid-template-columns:1fr
  }

  .pk-metrics-grid{
    grid-template-columns:repeat(2,1fr)
  }

  .pk-recent-panel{
    position:static!important
  }
}

@media(max-width:900px){
  .pk-team-count-grid{
    grid-template-columns:repeat(3,1fr)
  }

  .pk-roster-toolbar{
    align-items:stretch;
    flex-direction:column
  }

  .pk-roster-filters{
    flex-wrap:wrap;
    justify-content:flex-start
  }
}

@media(max-width:720px){
  .pk-board-toolbar{
    align-items:flex-start;
    flex-direction:column
  }

  .pk-top-cards{
    grid-template-columns:1fr
  }

  .pk-metrics-grid{
    grid-template-columns:1fr
  }

  .pk-team-count-grid{
    grid-template-columns:repeat(2,1fr)
  }

  .pk-bar-chart{
    gap:4px
  }

  .pk-roster-filters input{
    width:100%
  }

  .pk-detail-summary{
    grid-template-columns:repeat(2,1fr)
  }
}

/* =========================================================
   2026-09-14 PK页面布局修复
   只约束PK页面本身，不影响行政系统其他模块
========================================================= */

.pk-board{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
}

.pk-board-toolbar{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

.pk-board-toolbar>div{
  min-width:0;
}

.pk-board-toolbar .pk-score-btn{
  flex:0 0 auto;
  margin-left:auto;
}

.pk-main-grid{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;

  grid-template-columns:minmax(0,1fr) 320px!important;
  gap:16px!important;
}

.pk-main-grid>*{
  min-width:0!important;
  max-width:100%;
}

.pk-ranking-panel{
  width:100%;
  max-width:100%;
  min-width:0;
}

.pk-recent-panel{
  position:static!important;
  inset:auto!important;
  float:none!important;

  width:320px!important;
  min-width:0!important;
  max-width:320px!important;

  align-self:start;
  overflow:hidden;
}

/* 排行榜上半部分适当压缩，避免占据过多首屏高度 */

.pk-ranking-hero{
  padding:17px 16px 11px!important;
}

.pk-ranking-title h2{
  font-size:21px!important;
}

.pk-top-cards{
  gap:9px!important;
  margin-top:13px!important;
}

.pk-top-card{
  min-height:145px!important;
  padding:11px 12px 39px!important;
}

.pk-top-champion{
  min-height:166px!important;
}

.pk-top-third{
  min-height:145px!important;
}

.pk-medal{
  width:29px!important;
  height:29px!important;
}

.pk-top-team{
  padding-top:11px!important;
  font-size:15px!important;
}

.pk-top-score{
  font-size:34px!important;
}

.pk-top-meta{
  margin-top:5px!important;
}

.pk-top-rank{
  height:33px!important;
}

.pk-ranking-table th,
.pk-ranking-table td{
  padding:8px 10px!important;
}

.pk-rank-no{
  width:24px!important;
  height:24px!important;
}

.pk-team-cell small{
  line-height:1.2;
}

/* 右侧最近加扣分同步压缩 */

.pk-recent-panel{
  padding:15px!important;
}

.pk-recent-card{
  padding:10px!important;
  margin-bottom:7px!important;
}

.pk-recent-note{
  line-height:1.35!important;
}

/* 所有后续模块只能占PK内容区宽度 */

.pk-metrics-grid,
.pk-roster-overview,
.pk-team-count-grid,
.pk-roster-table-card,
.pk-ledger-panel{
  width:100%;
  max-width:100%;
  min-width:0;
}

/* 大表格自己滚动，绝不把整个行政页面撑宽 */

.pk-table-shell{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden;
}

/* 小屏幕自动单列 */

@media(max-width:1200px){
  .pk-main-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }

  .pk-recent-panel{
    width:100%!important;
    max-width:100%!important;
  }
}

/* =========================================================
   PK前三名：按真实名次使用金 / 银 / 铜
   并列名次共享相同视觉，不按数组位置强行分级
========================================================= */

/* 第一名：金色，最高最大 */
.pk-top-gold{
  min-height:176px!important;
  border-color:#d4af37!important;
  background:
    linear-gradient(
      180deg,
      rgba(212,175,55,.34),
      rgba(212,175,55,.10)
    )!important;
}

.pk-top-gold .pk-medal{
  background:#f0cf4c!important;
  color:#17191a!important;
}

.pk-top-gold .pk-rank-badge{
  background:#f0cf4c!important;
  color:#17191a!important;
}

.pk-top-gold .pk-top-rank{
  background:#f0cf4c!important;
  border-color:#f0cf4c!important;
  color:#17191a!important;
}

/* 第二名：银色，尺寸次于第一名 */
.pk-top-silver{
  min-height:160px!important;
  border-color:#aeb6c0!important;
  background:
    linear-gradient(
      180deg,
      rgba(190,198,207,.27),
      rgba(190,198,207,.08)
    )!important;
}

.pk-top-silver .pk-medal{
  background:#d7dce2!important;
  color:#333940!important;
}

.pk-top-silver .pk-rank-badge{
  background:#d7dce2!important;
  color:#333940!important;
}

.pk-top-silver .pk-top-rank{
  background:#c6ccd3!important;
  border-color:#c6ccd3!important;
  color:#23272b!important;
}

/* 第三名：铜色，尺寸次于第二名 */
.pk-top-bronze{
  min-height:146px!important;
  border-color:#b8753c!important;
  background:
    linear-gradient(
      180deg,
      rgba(184,116,59,.28),
      rgba(184,116,59,.09)
    )!important;
}

.pk-top-bronze .pk-medal{
  background:#c98950!important;
  color:#fff!important;
}

.pk-top-bronze .pk-rank-badge{
  background:#c98950!important;
  color:#fff!important;
}

.pk-top-bronze .pk-top-rank{
  background:#b8753c!important;
  border-color:#b8753c!important;
  color:#fff!important;
}

/* 下方排行榜名次圆标同步金银铜 */
.pk-rank-no.pk-rank-gold{
  background:#f0cf4c!important;
  color:#17191a!important;
  box-shadow:0 0 0 1px rgba(212,175,55,.26);
}

.pk-rank-no.pk-rank-silver{
  background:#d7dce2!important;
  color:#30363c!important;
  box-shadow:0 0 0 1px rgba(145,153,162,.25);
}

.pk-rank-no.pk-rank-bronze{
  background:#c98950!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(147,86,38,.22);
}

/* PK积分纠错操作 */
.pk-action-cell{
  white-space:nowrap;
}

.pk-score-actions{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

.pk-mini-btn{
  border:1px solid #d9dee5;
  background:#fff;
  color:#374151;
  border-radius:7px;
  padding:5px 9px;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}

.pk-mini-btn:hover{
  border-color:#eccb48;
  background:#fffaf0;
}

.pk-mini-btn.danger{
  color:#b42318;
}

.pk-mini-btn.danger:hover{
  border-color:#f1b5af;
  background:#fff4f2;
}

.pk-score-revoked{
  display:inline-flex;
  align-items:center;
  padding:5px 8px;
  border-radius:7px;
  background:#f2f4f7;
  color:#98a2b3;
  font-size:11px;
  font-weight:700;
}

.pk-correction-form textarea{
  min-height:90px;
  resize:vertical;
}

.pk-audit-list{
  display:grid;
  gap:10px;
}

.pk-audit-card{
  border:1px solid #e4e7ec;
  border-radius:12px;
  padding:13px 14px;
  background:#fff;
}

.pk-audit-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.pk-audit-head span{
  color:#98a2b3;
  font-size:12px;
}

.pk-audit-change{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
}

.pk-audit-change span{
  color:#667085;
  font-size:12px;
}

.pk-audit-change b{
  font-size:15px;
}

.pk-audit-change i{
  color:#98a2b3;
  font-style:normal;
}

.pk-audit-line{
  margin-top:5px;
  font-size:12px;
  line-height:1.5;
}

.pk-audit-line.muted{
  color:#98a2b3;
}


/* PK人员管理 */
.pk-roster-action-cell{
  min-width:190px;
}

.pk-roster-actions{
  display:flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

.pk-roster-audit-person{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:8px;
}

.pk-roster-audit-person span{
  color:#667085;
  font-size:12px;
}

.pk-roster-delete-note{
  display:inline-flex;
  padding:5px 9px;
  margin-bottom:7px;
  border-radius:7px;
  background:#fff4f2;
  color:#b42318;
  font-size:12px;
  font-weight:700;
}

