#custom-context-menu[data-astro-cid-ryvmeyzz]{position:fixed;background:#0a0a0cf2;border:1px solid var(--accent-teal);box-shadow:0 0 20px #0fc3;color:var(--text);font-family:monospace;z-index:9999;padding:.5rem;min-width:220px;border-radius:4px;backdrop-filter:blur(10px);pointer-events:auto}#custom-context-menu[data-astro-cid-ryvmeyzz].hidden{display:none}.menu-header[data-astro-cid-ryvmeyzz]{font-size:.75rem;color:var(--accent-teal);border-bottom:1px dashed rgba(0,255,204,.3);padding-bottom:.5rem;margin-bottom:.5rem;text-align:center;letter-spacing:1px}#custom-context-menu[data-astro-cid-ryvmeyzz] ul[data-astro-cid-ryvmeyzz]{list-style:none;margin:0;padding:0}#custom-context-menu[data-astro-cid-ryvmeyzz] li[data-astro-cid-ryvmeyzz]{padding:.5rem .8rem;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:.8rem;transition:all .2s;border-radius:2px}#custom-context-menu[data-astro-cid-ryvmeyzz] li[data-astro-cid-ryvmeyzz]:hover{background:#00ffcc1a;color:var(--accent-teal)}#custom-context-menu[data-astro-cid-ryvmeyzz] li[data-astro-cid-ryvmeyzz].danger:hover{background:#ff55551a;color:#f55}.icon[data-astro-cid-ryvmeyzz]{opacity:.7;font-size:.8rem;width:20px}.divider[data-astro-cid-ryvmeyzz]{height:1px;background:#ffffff1a;margin:.3rem 0}.water-bg[data-astro-cid-tw3ctjfb]{position:fixed;inset:0;z-index:-1;background-color:#161619;overflow:hidden}canvas[data-astro-cid-tw3ctjfb]{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.edge-bleed[data-astro-cid-tw3ctjfb]{position:absolute;filter:blur(100px);opacity:.35;z-index:0}.bleed-top[data-astro-cid-tw3ctjfb]{top:-10vh;left:10vw;right:10vw;height:20vh;background:#337a72}.bleed-right[data-astro-cid-tw3ctjfb]{right:-10vw;top:10vh;bottom:10vh;width:20vw;background:#524a63}.bleed-bottom[data-astro-cid-tw3ctjfb]{bottom:-10vh;left:10vw;right:10vw;height:20vh;background:#664149}.bleed-left[data-astro-cid-tw3ctjfb]{left:-10vw;top:10vh;bottom:10vh;width:20vw;background:#385a6b}.noise-overlay[data-astro-cid-tw3ctjfb]{position:absolute;inset:0;z-index:2;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg: #0f0f13;--text: #f4f4f5;--text-muted: #a1a1aa;--accent-teal: #00ffcc;--accent-cyan: #0ea5e9}html,body,*{font-family:Comic Sans MS,Comic Sans,Chalkboard SE,cursive,sans-serif!important}html{background-color:var(--bg);color:var(--text);overflow-x:hidden}body{margin:0;padding:100px 0 0;overflow-x:hidden}.top-nav{position:fixed;top:20px;left:50%;transform:translate(-50%);width:90%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:9000;border-radius:20px;background:#18181ba6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #00000080}.nav-brand a{font-weight:800;font-size:1.2rem;color:var(--accent-teal);text-decoration:none;letter-spacing:1px}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text);text-decoration:none;font-size:.95rem;transition:color .3s}.nav-links a:hover{color:var(--accent-cyan);text-shadow:0 0 8px var(--accent-cyan)}@media(max-width:768px){.top-nav{width:95%;padding:1rem;flex-direction:column;gap:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}body{padding-top:140px}}
