:root{--bg: #0f1115;--panel: #171a21;--panel-2: #1e222b;--border: #2a2f3a;--text: #e6e9ef;--muted: #9aa3b2;--accent: #6ea8fe;--ok: #3fb950;--err: #f85149;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--panel)}.brand{display:flex;align-items:center;gap:10px;font-size:18px}.brand-home{color:inherit;text-decoration:none}.brand-home:hover{color:var(--accent)}.brand-links{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.tag{font-size:12px;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px}.repo{color:var(--accent);text-decoration:none;font-size:14px}.layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:16px;align-items:start}@media(max-width:1000px){.layout{grid-template-columns:1fr}}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;min-height:200px}.panel h2{margin:0 0 12px;font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.panel h3{margin:16px 0 6px;font-size:12px;color:var(--muted)}.builder{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.builder input[type=text],.builder input:not([type]),.builder select{width:100%}.builder .req{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--muted)}.builder button{grid-column:1 / -1}input,select,textarea,button{font:inherit;color:var(--text);background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:8px 10px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}button{cursor:pointer;background:var(--accent);color:#0b0d12;border:none;font-weight:600}button:hover{filter:brightness(1.08)}textarea#schema{width:100%;height:360px;resize:vertical;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;line-height:1.5;white-space:pre;overflow:auto}.status{white-space:pre-wrap;font-size:13px;margin:10px 0 0;color:var(--muted)}.status.ok{color:var(--ok)}.status.error{color:var(--err)}.result{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:12px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;white-space:pre-wrap;word-break:break-word;min-height:40px;margin:0}.result.ok{border-color:var(--ok)}.form-host .fw-form{display:flex;flex-direction:column;gap:14px}.form-host .fw-title{margin:0 0 4px;font-size:18px}.form-host .fw-field{display:flex;flex-direction:column;gap:6px}.form-host .fw-field label{font-size:14px;color:var(--muted)}.form-host input[type=checkbox]:not(.fw-switch):not(.fw-checkbox),.form-host input[type=radio]{width:auto;margin-right:6px}.form-host [role=radiogroup]{display:flex;gap:14px;flex-wrap:wrap}.form-host .fw-help{color:var(--muted);font-size:12px}.form-host .fw-error{color:var(--err);font-size:13px;margin:0}.form-host .fw-invalid input,.form-host .fw-invalid select,.form-host .fw-invalid textarea{border-color:var(--err)}.form-host .fw-submit{align-self:flex-start;margin-top:4px}.form-host .fw-heading{margin:6px 0 0;font-size:15px;font-weight:600;color:var(--text)}.form-host .fw-separator{width:100%;height:1px;border:none;margin:4px 0;background:var(--border)}.form-host .fw-paragraph{margin:0;font-size:13px;line-height:1.5;color:var(--muted)}.examples{display:flex;align-items:center;gap:8px;margin-bottom:12px}.examples label{font-size:13px;color:var(--muted)}.examples select{flex:1}.wizard-layout-row{margin-top:-4px}.demo-hint{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--accent, #2563eb) 12%,transparent);border:1px solid color-mix(in srgb,var(--accent, #2563eb) 25%,transparent);color:var(--text);font-size:13px;line-height:1.45}.feature-legend{margin:0 0 12px;padding:10px 12px 10px 28px;border-radius:8px;background:var(--surface-2, #f8fafc);border:1px solid var(--border);font-size:12px;line-height:1.5;color:var(--muted)}.feature-legend li+li{margin-top:4px}.feature-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.feature-chip{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:500;letter-spacing:.01em;background:var(--surface-2, #f1f5f9);border:1px solid var(--border);color:var(--muted)}.feature-chip.on{background:color-mix(in srgb,var(--accent, #2563eb) 14%,transparent);border-color:color-mix(in srgb,var(--accent, #2563eb) 35%,transparent);color:var(--text)}.demo-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.demo-btn{padding:6px 12px;border-radius:6px;border:1px solid var(--accent, #2563eb);background:var(--accent, #2563eb);color:#fff;font-size:12px;cursor:pointer}.demo-btn:hover{filter:brightness(1.05)}.demo-btn-muted{border-color:var(--border);background:var(--surface, #fff);color:var(--text)}.form-host .fw-field:has(.fw-switch):not(.fw-field-between),.form-host .fw-field:has(.fw-checkbox):not(.fw-field-between){flex-direction:row;align-items:center;gap:10px}.form-host .fw-inline-label{color:var(--text);font-size:14px;cursor:pointer}.form-host .fw-field-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.form-host .fw-field-head{display:flex;flex-direction:column;gap:2px;min-width:0}.form-host .fw-field-head label{color:var(--text)}.form-host .fw-field-between .fw-field-row>input:not(.fw-switch):not(.fw-checkbox),.form-host .fw-field-between .fw-field-row>.fw-input-group,.form-host .fw-field-between .fw-field-row>select{max-width:240px;flex:0 1 240px}.form-host .fw-field-between .fw-field-row>.fw-switch,.form-host .fw-field-between .fw-field-row>.fw-checkbox{flex:0 0 auto}.form-host .fw-description{color:var(--muted);font-size:12px}.form-host .fw-steps{display:flex;flex-direction:column;gap:16px}.form-host .fw-steps-title{font-weight:600;font-size:15px}.form-host .fw-steps-progress{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.form-host .fw-steps-progress-bar{gap:4px}.form-host .fw-steps-bar-item{flex:1;min-width:0;padding:8px 10px;border-radius:6px;background:var(--surface, #f4f4f5);color:var(--muted);font-size:12px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-host .fw-steps-bar-item[aria-current=step]{background:var(--accent, #2563eb);color:#fff;font-weight:600}.form-host .fw-steps-tab{padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:transparent;font-size:12px;cursor:pointer}.form-host .fw-steps-tab[aria-current=step]{border-color:var(--accent, #2563eb);background:var(--accent, #2563eb);color:#fff}.form-host .fw-steps-tab:disabled{opacity:.45;cursor:not-allowed}.form-host .fw-steps-number{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:600;background:var(--surface, #f4f4f5);color:var(--muted)}.form-host .fw-steps-number[aria-current=step]{background:var(--accent, #2563eb);color:#fff}.form-host .fw-steps-sep{color:var(--muted);font-size:12px}.form-host .fw-step-heading{margin:0 0 4px;font-size:16px}.form-host .fw-step-description{margin:0 0 12px;color:var(--muted);font-size:13px}.form-host .fw-steps-nav{display:flex;gap:8px;justify-content:space-between;padding-top:8px;border-top:1px solid var(--border)}.form-host .fw-steps-back,.form-host .fw-steps-next,.form-host .fw-steps-submit{padding:8px 16px;border-radius:6px;border:1px solid var(--border);background:var(--surface, #fff);cursor:pointer;font-size:14px}.form-host .fw-steps-next,.form-host .fw-steps-submit{margin-left:auto;border-color:var(--accent, #2563eb);background:var(--accent, #2563eb);color:#fff}.form-host .fw-steps-back:hover,.form-host .fw-steps-next:hover,.form-host .fw-steps-submit:hover{filter:brightness(.95)}.form-host .fw-steps-submit:disabled{opacity:.6;cursor:not-allowed}.form-host .fw-resume-banner{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--accent, #2563eb) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent, #2563eb) 22%,transparent);font-size:13px}.form-host .fw-resume-text{flex:1;min-width:12rem}.form-host .fw-resume-continue,.form-host .fw-resume-discard{padding:6px 12px;border-radius:6px;border:1px solid var(--border);background:var(--surface, #fff);cursor:pointer;font-size:13px}.form-host .fw-resume-continue{border-color:var(--accent, #2563eb);background:var(--accent, #2563eb);color:#fff}.form-host .fw-persist-consent{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--muted, #64748b) 8%,transparent);border:1px solid var(--border);font-size:13px}.form-host .fw-persist-consent-text{flex:1;min-width:12rem}.form-host .fw-persist-consent-accept,.form-host .fw-persist-consent-decline{padding:6px 12px;border-radius:6px;border:1px solid var(--border);background:var(--surface, #fff);cursor:pointer;font-size:13px}.form-host .fw-persist-consent-accept{border-color:var(--accent, #2563eb);background:var(--accent, #2563eb);color:#fff}.form-host .fw-steps-progress-fill{display:flex;flex-direction:column;gap:6px;width:100%}.form-host .fw-steps-progress-track{height:6px;border-radius:999px;background:var(--border);overflow:hidden}.form-host .fw-steps-progress-bar{height:100%;border-radius:999px;background:var(--accent, #2563eb);transition:width .2s ease}.form-host .fw-steps-progress-label{font-size:12px;color:var(--muted)}.form-host .fw-success{padding:24px 8px;text-align:center}.form-host .fw-success-heading{margin:0 0 8px;font-size:1.35rem}.form-host .fw-success-message{margin:0 0 12px;color:var(--muted);line-height:1.5}.form-host .fw-success-details{margin:0 0 16px;padding:0;list-style:none;color:var(--muted);font-size:13px}.form-host .fw-success-actions{display:flex;justify-content:center;gap:8px}.form-host input.fw-switch{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;width:44px;height:26px;flex:0 0 auto;border-radius:999px;background:var(--border);cursor:pointer;transition:background .2s ease;padding:0}.form-host input.fw-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0006;transition:transform .2s ease}.form-host input.fw-switch:checked{background:var(--accent)}.form-host input.fw-switch:checked:after{transform:translate(18px)}.form-host input.fw-switch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.form-host input.fw-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;width:20px;height:20px;flex:0 0 auto;border:1px solid var(--border);border-radius:6px;background:var(--panel-2);cursor:pointer;margin:0}.form-host input.fw-checkbox:checked{background:var(--accent);border-color:var(--accent)}.form-host input.fw-checkbox:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #0b0d12;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-host input[type=radio]{accent-color:var(--accent);width:18px;height:18px}.form-host [role=radiogroup] label{display:inline-flex;align-items:center;gap:6px;color:var(--text)}.form-host select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:32px}.form-host .fw-group{display:flex;flex-direction:column;gap:14px;margin:0;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--panel-2)}.form-host .fw-legend{padding:0 6px;font-size:13px;font-weight:600;color:var(--muted)}.form-host .fw-accordion{display:block;gap:0;padding:0;border:1px solid var(--border);border-radius:14px;background:var(--panel-2);overflow:hidden;transition:border-color .2s ease}.form-host .fw-accordion[open]{border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.form-host .fw-accordion-head{display:flex;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background .15s ease}.form-host .fw-accordion-head:hover{background:#ffffff08}.form-host .fw-accordion-head::-webkit-details-marker{display:none}.form-host .fw-accordion-head:after{content:"";margin-left:auto;width:8px;height:8px;margin-top:-3px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);border-radius:1px;transform:rotate(45deg);transition:transform .25s ease,border-color .2s ease}.form-host .fw-accordion-head:hover:after{border-color:var(--text)}.form-host .fw-accordion[open]>.fw-accordion-head:after{transform:rotate(-135deg);margin-top:3px;border-color:var(--accent)}.form-host .fw-group-body,.form-host .fw-row-body{display:flex;flex-direction:column;gap:14px;padding:16px;border-top:1px solid var(--border)}:root{interpolate-size:allow-keywords}.form-host .fw-accordion::details-content{height:0;overflow:hidden;transition:height .28s ease,content-visibility .28s ease allow-discrete}.form-host .fw-accordion[open]::details-content{height:auto}.form-host .fw-collection{display:flex;flex-direction:column;gap:12px}.form-host .fw-collection-title{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.form-host .fw-rows{display:flex;flex-direction:column;gap:12px}.form-host .fw-collection-cards .fw-row,.form-host .fw-collection-list .fw-row{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--panel-2)}.form-host .fw-row-head{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600}.form-host .fw-add{align-self:flex-start;background:transparent;border:1px dashed var(--border);color:var(--accent)}.form-host .fw-add:disabled{opacity:.5;cursor:not-allowed}.form-host .fw-remove{padding:4px 10px;font-size:12px;font-weight:500;background:transparent;border:1px solid var(--border);color:var(--err)}.form-host .fw-remove:disabled{opacity:.4;cursor:not-allowed}.form-host fw-rating{display:inline-flex;gap:2px}.form-host .fw-star{background:none;border:none;padding:0 2px;font-size:22px;line-height:1;color:#f5b301;cursor:pointer}.form-host .fw-star:hover{filter:brightness(1.1)}.form-host .demo-highlight{padding:12px;border:1px dashed var(--accent);border-radius:12px;background:#6ea8fe0f}.brand-links{display:flex;align-items:center;gap:16px}.form-host .fw-dropzone{position:relative;display:flex;flex-direction:column;gap:10px;align-items:center;padding:18px;border:1.5px dashed var(--border);border-radius:12px;background:var(--panel-2);text-align:center;transition:border-color .15s,background .15s}.form-host .fw-dropzone.fw-dragover{border-color:var(--accent);background:#6ea8fe14}.form-host .fw-file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.form-host .fw-dropzone-prompt{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:14px}.form-host .fw-dropzone-icon{font-size:22px}.form-host .fw-dropzone-prompt strong{color:var(--accent)}.form-host .fw-dropzone-hint{font-size:11px;opacity:.7}.form-host .fw-file-previews{display:flex;flex-wrap:wrap;gap:8px;width:100%}.form-host .fw-file-chip{display:flex;align-items:center;gap:6px;padding:4px 8px 4px 4px;border:1px solid var(--border);border-radius:8px;background:var(--panel);font-size:12px}.form-host .fw-file-thumb{width:28px;height:28px;object-fit:cover;border-radius:5px}.form-host .fw-file-icon{font-size:18px}.form-host .fw-input-group{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);overflow:hidden}.form-host .fw-input-group:focus-within{outline:2px solid var(--accent);outline-offset:-1px}.form-host .fw-input-group input,.form-host .fw-input-group textarea,.form-host .fw-input-group select{border:none;background:transparent;outline:none;border-radius:0;flex:1;min-width:0}.form-host .fw-input-group .fw-localized-control{display:flex;flex:1}.form-host .fw-input-group .fw-localized-control input,.form-host .fw-input-group .fw-localized-control textarea{width:100%}.form-host .fw-slot{display:flex;align-items:center;flex:0 0 auto;padding:0 10px;color:var(--muted);background:#ffffff08}.form-host .fw-slot-start{border-right:1px solid var(--border)}.form-host .fw-slot-end{border-left:1px solid var(--border)}.form-host select.fw-slot{flex:0 0 auto;width:auto;padding:0 6px;font-size:12px;font-weight:600;cursor:pointer;background-image:none}.form-host .fw-actions{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}.form-host .fw-actions-start{justify-content:flex-start}.form-host .fw-actions-end{justify-content:flex-end}.form-host .fw-actions-between{justify-content:space-between}.form-host .fw-action{border:1px solid var(--border)}.form-host .fw-action-primary{background:var(--accent);color:#0b0d12;border:none}.form-host .fw-action-danger{background:transparent;color:var(--err);border-color:var(--err)}.form-host .fw-action-block{flex:1 1 100%}@media(max-width:560px){.form-host .fw-actions{flex-direction:column}.form-host .fw-actions .fw-action,.form-host .fw-actions .fw-submit{width:100%}}.form-host .fw-action-loading{position:relative;opacity:.85;cursor:wait}.form-host .fw-action-loading:after{content:"";display:inline-block;width:.85em;height:.85em;margin-left:.45em;vertical-align:-.1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:fw-spin .65s linear infinite}@keyframes fw-spin{to{transform:rotate(360deg)}}.form-host .fw-form-body{position:relative}.form-host .fw-form-body-loading .fw-field,.form-host .fw-form-body-loading .fw-actions,.form-host .fw-form-body-loading .fw-steps{visibility:hidden}.form-host .fw-skeleton-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:.25rem 0;pointer-events:none}.form-host .fw-skeleton-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem 1.25rem}.form-host .fw-skeleton-label,.form-host .fw-skeleton-control,.form-host .fw-skeleton-line,.form-host .fw-skeleton-heading,.form-host .fw-skeleton-separator,.form-host .fw-skeleton-pill,.form-host .fw-skeleton-dropzone,.form-host .fw-skeleton-track,.form-host .fw-skeleton-switch,.form-host .fw-skeleton-swatch{border-radius:6px;background:linear-gradient(90deg,color-mix(in srgb,var(--border) 55%,transparent) 25%,color-mix(in srgb,var(--border) 25%,transparent),color-mix(in srgb,var(--border) 55%,transparent) 75%);background-size:200% 100%;animation:fw-shimmer 1.2s ease-in-out infinite}@keyframes fw-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.form-host .fw-skeleton-label{height:.75rem;width:38%;margin-bottom:.45rem}.form-host .fw-skeleton-control{height:2.25rem;width:100%}.form-host .fw-skeleton-line{height:.85rem;margin-bottom:.4rem}.form-host .fw-skeleton-line-full{width:100%}.form-host .fw-skeleton-line-medium{width:72%}.form-host .fw-skeleton-heading{height:1.1rem;width:55%;margin:.25rem 0 .75rem}.form-host .fw-skeleton-separator{height:1px;width:100%;margin:.5rem 0}.form-host .fw-skeleton-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.form-host .fw-skeleton-label-inline{flex:1;margin-bottom:0}.form-host .fw-skeleton-switch{width:2.5rem;height:1.35rem;flex-shrink:0}.form-host .fw-skeleton-pill{height:1.75rem;width:42%;margin-top:.35rem}.form-host .fw-skeleton-pill-short{width:34%}.form-host .fw-skeleton-dropzone{height:5rem;width:100%;border:1px dashed color-mix(in srgb,var(--border) 80%,transparent);background:color-mix(in srgb,var(--border) 15%,transparent)}.form-host .fw-skeleton-track{height:.35rem;width:100%;margin-top:.75rem}.form-host .fw-skeleton-color-row{display:flex;gap:.65rem;align-items:center}.form-host .fw-skeleton-swatch{width:2.25rem;height:2.25rem;flex-shrink:0}.form-host .fw-skeleton-collection-item{padding:.75rem;margin-bottom:.75rem;border:1px solid var(--border);border-radius:8px}@media(prefers-reduced-motion:reduce){.form-host .fw-action-loading:after,.form-host .fw-skeleton-label,.form-host .fw-skeleton-control,.form-host .fw-skeleton-line,.form-host .fw-skeleton-heading,.form-host .fw-skeleton-separator,.form-host .fw-skeleton-pill,.form-host .fw-skeleton-dropzone,.form-host .fw-skeleton-track,.form-host .fw-skeleton-switch,.form-host .fw-skeleton-swatch{animation:none}}.form-host .fw-color{align-items:center}.form-host input.fw-color-swatch{flex:0 0 auto;width:34px;height:28px;margin:4px 2px 4px 6px;padding:2px;border:none;border-radius:6px;background:transparent;cursor:pointer}.form-host .fw-color input[type=text]{flex:1}.form-host .fw-range{align-items:center;gap:12px;padding:6px 12px}.form-host input.fw-range-input{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:999px;background:var(--border);cursor:pointer;padding:0;margin:0}.form-host input.fw-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:1px solid var(--border);box-shadow:0 1px 3px #0000004d;cursor:pointer}.form-host input.fw-range-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:1px solid var(--border);cursor:pointer}.form-host .fw-range-value{flex:0 0 auto;min-width:42px;text-align:right;font-variant-numeric:tabular-nums;font-size:13px;color:var(--muted)}.form-host .fw-iconpick{position:relative;display:inline-block}.form-host .fw-iconpick-trigger{width:44px;height:44px;font-size:22px;line-height:1;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:10px;cursor:pointer}.form-host .fw-iconpick-pop{position:absolute;z-index:10;top:50px;left:0;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 28px #00000073}.form-host .fw-iconpick-cell{width:34px;height:34px;font-size:18px;background:transparent;border:none;border-radius:8px;cursor:pointer}.form-host .fw-iconpick-cell:hover{background:var(--panel-2)}.form-host .fw-form{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.form-host .fw-form>*{grid-column:span 12}.form-host .fw-group-body{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.form-host .fw-group-body>*{grid-column:span 12}.form-host .fw-required{color:var(--err);font-weight:700}.form-host .fw-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--err);border-radius:10px;background:#f851491f;color:var(--err);font-size:13px}.form-host .fw-alert-body{flex:1;line-height:1.5}.form-host .fw-alert-close{background:transparent;border:none;color:var(--err);font-size:18px;line-height:1;padding:0 2px;cursor:pointer}.form-host .fw-daterange{align-items:center}.form-host .fw-range-sep{color:var(--muted)}
