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