:root{--background:#ffffff;--foreground:#171717}.header-curve{position:absolute;top:0;left:0;width:100%;height:120px;background:black;border-bottom-left-radius:50% 40%;border-bottom-right-radius:50% 40%;z-index:0}h1[data-text]:before{content:attr(data-text);display:inline-block;color:#000;overflow:hidden;border-right:0 solid #c0b3b3;white-space:nowrap;animation:typeWithPause 5s steps(20) forwards}@keyframes typeWithPause{0%{width:0}66%{width:100%}to{width:100%}}html{scroll-behavior:smooth}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:clip;overflow-y:visible;height:auto;display:block}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background:white;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{width:50px;height:50px;border:5px solid #eee;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.fade-in{animation:fadeIn .8s ease forwards}.fade-out{animation:fadeOut 1s ease forwards}