/* Minimal styles for forms and portal */
.rtp-form, .rtp-portal, .rtp-dashboard { max-width: 860px; margin: 1rem auto; padding: 1rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; }
.rtp-form .field { margin-bottom: .8rem; }
.rtp-form label { display:block; font-weight:600; margin-bottom:.25rem; }
.rtp-form input, .rtp-form textarea { width:100%; padding:.6rem .7rem; border:1px solid #d1d5db; border-radius:8px; }
.rtp-success { background:#ecfdf5; border:1px solid #10b98133; padding:.8rem; border-radius:8px; }
.rtp-error { background:#fef2f2; border:1px solid #ef444433; padding:.8rem; border-radius:8px; }
.rtp-table { width:100%; border-collapse: collapse; }
.rtp-table th, .rtp-table td { border:1px solid #e5e7eb; padding:.5rem .6rem; text-align:left; }
