header{z-index:1000;background-color:#0a0f1b;border-bottom:1px solid #ffffff1f;width:100%;height:5rem;padding:1rem 2rem;position:fixed;top:0;left:0}header nav{flex-direction:row;justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;display:flex}header .pages{flex-direction:row;gap:2rem;list-style:none;display:flex}header .pages a{color:#e0e6ed;cursor:pointer;text-decoration:none;transition:color .3s}header .pages a :hover{color:#8bc34a}header .title{flex-direction:row;align-items:center;gap:.5rem;height:100%;text-decoration:none;display:flex}header .title img{width:auto;height:100%}header .title-text{background:-webkit-linear-gradient(135deg,#4fc3f7,#8bc34a);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}header .menu-button{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;transition:opacity .3s;display:none}header .menu-button img{width:28px;height:28px}header .menu-button:hover{opacity:.7}header .menu-overlay{display:none}@media (max-width:768px){header{height:4rem;padding:1rem 1.5rem}header .title-text{font-size:1.5rem}header .menu-button{display:block}header .pages{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0f1bfa;border-left:1px solid #ffffff1f;flex-direction:column;gap:0;width:280px;max-width:80vw;height:100vh;padding:5rem 2rem 2rem;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000004d}header .pages.open{right:0}header .pages li{border-bottom:1px solid #ffffff14;width:100%}header .pages li:last-child{border-bottom:none}header .pages a{width:100%;padding:1.2rem 0;font-size:1.1rem;display:block}header .menu-overlay{z-index:999;background:#00000080;width:100%;height:100vh;animation:.3s ease-in-out fadeIn;display:block;position:fixed;top:0;left:0}header ul{z-index:1000;margin-top:0}}@media (max-width:480px){header{height:3.5rem;padding:.75rem 1rem}header .title{gap:.4rem}header .title-text{font-size:1.3rem}header .menu-button img{width:24px;height:24px}header .pages{width:260px;padding:4.5rem 1.5rem 1.5rem}header .pages a{padding:1rem 0;font-size:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
footer{text-align:center;background:#0a0f1b;border-top:1px solid #8bc34a33;width:100lvw;padding:2rem}
*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e6ed;background-color:#0a0f1b;background-image:url(/images/background.png);background-position-x:50%;background-repeat:repeat;flex-direction:column;min-height:100lvh;padding-top:5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;display:flex}#root{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}p{color:#b0bac7}ul{color:#b0bac7;margin-top:1rem;margin-bottom:1rem;padding-left:2rem}h2{color:#8bc34a;margin:2.5rem 0 1.5rem;font-size:2rem;line-height:1.3}h3{color:#4fc3f7;margin:2rem 0 1rem;font-size:1.5rem}.page{background-color:#151f2b;flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;padding:2em;display:flex}.page h1{color:#ff9800;margin-bottom:1rem;font-size:3rem}.button{cursor:pointer;color:#4fc3f7;background:#05527580;border:none;border-radius:8px;height:max-content;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.button:hover{background:#0875a580}.button.button-primary{color:#fff;background:#995b00;border:2px solid #ff9800}.button.button-primary:hover{background:#b36a00}.button.button-secondary{border:2px solid #4fc3f7}input,select,textarea{color:#e0e6ed;background:#0a0f1bcc;border:1px solid #8bc34a4d;border-radius:8px;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:all .3s}input:focus,select:focus,textarea:focus{border-color:#8bc34a;outline:none;box-shadow:0 0 0 3px #8bc34a1a}@media (max-width:768px){#app{padding-top:4rem}.page{margin-top:0;padding:.5em}.page h1{font-size:2.2rem}h2{margin:1.5rem 0 1rem;font-size:1.6rem}h2.subtitle{font-size:1.4rem}h3{font-size:1.3rem}p{font-size:1rem}.button{padding:.8rem 2rem;font-size:1rem}}@media (max-width:480px){#app{padding-top:3.5rem}.page{padding:.5em}.page h1{font-size:1.8rem}h2{margin:1rem 0 .8rem;font-size:1.4rem}h2.subtitle{margin-bottom:1rem;font-size:1.2rem}h3{margin:1rem 0 .5rem;font-size:1.2rem}p{font-size:.95rem;line-height:1.6}ul{padding-left:1.5rem;font-size:.95rem}.button{padding:.75rem 1.5rem;font-size:.95rem}input,select,textarea{padding:.75rem;font-size:16px}}
