.blur-button{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:10px 20px;width:120px;height:60px;font-size:1.2rem;font-family:monospace;background:#ffffff3b;color:#fff;border:none;border-radius:100px;cursor:pointer;user-select:none;transition:opacity .5s ease,background .3s ease,box-shadow .3s ease;z-index:1000;backdrop-filter:blur(15px);box-shadow:0 4px 10px #0000001a;opacity:0;overflow:hidden}.blur-button.visible{opacity:1}.blur-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./grainy-texture.png);opacity:.2;pointer-events:none}.blur-button:hover{background:#a1fc9377;box-shadow:0 0 10px 10px #1dff1d1a}@media (max-width: 600px){.blur-button{width:140px;height:60px;font-size:18px;padding:15px 25px;border-radius:30px}}html,body,#root{margin:0;touch-action:none;padding:0;overflow:hidden;height:100%;background-color:#000;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}
