.rbm-form{display:flex;flex-direction:column;gap:6px}.rbm-lead{margin:0 0 8px;font-size:14px;line-height:1.5;color:#b8b8bc}.rbm-label{display:block;margin-top:8px;margin-bottom:6px;font-size:13px;font-weight:600;color:#f5f5f7}.rbm-optional{font-weight:400;color:#8892a4;font-size:12px}.rbm-input,.rbm-textarea{width:100%;box-sizing:border-box;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:12px;padding:12px 14px;color:#f5f5f7;font-size:14px;font-family:inherit;line-height:1.5;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.rbm-textarea{resize:vertical;min-height:108px}.rbm-input::-moz-placeholder,.rbm-textarea::-moz-placeholder{color:#6b7280}.rbm-input::placeholder,.rbm-textarea::placeholder{color:#6b7280}.rbm-input:focus,.rbm-textarea:focus{border-color:rgba(99,102,241,.7);box-shadow:0 0 0 3px rgba(99,102,241,.25);background:hsla(0,0%,100%,.08)}.rbm-counter{text-align:right;font-size:11px;color:#8892a4;margin-top:2px}.rbm-attach{margin-top:10px}.rbm-file-input{display:none}.rbm-attach-btn{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.05);border:1px dashed hsla(0,0%,100%,.25);border-radius:12px;padding:10px 14px;color:#e5e7eb;font-size:13px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.rbm-attach-btn:hover{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.5)}.rbm-attach-preview{display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:10px 12px}.rbm-attach-thumb{width:44px;height:44px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid hsla(0,0%,100%,.14)}.rbm-attach-name{flex:1;min-width:0;font-size:13px;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbm-attach-remove{background:none;border:none;color:#f87171;font-size:12px;cursor:pointer;padding:4px 6px;border-radius:6px}.rbm-attach-remove:hover{background:hsla(0,91%,71%,.12)}.rbm-meta{margin:12px 0 0;font-size:12px;color:#8892a4;line-height:1.4}.rbm-error{margin-top:12px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.4);border-radius:10px;padding:10px 12px;color:#fca5a5;font-size:13px}.rbm-actions,.rbm-success-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.rbm-btn{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,opacity .15s ease;border:1px solid transparent}.rbm-btn:disabled{opacity:.5;cursor:not-allowed}.rbm-btn--ghost{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.16);color:#e5e7eb}.rbm-btn--ghost:hover:not(:disabled){background:hsla(0,0%,100%,.12)}.rbm-btn--primary{background:rgba(99,102,241,.22);border-color:rgba(129,140,248,.6);color:#eef0ff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.rbm-btn--primary:hover:not(:disabled){background:rgba(99,102,241,.34);box-shadow:0 0 0 3px rgba(99,102,241,.22)}.rbm-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 4px 4px}.rbm-success-check{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#34d399;background:rgba(52,211,153,.14);border:1px solid rgba(52,211,153,.4);margin-bottom:14px}.rbm-success-title{margin:0 0 6px;font-size:17px;font-weight:700;color:#f5f5f7}.rbm-success-text{margin:0;font-size:14px;color:#b8b8bc;line-height:1.5}.rbm-success-actions{justify-content:center;width:100%}@media (max-width:480px){.rbm-actions,.rbm-success-actions{flex-direction:column-reverse}.rbm-btn{width:100%}}