*{margin:0;padding:0;box-sizing:border-box}body{font-family:Tahoma,"MS Sans Serif",sans-serif;background:linear-gradient(135deg,#918fed,#7b76e8 15%,#a39af0 30%,#6b64e0 45%,#b8b3f5 60%,#7b76e8 75%,#918fed);background-attachment:fixed;background-size:400% 400%;animation:gradientFlow 15s ease infinite;color:#000;font-size:11px;line-height:1.4;min-height:100vh;display:flex;justify-content:center;align-items:center;overflow-x:hidden;cursor:default}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:#ddd;border:1px solid #bbb}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#918fed 0,#6b64e0);border:2px outset #918fed}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a39af0 0,#7b76e8)}*{scrollbar-width:thin;scrollbar-color:#918fed #ddd}a,button{-webkit-user-select:none;-moz-user-select:none;user-select:none}:focus{outline:1px dotted #918fed;outline-offset:2px}a{cursor:pointer}