.Navbar-module__cJzEcG__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:1000;background:#05050566;width:100%;height:60px;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:100%;height:100%;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:2px;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__atomContainer{justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.Navbar-module__cJzEcG__nucleus{width:8px;height:8px;box-shadow:0 0 15px var(--primary-color),0 0 25px var(--primary-color);z-index:10;background:#fff;border-radius:50%;animation:2s ease-in-out infinite Navbar-module__cJzEcG__NucleusPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Navbar-module__cJzEcG__NucleusPulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.3)}}.Navbar-module__cJzEcG__orbit{border:1px solid #39ff144d;border-radius:50%;width:36px;height:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(75deg)}.Navbar-module__cJzEcG__electron{background:var(--primary-color);width:6px;height:6px;box-shadow:0 0 15px var(--primary-color);border-radius:50%;animation:2s linear infinite Navbar-module__cJzEcG__orbit1;position:absolute;top:50%;left:50%}@keyframes Navbar-module__cJzEcG__orbit1{0%{transform:translate(-50%,-50%)rotate(0)translate(18px)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)translate(18px)rotate(-360deg)}}.Navbar-module__cJzEcG__loginBtn{border:1px solid var(--glass-border);transition:all var(--transition-fast);background:#ffffff0d;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__loginBtn:hover{background:var(--surface-color);border-color:var(--primary-color);box-shadow:0 0 15px #00f0ff33}@media (max-width:600px){.Navbar-module__cJzEcG__container{padding:0 1rem}.Navbar-module__cJzEcG__loginBtn span{display:none}.Navbar-module__cJzEcG__logo{gap:8px;font-size:1.25rem}.Navbar-module__cJzEcG__atomContainer{width:32px;height:32px}.Navbar-module__cJzEcG__userName{display:none}.Navbar-module__cJzEcG__actions{gap:4px}.Navbar-module__cJzEcG__logoutBtn{width:36px;height:36px;padding:8px}.Navbar-module__cJzEcG__iconBtn,.Navbar-module__cJzEcG__menuBtn{width:36px;height:36px}}.Navbar-module__cJzEcG__userSection{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__userName{opacity:.8;font-size:.9rem;font-weight:600}.Navbar-module__cJzEcG__logoutBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__cJzEcG__logoutBtn:hover{color:#f05;background:#ff00551a}.Navbar-module__cJzEcG__links{gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:#fff;opacity:.7;letter-spacing:.5px;font-weight:500;transition:all .2s}.Navbar-module__cJzEcG__link:hover{opacity:1;color:var(--primary-color);text-shadow:0 0 10px #00f0ff80}.Navbar-module__cJzEcG__actions{align-items:center;gap:20px;display:flex}.Navbar-module__cJzEcG__iconBtn{border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.Navbar-module__cJzEcG__iconBtn:hover{border-color:var(--glass-border);background:#ffffff1a}.Navbar-module__cJzEcG__badge{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.Navbar-module__cJzEcG__menuBtn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;padding:0;display:flex;position:relative}.Navbar-module__cJzEcG__menuBtn span{transform-origin:50%;background:#fff;border-radius:2px;width:24px;height:2px;transition:all .4s cubic-bezier(.68,-.6,.32,1.6);display:block}.Navbar-module__cJzEcG__menuBtn.Navbar-module__cJzEcG__active span:first-child{background:var(--primary-color);transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__menuBtn.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0;transform:translate(-20px)}.Navbar-module__cJzEcG__menuBtn.Navbar-module__cJzEcG__active span:nth-child(3){background:var(--primary-color);transform:translateY(-8px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);transform-origin:100% 0;opacity:0;pointer-events:none;z-index:999;background:#050505f2;border-radius:20px;flex-direction:column;gap:8px;width:300px;max-width:90vw;padding:16px;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:absolute;top:60px;right:0;transform:scale(.9)translateY(-10px);box-shadow:0 20px 50px #0009}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}.Navbar-module__cJzEcG__menuItem{border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:1rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__menuItem:hover{color:var(--primary-color);background:#00f0ff1a}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.Footer-module__S6Hkya__footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#000c;border-top:1px solid #ffffff1a;margin-top:auto;padding:40px 0 20px}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 20px}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1.2fr;gap:40px;margin-bottom:40px;display:grid}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}}.Footer-module__S6Hkya__brand h3{background:linear-gradient(90deg,#fff,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:1.5rem}.Footer-module__S6Hkya__brand p{color:#fff9;margin-bottom:24px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socialLink{color:#fff9;transition:color .2s}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary-color)}.Footer-module__S6Hkya__links h4,.Footer-module__S6Hkya__contact h4{color:#fff;margin:0 0 20px;font-size:1.1rem}.Footer-module__S6Hkya__links ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__links a{color:#fff9;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--primary-color)}.Footer-module__S6Hkya__contact{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__contactItem{color:#fff9;align-items:flex-start;gap:12px;font-size:.95rem;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--primary-color);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__contactItem span{line-height:1.5}.Footer-module__S6Hkya__bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.9rem}
