form.mvweb-bc--theme-shadcn{--mvbc-surface:#f1f5f9}form.mvweb-bc--theme-shadcn .mvweb-bc__input,form.mvweb-bc--theme-shadcn .mvweb-bc__textarea{height:36px;min-height:36px;font-size:14px;background:var(--mvbc-bg)}form.mvweb-bc--theme-shadcn .mvweb-bc__textarea{height:auto;min-height:76px;padding:8px 12px}form.mvweb-bc--theme-shadcn .mvweb-bc__radios{gap:4px;padding:4px;background:var(--mvbc-surface);border-radius:var(--mvbc-radius)}form.mvweb-bc--theme-shadcn .mvweb-bc__radio-label{flex:1;justify-content:center;padding:6px 10px;border:0;font-weight:500;color:var(--mvbc-muted);background:0 0}form.mvweb-bc--theme-shadcn .mvweb-bc__radio-label input[type=radio]{display:none}form.mvweb-bc--theme-shadcn .mvweb-bc__radio-label:has(input:checked){background:var(--mvbc-bg);color:var(--mvbc-fg);box-shadow:0 1px 2px rgba(0,0,0,.06)}form.mvweb-bc--theme-shadcn .mvweb-bc__submit{height:40px;font-weight:500}form.mvweb-bc--theme-pico{--mvbc-fg:#373c44;--mvbc-muted:#646b79;--mvbc-surface:#f7f9fc}form.mvweb-bc--theme-pico .mvweb-bc__input,form.mvweb-bc--theme-pico .mvweb-bc__textarea{height:44px;font-size:16px}form.mvweb-bc--theme-pico .mvweb-bc__textarea{height:auto;min-height:88px}form.mvweb-bc--theme-pico .mvweb-bc__radios{gap:16px;padding-top:4px}form.mvweb-bc--theme-pico .mvweb-bc__radio-label{padding:0;border:0;background:0 0;font-weight:400}form.mvweb-bc--theme-pico .mvweb-bc__radio-label:has(input:checked){background:0 0}form.mvweb-bc--theme-pico .mvweb-bc__radio-label input[type=radio]{width:18px;height:18px}form.mvweb-bc--theme-pico .mvweb-bc__submit{height:44px}form.mvweb-bc--theme-openprops{--mvbc-fg:#1a1a1a;--mvbc-muted:#595959;--mvbc-surface:#fafafa;--mvbc-th-gradient:linear-gradient(
		135deg,
		var(--mvbc-btn-color),
		color-mix(in srgb, var(--mvbc-btn-color) 65%, #fff 35%)
	);--mvbc-th-shadow-2:0 3px 5px -2px rgba(0, 0, 0, .15),0 7px 14px -3px rgba(0, 0, 0, .08)}form.mvweb-bc--theme-openprops .mvweb-bc__input,form.mvweb-bc--theme-openprops .mvweb-bc__textarea{height:44px;background:var(--mvbc-bg);box-shadow:0 1px 2px rgba(0,0,0,.05)}form.mvweb-bc--theme-openprops .mvweb-bc__textarea{height:auto;min-height:88px}form.mvweb-bc--theme-openprops .mvweb-bc__radio-label{background:var(--mvbc-bg);box-shadow:0 1px 2px rgba(0,0,0,.04)}form.mvweb-bc--theme-openprops .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-text);background:var(--mvbc-th-gradient);border-color:transparent;box-shadow:var(--mvbc-th-shadow-2)}form.mvweb-bc--theme-openprops .mvweb-bc__radio-label input[type=radio]{display:none}form.mvweb-bc--theme-openprops .mvweb-bc__submit--solid{background:var(--mvbc-th-gradient);border-color:transparent;box-shadow:var(--mvbc-th-shadow-2)}form.mvweb-bc--theme-openprops .mvweb-bc__submit--solid:hover:not(:disabled){transform:translateY(-1px)}form.mvweb-bc--theme-openprops .mvweb-bc__result-value{background:var(--mvbc-th-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}form.mvweb-bc--theme-shoelace{--mvbc-surface:#f8fafc}form.mvweb-bc--theme-shoelace .mvweb-bc__input,form.mvweb-bc--theme-shoelace .mvweb-bc__textarea{height:40px;background:var(--mvbc-surface)}form.mvweb-bc--theme-shoelace .mvweb-bc__input:focus,form.mvweb-bc--theme-shoelace .mvweb-bc__input:hover,form.mvweb-bc--theme-shoelace .mvweb-bc__textarea:focus,form.mvweb-bc--theme-shoelace .mvweb-bc__textarea:hover{background:var(--mvbc-bg)}form.mvweb-bc--theme-shoelace .mvweb-bc__textarea{height:auto;min-height:80px}form.mvweb-bc--theme-shoelace .mvweb-bc__radios{gap:0}form.mvweb-bc--theme-shoelace .mvweb-bc__radio-label{flex:1;justify-content:center;border-right-width:0;border-radius:0;background:var(--mvbc-bg)}form.mvweb-bc--theme-shoelace .mvweb-bc__radio-label:first-of-type{border-radius:var(--mvbc-radius) 0 0 var(--mvbc-radius)}form.mvweb-bc--theme-shoelace .mvweb-bc__radio-label:last-of-type{border-right-width:var(--mvbc-border-width);border-radius:0 var(--mvbc-radius) var(--mvbc-radius) 0}form.mvweb-bc--theme-shoelace .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-text);background:var(--mvbc-btn-color);border-color:var(--mvbc-btn-color)}form.mvweb-bc--theme-shoelace .mvweb-bc__radio-label input{display:none}form.mvweb-bc--theme-shoelace .mvweb-bc__submit{height:40px}form.mvweb-bc--theme-material{--mvbc-fg:#1d1b20;--mvbc-muted:#49454f;--mvbc-bg:#fefbff;--mvbc-surface:#ffffff;font-family:Roboto,-apple-system,system-ui,sans-serif}form.mvweb-bc--theme-material .mvweb-bc__input,form.mvweb-bc--theme-material .mvweb-bc__textarea{height:56px;font-size:16px;background:var(--mvbc-surface)}form.mvweb-bc--theme-material .mvweb-bc__textarea{height:auto;min-height:96px;padding:14px 12px}form.mvweb-bc--theme-material .mvweb-bc__input:focus,form.mvweb-bc--theme-material .mvweb-bc__textarea:focus{border-width:calc(var(--mvbc-border-width) + 1px)}form.mvweb-bc--theme-material .mvweb-bc__radios{gap:8px}form.mvweb-bc--theme-material .mvweb-bc__radio-label{font-weight:500}form.mvweb-bc--theme-material .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-color);background:var(--mvbc-accent-soft);border-color:transparent}form.mvweb-bc--theme-material .mvweb-bc__radio-label input{display:none}form.mvweb-bc--theme-material .mvweb-bc__submit{height:40px;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.3)}form.mvweb-bc--theme-material .mvweb-bc__result{background:var(--mvbc-accent-soft);border-color:transparent}form.mvweb-bc--theme-material .mvweb-bc__result-value{font-family:"Roboto Mono",ui-monospace,monospace;font-weight:400;color:var(--mvbc-btn-color)}form.mvweb-bc--theme-bulma{--mvbc-fg:#363636;--mvbc-muted:#7a7a7a;--mvbc-surface:#f5f5f5}form.mvweb-bc--theme-bulma .mvweb-bc__input,form.mvweb-bc--theme-bulma .mvweb-bc__textarea{height:40px;background:var(--mvbc-bg);box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05)}form.mvweb-bc--theme-bulma .mvweb-bc__textarea{height:auto;min-height:84px}form.mvweb-bc--theme-bulma .mvweb-bc__radios{gap:16px;padding-top:4px}form.mvweb-bc--theme-bulma .mvweb-bc__radio-label{padding:0;border:0;background:0 0;font-weight:400}form.mvweb-bc--theme-bulma .mvweb-bc__radio-label:has(input:checked){background:0 0}form.mvweb-bc--theme-bulma .mvweb-bc__submit{height:40px;font-weight:500}form.mvweb-bc--theme-bulma .mvweb-bc__label{font-size:14px;font-weight:700}form.mvweb-bc--theme-bulma .mvweb-bc__result{background:var(--mvbc-accent-soft);border-left-width:4px;border-left-color:var(--mvbc-btn-color)}form.mvweb-bc--theme-halfmoon{--mvbc-fg:#1c1c1c;--mvbc-muted:#6c757d;--mvbc-surface:#f8f9fa;font-family:"IBM Plex Sans",-apple-system,system-ui,sans-serif}form.mvweb-bc--theme-halfmoon .mvweb-bc__input,form.mvweb-bc--theme-halfmoon .mvweb-bc__textarea{height:36px;font-size:14px}form.mvweb-bc--theme-halfmoon .mvweb-bc__textarea{height:auto;min-height:80px}form.mvweb-bc--theme-halfmoon .mvweb-bc__radios{gap:0}form.mvweb-bc--theme-halfmoon .mvweb-bc__radio-label{flex:1;justify-content:center;border-right-width:0;border-radius:0}form.mvweb-bc--theme-halfmoon .mvweb-bc__radio-label:first-of-type{border-radius:var(--mvbc-radius) 0 0 var(--mvbc-radius)}form.mvweb-bc--theme-halfmoon .mvweb-bc__radio-label:last-of-type{border-right-width:var(--mvbc-border-width);border-radius:0 var(--mvbc-radius) var(--mvbc-radius) 0}form.mvweb-bc--theme-halfmoon .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-text);background:var(--mvbc-btn-color);border-color:var(--mvbc-btn-color)}form.mvweb-bc--theme-halfmoon .mvweb-bc__radio-label input{display:none}form.mvweb-bc--theme-halfmoon .mvweb-bc__submit{height:38px;font-weight:500}form.mvweb-bc--theme-halfmoon .mvweb-bc__result{padding:16px;background:var(--mvbc-surface)}form.mvweb-bc--theme-halfmoon .mvweb-bc__result-value{color:var(--mvbc-btn-color)}form.mvweb-bc--theme-tabler{--mvbc-fg:#182433;--mvbc-muted:#66758c;--mvbc-surface:#f8fafc;font-family:Inter,-apple-system,system-ui,sans-serif}form.mvweb-bc--theme-tabler .mvweb-bc__input,form.mvweb-bc--theme-tabler .mvweb-bc__textarea{height:38px;font-size:14px;background:var(--mvbc-bg);box-shadow:0 1px 2px rgba(0,0,0,.04)}form.mvweb-bc--theme-tabler .mvweb-bc__textarea{height:auto;min-height:80px}form.mvweb-bc--theme-tabler .mvweb-bc__radios{gap:0;border:var(--mvbc-border-width) solid var(--mvbc-border-color);border-radius:var(--mvbc-radius);overflow:hidden}form.mvweb-bc--theme-tabler .mvweb-bc__radio-label{flex:1;justify-content:center;border:0;border-right:var(--mvbc-border-width) solid var(--mvbc-border-color);border-radius:0;background:var(--mvbc-bg)}form.mvweb-bc--theme-tabler .mvweb-bc__radio-label:last-of-type{border-right:0}form.mvweb-bc--theme-tabler .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-text);background:var(--mvbc-btn-color);border-color:var(--mvbc-btn-color)}form.mvweb-bc--theme-tabler .mvweb-bc__radio-label input{display:none}form.mvweb-bc--theme-tabler .mvweb-bc__submit{height:38px}form.mvweb-bc--theme-tabler .mvweb-bc__result{background:var(--mvbc-bg);box-shadow:0 1px 2px rgba(0,0,0,.04)}form.mvweb-bc--theme-daisyui{--mvbc-surface:#f9fafb}form.mvweb-bc--theme-daisyui .mvweb-bc__input,form.mvweb-bc--theme-daisyui .mvweb-bc__textarea{height:40px;background:var(--mvbc-surface)}form.mvweb-bc--theme-daisyui .mvweb-bc__textarea{height:auto;min-height:84px}form.mvweb-bc--theme-daisyui .mvweb-bc__input:focus,form.mvweb-bc--theme-daisyui .mvweb-bc__textarea:focus{outline:2px solid var(--mvbc-btn-color);outline-offset:-1px;border-color:transparent;box-shadow:none}form.mvweb-bc--theme-daisyui .mvweb-bc__radios{gap:6px}form.mvweb-bc--theme-daisyui .mvweb-bc__radio-label{border-radius:999px;background:var(--mvbc-surface);font-weight:500}form.mvweb-bc--theme-daisyui .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-text);background:var(--mvbc-btn-color);border-color:var(--mvbc-btn-color)}form.mvweb-bc--theme-daisyui .mvweb-bc__radio-label input{display:none}form.mvweb-bc--theme-daisyui .mvweb-bc__submit{font-weight:600;text-transform:uppercase;letter-spacing:.02em}form.mvweb-bc--theme-daisyui .mvweb-bc__result{background:var(--mvbc-surface)}form.mvweb-bc--theme-daisyui .mvweb-bc__result-value{color:var(--mvbc-btn-color)}form.mvweb-bc--theme-modern .mvweb-bc__input,form.mvweb-bc--theme-modern .mvweb-bc__textarea{background:var(--mvbc-bg);box-shadow:var(--mvbc-shadow)}form.mvweb-bc--theme-modern .mvweb-bc__radio-label:has(input:checked){color:var(--mvbc-btn-color);background:var(--mvbc-accent-soft);border-color:var(--mvbc-btn-color)}form.mvweb-bc--theme-modern .mvweb-bc__submit--solid:hover:not(:disabled){box-shadow:0 4px 12px -4px color-mix(in srgb,var(--mvbc-btn-color) 50%,transparent)}form.mvweb-bc--theme-modern .mvweb-bc__result{background:var(--mvbc-bg);box-shadow:var(--mvbc-shadow)}form.mvweb-bc--theme-modern .mvweb-bc__result-value{color:var(--mvbc-btn-color)}