/* v95 Player-Facing Display Polish */
.player-safe-badge{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  color:#b8ffcb!important;
}
.turn-type-badge{
  display:inline-flex;
  align-items:center;
  margin-left:.45rem;
  padding:.22rem .55rem;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.04em;
  vertical-align:middle;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}
.turn-type-badge.player{
  color:#dbe6ff;
  background:rgba(111,150,255,.18);
  border-color:rgba(111,150,255,.38);
}
.turn-type-badge.npc{
  color:#ffe0a8;
  background:rgba(241,177,64,.16);
  border-color:rgba(241,177,64,.35);
}
.tv42-focused-actions{
  padding:14px!important;
}
.tv42-focus-head{
  align-items:flex-start;
}
.tv42-focused-actions h2{
  margin:.1rem 0 .35rem!important;
}
.tv42-slot-pill-row{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:4px;
}
.tv42-slot-pill-row span{
  padding:4px 8px;
  border-radius:999px;
  background:rgba(241,177,64,.15);
  border:1px solid rgba(241,177,64,.28);
  color:#ffe0a8;
  font-weight:800;
  font-size:.85rem;
}
.tv42-action-list{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}
.tv42-action-list article{
  min-height:auto;
}
.tv42-spell-list{
  padding:8px 10px;
  border-radius:14px;
  background:rgba(0,0,0,.16);
}
.tv42-spell-list p{
  margin:.25rem 0!important;
  line-height:1.25;
}
.tv42-subhead{
  margin:.55rem 0 .25rem!important;
}
.tv42-combat .combat-party .tv42-party-grid{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:8px;
}
.tv42-combat .combat-party .tv42-party-card{
  padding:9px 10px;
  min-height:auto;
}
.tv42-combat .combat-party .tv42-party-card .avatar,
.tv42-combat .combat-party .tv42-party-card img{
  width:44px;
  height:44px;
}
.tv42-combat .combat-party .tv42-party-card h3{
  font-size:.95rem;
  margin:0;
}
.tv42-combat .combat-party .tv42-party-card p{
  font-size:.82rem;
  margin:.1rem 0;
}
.tv42-initiative .tag-row{
  margin-top:4px;
}
.tv42-objective strong{
  font-weight:900;
}
.map-v95-polish .map-side{
  backdrop-filter:blur(10px);
}
.map-v95-polish .scene-header{
  border-bottom:1px solid rgba(255,255,255,.10);
  margin-bottom:10px;
  padding-bottom:10px;
}
.map-v95-polish .map-info-card{
  border-left:3px solid rgba(111,150,255,.42);
}
.map-active-handout-card{
  border-left-color:rgba(241,177,64,.65)!important;
  background:rgba(241,177,64,.10)!important;
}
@media (max-width: 1100px){
  .tv42-action-list{
    grid-template-columns:1fr;
  }
}
