:root{--background:#fff;--foreground:#275ee7;--bg-color-1:#0616b8;--bg-color-2:#1f7cff;--bg-color-3:#18b2ff;--text-color:#dce3f2;--accent-color:#215dbd}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(-45deg,var(--bg-color-1),var(--bg-color-2),var(--bg-color-1),var(--bg-color-3));background-size:400% 400%;animation:ambientFade 60s ease infinite;color:var(--text-color);font-family:Segoe UI,Arial,Helvetica,sans-serif;min-height:100vh}@keyframes ambientFade{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body,html{height:100%}@media (min-width:768px){body,html{overflow:hidden!important}}@media (max-width:767px){body,html{overflow-y:auto;overflow-x:hidden}body::-webkit-scrollbar{display:none}body{scrollbar-width:none}}