@charset "UTF-8";
.sangokushi-header { border-bottom-color: rgba(177,58,58,.24); }
.sangokushi-hero { background: linear-gradient(135deg,#3c2958,#702f3a); }
.sangokushi-battle-hero { background: linear-gradient(135deg,#3f2f20,#7b4636); }
.sangokushi-portrait-card .busho-card-portrait img { object-position: center 18%; }
#person-grid .busho-card:not(.has-portrait)::before {
  content: '';
  display: block;
  height: 190px;
  background: linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,0)), repeating-linear-gradient(45deg, transparent 0 12px, rgba(26,26,46,.035) 12px 13px), var(--bg-alt);
}
#person-grid .is-filtered-out { display:none !important; }
.sangokushi-cta-actions { display:flex; justify-content:center; align-items:center; gap:12px; flex-wrap:wrap; position:relative; }
.cta-button-secondary { display:inline-flex; align-items:center; min-height:48px; padding:0 22px; border:1px solid rgba(241,214,144,.65); color:#f1d690; border-radius:8px; font-weight:700; text-decoration:none; }
.cta-button-secondary[aria-disabled="true"] { cursor:default; opacity:.9; }
@media (max-width:480px) { .sangokushi-cta-actions { align-items:stretch; flex-direction:column; } .cta-button-secondary { justify-content:center; } }
