/* Minimal styles; inherit theme where possible. */
.l4taxx-sp-wrapper { background: #fff; padding: 1rem; border-radius: .5rem; }
.l4taxx-sp-title { margin: 0 0 1rem 0; }
.l4taxx-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 12px; }
.l4taxx-field label { font-weight: 600; display:block; margin-bottom: .25rem; }
.l4taxx-actions { margin-top: .75rem; display:flex; gap:.5rem; }
.l4taxx-table { width: 100%; border-collapse: collapse; }
.l4taxx-table th, .l4taxx-table td { padding: .5rem .75rem; border-bottom: 1px solid #e5e7eb; text-align:left; }
.l4taxx-cta { margin-top: 1rem; }

/* Admin */
.l4taxx-admin .l4taxx-cards { display:grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap:12px; margin: 1rem 0; }
.l4taxx-admin .l4taxx-card { background:#fff; border:1px solid #e5e7eb; border-radius:.5rem; padding:1rem; }
.l4taxx-admin .metric { font-size:1.5rem; font-weight:700; }
.l4taxx-admin .l4taxx-charts canvas { background:#fff; border:1px solid #e5e7eb; border-radius:.5rem; padding:.5rem; margin-bottom: 1rem; }
