.glass-button { background: rgba(43, 36, 30, 0.4); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; padding: 12px 24px; color: rgba(255, 255, 255, 0.9); font-weight: 500; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);}.glass-button:hover { background: rgba(43, 36, 30, 0.55); border-color: rgba(255, 255, 255, 0.2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);}.glass-button:active { transform: translateY(0); background: rgba(43, 36, 30, 0.6);} body {font-family: "Chillax"}.brx-popup {justify-content: center; align-items: center}.brx-popup .brx-popup-backdrop {background-color: rgba(0,0,0,.6)}