
.admin-error-report{padding:24px;min-height:100%}
.admin-error-report__header{display:flex;align-items:flex-start;gap:20px;margin-bottom:18px}
.admin-error-report__header>button{border:0;border-radius:9px;background:#078292;color:#fff;padding:12px 16px;font-weight:800;cursor:pointer}
.admin-error-report__header h1{margin:3px 0 5px;font-size:28px;color:#063f57}.admin-error-report__header p{margin:0;color:#587184;font-size:15px}
.admin-error-report__mode{margin-left:auto;background:#fff1e7;color:#9a4300;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}
.admin-error-report__toolbar{display:grid;grid-template-columns:2fr 1fr 1.2fr auto;gap:10px;padding:14px;background:#fff;border:1px solid #cfe0e7;border-radius:12px;margin-bottom:12px}
.admin-error-report__toolbar label{font-size:13px;font-weight:800;color:#315669}.admin-error-report__toolbar input,.admin-error-report__toolbar select{display:block;width:100%;margin-top:5px;padding:10px;border:1px solid #c6d8e0;border-radius:8px;font-size:15px;background:#fff}
.admin-error-report__toolbar button,.admin-error-report__action button{align-self:end;border:0;border-radius:8px;background:#078292;color:#fff;padding:11px 17px;font-weight:900;cursor:pointer}
.admin-error-report__error{padding:10px 12px;border:1px solid #efb4b4;background:#fff2f2;color:#a52424;border-radius:8px;margin-bottom:10px}
.admin-error-report__layout{display:grid;grid-template-columns:minmax(340px,42%) minmax(480px,58%);gap:12px;align-items:start}
.admin-error-report__list-card,.admin-error-report__detail{background:#fff;border:1px solid #cfe0e7;border-radius:12px;padding:14px}
.admin-error-report__summary{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #e5eef2;font-size:14px}.admin-error-report__summary strong{font-size:16px}
.admin-error-report__list{display:grid;gap:8px;margin-top:10px;max-height:650px;overflow:auto}
.admin-error-report__item{display:grid;text-align:left;gap:5px;padding:12px;border:1px solid #d8e5ea;border-radius:9px;background:#fff;cursor:pointer}.admin-error-report__item:hover,.admin-error-report__item.is-selected{border-color:#078292;background:#f1fbfc}.admin-error-report__item strong{font-size:16px;color:#083f55}.admin-error-report__item span,.admin-error-report__item small{font-size:13px;color:#587184}
.admin-error-report__item-top,.admin-error-report__detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.admin-error-report__status{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900;background:#eef3f5;color:#456}.admin-error-report__status--open{background:#fff2df;color:#a55d00}.admin-error-report__status--need_info,.admin-error-report__status--replied{background:#eef0ff;color:#4b55a5}.admin-error-report__status--in_progress{background:#e8f6fb;color:#0b6f8a}.admin-error-report__status--completed{background:#e7f7ed;color:#21723f}.admin-error-report__status--wont_fix{background:#f1f1f1;color:#666}
.admin-error-report__detail-head{padding-bottom:12px;border-bottom:1px solid #e4edf1}.admin-error-report__detail-head h2{margin:4px 0 0;font-size:22px;color:#073e55}
.admin-error-report__meta{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.admin-error-report__meta div{display:grid;grid-template-columns:90px 1fr;padding:8px 0;border-bottom:1px solid #edf2f4}.admin-error-report__meta dt{color:#708692;font-size:13px}.admin-error-report__meta dd{margin:0;font-size:14px;color:#183f51}
.admin-error-report__body,.admin-error-report__timeline,.admin-error-report__action{margin-top:14px;padding-top:12px;border-top:1px solid #e4edf1}.admin-error-report__body h3,.admin-error-report__timeline h3,.admin-error-report__action h3{margin:0 0 8px;font-size:16px;color:#093f55}.admin-error-report__body p{white-space:pre-wrap;margin:0;line-height:1.65;font-size:15px}
.admin-error-report__message{padding:10px;border:1px solid #dbe7eb;border-radius:8px;margin-top:8px}.admin-error-report__message>div{display:flex;justify-content:space-between;gap:10px}.admin-error-report__message p{white-space:pre-wrap;margin:7px 0 0;font-size:14px}.admin-error-report__message span,.admin-error-report__message small{font-size:12px;color:#6c818d}
.admin-error-report__action{display:grid;gap:10px}.admin-error-report__action label{font-weight:800;font-size:14px;color:#315669}.admin-error-report__action select,.admin-error-report__action textarea{display:block;width:100%;margin-top:5px;border:1px solid #c6d8e0;border-radius:8px;padding:10px;font-size:15px}.admin-error-report__action textarea{min-height:110px;resize:vertical}.admin-error-report__action button{justify-self:end}
.admin-error-report__empty{padding:20px;text-align:center;color:#788d98;font-size:14px}
@media(max-width:1050px){.admin-error-report__layout{grid-template-columns:1fr}.admin-error-report__toolbar{grid-template-columns:1fr 1fr}}
