.navbar{background:var(--card,#2c2f33);box-shadow:0 2px 4px rgba(0,0,0,.06);margin-bottom:2rem;padding:1rem;transition:background-color .2s ease,color .2s ease}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.nav-brand{align-items:center;color:var(--text,#fff);display:inline-flex;font-size:1.1rem;font-weight:700;gap:.5rem;text-decoration:none}.nav-logo{border-radius:6px;display:inline-block;height:40px;object-fit:cover;vertical-align:middle;width:40px}.nav-title{display:inline-block;font-weight:700;line-height:1}.nav-links{align-items:center;display:flex;gap:1rem}.nav-links a,.nav-links button{border-radius:4px;color:var(--text,#fff);cursor:pointer;font-family:inherit;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s,color .2s}.nav-links a:hover{background:rgba(0,0,0,.05)}.nav-links .discord-btn{background:var(--btn-bg,#5865f2);font-family:inherit}.nav-links .donate-btn{background:#43b581}.dropdown-menu a{color:var(--text)}.dropdown-menu a:hover{background:rgba(0,0,0,.04)}.nav-dropdown .tab-btn{cursor:pointer;font-family:inherit}.nav-dropdown{cursor:pointer}.tab-btn{font-family:inherit}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center}}