/* v10.0 Stratejik Komuta Merkezi */
.strategy-command-card{border-top:4px solid #fbbf24}
.strategy-command-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;margin:12px 0}
.strategy-command-stat{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:10px}
.strategy-command-stat b{display:block;font-size:1.05rem;margin-top:4px}
.strategy-target-list{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:10px;margin-top:12px}
.strategy-target-item{border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface2)}
.strategy-target-item .rank{font-weight:800;color:#92400e;margin-right:6px}
.strategy-badge{display:inline-flex;align-items:center;background:#1e40af;color:#fff;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:800;margin-left:6px}
.strategy-badge.danger{background:#dc2626}.strategy-badge.gold{background:#b45309}.strategy-badge.warn{background:#d97706}.strategy-badge.ok{background:#059669}
.star-glow{font-size:26px;filter:drop-shadow(0 0 8px rgba(251,191,36,.85));animation:star-pulse 1.5s infinite alternate ease-in-out}
@keyframes star-pulse{from{transform:scale(1) rotate(0deg);opacity:.82}to{transform:scale(1.3) rotate(10deg);opacity:1}}
.swing-district{animation:pulse-danger 2s infinite}
@keyframes pulse-danger{0%{fill-opacity:.3}50%{fill-opacity:.8;fill:#dc2626}100%{fill-opacity:.3}}
@media(max-width:800px){.strategy-command-grid,.strategy-target-list{grid-template-columns:1fr}.strategy-command-card .ctrl-row{align-items:stretch}.strategy-command-card .action-field{flex-direction:column;align-items:stretch}}
