/* Minimal, modernes Styling */
.grbn { font-family: 'ClashGrotesk-Regular'; color: #000;}
.grbn-form { background: #fff; border: 1px solid #e5e7eb; border-radius: 0px; padding: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.grbn-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.grbn-form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.grbn-form input, .grbn-form select { padding: 10px 12px; border-radius: 0px; border: 1px solid #d1d5db; font-size: 15px; background: #fff; }
.grbn-actions { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.grbn-btn { background: #111827; color: #fff; border: none; border-radius: 0px; padding: 10px 16px; font-weight: 600; cursor: pointer; }
.grbn-btn:hover { opacity: .95; }
.grbn-note { font-size: 14px; color: #434344; }

.grbn-results { margin-top: 16px; }
.grbn-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.grbn-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 0px; padding: 16px; }
.grbn-card h3 { margin: 0 0 8px; font-size: 16px; }
.grbn-net { font-size: 28px; font-weight: 700; }
.grbn-sub { font-size: 12px; color: #6b7280; }

.grbn-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.grbn-table td { padding: 6px 0; border-bottom: 1px dashed #e5e7eb; }
.grbn-table tr:last-child td { border-bottom: none; }
