:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}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}}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#1b5e20,#2e7d32);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;visibility:visible;transition:opacity .6s ease-out,visibility .6s ease-out}.preloader-hidden{opacity:0;visibility:hidden}.preloader-content{position:relative}.preloader-content,.preloader-spinner{display:flex;justify-content:center;align-items:center}.preloader-spinner{position:absolute;width:150px;height:150px}.spinner-ring{position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#ffffff;animation:spin 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.spinner-ring:first-child{width:150px;height:150px;animation-delay:0s;border-width:3px}.spinner-ring:nth-child(2){width:120px;height:120px;animation-delay:-.4s;border-width:3px;border-top-color:rgba(255,255,255,.7)}.spinner-ring:nth-child(3){width:90px;height:90px;animation-delay:-.8s;border-width:2px;border-top-color:rgba(255,255,255,.4)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.preloader-logo{position:relative;z-index:10;animation:pulse 1.5s ease-in-out infinite}.preloader-logo-img{width:80px;height:auto;filter:brightness(-1) invert(-1);display:block}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}