:root{--color-bg: #1e1e20;--color-bg-dark: #101010;--color-bg-alt: #2d2d30;--color-surface: #383838;--color-primary: #3584e4;--color-primary-hover: #2a6ab6;--color-secondary: #1c71d8;--color-tertiary: #99c1f1;--color-surface50: rgba(56, 56, 56, .3);--black-low-opacity: rgba(0, 0, 0, .5);--black-low-opacity-light: rgba(0, 0, 0, .2);--color-neutral-100: #deddda;--color-neutral-400: #9a9996;--color-neutral-700: #5e5c64;--color-neutral-800: #3d3846;--color-neutral-900: #241f31;--color-neutral-950: #000000;--color-text: #ffffff;--color-text-muted: #c0bfbc;--color-text-light: #77767b;--color-green: #33d17a;--color-warning: #f6d32d;--color-error: #e01b24;--color-green-hover: #2ec27e;--shadow-soft: 0 2px 8px rgba(0, 0, 0, .6);--border-color: #45454a;--radius: 6px}::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent}html{scrollbar-width:none}.enter-front-text-animation>*{animation:follower 1s ease-out both}.enter-front-text-animation>*:nth-child(1){animation-delay:0s}.enter-front-text-animation>*:nth-child(2){animation-delay:.05s}.enter-front-text-animation>*:nth-child(3){animation-delay:.1s}.enter-front-text-animation>*:nth-child(4){animation-delay:.15s}.enter-front-text-animation>*:nth-child(5){animation-delay:.2s}.enter-front-text-animation>*:nth-child(6){animation-delay:.25s}.enter-front-text-animation>*:nth-child(7){animation-delay:.3s}.enter-front-text-animation>*:nth-child(8){animation-delay:.35s}.enter-front-text-animation>*:nth-child(9){animation-delay:.4s}.enter-front-text-animation>*:nth-child(10){animation-delay:.45s}.enter-front-text-animation>*:nth-child(11){animation-delay:.5s}.enter-front-text-animation>*:nth-child(12){animation-delay:.55s}.enter-front-text-animation>*:nth-child(13){animation-delay:.6s}.enter-front-text-animation>*:nth-child(14){animation-delay:.65s}.enter-front-text-animation>*:nth-child(15){animation-delay:.7s}.enter-front-text-animation>*:nth-child(16){animation-delay:.75s}.enter-front-text-animation>*:nth-child(17){animation-delay:.8s}.enter-front-text-animation>*:nth-child(18){animation-delay:.85s}.enter-front-text-animation>*:nth-child(19){animation-delay:.9s}.enter-front-text-animation>*:nth-child(20){animation-delay:.95s}@keyframes follower{0%{opacity:0;transform:translateY(120px)}70%{opacity:1;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}html,body{height:100%}.loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body::-webkit-scrollbar{display:none}img{-webkit-user-select:none;user-select:none}body{background:var(--color-bg);color:var(--color-text);font-family:Roboto;margin:0}button{border:none;background:var(--color-primary);color:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-soft);cursor:pointer}button:hover{background:var(--color-primary-hover)}a{font-family:Arial;color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}input{box-shadow:0 0;border:none}html{scroll-behavior:smooth}section{scroll-margin-top:80px}strong,h1{color:var(--color-primary)}p{font-size:22px}button.secondary{background:var(--color-primary)}button.secondary:hover{background:var(--color-primary-hover)}.enter-animation{animation:.6s fadeIn 1s both}@keyframes upDown{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}to{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
