@import "https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap";
@import "https://rsms.me/inter/inter.css";
:root{--font-family-monospace:"Inconsolata",monospace}.font-toggle{cursor:pointer;background-color:#0000;background-image:url(/sans-serif-icon.svg);background-repeat:no-repeat;border:none;outline:none;width:24px;height:24px;transition:all .75s cubic-bezier(.68,-.55,.265,1.55)}.font-toggle:focus-visible{outline:none;box-shadow:0 0 0 4px #3f53d9}.monospace .font-toggle{background-image:url(/monospace-icon.svg)}.monospace html,.monospace body,.monospace h1,.monospace h2,.monospace h3,.monospace h3,.monospace h4,.monospace h5,.monospace h6,.monospace p,.monospace small,.monospace a,.monospace li,.monospace b,.monospace i,.monospace strong,.monospace mark,.monospace #snackbar{font-family:var(--font-family-monospace)}
.theme-toggle{cursor:pointer;background-color:#0000;background-image:url(../media/light-mode.5cd3880c.svg);background-repeat:no-repeat;border:none;outline:none;width:24px;height:24px;transition:all .75s cubic-bezier(.68,-.55,.265,1.55);transform:rotate(-360deg)}.dark .theme-toggle{background-image:url(../media/dark-mode.732dd1ea.svg);transform:rotate(0)}.dark body,.dark .modal-content,.dark .s-link,.dark .s-link.is-active,.dark .s-link:hover{background-color:var(--dark-color-bg);color:var(--light-color-text)}.dark #snackbar{background-color:var(--light-color-bg);color:var(--dark-color-text)}.dark .sui-search-box__text-input{background-color:var(--dark-color-bg);color:var(--light-color-text)}.dark details summary{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_7)'%3E%3Cpath d='M6 3L11 8L6 13' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_7'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.dark details[open] summary{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.dark .footer-button,.dark .metric-logo,.dark .timeline-icon,.dark .side-button{filter:invert(0%)}@media (prefers-color-scheme:dark){.dark .theme-toggle{background-image:url(../media/dark-mode.732dd1ea.svg);transform:rotate(0)}.dark body{background-color:var(--dark-color-bg);color:var(--light-color-text)}.dark #snackbar{background-color:var(--light-color-bg);color:var(--dark-color-text)}.footer-button,.metric-logo,.timeline-icon{filter:invert()}}
*,:after,:before{box-sizing:border-box}:root{--font-family:"Inter",sans-serif;--dark-color-bg:#e2e2e2;--light-color-text:#050038;--light-color-bg:#131313;--dark-color-text:#e2e2e2;--selection-color-bg:#3f53d9;--selection-color-text:#ffd707;--link-color-text:#3f53d9;--link-color-bg:#ffcf00;--card-color-bg:#54545426;--card-color-hover:#8e8e8e26;--tag-color-bg:#54545426;--space-xxsmall:2px;--space-xsmall:4px;--space-small:8px;--space-medium:12px;--space-large:16px;--space-xlarge:24px;--border-radius-small:8px;--border-radius-circle:80px}@supports (color:color(display-p3 1 1 1)){:root{--light-color-bg:color(display-p3 0 .016 .07);--dark-color-text:color(display-p3 .945 .948 1);--dark-color-bg:color(display-p3 .965 .966 .98);--light-color-text:color(display-p3 .001 .019 .09);--selection-color-bg:color(display-p3 .255 .147 .98);--selection-color-text:color(display-p3 .945 .676 .17);--link-color-text:color(display-p3 .255 .147 .98);--link-color-bg:color(display-p3 .945 .676 .17);--card-color-bg:color(display-p3 .424 .424 .43/.08);--card-color-hover:color(display-p3 .424 .424 .43/.28);--tag-color-bg:color(display-p3 .98 .982 1/.12)}}::selection{background-color:var(--selection-color-bg);color:var(--selection-color-text)}body{font-family:var(--font-family);background-color:var(--light-color-bg);color:var(--dark-color-text);scroll-behavior:smooth;word-break:normal;margin:0 auto;padding:0;line-height:1.4}header,footer{width:100%;max-width:672px;height:32px;margin:var(--space-large)0;justify-content:flex-end;align-items:center;display:flex}footer{border-bottom:8px solid;height:100%;margin-bottom:0;padding-bottom:1.5vw}section{width:100%;margin:var(--space-large)0}a{color:inherit;cursor:ne-resize;text-decoration:underline;transition:background-color .3s}a:hover,a:focus{color:var(--link-color-text);text-decoration:none}p{margin:0;font-size:1rem}h4{margin:var(--space-xsmall)0}hr{color:inherit;opacity:.1;width:100%;margin:var(--space-large)0}small{align-items:center;font-size:12px;line-height:1.4;display:flex}ul{width:100%;margin:var(--space-small)0px 0px var(--space-xsmall);padding-left:0;list-style:square}ol{margin:var(--space-small)0px 0px var(--space-xlarge);padding-left:0}li{margin-bottom:var(--space-small);margin-left:var(--space-medium)}li a{margin-left:var(--space-xsmall)}blockquote{margin:var(--space-small)0;padding:var(--space-large);background-color:#5454540f;border-left:2px solid;font-style:italic}info{margin-top:var(--space-small);text-align:center}h5{margin:var(--space-small)0}h6{margin:0;font-size:14px}pre{background-color:var(--card-color-bg);padding:var(--space-xlarge)}button{border:none}.button-group{margin:0 0 var(--space-xlarge)0;padding:4px}img{border-radius:var(--border-radius-small);width:100%}video{padding:var(--space-large)}.side-button{width:32px;height:24px;padding-right:12px}.metric-logo,.footer-button,.icon,.side-button{filter:invert()}.footerList{display:flex}.footerLi{padding-right:var(--space-large);margin-bottom:var(--space-small);display:flex}li.footerLi:last-child{padding-right:0}.heading2Xl{text-align:left;width:100%;margin:0;font-weight:600;line-height:1.4}.blogTitle{text-align:left;text-transform:uppercase;margin:0;font-weight:600;line-height:1.4}.headingM{margin:var(--space-small);width:100%}.smallHeading{margin:var(--space-xxsmall)var(--space-small);width:100%}.list-style-circle{list-style-type:circle}.list-style-none{list-style:none}.flex{display:flex}.flex-center{align-items:center}.space-between{justify-content:space-between}.error{background-color:var(--tag-color-bg);width:100%;padding:var(--space-xlarge);flex-direction:column;align-items:center}.error>p{text-align:center}.mainWrapper{flex-direction:column;justify-content:space-between;align-items:center;min-height:50vh;display:flex}.innerWrapper{flex-direction:column;justify-content:center;width:100%;max-width:1080px;padding:10vw 5vw;display:flex}.contentWrapper{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:5vw;display:flex}.contentWrapper>p{margin:var(--space-large)0}.main-card{width:100%;color:inherit;cursor:e-resize;text-shadow:none;padding:var(--space-small)var(--space-large);margin:var(--space-small)0 var(--space-small)0;background-color:var(--card-color-bg);border-radius:var(--border-radius-small);border:1px solid var(--tag-color-bg);flex-direction:column;align-items:baseline;text-decoration:none;display:flex}a.main-card:hover,a.main-card:active,a.main-card:focus{color:inherit;background-color:var(--card-color-hover);text-decoration:none}.main-card[href] h6{margin:var(--space-small)0;font-weight:400}.stack-card,.ApiCard{width:100%;color:inherit;cursor:ne-resize;text-shadow:none;padding:var(--space-medium)var(--space-large);margin:var(--space-medium)0 var(--space-small)0;background-color:var(--card-color-bg);border:1px solid var(--tag-color-bg);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;font-weight:500;text-decoration:none;display:flex}.stack-card>div,.ApiCard>div{align-items:center;display:flex}a.stack-card:hover,a.stack-card:active,a.stack-card:focus,a.ApiCard:hover,a.ApiCard:active,a.ApiCard:focus{color:inherit;background-color:var(--card-color-hover);text-decoration:none}.stack-card[href] h6{padding:var(--space-xsmall)var(--space-xxsmall);margin:var(--space-small)}.stack-card-img{border-radius:var(--border-radius-small);aspect-ratio:1;width:24px;height:24px}.currentlyListeningImg{border-radius:var(--border-radius-small);width:24px;height:24px}.currentlyListeningContent{margin:0 var(--space-large);flex-direction:row;align-items:self-start;display:flex}.currentlyListeningContent>p{margin:0;padding:0}.flexCentered{align-items:center;width:100%;display:flex}.flexDirectionColumn{flex-direction:column}.justContentBetween{justify-content:space-between}.dic-card{width:100%;color:inherit;cursor:pointer;text-shadow:none;padding:var(--space-small)var(--space-large);margin:var(--space-medium)0 0 0;background-color:var(--card-color-bg);border-radius:var(--border-radius-small);border:1px solid var(--tag-color-bg);flex-direction:column;justify-content:space-between;align-items:center;font-weight:500;text-decoration:none;display:flex}.dic-card summary{font-size:calc(var(--font-size)*1);font-weight:calc(var(--font-weight)*1.33)}details.dic-card summary:focus-visible{box-shadow:0 0 0 4px var(--link-color-text);outline:none}.dic-card span{font-size:14px;font-weight:400}details summary{padding:0px var(--space-xlarge);background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_13)'%3E%3Cpath d='M6 3L11 8L6 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_13'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;outline:none;list-style:none;display:inline-block;position:relative}details>summary::marker{display:none}details>summary::-webkit-details-marker{display:none}details[open] summary{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.list-style{background-color:var(--card-color-bg);padding:var(--space-large)var(--space-xlarge);margin:var(--space-xlarge)0}.external{cursor:ne-resize}.light-text{color:var(--dark-color-text)}.dark-text{color:var(--light-color-text)}.tag{margin:var(--space-large)var(--space-medium)var(--space-large)0;padding:var(--space-xsmall)var(--space-medium);background-color:var(--tag-color-bg);word-break:keep-all;border-radius:var(--border-radius-small);border:1px solid var(--tag-color-bg);line-height:1.4}.shortcut{border:2px solid var(--card-color-bg);height:40px;padding:var(--space-small)var(--space-medium)}.metric{background-color:var(--card-color-bg);word-break:keep-all;border-radius:var(--border-radius-small);margin:var(--space-small)0 var(--space-small)0;padding:var(--space-large)var(--space-xlarge);border:1px solid var(--tag-color-bg)}.metric-header{margin:var(--space-small)0 var(--space-large)0}.metric-header>*{margin:0 var(--space-small)0 0}.metric-logo{width:24px}.avatar{clip-path:circle(12px);width:24px}.metric-pill{width:33%}.timeline{flex-direction:column;margin:0;padding:0;display:flex}.timeline-icon{background:var(--card-color-bg);border-radius:var(--border-radius-circle);border:1px solid var(--card-color-bg);width:32px;height:32px}.timeline-item{align-items:flex-start;margin:0 0 48px;display:inline-flex;position:relative}.timeline-item:before{border-left:2px dashed var(--blue-2);content:"";width:2px;height:70px;position:absolute;bottom:calc(100% - 104px);left:14px}.timeline-info{padding:0 var(--space-medium)}.timeline-opacity-half{opacity:.5}.npm-downloads{padding:0 var(--space-large)}.backButton{cursor:w-resize;margin-bottom:var(--space-xlarge);width:fit-content}.internalPassage{cursor:e-resize}.color-wrapper{background:var(--green-1);width:100%;height:40px;padding:var(--space-large);cursor:pointer;margin:var(--space-xsmall);align-items:center;transition:all .2s ease-in-out;display:flex}.color-wrapper .tag{opacity:0;transition:all .1s ease-in-out}.color-wrapper:hover,.color-wrapper:focus,.color-wrapper:active{height:120px}.color-wrapper:focus-visible{height:120px;box-shadow:0 0 0 4px var(--link-color-text);-webkit-tap-highlight-color:0 0 0 4px var(--link-color-text);outline:none}.color-wrapper:hover .tag,.color-wrapper:active .tag,.color-wrapper:focus .tag,.color-wrapper:focus-visible .tag{opacity:1}.footer-button{border-radius:var(--border-radius-circle);cursor:pointer;background:0 0;flex-direction:column;align-items:center;width:40px;margin:2px;padding:8px;transition:all .3s ease-in-out;display:flex}.footer-button:hover,.footer-button:focus-visible{background-color:var(--card-color-hover);cursor:pointer}.modal-content{background-color:var(--light-color-bg);width:100%;height:100%;padding:var(--space-xlarge);border-radius:var(--border-radius-small);flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex;overflow-y:auto}.modal-body{flex-direction:column;align-items:flex-end;display:flex}.modal-input{margin:var(--space-xlarge)0;width:100%}.dock-menu{background-color:var(--card-color-bg);border-radius:var(--border-radius-circle);border:1px solid var(--tag-color-bg);flex-direction:row;justify-content:space-evenly;max-width:498px;margin:25% 0;padding:6px;display:flex}.dot-grid{background-image:radial-gradient(circle,#ffffff30 1px,#0000 1px);background-size:16px 16px;height:100vh;margin:0;padding:0}.current-time{margin:var(--space-small);padding:var(--space-medium)}@media (max-width:1024px){.mainWrapper{justify-content:center}}@media (max-width:834px){header{padding:5vw 24px}footer{flex-direction:column;align-items:flex-start;height:100%;padding:5vw 24px;display:flex}.innerWrapper{height:100%;padding:10vw 24px}.contentWrapper{flex-direction:column;width:100%;display:flex}.footerList{margin:0}.footerLi{margin:var(--space-large)0}.modal-content{width:90%;height:90%}}@media (max-width:600px){footer{flex-direction:column;align-items:flex-start;height:100%;padding:10vw 2.5vw;display:flex}header,.index-body-container{padding:6vw var(--space-xlarge)}ol{padding-left:var(--space-large);margin:var(--space-small)0px 0px var(--space-xsmall);list-style-position:outside}.innerWrapper{height:100%;padding:10vw 24px}.contentWrapper{flex-direction:column;width:100%;display:flex}.footerList{flex-direction:column;align-items:flex-start;margin-left:0;padding-left:0;display:flex}.footerLi{margin:var(--space-small)0 var(--space-small)0}.flexCentered .justContentBetween{flex-direction:column}}
.equilizer{width:24px;height:24px;margin:0 24px;transform:rotate(180deg)}svg>rect{fill:var(--green-1)}.dark rect{fill:var(--blue-2)}.bar{width:18px;animation:4s infinite equalize}.bar:first-child{animation-delay:-1.9s}.bar:nth-child(2){animation-delay:-2s}.bar:nth-child(3){animation-delay:-2.3s}.bar:nth-child(4){animation-delay:-2.4s}.bar:nth-child(5){animation-delay:-2.1s}@keyframes equalize{0%{height:1px}4%{height:50px}8%{height:40px}12%{height:30px}16%{height:20px}20%{height:30px}24%{height:40px}28%{height:10px}32%{height:40px}36%{height:60px}40%{height:20px}44%{height:40px}48%{height:70px}52%{height:30px}56%{height:10px}60%{height:30px}64%{height:50px}68%{height:60px}72%{height:70px}76%{height:80px}80%{height:70px}84%{height:60px}88%{height:50px}92%{height:60px}96%{height:70px}98%{height:40px}to{height:1px}}
:root{--green-1:#6bf4c8;--green-2:#5debac;--green-3:#66ed7f;--yellow:#ffd253;--orange:#ff7253;--red-1:#f0696a;--red-2:#f06a8b;--pink:#ff9cb4;--purple:#b66afe;--aqua:#6ac9f5;--blue-1:#62acfe;--blue-2:#686afe;--dark-1:#00091b;--dark-2:#011438;--white-1:#fefefe;--white-2:#f2f2f2}
#snackbar{visibility:hidden;background-color:var(--dark-color-bg);min-width:96px;color:var(--light-color-text);text-align:center;padding:var(--space-medium);z-index:1;bottom:var(--space-xlarge);border-radius:12px;position:sticky}#snackbar.show{visibility:visible;animation-name:slidein;animation-duration:.4s}@keyframes slidein{0%{opacity:0;bottom:0;transform:scale(.98)}to{opacity:1;bottom:23px;transform:scale(1)}}
form,.modal-content>div{width:100%}.sui-search-box{display:flex}.sui-search-box__wrapper{width:100%;margin:0 var(--space-medium)0 0}.button{margin:0 0 0 var(--space-small);color:currentColor;padding:0 var(--space-large);font-size:12px;font-family:var(--font-family);border-radius:var(--border-radius-circle);cursor:pointer;background-color:#0000;background-color:var(--card-color-bg);border:2px solid;border:1px solid var(--card-color-bg);align-items:center;height:32px;margin:2px;transition:all .3s ease-in-out;display:flex}.button:hover{background-color:var(--card-color-hover);cursor:pointer}.button:active,.button:focus,.button:focus-visible{background-color:var(--card-color-hover);outline:none}.sui-search-box__text-input{padding:var(--space-large);width:100%;height:32px;font-size:12px;font-family:var(--font-family);background-color:var(--light-color-bg);color:var(--dark-color-bg);border-radius:0;border-radius:var(--border-radius-circle);cursor:text;background-color:var(--card-color-bg);border:2px solid;border:2px solid var(--card-color-bg);flex-direction:column;align-items:center;transition:all .3s ease-in-out;display:flex}.sui-search-box__text-input:focus,.sui-search-box__text-input:active{box-shadow:0 0 0 4px var(--link-color-text);outline:none}.sui-result{padding:var(--space-xlarge);background-color:var(--tag-color-bg);margin:var(--space-small)0 var(--space-xlarge)0;list-style:none}.sui-result__title-link{background-color:var(--selection-color-bg);color:var(--selection-color-text)}.sui-result__title-link:hover{color:var(--selection-color-text)}.sui-result__title>em,em{background-color:var(--selection-color-bg);color:var(--selection-color-text);font-style:inherit}.sui-result__details>li{margin:0 0 var(--space-small)0;flex-direction:column;display:flex}.sui-result__key{color:var(--tag-color-text);font-size:12px;font-family:var(--font-family-code);display:none}.sui-result__value,.sui-paging-info,.sui-paging-info>strong{font-size:16px;font-family:var(--font-family);line-height:22px}.sui-paging-info{padding:var(--space-xlarge)0 0 0}.sui-result__details li:nth-child(2),.sui-result__details li:nth-child(3),.sui-result__details li:nth-child(4){display:none}
.side-nav-content{flex-direction:column;justify-content:space-between;height:100%;display:flex}.s-shell{grid-template-columns:280px 1fr;min-height:100dvh;display:grid}.s-shell:has(.s-2-rail){grid-template-columns:280px 280px 1fr}.s-rail,.s-2-rail{border-right:1px solid var(--tag-color-bg);background:var(--card-color-bg);height:100dvh;position:sticky;top:0;overflow:auto}.s-spacer{display:none}.s-title{margin-bottom:16px;font-size:18px;font-weight:600}.s-subtitle{border-bottom:1px solid var(--card-color-hover);padding:16px;font-size:16px;font-weight:600}.s-list{margin:12px 0;padding:0 12px;list-style:none}.s-list li{margin:var(--space-small)0}.s-link{color:inherit;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px;font-size:14px;text-decoration:none;display:flex}.s-link:hover,.s-link.is-active{color:var(--white-color-text);background-color:var(--card-color-hover)}.s-main{grid-column:2;width:100%;padding:24px;overflow:auto}.s-shell:has(.s-2-rail) .s-main{grid-column:3}.s-main-inner{max-width:960px;margin-inline:auto}.mobile-topbar{display:none}.mobile-sheet{border-right:1px solid var(--tag-color-bg);z-index:1000;background:#00000080;justify-content:flex-end;display:none;position:fixed}.mobile-sheet.open{display:flex}.mobile-sheet-inner{background-color:var(--light-color-bg);width:min(92vw,520px);height:100vh;color:var(--dark-color-text);border-left:1px solid var(--tag-color-bg);padding:16px;overflow:auto}.mobile-sheet .title{margin:12px 0;font-weight:600}.mobile-sheet .close{color:#e5e7eb;background:0 0;border:0;margin-left:auto;font-size:24px;position:sticky;top:0}.mobile-sheet a{padding:8px 0;display:block}.m-link{font-size:16px;text-decoration:none}.m-link-button{margin-left:var(--space-xsmall);color:inherit;background-color:#0000;border-radius:8px;padding:8px 0;text-decoration:none;display:block}@media (max-width:1024px){.site-header{display:none!important}.s-shell{flex-direction:column;display:flex}.s-rail,.s-2-rail,.s-spacer{display:none!important}.mobile-topbar{border-bottom:1px solid var(--tag-color-bg);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.s-main{grid-column:1;padding:16px}.s-main-inner{max-width:680px}}
body{background:#000}.glow{border-radius:50%;-webkit-animation:3s linear infinite alternate glow;position:absolute;top:50%;left:50%}.particles{width:100px;height:100px;position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.rotate{width:10px;height:10px;position:absolute;top:calc(50% - 5px);left:calc(50% - 5px)}.angle,.size,.position,.pulse{position:absolute;top:0;left:0}.particle{border-radius:50%;width:10px;height:10px;position:absolute;top:calc(50% - 5px);left:calc(50% - 5px)}.rotate{-webkit-animation:20s linear infinite alternate rotate}.pulse{-webkit-animation:1.5s linear infinite alternate pulse}@-webkit-keyframes glow{0%{transform:rotate(0);box-shadow:0 0 60px 20px #56bcf9,25px 15px 50px 10px #fff,-5px -25px 30px 5px #fff}to{transform:rotate(5deg);box-shadow:0 0 90px 20px #56bcf9,35px 20px 40px 10px #fff,-30px -30px 40px 5px #fff}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes angle{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes size{0%{-webkit-transform:scale(.2)}to{-webkit-transform:scale(.6)}}@keyframes position{0%{opacity:1;transform:translate(0,0)}50%{opacity:1}to{opacity:0;transform:translate(100px,100px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}to{-webkit-transform:scale(.5)}}@-webkit-keyframes particle{0%{box-shadow:inset 0 0 20px 20px #0079e8,0 0 50px 10px #0079e8,inset 0 0 80px 80px #269aff}33.33%{box-shadow:inset 0 0 20px 20px #0079e8,0 0 130px 10px #0079e8,inset 0 0 50px 50px #269aff}33.34%{box-shadow:inset 0 0 20px 20px #2693ff,0 0 50px 10px #2693ff,inset 0 0 80px 80px #52abff}66.66%{box-shadow:inset 0 0 20px 20px #2693ff,0 0 130px 10px #2693ff,inset 0 0 50px 50px #52abff}66.67%{box-shadow:inset 0 0 20px 20px #485fe8,0 0 50px 10px #485fe8,inset 0 0 80px 80px #7d71e8}to{box-shadow:inset 0 0 20px 20px #485fe8,0 0 130px 10px #485fe8,inset 0 0 50px 50px #7d71e8}}.rotate .angle:first-child{-webkit-animation:10s steps(5,end) infinite angle}.rotate .angle:first-child .size{-webkit-animation:10s steps(5,end) infinite size}.rotate .angle:first-child .particle{-webkit-animation:6s linear infinite alternate particle}.rotate .angle:first-child .position{-webkit-animation:2s linear infinite position}.rotate .angle:nth-child(2){-webkit-animation:4.95s steps(3,end) -1.65s infinite angle}.rotate .angle:nth-child(2) .size{-webkit-animation:4.95s steps(3,end) -1.65s infinite alternate size}.rotate .angle:nth-child(2) .particle{-webkit-animation:4.95s linear -3.3s infinite alternate particle}.rotate .angle:nth-child(2) .position{-webkit-animation:1.65s linear infinite position}.rotate .angle:nth-child(3){-webkit-animation:13.76s steps(8,end) -6.88s infinite angle}.rotate .angle:nth-child(3) .size{-webkit-animation:6.88s steps(4,end) -5.16s infinite alternate size}.rotate .angle:nth-child(3) .particle{-webkit-animation:particle 5.16s linear -1.72 infinite alternate}.rotate .angle:nth-child(3) .position{-webkit-animation:1.72s linear infinite position}.rotate .angle:nth-child(5) .position{-webkit-animation:2.45s linear infinite position}
