footer .footer-nav,header .header-nav{position:absolute;width:100%;padding:2rem 3%;z-index:5;display:flex;justify-content:space-between;align-items:center;color:hsl(var(--text));box-sizing:border-box}header .header-nav{top:0;background:linear-gradient(180deg,hsla(0,0%,0%,.1),transparent)}header .header-nav::before{content:"";position:absolute;inset:0;backdrop-filter:blur(8px);mask-image:linear-gradient(to bottom,black,transparent);-webkit-backdrop-filter:blur(8px);-webkit-mask-image:linear-gradient(to bottom,black,transparent);pointer-events:none}header .header-nav *{-webkit-user-drag:none;-moz-user-select:none;user-select:none}header .header-logo{height:3rem;width:3rem}header .header-left,header .header-mid,header .header-rgt{display:flex;align-items:center}header .header-rgt{gap:.9rem}header .header-mid{justify-content:center;gap:1rem}header .header-section-wrapper{margin:0;justify-content:center;align-items:center;display:flex;position:relative}header .header-section-name{font-weight:500;padding:1rem;font-size:1rem;cursor:pointer;transition:color .2s,padding .2s,transform .2s}header .header-section-name:hover{transform:scale(1.05)}header .header-section-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-10px);background:linear-gradient(180deg,hsl(var(--color1)),hsl(var(--color2)));color:#fff;list-style:none;padding:.5rem 0;margin:.5rem 0 0;border-radius:.75rem;box-shadow:0 8px 32px rgba(0,0,0,.2);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;z-index:4;min-width:200px}header .header-section-wrapper:hover .header-section-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}header .header-section.locked{opacity:.75;pointer-events:none;cursor:default!important}header .header-section-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s;border-radius:.5rem;margin:0 .5rem}header .header-section-link:hover{background-color:hsl(0,0%,100%,.2)}header .header-item-icon{margin-right:.75rem;flex-shrink:0}header .header-right-icon{margin-left:auto;flex-shrink:0}header .menu-knp-text{gap:0}header .menu-knp-text svg{width:18px;height:18px}header .menu-knp-text p{margin-left:.2rem}header .header-menu-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}header .header-menu-dropdown{position:absolute;top:100%;right:0;transform:translateY(-10px);background:linear-gradient(135deg,hsl(var(--bg) / .5),hsl(var(--bg)));border:1px solid hsl(var(--text) / .05);color:hsl(var(--text));list-style:none;padding:.25rem 0;margin:.75rem 0 0;border-radius:.75rem;box-shadow:0 8px 32px rgba(0,0,0,.2);opacity:0;visibility:hidden;transition:.3s;z-index:4;width:fit-content}header .header-menu-dropdown p{white-space:nowrap}header .header-menu-section.locked{opacity:.75;pointer-events:none;cursor:default!important}header .header-menu-section.logout{color:#e56b9e}header .header-menu-section-link{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s;border-radius:.5rem;margin:0 .25rem;min-width:10rem}header .header-menu-section-link:hover{background-color:hsl(var(--text) / .05)}header .header-notif-badge{margin-left:auto;background:hsl(352 90% 55%);color:#fff;font-size:.7rem;font-weight:700;padding:.1rem .4rem;border-radius:999px;min-width:1.1rem;text-align:center}header .header-menu-mobile-only,header .header-notif-badge[hidden]{display:none}footer .footer-nav{margin:0 auto;bottom:0;background:linear-gradient(transparent,hsl(var(--text) / .03));user-select:none}footer .footer-left{display:flex;align-items:center;gap:.25rem}footer .footer-left span{font-weight:500;font-size:.9rem}footer .footer-copyright{display:flex;justify-content:center;align-items:center;gap:.25rem}footer .footer-copyright svg{width:15px;height:15px}footer .footer-divider{width:2px;height:1.2rem;background-color:hsl(var(--text) / .3);margin:0 .3rem}footer .footer-link{color:hsl(var(--text));text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s;margin:0 .5rem .12rem 0}footer .footer-link:hover{color:hsl(var(--text) / .8)}footer .footer-right{display:flex;justify-content:center;align-items:center;gap:.875rem}footer .footer-social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:.3s}footer .footer-social-link:hover{transform:scale(1.05)}footer .footer-social-link svg{width:2rem;height:2rem}footer .footer-social-link.discord svg{stroke-width:1.5}footer .footer-social-link.youtube svg{stroke-width:1.7}@media (max-width:500px){header .header-nav{padding:1rem 5%}header .header-logo{height:2.5rem;width:2.5rem}header .header-mid{display:none}header .header-rgt{margin-left:auto}header .header-menu-mobile-only{display:block}header .header-menu-mobile-divider{border-bottom:1px solid hsl(var(--text) / .1);padding-bottom:.35rem;margin-bottom:.35rem}}@media (max-width:900px){footer .footer-nav{flex-direction:column}footer .footer-right{margin-top:1rem}}@media (max-width:680px){footer .footer-left{text-align:left;flex-direction:column}footer .footer-divider{display:none}footer .footer-copyright{margin-bottom:.5rem}}