:where(.rfm-root){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--rfm-accent:#2563eb;--rfm-accent-fg:#fff;--rfm-surface:#fff;--rfm-surface-sunken:#f4f4f5;--rfm-surface-hover:color-mix(in srgb, var(--rfm-text) 4.5%, transparent);--rfm-selected:color-mix(in srgb, var(--rfm-accent) 10%, transparent);--rfm-text:#09090b;--rfm-text-muted:#71717a;--rfm-border:#e4e4e7;--rfm-danger:#dc2626;--rfm-radius:6px;--rfm-radius-sm:4px;--rfm-font:ui-sans-serif, system-ui, sans-serif;--rfm-font-size:.8125rem;--rfm-font-size-sm:.75rem;--rfm-sidebar-width:232px;--rfm-details-width:280px;--rfm-row-height:36px;--rfm-duration:.15s;--rfm-icon-accent:var(--rfm-accent);--rfm-icon-outline:color-mix(in srgb, var(--rfm-text) 22%, transparent);--rfm-star:#f59e0b;--rfm-shadow:0 1px 2px color-mix(in srgb, var(--rfm-text) 6%, transparent), 0 8px 24px color-mix(in srgb, var(--rfm-text) 8%, transparent);--rfm-ring:0 0 0 2px color-mix(in srgb, var(--rfm-accent) 25%, transparent)}:where(.rfm-root[data-theme=dark]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rfm-accent:#3b82f6;--rfm-accent-fg:#fff;--rfm-surface:#09090b;--rfm-surface-sunken:#18181b;--rfm-surface-hover:color-mix(in srgb, var(--rfm-text) 8%, transparent);--rfm-selected:color-mix(in srgb, var(--rfm-accent) 18%, transparent);--rfm-text:#fafafa;--rfm-text-muted:#a1a1aa;--rfm-border:#27272a;--rfm-danger:#f87171;--rfm-icon-outline:color-mix(in srgb, var(--rfm-text) 28%, transparent);--rfm-shadow:0 1px 2px #0006, 0 8px 24px #00000073}@media (prefers-color-scheme:dark){:where(.rfm-root:not([data-theme=light])){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--rfm-accent:#3b82f6;--rfm-accent-fg:#fff;--rfm-surface:#09090b;--rfm-surface-sunken:#18181b;--rfm-surface-hover:color-mix(in srgb, var(--rfm-text) 8%, transparent);--rfm-selected:color-mix(in srgb, var(--rfm-accent) 18%, transparent);--rfm-text:#fafafa;--rfm-text-muted:#a1a1aa;--rfm-border:#27272a;--rfm-danger:#f87171;--rfm-icon-outline:color-mix(in srgb, var(--rfm-text) 28%, transparent);--rfm-shadow:0 1px 2px #0006, 0 8px 24px #00000073}}@media (prefers-reduced-motion:reduce){:where(.rfm-root){--rfm-duration:.01ms}}.rfm-root{box-sizing:border-box;height:100%;min-height:0;color:var(--rfm-text);background:var(--rfm-surface);font-family:var(--rfm-font);font-size:var(--rfm-font-size);outline:none;display:block;overflow:hidden;container-type:inline-size}.rfm-layout{grid-template-columns:var(--rfm-sidebar-width) minmax(0, 1fr) var(--rfm-details-width);height:100%;min-height:0;display:grid}.rfm-layout[data-details=hidden],.rfm-layout[data-details=false]{grid-template-columns:var(--rfm-sidebar-width) minmax(0, 1fr)}.rfm-sidebar{border-inline-end:1px solid var(--rfm-border);background:var(--rfm-surface-sunken);flex-direction:column;gap:10px;min-height:0;padding:12px;display:flex;overflow:hidden}.rfm-browser{background:var(--rfm-surface);flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.rfm-details{border-inline-start:1px solid var(--rfm-border);background:var(--rfm-surface-sunken);flex-direction:column;min-height:0;display:flex;overflow:hidden}@container (width<=900px){.rfm-layout{grid-template-columns:var(--rfm-sidebar-width) minmax(0, 1fr)}.rfm-details{display:none}}@container (width<=600px){.rfm-layout{grid-template-columns:minmax(0,1fr)}.rfm-sidebar{display:none}}.rfm-toolbar{border-bottom:1px solid var(--rfm-border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.rfm-breadcrumbs{scrollbar-width:none;flex:1;align-items:center;gap:4px;min-width:0;display:flex;overflow:auto hidden}.rfm-breadcrumbs::-webkit-scrollbar{display:none}.rfm-crumb{cursor:pointer;color:var(--rfm-text-muted);white-space:nowrap;border-radius:var(--rfm-radius-sm);font:inherit;background:0 0;border:0;padding:4px 6px}.rfm-crumb:hover{color:var(--rfm-text);background:var(--rfm-surface-hover)}.rfm-crumb[aria-current=page],.rfm-crumb[data-current]{color:var(--rfm-text);font-weight:600}.rfm-crumb:focus-visible,.rfm-view-toggle:focus-visible,.rfm-icon-button:focus-visible,.rfm-button:focus-visible,.rfm-search-field:focus-visible,.rfm-add-button:focus-visible,.rfm-tree-row:focus-visible,.rfm-menu-item:focus-visible,.rfm-pin-row:focus-visible,.rfm-root-row:focus-visible,.rfm-quiet-button:focus-visible{outline:2px solid var(--rfm-accent);outline-offset:1px}.rfm-search{align-items:center;display:inline-flex;position:relative}.rfm-search-icon{z-index:1;pointer-events:none;width:14px;height:14px;color:var(--rfm-text-muted);display:inline-flex;position:absolute;inset-inline-start:10px}.rfm-search-field,.rfm-search-input{box-sizing:border-box;border:1px solid var(--rfm-border);border-radius:var(--rfm-radius);background:var(--rfm-surface);width:180px;height:32px;color:var(--rfm-text);font:inherit;transition:border-color var(--rfm-duration), box-shadow var(--rfm-duration);outline:none;padding-block:0;padding-inline:32px 10px}.rfm-search-field::placeholder,.rfm-search-input::placeholder{color:var(--rfm-text-muted)}.rfm-search-field:focus,.rfm-search-input:focus{border-color:var(--rfm-accent);box-shadow:var(--rfm-ring)}.rfm-view-toggle{cursor:pointer;border-radius:var(--rfm-radius);width:32px;height:32px;color:var(--rfm-text-muted);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.rfm-view-toggle:hover{background:var(--rfm-surface-hover);color:var(--rfm-text)}.rfm-view-toggle[aria-pressed=true]{border-color:var(--rfm-border);background:var(--rfm-surface-sunken);color:var(--rfm-text)}.rfm-view-toggles{border:1px solid var(--rfm-border);border-radius:var(--rfm-radius);background:var(--rfm-surface);gap:2px;padding:2px;display:inline-flex}.rfm-view-toggles .rfm-view-toggle[aria-pressed=true]{background:var(--rfm-selected);border-color:#0000}.rfm-item-scroller{overscroll-behavior:contain;height:100%;position:relative;overflow-y:auto}.rfm-item-list{flex-direction:column;gap:2px;padding:12px 14px 16px;display:flex}.rfm-item-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-content:start;gap:12px;padding:14px;display:grid}.rfm-row{min-width:0}.rfm-item{min-height:var(--rfm-row-height);border-radius:var(--rfm-radius);cursor:pointer;touch-action:none;transition:background-color var(--rfm-duration), border-color var(--rfm-duration);border:1px solid #0000;grid-template-columns:22px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding-inline:10px;display:grid}.rfm-item:hover{background:var(--rfm-surface-hover)}.rfm-item[aria-selected=true]{background:var(--rfm-selected)}.rfm-item[data-focused]{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--rfm-accent) 55%, transparent)}.rfm-item[data-drop-target]{background:var(--rfm-selected);border-color:var(--rfm-accent);border-style:dashed}.rfm-item[data-view=cards]{border:1px solid var(--rfm-border);border-radius:calc(var(--rfm-radius) + 2px);text-align:center;min-height:124px;box-shadow:none;transition:background-color var(--rfm-duration), border-color var(--rfm-duration), box-shadow var(--rfm-duration);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px;display:flex;position:relative;overflow:hidden}.rfm-item[data-view=cards]:hover{border-color:color-mix(in srgb, var(--rfm-text) 18%, var(--rfm-border));background:var(--rfm-surface)}.rfm-item[data-view=cards][aria-selected=true]{border-color:color-mix(in srgb, var(--rfm-accent) 45%, var(--rfm-border));background:var(--rfm-selected);box-shadow:none}.rfm-item-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.rfm-item-name{min-width:0;color:var(--rfm-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rfm-item-name-cards{-webkit-line-clamp:2;white-space:normal;text-align:center;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.rfm-item-meta,.rfm-item-path{min-width:0;color:var(--rfm-text-muted);font-size:var(--rfm-font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rfm-more{opacity:0;transition:opacity var(--rfm-duration)}.rfm-row:hover .rfm-more,.rfm-row:focus-within .rfm-more,.rfm-tree-row:hover .rfm-more,.rfm-tree-row:focus-within .rfm-more,.rfm-item[aria-selected=true] .rfm-more,.rfm-item[data-focused] .rfm-more{opacity:1}.rfm-more[data-view=cards]{position:absolute;inset-block-start:6px;inset-inline-end:6px}.rfm-icon-button{cursor:pointer;border-radius:var(--rfm-radius-sm);width:28px;height:28px;color:var(--rfm-text-muted);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rfm-icon-button:hover{background:var(--rfm-surface-hover);color:var(--rfm-text)}.rfm-icon-button:disabled{cursor:not-allowed;opacity:.45}.rfm-tree-row{cursor:pointer;border-radius:var(--rfm-radius);width:100%;min-height:32px;color:var(--rfm-text);font-size:var(--rfm-font-size);text-align:start;touch-action:none;transition:background-color var(--rfm-duration), border-color var(--rfm-duration);border:1px solid #0000;align-items:center;gap:6px;margin-bottom:1px;padding-block:6px;padding-inline-end:6px;display:flex}.rfm-tree-row:hover{background:var(--rfm-surface-hover)}.rfm-tree-row[aria-selected=true]{background:var(--rfm-selected);color:var(--rfm-text);font-weight:500}.rfm-tree-row[data-kind=file][aria-selected=true]{font-weight:500}.rfm-tree-row[data-drop-target]{background:var(--rfm-selected);border-color:var(--rfm-accent);border-style:dashed}.rfm-chevron,.rfm-tree-chevron{border-radius:var(--rfm-radius-sm);width:18px;height:18px;color:var(--rfm-text-muted);transition:transform var(--rfm-duration);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.rfm-chevron[aria-expanded=true],.rfm-tree-chevron[aria-expanded=true]{transform:rotate(90deg)}.rfm-chevron:hover,.rfm-tree-chevron:hover{background:var(--rfm-surface-hover);color:var(--rfm-text)}.rfm-chevron:disabled,.rfm-tree-chevron:disabled{pointer-events:none;visibility:hidden}.rfm-add-button{cursor:pointer;border:1px solid var(--rfm-border);border-radius:var(--rfm-radius);background:var(--rfm-surface);width:100%;height:36px;color:var(--rfm-text);font:inherit;transition:background-color var(--rfm-duration), border-color var(--rfm-duration);justify-content:center;align-items:center;gap:6px;font-weight:500;display:flex}.rfm-add-button:hover{background:var(--rfm-surface-hover)}.rfm-quiet-button{cursor:pointer;border-radius:var(--rfm-radius-sm);min-height:28px;color:var(--rfm-text-muted);font:inherit;font-size:var(--rfm-font-size-sm);background:0 0;border:0;align-items:center;gap:4px;padding:4px 8px;font-weight:500;display:inline-flex}.rfm-quiet-button:hover{background:var(--rfm-surface-hover);color:var(--rfm-text)}.rfm-root-row,.rfm-pin-row{cursor:pointer;border-radius:var(--rfm-radius);width:100%;min-height:32px;color:var(--rfm-text);font:inherit;text-align:start;background:0 0;border:0;align-items:center;gap:6px;padding:6px 8px;display:flex}.rfm-root-row:hover,.rfm-pin-row:hover{background:var(--rfm-surface-hover)}.rfm-root-row[data-active],.rfm-pin-row[data-active]{background:var(--rfm-selected);color:var(--rfm-text);font-weight:500}.rfm-root-row[data-drop-target],.rfm-pin-row[data-drop-target],.rfm-crumb[data-drop-target]{background:var(--rfm-selected);outline:1px dashed var(--rfm-accent)}.rfm-pin-toggle{color:var(--rfm-text-muted);margin-inline-start:auto;display:inline-flex}.rfm-pin-toggle:hover,.rfm-star{color:var(--rfm-star)}.rfm-sidebar-scroll{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.rfm-section-label{color:var(--rfm-text-muted);font-size:var(--rfm-font-size-sm);letter-spacing:.04em;text-transform:uppercase;padding:0 6px 4px;font-weight:600}.rfm-pins{border-bottom:1px solid var(--rfm-border);flex-direction:column;flex-shrink:0;gap:2px;margin-bottom:4px;padding-bottom:8px;display:flex}.rfm-menu{z-index:40;border:1px solid var(--rfm-border);border-radius:var(--rfm-radius);background:var(--rfm-surface);min-width:160px;color:var(--rfm-text);box-shadow:var(--rfm-shadow);padding:4px;position:absolute;overflow:hidden}.rfm-menu-item{cursor:pointer;border-radius:var(--rfm-radius-sm);width:100%;color:var(--rfm-text);font:inherit;font-size:var(--rfm-font-size);text-align:start;background:0 0;border:0;align-items:center;gap:8px;padding:7px 10px;display:flex}.rfm-menu-item:hover:not(:disabled){background:var(--rfm-surface-hover)}.rfm-menu-item:disabled{cursor:not-allowed;opacity:.45}.rfm-menu-item.rfm-danger{color:var(--rfm-danger)}.rfm-bulk-bar{z-index:10;border:1px solid var(--rfm-border);border-radius:var(--rfm-radius);background:var(--rfm-surface);color:var(--rfm-text);font-size:var(--rfm-font-size-sm);box-shadow:var(--rfm-shadow);pointer-events:auto;align-items:center;gap:8px;padding:6px 6px 6px 14px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.rfm-bulk-action{cursor:pointer;border-radius:var(--rfm-radius-sm);color:var(--rfm-text);font:inherit;font-size:var(--rfm-font-size-sm);background:0 0;border:0;align-items:center;gap:6px;padding:6px 10px;font-weight:500;display:inline-flex}.rfm-bulk-action:hover{background:var(--rfm-surface-hover)}.rfm-bulk-action.rfm-danger:hover{background:color-mix(in srgb, var(--rfm-danger) 12%, transparent);color:var(--rfm-danger)}.rfm-busy{z-index:20;background:color-mix(in srgb, var(--rfm-surface) 50%, transparent);position:absolute;inset:0}.rfm-empty{min-height:240px;color:var(--rfm-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.rfm-button{cursor:pointer;border-radius:var(--rfm-radius);font:inherit;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-weight:500;display:inline-flex}.rfm-button-primary{background:var(--rfm-accent);color:var(--rfm-accent-fg);border:0}.rfm-button-primary:hover{filter:brightness(.94)}.rfm-button-secondary{border:1px solid var(--rfm-border);background:var(--rfm-surface);color:var(--rfm-text)}.rfm-button-secondary:hover{background:var(--rfm-surface-hover)}.rfm-details-body{overscroll-behavior:contain;background:var(--rfm-surface);flex-direction:column;flex:1;min-height:0;padding:16px;display:flex;overflow-y:auto}.rfm-details-preview,.rfm-preview-stage{border:1px solid var(--rfm-border);border-radius:var(--rfm-radius);background:var(--rfm-surface-sunken);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:220px;padding:20px 16px;display:flex;position:relative}.rfm-details-empty{height:100%;color:var(--rfm-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding-inline:8px;display:flex}.rfm-details-title{overflow-wrap:anywhere;margin:12px 0 10px;font-size:.875rem;font-weight:600}.rfm-details-meta{border-bottom:1px solid var(--rfm-border);font-size:var(--rfm-font-size-sm);justify-content:space-between;gap:12px;padding-block:8px;display:flex}.rfm-details-actions{flex-direction:column;gap:8px;margin-top:12px;display:flex}.rfm-preview-image{background:var(--rfm-surface);object-fit:contain;border-radius:2px;max-width:100%;max-height:400px}.rfm-preview-text{border:1px solid var(--rfm-border);border-radius:var(--rfm-radius-sm);background:var(--rfm-surface);width:100%;max-height:360px;color:var(--rfm-text-muted);font-family:ui-monospace,monospace;font-size:var(--rfm-font-size-sm);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:14px;overflow:auto}.rfm-hidden-input{display:none}.rfm-truncate{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.rfm-toolbar-actions{align-items:center;gap:8px;margin-inline-start:auto;display:flex}.rfm-browser-body{flex:1;min-height:0;position:relative;overflow:hidden}.rfm-item-scroll{overscroll-behavior:contain;height:100%;position:relative;overflow-y:auto}.rfm-item-virtual{width:100%;padding:12px 14px 16px;position:relative}.rfm-virtual-row{width:100%;position:absolute;top:0;left:0}.rfm-empty-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.rfm-file-input{display:none}.rfm-item-more{opacity:0;transition:opacity var(--rfm-duration)}.rfm-row:hover .rfm-item-more,.rfm-row:focus-within .rfm-item-more{opacity:1}.rfm-item-more-cards{position:absolute;inset-block-start:6px;inset-inline-end:6px}.rfm-tree-chevron{width:18px;height:18px;color:var(--rfm-text-muted);background:0 0;border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.rfm-tree-chevron[aria-expanded=true]{transform:rotate(90deg)}.rfm-tree-chevron:hover{background:var(--rfm-surface-hover);color:var(--rfm-text)}.rfm-tree-chevron:disabled{pointer-events:none;visibility:hidden}.rfm-home-row{cursor:pointer;border-radius:var(--rfm-radius-sm);width:100%;color:var(--rfm-text);font:inherit;text-align:start;background:0 0;border:0;align-items:center;gap:6px;padding:4px 6px;display:flex}.rfm-home-row:hover{background:var(--rfm-surface-hover)}.rfm-home-row[aria-current],.rfm-home-row[data-active]{background:var(--rfm-selected);color:var(--rfm-accent);font-weight:600}.rfm-home-row[data-drop-target]{background:var(--rfm-selected);outline:2px dashed var(--rfm-accent)}.rfm-collapse-all{cursor:pointer;border-radius:var(--rfm-radius-sm);color:var(--rfm-text-muted);font:inherit;font-size:var(--rfm-font-size-sm);background:0 0;border:0;align-items:center;gap:4px;padding:4px 6px;font-weight:600;display:inline-flex}.rfm-collapse-all:hover{background:var(--rfm-surface-hover);color:var(--rfm-text)}.rfm-pins-label{color:var(--rfm-text-muted);font-size:var(--rfm-font-size-sm);letter-spacing:.04em;text-transform:uppercase;padding:0 6px 4px;font-weight:600}.rfm-pin-icon,.rfm-star{color:var(--rfm-star)}.rfm-details-hint{max-width:180px;color:var(--rfm-text-muted);font-size:var(--rfm-font-size-sm);margin:0}.rfm-details-dl{margin:0}.rfm-details-row{border-bottom:1px solid var(--rfm-border);font-size:var(--rfm-font-size-sm);justify-content:space-between;gap:12px;padding-block:10px;display:flex}.rfm-details-row dt{color:var(--rfm-text-muted)}.rfm-details-row dd{color:var(--rfm-text);margin:0;font-weight:500}.rfm-crumb-group{align-items:center;gap:4px;display:inline-flex}.rfm-live{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.rfm-rename-input{box-sizing:border-box;border:1px solid var(--rfm-accent);border-radius:var(--rfm-radius-sm);background:var(--rfm-surface);width:100%;min-width:0;color:var(--rfm-text);font:inherit;padding:2px 6px}.rfm-item[data-editing]{cursor:text}@media (forced-colors:active){.rfm-item[aria-selected=true],.rfm-tree-row[aria-selected=true],.rfm-view-toggle[aria-pressed=true]{outline:2px solid highlight}.rfm-item[data-drop-target],.rfm-tree-row[data-drop-target]{outline:2px dashed highlight}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-700:oklch(48.8% .243 264.376);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-900:oklch(21% .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-2xl:42rem;--container-6xl:72rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--tracking-wide:.025em;--leading-relaxed:1.625;--radius-md:.375rem;--radius-2xl:1rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.bottom-6{bottom:calc(var(--spacing) * 6)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-0{margin:0}.mt-1{margin-top:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-auto{margin-left:auto}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.h-3{height:calc(var(--spacing) * 3)}.h-10{height:calc(var(--spacing) * 10)}.h-\[640px\]{height:640px}.h-\[calc\(640px-2\.5rem\)\]{height:calc(640px - 2.5rem)}.min-h-full{min-height:100%}.w-3{width:calc(var(--spacing) * 3)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-6xl{max-width:var(--container-6xl)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:2147483647px}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-black\/10{border-color:#0000001a}@supports (color:color-mix(in lab, red, red)){.border-black\/10{border-color:color-mix(in oklab, var(--color-black) 10%, transparent)}}.border-black\/\[0\.06\]{border-color:#0000000f}@supports (color:color-mix(in lab, red, red)){.border-black\/\[0\.06\]{border-color:color-mix(in oklab, var(--color-black) 6%, transparent)}}.bg-\[\#28c840\]{background-color:#28c840}.bg-\[\#febc2e\]{background-color:#febc2e}.bg-\[\#ff5f57\]{background-color:#ff5f57}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-10{padding-block:calc(var(--spacing) * 10)}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-blue-700{color:var(--color-blue-700)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-900{color:var(--color-gray-900)}.text-white{color:var(--color-white)}.shadow-\[0_24px_80px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}@media (hover:hover){.hover\:bg-black\/5:hover{background-color:#0000000d}@supports (color:color-mix(in lab, red, red)){.hover\:bg-black\/5:hover{background-color:color-mix(in oklab, var(--color-black) 5%, transparent)}}}}html,body,#root{height:100%;margin:0}body{color:#111827;background:radial-gradient(1200px 600px at 10% -10%,#dbeafe 0%,#0000 55%),radial-gradient(900px 500px at 100% 0,#fce7f3 0%,#0000 50%),#f3f4f6;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
