:root{--text-color: #000}*{margin:0;padding:0;box-sizing:border-box;overflow:hidden}body,*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,sans-serif}.no-text-stroke{-webkit-text-stroke:0!important;text-stroke:0!important}main{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}@keyframes drawCycle{0%,35%,75%,to{stroke-dashoffset:0;opacity:1}50%{stroke-dashoffset:var(--stroke-length);opacity:.3}60%{stroke-dashoffset:var(--stroke-length);opacity:.1}}svg{scale:.9}svg path{stroke-width:1;animation:drawCycle 20s cubic-bezier(.66,0,.34,1) infinite;filter:url(#glow);stroke-linecap:round;stroke-linejoin:round;transition:opacity .4s ease}@media screen and (min-width: 500px){svg{scale:1.2}}@media screen and (min-width: 600px){svg{scale:1.4}}@media screen and (min-width: 700px){svg{scale:1.7}}@media screen and (min-width: 800px){svg{scale:2}}.shooting-star{position:fixed;width:2px;height:2px;background:white;border-radius:50%;opacity:0;pointer-events:none;z-index:2;box-shadow:0 0 6px 2px #fff}.shooting-star:after{content:"";position:absolute;top:0;left:-40px;width:40px;height:2px;background:linear-gradient(90deg,transparent,white)}
