.bottom-nav,.bottom-nav a{display:flex;align-items:center}.bottom-nav{position:fixed;bottom:0;left:0;right:0;justify-content:space-around;background:var(--bg-secondary, #1a1f2e);border-top:1px solid rgba(99,102,241,.2);padding:.75rem 0;z-index:1000;backdrop-filter:blur(10px)}.bottom-nav a{flex-direction:column;justify-content:center;padding:.5rem 1rem;color:var(--text-secondary, #c0c4d4);text-decoration:none;font-size:.75rem;transition:all .3s ease;border-radius:8px}.bottom-nav a.active,.bottom-nav a:hover{color:var(--accent, #6366f1);background:rgba(99,102,241,.1)}.bottom-nav a svg{width:24px;height:24px;margin-bottom:.25rem;transition:all .3s ease}.bottom-nav a.active svg{filter:drop-shadow(0 0 4px rgba(99,102,241,.5))}@media (max-width:480px){.bottom-nav{padding:.5rem 0}.bottom-nav a{padding:.5rem .75rem;font-size:.7rem}.bottom-nav a svg{width:20px;height:20px}}