*{box-sizing:border-box;margin:0;padding:0}body{background:var(--theme-bg,#09090a);color:var(--theme-text,#eee);font-family:var(--theme-body-font,"DM Sans",system-ui,sans-serif)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--theme-focus,#ff6b1a)!important}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--theme-scroll-track,#09090a)}::-webkit-scrollbar-thumb{background:var(--theme-scroll-thumb,#222);border-radius:4px}@keyframes spin{to{transform:rotate(1turn)}}