.olipsy-credit-shell{display:flex;flex-direction:column;gap:24px}
.olipsy-credit-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.olipsy-credit-summary .olipsy-stat-card{box-shadow:0 8px 24px rgba(16,24,40,.05)}
.olipsy-credit-summary .olipsy-stat-label{display:block;font-size:14px;color:#6b7280}
.olipsy-credit-summary .olipsy-stat-value{display:block;margin-top:8px;font-size:32px;line-height:1;font-weight:700;color:#111827}
.olipsy-credit-status{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:20px;border:1px solid #e8e3ea;background:#fff;box-shadow:0 8px 24px rgba(16,24,40,.05)}
.olipsy-credit-status-text strong{display:block;font-size:18px;line-height:1.2;color:#111827;margin-bottom:4px}
.olipsy-credit-status-text p{margin:0;color:#6b7280;font-size:14px}
.olipsy-credit-status.is-good{border-color:#d9f0df;background:#f8fffa}
.olipsy-credit-status.is-low{border-color:#f7ddb0;background:#fffaf2}
.olipsy-credit-status.is-empty{border-color:#f3c2c2;background:#fff7f7}
.olipsy-credit-status .olipsy-btn{white-space:nowrap}
.olipsy-credit-history-wrap{background:#fff;border:1px solid #e8e3ea;border-radius:24px;padding:24px;box-shadow:0 8px 24px rgba(16,24,40,.05)}
.olipsy-credit-history-wrap .olipsy-section-head{margin-bottom:18px}
.olipsy-credit-history-table-wrap{overflow-x:auto}
.olipsy-credit-history-table{width:100%;border-collapse:collapse;font-size:15px}
.olipsy-credit-history-table th,.olipsy-credit-history-table td{padding:14px 12px;text-align:left;border-bottom:1px solid #eee;vertical-align:top}
.olipsy-credit-history-table th{font-size:13px;letter-spacing:.02em;text-transform:uppercase;color:#6b7280}
.olipsy-credit-history-table tbody tr:last-child td{border-bottom:0}
.olipsy-credit-history-table .is-positive{color:#17663a;font-weight:700}
.olipsy-credit-history-table .is-negative{color:#8f1d1d;font-weight:700}
.olipsy-credit-empty{margin:0;padding:16px 18px;border-radius:16px;background:#f8f7f9;color:#4b5563}
@media (max-width:767px){
  .olipsy-credit-summary{grid-template-columns:1fr}
  .olipsy-credit-status{flex-direction:column;align-items:flex-start}
  .olipsy-credit-status .olipsy-btn{width:100%}
  .olipsy-credit-history-wrap{padding:18px;border-radius:20px}
  .olipsy-credit-history-table{font-size:14px}
  .olipsy-credit-history-table th,.olipsy-credit-history-table td{padding:12px 10px}
}
