:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--cr: 0;--cr2: .5;--cr3: 1}@supports (corner-shape: squircle){:root{--cr: 2;--cr2: 2;--cr3: 2}}@media(prefers-color-scheme:dark){:root{color:#fff;background-color:#000}}*,*:after,*:before{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%;font-size:12px}.react-colorful.react-colorful.react-colorful{width:100%;aspect-ratio:1!important;height:auto;border-radius:0}.react-colorful.react-colorful.react-colorful>div{border-radius:0}code{font-size:12px}ul{list-style-type:none}.app-grid{grid-template-columns:1fr}.column-height{height:calc(100dvh / 3);border-bottom:1px solid}@media screen and (min-width:48em){.column-height{height:100dvh}.app-grid{grid-template-columns:1fr 1fr 3fr}}.base-select-field{display:flex;align-items:center;gap:6px}.base-select-label{font-size:10px;line-height:1;cursor:default}.base-select-trigger{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;padding:2px 8px;outline:0;border:1px solid currentColor;border-radius:calc(8px * var(--cr2));corner-shape:squircle;background:transparent;color:var(--page-fg, currentColor);font:inherit;font-size:10px;line-height:1;-webkit-user-select:none;user-select:none;cursor:pointer}.base-select-trigger:hover,.base-select-trigger[data-popup-open]{background:color-mix(in srgb,var(--page-bg, canvas) 80%,var(--page-fg, currentColor) 20%)}.base-select-trigger:focus-visible{outline:2px solid currentColor;outline-offset:1px}.base-select-icon{display:inline-flex;align-items:center;opacity:.9}.base-select-positioner{z-index:20;-webkit-user-select:none;user-select:none;outline:none}.base-select-popup{box-sizing:border-box;min-width:var(--anchor-width);border:1px solid var(--page-fg, currentColor);border-radius:calc(8px * var(--cr));corner-shape:squircle;background:var(--page-bg, canvas);color:var(--page-fg, currentColor);box-shadow:0 10px 20px #0000002e;padding:2px 0}.base-select-list{max-height:min(260px,var(--available-height));overflow-y:auto;padding:4px}.base-select-item{box-sizing:border-box;display:grid;grid-template-columns:12px 1fr;align-items:center;gap:8px;padding:6px 8px;border-radius:calc(12px * var(--cr));corner-shape:squircle;font-size:10px;line-height:1.2;cursor:default;outline:none;white-space:nowrap}.base-select-item[data-highlighted]{background:var(--page-fg, currentColor);color:var(--page-bg, canvas);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--page-fg, currentColor) 35%,transparent)}.base-select-item-indicator{display:inline-flex;align-items:center;justify-content:center}.base-select-item-text{display:inline-flex;align-items:center}
