:root{color-scheme:dark;--fd-focus-color: #60a5fa;--fd-scrollbar-thumb: rgba(255, 255, 255, .16);--fd-scrollbar-thumb-hover: rgba(255, 255, 255, .28);--fd-selection-bg: rgba(59, 130, 246, .35);--fd-selection-color: #eff6ff}html[data-theme=light]{color-scheme:light;--fd-focus-color: #2563eb;--fd-scrollbar-thumb: #cbd5e1;--fd-scrollbar-thumb-hover: #94a3b8;--fd-selection-bg: #dbeafe;--fd-selection-color: #1e3a5f}html[data-theme=dark]{color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{min-height:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100vh}:focus-visible{outline:2px solid var(--fd-focus-color);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--fd-scrollbar-thumb);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--fd-scrollbar-thumb-hover)}::selection{background:var(--fd-selection-bg);color:var(--fd-selection-color)}a,button,input,select,textarea{font-family:inherit}img,svg{display:block;max-width:100%}
