.inline-draw{display:none}
.map-option.is-selected{border-color:#536e3b;background:#1a291f}
.shame-card{margin-top:28px;padding:22px;border:1px solid #755547;background:linear-gradient(135deg,#231b1a,#171d20 70%);position:relative}
.shame-card:before{content:"";position:absolute;right:0;top:0;width:125px;height:4px;background:var(--orange)}
.shame-topline,.shame-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}
.shame-topline .micro-label{color:var(--orange)}
.shame-stamp{font-size:11px;color:#e2ae89;border:1px solid #765242;padding:4px 7px;white-space:nowrap}
.shame-card h3{font-size:26px;line-height:1.2;margin:12px 0 6px}
.shame-intro{font-size:13px;color:#baa9a3;margin:0 0 17px}
.shame-choices{display:flex;gap:10px;flex-wrap:wrap}
.shame-choices button{flex:1;min-width:190px;background:#2b2523;color:#f1dad0;border:1px solid #89614c;padding:11px 13px;font-weight:700}
.shame-choices button:hover,.shame-choices button:focus-visible{background:#453128;border-color:var(--orange)}
.shame-choices button.is-active{background:var(--orange);color:#2a1a11;border-color:var(--orange)}
.shame-paper{margin-top:17px;padding:18px 20px;background:#efe8d9;color:#292725;border-left:5px solid #df8b58;box-shadow:0 7px 19px #0003}
.shame-paper-label{font:700 10px ui-monospace,Consolas,monospace;letter-spacing:.13em;color:#866e5c}
.shame-paper strong{display:block;font-size:20px;margin-top:6px}
.shame-paper p{font-size:17px;line-height:1.75;margin:14px 0 12px;white-space:pre-line}
.shame-signature{display:block;text-align:right;font-size:13px;color:#67594f}
.shame-footer{justify-content:flex-end;margin-top:13px;min-height:35px}
.shame-footer #shame-status{font-size:12px;color:var(--orange)}
@media(max-width:760px){
  .main-grid{display:flex;flex-direction:column;gap:0}
  .intro{order:0;margin-bottom:21px}
  .results{order:1;margin-bottom:20px}
  .control-panel{order:2;margin-bottom:0}
  .live-pill{display:none}
  .inline-draw{display:block;border:1px solid var(--acid);background:var(--acid);color:#15210d;font-size:13px;font-weight:900;padding:9px 11px;white-space:nowrap}
  .inline-draw:hover{background:#d0ff86}
  .vs-grid{grid-template-columns:1fr}
  .versus{height:39px}
  .shame-card{padding:17px;margin-top:24px}
  .shame-choices{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .shame-choices button{min-width:0;padding:10px 6px;font-size:12px}
  .shame-paper{padding:14px}
  .shame-paper p{font-size:15px}
}
