@layer components{.fcr-root{--fcr-interaction-background:oklch(100% 0 0);--fcr-interaction-foreground:oklch(14.5% 0 0);--fcr-interaction-primary:oklch(20.5% 0 0);--fcr-interaction-primary-foreground:oklch(98.5% 0 0);--fcr-interaction-secondary:oklch(97% 0 0);--fcr-interaction-secondary-foreground:oklch(20.5% 0 0);--fcr-interaction-muted:oklch(97% 0 0);--fcr-interaction-border:oklch(92.2% 0 0);--fcr-interaction-input:oklch(92.2% 0 0);--fcr-interaction-focus:oklch(70.8% 0 0);--fcr-interaction-danger:oklch(57.7% .245 27.325);--fcr-interaction-radius:.625rem;--fcr-ui-background:var(--fcr-interaction-background);--fcr-ui-foreground:var(--fcr-interaction-foreground);--fcr-ui-primary:var(--fcr-interaction-primary);--fcr-ui-primary-foreground:var(--fcr-interaction-primary-foreground);--fcr-ui-secondary:var(--fcr-interaction-secondary);--fcr-ui-secondary-foreground:var(--fcr-interaction-secondary-foreground);--fcr-ui-muted:var(--fcr-interaction-muted);--fcr-ui-border:var(--fcr-interaction-border);--fcr-ui-input:var(--fcr-interaction-input);--fcr-ui-ring:var(--fcr-interaction-focus);--fcr-ui-destructive:var(--fcr-interaction-danger);--fcr-ui-radius:var(--fcr-interaction-radius)}.fcr-theme-dark{--fcr-interaction-background:oklch(14.5% 0 0);--fcr-interaction-foreground:oklch(98.5% 0 0);--fcr-interaction-primary:oklch(92.2% 0 0);--fcr-interaction-primary-foreground:oklch(20.5% 0 0);--fcr-interaction-secondary:oklch(26.9% 0 0);--fcr-interaction-secondary-foreground:oklch(98.5% 0 0);--fcr-interaction-muted:oklch(26.9% 0 0);--fcr-interaction-border:oklch(100% 0 0/.1);--fcr-interaction-input:oklch(100% 0 0/.15);--fcr-interaction-focus:oklch(55.6% 0 0);--fcr-interaction-danger:oklch(70.4% .191 22.216)}.fcr-ui-button{border-radius:var(--fcr-ui-radius);font:inherit;white-space:nowrap;-webkit-user-select:none;user-select:none;background-clip:padding-box;border:1px solid #0000;outline:none;flex:none;justify-content:center;align-self:flex-start;align-items:center;gap:6px;font-size:14px;font-weight:500;transition:all .12s;display:inline-flex}.fcr-ui-button svg{pointer-events:none;flex-shrink:0;width:16px;height:16px}.fcr-ui-button-default{background:var(--fcr-ui-primary);color:var(--fcr-ui-primary-foreground)}.fcr-ui-button-default:hover{opacity:.8}.fcr-ui-button-outline{border-color:var(--fcr-ui-border);background:var(--fcr-ui-background);color:var(--fcr-ui-foreground)}.fcr-ui-button-outline:hover{background:var(--fcr-ui-muted);color:var(--fcr-ui-foreground)}.fcr-ui-button-secondary{background:var(--fcr-ui-secondary);color:var(--fcr-ui-secondary-foreground)}.fcr-ui-button-secondary:hover{background:color-mix(in oklch, var(--fcr-ui-secondary), var(--fcr-ui-foreground) 5%)}.fcr-ui-button-ghost{color:var(--fcr-ui-foreground);background:0 0}.fcr-ui-button-ghost:hover{background:var(--fcr-ui-muted)}.fcr-ui-button-destructive{background:color-mix(in oklch, var(--fcr-ui-destructive) 10%, transparent);color:var(--fcr-ui-destructive)}.fcr-ui-button-destructive:hover{background:color-mix(in oklch, var(--fcr-ui-destructive) 20%, transparent)}.fcr-ui-button-destructive-ghost{color:var(--fcr-ui-destructive);background:0 0}.fcr-ui-button-destructive-ghost:hover{background:color-mix(in oklch, var(--fcr-ui-destructive) 10%, transparent)}.fcr-ui-button-link{color:var(--fcr-ui-primary);text-underline-offset:4px;background:0 0;border-color:#0000}.fcr-ui-button-link:hover{text-decoration:underline}.fcr-ui-button-size-xs{gap:4px;height:24px;padding:0 8px;font-size:12px}.fcr-ui-button-size-sm{gap:4px;height:28px;padding:0 10px;font-size:12.8px}.fcr-ui-button-size-default{height:32px;padding:0 10px}.fcr-ui-button-size-lg{height:36px;padding:0 10px}.fcr-ui-button-size-icon-xs{width:24px;height:24px;padding:0}.fcr-ui-button-size-icon-sm{width:28px;height:28px;padding:0}.fcr-ui-button-size-icon{width:32px;height:32px;padding:0}.fcr-ui-button-size-icon-lg{width:36px;height:36px;padding:0}.fcr-ui-button:active:not([aria-haspopup]){transform:translateY(1px)}.fcr-ui-button:disabled{pointer-events:none;opacity:.5}.fcr-ui-button:focus-visible{border-color:var(--fcr-ui-ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-button-width-fill{align-self:stretch;width:100%}.fcr-root{--fcr-interaction-muted-foreground:oklch(55.6% 0 0)}.fcr-theme-dark{--fcr-interaction-muted-foreground:oklch(70.8% 0 0)}.fcr-root .fcr-ui-field-label[data-required]:after{content:"*";color:var(--fcr-ui-destructive);margin-inline-start:2px}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox])){--fcr-ui-muted-foreground:var(--fcr-interaction-muted-foreground);flex-direction:column;gap:8px;width:100%;min-width:0;display:flex}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>:is(.fcr-ui-label,.fcr-ui-field-label),.fcr-ui-field.fcr-form-control .fcr-checker>.fcr-ui-field-label{font-size:14px;font-weight:500;line-height:1}.fcr-ui-field.fcr-form-control>.fcr-ui-field-description{color:var(--fcr-ui-muted-foreground);margin:0;font-size:12px}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-field-tips{color:var(--fcr-ui-muted-foreground)}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-field-error{color:var(--fcr-ui-destructive);margin:0;font-size:12px}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>:is(.fcr-ui-input,.fcr-ui-textarea){border:1px solid var(--fcr-ui-input);border-radius:calc(var(--fcr-ui-radius) - 2px);width:100%;min-width:0;color:var(--fcr-ui-foreground);font:inherit;background:0 0;outline:none;transition:color .12s,box-shadow .12s}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-input{height:32px;padding:4px 10px}.fcr-form-control>.fcr-ui-textarea{field-sizing:content;resize:vertical;min-height:64px;padding:8px 10px;display:flex}.fcr-theme-dark .fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-input,.fcr-theme-dark .fcr-form-control>.fcr-ui-textarea{background:color-mix(in oklch, var(--fcr-ui-input) 30%, transparent);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-input::placeholder,.fcr-form-control>.fcr-ui-textarea::placeholder{color:var(--fcr-ui-muted-foreground)}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-input:disabled,.fcr-form-control>.fcr-ui-textarea:disabled{pointer-events:none;cursor:not-allowed;background:color-mix(in oklch, var(--fcr-ui-input) 50%, transparent);opacity:.5}.fcr-ui-field:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-input:focus-visible,.fcr-form-control .fcr-ui-textarea:focus-visible,.fcr-form-control .fcr-ui-checkbox:focus-visible,.fcr-form-control .fcr-ui-radio:focus-visible{border-color:var(--fcr-ui-ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-ui-field[data-invalid]:where(.fcr-form-control,:has(>.fcr-ui-input:is([type=time],[type=datetime-local])),:has(>.fcr-ui-button[role=combobox]))>.fcr-ui-input,.fcr-form-control[data-invalid] .fcr-ui-textarea,.fcr-form-control[data-invalid] .fcr-ui-checkbox,.fcr-form-control[data-invalid] .fcr-ui-radio{border-color:var(--fcr-ui-destructive);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-destructive) 20%, transparent)}.fcr-form-control .fcr-ui-checkbox,.fcr-form-control .fcr-ui-radio{border:1px solid var(--fcr-ui-input);width:16px;height:16px;color:var(--fcr-ui-primary-foreground);background:0 0;outline:none;flex:0 0 16px;place-content:center;display:inline-grid;position:relative}.fcr-form-control .fcr-ui-checkbox{border-radius:4px}.fcr-form-control .fcr-ui-radio{border-radius:50%}.fcr-theme-dark .fcr-form-control .fcr-ui-checkbox,.fcr-theme-dark .fcr-form-control .fcr-ui-radio{background:color-mix(in oklch, var(--fcr-ui-input) 30%, transparent)}.fcr-form-control .fcr-ui-checkbox[data-checked],.fcr-form-control .fcr-ui-radio[data-checked]{border-color:var(--fcr-ui-primary);background:var(--fcr-ui-primary)}.fcr-form-control .fcr-ui-checkbox[data-disabled],.fcr-form-control .fcr-ui-radio[data-disabled]{cursor:not-allowed;opacity:.5}.fcr-form-control .fcr-ui-checkbox-indicator,.fcr-form-control .fcr-ui-radio-indicator{place-content:center;display:grid}.fcr-form-control .fcr-ui-checkbox-indicator svg{width:12px;height:12px}.fcr-form-control .fcr-ui-radio-indicator svg{fill:currentColor;width:6px;height:6px}.fcr-ui-popover-positioner{z-index:var(--fcr-z-index-overlay);max-width:var(--available-width);max-height:var(--available-height);outline:none}.fcr-ui-popover-content{max-width:min(var(--available-width), calc(100vw - 16px));max-height:min(var(--available-height), calc(100vh - 16px));border:1px solid var(--fcr-ui-border);border-radius:var(--fcr-ui-radius);background:var(--fcr-ui-background);color:var(--fcr-ui-foreground);transform-origin:var(--transform-origin);outline:none;padding:12px;transition:opacity .12s,transform .12s;overflow:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.fcr-ui-popover-content[data-starting-style],.fcr-ui-popover-content[data-ending-style]{opacity:0;transform:scale(.96)}.fcr-ui-calendar{--fcr-calendar-cell-size:32px;width:fit-content;font-size:14px}.fcr-ui-calendar-months,.fcr-ui-calendar-month{flex-direction:column;gap:16px;width:100%;display:flex;position:relative}.fcr-ui-calendar-nav{z-index:1;pointer-events:none;justify-content:space-between;align-items:center;gap:4px;width:100%;display:flex;position:absolute;inset:0 0 auto}.fcr-ui-calendar-previous,.fcr-ui-calendar-next{pointer-events:auto;-webkit-user-select:none;user-select:none}.fcr-ui-calendar-caption{width:100%;height:var(--fcr-calendar-cell-size);padding-inline:var(--fcr-calendar-cell-size);justify-content:center;align-items:center;display:flex}.fcr-ui-calendar-caption-label{-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500}.fcr-ui-calendar-grid{border-collapse:collapse;width:100%}.fcr-ui-calendar-weekdays,.fcr-ui-calendar-week{width:100%;display:flex}.fcr-ui-calendar-week{margin-top:8px}.fcr-ui-calendar-weekday{width:var(--fcr-calendar-cell-size);color:var(--fcr-ui-muted-foreground);text-align:center;-webkit-user-select:none;user-select:none;font-size:12.8px;font-weight:400}.fcr-ui-calendar-day{width:var(--fcr-calendar-cell-size);height:var(--fcr-calendar-cell-size);text-align:center;padding:0;position:relative}.fcr-ui-calendar-day-button{width:100%;min-width:var(--fcr-calendar-cell-size);border:0;height:100%;font-weight:400;line-height:1;position:relative}.fcr-ui-calendar-day-button[data-selected-single]{background:var(--fcr-ui-primary);color:var(--fcr-ui-primary-foreground)}.fcr-ui-calendar-today:not(.rdp-selected) .fcr-ui-calendar-day-button{background:var(--fcr-ui-muted);color:var(--fcr-ui-foreground)}.fcr-ui-calendar-outside{color:var(--fcr-ui-muted-foreground)}.fcr-ui-calendar-disabled{pointer-events:none;color:var(--fcr-ui-muted-foreground);opacity:.5}.fcr-ui-calendar-hidden{visibility:hidden}.fcr-ui-calendar-chevron{width:16px;height:16px}@media (prefers-reduced-motion:reduce){.fcr-ui-popover-content{transition:none}}.fcr-root .fcr-table-wrap{min-width:0;max-width:100%}.fcr-root .fcr-ui-table-container{overscroll-behavior-inline:contain;width:100%;max-width:100%;position:relative;overflow-x:auto}.fcr-root .fcr-table-pagination{overscroll-behavior-inline:contain;max-width:100%;padding-top:8px;overflow-x:auto}.fcr-root .fcr-ui-pagination{justify-content:safe flex-end;width:100%;display:flex}.fcr-root .fcr-ui-pagination-content{flex:none;align-items:center;margin:0;padding:0;list-style:none;display:flex}.fcr-root .fcr-ui-pagination-ellipsis{flex:none;justify-content:center;align-items:center;display:flex}.fcr-root .fcr-table-pagination .fcr-ui-pagination-link:active{transform:none}@media (width<640px){.fcr-root .fcr-ui-pagination-previous-text,.fcr-root .fcr-ui-pagination-next-text{display:none}}.fcr-root .fcr-ui-field.fcr-choice-field{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.fcr-root .fcr-choice-field>:is(.fcr-ui-label,.fcr-ui-field-label){font-size:14px;font-weight:500;line-height:1}.fcr-root .fcr-choice-field>.fcr-ui-field-description{color:var(--fcr-ui-muted-foreground);margin:0;font-size:12px}.fcr-root .fcr-choice-field>.fcr-ui-field-error{color:var(--fcr-ui-destructive);margin:0;font-size:12px}.fcr-root [data-slot=select-trigger],.fcr-root [data-slot=combobox-trigger],.fcr-root [data-slot=combobox-chips]{box-sizing:border-box;border:1px solid var(--fcr-ui-input);border-radius:calc(var(--fcr-ui-radius) - 2px);background:var(--fcr-ui-background);width:100%;min-width:0;height:32px;color:var(--fcr-ui-foreground);font:inherit;outline:none;align-items:center;gap:6px;transition:color .12s,box-shadow .12s;display:flex}.fcr-root [data-slot=select-trigger],.fcr-root [data-slot=combobox-trigger]{text-align:left;justify-content:space-between;padding:4px 10px}.fcr-root [data-slot=combobox-chips]{flex-wrap:nowrap;padding:3px 6px 3px 10px;overflow:hidden}.fcr-root [data-slot=select-trigger]:focus-visible,.fcr-root [data-slot=combobox-trigger]:focus-visible,.fcr-root [data-slot=combobox-chips]:focus-within{border-color:var(--fcr-ui-ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-root .fcr-choice-field[data-invalid] :is([data-slot=select-trigger],[data-slot=combobox-trigger],[data-slot=combobox-chips]){border-color:var(--fcr-ui-destructive);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-destructive) 20%, transparent)}.fcr-root :is([data-slot=select-trigger],[data-slot=combobox-trigger],[data-slot=combobox-chip-remove],[data-slot=select-item-indicator],[data-slot=combobox-item-indicator]) svg{pointer-events:none;flex:0 0 16px;width:16px;height:16px}.fcr-root :is([data-slot=select-trigger],[data-slot=combobox-trigger],[data-slot=combobox-chip-remove]):disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.fcr-root [data-slot=select-positioner],.fcr-root [data-slot=combobox-positioner]{z-index:var(--fcr-z-index-overlay);width:min(320px, var(--available-width));min-width:min(var(--anchor-width), var(--available-width));max-width:var(--available-width);outline:none}.fcr-root .fcr-choice-drawer{width:100%}.fcr-root .fcr-choice-control{box-sizing:border-box;border:1px solid var(--fcr-ui-input);border-radius:calc(var(--fcr-ui-radius) - 2px);background:var(--fcr-ui-background);width:100%;min-width:0;height:32px;color:var(--fcr-ui-foreground);font:inherit;outline:none;justify-content:space-between;align-items:center;gap:6px;padding:3px 6px 3px 10px;transition:color .12s,box-shadow .12s;display:flex}.fcr-root .fcr-choice-control:focus-within{border-color:var(--fcr-ui-ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-root .fcr-choice-field[data-invalid] .fcr-choice-control{border-color:var(--fcr-ui-destructive);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-destructive) 20%, transparent)}.fcr-root .fcr-choice-control:has(.fcr-choice-open:disabled){pointer-events:none;cursor:not-allowed;opacity:.5}.fcr-root .fcr-choice-open{border-radius:calc(var(--fcr-ui-radius) - 4px);width:24px;height:24px;color:inherit;background:0 0;border:0;outline:none;flex:0 0 24px;justify-content:center;align-items:center;padding:0;display:inline-flex}.fcr-root .fcr-choice-open:focus-visible,.fcr-root .fcr-choice-chip button:focus-visible{box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-root .fcr-choice-value,.fcr-root .fcr-choice-placeholder{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.fcr-root .fcr-choice-placeholder{color:var(--fcr-ui-muted-foreground)}.fcr-root .fcr-choice-search{border:1px solid var(--fcr-ui-input);border-radius:calc(var(--fcr-ui-radius) - 2px);width:100%;min-width:0;height:32px;color:var(--fcr-ui-foreground);font:inherit;background:0 0;outline:none;padding:4px 10px}.fcr-root .fcr-choice-search:focus-visible{border-color:var(--fcr-ui-ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-root .fcr-choice-list{overscroll-behavior:contain;min-height:0;overflow-y:auto}.fcr-root .fcr-choice-option{border-radius:calc(var(--fcr-ui-radius) - 4px);cursor:default;overflow-wrap:anywhere;-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;gap:7px;width:100%;min-height:32px;padding:6px 8px;display:flex;position:relative}.fcr-root .fcr-choice-option[data-highlighted]{background:var(--fcr-ui-muted);color:var(--fcr-ui-foreground)}.fcr-root .fcr-choice-option[data-disabled]{pointer-events:none;opacity:.5}.fcr-root .fcr-choice-indicator{width:16px;height:16px;color:var(--fcr-ui-foreground);flex:0 0 16px}.fcr-root .fcr-choice-status{color:var(--fcr-ui-muted-foreground);padding:4px 8px;font-size:12px}.fcr-root .fcr-choice-chips{flex:auto;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.fcr-root .fcr-choice-chip{border-radius:calc(var(--fcr-ui-radius) - 4px);background:var(--fcr-ui-muted);min-width:0;max-width:110px;color:var(--fcr-ui-foreground);align-items:center;gap:2px;padding:2px 3px 2px 7px;display:inline-flex}.fcr-root .fcr-choice-chip>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fcr-root .fcr-choice-chip button{border-radius:calc(var(--fcr-ui-radius) - 4px);width:20px;height:20px;color:inherit;background:0 0;border:0;flex:0 0 20px;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.fcr-root .fcr-choice-chip-count{color:var(--fcr-ui-muted-foreground);flex:none;font-size:12px}.fcr-root .fcr-choice-drawer-header{text-align:left;min-width:0;padding-right:56px;position:relative}.fcr-root .fcr-choice-drawer-header [data-slot=drawer-close]{position:absolute;top:8px;right:12px}.fcr-root .fcr-choice-drawer-body{flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px 16px;display:flex;overflow:hidden}.fcr-root .fcr-choice-drawer-body .fcr-choice-list{overscroll-behavior:contain;min-height:0;max-height:min(52dvh,440px);overflow-y:auto}.fcr-root [data-slot=select-content],.fcr-root [data-slot=combobox-content]{box-sizing:border-box;width:100%;max-height:min(360px, var(--available-height));border:1px solid var(--fcr-ui-border);border-radius:var(--fcr-ui-radius);background:var(--fcr-ui-background);color:var(--fcr-ui-foreground);outline:none;gap:4px;padding:4px;display:grid;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.fcr-root .fcr-choice-pc-search-group{border:1px solid var(--fcr-ui-input);border-radius:calc(var(--fcr-ui-radius) - 2px);align-items:center;gap:6px;min-width:0;height:32px;padding:0 8px;display:flex}.fcr-root .fcr-choice-pc-search-group:focus-within{border-color:var(--fcr-ui-ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}.fcr-root .fcr-choice-pc-search-group>svg{width:16px;height:16px;color:var(--fcr-ui-muted-foreground);flex:0 0 16px}.fcr-root .fcr-choice-pc-search,.fcr-root [data-slot=combobox-chip-input]{min-width:64px;color:inherit;font:inherit;background:0 0;border:0;outline:none;flex:auto;padding:0}.fcr-root .fcr-choice-pc-list{overscroll-behavior:contain;min-height:0;overflow-y:auto}.fcr-root [data-slot=select-item],.fcr-root [data-slot=combobox-item]{border-radius:calc(var(--fcr-ui-radius) - 4px);cursor:default;overflow-wrap:anywhere;-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;gap:7px;width:100%;min-height:32px;padding:6px 8px;display:flex;position:relative}.fcr-root :is([data-slot=select-item],[data-slot=combobox-item])[data-highlighted]{background:var(--fcr-ui-muted);color:var(--fcr-ui-foreground)}.fcr-root :is([data-slot=select-item],[data-slot=combobox-item])[data-disabled]{pointer-events:none;opacity:.5}.fcr-root [data-slot=combobox-chip]{border-radius:calc(var(--fcr-ui-radius) - 4px);background:var(--fcr-ui-muted);min-width:0;max-width:110px;color:var(--fcr-ui-foreground);align-items:center;gap:2px;padding:2px 3px 2px 7px;display:inline-flex}.fcr-root [data-slot=combobox-chip]>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fcr-root [data-slot=combobox-chip-remove]{border-radius:calc(var(--fcr-ui-radius) - 4px);width:20px;height:20px;color:inherit;background:0 0;border:0;flex:0 0 20px;justify-content:center;align-items:center;display:inline-flex}.fcr-root [data-slot=combobox-chip-remove]:hover{background:var(--fcr-ui-background)}.fcr-root .fcr-choice-pc-status,.fcr-root .fcr-choice-pc-chip-count{color:var(--fcr-ui-muted-foreground);padding:4px 8px;font-size:12px}.fcr-root .fcr-choice-pc-anchor{width:100%;min-width:0}.fcr-root .fcr-choice-pc-value{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.fcr-root .fcr-choice-pc-done{align-self:stretch;width:100%}.fcr-root.fcr-theme-dark :is([data-slot=select-trigger],[data-slot=combobox-trigger],[data-slot=combobox-chips]){background:color-mix(in oklch, var(--fcr-ui-input) 30%, transparent)}.fcr-root .fcr-ui-drawer-overlay{z-index:var(--fcr-z-index-overlay);min-height:100dvh;opacity:max(var(--drawer-overlay-min-opacity,0), calc(1 - var(--drawer-swipe-progress)));-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001a;transition:opacity .45s cubic-bezier(.32,.72,0,1);position:fixed;inset:0}.fcr-root .fcr-ui-drawer-viewport{inset:0;bottom:var(--drawer-keyboard-inset,0px);z-index:calc(var(--fcr-z-index-overlay) + 1);pointer-events:none;-webkit-user-select:none;user-select:none;position:fixed}.fcr-root .fcr-ui-drawer-viewport[data-modal=true]{pointer-events:auto}.fcr-root .fcr-ui-drawer-popup{--drawer-content-height:var(--drawer-height,auto);--drawer-content-max-height:min(calc(100dvh - var(--drawer-keyboard-inset,0px)), 720px);--bleed:3rem;right:0;bottom:var(--drawer-keyboard-inset,0px);width:auto;height:var(--drawer-content-height);min-height:0;max-height:var(--drawer-content-max-height);pointer-events:auto;border-top:1px solid var(--fcr-ui-border);border-radius:calc(var(--fcr-ui-radius) + 4px) calc(var(--fcr-ui-radius) + 4px) 0 0;background:var(--fcr-ui-popover);color:var(--fcr-ui-popover-foreground);-webkit-user-select:none;user-select:none;transform:translate3d(0, var(--drawer-swipe-movement-y,0px), 0);will-change:transform;outline:none;flex-direction:column;font-size:14px;transition:transform .45s cubic-bezier(.22,1,.36,1),height .45s cubic-bezier(.22,1,.36,1),opacity .45s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;left:0}.fcr-root .fcr-ui-drawer-popup:after{height:var(--bleed);background:var(--fcr-ui-popover);content:"";pointer-events:none;position:absolute;top:100%;left:0;right:0}.fcr-root .fcr-ui-drawer-content{overscroll-behavior:contain;border-radius:inherit;-webkit-user-select:text;user-select:text;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.fcr-root .fcr-ui-drawer-swipe-handle{z-index:1;cursor:grab;flex-shrink:0;justify-content:center;align-items:flex-end;width:100%;height:12px;transition:opacity .2s;display:flex;position:relative}.fcr-root .fcr-ui-drawer-swipe-handle:after{background:var(--fcr-ui-muted);content:"";border-radius:9999px;flex-shrink:0;width:96px;height:4px;display:block}.fcr-root .fcr-ui-drawer-swipe-handle:active{cursor:grabbing}.fcr-root .fcr-ui-drawer-header{text-align:center;flex-direction:column;flex-shrink:0;gap:2px;padding:16px 16px 0;display:flex}.fcr-root .fcr-ui-drawer-title{color:var(--fcr-ui-foreground);font-family:var(--fcr-font-family);font-size:16px;font-weight:500}.fcr-root .fcr-ui-drawer-description{color:var(--fcr-ui-muted-foreground);font-size:14px}.fcr-root .fcr-ui-drawer-footer{flex-direction:column;flex-shrink:0;gap:8px;margin-top:auto;padding:0 16px 16px;display:flex}@media (prefers-reduced-motion:reduce){.fcr-root .fcr-ui-drawer-overlay,.fcr-root .fcr-ui-drawer-popup,.fcr-root .fcr-ui-drawer-content,.fcr-root .fcr-ui-drawer-swipe-handle{transition-duration:.01ms}}.fcr-root{--fcr-interaction-popover:oklch(100% 0 0);--fcr-interaction-popover-foreground:oklch(14.5% 0 0);--fcr-interaction-accent:oklch(97% 0 0);--fcr-interaction-accent-foreground:oklch(20.5% 0 0);--fcr-ui-popover:var(--fcr-interaction-popover);--fcr-ui-popover-foreground:var(--fcr-interaction-popover-foreground);--fcr-ui-accent:var(--fcr-interaction-accent);--fcr-ui-accent-foreground:var(--fcr-interaction-accent-foreground);--fcr-ui-muted-foreground:var(--fcr-interaction-muted-foreground)}.fcr-theme-dark{--fcr-interaction-popover:oklch(20.5% 0 0);--fcr-interaction-popover-foreground:oklch(98.5% 0 0);--fcr-interaction-accent:oklch(26.9% 0 0);--fcr-interaction-accent-foreground:oklch(98.5% 0 0)}.fcr-ui-dropdown-positioner{z-index:var(--fcr-z-index-overlay);isolation:isolate;outline:none}.fcr-ui-dropdown-menu-content{z-index:50;width:var(--anchor-width);min-width:8rem;max-width:min(20rem,100vw - 16px);max-height:var(--available-height);background:color-mix(in oklch, var(--fcr-ui-popover) 70%, transparent);color:var(--fcr-ui-popover-foreground);box-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a, 0 0 0 1px color-mix(in oklch, var(--fcr-ui-popover-foreground) 10%, transparent);transform-origin:var(--transform-origin);border-radius:8px;outline:none;padding:4px;position:relative;overflow:hidden auto;animation:none!important}.fcr-ui-dropdown-menu-content:before{z-index:-1;border-radius:inherit;pointer-events:none;content:"";-webkit-backdrop-filter:blur(24px)saturate(150%);backdrop-filter:blur(24px)saturate(150%);position:absolute;inset:0}.fcr-ui-dropdown-menu-item{cursor:default;-webkit-user-select:none;user-select:none;overflow-wrap:anywhere;border-radius:6px;outline:none;align-items:center;gap:6px;padding:4px 6px;font-size:14px;line-height:20px;display:flex;position:relative}.fcr-ui-dropdown-menu-item:is(:focus,[data-highlighted]){background:color-mix(in oklch, var(--fcr-ui-popover-foreground) 10%, transparent);color:var(--fcr-ui-accent-foreground)}.fcr-ui-dropdown-menu-item[data-disabled]{pointer-events:none;opacity:.5}.fcr-ui-alert-dialog-overlay{z-index:50;background:#0000001a;animation-duration:.1s;animation-fill-mode:both;position:fixed;inset:0}.fcr-ui-alert-dialog-content{z-index:50;background:var(--fcr-ui-popover);width:calc(100% - 32px);max-width:320px;color:var(--fcr-ui-popover-foreground);box-shadow:0 0 0 1px color-mix(in oklch, var(--fcr-ui-popover-foreground) 10%, transparent);border-radius:12px;outline:none;gap:16px;padding:16px;animation-duration:.1s;animation-fill-mode:both;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.fcr-ui-alert-dialog-header{text-align:center;grid-template-rows:auto 1fr;place-items:center;gap:6px;display:grid}.fcr-ui-alert-dialog-footer{border-top:1px solid var(--fcr-ui-border);background:color-mix(in oklch, var(--fcr-ui-muted) 50%, transparent);border-radius:0 0 12px 12px;flex-direction:column-reverse;gap:8px;margin:0 -16px -16px;padding:16px;display:flex}.fcr-ui-alert-dialog-content[data-size=sm] .fcr-ui-alert-dialog-footer{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.fcr-ui-alert-dialog-title{margin:0;font-size:16px;font-weight:500;line-height:24px}.fcr-ui-alert-dialog-description{color:var(--fcr-ui-muted-foreground);text-wrap:balance;margin:0;font-size:14px;line-height:1.5}.fcr-ui-alert-dialog-overlay[data-open]{animation-name:fcr-ui-overlay-fade-in}.fcr-ui-alert-dialog-overlay[data-closed]{animation-name:fcr-ui-overlay-fade-out}.fcr-ui-alert-dialog-content[data-open]{animation-name:fcr-ui-alert-dialog-in}.fcr-ui-alert-dialog-content[data-closed]{animation-name:fcr-ui-alert-dialog-out}@media (width>=640px){.fcr-ui-alert-dialog-content[data-size=default]{max-width:384px}.fcr-ui-alert-dialog-content[data-size=default] .fcr-ui-alert-dialog-header{text-align:left;place-items:start}.fcr-ui-alert-dialog-footer{flex-direction:row;justify-content:flex-end;display:flex}}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.fcr-ui-alert-dialog-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}@media (prefers-reduced-motion:reduce){.fcr-ui-dropdown-menu-content,.fcr-ui-alert-dialog-overlay,.fcr-ui-alert-dialog-content{transition:none;animation:none}}.fcr-preview-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001a;position:fixed;inset:0}.fcr-preview-positioner{z-index:1001;pointer-events:none;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.fcr-preview-dialog{border-radius:calc(var(--fcr-ui-radius) + 2px);background:var(--fcr-ui-background);width:min(900px,100vw - 32px);max-height:calc(100vh - 32px);color:var(--fcr-ui-foreground);box-shadow:0 0 0 1px color-mix(in oklch, var(--fcr-ui-foreground) 10%, transparent);pointer-events:auto;outline:none;gap:16px;padding:16px;display:grid;position:relative;overflow:auto}.fcr-preview-dialog[data-open]{animation:.1s ease-out fcr-preview-enter}.fcr-preview-dialog[data-closed]{animation:.1s ease-in fcr-preview-exit}.fcr-ui-dialog-close{position:absolute;top:8px;right:8px}.fcr-preview-toolbar{flex-direction:column;gap:8px;padding-right:36px;display:flex}.fcr-preview-toolbar [data-slot=dialog-title]{font:inherit;margin:0;font-size:16px;font-weight:500;line-height:1}.fcr-preview-toolbar-actions{color:var(--fcr-ui-muted-foreground);align-items:center;gap:12px;display:flex}@keyframes fcr-preview-enter{0%{opacity:0;transform:scale(.95)}}@keyframes fcr-preview-exit{to{opacity:0;transform:scale(.95)}}@media (prefers-reduced-motion:reduce){.fcr-preview-dialog[data-open],.fcr-preview-dialog[data-closed]{animation:none}}.fcr-collapsible-trigger{justify-content:flex-start;align-self:stretch;width:100%}.fcr-collapsible-trigger.fcr-icon-right{flex-direction:row-reverse;justify-content:space-between}.fcr-collapse-icon{transition:transform .16s}.fcr-collapsible-trigger[aria-expanded=true] .fcr-collapse-icon{transform:rotate(180deg)}.fcr-interactive-container[role=button]{outline:none}.fcr-interactive-container[role=button]:focus-visible{box-shadow:0 0 0 3px color-mix(in oklch, var(--fcr-ui-ring) 50%, transparent)}@media (prefers-reduced-motion:reduce){.fcr-collapse-icon{transition:none}}.fcr-root{--fcr-font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fcr-color-text:#1f2329;--fcr-color-text-secondary:#646a73;--fcr-color-surface:#fff;--fcr-color-border:#dee0e3;--fcr-color-primary:#3370ff;--fcr-color-primary-contrast:#fff;--fcr-color-danger:#d83931;--fcr-radius-card:10px;--fcr-shadow-card:0 4px 16px #1f232914;--fcr-z-index-overlay:1000;--fcr-markdown-font-size-notation:12px;--fcr-markdown-font-size:14px;--fcr-markdown-font-size-heading:16px;--fcr-markdown-line-height:1.55;--fcr-markdown-heading-line-height:1.35;--fcr-markdown-block-gap:8px;--fcr-markdown-heading-gap-before:12px;--fcr-markdown-heading-gap-after:6px;--fcr-markdown-list-indent:22px;--fcr-markdown-quote-indent:12px;--fcr-markdown-quote-border:var(--fcr-color-border);--fcr-markdown-code-background:#1f23290f;--fcr-markdown-code-border:var(--fcr-color-border);--fcr-markdown-code-radius:6px;--fcr-markdown-table-border:var(--fcr-color-border);--fcr-markdown-table-header-background:#1f23290a;--fcr-markdown-table-radius:6px;box-sizing:border-box;border:1px solid var(--fcr-color-border);border-radius:var(--fcr-radius-card);background:var(--fcr-color-surface);width:100%;color:var(--fcr-color-text);font-family:var(--fcr-font-family);font-size:14px;line-height:1.5}.fcr-width-default{max-width:600px}.fcr-width-compact{max-width:400px}.fcr-width-fill{max-width:none}.fcr-portal-host{display:contents}.fcr-portal-boundary{z-index:var(--fcr-z-index-overlay);position:relative}.fcr-theme-dark{--fcr-color-text:#f5f6f7;--fcr-color-text-secondary:#a6a9ad;--fcr-color-surface:#1f2329;--fcr-color-border:#43474e;--fcr-markdown-code-background:#ffffff14;--fcr-markdown-table-header-background:#ffffff0f}.fcr-header{border-bottom:1px solid var(--fcr-color-border);border-radius:var(--fcr-radius-card) var(--fcr-radius-card) 0 0;padding:16px 20px}.fcr-header-template-blue{color:#245bdb;background:#e8efff}.fcr-header-template-wathet{color:#1456a0;background:#e7f4ff}.fcr-header-template-turquoise{color:#067062;background:#e2f7f2}.fcr-header-template-green{color:#237b4b;background:#e4f7e9}.fcr-header-template-yellow{color:#8f5f00;background:#fff5cc}.fcr-header-template-orange{color:#b26206;background:#feead2}.fcr-header-template-red{color:#c02a26;background:#fee9e7}.fcr-header-template-carmine{color:#b82879;background:#fce8f3}.fcr-header-template-violet{color:#7f3bf5;background:#f3e8ff}.fcr-header-template-purple{color:#5f3dc4;background:#ede9fe}.fcr-header-template-indigo{color:#3a4fa3;background:#e8eafd}.fcr-header-template-grey{color:#51565d;background:#eff0f1}.fcr-header-title{font-size:18px;font-weight:600}.fcr-header-subtitle{color:var(--fcr-color-text-secondary);margin-top:2px}.fcr-body{min-width:0;padding:16px 20px;display:flex}.fcr-direction-vertical{flex-direction:column}.fcr-direction-horizontal{flex-direction:row}.fcr-div{overflow-wrap:anywhere;white-space:pre-wrap;min-width:0}.fcr-markdown{overflow-wrap:anywhere;min-width:0;line-height:var(--fcr-markdown-line-height);align-items:flex-start;gap:6px;display:flex}.fcr-markdown-content{flex:auto;min-width:0}.fcr-markdown-content>:first-child{margin-top:0}.fcr-markdown-content>:last-child{margin-bottom:0}.fcr-markdown-icon{object-fit:contain;width:1em;height:1em;color:var(--fcr-markdown-icon-color,currentColor);flex:none;margin-top:.25em}.fcr-markdown-standard-icon{place-items:center;font-size:.75em;display:inline-grid}.fcr-markdown-icon-placeholder{background:var(--fcr-color-border);border-radius:3px}.fcr-markdown h1,.fcr-markdown h2,.fcr-markdown h3,.fcr-markdown h4,.fcr-markdown h5,.fcr-markdown h6{margin:var(--fcr-markdown-heading-gap-before) 0 var(--fcr-markdown-heading-gap-after);font-size:1em;line-height:var(--fcr-markdown-heading-line-height);font-weight:600}.fcr-markdown h1{font-size:1.25em}.fcr-markdown h2{font-size:1.14em}.fcr-markdown p{margin:var(--fcr-markdown-block-gap) 0}.fcr-markdown ul,.fcr-markdown ol{margin:var(--fcr-markdown-block-gap) 0;padding-left:var(--fcr-markdown-list-indent)}.fcr-markdown blockquote{margin:var(--fcr-markdown-block-gap) 0;padding-left:var(--fcr-markdown-quote-indent);border-left:3px solid var(--fcr-markdown-quote-border);color:var(--fcr-color-text-secondary)}.fcr-markdown-inline-code{overflow-wrap:anywhere;word-break:break-word;border-radius:var(--fcr-markdown-code-radius);background:var(--fcr-markdown-code-background);padding:.08em .28em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.fcr-markdown-code-block{box-sizing:border-box;min-width:0;max-width:100%;margin:var(--fcr-markdown-block-gap) 0;border:1px solid var(--fcr-markdown-code-border);border-radius:var(--fcr-markdown-code-radius);background:var(--fcr-markdown-code-background);overflow-x:auto}.fcr-markdown-code-language{width:max-content;max-width:100%;color:var(--fcr-color-muted);overflow-wrap:anywhere;padding:5px 10px 0;font-size:.75em;display:block}.fcr-markdown-code-block pre{box-sizing:border-box;width:max-content;min-width:100%;margin:0;padding:10px}.fcr-markdown-code-block code{white-space:pre;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.fcr-markdown-task-item{list-style:none;position:relative}.fcr-markdown-task-state{border:1px solid var(--fcr-color-border);width:14px;height:14px;color:var(--fcr-color-primary);border-radius:3px;justify-content:center;align-items:center;margin:.25em 0 0 -20px;font-size:11px;line-height:1;display:inline-flex;position:absolute}.fcr-markdown-task-item>p{display:inline}.fcr-markdown a{color:var(--fcr-color-primary)}.fcr-markdown a:focus-visible{outline:2px solid var(--fcr-color-primary);outline-offset:2px}.fcr-markdown-image-alt{color:var(--fcr-color-text-secondary);font-style:italic}.fcr-markdown-truncated{color:var(--fcr-color-text-secondary);margin-top:8px;display:block}.fcr-markdown-table-wrap{min-width:0;max-width:100%;margin:var(--fcr-markdown-block-gap) 0;border-radius:var(--fcr-markdown-table-radius);overscroll-behavior-inline:contain;overflow-x:auto}.fcr-markdown-table-wrap:focus-visible{outline:2px solid var(--fcr-color-primary);outline-offset:2px}.fcr-markdown-table-wrap table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.93em;line-height:1.4}.fcr-markdown-table-wrap th,.fcr-markdown-table-wrap td{border:1px solid var(--fcr-markdown-table-border);overflow-wrap:anywhere;text-align:left;vertical-align:top;min-width:6rem;max-width:20rem;padding:6px 8px}.fcr-markdown-table-wrap th{background:var(--fcr-markdown-table-header-background);font-weight:600}.fcr-hr{border:0;border-top:1px solid var(--fcr-color-border);width:100%}.fcr-image{margin:0;overflow:hidden}.fcr-image img{width:100%;height:auto;display:block}.fcr-preview-trigger{flex:initial;width:100%;min-width:0;max-width:100%;height:auto;color:inherit;outline:revert;font:revert;text-align:inherit;white-space:normal;cursor:zoom-in;-webkit-user-select:auto;user-select:auto;background:0 0;border:0;border-radius:0;align-self:auto;padding:0;transition:none;display:block;overflow:hidden}.fcr-image-combination{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-height:120px;display:grid;overflow:hidden}.fcr-combination-triple,.fcr-combination-trisect{grid-template-columns:repeat(3,minmax(0,1fr))}.fcr-image-combination img{object-fit:cover;width:100%;height:100%;min-height:120px}.fcr-preview-result{place-items:center;min-height:180px;display:grid}.fcr-preview-result img{object-fit:contain;max-width:100%;max-height:65vh}.fcr-preview-nav{justify-content:center;align-items:center;gap:8px;display:flex}.fcr-preview-thumbnails{gap:8px;display:flex;overflow-x:auto}.fcr-preview-thumbnails button{flex:0 0 52px;width:52px;height:42px;padding:0;overflow:hidden}.fcr-preview-thumbnails img{object-fit:cover;width:100%;height:100%}.fcr-person-list{flex-wrap:wrap;gap:8px;display:flex;overflow:hidden}.fcr-person{align-items:center;gap:6px;min-width:0;display:inline-flex}.fcr-person img,.fcr-person-avatar{background:var(--fcr-color-border);border-radius:50%;flex:none;width:28px;height:28px}.fcr-person-small img,.fcr-person-small .fcr-person-avatar{width:22px;height:22px}.fcr-person-large img,.fcr-person-large .fcr-person-avatar{width:36px;height:36px}.fcr-ui-table{caption-side:bottom}.fcr-ui-table-header,.fcr-ui-table-body,.fcr-ui-table-row,.fcr-ui-table-head,.fcr-ui-table-cell{border-color:var(--fcr-color-border)}.fcr-table{border-collapse:collapse;width:100%;min-width:max-content}.fcr-table th,.fcr-table td{border:1px solid var(--fcr-color-border);text-align:left;overflow-wrap:anywhere;max-width:360px;padding:8px 12px}.fcr-table th{background:color-mix(in srgb, var(--fcr-color-surface), var(--fcr-color-border) 30%)}.fcr-row-low td{padding-block:4px}.fcr-row-high td{padding-block:12px}.fcr-table-persons{flex-wrap:wrap;gap:6px;display:flex}.fcr-chart-result{border:1px dashed var(--fcr-color-border);width:100%;min-height:180px;color:var(--fcr-color-text-secondary);place-items:center;display:grid}.fcr-column-set{width:100%;min-width:0;display:flex}.fcr-column,.fcr-form,.fcr-interactive-container{min-width:0;display:flex}.fcr-column{flex:1 1 0}.fcr-form{margin:0}.fcr-interactive-container{width:100%}.fcr-interactive-container.fcr-has-border{border:1px solid var(--fcr-color-border)}.fcr-collapsible-panel{overflow:hidden}.fcr-collapsible-panel.fcr-has-border{border:1px solid var(--fcr-color-border)}.fcr-collapsible-content{flex-direction:column;padding:0 12px 12px;display:flex}.fcr-collapsible-content[hidden]{display:none}.fcr-image-placeholder,.fcr-unsupported{border:1px dashed var(--fcr-color-border);min-height:72px;color:var(--fcr-color-text-secondary);place-items:center;display:grid}.fcr-chart{contain:layout paint;width:100%;min-width:0;min-height:120px;color:inherit;background:var(--fcr-color-surface);border:0;margin:0;display:block;position:relative;overflow:hidden}.fcr-chart-canvas{width:100%;min-width:0;height:100%;min-height:0;position:absolute;inset:0;overflow:hidden}.fcr-chart-canvas canvas{max-width:100%;max-height:100%}.fcr-chart-placeholder{border:1px dashed var(--fcr-color-border);color:var(--fcr-color-text-secondary);background:var(--fcr-color-surface);place-items:center;display:grid;position:absolute;inset:0}.fcr-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fcr-field{gap:4px;min-width:0;display:grid}.fcr-preview-dialog h2,.fcr-preview-dialog p{margin:0}.fcr-preview-dialog h2{font:inherit}.fcr-overflow{position:relative}.fcr-checker,.fcr-select-image-option{align-items:center;gap:7px;min-width:0;display:flex}.fcr-checker .fcr-ui-field-label{cursor:pointer}.fcr-select-image{border:0;min-width:0;margin:0;padding:0}.fcr-select-image-options,.fcr-ui-radio-group{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.fcr-select-image-option{cursor:pointer;min-height:44px;padding:7px}.fcr-select-image-option img,.fcr-select-image-option .fcr-image-placeholder{object-fit:cover;border-radius:5px;flex:0 0 32px;width:32px;height:32px}.fcr-field-tips{color:var(--fcr-color-text-secondary);flex-wrap:wrap;gap:4px 8px;font-size:12px;display:flex}.fcr-root *,.fcr-root :before,.fcr-root :after{box-sizing:border-box}@media (prefers-reduced-motion:reduce){.fcr-root *{scroll-behavior:auto!important;transition:none!important}}}@keyframes fcr-ui-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fcr-ui-overlay-fade-out{0%{opacity:1}to{opacity:0}}@keyframes fcr-ui-alert-dialog-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes fcr-ui-alert-dialog-out{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.95)}}:root{color:#182033;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{background:#f5f7fb;min-width:320px;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}pre{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-shell{--site-bg:#f5f7fb;--site-surface:#fff;--site-soft:#eef2f8;--site-text:#182033;--site-muted:#667085;--site-line:#dce3ee;--site-blue:#2f6bff;--site-blue-dark:#1748c9;min-height:100vh;color:var(--site-text);background:radial-gradient(circle at 85% 1%, #2f6bff1a, transparent 28rem), var(--site-bg)}.site-theme-dark{--site-bg:#11151d;--site-surface:#191f2a;--site-soft:#222a38;--site-text:#f1f4f9;--site-muted:#a6b0c3;--site-line:#303a4d;--site-blue:#7aa2ff;--site-blue-dark:#a9c1ff}.site-header{z-index:100;background:color-mix(in srgb, var(--site-bg), transparent 12%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #96a5be33;justify-content:space-between;align-items:center;min-height:66px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{color:var(--site-text);letter-spacing:-.02em;align-items:center;gap:10px;font-weight:750;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:var(--site-blue);border-radius:9px;place-items:center;width:30px;height:30px;display:grid;box-shadow:0 8px 20px #2f6bff47}.site-header nav{gap:26px;display:flex}.site-header nav a{color:var(--site-muted);font-size:14px;text-decoration:none}.site-header nav a:hover{color:var(--site-text)}main{width:min(1440px,100%);margin:0 auto}.hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(48px,7vw,108px);min-height:690px;padding:92px 6vw 76px;display:grid}.hero-kicker,.eyebrow{color:var(--site-blue);letter-spacing:.13em;text-transform:uppercase;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.hero-kicker:before{content:"";background:currentColor;width:26px;height:2px;margin-right:10px}.hero h1{letter-spacing:-.055em;margin:20px 0 24px;font-size:clamp(46px,6vw,78px);line-height:1.05}.hero-copy>p{max-width:680px;color:var(--site-muted);margin:0;font-size:clamp(17px,1.65vw,21px);line-height:1.8}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button-primary,.button-secondary{border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.button-primary{color:#fff;background:var(--site-blue);box-shadow:0 12px 30px #2f6bff38}.button-secondary{border:1px solid var(--site-line);background:var(--site-surface)}.hero-badges{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.hero-badges span{border:1px solid var(--site-line);color:var(--site-muted);background:var(--site-surface);border-radius:999px;padding:7px 10px;font-size:12px}.hero-demo{border:1px solid var(--site-line);background:linear-gradient(135deg, #2f6bff1a, transparent 45%), var(--site-soft);border-radius:20px;padding:42px 28px 28px;position:relative;transform:rotate(1.4deg);box-shadow:0 32px 70px #2c3d5c26}.hero-demo:before{content:"";background:#ff6b6b;border-radius:50%;width:7px;height:7px;position:absolute;top:20px;left:22px;box-shadow:14px 0 #ffc857,28px 0 #55c98f}.window-label{color:var(--site-muted);letter-spacing:.12em;font-size:10px;font-weight:800;position:absolute;top:14px;right:20px}.metrics{border:1px solid var(--site-line);background:var(--site-surface);border-radius:16px;grid-template-columns:repeat(4,1fr);margin:0 6vw;display:grid}.metrics div{text-align:center;gap:4px;padding:24px;display:grid}.metrics div+div{border-left:1px solid var(--site-line)}.metrics strong{letter-spacing:-.04em;font-size:28px}.metrics span{color:var(--site-muted);font-size:13px}.playground-section,.docs-section,.component-section,.limitations{padding:120px 6vw 0}.section-intro{max-width:820px;margin-bottom:48px}.section-intro h2,.limitations h2{letter-spacing:-.045em;margin:14px 0 18px;font-size:clamp(34px,4vw,54px);line-height:1.12}.section-intro p,.limitations>div p{color:var(--site-muted);font-size:17px;line-height:1.75}.playground-shell{border:1px solid var(--site-line);background:var(--site-surface);border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:680px;display:grid;overflow:hidden;box-shadow:0 28px 64px #2c3d5c1a}.playground-pane{flex-direction:column;min-width:0;display:flex}.playground-editor-pane{border-right:1px solid var(--site-line);background:#111827}.playground-toolbar{border-bottom:1px solid var(--site-line);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 16px;display:flex}.playground-editor-pane .playground-toolbar{color:#e6edf7;border-color:#2c3547}.playground-toolbar>div:first-child{align-items:baseline;gap:10px;display:flex}.playground-toolbar strong{font-size:13px}.playground-toolbar span{color:var(--site-muted);font-size:11px}.playground-editor-pane .playground-toolbar span{color:#9ca9be}.playground-editor-pane .playground-toolbar .status-ok{color:#69d5a2}.playground-editor-pane .playground-toolbar .status-error{color:#ff9c9c}.playground-toolbar-actions{gap:7px;display:flex}.playground-toolbar-actions button{color:#d8dfeb;cursor:pointer;background:#1b2433;border:1px solid #3a465b;border-radius:7px;min-height:32px;padding:0 10px}.playground-toolbar-actions button:hover:not(:disabled){background:#273348}.playground-toolbar-actions button:disabled{cursor:not-allowed;opacity:.45}.playground-editor{flex:1;min-height:0;display:flex}.playground-code-editor{flex:1;min-width:0;display:flex}.playground-code-editor .cm-editor{color:#e6edf7;background:#111827;width:100%;min-height:570px}.playground-code-editor .cm-scroller{tab-size:2;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.65;overflow:auto}.playground-code-editor .cm-content{caret-color:#e6edf7;cursor:text;min-height:570px;padding:20px}.playground-code-editor .cm-cursor{border-left-width:2px;border-left-color:#e6edf7}.playground-code-editor .cm-focused{outline:none;box-shadow:inset 0 0 0 2px #5d8cff}.playground-code-editor .cm-selectionBackground,.playground-code-editor .cm-content::selection{background:#5d8cff73!important}.playground-input-ok,.playground-input-error{border-top:1px solid #2c3547;min-height:38px;padding:9px 16px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.playground-input-ok{color:#91a0b8}.playground-input-error{color:#ffadad;background:#96232326}.playground-stage{background:linear-gradient(90deg, #7f8fab14 1px, transparent 1px), linear-gradient(#7f8fab14 1px, transparent 1px), var(--site-bg);background-size:20px 20px;flex:1;min-height:430px;padding:clamp(16px,3vw,32px);overflow:auto}.playground-stage-mobile>*{max-width:390px}.playground-empty{min-height:360px;color:var(--site-muted);text-align:center;place-content:center;gap:12px;display:grid}.playground-empty span{opacity:.45;font-family:monospace;font-size:38px}.playground-empty strong{font-size:13px}.playground-fallback{border:1px dashed var(--site-line);color:var(--site-muted);background:var(--site-surface);text-align:center;border-radius:12px;padding:28px}.playground-output{border-top:1px solid var(--site-line);background:var(--site-surface);grid-template-columns:1fr 1fr;min-height:132px;display:grid}.playground-output>div{min-width:0;padding:14px 16px}.playground-output>div+div{border-left:1px solid var(--site-line)}.playground-output>div>span{color:var(--site-muted);margin-bottom:8px;font-size:11px;display:block}.playground-output strong{font-size:12px}.playground-output pre{max-height:110px;font-size:10px;line-height:1.5;overflow:auto}.playground-output ul{gap:5px;max-height:110px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.playground-output li{gap:8px;min-width:0;font-size:10px;display:flex}.playground-output li code{color:#c77700}.playground-output li span{color:var(--site-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.guide-grid{border-top:1px solid var(--site-line);grid-template-columns:minmax(220px,.6fr) minmax(0,1.4fr);gap:clamp(28px,6vw,90px);padding:44px 0;display:grid}.guide-grid-wide{grid-template-columns:minmax(220px,.45fr) minmax(0,1.55fr)}.guide-copy h3{margin:8px 0 10px;font-size:23px}.guide-copy p{color:var(--site-muted);margin:0;line-height:1.7}.step-number{color:var(--site-blue);font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800}.code-block{border:1px solid var(--site-line);color:#e6edf7;background:#111827;border-radius:12px;min-width:0;margin-bottom:14px;overflow:hidden}.code-toolbar{color:#9ca9be;border-bottom:1px solid #2c3547;justify-content:space-between;align-items:center;min-height:38px;padding:0 12px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;display:flex}.code-toolbar button{color:#cbd5e1;cursor:pointer;background:0 0;border:0}.code-block pre{max-height:520px;padding:18px;font-size:12px;line-height:1.65;overflow:auto}.syntax-code,.playground-code-editor{color:#d8dee9}.tok-comment{color:#7f8ca3;font-style:italic}.tok-keyword,.tok-typeName{color:#c792ea}.tok-number,.tok-bool,.tok-null{color:#f78c6c}.tok-propertyName,.tok-attributeName{color:#82aaff}.tok-punctuation,.tok-operator{color:#89a4c7}.tok-string{color:#c3e88d}.api-table-wrap{border:1px solid var(--site-line);border-radius:12px;overflow-x:auto}.api-table{border-collapse:collapse;background:var(--site-surface);width:100%;min-width:760px}.api-table th,.api-table td{border-bottom:1px solid var(--site-line);text-align:left;vertical-align:top;padding:13px 16px}.api-table th{color:var(--site-muted);font-size:12px}.api-table td{font-size:13px;line-height:1.55}.api-table tbody tr:last-child td{border-bottom:0}.boundary-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px;display:grid}.boundary-grid article{border:1px solid var(--site-line);background:var(--site-surface);border-radius:14px;min-height:210px;padding:24px}.boundary-grid article>span{color:var(--site-blue);text-transform:uppercase;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.boundary-grid h3{margin:34px 0 10px;font-size:18px}.boundary-grid p{color:var(--site-muted);margin:0;font-size:14px;line-height:1.65}.catalog-controls{z-index:80;border:1px solid var(--site-line);background:color-mix(in srgb, var(--site-surface), transparent 6%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex;position:sticky;top:66px}.catalog-controls label{flex:1}.catalog-controls input{border:1px solid var(--site-line);width:100%;min-height:40px;color:var(--site-text);background:var(--site-bg);border-radius:9px;outline:none;padding:0 13px}.catalog-controls input:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2f6bff21}.segmented{background:var(--site-soft);border-radius:9px;padding:3px;display:flex}.segmented button{min-height:34px;color:var(--site-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 12px}.segmented button[aria-pressed=true]{color:var(--site-text);background:var(--site-surface);box-shadow:0 2px 8px #1c29401a}.catalog-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:32px;margin-top:32px;display:grid}.catalog-nav{border:1px solid var(--site-line);background:var(--site-surface);border-radius:14px;max-height:calc(100vh - 170px);padding:16px;position:sticky;top:150px;overflow:auto}.catalog-nav>div{justify-content:space-between;margin-bottom:16px;display:flex}.catalog-nav>div span{color:var(--site-muted);font-size:12px}.catalog-nav section+section{margin-top:18px}.catalog-nav h3{color:var(--site-muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:11px}.catalog-nav a{border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 7px;text-decoration:none;display:grid}.catalog-nav a:hover{background:var(--site-soft)}.catalog-nav a code{text-overflow:ellipsis;overflow:hidden}.catalog-nav a span{color:var(--site-muted);font-size:11px}.catalog-list{gap:24px;min-width:0;display:grid}.catalog-card{border:1px solid var(--site-line);background:var(--site-surface);border-radius:18px;min-width:0;padding:clamp(20px,3vw,34px);scroll-margin-top:154px}.catalog-heading{justify-content:space-between;gap:24px;display:flex}.catalog-heading h3{letter-spacing:-.025em;margin:8px 0;font-size:26px}.catalog-heading h3 code{color:var(--site-blue);margin-left:7px;font-size:13px;font-weight:600}.catalog-heading p{max-width:720px;color:var(--site-muted);margin:0;line-height:1.65}.catalog-heading>a{border:1px solid var(--site-line);height:34px;color:var(--site-muted);border-radius:8px;flex:0 0 34px;place-items:center;text-decoration:none;display:grid}.note-list{flex-wrap:wrap;gap:8px;margin:18px 0;padding:0;list-style:none;display:flex}.note-list li{color:var(--site-muted);background:var(--site-soft);border-radius:7px;padding:6px 9px;font-size:12px}.render-stage{border:1px solid var(--site-line);background:linear-gradient(90deg, #7f8fab14 1px, transparent 1px), linear-gradient(#7f8fab14 1px, transparent 1px), var(--site-bg);background-size:20px 20px;border-radius:14px;padding:16px}.render-stage-mobile{max-width:420px}.render-stage-label{color:var(--site-muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;margin-bottom:10px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;display:flex}.demo-meta{grid-template-columns:minmax(0,1fr) 130px;gap:12px;margin-top:12px;display:grid}.demo-meta>div{border:1px solid var(--site-line);background:var(--site-bg);border-radius:10px;min-width:0;padding:12px}.demo-meta span{color:var(--site-muted);margin-bottom:6px;font-size:11px;display:block}.demo-meta pre{max-height:150px;font-size:11px;overflow:auto}.status-ok{color:#218657}.status-warning{color:#c77700}.json-details{margin-top:14px}.json-details summary{color:var(--site-blue);cursor:pointer;font-size:13px;font-weight:700}.json-details .code-block{margin-top:10px}.empty-state{border:1px dashed var(--site-line);color:var(--site-muted);text-align:center;border-radius:16px;padding:60px 24px}.limitations{padding-bottom:110px}.limitations>div:not(.limitations-actions){grid-template-columns:1fr 1fr;gap:40px;display:grid}.limitations-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.limitations-actions a{border:1px solid var(--site-line);background:var(--site-surface);border-radius:9px;padding:10px 13px;text-decoration:none}footer{border-top:1px solid var(--site-line);color:var(--site-muted);justify-content:space-between;padding:28px 6vw;font-size:12px;display:flex}@media (width<=1050px){.hero{grid-template-columns:1fr;min-height:auto}.hero-demo{max-width:720px;transform:none}.boundary-grid{grid-template-columns:1fr 1fr}.playground-shell{grid-template-columns:1fr}.playground-editor-pane{border-right:0;border-bottom:1px solid var(--site-line)}.playground-code-editor .cm-editor,.playground-code-editor .cm-content{min-height:480px}.catalog-layout{grid-template-columns:1fr}.catalog-nav{gap:20px;max-height:none;display:flex;position:static;overflow-x:auto}.catalog-nav>div{min-width:120px}.catalog-nav section{min-width:190px}.catalog-nav section+section{margin-top:0}}@media (width<=760px){html{scroll-padding-top:74px}.site-header{padding:0 20px}.site-header nav a:not(:last-child){display:none}.hero{padding:70px 20px 56px}.hero h1{font-size:clamp(42px,13vw,60px)}.hero-demo{padding:40px 14px 14px}.metrics{grid-template-columns:1fr 1fr;margin:0 20px}.metrics div:nth-child(3){border-left:0;border-top:1px solid var(--site-line)}.metrics div:nth-child(4){border-top:1px solid var(--site-line)}.playground-section,.docs-section,.component-section,.limitations{padding:86px 20px 0}.guide-grid,.guide-grid-wide{grid-template-columns:1fr;gap:20px}.boundary-grid{grid-template-columns:1fr}.catalog-controls{flex-wrap:wrap;top:66px}.catalog-controls label{flex-basis:100%}.catalog-card{scroll-margin-top:210px}.demo-meta,.playground-output{grid-template-columns:1fr}.playground-output>div+div{border-top:1px solid var(--site-line);border-left:0}.limitations{padding-bottom:76px}.limitations>div:not(.limitations-actions){grid-template-columns:1fr;gap:0}footer{gap:12px;padding-inline:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
