:root{--background:#ffffff;--foreground:#171717;color-scheme:light}body,html{max-width:100vw;overflow-x:hidden}body{margin:0;color:var(--foreground);background:var(--background);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}:focus-visible{outline:2px solid #00a5df;outline-offset:2px}:focus:not(:focus-visible){outline:none}select option{background-color:var(--background);color:var(--foreground)}.panel-header-desktop{display:flex}.panel-header-mobile{display:none}@media (max-width:900px){.panel-header-desktop{display:none}.panel-header-mobile{display:flex}}