/* SPDX-License-Identifier: AGPL-3.0-only */
:root{color-scheme:light}
:root[data-theme="dark"]{color-scheme:dark}
:root[data-theme="dark"] button:focus-visible{outline-color:#8bd4b0}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:transparent}button{display:block;width:100%;height:100%;border:0;padding:4px;background:transparent;cursor:pointer;touch-action:manipulation;border-radius:24px}button:focus-visible{outline:2px solid #245b49;outline-offset:-4px}svg{display:block;width:100%;height:100%}button:active svg{transform:scale(.97)}@media(prefers-reduced-motion:reduce){button:active svg{transform:none}}
