.boss-challenge-dialog{width:min(960px,94vw);max-height:88vh;box-sizing:border-box;background:#131b24;color:#eaf0f6;border:1px solid #b79c60;border-radius:12px;padding:22px;font-family:inherit}
.boss-challenge-dialog::backdrop{background:#050a12c9}.boss-challenge-dialog header{display:flex;align-items:center;justify-content:space-between}.boss-challenge-dialog h2{color:#ecd28f;margin:0}.boss-challenge-dialog button{background:#344660;color:#fff;border:1px solid #8095ab;border-radius:6px;padding:9px 18px;cursor:pointer}.boss-challenge-dialog button:disabled{opacity:.5;cursor:wait}.boss-challenge-list{display:grid;gap:10px}.boss-challenge-row{display:grid;grid-template-columns:160px 1fr 155px;align-items:center;gap:12px;border:1px solid #364451;border-radius:8px;padding:12px;background:#1a2531}.boss-challenge-title,.boss-challenge-actions{display:grid;gap:10px}.boss-challenge-title small{color:#9ed5b1}.boss-challenge-actions small{color:#edd292}.boss-challenge-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.boss-challenge-slot{text-align:center;border:1px solid #405063;border-radius:6px;min-width:0;background:#111a25}.boss-challenge-slot canvas{width:96px;max-width:100%;height:auto}.boss-challenge-slot span{display:block;font-size:12px;padding:0 3px 8px;overflow-wrap:anywhere}@media(max-width:650px){.boss-challenge-row{grid-template-columns:1fr}.boss-challenge-title{display:flex;justify-content:space-between;flex-wrap:wrap}.boss-challenge-actions{grid-template-columns:1fr auto;align-items:center}.boss-challenge-dialog{padding:12px}}
