[data-react-fancy-field]+[data-react-fancy-field]{margin-top:1rem}[data-react-fancy-input] input,[data-react-fancy-textarea],[data-react-fancy-select],[data-react-fancy-date-picker],[data-react-fancy-autocomplete] input,[data-react-fancy-pillbox],[data-react-fancy-otp-input] input,[data-react-fancy-time-picker] input,[data-react-fancy-color-picker] input{transition:border-color .15s,box-shadow .15s,background-color .15s}:where(.dark [data-react-fancy-input] input),:where(.dark [data-react-fancy-textarea]),:where(.dark [data-react-fancy-select]),:where(.dark [data-react-fancy-date-picker]),:where(.dark [data-react-fancy-autocomplete] input),:where(.dark [data-react-fancy-pillbox]),:where(.dark [data-react-fancy-otp-input] input),:where(.dark [data-react-fancy-time-picker] input){background-color:#1e1e24;border-color:#3f3f46}:where(.dark [data-react-fancy-input] input:focus),:where(.dark [data-react-fancy-textarea]:focus),:where(.dark [data-react-fancy-select]:focus),:where(.dark [data-react-fancy-date-picker]:focus),:where(.dark [data-react-fancy-autocomplete] input:focus),:where(.dark [data-react-fancy-otp-input] input:focus),:where(.dark [data-react-fancy-time-picker] input:focus){border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}:where(.dark [data-react-fancy-field]>label:first-child){color:#f4f4f5}:where(.dark [data-react-fancy-checkbox] input),:where(.dark [data-react-fancy-radio-group] input){background-color:#1e1e24;border-color:#3f3f46}:where(.dark [data-react-fancy-switch] button[aria-checked=false]){background-color:#3f3f46}:where(.dark [data-react-fancy-input-wrapper]>span:first-child),:where(.dark [data-react-fancy-input-wrapper]>span:last-child){background-color:#27272a;border-color:#3f3f46}:where(){filter:invert(.8)}:where(.dark [data-react-fancy-dropdown]),:where(.dark [data-react-fancy-menu]),:where(.dark [data-react-fancy-popover]),:where(.dark [data-react-fancy-context-menu]),:where(.dark [data-react-fancy-context-menu-sub-content]),:where(.dark [data-react-fancy-mobile-menu-flyout]),:where(.dark [data-react-fancy-modal]),:where(.dark [data-react-fancy-toast-item]){color:#d4d4d8;background-color:#18181b;border-color:#3f3f46}:where(.dark [data-react-fancy-dropdown-item]:hover),:where(.dark [data-react-fancy-menu-item]:hover),:where(.dark [data-react-fancy-context-menu-item]:hover){background-color:#27272a}:where(.dark [data-react-fancy-dropdown-separator]),:where(.dark [data-react-fancy-context-menu-separator]){background-color:#3f3f46}@keyframes fancy-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes fancy-slide-left{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fancy-slide-right{0%{transform:translate(-100%)}to{transform:translate(0)}}.fancy-fade-in{animation:.2s ease-out fancy-fade-in}.fancy-slide-left{animation:.3s ease-out fancy-slide-left}.fancy-slide-right{animation:.3s ease-out fancy-slide-right}@keyframes fancy-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fancy-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fancy-fade-out{0%{opacity:1}to{opacity:0}}@keyframes fancy-toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fancy-collapse-open{0%{grid-template-rows:0fr}to{grid-template-rows:1fr}}@keyframes fancy-collapse-close{0%{grid-template-rows:1fr}to{grid-template-rows:0fr}}.fancy-scale-in{animation:.15s ease-out fancy-scale-in}.fancy-slide-up{animation:.2s ease-out fancy-slide-up}.fancy-fade-out{animation:.15s ease-in forwards fancy-fade-out}.fancy-toast-in{animation:.3s ease-out fancy-toast-in}.fancy-collapse-open{animation:.2s ease-out forwards fancy-collapse-open}.fancy-collapse-close{animation:.15s ease-in forwards fancy-collapse-close}@keyframes fancy-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fancy-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes fancy-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fancy-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}.fancy-slide-in-left{animation:.25s ease-out fancy-slide-in-left}.fancy-slide-out-left{animation:.2s ease-in forwards fancy-slide-out-left}.fancy-slide-in-right{animation:.25s ease-out fancy-slide-in-right}.fancy-slide-out-right{animation:.2s ease-in forwards fancy-slide-out-right}[data-fancy-code-panel] textarea,[data-fancy-code-panel] pre,[data-fancy-code-panel] code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}[data-fancy-code-panel] textarea,[data-fancy-code-panel] pre{letter-spacing:normal;word-spacing:normal;font-variant-ligatures:none;font-size:13px;line-height:1.5}[data-fancy-code-panel] textarea{white-space:pre;overflow-wrap:normal;word-break:normal}[data-fancy-code-panel]::-webkit-scrollbar{width:8px;height:8px}[data-fancy-code-panel]::-webkit-scrollbar-track{background:0 0}[data-fancy-code-panel]::-webkit-scrollbar-thumb{background:#a1a1aa;border-radius:4px}.dark [data-fancy-code-panel]::-webkit-scrollbar-thumb{background:#52525b}.fancy-md-editor{border:1px solid #e4e4e7;border-radius:8px;align-items:stretch;gap:0;display:flex;overflow:hidden}.dark .fancy-md-editor{border-color:#3f3f46}.fancy-md-editor[data-mode=split] .fancy-md-editor-pane{border-right:1px solid #e4e4e7}.dark .fancy-md-editor[data-mode=split] .fancy-md-editor-pane{border-right-color:#3f3f46}.fancy-md-editor-pane,.fancy-md-preview{flex:1 1 0;min-width:0}.fancy-md-preview{color:#3f3f46;background:#fff;padding:14px 18px;font-size:14px;line-height:1.7;overflow:auto}.dark .fancy-md-preview{color:#d4d4d8;background:#18181b}.fancy-md-preview>:first-child{margin-top:0}.fancy-md-preview h1,.fancy-md-preview h2,.fancy-md-preview h3,.fancy-md-preview h4{color:#18181b;margin:1.2em 0 .4em;font-weight:600;line-height:1.3}.dark .fancy-md-preview h1,.dark .fancy-md-preview h2,.dark .fancy-md-preview h3,.dark .fancy-md-preview h4{color:#f4f4f5}.fancy-md-preview h1{font-size:1.6em}.fancy-md-preview h2{border-bottom:1px solid #e4e4e7;padding-bottom:.2em;font-size:1.35em}.dark .fancy-md-preview h2{border-color:#3f3f46}.fancy-md-preview h3{font-size:1.15em}.fancy-md-preview p{margin:.6em 0}.fancy-md-preview a{color:#7c3aed;text-underline-offset:2px;text-decoration:underline}.dark .fancy-md-preview a{color:#c4b5fd}.fancy-md-preview ul,.fancy-md-preview ol{margin:.6em 0;padding-left:1.5em}.fancy-md-preview ul{list-style:outside}.fancy-md-preview ol{list-style:decimal}.fancy-md-preview li{margin:.2em 0}.fancy-md-preview img{border-radius:6px;max-width:100%;height:auto}.fancy-md-preview code{background:#f4f4f5;border-radius:4px;padding:.1em .35em;font-family:ui-monospace,monospace;font-size:.88em}.dark .fancy-md-preview code{background:#27272a}.fancy-md-preview pre{color:#f4f4f5;background:#09090b;border-radius:8px;margin:.8em 0;padding:12px 14px;overflow-x:auto}.fancy-md-preview pre code{background:0 0;padding:0;font-size:.85em}.fancy-md-preview blockquote{color:#52525b;border-left:3px solid #a78bfa;margin:.8em 0;padding-left:.9em;font-style:italic}.dark .fancy-md-preview blockquote{color:#a1a1aa;border-color:#7c3aed}.fancy-md-preview hr{border:0;border-top:1px solid #e4e4e7;margin:1.5em 0}.dark .fancy-md-preview hr{border-color:#3f3f46}
