:root{--nav-height: 72px;--nav-bg: rgba(18, 18, 18, .85);--nav-border: rgba(255, 85, 0, .12)}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:1000;background:var(--nav-bg);backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid var(--nav-border);box-shadow:0 4px 16px #0000004d,0 0 40px #ff550014}.header-shell[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:2rem;height:var(--nav-height);position:relative}.brand-block[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--text-1);transition:all .3s ease}.brand-block[data-astro-cid-ctg3m53h]:hover{transform:translate(2px)}.brand-terminal[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.5rem}.terminal-prompt[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--accent-secondary);text-shadow:0 0 10px rgba(var(--glow-rgba),.6)}.brand-name[data-astro-cid-ctg3m53h]{font-size:1.1rem;font-weight:700;color:var(--text-1);position:relative}.brand-name[data-astro-cid-ctg3m53h].glitch{position:relative}.brand-name[data-astro-cid-ctg3m53h].glitch:before,.brand-name[data-astro-cid-ctg3m53h].glitch:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.brand-block[data-astro-cid-ctg3m53h]:hover .brand-name[data-astro-cid-ctg3m53h].glitch:before{color:var(--accent-primary);animation:glitch-1 .3s cubic-bezier(.25,.46,.45,.94) both infinite;clip-path:polygon(0 0,100% 0,100% 45%,0 45%)}.brand-block[data-astro-cid-ctg3m53h]:hover .brand-name[data-astro-cid-ctg3m53h].glitch:after{color:var(--accent-secondary);animation:glitch-2 .3s cubic-bezier(.25,.46,.45,.94) reverse both infinite;clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%)}@keyframes glitch-1{0%,to{transform:translate(0);opacity:0}33%{transform:translate(-2px,2px);opacity:.8}66%{transform:translate(2px,-2px);opacity:.8}}@keyframes glitch-2{0%,to{transform:translate(0);opacity:0}33%{transform:translate(2px,-2px);opacity:.8}66%{transform:translate(-2px,2px);opacity:.8}}.brand-tagline[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:.7rem;color:var(--accent-secondary);letter-spacing:.05em;opacity:.8}.status-indicator[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:#06b6d414;border:1px solid rgba(6,182,212,.2);border-radius:99px}.status-dot[data-astro-cid-ctg3m53h]{width:8px;height:8px;background:#06b6d4;border-radius:50%;box-shadow:0 0 8px #06b6d4;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 8px #06b6d4}50%{opacity:.6;box-shadow:0 0 16px #06b6d4}}.status-text[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:.7rem;color:#06b6d4;font-weight:600;letter-spacing:.08em}.nav-row[data-astro-cid-ctg3m53h]{display:flex;align-items:center}.nav-row[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.nav-link[data-astro-cid-ctg3m53h]{position:relative;display:flex;align-items:center;gap:.4rem;padding:.65rem 1.1rem;border-radius:10px;font-weight:600;font-size:.9rem;color:var(--text-2);text-decoration:none;border:1px solid transparent;background:transparent;cursor:pointer;transition:all .2s}.nav-link[data-astro-cid-ctg3m53h]:hover{color:var(--text-1);background:#ffffff0d;border-color:#06b6d433}.nav-link[data-astro-cid-ctg3m53h].active{color:var(--text-1);background:#ff55001f;border-color:#ff55004d}.nav-link[data-astro-cid-ctg3m53h].active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--accent-primary);border-radius:0 2px 2px 0;box-shadow:0 0 8px var(--accent-primary)}.has-dropdown[data-astro-cid-ctg3m53h],.dropdown-wrapper[data-astro-cid-ctg3m53h]{position:relative}.dropdown-menu[data-astro-cid-ctg3m53h]{position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background:#121212f2;backdrop-filter:blur(20px);border:1px solid rgba(6,182,212,.2);border-radius:12px;padding:.5rem;list-style:none;margin:0;box-shadow:0 8px 24px #0006;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s cubic-bezier(.4,0,.2,1)}.dropdown-wrapper[data-astro-cid-ctg3m53h]:hover .dropdown-menu[data-astro-cid-ctg3m53h],.dropdown-wrapper[data-astro-cid-ctg3m53h]:focus-within .dropdown-menu[data-astro-cid-ctg3m53h]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.65rem;padding:.7rem 1rem;border-radius:8px;color:var(--text-2);text-decoration:none;font-size:.9rem;transition:all .2s}.dropdown-item[data-astro-cid-ctg3m53h]:hover{background:#06b6d41f;color:var(--text-1)}.dropdown-item[data-astro-cid-ctg3m53h].active{background:#ff550026;color:var(--text-1)}.item-arrow[data-astro-cid-ctg3m53h]{color:var(--accent-secondary);font-weight:700;font-size:1.1rem;line-height:1}.chevron-down[data-astro-cid-ctg3m53h]{transition:transform .2s}.dropdown-wrapper[data-astro-cid-ctg3m53h]:hover .chevron-down[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}.mobile-toggle[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:#ff55001f;border:1px solid rgba(255,85,0,.3);border-radius:10px;color:var(--text-1);cursor:pointer;transition:all .2s;margin-left:auto}.mobile-toggle[data-astro-cid-ctg3m53h]:hover{background:#ff55002e;border-color:#ff550080}.menu-bars[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:4px}.bar[data-astro-cid-ctg3m53h]{width:20px;height:2px;background:var(--accent-primary);border-radius:2px;transition:all .3s}.menu-text[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.1em}.mobile-nav[data-astro-cid-ctg3m53h]{position:fixed;inset:0;z-index:9999;display:flex;justify-content:flex-end;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.mobile-nav[data-astro-cid-ctg3m53h].active{opacity:1;visibility:visible}.mobile-nav-bg[data-astro-cid-ctg3m53h]{position:absolute;inset:0;background:#000000d9;backdrop-filter:blur(8px)}.mobile-nav-content[data-astro-cid-ctg3m53h]{position:relative;width:min(420px,90vw);height:100%;background:linear-gradient(135deg,#121212fa,#0c0c0cfa);border-left:1px solid rgba(255,85,0,.2);display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0006,-4px 0 60px #ff55001a}.mobile-nav[data-astro-cid-ctg3m53h].active .mobile-nav-content[data-astro-cid-ctg3m53h]{transform:translate(0)}.mobile-nav-header[data-astro-cid-ctg3m53h]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,85,0,.15)}.mobile-brand[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.75rem}.mobile-close[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ff55001f;border:1px solid rgba(255,85,0,.3);border-radius:10px;color:var(--accent-primary);cursor:pointer;transition:all .2s}.mobile-close[data-astro-cid-ctg3m53h]:hover{background:#f503;border-color:var(--accent-primary);transform:rotate(90deg)}.mobile-grid[data-astro-cid-ctg3m53h]{flex:1;overflow-y:auto;padding:2rem 1.5rem}.mobile-list[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.mobile-item[data-astro-cid-ctg3m53h]{opacity:0;transform:translate(30px);animation:slideIn .4s cubic-bezier(.4,0,.2,1) forwards;animation-delay:calc(var(--item-index) * .05s + .1s)}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.mobile-link[data-astro-cid-ctg3m53h]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--text-1);text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .25s;cursor:pointer}.mobile-link[data-astro-cid-ctg3m53h]:hover{background:#06b6d41f;border-color:#06b6d44d;transform:translate(4px)}.mobile-link[data-astro-cid-ctg3m53h].active{background:#ff550026;border-color:#f506;box-shadow:0 0 20px #ff550026}.mobile-link-left[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1rem}.link-num[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:.8rem;color:var(--accent-secondary);font-weight:700}.link-label[data-astro-cid-ctg3m53h]{font-size:1rem}.link-arrow[data-astro-cid-ctg3m53h]{color:var(--accent-secondary);font-size:1.2rem;transition:transform .2s}.mobile-link[data-astro-cid-ctg3m53h]:hover .link-arrow[data-astro-cid-ctg3m53h]{transform:translate(4px)}.mobile-dropdown[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]{list-style:none}.mobile-dropdown[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]::-webkit-details-marker{display:none}.mobile-dropdown[data-astro-cid-ctg3m53h][open] .chevron-down[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}.mobile-sublist[data-astro-cid-ctg3m53h]{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.mobile-sublink[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem .75rem 3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;color:var(--text-2);text-decoration:none;font-size:.95rem;transition:all .2s;opacity:0;transform:translate(20px);animation:slideIn .3s cubic-bezier(.4,0,.2,1) forwards;animation-delay:calc(var(--child-index) * .05s)}.mobile-sublink[data-astro-cid-ctg3m53h]:hover{background:#06b6d41a;border-color:#06b6d433;color:var(--text-1);transform:translate(0)}.mobile-sublink[data-astro-cid-ctg3m53h].active{background:#ff55001f;border-color:#ff55004d;color:var(--text-1)}.sublink-arrow[data-astro-cid-ctg3m53h]{color:var(--accent-secondary);font-size:1rem}.mobile-footer[data-astro-cid-ctg3m53h]{display:flex;gap:2rem;padding:1.5rem 2rem;border-top:1px solid rgba(255,85,0,.15);background:#0000004d}.footer-stat[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:.25rem}.stat-label[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:.65rem;color:var(--text-2);letter-spacing:.1em}.stat-value[data-astro-cid-ctg3m53h]{font-family:var(--font-mono);font-size:.9rem;color:var(--accent-secondary);font-weight:700}.desktop-only[data-astro-cid-ctg3m53h]{display:flex}.mobile-only[data-astro-cid-ctg3m53h]{display:none}@media (max-width: 1024px){.desktop-only[data-astro-cid-ctg3m53h]{display:none}.mobile-only[data-astro-cid-ctg3m53h]{display:flex}.brand-tagline[data-astro-cid-ctg3m53h]{display:none}}@media (max-width: 480px){.mobile-nav-content[data-astro-cid-ctg3m53h]{width:100vw}.mobile-link[data-astro-cid-ctg3m53h]{font-size:1rem;padding:.9rem 1rem}}
