/* Дополнения для платформы участников (поверх site.css) */
.app-main{padding-top:1rem;padding-bottom:2rem;min-height:60vh}
.app .page-head{padding:1.4rem 0 1rem}
.wrow .scale label.sc{position:relative}
.wrow .scale label.sc input{position:absolute;opacity:0;width:0;height:0}
.wrow .scale label.sc span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--line);background:#fff;font-weight:700;color:var(--navy);cursor:pointer}
.wrow .scale label.sc input:disabled+span{opacity:.35;cursor:not-allowed}
.wrow .scale label.sc input:checked+span{background:var(--rust);color:#fff;border-color:var(--rust)}
.cal .cell{display:block;aspect-ratio:1;border-radius:3px;background:#e4d9c3}
.cal .cell.done{background:#3f8a5a}.cal .cell.half{background:var(--gold)}.cal .cell.miss{background:#d9a08f}.cal .cell.future{background:#eee6d6}
.cal .cell.cur{outline:2px solid var(--navy);outline-offset:1px}
.days a small{font-size:.8rem;color:#3f8a5a;margin-left:.2rem}
.table-wrap.dense td,.table-wrap.dense th{padding:.45rem .6rem;font-size:.86rem}
.pill{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.78rem;font-weight:700}
.pill.ok{background:rgba(63,138,90,.15);color:#2c6b3f}.pill.warn{background:rgba(232,163,61,.25);color:#7a4f0a}.pill.bad{background:rgba(192,70,30,.15);color:var(--rust)}
