body{-webkit-user-select:none;user-select:none;font-family:Poppins,Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box}.loading-screen{padding:40px;text-align:center;font-size:18px;font-weight:700}#nprogress .bar{background:green}#nprogress .peg{box-shadow:0 0 10px green,0 0 5px green}*{margin:0;padding:0;-webkit-user-select:none;user-select:none;box-sizing:border-box}.navbar{width:100%;background-color:#0b1d3a;border-bottom:1px solid #ddd;position:fixed;top:0;left:0;transition:1s;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;transition:3s;display:flex;justify-content:space-between;align-items:center}.logo img{width:100px;border-radius:100%}.nav-links{display:flex;gap:1.5rem;transition:3s}.nav-links a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;font-family:Roboto,Poppins}.nav-links a:hover{color:#ff66b2}.hamburger{display:none;cursor:pointer;color:#fff}@media (max-width: 768px){.nav-links{display:none;position:absolute;top:105px;left:0;transition:3s;width:100%;flex-direction:column;align-items:center;background-color:#0b1d3a;padding:1rem 0;box-shadow:0 2px 8px #0000001a}.nav-links.active{display:flex}.hamburger{display:block;padding-right:23px}}footer{-webkit-user-select:none;user-select:none;background-color:#222;color:#eee;padding:2rem 1rem;text-align:center;font-size:.9rem;font-family:Roboto,Poppins}footer p{margin:.5rem 0}footer nav{margin:1rem 0}footer nav a{color:#eee;margin:0 1rem;text-decoration:none;font-weight:500;transition:color .3s ease}footer nav a:hover,footer nav.footer{background-color:#111;color:#eee;padding:40px 20px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-section{flex:1 1 250px}.footer-section h3{font-size:18px;margin-bottom:15px;color:#fff}.footer-section p,.footer-section li{font-size:14px;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#f64a8a}.footer-bottom{text-align:center;margin-top:30px;font-size:13px;color:#aaa}@media (max-width: 768px){.footer-container{flex-direction:column;gap:20px}.footer-section{text-align:center}}a:focus{color:#ef09f3;outline:none}footer p a{color:#eee;margin-left:.5rem;text-decoration:none;font-weight:500;transition:color .3s ease}footer p a:hover,footer p a:focus{color:#007bff;outline:none}.back-to-top{-webkit-user-select:none;user-select:none;position:fixed;bottom:100px;display:flex;align-items:center;text-align:center;right:20px;background-color:#ff007f;color:#fff;border:none;border-radius:50%;padding:12px;font-size:20px;cursor:pointer;z-index:999;box-shadow:0 4px 8px #0003}.back-to-top:hover{background-color:#e60073}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(to bottom right,#1e3a8a,#6b21a8,#be185d);color:#fff;padding:120px 20px 10px;text-align:center}.not-found-code{font-size:8rem;font-weight:800;margin-bottom:1rem;display:flex;gap:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.4)}.digit{position:relative}.digit-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#c084fc,#f472b6,#f87171);border-radius:50%;filter:blur(20px);opacity:.7;z-index:0}.digit-content{position:relative;z-index:1}.not-found-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.not-found-message{font-size:1.125rem;margin-bottom:1.5rem;max-width:400px}.not-found-link{padding:.75rem 1.5rem;background-color:#ec4899;color:#fff;border-radius:9999px;font-weight:600;box-shadow:0 4px 10px #0000004d;text-decoration:none;transition:background-color .3s ease}.not-found-link:hover{background-color:#db2777}.whatsapp-float{-webkit-user-select:none;user-select:none;position:fixed;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;padding:14px;z-index:999;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px #0003}.whatsapp-icon{font-size:24px}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
