:root{color-scheme:light;--bg:#ffffff;--text:#171717;--frame:#ffffff;--line:#ededed;--surface:rgba(0,0,0,0.06);--surfaceText:rgba(0,0,0,0.8);--font-body:var(--font-geist-sans),Arial,Helvetica,sans-serif;--fs-1:16px;--fs-2:17px;--lh-1:1.2;--lh-2:1.5;--fw-1:400;--fw-2:600}html[data-theme=blue]{color-scheme:dark;--bg:#0054fc;--text:#ffffff;--frame:#0054fc;--surface:rgba(255,255,255,1);--surfaceText:rgba(255,255,255,1)}html[data-theme=yellow]{color-scheme:light;--bg:#ffe600;--text:#000000;--frame:#ffe600;--surface:rgba(0,0,0,0.08);--surfaceText:rgba(0,0,0,0.85);--font-body:var(--font-sigmar),Impact,fantasy}body,html{height:100%;max-width:100vw;overflow-x:hidden}body{color:var(--text);background:var(--bg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}@media (max-width:1000px){body,html{height:auto;min-height:100%}body{overflow:visible}html{overflow-x:hidden;overflow-y:auto}}*{box-sizing:border-box;padding:0;margin:0;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}