#wg-app{max-width:720px;margin:10px auto;font-family:sans-serif}.wg-btn{background:#0b57d0;color:#fff;border:none;padding:10px 14px;border-radius:6px;cursor:pointer}.wg-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.wg-box{height:100px;background:#eee;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.wg-box.disabled{pointer-events:none;opacity:.6}.wg-modal{position:fixed;left:0;right:0;top:0;bottom:0;background:rgb(0 0 0 / .6);display:flex;align-items:center;justify-content:center;z-index:9999}.wg-modal-inner{background:#fff;padding:20px;width:90%;max-width:420px;border-radius:8px}