.html-form-doc{--hfd-page-max-width: 52rem;--hfd-page-bg: var(--card, var(--background));--hfd-page-fg: var(--card-foreground, var(--foreground));--hfd-page-radius: .5rem;--hfd-page-shadow: 0 1px 2px color-mix(in srgb, var(--foreground) 8%, transparent), 0 8px 24px color-mix(in srgb, var(--foreground) 6%, transparent);--hfd-card-padding-y: 1.5rem;--hfd-card-padding-x: 1.75rem;--hfd-page-gap: 1.25rem;--hfd-font: inherit;--hfd-title-size: 1.375rem;--hfd-title-weight: 700;--hfd-section-size: .95rem;--hfd-section-weight: 650;--hfd-label-size: .8125rem;--hfd-label-weight: 550;--hfd-muted-fg: var(--muted-foreground);--hfd-help-fg: #b45309;--hfd-control-bg: var(--background);--hfd-control-fg: var(--foreground);--hfd-control-border: var(--border);--hfd-control-radius: .375rem;--hfd-control-padding-y: .5rem;--hfd-control-padding-x: .625rem;--hfd-control-min-height: 2.25rem;--hfd-required-border: #a41a1f;--hfd-required-fill: #f5d3d5;--hfd-filled-border: color-mix(in srgb, var(--primary) 45%, var(--border));--hfd-selected-ring: var(--primary);--hfd-ring-target-ring: var(--ring);--hfd-section-divider: var(--border);--hfd-section-header-bg: var(--muted);font-family:var(--hfd-font);color:var(--hfd-page-fg);display:flex;flex-direction:column;gap:var(--hfd-page-gap);width:100%;max-width:var(--hfd-page-max-width);margin-inline:auto}.dark .html-form-doc{--hfd-help-fg: #fbbf24;--hfd-required-border: color-mix(in srgb, #f87171 70%, transparent);--hfd-required-fill: color-mix(in srgb, #f87171 10%, transparent)}.hfd-page{color:var(--hfd-page-fg);display:flex;flex-direction:column;gap:var(--hfd-page-gap)}.hfd-title,.hfd-section{background:var(--hfd-page-bg);border:1px solid var(--hfd-control-border);border-radius:var(--hfd-page-radius);box-shadow:var(--hfd-page-shadow);padding:var(--hfd-card-padding-y) var(--hfd-card-padding-x)}.hfd-title{font-size:var(--hfd-title-size);font-weight:var(--hfd-title-weight);line-height:1.2;margin:0}.hfd-title--masthead{--hfd-masthead-bg: #444444;background:var(--hfd-masthead-bg);border:none;box-shadow:none;display:flex;align-items:center;min-height:7.5rem;padding:.625rem}.hfd-section{display:flex;flex-direction:column;gap:1.25rem}.hfd-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--hfd-section-size);font-weight:var(--hfd-section-weight);color:var(--hfd-page-fg);margin:calc(-1 * var(--hfd-card-padding-y)) calc(-1 * var(--hfd-card-padding-x)) 0;padding:.75rem var(--hfd-card-padding-x);background:var(--hfd-section-header-bg);border-bottom:1px solid var(--hfd-section-divider);border-radius:calc(var(--hfd-page-radius) - 1px) calc(var(--hfd-page-radius) - 1px) 0 0}.hfd-section-heading{font:inherit;font-size:var(--hfd-section-size);font-weight:var(--hfd-section-weight);color:inherit;margin:0;min-width:0}.hfd-title .hfd-editable,.hfd-section-header .hfd-editable{display:inline;width:auto;margin:0;padding:0;border:0;background:transparent;font:inherit;color:inherit;cursor:text}.hfd-title .hfd-editable:hover,.hfd-section-header .hfd-editable:hover{background:color-mix(in srgb,currentColor 8%,transparent)}.hfd-section-fields{display:flex;flex-direction:column;gap:1.25rem}.hfd-matrix{display:grid;grid-template-columns:minmax(10rem,1.4fr) minmax(0,1fr) minmax(0,1fr);column-gap:1rem;align-items:start}.hfd-matrix-header,.hfd-matrix-row{display:contents}.hfd-matrix-header>*,.hfd-matrix-row>*{padding-block:.75rem}.hfd-matrix-row>*{border-top:1px solid var(--hfd-section-divider)}.hfd-matrix-col{font-size:var(--hfd-label-size);font-weight:600;color:var(--hfd-page-fg);padding-top:0}.hfd-matrix-q{font-size:var(--hfd-label-size);font-weight:var(--hfd-label-weight);color:var(--hfd-page-fg);display:flex;flex-direction:column;gap:.25rem}.hfd-matrix-header>.hfd-matrix-q{padding-top:0}.hfd-matrix-row.is-span{display:block;grid-column:1 / -1}.hfd-matrix-cell{min-width:0}.hfd-field.is-cell{position:relative}.hfd-field.is-cell .hfd-label-text,.hfd-field.is-cell .hfd-label.is-caption-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hfd-sortable{position:relative;padding-left:1.5rem;margin-left:-1.5rem}.hfd-grip{position:absolute;top:.125rem;left:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.5rem;border:0;border-radius:.25rem;background:transparent;color:var(--hfd-muted-fg);opacity:0;pointer-events:none;cursor:grab;touch-action:none;transition:opacity .12s ease}.hfd-sortable:hover .hfd-grip,.hfd-grip:focus-visible{opacity:1;pointer-events:auto}.hfd-grip:focus-visible{outline:2px solid var(--hfd-selected-ring);outline-offset:1px}.hfd-sortable.is-dragging{position:relative;z-index:20;opacity:.9}.hfd-sortable.is-dragging .hfd-grip{opacity:1;pointer-events:auto;cursor:grabbing}.hfd-sortable.is-drop-before:before,.hfd-sortable.is-drop-after:after{content:"";position:absolute;left:1.5rem;right:0;height:2px;background:var(--hfd-selected-ring);pointer-events:none;z-index:5}.hfd-sortable.is-drop-before:before{top:0}.hfd-sortable.is-drop-after:after{bottom:0}.hfd-section-end{height:0;min-height:0;pointer-events:none}.html-form-doc.is-reordering .hfd-section-end{min-height:1.5rem;height:auto;pointer-events:auto}.html-form-doc.is-reordering .hfd-section-end.is-drop-target{outline:1px dashed var(--hfd-selected-ring);outline-offset:2px;border-radius:.25rem}.hfd-drag-ghost{max-width:20rem;padding:.35rem .75rem;border:1px solid var(--hfd-selected-ring);border-radius:var(--hfd-control-radius);background:var(--hfd-page-bg);box-shadow:var(--hfd-page-shadow);color:var(--hfd-page-fg);font-size:var(--hfd-label-size);font-weight:var(--hfd-label-weight);pointer-events:none}.hfd-reveal-group{display:flex;flex-direction:column;gap:.75rem}.hfd-reveal{display:flex;flex-direction:column;gap:1rem;margin-left:1.25rem;padding-left:1rem;border-left:2px solid var(--hfd-section-divider)}.hfd-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.hfd-add-row,.hfd-remove-row{font:inherit;font-size:var(--hfd-label-size);font-weight:550;line-height:1;cursor:pointer}.hfd-add-row{margin-top:1rem;padding:.45rem .8rem;border:1px solid var(--hfd-selected-ring);border-radius:var(--hfd-control-radius);background:transparent;color:var(--hfd-selected-ring)}.hfd-remove-row{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;margin:0;padding:.25rem .5rem;border:1px solid var(--hfd-control-border);border-radius:var(--hfd-control-radius);background:var(--hfd-page-bg);color:var(--hfd-muted-fg)}.hfd-remove-row-icon{width:.9rem;height:.9rem}.hfd-add-row.is-selected{border-radius:var(--hfd-control-radius);box-shadow:0 0 0 2px color-mix(in srgb,var(--hfd-selected-ring) 45%,transparent);outline:1px solid var(--hfd-selected-ring)}.hfd-label{font-size:var(--hfd-label-size);font-weight:var(--hfd-label-weight);color:var(--hfd-page-fg);display:inline-flex;align-items:center;gap:.25rem}.hfd-required-mark{color:var(--hfd-required-border);font-weight:700}.hfd-help{font-size:.75rem;line-height:1.4;color:var(--hfd-help-fg);margin:0;max-width:42rem}button.hfd-help-edit{display:block;width:100%;padding:0;border:0;background:transparent;font:inherit;color:inherit;text-align:left;cursor:text}button.hfd-help-edit:hover{background:color-mix(in srgb,currentColor 8%,transparent)}textarea.hfd-help-input{display:block;width:100%;min-height:3.5rem;padding:.25rem .4rem;border:1px solid var(--hfd-control-border);border-radius:.25rem;background:var(--hfd-control-bg);color:inherit;font:inherit;resize:vertical}.hfd-field.is-checkbox .hfd-help{order:3}.hfd-control{font:inherit;width:100%;min-height:var(--hfd-control-min-height);padding:var(--hfd-control-padding-y) var(--hfd-control-padding-x);background:var(--hfd-control-bg);color:var(--hfd-control-fg);border:1px solid var(--hfd-control-border);border-radius:var(--hfd-control-radius);outline:none;transition:border-color .12s ease,box-shadow .12s ease}.hfd-control:focus,.hfd-control:focus-visible{border-color:var(--hfd-selected-ring);box-shadow:0 0 0 2px color-mix(in srgb,var(--hfd-selected-ring) 35%,transparent)}textarea.hfd-control{min-height:5rem;resize:vertical}button.hfd-control{cursor:pointer;text-align:left}button.hfd-control:disabled{cursor:default;opacity:.6}.hfd-field :disabled{pointer-events:none}.hfd-choice-group{display:flex;flex-direction:column;gap:.375rem;padding:.25rem 0}.hfd-choice{display:inline-flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.35;min-width:0;overflow-wrap:anywhere;cursor:pointer}.hfd-choice .hfd-tick{flex-shrink:0;margin-top:.1em}.hfd-choice input,.hfd-tick{accent-color:var(--hfd-selected-ring)}.hfd-field.is-checkbox{flex-direction:row;align-items:center;gap:.5rem}.hfd-field.is-checkbox .hfd-label{order:2}.hfd-field.is-required .hfd-control{border-color:var(--hfd-required-border);background:var(--hfd-required-fill)}.hfd-field.is-required .hfd-tick{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;margin:0;flex-shrink:0;border:2px solid var(--hfd-required-border);background:var(--hfd-required-fill)}.hfd-field.is-required input[type=radio].hfd-tick{border-radius:50%}.hfd-field.is-required input[type=checkbox].hfd-tick{border-radius:.2rem}.hfd-field.is-required .hfd-tick:checked{background:var(--hfd-required-border);box-shadow:inset 0 0 0 .2rem var(--hfd-page-bg)}.hfd-field.is-filled .hfd-control{border-color:var(--hfd-filled-border)}.hfd-field.is-selected .hfd-control,.hfd-field.is-selected .hfd-choice-group{box-shadow:0 0 0 2px color-mix(in srgb,var(--hfd-selected-ring) 45%,transparent);border-color:var(--hfd-selected-ring)}.hfd-field.is-ring-target .hfd-control,.hfd-field.is-ring-target .hfd-choice-group{box-shadow:0 0 0 2px var(--hfd-ring-target-ring);border-color:var(--hfd-ring-target-ring)}.hfd-field.is-hidden-conditional{display:none}.hfd-field.is-annotated{opacity:.55}.hfd-field-note{font-size:.6875rem;font-weight:500;color:var(--hfd-muted-fg);border:1px solid var(--hfd-section-divider);border-radius:999px;padding:0 .375rem;white-space:nowrap}.json-view{display:block;color:#4d4d4d;text-align:left;--json-property: #009033;--json-index: #676dff;--json-number: #676dff;--json-string: #b2762e;--json-boolean: #dc155e;--json-null: #dc155e}.json-view .json-view--property{color:var(--json-property)}.json-view .json-view--index{color:var(--json-index)}.json-view .json-view--number{color:var(--json-number)}.json-view .json-view--string{color:var(--json-string)}.json-view .json-view--boolean{color:var(--json-boolean)}.json-view .json-view--null{color:var(--json-null)}.json-view .jv-indent{padding-left:1em}.json-view .jv-chevron{display:inline-block;vertical-align:-20%;cursor:pointer;opacity:.4;width:1em;height:1em}:is(.json-view .jv-chevron:hover,.json-view .jv-size:hover+.jv-chevron){opacity:.8}.json-view .jv-size{cursor:pointer;opacity:.4;font-size:.875em;font-style:italic;margin-left:.5em;vertical-align:-5%;line-height:1}.json-view :is(.json-view--copy,.json-view--edit),.json-view .json-view--link svg{display:none;width:1em;height:1em;margin-left:.25em;cursor:pointer}.json-view .json-view--input{width:120px;margin-left:.25em;border-radius:4px;border:1px solid currentColor;padding:0 4px;font-size:87.5%;line-height:1.25;background:transparent}.json-view .json-view--deleting{outline:1px solid #da0000;background-color:#da000011;text-decoration-line:line-through}:is(.json-view:hover,.json-view--pair:hover)>:is(.json-view--copy,.json-view--edit),:is(.json-view:hover,.json-view--pair:hover)>.json-view--link svg{display:inline-block}.json-view .jv-button{background:transparent;outline:none;border:none;cursor:pointer;color:inherit}.json-view .cursor-pointer{cursor:pointer}.json-view svg{vertical-align:-10%}.jv-size-chevron~svg{vertical-align:-16%}.json-view_a11y{color:#545454;--json-property: #aa5d00;--json-index: #007299;--json-number: #007299;--json-string: #008000;--json-boolean: #d91e18;--json-null: #d91e18}.json-view_github{color:#005cc5;--json-property: #005cc5;--json-index: #005cc5;--json-number: #005cc5;--json-string: #032f62;--json-boolean: #005cc5;--json-null: #005cc5}.json-view_vscode{color:#005cc5;--json-property: #0451a5;--json-index: #0000ff;--json-number: #0000ff;--json-string: #a31515;--json-boolean: #0000ff;--json-null: #0000ff}.json-view_atom{color:#383a42;--json-property: #e45649;--json-index: #986801;--json-number: #986801;--json-string: #50a14f;--json-boolean: #0184bc;--json-null: #0184bc}.json-view_winter-is-coming{color:#0431fa;--json-property: #3a9685;--json-index: #ae408b;--json-number: #ae408b;--json-string: #8123a9;--json-boolean: #0184bc;--json-null: #0184bc}:is(.dark .json-view,.dark.json-view){color:#d1d1d1;--json-property: #009033;--json-index: #5d75f2;--json-number: #5d75f2;--json-string: #c57e29;--json-boolean: #e4407b;--json-null: #e4407b}:is(.dark .json-view_a11y,.dark.json-view_a11y){color:#d1d1d1;--json-property: #ffd700;--json-index: #00e0e0;--json-number: #00e0e0;--json-string: #abe338;--json-boolean: #ffa07a;--json-null: #ffa07a}:is(.dark .json-view_github,.dark.json-view_github){color:#79b8ff;--json-property: #79b8ff;--json-index: #79b8ff;--json-number: #79b8ff;--json-string: #9ecbff;--json-boolean: #79b8ff;--json-null: #79b8ff}:is(.dark .json-view_vscode,.dark.json-view_vscode){color:orchid;--json-property: #9cdcfe;--json-index: #b5cea8;--json-number: #b5cea8;--json-string: #ce9178;--json-boolean: #569cd6;--json-null: #569cd6}:is(.dark .json-view_atom,.dark.json-view_atom){color:#abb2bf;--json-property: #e06c75;--json-index: #d19a66;--json-number: #d19a66;--json-string: #98c379;--json-boolean: #56b6c2;--json-null: #56b6c2}:is(.dark .json-view_winter-is-coming,.dark.json-view_winter-is-coming){color:#a7dbf7;--json-property: #91dacd;--json-index: #8dec95;--json-number: #8dec95;--json-string: #e0aff5;--json-boolean: #f29fd8;--json-null: #f29fd8}
