
.test254-admin-page{box-sizing:border-box;display:grid;gap:20px;width:100%;padding:0 0 32px;color:#073f37}.test254-admin-page *{box-sizing:border-box}
.test254-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:26px 28px;border:1px solid #d8dfda;border-radius:22px;background:#fffdf8;box-shadow:0 12px 28px rgba(4,63,55,.05)}
.test254-head h1{margin:5px 0 7px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,5vw,54px);line-height:1;color:#073f37}.test254-head p{margin:0;max-width:720px;color:#66736e;line-height:1.55}.test254-eyebrow{display:block;color:#ef4551;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900}
.test254-refresh,.test254-view,.test254-filterbar button,.test254-detail-tools button{border:1px solid #cfd9d3;border-radius:999px;background:#fff;color:#073f37;padding:10px 15px;font:inherit;font-weight:900;cursor:pointer}.test254-refresh,.test254-view{background:#ef4551;border-color:#ef4551;color:#fff}
.test254-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.test254-stats article{padding:19px 20px;border:1px solid #d8dfda;border-radius:18px;background:#fff}.test254-stats strong{display:block;font-size:30px;font-family:Georgia,'Times New Roman',serif}.test254-stats span{color:#6c7772;font-size:13px}
.test254-filterbar{display:flex;gap:8px;flex-wrap:wrap}.test254-filterbar button.active,.test254-detail-tools button.active{background:#073f37;color:#fff;border-color:#073f37}
.test254-panel{border:1px solid #d8dfda;border-radius:20px;background:#fffdf8;overflow:hidden}.test254-table-head,.test254-row{display:grid;grid-template-columns:minmax(190px,1.2fr) minmax(160px,.8fr) minmax(180px,1fr) minmax(160px,.8fr) auto;gap:18px;align-items:center}.test254-table-head{padding:13px 18px;background:#202628;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.test254-row{padding:17px 18px;border-bottom:1px solid #e7ece8}.test254-row:last-child{border-bottom:0}.test254-person strong,.test254-updated strong{display:block}.test254-person small,.test254-results small,.test254-updated small{display:block;margin-top:4px;color:#74807b;font-size:12px}.test254-pill,.test254-overall{display:inline-flex;margin-top:7px;width:max-content;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900}.test254-pill.submitted,.test254-overall.pass{background:#e8f6ec;color:#21663b}.test254-pill.progress{background:#fff4db;color:#805b12}.test254-pill.not-started,.test254-overall.neutral{background:#edf0ed;color:#61706a}.test254-overall.issues{background:#ffe9ea;color:#a52d3b}.test254-progress{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center}.test254-bar{height:9px;border-radius:99px;background:#e8ece8;overflow:hidden}.test254-bar i{display:block;height:100%;background:#20b99a}.test254-results{display:grid;gap:2px}.test254-empty,.test254-loading,.test254-error{padding:34px 24px;color:#65706c}.test254-error{color:#a72d38}.test254-error button{margin-top:10px}
.test254-modal-backdrop{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px;background:rgba(3,37,32,.66)}.test254-modal{width:min(1100px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:24px;background:#fffaf0;border:1px solid #d2dbd5;box-shadow:0 28px 80px rgba(0,0,0,.28)}.test254-modal header{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;gap:18px;padding:22px 24px;background:#fffaf0;border-bottom:1px solid #e1e6e2}.test254-modal header h2{margin:5px 0 3px;font-family:Georgia,'Times New Roman',serif;font-size:36px}.test254-modal header p{margin:0;color:#6d7974}.test254-close{border:0;background:transparent;color:#ef4551;font-size:32px;cursor:pointer}.test254-modal-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:20px 24px 0}.test254-modal-summary div{padding:14px;border:1px solid #dde4df;border-radius:14px;background:#fff}.test254-modal-summary strong{display:block;font-size:25px}.test254-modal-summary span{font-size:12px;color:#6b7872}.test254-profile{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px 24px 0}.test254-profile span{padding:12px;border-radius:12px;background:#f3efe5;color:#596762;font-size:13px}.test254-profile b{display:block;margin-bottom:4px;color:#073f37}.test254-detail-tools{display:flex;gap:8px;flex-wrap:wrap;padding:16px 24px}.test254-sections{display:grid;gap:15px;padding:0 24px 28px}.test254-section{border:1px solid #dce3de;border-radius:16px;background:#fff;overflow:hidden}.test254-section h3{margin:0;padding:14px 16px;background:#f4f1e8;font-family:Georgia,'Times New Roman',serif;font-size:20px}.test254-check{display:grid;grid-template-columns:1fr auto;gap:18px;padding:14px 16px;border-top:1px solid #edf0ed}.test254-check:first-of-type{border-top:0}.test254-check strong,.test254-check small{display:block}.test254-check small{margin-top:4px;color:#6f7a75;line-height:1.4}.test254-check p{margin:9px 0 0;padding:10px 12px;border-left:3px solid #ef4551;background:#fff7f2;color:#4c5a55;border-radius:7px;white-space:pre-wrap}.test254-result{align-self:start;min-width:92px;text-align:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.test254-result.pass{background:#e8f6ec;color:#21663b}.test254-result.issue{background:#ffe9ea;color:#a52d3b}.test254-result.na{background:#eef0f0;color:#5d6864}.test254-result.blank{background:#f3f1ea;color:#8a8f8c}
@media(max-width:950px){.test254-stats{grid-template-columns:repeat(2,1fr)}.test254-table-head{display:none}.test254-row{grid-template-columns:1fr 1fr}.test254-view{justify-self:start}.test254-profile{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.test254-head{padding:20px 18px;flex-direction:column}.test254-refresh{width:100%}.test254-stats{grid-template-columns:1fr 1fr}.test254-row{grid-template-columns:1fr;padding:16px}.test254-progress{grid-template-columns:1fr auto}.test254-view{width:100%}.test254-modal-backdrop{padding:0}.test254-modal{width:100%;height:100%;max-height:none;border-radius:0}.test254-modal-summary{grid-template-columns:1fr 1fr;padding:16px}.test254-profile{grid-template-columns:1fr;padding:10px 16px 0}.test254-detail-tools{padding:14px 16px}.test254-sections{padding:0 16px 20px}.test254-check{grid-template-columns:1fr}.test254-result{justify-self:start}.test254-modal header{padding:18px 16px}.test254-modal header h2{font-size:30px}}
