:root{--nav-link:rgba(158,121,85,0.75);--nav-link-hover:rgba(128,101,65,1);--link-color:#ff4444;--link-color-hover:#ff8844;--main-color:rgba(128,91,55,1);--secondary-color:rgba(252,70,107,1);--header-color:rgba(128,91,55,1);--footer-link:rgba(255,240,240,0.75);--footer-link-hover:rgba(255,240,240,1);--footer-link-light:rgba(255,240,240,0.25);--text-color:#666;--color-1:#999;--color-2:#fff;--transition-speed:0.25s;--color-dawn:rgba(22,22,22,1);--background-dawn:linear-gradient(210deg,rgba(40,53,147,0.5),rgba(142,36,170,0.5) 20%,rgba(255,204,128,0.75));--color-sunrise:rgba(22,22,22,1);--background-sunrise:linear-gradient(210deg,rgba(40,73,220,0.3),rgba(142,36,190,0.3) 20%,rgba(255,204,128,0.3));--color-noon:rgba(22,22,22,1);--background-noon:linear-gradient(210deg,rgba(144,202,249,0.75),rgba(227,242,253,0.75) 54%,rgba(255,253,231,0.75));--color-afternoon:rgba(22,22,22,1);--background-afternoon:linear-gradient(210deg,rgba(131,147,235,0.75),rgba(181,208,255,0.75) 54%,rgba(198,247,206,0.75));--color-late-afternoon:rgba(22,22,22,1);--background-late-afternoon:linear-gradient(210deg,rgba(100,181,246,0.75),rgba(255,236,179,0.75) 54%,rgba(255,211,130,0.75));--color-before-sunset:rgba(22,22,22,1);--background-before-sunset:linear-gradient(210deg,rgba(245,154,156,0.5),rgba(255,222,161,0.5) 54%,rgba(255,255,221,0.5));--color-sunset:rgba(22,22,22,1);--background-sunset:linear-gradient(210deg,rgba(40,73,220,0.3),rgba(142,36,190,0.3) 20%,rgba(255,204,128,0.5));--background-sunrise:linear-gradient(210deg,rgba(120,180,255,0.7),rgba(220,140,255,0.7) 20%,rgba(255,224,168,0.7));--color-early-evening:rgba(22,22,22,1);--background-early-evening:linear-gradient(210deg,rgba(40,53,147,0.5),rgba(142,36,170,0.5) 20%,rgba(255,204,128,0.75));--color-evening:rgba(210,230,255,1);--background-evening:linear-gradient(210deg,rgba(4,19,105,0.75),rgba(220,131,230,0.75));--color-night:rgba(210,230,255,1);--background-night:linear-gradient(210deg,rgba(0,6,36,0.75),rgba(77,126,209,0.75))}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar{width:.25rem;background-color:transparent}body{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:300;font-size:1em;font-style:normal;line-height:1.5;background:none;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:-1;background:linear-gradient(0deg,var(--color-1) 0,var(--color-2) 100%),url(/assets/images/background-1080.jpg);background-size:cover;background-position:40%;background-repeat:no-repeat;background-blend-mode:hard-light}a{text-decoration:none;color:var(--link-color);transition:color var(--transition-speed)}a:hover{color:var(--link-color-hover);transition:all var(--transition-speed)}.error-page{justify-content:center;min-height:100dvh;padding:1.5rem;box-sizing:border-box}.error-card,.error-page{display:flex;align-items:center}.error-card{flex-direction:column;text-align:center;gap:.5rem;width:100%;max-width:26rem;padding:2rem 1.5rem;border-radius:10px;background:rgba(255,255,255,.75);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:2px 3px 7px rgba(0,0,0,.3)}.error-logo{filter:invert(.5) sepia(1) opacity(.6);margin-bottom:.5rem;width:100px;height:auto}.error-code{font-weight:700;font-size:4rem;line-height:1;letter-spacing:.05em;margin:0;color:var(--main-color);opacity:.3}.error-title{font-size:1.4rem;font-weight:500;color:var(--header-color);margin:0;border:0}.error-description{font-size:1rem;font-weight:300;line-height:1.5;color:var(--text-color);margin:0 0 .5rem}.error-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.error-button{display:inline-block;padding:.6rem 1.4rem;border-radius:999px;font:inherit;font-weight:500;text-decoration:none;border:1px solid var(--main-color);color:var(--main-color);background:transparent;cursor:pointer;transition:all var(--transition-speed)}.error-button-primary,.error-button:hover{background:var(--main-color);color:#fff}.error-button-primary:hover{background:var(--nav-link-hover);border-color:var(--nav-link-hover)}