:root{--gray-50: #f6f7f9;--gray-100: #eceef2;--gray-200: #d5d8e2;--gray-300: #b1b9c8;--gray-400: #8793a9;--gray-500: #68758f;--gray-600: #535e76;--gray-700: #444c60;--gray-800: #3b4151;--gray-900: #353a47;--gray-950: #23262e;--purple-50: #fcf3ff;--purple-100: #f7e6ff;--purple-200: #f1ccff;--purple-300: #e8a3ff;--purple-400: #dc6dff;--purple-500: #ca3cff;--purple-600: #b016e3;--purple-700: #940ebd;--purple-800: #7b0e9a;--purple-900: #69117e;--purple-950: #440055;--background: var(--gray-950);--foreground: var(--gray-100)}body{width:100%;height:100%;margin:0;padding:0;background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh;position:relative;z-index:1;overflow:hidden}.stars{position:absolute;width:300%;height:300%;top:-100%;left:-100%;z-index:-1;pointer-events:none;overflow:hidden;animation:rotate 250s infinite linear}.star{width:7px;height:7px;background-color:var(--foreground);border-radius:50%;position:absolute;transform:rotate(0) scale(.3);animation:blinky 15s infinite ease-out}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blinky{0%{transform:rotate(0) scale(.3)}4%{transform:rotate(-20deg) scale(.9)}8%{transform:rotate(-40deg) scale(.3)}50%{transform:rotate(-40deg) scale(.3)}52%{transform:rotate(-50deg) scale(.6)}54%{transform:rotate(-60deg) scale(.3)}to{transform:rotate(0) scale(.3)}}
