
.ds-eb { max-width: 980px; margin: 0 auto; }
.ds-eb .ds-eb-form { display:block; border:1px solid #e5e5e5; padding:14px; background:#fff; border-radius:8px; }
.ds-eb .ds-eb-form label { display:block; font-weight:600; margin-top:10px; }
.ds-eb .ds-eb-form input, .ds-eb .ds-eb-form textarea, .ds-eb .ds-eb-form select { width:100%; padding:10px; border:1px solid #cfcfcf; border-radius:6px; }
.ds-eb .ds-eb-form button { margin-top:12px; padding:10px 14px; border-radius:6px; border:0; background:#1d2327; color:#fff; cursor:pointer; }
.ds-eb .ds-eb-inline { display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; align-items:end; }
.ds-eb .ds-eb-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; margin-top:14px; }
.ds-eb .ds-eb-card { border:1px solid #e5e5e5; padding:14px; background:#fff; border-radius:8px; }
.ds-eb .ds-eb-card-title { font-weight:700; margin-bottom:6px; }
.ds-eb .ds-eb-card-meta { color:#444; font-size:14px; }
.ds-eb .ds-eb-card-actions { margin-top:12px; }
.ds-eb .ds-eb-balance { font-size:24px; font-weight:800; }
.ds-eb .ds-eb-table { width:100%; border-collapse: collapse; margin-top:12px; }
.ds-eb .ds-eb-table th, .ds-eb .ds-eb-table td { border:1px solid #e5e5e5; padding:8px; text-align:left; }
.ds-eb .ds-eb-success { padding:10px; border:1px solid #b7e2c0; background:#eaf8ee; border-radius:8px; margin:10px 0; }
.ds-eb .ds-eb-error { padding:10px; border:1px solid #e7b4b4; background:#fdecec; border-radius:8px; margin:10px 0; }
.ds-eb .ds-eb-note { padding:10px; border:1px dashed #d0d0d0; background:#fafafa; border-radius:8px; margin:10px 0; font-size:14px; }
@media (max-width: 800px){
  .ds-eb .ds-eb-inline { grid-template-columns: 1fr; }
  .ds-eb .ds-eb-grid { grid-template-columns: 1fr; }
}


.ds-eb-dashboard { display:flex; gap:16px; align-items:flex-start; }
.ds-eb-dashboard-nav { flex:0 0 220px; }
.ds-eb-dashboard-nav ul { list-style:none; margin:0; padding:0; border:1px solid #e5e5e5; background:#fff; }
.ds-eb-dashboard-nav li { margin:0; border-bottom:1px solid #eee; }
.ds-eb-dashboard-nav li:last-child { border-bottom:0; }
.ds-eb-dashboard-nav a { display:block; padding:10px 12px; text-decoration:none; }
.ds-eb-dashboard-nav li.active a { font-weight:600; background:#f7f7f7; }
.ds-eb-dashboard-content { flex:1; min-width:0; }

.ds-eb-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap:12px; }
.ds-eb-tile { border:1px solid #e5e5e5; background:#fff; padding:12px; border-radius:6px; }
.ds-eb-tile h4 { margin:0 0 8px 0; }
.ds-eb-meta { font-size:13px; margin:4px 0; opacity:0.9; }
.ds-eb-actions { margin-top:10px; }
.ds-eb-actions .button.disabled { pointer-events:none; opacity:0.6; }

@media (max-width: 860px) {
  .ds-eb-dashboard { flex-direction:column; }
  .ds-eb-dashboard-nav { width:100%; }
}
