:root{--enhancement-color: #000000;--body: white;--border-landing: var(--border);--field-landing: hsl(218, 92%, 95%);--landing-content-bg: rgba(37, 99, 235, .1);--landing-content-bg-hover: rgba(37, 99, 235, .2);--landing-content-bg-active: rgba(37, 99, 235, .25)}.dark{--enhancement-color: #FFFFFF;--body: oklch(13% .028 261.692);--border-landing: oklch(21% .034 264.665);--field-landing: oklch(18% .034 264.665);--landing-content-bg: rgba(37, 99, 235, .07);--landing-content-bg-hover: rgba(37, 99, 235, .15);--landing-content-bg-active: rgba(37, 99, 235, .2)}.landing-body{background-color:var(--body)!important}.landing-body .border-muted{border-color:var(--border-landing)!important}.landing-body .bg-field{background-color:var(--field-landing)!important}.landing-body .bg-content{background-color:var(--landing-content-bg)}.landing-body .bg-content:hover{background-color:var(--landing-content-bg-hover)}.landing-body .bg-content:active,.landing-body .bg-content-active{background-color:var(--landing-content-bg-active)}.gradient-text{background-image:linear-gradient(to right,transparent 0%,var(--background) 20%,transparent 40%),linear-gradient(50deg,var(--primary),var(--primary-hover),var(--primary-active));background-size:200% 100%,100% 100%;background-position:-200% 0,0 0;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:text-shine 3s infinite linear}@keyframes text-shine{0%{background-position:200% 0,0 0}to{background-position:-200% 0,0 0}}.glow-button{position:relative;overflow:hidden;z-index:1;transition:all .3s ease-in-out;background-image:linear-gradient(to right,var(--primary) 50%,var(--primary-hover) 80%,var(--primary-active) 100%)}.glow-button:before{content:"";position:absolute;top:50%;left:50%;width:300%;height:300%;background:radial-gradient(circle,var(--primary),var(--primary-active),transparent,transparent);z-index:-1;transform:translate(-50%,-50%) scale(0);transition:transform .8s ease;opacity:0}.glow-button:hover:before{transform:translate(-50%,-50%);opacity:.7}.glow-button:hover{background-image:none;background-color:#666;color:#fff}.dark .glow-button:hover{background-image:none;background-color:#0d0d0d;color:#fff}.section-title-underline{position:relative;display:inline-block;padding-bottom:8px}.section-title-underline:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:var(--underline-width, 0%);height:3px;background:linear-gradient(90deg,var(--primary),var(--background));border-radius:2px;transition:width .5s ease-out}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary),var(--primary-active));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 80%,white),color-mix(in srgb,var(--primary-active) 80%,white))}.landing-background-decor{background-color:var(--body);background-image:radial-gradient(var(--border-landing) 1px,transparent .5px),radial-gradient(var(--border-landing) 1px,transparent .5px);background-size:20px 20px;background-position:0 0,10px 10px;position:relative}
