.navbar{position:sticky;top:0;z-index:999;width:100%;backdrop-filter:blur(16px);background:rgba(6,9,18,.72);border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease}.navbar--scrolled{background:rgba(6,9,18,.92);border-bottom:1px solid rgba(114,173,255,.08)}.navbar__inner{min-height:72px;justify-content:space-between;gap:1rem;position:relative}.brand,.navbar__inner{display:flex;align-items:center}.brand{gap:.7rem;font-weight:800;color:white;text-decoration:none;flex-shrink:0;z-index:5}.brand__mark{width:14px;height:14px;border-radius:999px;background:radial-gradient(circle,#c8f8ff,#39d8ff);box-shadow:0 0 20px rgba(57,216,255,.8)}.brand__text{font-size:1rem;white-space:nowrap}.nav-desktop{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#b8c6df;font-size:.92rem;text-decoration:none;transition:color .25s ease}.nav-link.is-active,.nav-link:hover{color:white}.navbar__actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0;z-index:10}.avatar-button,.mobile-toggle{height:38px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(124,149,193,.18);background:rgba(10,14,22,.8);color:white;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.avatar-button{min-width:44px;gap:6px;padding-inline:10px}.mobile-toggle{width:38px;display:none}.avatar-button:hover,.mobile-toggle:hover{border-color:rgba(90,223,255,.35);box-shadow:0 0 20px rgba(90,223,255,.12)}.profile-dropdown{position:relative;display:flex;align-items:center}.dropdown-arrow{transition:transform .25s ease}.dropdown-arrow.rotate{transform:rotate(180deg)}.profile-menu{position:absolute;top:calc(100% + 12px);right:0;width:180px;padding:10px;border-radius:18px;background:rgba(12,18,30,.98);border:1px solid rgba(90,223,255,.08);backdrop-filter:blur(24px);box-shadow:0 10px 40px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;z-index:999}.profile-menu--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.profile-item{display:flex;align-items:center;width:100%;padding:12px 14px;border-radius:12px;color:#dce8ff;font-size:.9rem;text-decoration:none;transition:background .25s ease,color .25s ease,transform .25s ease}.profile-item:hover{background:rgba(20,28,42,.96);color:white;transform:translateX(3px)}.mobile-nav{position:absolute;top:100%;left:0;width:100%;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;pointer-events:none;z-index:998}.mobile-nav--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mobile-nav__panel{display:flex;flex-direction:column;gap:.8rem;padding:1rem;background:rgba(6,9,18,.96);backdrop-filter:blur(24px);border-top:1px solid rgba(114,173,255,.06)}.mobile-nav__link{padding:1rem;border-radius:14px;background:rgba(10,14,22,.92);color:#dce8ff;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease}.mobile-nav__link:hover{transform:translateX(4px);background:rgba(14,20,30,.98);color:white}.desktop-profile{display:flex}.mobile-profile-icon{display:none}@media (max-width:900px){.nav-desktop{display:none!important}.mobile-toggle{display:flex}.desktop-profile{display:flex!important}.mobile-profile-icon{display:none!important}.avatar-button{display:flex!important;align-items:center;justify-content:center}}@media (max-width:768px){.navbar__inner{min-height:64px}.brand__text{font-size:.92rem}.navbar__actions{gap:.5rem}.avatar-button{min-width:40px;height:36px}.mobile-toggle{width:36px;height:36px}.profile-menu{width:165px}}@media (max-width:480px){.navbar__inner{min-height:60px}.brand__text{font-size:.84rem}.avatar-button{min-width:38px;height:34px;padding-inline:8px}.mobile-toggle{width:34px;height:34px}.profile-menu{width:150px}.profile-item{font-size:.82rem;padding:11px}.mobile-nav__link{padding:.9rem}}.footer{padding:2.4rem 0 1.2rem;border-top:1px solid rgba(112,137,181,.14);background:linear-gradient(180deg,rgba(8,11,18,.36),rgba(8,11,18,.88));position:relative;overflow:hidden}.footer__grid{display:grid;grid-template-columns:1.35fr repeat(3,.75fr);gap:2rem;padding-bottom:2rem;width:100%}.brand--footer{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1rem}.brand--footer .brand__mark{flex-shrink:0;margin-top:.35rem}.brand--footer .brand__text{display:flex;flex-direction:column;line-height:1.1;font-size:1rem}.footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:320px;min-width:0}.brand__logo{object-fit:contain;border-radius:8px;filter:drop-shadow(0 0 10px rgba(0,255,255,.35))}.footer__tagline{color:var(--muted);font-size:.94rem;line-height:1.7}.footer__socials{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-top:1rem}.footer__socials a{width:42px;height:42px;min-width:42px;min-height:42px;display:inline-flex!important;padding:0!important;margin:0!important;border-radius:50%;border:1px solid rgba(112,137,181,.18);background:rgba(11,16,26,.72);color:#cfdcf5;line-height:1;text-decoration:none;overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.footer__socials a,.footer__socials a svg{align-items:center;justify-content:center;flex-shrink:0}.footer__socials a svg{width:18px;height:18px;display:flex;margin:0;padding:0}.footer__socials a:hover{transform:translateY(-2px);border-color:rgba(90,223,255,.32);background:rgba(13,19,31,.95);box-shadow:0 0 20px rgba(90,223,255,.18)}.footer h4{margin:0 0 .85rem;font-size:.94rem;color:#eef5ff}.footer a{display:block;margin:.62rem 0;color:var(--muted);font-size:.93rem;transition:color .2s ease}.footer a:hover{color:var(--text)}.footer__bottom{padding-top:1rem;border-top:1px solid rgba(112,137,181,.14);display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.88rem;flex-wrap:wrap}.system-status{display:inline-flex;align-items:center;gap:.5rem}.system-status__dot{width:8px;height:8px;border-radius:999px;background:var(--cyan);box-shadow:0 0 16px rgba(90,223,255,.85)}@media (max-width:1200px){.footer__grid{gap:1.6rem}}@media (max-width:1024px){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.footer__brand{max-width:100%}}@media (max-width:768px){.footer{padding:2.5rem 1.2rem 1.2rem;text-align:center}.footer__grid{grid-template-columns:1fr;gap:2.2rem;padding-bottom:1.8rem;justify-items:center}.footer__brand{max-width:100%;align-items:center;text-align:center}.brand--footer{align-items:center;justify-content:center}.footer__tagline{max-width:280px;margin:0 auto;line-height:1.8}.footer__socials{justify-content:center;flex-wrap:wrap}.footer__links{width:100%;text-align:center}.footer h4{margin-bottom:1rem}.footer a{margin:.72rem 0}.footer__bottom{flex-direction:column;align-items:center;text-align:center;gap:.8rem}.footer__bottom,.system-status{justify-content:center}}@media (max-width:480px){.footer{padding:2rem 1rem 1rem}.footer__grid{gap:2rem}.brand--footer{gap:.75rem}.brand--footer .brand__text{font-size:.95rem}.footer__tagline{font-size:.9rem}.footer__socials{gap:.7rem}.footer__socials a{width:38px;height:38px;min-width:38px;min-height:38px}.footer h4{font-size:.95rem}.footer a{font-size:.9rem}.footer__bottom{font-size:.82rem}}@media (max-width:360px){.footer__grid{gap:1.25rem}.footer h4{font-size:.88rem}.footer a{font-size:.85rem}.footer__tagline{font-size:.84rem}.footer__bottom{font-size:.78rem}}