.show-level-card { border-left: 4px solid #e34d5b; }
.show-level-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.show-level-head h3 { margin:0; }
.show-level-pill { border-radius:999px; padding:6px 12px; font-weight:800; background:#334253; color:#fff; }
.show-level-pill.level-1 { background:#276e4d; }
.show-level-pill.level-2 { background:#9a6828; }
.show-level-pill.level-3 { background:#ab3040; }
.show-level-key { margin:12px 0; }
.show-level-key input { width:min(100%,360px); box-sizing:border-box; }
.show-level-buttons { display:flex; gap:8px; flex-wrap:wrap; }
.show-level-button.level-1 { background:#276e4d; }
.show-level-button.level-2 { background:#9a6828; }
.show-level-button.level-3 { background:#ab3040; }
.show-level-button:disabled { opacity:.45; cursor:not-allowed; }
.show-level-pending { color:#f2c577; }
.show-level-error { color:#ff9fa9; }
