.common_gridLineHorizontal__WPmNg {
    --background: #fff;
    --color: rgba(0, 0, 0, 0.2);
    --height: 1px;
    --width: 5px;
    --fade-stop: 90%;
    --offset: -100px;
}
.common_gridLineHorizontalDark__HxUpx,
.common_gridLineHorizontal__WPmNg {
    position: absolute;
    width: calc(100% + var(--offset));
    height: var(--height);
    left: calc(var(--offset) / 2 * -1);
    background: linear-gradient(to right, var(--color), var(--color) 50%, transparent 0, transparent);
    background-size: var(--width) var(--height);
    mask: linear-gradient(to left, var(--background) var(--fade-stop), transparent),
        linear-gradient(to right, var(--background) var(--fade-stop), transparent), linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(to left, var(--background) var(--fade-stop), transparent),
        linear-gradient(to right, var(--background) var(--fade-stop), transparent), linear-gradient(#000, #000);
    mask-composite: exclude;
    -webkit-mask-composite: exclude;
    z-index: 20;
}
.common_gridLineHorizontalDark__HxUpx {
    --background: #fff;
    --color: hsla(0, 0%, 100%, 0.2);
    --height: 1px;
    --width: 5px;
    --fade-stop: 90%;
    --offset: -100px;
}
.common_gridLineVertical__V_DBc {
    --background: #fff;
    --color: rgba(0, 0, 0, 0.2);
    --height: 5px;
    --width: 1px;
    --fade-stop: 90%;
    --offset: -100px;
}
.common_gridLineVerticalDark__IgDT_,
.common_gridLineVertical__V_DBc {
    position: absolute;
    height: calc(100% + var(--offset));
    width: var(--width);
    top: calc(var(--offset) / 2 * -1);
    background: linear-gradient(to bottom, var(--color), var(--color) 50%, transparent 0, transparent);
    background-size: var(--width) var(--height);
    mask: linear-gradient(to top, var(--background) var(--fade-stop), transparent),
        linear-gradient(to bottom, var(--background) var(--fade-stop), transparent), linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(to top, var(--background) var(--fade-stop), transparent),
        linear-gradient(to bottom, var(--background) var(--fade-stop), transparent), linear-gradient(#000, #000);
    mask-composite: exclude;
    -webkit-mask-composite: exclude;
    z-index: 20;
}
.common_gridLineVerticalDark__IgDT_ {
    --background: #fff;
    --color: hsla(0, 0%, 100%, 0.2);
    --height: 5px;
    --width: 1px;
    --fade-stop: 90%;
    --offset: -100px;
}
.styles_meteor__lktYZ {
    transform: rotate(-180deg);
    animation: styles_meteor__lktYZ 3s linear;
    animation-delay: var(--meteor-delay, 0s);
    animation-duration: var(--meteor-duration, 2s);
}
.styles_meteor__lktYZ:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--meteor-width, 50px);
    height: 1px;
    background: linear-gradient(90deg, var(--cyan-500), var(--blue-500), transparent);
}
@keyframes styles_meteor__lktYZ {
    0% {
        left: 0;
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    to {
        left: 100%;
        opacity: 0;
    }
}
