/* Service evaluation detail dashboard */
.csc-shell-evaluationDetail{width:100%;min-height:0;background:#fff;display:flex;align-items:stretch;justify-content:center}
.ed-page{width:100%;height:100%;min-height:100%;background:#fff;overflow:auto;padding:22px 18px 30px;scrollbar-width:none;-webkit-overflow-scrolling:touch;color:var(--csc-text,#273142)}
.ed-page::-webkit-scrollbar{display:none}
.ed-wrap{width:min(960px,100%);margin:0 auto;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}
.ed-loading{margin:auto;color:#70727c;line-height:22px;text-align:center}
.ed-panel{width:100%;background:#fff;border:1px solid #e6eaf2;border-radius:12px;box-shadow:0 16px 34px rgba(31,42,68,.06);padding:24px;box-sizing:border-box}
.ed-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #edf0f5}
.ed-header h1{margin:0;font-size:22px;line-height:30px;font-weight:700;color:#151927}
.ed-header p{margin:6px 0 0;color:#70727c;font-size:14px;line-height:22px}
.ed-total{min-width:96px;height:72px;border-radius:12px;background:#eff5fd;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#3e72ed}
.ed-total span{font-size:28px;line-height:32px;font-weight:700}
.ed-total small{margin-top:3px;font-size:12px;line-height:16px;color:#70727c}
.ed-section{margin-top:22px}
.ed-section h2{margin:0 0 12px;font-size:16px;line-height:24px;font-weight:700;color:#273142}
.ed-score-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ed-score-card{border:1px solid #edf0f5;border-radius:12px;background:#fbfcff;padding:14px 12px;text-align:center;min-width:0}
.ed-score-main{display:flex;align-items:center;justify-content:center;gap:4px;color:#3e72ed}
.ed-score-num{font-size:22px;line-height:26px;font-weight:700}
.ed-score-star{font-size:18px;line-height:20px;color:#f6a812}
.ed-score-count{margin-top:7px;font-size:24px;line-height:30px;font-weight:700;color:#151927}
.ed-score-label{font-size:12px;line-height:16px;color:#70727c}
.ed-month-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ed-month-card{padding:14px 16px;border:1px solid #edf0f5;border-radius:12px;background:#fff}
.ed-month-name{font-size:18px;line-height:24px;font-weight:700;color:#273142}
.ed-month-key{margin-top:2px;font-size:13px;line-height:18px;color:#70727c}
.ed-month-total{margin-top:6px;font-size:14px;line-height:20px;color:#3e72ed;font-weight:700}
.ed-month-scores{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:10px;color:#70727c;font-size:12px;line-height:18px}.ed-month-scores span{display:inline-flex;gap:2px;white-space:nowrap}.ed-month-scores b{color:#273142;font-weight:700}
.ed-remarks{display:flex;flex-direction:column;gap:10px}
.ed-remark-item{border:1px solid #edf0f5;border-radius:12px;background:#fff;padding:14px 16px}
.ed-remark-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.ed-badge{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:6px;background:#eff5fd;color:#3e72ed;font-size:12px;line-height:18px;font-weight:700}
.ed-rating{font-size:13px;line-height:20px;font-weight:700;color:#151927}
.ed-remark-month{margin-left:auto;font-size:12px;line-height:18px;color:#98999e}
.ed-remark-text{font-size:14px;line-height:22px;color:#273142;white-space:pre-wrap;word-break:break-word}
.ed-empty{padding:22px;border:1px dashed #dfe3ea;border-radius:12px;text-align:center;color:#70727c;background:#fbfcff}
.ed-state-wrap{align-items:center;justify-content:center}
.ed-state-card{width:min(420px,100%);min-height:192px;padding:34px 28px;border:1px solid #e6eaf2;border-radius:12px;background:#fff;box-shadow:0 16px 34px rgba(31,42,68,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;box-sizing:border-box}
.ed-state-icon{width:64px;height:64px;object-fit:contain;display:block}
.ed-state-card h1{margin:0;color:#151927;font-size:20px;line-height:28px;font-weight:700}
.ed-state-card p{margin:0;color:#70727c;font-size:14px;line-height:22px;white-space:pre-line}
@media(max-width:760px){.ed-page{padding:14px 12px 20px}.ed-panel{padding:18px 14px;box-shadow:none}.ed-header{flex-direction:column;gap:12px}.ed-total{width:100%;height:62px}.ed-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-month-grid{grid-template-columns:1fr}.ed-remark-month{margin-left:0;width:100%}.ed-state-card{box-shadow:none}}
