:root{--bg-color:#0f172a;--text-color:#f8fafc}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background-color:var(--bg-color);width:100%;height:100dvh;color:var(--text-color);-webkit-user-select:none;user-select:none;touch-action:manipulation;margin:0;padding:0;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}main{width:100%;height:100%}
