.rmcf-public{background:var(--rmcf-bg);padding:32px 16px;border-radius:28px}.rmcf-public-card{max-width:620px;margin:auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(16,24,40,.12);font-family:inherit}.rmcf-progress{height:8px;background:#eef2f6;border-radius:99px;overflow:hidden;margin-bottom:22px}.rmcf-progress span{display:block;height:100%;width:0;background:var(--rmcf-accent);transition:.25s}.rmcf-step{display:none;animation:rmcfFade .25s ease}.rmcf-step.active{display:block}.rmcf-step h2,.rmcf-step h3{font-size:28px;line-height:1.15;margin:0 0 14px;color:#101828}.rmcf-step p{color:#667085;font-size:17px}.rmcf-step em{color:#d92d20;font-style:normal}.rmcf-input,.rmcf-step select,.rmcf-step textarea{width:100%;border:2px solid #e4e7ec;border-radius:18px;padding:16px 18px;font-size:18px;box-sizing:border-box;outline:none;background:#fff}.rmcf-step textarea{min-height:130px}.rmcf-input:focus,.rmcf-step select:focus,.rmcf-step textarea:focus{border-color:var(--rmcf-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--rmcf-accent) 16%, transparent)}.rmcf-next,.rmcf-prev{border:0;border-radius:16px;padding:14px 20px;font-weight:800;cursor:pointer;font-size:16px}.rmcf-next{background:var(--rmcf-accent);color:#fff}.rmcf-prev{background:#f2f4f7;color:#344054}.rmcf-nav{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.rmcf-choices{display:grid;gap:10px}.rmcf-choices label{display:flex;align-items:center;gap:10px;border:2px solid #e4e7ec;border-radius:16px;padding:14px;cursor:pointer}.rmcf-choices label:has(input:checked){border-color:var(--rmcf-accent);background:#f8fbff}.rmcf-error{display:block;color:#d92d20;margin-top:10px;font-weight:700}.rmcf-done{text-align:center;padding:30px 0}@keyframes rmcfFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:640px){.rmcf-public-card{padding:22px;border-radius:22px}.rmcf-step h2,.rmcf-step h3{font-size:23px}.rmcf-input,.rmcf-step select,.rmcf-step textarea{font-size:16px}}
