[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}.fancy-checkerboard{background-color:#fff;background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25%),linear-gradient(-45deg,#e5e7eb 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e5e7eb 75%),linear-gradient(-45deg,#0000 75%,#e5e7eb 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}:where(.dark) .fancy-checkerboard{background-color:#18181b;background-image:linear-gradient(45deg,#27272a 25%,#0000 25%),linear-gradient(-45deg,#27272a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#27272a 75%),linear-gradient(-45deg,#0000 75%,#27272a 75%)}@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-avatar-glow{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--fancy-glow,#a855f7) 55%, transparent);opacity:.9}70%{box-shadow:0 0 0 6px color-mix(in srgb, var(--fancy-glow,#a855f7) 0%, transparent);opacity:.5}to{box-shadow:0 0 0 0 color-mix(in srgb, var(--fancy-glow,#a855f7) 0%, transparent);opacity:.9}}.fancy-avatar-glow{pointer-events:none;box-shadow:0 0 0 2px color-mix(in srgb, var(--fancy-glow,#a855f7) 70%, transparent), 0 0 10px 0 color-mix(in srgb, var(--fancy-glow,#a855f7) 45%, transparent);border-radius:9999px;animation:1.6s ease-out infinite fancy-avatar-glow;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.fancy-avatar-glow{animation:none}}@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}@keyframes fancy-slide-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fancy-slide-out-top{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes fancy-slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fancy-slide-out-bottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.fancy-slide-in-top{animation:.25s ease-out fancy-slide-in-top}.fancy-slide-out-top{animation:.2s ease-in forwards fancy-slide-out-top}.fancy-slide-in-bottom{animation:.25s ease-out fancy-slide-in-bottom}.fancy-slide-out-bottom{animation:.2s ease-in forwards fancy-slide-out-bottom}@media (prefers-reduced-motion:reduce){.fancy-slide-in-left,.fancy-slide-out-left,.fancy-slide-in-right,.fancy-slide-out-right,.fancy-slide-in-top,.fancy-slide-out-top,.fancy-slide-in-bottom,.fancy-slide-out-bottom{animation-duration:.01ms}}[data-react-fancy-marquee]{width:100%;overflow:hidden}.fancy-marquee--fade{-webkit-mask-image:linear-gradient(to right, transparent, black var(--fancy-marquee-fade,48px), black calc(100% - var(--fancy-marquee-fade,48px)), transparent);-webkit-mask-image:linear-gradient(to right, transparent, black var(--fancy-marquee-fade,48px), black calc(100% - var(--fancy-marquee-fade,48px)), transparent);mask-image:linear-gradient(to right, transparent, black var(--fancy-marquee-fade,48px), black calc(100% - var(--fancy-marquee-fade,48px)), transparent)}.fancy-marquee__track{width:max-content;animation:fancy-marquee var(--fancy-marquee-duration,40s) linear infinite;will-change:transform;display:flex}[data-react-fancy-marquee][data-direction=right] .fancy-marquee__track{animation-direction:reverse}.fancy-marquee--pause-hover:hover .fancy-marquee__track,[data-react-fancy-marquee][data-paused] .fancy-marquee__track{animation-play-state:paused}.fancy-marquee__group{flex:none;display:flex}.fancy-marquee__unit{align-items:center;gap:var(--fancy-marquee-gap,40px);white-space:nowrap;flex:none;padding-inline-end:var(--fancy-marquee-gap,40px);display:flex}.fancy-marquee__item,.fancy-marquee__separator{flex:none}@keyframes fancy-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.fancy-marquee__track{animation:none}}[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}:where([data-fancy-mlm=downline-tree]){color:inherit;font-size:.875rem}:where(.fancy-mlm-tree__list){margin:0;padding:0;list-style:none}:where(.fancy-mlm-tree__list .fancy-mlm-tree__list){border-left:1px solid color-mix(in oklab, currentColor 15%, transparent);margin-left:.75rem;padding-left:.75rem}:where(.fancy-mlm-tree__row){align-items:center;gap:.375rem;padding:.125rem 0;display:flex}:where(.fancy-mlm-tree__row.is-selected){background:color-mix(in oklab, currentColor 8%, transparent);border-radius:.375rem}:where(.fancy-mlm-tree__row.is-inactive){opacity:.55}:where(.fancy-mlm-tree__toggle){appearance:none;cursor:pointer;width:1.1rem;height:1.1rem;color:inherit;background:0 0;border:0;padding:0;font-size:.7rem;line-height:1}:where(.fancy-mlm-tree__toggle--leaf){cursor:default}:where(.fancy-mlm-tree__label){appearance:none;cursor:pointer;color:inherit;font:inherit;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.375rem;padding:.125rem .25rem;display:inline-flex}:where(.fancy-mlm-tree__label:hover){background:color-mix(in oklab, currentColor 8%, transparent)}:where(.fancy-mlm-tree__name){font-weight:500}:where(.fancy-mlm-tree__muted,.fancy-mlm-rank__muted){opacity:.6;font-size:.75rem}:where([data-fancy-mlm=commission-statement].is-empty){opacity:.6;padding:.75rem 0;font-size:.875rem}:where(.fancy-mlm-statement__table){border-collapse:collapse;width:100%;font-size:.875rem}:where(.fancy-mlm-statement__table th,.fancy-mlm-statement__table td){text-align:left;border-bottom:1px solid color-mix(in oklab, currentColor 12%, transparent);padding:.375rem .5rem}:where(.fancy-mlm-statement__num){text-align:right;font-variant-numeric:tabular-nums}:where(.fancy-mlm-statement__table tr.is-reversed){opacity:.55;text-decoration:line-through}:where(.fancy-mlm-statement__total){font-weight:600}:where(.fancy-mlm-statement__total-label){text-align:right;opacity:.7}:where([data-fancy-mlm=rank-progress]){flex-direction:column;gap:.375rem;font-size:.875rem;display:flex}:where(.fancy-mlm-rank__head){align-items:center;gap:.5rem;display:flex}:where(.fancy-mlm-rank__bar){background:color-mix(in oklab, currentColor 12%, transparent);border-radius:999px;height:.5rem;overflow:hidden}:where(.fancy-mlm-rank__fill){background:currentColor;border-radius:999px;height:100%;transition:width .3s}:where(.fancy-mlm-rank__meta){opacity:.7;font-size:.75rem}
