:root{--primary:#174f7c;--bg:#f3f5f8;--border:#e1e7ee}
.card{border:1px solid #e1e7ee;box-shadow:0 2px 6px #172b4d05;border-radius:12px;margin-bottom:20px}
.card-head{padding:18px 22px;border-bottom:1px solid #e8edf3}
.kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}
.kpi{border:1px solid #e1e7ee;border-radius:12px;padding:20px;background:white;min-width:0}
.kpi .v{font-size:30px;font-variant-numeric:tabular-nums;margin:8px 0}
.review-table{overflow:auto;max-width:100%}
.review-table input:not([type=checkbox]),.review-table select{width:100%;min-width:120px;border:1px solid #cad4df;border-radius:6px;padding:8px;background:white}
.review-table input[type=checkbox]{width:18px;height:18px;min-height:0}
.insight-note{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#eaf1f7;color:#38516b;padding:16px 20px;font-size:13px;line-height:1.8;border-radius:10px;margin-bottom:20px}
.insight-note button{flex-shrink:0}
.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.trend-row{display:flex;align-items:center;gap:14px;margin:10px 0;font-size:13px}
.trend-row>span{width:70px}.trend-row>b{width:40px;text-align:right}
.trend-track{flex:1;background:#edf2f7;height:12px;border-radius:5px;overflow:hidden}.trend-track>div{height:100%;background:#397eac;border-radius:5px}
.toolbar{flex-wrap:wrap;gap:12px}.toolbar input[type=date]{padding:9px;border:1px solid #cad4df;border-radius:6px;background:white}
th{white-space:nowrap;color:#64748b;background:#f6f8fb;font-size:12px;letter-spacing:.02em}td{line-height:1.6}
#myInquiries,#quotesList,#pendingList{overflow:auto}
button:focus-visible,a:focus-visible{outline:3px solid #8cb5da;outline-offset:3px}
@media(max-width:1100px){.insight-grid{grid-template-columns:1fr}.kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.kpi{padding:14px}.kpi .v{font-size:25px}.insight-note{display:block}.insight-note button{margin-top:10px}.review-table{font-size:12px}}
