.dportaal {
  max-width: 700px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1f2937;
}

.dportaal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.dportaal-header a { color: #2563eb; }

.dportaal-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.dportaal-stat {
  flex: 1;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
}
.dportaal-stat .label { color: #6b7280; font-size: 13px; }
.dportaal-stat .value { font-size: 22px; font-weight: 700; margin-top: 4px; }

.dportaal-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.dportaal-card h3 { margin-top: 0; }

.dportaal label { display: block; font-size: 13px; color: #6b7280; margin: 12px 0 4px; }
.dportaal input[type=text], .dportaal input[type=date], .dportaal input[type=file], .dportaal textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

.dportaal-btn {
  margin-top: 16px;
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
.dportaal-btn:hover { background: #1d4ed8; }

.dportaal-table { width: 100%; border-collapse: collapse; }
.dportaal-table th, .dportaal-table td { text-align: left; padding: 8px 6px; border-bottom: 1px solid #e5e7eb; font-size: 14px; }
.dportaal-table th { color: #6b7280; font-size: 12px; text-transform: uppercase; }

.dportaal-badge { padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.dportaal-badge.open { background: #fff7ed; color: #ea580c; }
.dportaal-badge.paid { background: #f0fdf4; color: #16a34a; }

.dportaal-error { background: #fef2f2; color: #b91c1c; padding: 10px 14px; border-radius: 8px; margin-bottom: 16px; }
.dportaal-success { background: #f0fdf4; color: #15803d; padding: 10px 14px; border-radius: 8px; margin-bottom: 16px; }

.dportaal-login { max-width: 360px; }
.dportaal-login input[type=text], .dportaal-login input[type=password] {
  width: 100%;
  padding: 9px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
