.tcbon-public-dashboard { max-width:1100px; margin:0 auto; padding:16px; }
.tcbon-muted { color:#666; margin-top:6px; }
.tcbon-kpis, .tcbon-aging { display:flex; gap:12px; flex-wrap:wrap; margin-top:14px; }
.tcbon-card { background:#fff; border:1px solid #eee; border-radius:16px; padding:16px; min-width:190px; box-shadow:0 1px 2px rgba(0,0,0,.03); }
.tcbon-k { font-size:12px; letter-spacing:.02em; color:#666; text-transform:uppercase; }
.tcbon-v { font-size:28px; font-weight:800; margin-top:6px; }
.tcbon-table { width:100%; border-collapse:collapse; margin-top:10px; }
.tcbon-table th, .tcbon-table td { border-bottom:1px solid #eee; padding:10px 8px; text-align:left; }
.tcbon-btn { background:#840024; color:#fff; border:none; padding:10px 14px; border-radius:10px; cursor:pointer; }
.tcbon-btn-secondary { background:#222; }
.tcbon-inline-form input[type="date"]{ padding:8px; border:1px solid #ddd; border-radius:10px; }
.tcbon-form label{ display:block; margin:10px 0; }
.tcbon-form input{ width:100%; padding:10px; border:1px solid #ddd; border-radius:10px; }
.tcbon-consent-body{ background:#fff; border:1px solid #eee; border-radius:14px; padding:14px; }
.tcbon-notice{ border:1px solid #eee; border-left:6px solid #aaa; border-radius:14px; padding:12px 14px; margin:10px 0; background:#fff; }
.tcbon-notice-info{ border-left-color:#2b7; }
.tcbon-notice-warn{ border-left-color:#e90; }
.tcbon-notice-error{ border-left-color:#d33; }
.tcbon-notice-title{ font-weight:800; margin-bottom:6px; }
