@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap";.site-header{width:100%;background:#0a0a0a;padding:0 2rem;top:0;z-index:1000;box-shadow:0 5px 20px #000000b3;font-family:Poppins,sans-serif}.header-container{max-width:1300px;margin:0 auto;height:80px;display:flex;align-items:center;justify-content:space-between}.logo img{width:270px;height:auto;object-fit:contain;display:block;transition:transform .3s,box-shadow .3s;margin-left:-30px}.logo img:hover{transform:scale(1.05);box-shadow:0 0 15px #1e90ffaa}.nav{display:flex;gap:30px;align-items:center}.nav a{color:#d1d1d1;text-decoration:none;font-weight:600;font-size:16px;padding:8px 12px;border-radius:5px;transition:all .3s}.nav a:hover{background:#1e90ff20;color:#1e90ff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{height:3px;width:28px;background:#d1d1d1;border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px);background:#1e90ff}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);background:#1e90ff}.sidebar{position:fixed;top:0;left:-320px;width:320px;height:100vh;background:linear-gradient(180deg,#111,#1a1a1a);box-shadow:6px 0 30px #000000e6;transition:left .4s ease;z-index:1500;display:flex;flex-direction:column}.sidebar.open{left:0}.sidebar-logo{height:90px;display:flex;align-items:center;justify-content:left;margin-left:15px;border-bottom:1px solid #222}.sidebar-logo img{width:180px}.sidebar-nav{padding:30px 20px;display:flex;flex-direction:column;gap:18px}.sidebar-nav a{display:flex;align-items:center;gap:14px;color:#d1d1d1;font-size:17px;font-weight:600;padding:14px 18px;border-radius:10px;text-decoration:none;transition:all .3s ease;position:relative}.sidebar-nav a:before{content:"";position:absolute;inset:0;background:#1e90ff20;opacity:0;border-radius:10px;transition:.3s}.sidebar-nav a:hover:before{opacity:1}.sidebar-nav a:hover{color:#1e90ff;transform:translate(6px)}.sidebar-nav svg{font-size:20px;color:#1e90ff}.overlay{position:fixed;inset:0;background:#0009;opacity:0;visibility:hidden;transition:.3s;z-index:1400}.overlay.active{opacity:1;visibility:visible}@media(max-width:768px){.nav{display:none}.hamburger{display:flex}}@media(min-width:769px){.site-header{overflow:visible}.header-container{height:100px;overflow:visible}.logo{display:flex;align-items:center;height:100%;overflow:visible}.logo img{width:auto;height:150px;max-width:440px;margin-left:-10px;position:relative;z-index:10;filter:drop-shadow(0 6px 24px rgba(0,0,0,.8)) drop-shadow(0 2px 6px rgba(0,0,0,.9));transition:transform .35s ease,filter .35s ease}.logo img:hover{transform:scale(1.04) translateY(-3px);filter:drop-shadow(0 8px 28px rgba(30,144,255,.45)) drop-shadow(0 2px 8px rgba(0,0,0,.9))}}.footer{background:radial-gradient(circle at center,#000 0% 45%,#020b1c 65%,#041a3a 85%,#062a66);color:#fff;padding:50px 20px;font-family:Montserrat,sans-serif;text-align:center;line-height:1.6}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px}.footer-section{flex:1;margin:10px;min-width:150px}.footer-logo{flex:0 0 auto;text-align:center}.footer-logo img{width:80px;height:80px;margin:0 auto;border-radius:50%;border:1px solid #000;object-fit:cover}.footer-links,.footer-social{flex:1;margin:0 10px}.footer-links ul,.footer-links ul li{list-style:none!important;padding:0;margin:0}.footer-links ul li{margin-bottom:12px;font-size:.92em}.footer-links ul li a{color:#fff;text-decoration:none;transition:color .3s}.footer-links ul li a:hover{color:#ffcc80}.footer-social{margin-top:10px}.footer-social .social-icons{display:flex;justify-content:center;gap:12px}.footer-social a{display:inline-block;color:#fff;transition:color .3s,transform .3s}.footer-social a:hover{color:#ffcc80;transform:scale(1.1)}.footer-bottom{margin-top:30px;font-size:.75em;color:#fff}hr.footer-divider{border:none;border-top:1px solid #444;margin:25px 0}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center;gap:30px;padding:30px 10px}.footer-logo img{width:60px;height:60px}.footer-section{flex:1 1 auto;margin:0;min-width:100px}.footer-links ul li{margin-bottom:8px;font-size:.85em}.footer-legal{display:none}.footer-links ul li.legal-mobile{display:block}}.footer-links-list,.footer-links-list li{list-style:none!important;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}body{font-family:Arial,sans-serif;color:#fff;background:radial-gradient(circle at center,#000 0% 45%,#020b1c 65%,#041a3a 85%,#062a66);background-attachment:fixed}#root{min-height:100vh}body{font-family:Inter,sans-serif}
