:root{--background:#fff;--foreground:#171717;--font-dana:dana,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground)}.ant-btn,.ant-card,.ant-form-item,.ant-form-item-label>label,.ant-input,.ant-message,.ant-tabs,.ant-typography,body,input,select,textarea{font-family:var(--font-dana)!important}.ant-input,input,select,textarea{font-size:16px!important;text-align:center}::-webkit-scrollbar{width:0;height:0;display:none}*{-ms-overflow-style:none;scrollbar-width:none}body,html{overflow:hidden;position:fixed;width:100%;height:100%;touch-action:none;-webkit-text-size-adjust:100%}*{touch-action:pan-x pan-y}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}