#menu{z-index:50;gap:8px;display:flex;position:fixed;top:40px;right:40px}#menu button{cursor:pointer;-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-glass);background:#ffffff05;border:none;border-radius:12px;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:8px 12px;font-size:18px;transition:transform .1s ease-in-out,background .3s;display:flex}@media screen and (max-width:640px){#menu{gap:5px;height:38px;top:10px;left:15px;right:15px}#menu button:hover{transform:scale(1)}#btn-theme{margin-left:auto}}@media (hover:hover) and (pointer:fine){#menu button:hover{background:#ffffff0a;transform:scale(1.2)}#menu button.active{background:#ffffff1a}#menu button:active{background:#ffffff1a;transform:scale(.8)}}
