.cpwr-wrap{max-width:1100px;margin:0 auto;padding:8px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:#1f2937}
.cpwr-wrap h3{margin:24px 0 8px 0;font-weight:700;color:#111827}
.cpwr-divider{height:2px;background:#e5e7eb;margin:0 0 12px 0}
.cpwr-kpis{display:flex;gap:16px;margin:20px 0;flex-wrap:wrap}
.cpwr-kpi{flex:1;min-width:220px;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}
.cpwr-kpi-label{font-size:12px;color:#6b7280;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}
.cpwr-kpi-value{font-size:22px;font-weight:700;color:#111827}
.cpwr-controls{display:flex;gap:10px;align-items:center;margin:8px 0 16px 0}
.cpwr-controls input[type="text"]{padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;min-width:260px}
.cpwr-controls button{padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer}
.cpwr-table{width:100%;border-collapse:separate;border-spacing:0 8px;margin:12px 0;background:transparent}
.cpwr-table thead th{background:#f9fafb;color:#111827;font-weight:600;font-size:13px;padding:12px 10px;text-align:left;border:none}
.cpwr-table tbody tr{background:#fff}
.cpwr-table tbody td{padding:12px 10px;font-size:14px;color:#1f2937;border:none;vertical-align:middle}
.cpwr-thumb{display:flex;align-items:center;gap:10px}
.cpwr-thumb img{width:44px;height:44px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;display:block}
.cpwr-thumb a{color:#1f2937;text-decoration:none}
.cpwr-thumb a:hover{text-decoration:underline}
@media (max-width: 640px){
  .cpwr-table thead{display:none}
  .cpwr-table{border-spacing:0}
  .cpwr-table, .cpwr-table tbody, .cpwr-table tr, .cpwr-table td{display:block;width:100%}
  .cpwr-table tr{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:0 0 12px 0;padding:10px}
  .cpwr-table td{border:0;padding:8px 0}
  .cpwr-table td::before{content: attr(data-label);display:block;font-size:12px;color:#6b7280;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}
  .cpwr-thumb{gap:8px}
  .cpwr-thumb img{width:48px;height:48px;border-radius:10px}
}
.cpwr-note{margin-top:12px;font-size:12px;color:#6b7280}