:root{--background: #f4f4f4;--layer-01: #ffffff;--layer-02: #f4f4f4;--field-01: #f4f4f4;--text-primary: #161616;--text-secondary: #525252;--text-helper: #6f6f6f;--text-on-color: #ffffff;--border-subtle: #e0e0e0;--border-strong: #8d8d8d;--interactive: #0f62fe;--interactive-hover: #0043ce;--focus: #0f62fe;--link-primary: #0f62fe;--support-error: #da1e28;--support-success: #24a148;--support-warning: #f1c21b;--support-info: #0043ce;--overlay: rgba(0, 0, 0, .6);--font: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--duration-fast: .11s;--duration-standard: .15s;--duration-expand: .24s;--ease-standard: cubic-bezier(.2, 0, .38, .9);--ease-entrance: cubic-bezier(0, 0, .38, .9);--ease-exit: cubic-bezier(.2, 0, 1, .9)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--background);color:var(--text-primary);font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}table,.tabular{font-variant-numeric:tabular-nums}code,.mono{font-family:var(--mono)}:where(a,button,[role=button],input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--focus);outline-offset:2px}.boot{display:grid;place-items:center;height:100vh;color:var(--text-secondary)}*{scrollbar-width:thin;scrollbar-color:#c6c6c6 transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:#c6c6c6;border-radius:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
