:root{--website-theme-bg-surface:#181B1F;--website-theme-border:#32383F;--website-theme-shadow-rgb:0,0,0;--website-theme-text-primary:#F5F7FA;--website-theme-text-secondary:#C9CFD6}#website-top-navigation-bar{--website-top-navigation-logo-height-desktop:32px;--website-top-navigation-logo-height-mobile:28px}#website-top-navigation-bar{position:relative;display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:var(--website-theme-bg-surface);border-bottom:2px solid var(--website-theme-border);box-shadow:0 2px 6px rgba(var(--website-theme-shadow-rgb),.3);z-index:99}#website-top-navigation-bar .website-top-navigation-logo-image{height:70px;width:auto;max-width:200px;object-fit:contain}.website-top-navigation-logo-image{height:var(--website-top-navigation-logo-height-desktop);width:auto;max-width:200px;object-fit:contain}.website-top-navigation-links{display:flex;gap:20px;align-items:center}.website-top-navigation-link{text-decoration:none;color:var(--website-theme-text-primary);font-weight:600;font-size:15px;transition:color .2s ease}.website-top-navigation-link:hover{color:var(--website-theme-text-secondary)}.website-top-navigation-donate-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:white!important;padding:6px 14px;border-radius:6px;font-weight:700;font-size:15px;transition:all .3s ease;box-shadow:0 2px 8px rgb(239 68 68 / .3)}.website-top-navigation-donate-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 12px rgb(239 68 68 / .4);color:white!important}.website-top-navigation-donate-btn .donate-icon{flex-shrink:0;animation:heartbeat 1.5s ease-in-out infinite}.website-top-navigation-donate-btn-mobile{display:none}.website-top-navigation-donate-btn-desktop{display:inline-flex}@keyframes heartbeat{0%,100%{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(1)}}.website-top-navigation-toggle-button{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;background:none;border:none;cursor:pointer;z-index:100;transition:transform .3s ease}.website-top-navigation-toggle-bar{display:block;width:100%;height:3px;background:var(--website-theme-text-primary);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.website-top-navigation-toggle-button[data-open="true"] .website-top-navigation-toggle-bar:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.website-top-navigation-toggle-button[data-open="true"] .website-top-navigation-toggle-bar:nth-child(2){opacity:0}.website-top-navigation-toggle-button[data-open="true"] .website-top-navigation-toggle-bar:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width:768px){.website-top-navigation-toggle-button{display:flex}.website-top-navigation-donate-btn-mobile{display:inline-flex;padding:6px 12px;font-size:14px;margin-right:12px}.website-top-navigation-donate-btn-desktop{display:none}.website-top-navigation-links{position:absolute;top:100%;left:0;right:0;background:var(--website-theme-bg-surface);flex-direction:column;gap:12px;padding:12px 0;display:none}.website-top-navigation-links[data-open="true"]{display:flex}.website-top-navigation-link{font-size:14px;padding:8px 24px}.website-top-navigation-logo-image{height:var(--website-top-navigation-logo-height-mobile)}}@media (max-width:480px){#website-top-navigation-bar{padding:10px 16px}.website-top-navigation-donate-btn-mobile{padding:5px 10px;font-size:13px;margin-right:8px;gap:4px}.website-top-navigation-donate-btn-mobile .donate-icon{width:14px;height:14px}}@media (max-width:360px){#website-top-navigation-bar{padding:8px 12px}.website-top-navigation-donate-btn-mobile{padding:4px 8px;font-size:12px;margin-right:6px;gap:3px}.website-top-navigation-donate-btn-mobile .donate-icon{width:12px;height:12px}#website-top-navigation-bar .website-top-navigation-logo-image{height:50px}}