.landing-title[data-v-aa2f8880]{font-size:clamp(2.4rem,12vw,7.5rem);line-height:.95}.gradient-text[data-v-aa2f8880]{animation:spin-aa2f8880 12s infinite;background-clip:text;-webkit-background-clip:text;background-size:500% 500%;color:transparent;display:inline-block;font-family:Share Tech Mono,monospace;max-width:100%}@media(max-width:380px){.landing-title[data-v-aa2f8880]{gap:.25rem}}.title-code[data-v-aa2f8880]{background-image:linear-gradient(-45deg,#0000 10%,#2ad 50%)}.title-time[data-v-aa2f8880]{background-image:linear-gradient(135deg,#777 40%,#0000 90%)}@keyframes spin-aa2f8880{0%{background-position:100% 50%}50%{background-position:0 50%}to{background-position:100% 50%}}.stats-card[data-v-3cf7d22c]{background:linear-gradient(135deg,#fffc,#fff9);border:1px solid hsla(0,0%,100%,.2)}[data-scheme=dark] .stats-card[data-v-3cf7d22c]{background:linear-gradient(135deg,#1e1e1ee6,#141414cc);border:1px solid hsla(0,0%,100%,.1)}.stats-subtitle[data-v-3cf7d22c]{color:#636363cc}[data-scheme=dark] .stats-subtitle[data-v-3cf7d22c]{color:#c7c7c7b3}.stats-number[data-v-3cf7d22c]{background:linear-gradient(135deg,#0284c7,#0369a1);background-clip:text;-webkit-background-clip:text;color:transparent;display:block;font-size:clamp(2rem,9vw,3.75rem);line-height:1;white-space:nowrap}.stats-number-wrap[data-v-3cf7d22c]{overflow:hidden}[data-scheme=dark] .stats-number[data-v-3cf7d22c]{background:linear-gradient(135deg,#38bdf8,#0ea5e9);background-clip:text;-webkit-background-clip:text;color:transparent}.stats-unit[data-v-3cf7d22c]{color:#63636399}[data-scheme=dark] .stats-unit[data-v-3cf7d22c]{color:#c7c7c799}.progress-bg[data-v-3cf7d22c]{background:#c7c7c74d}[data-scheme=dark] .progress-bg[data-v-3cf7d22c]{background:#6363634d}.progress-bar[data-v-3cf7d22c]{background:linear-gradient(90deg,#0284c7,#0369a1)}[data-scheme=dark] .progress-bar[data-v-3cf7d22c]{background:linear-gradient(90deg,#38bdf8,#0ea5e9)}.floating-circles[data-v-3cf7d22c]{height:100%;position:relative;width:100%}.floating-circle[data-v-3cf7d22c]{animation:float-3cf7d22c 8s ease-in-out infinite;background:linear-gradient(135deg,#0284c71a,#0284c70d);border-radius:50%;position:absolute}[data-scheme=dark] .floating-circle[data-v-3cf7d22c]{background:linear-gradient(135deg,#38bdf826,#38bdf814)}.floating-circle[data-v-3cf7d22c]:first-child{animation-delay:0s;height:100px;left:10%;top:20%;width:100px}.floating-circle[data-v-3cf7d22c]:nth-child(2){animation-delay:2s;height:150px;right:15%;top:50%;width:150px}.floating-circle[data-v-3cf7d22c]:nth-child(3){animation-delay:4s;bottom:20%;height:80px;left:60%;width:80px}.animate-pulse-glow[data-v-3cf7d22c]{animation:pulseGlow-3cf7d22c 3s ease-in-out infinite}.shimmer[data-v-3cf7d22c]{animation:shimmer-3cf7d22c 1.5s infinite;background:linear-gradient(90deg,#c7c7c799,#dbdbdbcc 50%,#c7c7c799);background-size:200% 100%}[data-scheme=dark] .shimmer[data-v-3cf7d22c]{animation:shimmer-3cf7d22c 1.5s infinite;background:linear-gradient(90deg,#28282899,#3c3c3ccc 50%,#28282899);background-size:200% 100%}.animate-progress[data-v-3cf7d22c]{animation:progress-3cf7d22c 2s ease-in-out infinite;width:0}@keyframes float-3cf7d22c{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(2deg)}66%{transform:translateY(10px) rotate(-2deg)}}@keyframes pulseGlow-3cf7d22c{0%,to{filter:drop-shadow(0 0 8px rgba(2,132,199,.3))}50%{filter:drop-shadow(0 0 16px rgba(2,132,199,.5))}}[data-scheme=dark] .animate-pulse-glow[data-v-3cf7d22c]{animation:pulseGlowDark-3cf7d22c 3s ease-in-out infinite}@keyframes pulseGlowDark-3cf7d22c{0%,to{filter:drop-shadow(0 0 8px rgba(56,189,248,.4))}50%{filter:drop-shadow(0 0 16px rgba(56,189,248,.6))}}@keyframes shimmer-3cf7d22c{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes progress-3cf7d22c{0%{opacity:.3;width:0}50%{opacity:1;width:70%}to{opacity:.6;width:100%}}.auxlines-wrapper[data-v-653a7a3b]{bottom:0;left:var(--scroll-x);overflow:hidden;pointer-events:none;position:absolute;right:0;top:var(--scroll-y);z-index:var(--z-index)}@keyframes line-y-653a7a3b{0%{min-height:0}to{min-height:var(--min-h)}}@keyframes line-x-653a7a3b{0%{min-width:0}to{min-width:var(--min-w)}}.line-segment[data-v-653a7a3b]{position:absolute}.line-segment-x[data-v-653a7a3b]{animation-fill-mode:both;animation-name:line-y-653a7a3b;animation-timing-function:ease-in-out;background-image:linear-gradient(180deg,transparent 0,transparent 50%,var(--line-color) 50%,var(--line-color) 100%);background-size:100% var(--line-gap);width:var(--line-width)}.line-segment-x[data-v-653a7a3b],.line-segment-y[data-v-653a7a3b]{animation-duration:var(--animation-sec);background-attachment:fixed}.line-segment-y[data-v-653a7a3b]{animation-fill-mode:both;animation-name:line-x-653a7a3b;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,transparent 0,transparent 50%,var(--line-color) 50%,var(--line-color) 100%);background-size:var(--line-gap) 100%;height:var(--line-width)}
