.br-wrapper{max-width:620px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.br-form label{display:block;font-size:14px;margin-bottom:6px}
.br-field{margin-bottom:14px}
.br-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.br-field input,.br-field select,.br-field textarea{width:100%;padding:6px 10px;border:1px solid #ccc;border-radius:6px}
.br-field input,.br-field select{height:38px}
.br-field textarea{min-height:80px}
.br-field.br-full{grid-column:1 / -1}
.br-result{margin-top:14px;font-size:16px}
.br-note{font-size:12px;color:#666}
.br-request{margin-top:22px}
.br-request-toggle,.br-send-btn{background:#0a0a0a;color:#fff;border:0;padding:10px 14px;border-radius:8px;cursor:pointer}
.br-request-toggle:hover,.br-send-btn:hover{opacity:.92}
.br-dropzone{margin-top:8px;border:2px dashed #bbb;border-radius:8px;padding:16px;text-align:center;cursor:pointer}
.br-dropzone.br-drag{border-color:#000}
.br-file-list{list-style:none;padding:0;margin:10px 0 0}
.br-file-item{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.br-file-item .br-file-remove{margin-left:auto;height:30px;padding:0 12px;border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer}
.br-progress{width:120px;height:6px;background:#eee;border-radius:4px;overflow:hidden}
.br-progress .br-bar{width:0%;height:100%;background:#000}
.br-upload-note strong{font-weight:700}
.br-consent-wrap{margin-top:8px}
.br-consent-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:400}
.br-consent-label input{width:auto;height:auto;transform:none;margin:0;vertical-align:middle;accent-color:#000}
.br-status{margin-top:10px}
.br-status.ok{font-weight:700;font-size:16px}
.br-status.error{color:#b00020}
@media(max-width:620px){.br-grid{grid-template-columns:1fr}}